
*,*:before,*:after{ margin:0; padding:0; box-sizing:border-box;-webkit-box-sizing:border-box;} 
body{background: #FFF; font-size:16px; color:#182044; font-family: "Hind", sans-serif;}
a:hover{text-decoration: none;color:#ff69a6}
img{max-width: 100%; height: auto;}


.logo-sec span {padding-left: 20px; font-size: 20px; font-weight: bold; }
.logo-sec {
    padding: 10px 0px;
}
.nav-section-main {
    position: sticky;
    top: 0px;
    z-index: 999;
    background: white;box-shadow: 0px 0px 7px 0px #e1e1e1;
}
.nav-section .nav-link.active {
    border-bottom: 2px solid #192b73;    color: #192b73;
}

.nav-section .nav-link {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;padding: 12px 34px;
}

.nav-section{float:right}


.banner-section {
    width: 100%;
    float: left;
}

.banner-section {
    position: relative;
    width: 100%;

}
.slide-head {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
}

.slide-subhead {
    font-size: 30px;
}

.owl-prev {
    position: absolute;
    top: 40%;
    left: 30px;
}
.owl-prev span,.owl-next span {
    font-size: 35px;
    border: 2px solid white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    color: white;
}
.owl-next {
    position: absolute;
    top: 40%;
    right: 30px;
}

.slide-text {
    position: absolute;
    top: 32%;
    left: 102px;
    color: white;
}

.slide-text h4 {
    font-size: 50px;
}

.slide-text a {
    color: white;
    text-decoration: none;
    background: #182b73;
    font-size: 18px;
    padding: 10px 28px;
    display: inline-block;
    border-radius: 5px;
    transition: 0.4s all;
}
.slide-text a:hover{background: #1c42cc;box-shadow: 0px 2px 10px 5px #ccc;}
.owl-prev:hover,.owl-next:hover{
    background: initial !important;
}

.home-about {
    text-align: center;
}

.home-about h2 {
    padding: 40px 0px;
    margin: 0;position: relative;
}
.home-about h2:before {
    content: "";
    width: 40px;
    height: 3px;
    background: #1b2b73;
    position: absolute;
    top: 78px;
    left: 50%;
    transform: translate(-50%, 0%);
    border-radius: 60px;
}
.img-ser img {
    height: 260px;width: 100%;
}
.img-ser a {
    text-decoration: none;
    background: #172c73;
    color: white;
    font-size: 18px;
    display: inline-block;
    padding: 8px 30px;
    margin-bottom: 25px;
}
section.services h2 {
    text-align: center;
    padding: 40px 0px;
    margin: 0;position: relative;
}

section.services h2:before {
    content: "";
    width: 40px;
    height: 3px;
    background: #1b2b73;
    position: absolute;
    top: 78px;
    left: 50%;
    transform: translate(-50%, 0%);
    border-radius: 60px;
}

section.services h3 {
    font-size: 23px;
    padding-bottom: 10px;padding-top: 20px;
}
.service-details .img-ser {
    padding-bottom: 18px;
}
section.services {
    padding-bottom: 40px;
}
section.services p {
    padding: 20px 0px 0px;
    min-height: 195px;
    margin: 0px;
}
.img-ser a:hover {
    background: #6aaadb;
    transition: 1s all;
    box-shadow: 3px 3px 10px 0px #172c73;
}
.footer-left {
    padding-top: 30px;
}

.application-main {
    padding: 10px 0px 40px;
}
.application-main label.form-label {
    font-size: 15px;
}
button.btn.btn-primary.sbmt-btn {
    background: #182b73;
    border: 0;
    text-transform: uppercase;
    padding: 10px 30px;
}

.footer-top-sec ul {
    padding: 0;
    margin: 0;
}
.footer-top-sec ul li {list-style: none;float: left;width: 20%}


.footer-top-sec ul{ position: relative;}
.insta-img-sec {
    margin: 0;
    padding: 0;
    list-style: none;
}



.footer-left span {
    color: #70c33e;
    font-size: 13px;
}

.footer-left h5 {
    padding: 20px 0px;
    font-size: 40px;
    margin: 0;
}

.social-sec span {
    display: block;
    font-size: 18px;
    color: #182044;
}

.social-sec span i {
    font-size: 15px;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    padding: 14px;
    margin: 6px 20px 10px 0px;
    box-shadow: 0px 0px 3px 0px #ccc;
}
.form-sec {
    box-shadow: 0px 3px 10px 0px #ccc;
    padding: 30px;margin-top: 30px;
}

.social-sec span a {
    color: #182044;
    text-decoration: none;
}


.form-sec .form-floating>.form-control, .form-floating>.form-control-plaintext {
    background: 0;
    border: 0;color: #656e93 !important;border-bottom: 1px solid;
    border-radius: 0;font-size: 12px;
}
.form-sec .form-control:focus{box-shadow: initial;}
.form-sec .form-floating>label {
    font-size: 12px;
    color: #656e93 !important;
}

.form-sec button.btn.btn-primary {
   background: #192c74;
    border-color: #192c74;
    font-size: 13px;
    padding: 12px 45px;
    margin-top: 45px;
}

.form-sec button.btn.btn-primary:hover {
    background: #6aaadb;
    transition: 1s all;
    box-shadow: 3px 3px 10px 0px #172c73;
}

.contact-section {
    padding: 40px 0px;
}

.footer-middle-sec {
    float: left;
    width: 100%;
    padding: 44px 0px;
    background: #ccc;

    box-shadow: 8px 13px 8px 8px #000;
}

.menu-sec h5,.contact-sec h5,.folowus-sec h5 {
    font-size: 15px;
    padding: 15px 0px;color: #182044;
}
.menu-sec ul {
    padding: 0;
    margin: 0;
}
.menu-sec ul li {
    list-style: none;
}

.menu-sec ul li a {
    text-decoration: none;
    font-size: 15px;
    color: #182044;
}
.contact-sec span a,.contact-sec span{
    text-decoration: none;
    font-size: 15px;
    color: #182044;
}
.footer-middle-sec .logo-sec {
    padding-top: 0;
}
.footer-middle-sec p {
    font-size: 16px;padding-right: 70px;color: #ccc;
}
.contact-sec span,.folowus-sec span {
    display: block;
    padding: 5px 0px;
}
.folowus-sec span a {
    text-decoration: none;
    font-size: 15px;
    color: #182044;
}
.img-ukw{padding-bottom: 18px;}
.contact-sec span i {
    padding-right: 10px;font-size: 12px;
}

.folowus-sec a i {
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 11px;
    margin-right: 15px;
}

.link-footer {
    padding: 0;
    margin: 0;text-align: right;
}
.link-footer li {
    list-style: none;display: inline-block;
}
.link-footer li a {
    font-size: 15px;
    text-decoration: none;color: #ccc;
    border-right: 1px solid #ccc;
    padding: 0px 31px;
}
.link-footer li:last-child a {
    border: 0 !important;
}
.reserved {
    font-size: 15px;
    
}
.footer-bottom-section {
    background: #212952;
    padding: 10px;
    float: left;
    width: 100%;
    color: #fff;
}
.left-sect button.btn.btn-dark {
    font-size: 12px;
    padding: 10px 25px;background: #182044;
    border-color: #182044;
}
.left-sect i {
    transform: rotate(180deg);
    padding: 0px 5px 1px;
}

.contact-btn i {
    transform: rotate(45deg);
    font-size: 12px;
    padding: 0px 10px;
}
.form-sec i {
    transform: rotate(-45deg);
    padding-left: 5px;
}



.form-sec .form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
    background-color: #fffefe00 !important;
 
}

.bg-sec-exise {
    background: #192b75;
    color: white;
    text-align: center;
    
}

.bg-sec-exise h4 {
    font-size: 45px;
    font-weight: 600;
    padding: 50px;
    margin-bottom: 30px;
}
.box {
    padding-right: 45px;
    padding-bottom: 20px;

}
.box h2 {
    font-size: 25px;
 
}
.box:hover h2{   color:white}
/* .box-active h2{color:white}
.box-active{cursor: pointer;
    padding: 20px;
    color: #ebebeb;
    background: #6aaadb;
    transition: 0.5s all;
    box-shadow: 3px 3px 10px 0px #172c73;
    margin: 0px 20px 20px 0px;} */
.box:hover {
    cursor: pointer;
    padding: 20px;
    color: #ebebeb;
    background: #6aaadb;
    transition: 0.5s all;
    box-shadow: 3px 3px 10px 0px #172c73;
    margin: 0px 20px 20px 0px;
}
/* .services{background:#f8f8f8;} */
.footer-middle-sec.home-bottom {
    margin: 0;
}
.service-details h2{font-size: 25px;}

@media screen and (min-width: 767px){
    .nav-section .nav-link {
        text-transform: inherit;
        font-size: 15px;
        font-weight: 600;
        padding: 12px 22px !important;
    }
}
@media screen and (max-width: 768px) {

    .logo {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 200px;
}
.contact-btn {
    background: #34275e;
    color: #fff;
    margin-left: 0;
    border-radius: 10px;
}
.nav-section {
    text-align: right;
}

.navbar>.container-fluid {
    justify-content: flex-end;
}

.logo-sec img{max-width: 50px}


li.nav-item >a {
    text-align: left;
    padding-left: 0!important;
}

li.nav-item >a.nav-link.contact-btn {
    text-align: center;
}


ul.navbar-nav {
    margin: 13px 0 0 0;
}
    .left-sect {
    position: absolute;
    left: -145px;
    z-index: 9;
}
.banner-section {
    width: 100%;
    float: left;
    margin: 0px 0 0 0;
}
.logo-sec {
    padding: 10px 0px;
}
.lern-txt {
    font-size: 15px;
}

.menu-sec h5, .contact-sec h5, .folowus-sec h5 {
    font-size: 15px;
    padding: 25px 0px;
}


.link-footer li a {padding: 0px 0px;}

.lern-txt {width: 234px;}
.text{display: none;}
.slide-feature h4 {
    font-size: 24px;
    padding-bottom: 20px;
}

.slide-feature {
    padding: 10px;
}

.feature-right-sec {
    text-align: left;
    float: left;
    position: relative;
    width: 100%;
}

.feature-right-sec .owl-nav {
    position: absolute;
    left: 238px;
    bottom: 154px;
}



}





