@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:wght@400;500;600;700&family=Poppins:wght@400;500;700&family=Roboto:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

/*font-family: 'Bebas Neue', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Lato', sans-serif;*/


* {
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
}

body {
    position: relative;
    font-family: 'Open Sans', 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-size: cover;
    -webkit-background-size: cover;
}
.thanksD{
    padding: 60px 30px;
    border-radius: 30px;
    border: 1px solid #ccc;
    background: #ffffffd1;
}
.thanksD .imgfst{
    height: 50px;
    margin: 15px 0;
}
.thanksD .imgsnd{
    height: 40px;
    margin: 15px 0;
}
.thanksD h2{
        font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-top: 0;
}
.thanksD p{
        font-size: 18px;
    font-weight: 500;
    color: rgba(30, 30, 30, 1);
}




.header-nav{
    padding: 15px 0;
    background: #fff;
}
.taglineD{
    padding: 18px 0;
}
.taglineD h4{    
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: rgba(4, 30, 66, 1);
    margin: 0;
        font-family: 'Poppins', sans-serif;
}



.SliderSec{
    position: relative;
}
.SliderSec .carousel-caption{
    text-align: left;
    left: 7%;
    right: inherit;
    bottom: inherit;
    top: 15%;
}
.SliderSec .carousel-caption p{
    color: #92B6E7;
    font-size: 24px;
    font-weight: 300;
}
.SliderSec .carousel-caption h2{
    color: #fff;
    font-size: 72px;
    font-weight: bold;
}
.SliderSec .carousel-caption h4{
    color: #92B6E7;
        font-size: 30px;
    font-weight: 300;
    margin-top: 20px;
}

.SliderSec .carousel-indicators {
    bottom: 2px;
    left: 7%;
    margin-left: 0;
    text-align: left;
}
.carousel-indicators .active {
    width: 30px;
    height: 8px;
/*    background-color: #DA1F26;*/
    margin: 1px;
}
.carousel-indicators li{
    width: 30px;
    height: 8px;
/*    border-color: #DA1F26;*/
}

.formCaruCap {
    padding: 15px;
    background: #fff;
    position: absolute;
    top: 60px;
    right: 50px;
}
.formCaruCap h3 {
    color: rgba(173, 173, 173, 1);
    margin-top: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}




.what-Sec{
    background: url(../img/whatSec.jpg) top center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    padding: 80px 0;
}
.whatheadD h4{
    font-size: 48px;
    font-weight: 300;
    color: #4c92ac;
}
.whatheadD h2{
    font-size: 96px;
    font-weight: 500;
    color: #1b80ae;
}
.whatsubD{
    padding-top: 22%;
}
.whatsubD p{
    font-size: 14px;
    color: #373F4A;
}
.whatsubD p strong{
/*    color: #000;*/
}



.how-Sec{
    padding: 60px 0;
    background: #fff;
}
.howHeadD h3{
    color: #000E4B;
    font-size: 55px;
    font-weight: 300;
}
.howHeadD h3 strong{
    color: #DA1F26;
    font-weight: 700;
}
.howHeadD p{
    color: #000E4B;
    font-size: 14px;
}
.howHeadToppad{
    padding-top: 20%;
}

.howSubD{
        background: #fff;
    border-radius: 15px;
    box-shadow: 1px 1px 20px -11px #333;
    margin-top: 30px;
    padding: 15px;
    height: 400px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.howSubD:hover{
    margin-top: 0px;
    margin-left: -20px;
    margin-right: -20px;
        height: 460px;
        box-shadow: 1px 1px 43px -18px #333;
}

.howSubD img{
    height: 125px;
}
.howSubD h4{
    color: #041E42;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}
.howSubD p{
    color: #92B6E7;
    font-size: 14px;
    font-weight: 300;
}





.program-Sec{

}
.proHeadD{
    padding: 55px;
    background: #041E42;
    border-radius: 30px 0 0 30px;
}
.proHeadD h3{
    font-size: 68px;
    color: #fff;
    margin: 0;
    font-weight: 300;
    line-height: 90px;
}
.proSubD{
    padding: 25px;
}
.proSubD img{
    height: 70px;
}
.proSubD h4{
    font-size: 17px;
    color: #000;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}
.proSubD p{
    font-size: 14px;
    color: #000;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}




.testi-Sec{
    padding: 60px 0;
}

.testihead img{
    height: 120px;
}
.testihead h3{
        font-size: 36px;
    color: #000E4B;
    font-weight: 300;
    margin-top: -55px;
    margin-left: 50px;
}

.testisubD{
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 1px 1px 20px -11px #333;
    margin: 10px;
    height: 165px;
}
.testisubD h5{
    color: #0F366C;
    font-size: 15px;
}
.testisubD p{
    color: #303030;
    font-size: 14px;
}
.testimainD{
    padding: 15px;
}
.testimainD .owl-stage-outer{
    padding: 25px 0px;
}
.testimainD .owl-dots{
    display: none;
}
.testimainD .owl-theme .owl-nav {
        display: block;
    text-align: left;
    margin-left: -48%;
    margin-top: -6%;
}
.testimainD .owl-carousel .owl-nav button.owl-next, .testimainD .owl-carousel .owl-nav button.owl-prev, 
.testimainD .owl-carousel button.owl-dot {
    
    border: 1px solid #302D5D;
    height: 45px;
    width: 45px;
    border-radius: 50%;
}
.testimainD .owl-carousel .owl-nav button.owl-next span, .testimainD .owl-carousel .owl-nav button.owl-prev span{
    font-size: 38px;
    line-height: 22px;
    color: #302D5D;
}
.testimainD .owl-carousel .owl-nav button.owl-next:hover, 
.testimainD .owl-carousel .owl-nav button.owl-prev:hover{
    background: #302D5D;
}
.testimainD .owl-carousel .owl-nav button.owl-next:hover span, 
.testimainD .owl-carousel .owl-nav button.owl-prev:hover span{
    color: #fff;
}


.stepby-Sec{
    padding: 60px 0;
}
.stepD{
    position: relative;
}
.arw1{
        position: absolute;
    height: 20px !important;
    right: -95px;
    top: 10px;
}
.arw2{
        position: absolute;
    height: 20px !important;
    right: -95px;
    top: 35px;
}
.stepD img{
    height: 60px;
}
.stepD h3 small{
        color: #000E4B;
    font-size: 14px;
    font-weight: 700;
}
.stepD h3{
        color: #000;
    font-size: 18px;
    font-weight: 400;
}
.stepD p{
        font-size: 13px;
    text-align: justify;
}
.stepHead{
    margin-bottom: 30px;
}
.stepHead h2 {
    color: #DA1F26;
    font-size: 45px;
    font-weight: 700;
}




.goog-te-gadget .goog-te-combo {
    margin: 15px 0 !important;
    padding: 10px 20px;
    background: #DA1F26;
    color: #fff;
    border: none;
    border-radius: 10px;
}
body>.skiptranslate {
    display: none
}

.goog-te-gadget>span,
div#goog-gt-tt {
    display: none !important
}

.goog-te-gadget {
    font-size: 0 !important
}


.goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 
body {
    top: 0px !important;
}



.getassi-Sec{
    padding: 60px 0;
    padding-bottom: 0;
    background: #041E42;
    border-radius: 50px 50px 0 0;
}
.getassiHeadD h3{
    color: #92B6E7;
    font-size: 44px;
    font-weight: 300;
        line-height: 55px;
}

.getassileftSubD{
    margin-top: 65px;
}
.getassileftSubD h5{
        padding: 14px 20px;
    background: #fff;
    border-radius: 50px;
    color: #000;
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
    display: inline-block;
    margin-right: -75px;
    position: relative;
    z-index: 9;
}
.getassisubD{
    margin-top: 115px;
}
.getassisubD h5{
        padding: 14px 20px;
    background: #fff;
    border-radius: 50px;
    color: #000;
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
    display: inline-block;
    margin-left: -165px;
    position: relative;
    z-index: 9;
}
.getassisubD h5.snd{
    margin-left: -150px;
}
.getassisubD h5.trd{
    margin-left: -100px;
}



.footer-Sec{
    background: #DA1F26;
    padding: 30px 0;
}
.btn-blue{
    color: #fff;
    font-size: 16px;
    background: #041E42;
    padding: 15px 25px;
    font-weight: 300;
}
.footSubD p{
    color: #fff;
    font-size: 16px;
    margin: 15px 0;
}


.lastfooter-Sec{
    background: #050030;
    padding: 15px 0;
}
.lastfooter-Sec p{
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}



@media screen and (max-width: 1920px) {
.whatsubD {
    padding-left: 25%;
}


}

@media screen and (max-width: 1680px) {
.whatsubD {
    padding-left: 15%;
}

}

@media screen and (max-width: 1440px) {
    .whatsubD {
    padding-left: 0;
}

}

@media screen and (max-width: 1400px) {

}


@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 1280px) {


}

@media screen and (max-width: 1024px) {

}




@media screen and (max-width: 768px) {
    .taglineD h4 {
    font-size: 13px;
}
.formCaruCap {
    position: inherit;
    top: 0;
    right: 0;
}
.SliderSec .carousel-caption {
    left: 3%;
    max-width: 216px;
    top: 0%;
}
.SliderSec .carousel-caption p {
    font-size: 13px;
}
.SliderSec .carousel-caption h2 {
    color: #fff;
    font-size: 18px;
    margin: 0;
}
.SliderSec .carousel-caption h4 {
    font-size: 10px;
    margin: 0;
}
.goog-te-gadget .goog-te-combo {
        margin: 5px 0 !important;
    padding: 5px 4px;
    font-size: 12px;
}
.SliderSec .carousel-indicators {
    bottom: -9px;
    left: 22%;
    margin-left: 0;
    text-align: center;
}

.what-Sec {
    background: #c9e4eb;
}
.whatheadD h2 {
    font-size: 50px;
}
.whatheadD h4 {
    font-size: 26px;
}
.what-Sec img{
    margin: 0 auto;
}
.whatsubD {
    padding-top: 0;
}
.howHeadD h3 {
    font-size: 35px;
}
.howHeadToppad {
    padding-top: 2%;
}
.howSubD {
    height: auto;
}
.padxsleft0{
    padding-left: 0;
}
.proHeadD {
    padding: 25px;
    border-radius: 30px;
    margin-bottom: 20px;
}
.proHeadD h3 {
    font-size: 32px;
    line-height: 46px;
}
.testimainD .owl-theme .owl-nav {
    text-align: center;
    margin-left: 0;
    margin-top: -20px;
}
.getassiHeadD h3 {
    font-size: 25px;
    line-height: 38px;
}
.getassileftSubD h5 {
    margin-right: 0;
    display: block;
}
.getassisubD h5, .getassisubD h5.snd, .getassisubD h5.trd{
    margin-left: 0;
        display: block;
}
.getassisubD {
    margin-top: 0;
}
.arw1, .arw2{
    display: none;
}

}

@media screen and (max-width: 360px) {
    .padright0xs{
        padding-right: 0;
    }
    .goog-te-gadget .goog-te-combo {
    margin: 5px 0 !important;
    padding: 5px 4px;
    font-size: 8px;
}

.header-nav {
    padding: 8px 0;
    background: #fff;
}


}











