body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    margin: 0 auto;
    background: #fff;
    font-size: 1rem;
    color: #000;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 2.8rem!important;
}

p {
    font-size: 16px;
    /* line-height: 24px; */
    /* font-family: 'Open Sans Regular'; */
}

.navbar-nav.ml-auto {
    display: flex;
    justify-content: space-between;
}

.navbar.navbar-light {
    background: #ffffff!important;
}

.navbar-light .navbar-nav .nav-link {
    color: #092139;
    font-size: 16px;
    line-height: 30px;
    /* text-transform: uppercase; */
    /* font-weight: 700; */
    padding-right: 0.8rem;
    padding-left: 0.8rem;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: #092139!important;
    border-bottom: 3px solid #092139;
}
a:hover {
    text-decoration: none;
}

a {
    color: #ed4631;
}

.banner-section {
    padding: 70px 0 10px;
}
.navbar-light .navbar-toggler:focus,
:focus {
    outline: 0;
}
.btn.focus,
.btn:focus {
    box-shadow: none;
}

#header.header-scrolled {
    background: #f8f8f8;
}
section#Programs_Offered {
    padding: 60px 0;
}
.scroll2 {
    cursor: pointer;
    z-index: 9991;
    position: fixed;
    right: -48px;
    bottom: 50%;
    transform: rotate(90deg);
    background: #f8c129;
    color: #092139;
    font-weight: 600;
    font-size: 18px;
    border-radius: 0;
    box-shadow: 0 3px 14px 2px rgb(0 0 0 / 30%);
}
button:focus {
    outline: 0!important;
}
.section_title h1 {
    font-weight: bold;
    letter-spacing: -1px;
}
.section_title  h2{
    font-size: 34px;
font-weight: bold;
}
.section_title h3{

    
}
.section_title h4{

    
}

.placement_left h3 {
    font-size: 34px;
}
.placement_left h4 {
    font-size: 22px;
    font-weight: 300;
}
/* .common-spacing {
    padding: 50px 0
} */

.commom-heading {
    font-size: 45px;
    /* line-height: 1px; */
    color: #050505;
}

.blue-text {
    color: #006db5;
}
.nav-pills .nav-link {
    font-size: 1.3rem;
    color: #000 !important;
}
.development_slider p{
    font-weight: 600;
}
.border-right {
    border-right: 1px dashed #989999!important;
}
h2.fnt-w-300 {
    font-weight: 200;
}
.banner_form {
    position: absolute;
    top: 18%;
    right: 7%;
    padding: 10px;
    width: 375px;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 14px 20px rgb(0 0 0 / 52%);
    border-radius: 1.2rem;
}

/* .banner-form {
    position: absolute;
    top: 18rem;
    right: 4%;
    width: 354px;
    background: #fff;
    box-shadow: 1px 8px 20px rgb(0 0 0 / 20%)
} */

.banner-section {
    margin-top: 6rem;
}

.owl-carousel .owl-dots.disabled {
    display: block;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    margin-bottom: 0;
}

.owl-theme .owl-dots .owl-dot span {
    height: 7px;
    border-color: #920202!important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #920202!important;
}

.strock-text {
    color: #ffffff;
    -webkit-text-fill-color: #FFFFFF;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #cacaca;
    -webkit-text-fill-color: transparent;
    font-size: 5rem!important;
    font-family: 'Roboto';
    /* line-height: 50px;
    position: absolute;
    right: 20px;
    bottom: 10px;
    opacity: 0.2; */
}

.strock-text1 {
    color: #ffffff;
    -webkit-text-fill-color: #FFFFFF;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #cacaca;
    -webkit-text-fill-color: transparent;
    font-size: 10rem!important;
    font-family: 'Roboto';
    opacity: 0.2;
    position: relative;
    top: -9rem;
    text-align: end;
    right: 15rem;
    z-index: 1;
}

.owl-carousel .owl-item img {
    width: auto;
}

.testimonials-sec.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav button.owl-next img,
.owl-carousel .owl-nav button.owl-prev img {
    width: auto;
}

.owl-carousel .owl-nav .owl-prev {
    left: -30%;
}

.owl-carousel .owl-nav .owl-next {
    right: -30%;
}

/* header */

.custom-fluid {
    padding: 0 5rem;
}

/* aboutUs */

.rec_txt {
    font-size: 1rem;
    text-align: center;
    padding-top: 1.4rem;
}

.col_pd {
    padding-top: 6rem;
}

.text-red {
    color: #FFCC29;
    font-weight: 700;
}

/* aboutUs end*/

/* placement */

a.btn.btn-color:hover{
    color:#ccc!important;
}
.bg-back12  {
 
    background-image: url("../img/bg_17.webp");
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 60rem;
    border-top-right-radius: 8rem;
    border-top-left-radius: 8rem;
    position: relative;
    overflow: hidden;
}

.bg-back12:after{content: '';position: absolute;left: 0;right: 0;bottom: 0;top: 0;background-color: #000;opacity: 0.8;z-index: 1;}
body .bg-back12  .container-fluid{
    position: relative;
    z-index: 9;
    }



.color-gray {
    color: #fdfdfde0;
    font-weight: 300;
}

.cls-gray {
    color: #ffffff;
    font-weight: 300;
}

.cls-yellow {
    color: #FFCC29;
    font-weight: 900;
}

.text-yellow {
    color: #FFCC29;
}

.bgblur {
    background: url("../images/place/Group.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 27rem;
}

.border-box {
    border: 1px solid gray;
    padding: 0.8rem;
    border-radius: 8px;
}

li.listcolor::before {
    content: "\2022";
    color: #FFCC29;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}

li {
    list-style: none;
    width: 100;
}

.fnt-w-300 {
    font-weight: 300;
}

.fnt-w-900 {
    font-weight: 900;
}

.pdd {
    padding: 1rem;
}

.fnt-sz {
    font-size: 1.2rem;
    font-weight: 500;
}
.nav-pills .nav-link.active.red_act:before {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 48%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #00588b;
}

.nav-pills .nav-link.active.red_act {
    background-color: #00588b;
    color: #fff!important;
    /* font-size: 1.5rem; */
    /* padding: 1rem; */
    /* width: 100%; */
    /* border-radius: 10px!important; */
}

.nav-pills .nav-link.red_act {
    position: relative;
    /* font-size: 1.3rem; */
    width: 100%;
    padding: 1rem;
    /* border: 1px solid #564b4b; */
    border-radius: 8px!important;
}
.nav-pills .nav-link.active.red_act1:before {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 48%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #00588b;
}

.nav-pills .nav-link.active.red_act1 {
    background-color: #D20005;
    color: #fff!important;
    font-size: 1.3rem;
    width: 100%;
    border-radius: 10px!important;
}

.nav-pills .nav-link.red_act1 {
    position: relative;
    font-size: 1.1rem;
    border: 1px solid #564b4b;
    border-radius: 8px!important;
    background: #a3a3a3;
    color: #fff!important;
}

.red-box.bg1 {
    z-index: 999;
    background: #fff;
    /* box-shadow: 1px 2px 4px 3px #e9e9e9; */
    transition: all 0.3s;
}

.box {
    padding: 15px;
    border-radius: 5px;
    min-height: 8rem;
}

.box h5 {
    background-image: url("../images/right-arrow.svg");
    background-repeat: no-repeat;
    background-position: right;
}

.text-black {
    color: #000;
}

.btn-color {
    padding: 0.5rem;
    border-radius: 20px;
    background-color: #00588b;
    color: #fff;
}

.padd-1 {
    padding: 1rem;
}

/* education */

.border-box1 {
    border-right: 1px dashed #CCCCCC;
}

.border-box1,
.border-box2,
.border-box3 {
    padding: 1rem 0;
    margin: 1rem;
    min-height: 9rem;
}

.border-box4 {
    padding: 1rem 0;
    margin: 1rem;
    min-height: 9rem;
}

.dotted_bottom {
    border-bottom: 1px dashed #CCCCCC;
    width: 90%;
}

.dotted_bottom_red {
    border-bottom: 2px solid #FFCC29;
}

.dotted_bottom_yellow {
    border-bottom: 2px solid #FFCC29;
}

/* .border-box2 {
    border-bottom: 1px dashed #ccc;
} */

.border-box3 {
    border-right: 1px dashed #CCCCCC;
}

.bg-edu {
    position: relative;
background-image: url("https://cpur.in/wp-content/uploads/2022/04/cpur__b.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
}
.bg-edu:after{
    content: '';
    position:absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #000;
    opacity: 0.8;
}
.bg-edu  .container-fluid.custom-fluid {
    position: relative;
    z-index: 9;
}
.border-css {
    background: #fff;
    border-bottom-right-radius: 7rem;
    border-bottom-left-radius: 7rem;
    /* min-height: 40rem; */
    position: relative;
    z-index: 1;
    /* margin-bottom: -7rem; */
}

.margin-top12 {
    position: relative;
    top: 13rem;
}

.margin-top3 {
    margin-top: 4rem;
}

.margin-top-3 {
    margin-top: 4rem;
}

.mrgn-tp {
    margin-top: 2rem;
}

.box-style {
    box-shadow: 3px 1px 11px 10px #f2f2f2;
    border-radius: 15px;
}

.box-style1 {
    /* box-shadow: 3px 1px 11px 10px #f2f2f2; */
    border-radius: 15px;
    backdrop-filter: blur(8px);
    background-color: rgb(241 241 241 / 20%);
}

.text-red {
    color: #FFCC29;
}

.bg-yellow {
    background-color: #FFCC29;
}

.background {
    background: url("../img/rp.webp");
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: center;
    border-bottom-right-radius: 6rem;
    border-bottom-left-radius: 6rem;
    /* min-height: 60rem; */
    background-attachment: fixed;
    background-size: cover;
}

.events_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4px;
}

.column {
    display: flex;
    flex-direction: column;
    padding: 0 4px;
    width: 17%;
}

.column1 {
    padding: 0 4px;
}

.border-css1 {
    /* background: #f5f5f5; */
    border-bottom-right-radius: 8rem;
    border-bottom-left-radius: 8rem;
}

.border-css22 {
    /* background: #f5f5f5; */
    border-top-right-radius: 8rem;
    border-top-left-radius: 8rem;
  
}

.studbackground {
    background-image: url("../img/bgs_01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 140rem;
}

.pos-set {
    position: relative;
    top: -16rem;
}

.pos-set-1 {
    position: relative;
    top: -15rem;
}

.pos-set1 {
    position: relative;
    bottom: -10rem;
    left: 15rem;
}

.mrgn-top-15 {
    margin-top: 5rem;
}

.mrgn-top-20 {
    margin-top: 3rem;
}

.border-css2 {
    background: #f5f5f5;
    border-top-right-radius: 10rem;
    border-top-left-radius: 10rem;
    min-height: 65rem;
    margin-top: -8rem;
}

.box1 {
    background: #FFCC29;
    padding: 1rem;
    margin-left: -4.1rem;
    color: #fff;
    padding-left: 5rem;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 15px;
}

.bg-blur {
    backdrop-filter: blur(8px);
    background-color: rgb(241 241 241 / 20%);
    min-height: 45rem;
    margin-top: -15rem;
}

.pos3 {
    margin-top: -12rem;
}

.card {
    border-radius: 1.1rem;
}

.flx-nowrap {
    flex-wrap: nowrap;
    align-items: flex-end;
}

.flx-nowrap1 {
    flex-wrap: nowrap;
}



.font-s {
    font-size: 5rem!important;
}

.font-s1 {
    font-size: 3rem!important;
}

.font-s2 {
    font-size: 2rem!important;
}

.fnt-2 {
    font-size: 2.5rem!important;
}

.brd-right {
    border-top-right-radius: 10rem;
}

.mrgn-top {
    margin-top: 8rem;
}

.mrgn-top11 {
    margin-top: 14rem;
    margin-left: 2rem;
}
.box:hover {
    background-color: #00588b;
}
.box.red-box:hover {
    color:#fff;
    background-color: #00588b;
    transition: all 0.3s;
}

.dnone {
    display: block;
}

.dblock {
    display: none;
}

.sty1 {
    margin-top: 4rem;
   
}

.sty2 {
    margin-bottom: 1.5rem;
    font-weight: 900;
    font-size: 3rem!important;
}

.style {
    padding: 4rem;
    text-align: center;
}

.bg-style {
    border-bottom-right-radius: 8rem;
    border-bottom-left-radius: 8rem;
    background: #fff;
    /* min-height: 72rem; */
    position: relative;
}

.studbackground1 {
    margin-top: -10rem;

}

.mrgn-top-15 {
    margin-top: 10rem;
}

.pos-set {
    position: relative;
    top: -6rem;
}

/* end education */

/* placement End */

/* footer */

.copyright {
    background-color: #000;
    color: #fff;
    text-align: center;
}

.remove-margin {
    margin-bottom: 0 !important;
}

#testimonials .my-2 {
    margin-bottom: 0 !important;
}

.margin-btm {
    margin-bottom: 3rem !important;
}

.pos-top {
    position: relative;
    top: -15rem;
    left: 2rem;
}
.testimonial_slider{
    position: relative;
    overflow: hidden;
    background-image: url(../img/pattern.png);
    background-size: 18%;
    /* background-repeat: no-repeat; */
    background-position: top;
    background-attachment: fixed;
}

.life{
    padding-bottom: 140px;
    position: relative;
    overflow: hidden;
    background-image: url(../img/main_img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}


.life:after{
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background-color: #000;
opacity: 0.8;
z-index: 9;
}

.life .container-fluid{

position: relative;
z-index: 99;
}

.font-900 {
    /* font-weight: 900; */
}

.head-life {
    font-size: 12rem !important;
}

.stroke {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
}

.stroke2 {
    -webkit-text-fill-color: #FFCC29;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFCC29;
}

.mar-top3 {
    /* margin-top: -3rem !important; */
}

.tab .nav-pills .nav-link.active.red_act1 {
    background-color: #00588b;
    color: #fff!important;
    width: 100%;
    border: none;
    padding: 1rem 3rem;
    border-radius: 5px !important;
    text-transform: uppercase;
}

.tab .nav-pills .nav-link.red_act1 {
    position: relative;
    border: 0 solid #ffffff78;
    background: #EEEEEE;
    color: black!important;
    padding: 1rem 2rem;
    border-radius: 0 !important;
    text-transform: uppercase;
}

.nav-pills .nav-link {
    font-size: 1.3rem;
}

.nav-pills.mts {
    width: 45.2rem!important;
    border-radius: 15px;
    border: 1px solid gray;
    justify-content: center;
}

.fnt-5 {
    font-size: 5rem!important;
}

.margn-top-7 {
    margin-top: 7rem;
}

.form-control {
    border: none;
    border: 1px solid #C2C2C2;
    border-radius: 4px !important;
}
button:focus {
    outline: none !important;
}

.form-control {
    color: #6c757d !important;
}
.toll-free a:hover {
    color: #403785 !important;
}

/*sidebar form starts*/


.clr-y {
    background-color: #DDC92A;
    padding: 0.5rem;
}

.clr-grn {
    background: #05A42A;
    padding: 0.5rem;
}

img.img-fluid.img_s2 {
    min-height: 350px;
    object-fit: cover;
    border-radius: 15px;
}

.column img {
    border-radius: 15px;
}

.border-r {
    border-radius: 25px;
    overflow: hidden;
}
.imgh_224 {
    height: 224px;
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
}

.imgh_315 {
    border-radius: 20px;
    height: 315px;
    object-fit: cover;
}

.achivmnt_item h3 {
    font-size: 18px;
}

.dd_r img {
    width: 80px;
}

.p-3.m-3.col-md-4 h1.text-red,
h1.text-black {
    font-size: 33px!important;
    font-weight: bold;
}

.owl-carousel .item {
    margin: 10px;
}

.owlimg {
    width: 100%!important;
    height: 90px;
    object-fit: scale-down;
    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
}

main#hero {
    margin-top: 49px;
}

.owl-carousel .owl-dots.disabled {
    display: block;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    margin-bottom: 0;
}

.owl-theme .owl-dots .owl-dot span {
    height: 7px;
    border-color: #920202!important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #920202!important;
}

.owl-carousel .owl-page {
    width: 10px;
    height: 10px;
    background: #00588b;
    margin: 5px;
    border-radius: 15px;
    transition: all 0.5s;
}
.owl-carousel .owl-pagination {
    display: flex;
    align-items: center;
    justify-content: center;

}

.owl-carousel .owl-page.active {
    width: 18px;
    transition: all 0.5s;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    display: none;
}

.rdf .item img.img-fluid {

    object-fit: cover;
    border-radius: 15px;
    box-shadow: 2px 2px 10px #ccc;
    object-position: 44%;
}

.showme.col-md-6.text-center {
    position: absolute;
    right: 19px;
    width: 52px;
    background-color: #ffffff;
    border-radius: 40px;
    transition: all 0.3s;
}

.showme.col-md-6.text-center:hover {
    position: absolute;
    /* right: 31px; */
    /* width: 59px; */
    background-color: #FFC107;
    border-radius: 40px;
    transition: all 0.3s;
}

#form_wrapper {
    width: 320px;
    /* border: dashed white; */
    font-family: helvetica, arial;
    font-weight: bold;
    font-size: 1.5em;
    /* margin: 0px auto; */
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 9999;
    transform: translate(0, 10px);
    transition: all 0.5s;
}

#form_wrapper.form_hide {
    border: none;
    transition: all 0.5s;
    transform: translate(100%, 10px);
}

#form_wrapper .card {
    background-color: #ffffffe0;
    border: 0;
    max-width: 421px;
    /* margin: 0 auto!important; */
    box-shadow: 10px 11px 10px #00000047;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    margin: auto;
    padding-top: 13px;
}
#form_wrapper .adm-txt {
    text-align: center;
    font-weight: bold;
    color: #0b2248;
    font-size: 27px;
    border-bottom: 3px solid #ffc107;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
#form_wrapper .form-group {
    margin: 10px 0;
}

#form_wrapper .form-group input,
.form-group select {
    display: block;
    color: #000;
    font-size: 15px;
    width: 100%;
    padding: 10px 15px;
    border: 0;
    border-radius: 40px;
    box-shadow: 2px 2px 10px #ccc;
}

#form_wrapper input#registerBtn {
    box-shadow: 2px 2px 10px #ccc;
    padding: 6px 34px;
    border: 0;
    margin: 0 auto;
    display: block;
    font-size: 18px;
    height: 43px;
    color: #fff;
    background-color: #003357;
    /* border-color: #124ba0; */
    border-radius: 40px;
    /* font-weight: 800; */
}

.form form {
    padding: 0 15px 20px;
}

.form-clickOuter {
    left: -34%;
    position: absolute;
    bottom: 48%;
    right: 78%;
    -webkit-transform: rotate(352deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(270deg);
    animation: blinker 2s linear infinite;
}

.form-click {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    padding: 5px 20px;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 7px 7px 0 0;
    color: #fff;
    background: #00588b;
}

section.common-spacing.pb-5.studbackground1 {
    padding-top: 13rem;
    /* margin-top: 0; */
    background-attachment: fixed;
    background-position: center;
}

#testimonials img {
    border-radius: 15px;
}
.testimonial_img {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding: 15px;
    margin-top: 38px;
}
.testimonial_img:after {
    content: '';
    border-radius: 15px;
    border: 3px dashed #eec906;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 96%;
    height: 94%;
    transform: translate(47px, -27px);
    z-index: -1;
}


.section_testimonial {
    background-image: url("https://cpur.in/wp-content/uploads/2022/04/cpur__b.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    position: relative;
}
.section_testimonial:after{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: #000;
        opacity: 0.8;
    }

    .section_testimonial .section_testimonial{
        position: relative;
        z-index: 99;
    } 

    .container-fluid.custom-fluid {
        position: relative;
        z-index: 9;
    }
    
.imp_list .list-group-item {
    margin: 12px 0;
    color: #000;
    font-size: 18px;
    border-radius: 15px;
    border-left: 17px solid gold;
    position: relative;
}
.imp_list .list-group-item:after {
    content: '';
    border-radius: 16px;
    border: 2px dashed #eec906;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 103%;
    height: 104%;
    transform: translate(-27px, -9px);
    z-index: 1;
}

.gallery_btn_group {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    border-radius: 38px;
}
a.fancybox.gallery-btn {
    position: absolute;
    z-index: 9;
    width: 69px;
    height: 50px;
    color: #fff;
    line-height: 46px;
    text-align: center;
    font-size: 24px;
    border-radius: 15px;
    margin: 0 auto;
}
img.img-fluid.img_002 {
    border-radius: 35px;
    /* border-left: 15px solid #fff; */
    box-shadow: -18px 16px 1px #ffffff;
}
.gallery_btn_group:after {
    content: '';
    border-radius: 4px;
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    /* bottom: 0; */
    display: block;
    top: 0;
    /* width: 0%; */
    /* z-index: -1; */
    height: 100%;
    bottom: 0;
    transition: all 0.5s;
    background-color: black;
    opacity: 0.5;
    border-radius: 36px;
}

img.youtube_icon {
    width: 67px;
}
h2.sty2 {
    font-size: 2.5rem!important;
    margin-bottom: 18px;
    color: gold;
    text-shadow: 2px 2px 5px #00000012;
}


.section_rdx {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    /* background-image: url(../img/bg_04.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed; */
}


.section_rdx .container-fluid{
position: relative;
z-index: 99;
}



.lp_direction img{
width: 160px!important;
height: 160px;
object-fit: cover;
border-radius: 100%;
border: 4px solid #ccc;
}

.footer_area {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background-image: url(../img/cp_06.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}


.footer_area:after{
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background-color: #000;
opacity: 0.8;
z-index: 9;
}
.footer_area .container-fluid{
    position: relative;
    z-index: 99;
    }





.banner_img {
    object-fit: cover;
    object-position: bottom right;
    /* min-height: 365px; */
}


.border-bottom {
    border-bottom: 1px dashed #4884b4!important;
}
.box-style1 {
    width: 250px;
    margin: 15px auto;
}
.aryan_box img{
width: 200px;
border-radius: 15px;
}
.aryan_box {
    padding: 15px;
}
.aryan_box h2 {
    font-weight: 800;
    font-size: 34px;
    color: #ffffff;
}
.aryan_box h3 {
    font-weight: 700;
    margin-top: 11px;
    color: gold;
    font-size: 22px;
}
.aryan_box h4 {
    font-size: 18px;
    color: #fff;
}



.alumni_box {
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    padding-bottom: 7px;
    margin: 15px;
}
.alumni_box h4{
    margin-top: 7px;
    font-size: 18px;
}

.alumni_box h5{
    font-size: 14px;
   
}
section#program .col-md-3 {
    margin: 0!important;
    padding: 10px;
}
section#program {
    background-color: #f2f2f2;
    padding: 60px 0;
    padding-top: 100px!important;
    border-radius: 110px 110px 0px 0px;
}

section#program .col-md-3{

}

body .cpur_pic{
    position: relative;
    top: -81px;
    z-index: 2;
}
body .size_v3{
    font-size: 36px!important;
}

body .student_speek_v2{
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background-image: url(../img/bg_09.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;

}

/* .student_speek_v2:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    z-index: 1;
} */

.student_speek_v2 .container-fluid.custom-fluid {
    position: relative;
    z-index: 9;
}


.why_choose {
    background-image: url("../img/bg_12.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    position: relative;
    color: #fff;
    padding: 60px 0;
}
.why_choose:after{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: #000;
        opacity: 0.8;
    }

    .why_choose .container{
        position: relative;
        z-index: 99;
    } 
.eminent_personalities{

    padding: 60px 0;
}
section.eminent_personalities {
    background-color: #f2f2f2;
    border-radius: 110px 110px 0px 0px;
}

section.asdfsd {
    border-radius: 110px 110px 0px 0px;
    margin-top: -93px;
    margin-bottom: 100px;
    background-color: #fff;
    position: relative;
    z-index: 9;
    padding-top: 50px;
}

.accordion .item .item-header h2 button.btn.btn-link {
    background: #000;
    color: white;
    font-size: 20.5px;
    font-weight: 900;
    line-height: 2.5;
    text-decoration: none;
}
.accordion .item .item-header h2 button {
    color: white;
    font-size: 22px;
    padding: 5px 15px;
    display: block;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testimonial_title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #000;
}
.test_desc{
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 18px;
}
.accordion .item {
    border: none;
    margin-bottom: 7px;
    background: none;
}

img.logo {
    width: 260px;
}

.service_section{
    padding: 60px 0;
    text-align: center;
}


.contact_no{
    background-color: #00588b;
    color: #fff;
    padding:8px 10px;
    border-radius: 4px;
    display: block;
    transition: all 0.3s;
}

.contact_no:hover{
    transition: all 0.3s;
    background-color: #ffd700;
}

.service_box {
    text-align: center;
    padding: 19px 15px;
    background-color: #e7f6ff;
    margin: 15px 0;
    border-radius: 7px;
    min-height: 200px;
    transition: all 0.3s;
    transform: scale(1);
}
.service_box:hover {
    transform: scale(1.05);
    transition: all 0.3s;
    box-shadow: 10px 17px 13px #00000021;
}
img.service_icon {
    max-width: 60px;
    margin-bottom: 15px;
}

.service_title {
    margin-bottom: 13px;
    margin-top: 10px;
    font-size: 17px;
}

button.navbar-toggler.float-right {
    position: absolute;
    right: 12px;
    top: 6px;
}
img.four_icon {
    background-color: #00588b;
    padding: 9px;
    border-radius: 100%;
    width: 80px!important;
    height: 80px;
}


.box.red-box>img,
.box.red-box> i {
    color: #000;
    font-size: 30px;
    background-color: #fff;
    padding: 8px;
    border-radius: 15px;
    width: 70px;
}
.box.red-box h6{
    transition: all 0.3s;
 }
.box.red-box:hover h6{
   color: #fff;
   transition: all 0.3s;

}
.back-to-top.show {
    visibility: visible;
    opacity: 1;
}
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #000;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 39px;
    text-align: center;
    display: block;
}


/* footer */

footer{padding-top: 50px;background-color: #071329;background-image: url(../img/pattern.png);background-size: 39%;}

.footer_widight{
    color: #fff;
    padding: 15px;
}
.footer_widight p{display: flex;align-items: baseline;grid-gap: 15px;padding: 7px 0;margin: 7px 0;font-size: 14px;border-bottom: 1px dashed #575757;}
.footer_widight p i{
font-size: 20px;
position: relative;
display: block;
}

.footer_widight p a{
display: block;
color: #fff;
}
.footer_widight p span{
display: block;
line-height: 1.5;
}
.footer_widight h4 {
    margin-bottom: 18px;
    color: #ffcc29;
}
p.align-content-center {
    align-items: center;
}
.footer_widight .b-0{
    border-bottom: 0;
}
.textwidget ul{
    margin: 0;
    padding: 0;
}
.textwidget ul li{
    
}
.textwidget ul li:hover a{
color: #ffcc29;
transition: all 0.2s;

}
section#Programs_Offered {
    background-color: #e7f6ff;
}
.cy{
    color: #ffcc29; 
}

.col-md-3.showhim {
    margin: 0 !important;
    padding: 8px;
}
.textwidget ul li a {
    /* border-bottom: 1px solid #474747; */
    border-bottom: 1px dashed #575757;
    color: #fff;
    padding: 5px 0;
    margin: 5px 0;
    display: block;
    font-size: 14px;
    transition: all 0.2s;

}
.textwidget ul :last-child a {
    border-bottom: none;
}
footer iframe {
    height: 300px!important;
}
.text-center.copy-right {
    margin-top: 40px;
    background-color: #ffffff1c;
}
a.whatsapp__chat {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #0e870e;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 47px;
    font-size: 20px;
    /* padding: 10px; */
    position: fixed;
    left: 15px;
    bottom: 20px;
    z-index: 99;
    box-shadow: 2px 2px 10px #0000002e;
 }
 


@media screen and (min-width: 1401px) and (max-width: 1650px) { 
    .height44 {
        min-height: 30rem;
    }
    
}


@media  (max-width: 900px) { 
    h1 {
        font-size: 1.8rem !important;
    }
    #testimonials img {
        width: 100px!important;
    }
}

