@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
font-family: "Open Sans", serif;*/


* {
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
}

body {
    position: relative;
    font-family: "Open Sans", serif;
}

  


/*************************************** common style start ********************************************/
.btn_facebook {
    color: #fff;
    background: #3b5998;
}

.btn_twitter {
    color: #fff;
    background: #00aced;
}

.btn_google {
    color: #fff;
    background: #db3236;
    margin-top: 10px;
}

ul {
    padding: 0;
    margin: 0;
/*    list-style: none;*/
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.bordrht {
    border-right: 1px solid #ccc;
}
.padleftright0{
    padding-left: 0;
    padding-right: 0;
}
.padright0{
    padding-right: 0;
}
.padleft0{
    padding-left: 0;
}
.width100{
    width: 100%;
}
.form-group{
    margin-bottom: 0;
}
.martop30{
    margin-top: 30px;
}


/*************************************** general style start ********************************************/


.thankyouSec{
    padding: 80px 0;
    border-top: 1px solid #ccc;
    background: #2F3192;
        height: 100vh;
    display: flex;
    align-items: center;
}
.thanksD {
    padding: 60px 30px;
}
.thanksD .imgfst{
    height: 50px;
    margin: 15px 0;
}
.thanksD .imgsnd{
    height: 40px;
    margin: 15px 0;
}
.thanksD h2{
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-top: 0;
}
.thanksD p{
        font-size: 36px;
    color:#fff;
}






.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header-nav{
    padding: 10px 100px;
    background: #fff;
}
.header_logo{
}
.downloadBtn{
    margin: 14px 0;
}           
.headestats{
    margin: 18px 0;
}
.btn-red, .btn-red:hover{
        background: #FDB913;
    padding: 20px 30px;
    color: #222222;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    border-radius: 50px;
}
.btn-blue, .btn-blue:hover{
        background:#393185;
    padding: 20px 30px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    border-radius: 50px;
}
.btn-white, .btn-white:hover{
    background: #fff;
    padding: 20px 30px;
    border-radius: 50px;
    color: #222222;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.7px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}



.SliderSec{
    position: relative;
    background: url(../img/slider.webp) top center no-repeat;
    background-size: cover;
    padding:120px 100px;
/*    z-index: -2;*/
}
/*.SliderSec::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: url(../img/bannercap.webp) top center no-repeat;
    z-index: -2;
}*/
.sliderLeftCon{
}
.sliderLeftCon h3{
    font-family: "Poppins", sans-serif;
font-size: 30px;
font-weight: 700;
line-height: 36px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
    color: #fff;
}
.sliderLeftCon h1{
font-size: 96px;
font-weight: 700;
line-height: 116px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
    color: #FDB913;
    margin-bottom: 30px;
}


.btn-red img{
    margin: 0;
}
.sliderRightFm {
    padding: 15px;
    background: #005FAF;
    height: 600px;
    border-radius:15px;
}
.martop30{
 margin-top: 30px;
}
.martop45{
 margin-top: 45px;
}
.mar20{
 margin: 20px 0;
}
.sliderRightFm h3{
font-size: 24px;
font-weight: 600;
line-height: 30px;
text-align: center;
color: #fff;
}




.whychSec{
    padding: 100px;
    background: url(../img/offerbg.webp) top center no-repeat;
    background-size: cover;
    margin-top: -2px;
    position: relative;
}

.progoffDhead h2{
font-size: 96px;
font-weight: 300;
line-height: 105px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #FDB913;
margin-bottom: 60px;
}
.progoffDhead p, .progoffDhead ul li{
font-size: 24px;
font-weight: 400;
line-height: 38px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: rgba(255, 255, 255, 0.8);
}
.progoffDhead p{
margin-bottom: 25px;
}
.progoffDhead p i{
    color: #FDB913;
    margin-right: 10px;
}
.progoffDhead ul li{
    list-style: disc;
    float: none;
    padding: 4px 0;
    margin-left: 60px;
}





.headingd2 h2{
font-size: 90px;
font-weight: 300;
line-height: 126px;
text-underline-position: from-font;
text-decoration-skip-ink: none;

    color:#fff;
}
.headingd2 h2 span{
    color:#FDB913;
}


.schlarSec{
    padding: 100px;
    padding-bottom: 415px;
    background: url(../img/schol.webp) top center no-repeat;
    background-size: cover;
    margin-top: -2px;
}
.scholarmaind h3{
font-size: 52px;
font-weight: 300;
line-height: 57.2px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
    color:#FDB913;
    margin-bottom: 50px;
}
.scholarmaind h4{
font-size: 42px;
font-weight: 300;
line-height: 46.2px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
    color:#FDB913;
    margin-bottom: 30px;
}
.scholarmaind h5{
font-size: 32px;
font-weight: 700;
line-height: 35px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
    color:#fff;
    margin-bottom: 20px;
}
.scholarmaind h6{
font-size: 28px;
font-weight: 400;
line-height: 38.13px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
    color:#fff;
    margin-top: 40px;
}
.scholarmaind h6 strong{
font-weight: 700;
    color:#FDB913;
}
.scholarmaind p{
font-size: 20px;
font-weight: 400;
line-height: 30px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
    color:rgba(255, 255, 255, 0.8);
    margin-bottom: 15px;
}
.scholarmaind p i{
    color:#FDB913;
    margin-right: 10px;
}
.scholarmaind img{
    margin: 30px 0;
}



.instituSec{
    position: relative;
}
.instituSec img{
    width: 100%;
}
.instituSeccap{
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 0;
}



.aboutSec{
    background: #fff;
    padding:270px 100px;
    padding-bottom: 0;
    position: relative;
}

.abtposi1{
    position: absolute;
    bottom:-95px;
    left: 0;
    z-index: 9;
}
.abtposi2{
    position: absolute;
    top: 0;
    right: 0;
}

.offersubD{
    background: #FDB9131A;
    border-radius: 20px;
    overflow: hidden;
}
.offersubD ul li{
    list-style: none;
    float: left;
    width: 25%;
    height: 430px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}
.offersubD ul li h2{
    font-family: Open Sans;
font-size: 72px;
font-weight: 300;
line-height: 79.2px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #222222;
margin-bottom: 40px;
}
.offersubD ul li h3{
    font-size: 32px;
    font-weight: 600;
    line-height: 41.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #222222;
margin-bottom: 30px;
}
.offersubD ul li p{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(0, 0, 0, 0.8);
}



.camplifeSec{
    position: relative;
}
.camplifeSec img{
    width: 100%;
}
.camposiD{
    position: absolute;
    left: 100px;
    top: 140px;
    z-index: 9;
    width: 32%;
}
.camposiD2{
    position: absolute;
    right: 100px;
    top: 300px;
    z-index: 9;
    width: 32%;
}
.camposiD h2, .camposiD2 h2{
font-size: 64px;
font-weight: 300;
line-height: 70.4px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #000;
margin-bottom: 50px;
}
.camposiD p, .camposiD2 p{
font-size: 32px;
font-weight: 400;
line-height: 46px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: rgba(0, 0, 0, 0.8);
}



.advnnuSec{
    padding:0 100px;
    position: relative;
}
.advnMainSec{
    background: #fff;
    border-radius: 60px 60px 0 0;
    box-shadow: 0px 0px 44px 0px #00000040;
    padding: 60px;
    margin-top: -100px;
}

.toptabSec{
}
.toptabSec .nav-pills{
    background: #FDB913;
    border: 8px solid #FFFFFF;
    box-shadow: 0px 0px 24px 0px #00000080;
    border-radius: 60px;
    padding: 10px;
}
.toptabSec .nav>li{
    width: 19%;
    margin-right: 15px;
}
.toptabSec .nav>li:last-child{
    margin-right: 0;
}
.toptabSec .nav>li>a {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
    border: 1px solid #BA8D21;
    padding: 10px;
    text-align: center;
    border-radius: 60px;
}
.toptabSec .nav-pills>li.active>a, .toptabSec .nav-pills>li.active>a:focus, .toptabSec .nav-pills>li.active>a:hover {
    color: #fff;
    background-color:#393185;
}




.accSec{
    padding: 100px;
    background: #FFF8E8;
        position: relative;
}
.offanadD{
    position: relative;
    border-radius: 60px;
    overflow: hidden;
}
.offanadD img{
    border-radius: 60px;
}
.offanadDcapbtm{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, #000000 100%);
}
.offanadDcaptop{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(180deg, #000000 0%, rgba(102, 102, 102, 0) 100%);
}
.offanadDcapbtm h4, .offanadDcaptop h4{
font-size: 24px;
font-weight: 700;
line-height: 34px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #fff;
}


.headingd h2{
font-size: 72px;
font-weight: 300;
line-height: 79.2px;
text-underline-position: from-font;
text-decoration-skip-ink: none;
    color: #222222;
    margin-bottom: 30px;
}
.headingd h4{
font-size: 42px;
font-weight: 300;
line-height: 46px;
text-underline-position: from-font;
text-decoration-skip-ink: none;
    color: #000;
    margin-bottom: 40px;
}
.headingd p{
font-size: 24px;
font-weight: 400;
line-height: 38px;
text-underline-position: from-font;
text-decoration-skip-ink: none;
    color: #000;
}


.marbtm50{
    margin-bottom: 50px;
}




.bforFooterSec{
    position: relative;
}
.bforFooterSec img{
    width: 100%;
}
.bforFootertext{
    position: absolute;
    bottom: 30px;
    right: 80px;
    width: 45%;
}
.bforFootertext h2{
font-size: 84px;
font-weight: 700;
line-height: 96px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #fff;
margin-bottom: 0;
}
.bforFootertext h2 span{
color: #FDB913;
}
.bforFootertext img{
}




.welcomeSec{
    padding: 100px;
    background: #fff;
}
.welhead h2{
    font-family: "Poppins", sans-serif;
font-size: 64px;
font-weight: 600;
line-height: 76.8px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #000;
margin-bottom: 40px;
}
.welhead p{
font-family: "Poppins", sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 28px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #3E3E3E;
margin-bottom: 40px;
}
.martop30{
    margin-top: 30px;
}
.welhead2 h3{
    font-family: "Poppins", sans-serif;
font-size: 42px;
font-weight: 600;
line-height: 50.4px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #000;
}
.welimgD{
    margin-top: 40px;
}
.advntextD{
    margin-top: 60px;
}

.welimgD img{
    transform: scale(1.4);
}




.footer{
    background: #000;
    padding: 15px 0;
}
.footer p{
font-size: 20px;
font-weight: 400;
line-height: 34px;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #fff;
margin: 0;
}


.wpbtn{
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 999;
}
.wpbtn img{
    width: 58px;
}




/* Let's get this party started */

.catby::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}


/* Track */

.catby::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 8px;
    border-radius: 8px;
/*    background: #fff;*/
}


/* Handle */

.catby::-webkit-scrollbar-thumb{
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
}
