body {
    margin: 0px;
}

* {
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden !important;
}


a {
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
}

h1{
    font-family: "Poppins", sans-serif;
}

h2{
    font-family: "Poppins", sans-serif;
}

h3{
    font-family: "Poppins", sans-serif;
}

h4{
    font-family: "Poppins", sans-serif;
}

h5{
    font-family: "Poppins", sans-serif;
}

h6{
    font-family: "Poppins", sans-serif;
}

p{
    font-family: "Poppins", sans-serif;
}
/* tag font end */

/* .sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
} */

.default-btn{
    padding-top: 20px;
}

.default-btn a{
    /* background-color: #334891; */
    background: linear-gradient(90deg, #334891, #67a3e4);
    border-radius: 50px;
    padding: 7px 25px;
    color: #ffffff;
    border: none; 
    
}


.default-btn a:hover {
    border: 1px solid #334891;
    background: transparent;
    color: #334891;
    
}

/* header start */

.navbar-custom {
      

    /* position: relative; */

    /* position: fixed; */
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.4s ease-in-out;
    background: transparent;
    /* border-bottom: 1px solid #bdbcbc; */
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;

    transition: top 0.3s, background-color 0.3s;

}

.navbar-brand img{
    width: 150px;
}

.nav-link, .navbar-brand, .dropdown-item {
    color: white !important;
}

.dropdown-item:hover {
    background-color: transparent !important;
}

.offcanvas-end {
    background-color: #ffffff;
}

.sticky-scroll {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/* .offcanvas-body{
   
    display: flex !important;
    justify-content:center !important;
} */


.navbar-nav{
    display: flex;
    justify-content: end;
    
}
.navbar-nav a{
    color: #000000 !important;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;

    /* transition: color 0.3s ease;
    position: relative; */
   
    /* text-align: center !important; */
}


/* .navbar-nav a::after {
  content: "";
  position: absolute;
  bottom: -5px; 
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e0aaff;
  transition: width 0.3s ease;
} */

.navbar-nav a:hover{
   /* color: #10002b !important; */
   color: #334891 !important;
}

.navbar-nav a:hover::after {
  width: 100%;
}



.navbar-nav .active a{
    /* color: #10002b !important; */
    color: #334891 !important;
}

.nav-link.active {
    color: #334891 !important;
    font-weight: 600;
}



.navbar-toggler span{
    color: #000000 !important;
}

.navbar-toggler:focus {
    outline: none; 
    box-shadow: none;
    
}






.header-btn{
    display: flex;
    justify-content: end;
}
.header-btn a{
    
    border:  1px solid #334891;
    padding: 7px 17px 7px 17px;
    color: #334891;
    border-radius: 50px;
    text-align: end !important;
    font-size: 16px;
    font-weight: 400;
    
    
}


.header-btn a:hover{
    background-color: #334891;
    color: #ffffff;
}







@media(max-width:992px){
    .offcanvas-body{
        display: flex !important;
        justify-content: left !important;
    }

    .header-btn{
        display: none;
    }

   

    .navbar-nav .active{
        background-color: transparent !important;
        
    }

    .navbar-nav a{
        color: #000000 !important;
    }

    .navbar-nav .active a{
        color: #000000 !important;
    }

   
}


@media(max-width:370px){
    .head-top-cta a{
        font-size: 13px;
    }
}


/* .navbar-toggler-icon{
    background-color: #000000 !important;
    color: #00ff37 !important;
} */

/* header end */





/* footer start */


.footer-section {
    padding-top: 20px;
    padding-bottom: 20px;
    /* background-color: #334891; */
    background: linear-gradient(135deg, #334891, #3c79bb);
   
}

.footer-bg {

    padding-top: 50px;
    /* padding-bottom: 10px; */
    border-radius: 15px;
}

/* .footer-row{
    border-bottom: 1px solid #ffffff;
} */


 
.footer-logo img{
    width: 140px;
}

.footer-about p{
    margin-top: 15px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}

.social-icon {
    padding-top: 5px;
}

.social-icon a {
    font-size: 20px;
    color: #ffffff;
    padding: 0px 25px 0px 0px;

    transition: all 0.4s ease-in-out;
    opacity: 1;
    display: inline-block;
}

.social-icon a:hover {

    /* opacity: 0.6; */
    transform: translateY(-5px);
    color: #f79e19;
}




.footer-menu ul {
    padding: 0px;
}

.footer-menu li {
    list-style: none;
    margin: 10px;
    margin-left: 0px;

}

.footer-menu h2 {
    color: #ffffff;

    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 10px;
    font-family: "Philosopher", sans-serif;

}

.footer-menu a {
    color: #ffffff;

    font-weight: 300;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;

}

.footer-menu a:hover {
    color: #f79e19;
}

.copy-right {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    /* padding: 30px 20px 0px 20px; */
}

.copy-right p {

    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;

}

.copy-right a {
    color: #ffffff;
}





@media(max-width:768px) {
    .footer-menu {
        padding: 20px;
    }

    .footer-content{
        padding: 20px;
    }
}

@media(max-width:432px) {
    .footer-menu h2 {
        font-size: 18px;
    }

    .footer-menu li {
        margin: 5px;
        margin-left: 0px;
    }

    .footer-menu a {
        font-size: 15px;
    }

    .copy-right {
        display: flex;
        flex-direction: column;
    }

    .copy-right p{
        font-size: 13px;
    }

    .footer-section {
        padding-bottom: 0px;
    }
}

/* footer end */



/* testimonials start */

.testimonials-section{
    padding-top: 50px;
    padding-bottom: 0px;
    background-color: #ffffff;
}

.testimonials-top-left{
    text-align: center;
}

.testimonials-top-left h2{
    font-size: 48px;
    font-weight: 500;
    color: #000000;
    text-align: center;
   
}

.testimonials-top-left span{
    color: #3c79bb;
    font-family: "Philosopher", sans-serif;
}


.testimonials-top-left p{
    color: #000000;
}





.testimonial-item {
    margin-top: 50px !important;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    /* border: 2px solid #303031; */
    margin: 15px 5px 15px 5px;
    position: relative;
}

.testimonial-user{
    position: absolute;
    top: -10%;
}


.testimonial-item img {
    width: 40px !important;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}
.testimonial-name {
   
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #000000;
    font-family: "Poppins", sans-serif;
}

.testimonial-text {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #4e4b4b;
}

.stars {
    font-size: 20px;
    color: #ffe234;
}



@media(max-width:432px){

    .testimonials-section{
        padding-top: 0px;
    }
    
    .testimonials-top-left h2 {
        font-size: 35px;
        text-align: center;
        padding-top: 10px;
    }

   
}

/* testimonials end */





/*home banner */

.banner-section{
    padding: 50px 0px;
    /* background-color: #f9f8f8; */
    background-image: url(..//image/banner-bg-1.png);
    background-repeat: no-repeat;
    background-position: right center;
    
    
}

.banner-content-col{
    display: flex;
    align-items: center;
}

.banner-content h1{
    color: #3c79bb;
    font-size: 65px;
    font-weight: 700;
    font-family: "Philosopher", sans-serif;
}



.banner-content span{
    color: #f79e19;
}

.banner-content p{
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    margin-top: 15px;
}

.banner-image{
    text-align: end;
}

.banner-btns{
    display: flex;
    gap: 10px;
    padding-top: 15px;
}

.banner-btn-one a{
    padding: 7px 26px;
    /* background-color: #334891; */
    background: linear-gradient(90deg, #334891, #67a3e4);
    color: #ffffff;
    border-radius: 50px;
}

.banner-btn-one a:hover{
    background: transparent;
    border: 1px solid #334891;
    color: #334891;
}

.banner-btn-two a{
    padding: 7px 26px;
    border: 1px solid #334891;
    color: #334891;
    border-radius: 50px;
}

.banner-btn-two a:hover{
    /* background-color: #334891; */
    background: linear-gradient(90deg, #334891, #67a3e4);
    border: none;
    color: #ffffff;
}


.counter-section{
    display: flex;
    padding-top: 50px;
    gap: 100px;
    text-align: center;
}

.counter-section h3{
    font-size: 40px;
    font-weight: bold;
    color: #334891;
}

.counter-section h6{
    font-size: 15px;
    font-weight: 500;
    color: #f79e19;
}

.banner-image-col{
    position: relative;
}

.testimonial-banner-card{
    position:absolute;
    bottom: 10%;
    background: #ffffff;
    padding: 0px;
    border-radius: 15px;
    text-align: center;
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;

    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.testimonial-banner-img img{
    width: 45px;
    height: 45px;
    border-radius: 50px;
    margin-left: -15px;

    /* margin: 0 2px; */
}

.rating-text{
    margin-left: 15px;
}
.rating-text h4{
    margin: 10px 0 0 0;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

.rating-text p{
    margin: 5px 0 10px 0;
    font-size: 14px;
    color: #000000;
    text-align: left;
}

.rating-btn button{
    /* padding: 8px 20px; */
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 25px;
    background-color: #3c79bb;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    margin-left: 10px;
}

.rating-btn button:hover{
    background-color: #2b5f94;
}

@media(max-width:992px){
    .banner-image{
        text-align: center;
    }
}

@media(max-width:432px){
    .banner-content h1{
        font-size: 35px;
        text-align: center;
    }

    .banner-content p{
        font-size: 15px;
        text-align: center;
        margin: 0px !important;
    }

    .banner-btns{
        justify-content: center;
        padding-top: 23px;
    }

    .counter-section{
        display: flex;
        justify-content: center;
        gap: 45px;
    }

    .counter-section h3{
        font-size: 30px;
    }

    .testimonial-banner-card{
        position: unset;
        width: 100%;
    }
}


@media (max-width:376px) {

    .banner-content h1 {
        font-size: 30px;
    }

    .banner-btn-two a{
        padding: 6px 12px;
    }

    .banner-btn-one a{
        padding: 6px 12px;
    }

    .testimonial-banner-img img{
        width: 34px;
        height: 34px;
    }
}


/* banner end */






/* cta start */

.cta-section {
    position: relative;
    overflow: hidden;
    background-color: #f7f7f7;
}

.cta-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0; 
    width: 45%; 
    height: 100%;
    background: #f79e19;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 1;
}


.cta-content, 
.cta-btn,
.cta-box,
.cta-section * {
    position: relative;
    z-index: 2;
}




.cta-content h2 {
    font-size: 45px;
    font-weight: 900;
    line-height: 1.3;
    color: #000000;
    font-family: "Philosopher", sans-serif;
    
}

.cta-content p {
    font-size: 16px;
    color: #444;
}

.cta-image{
    text-align: center;
}


.cta-btn {
    display: inline-block;
    padding: 7px 25px;
    background: linear-gradient(90deg, #334891, #67a3e4);
    color: #ffffff;
    font-weight: 500;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s ease;
}

.cta-btn:hover {
    background: #000;
    color: #fff;
}


/* @media (max-width: 768px) {
    .cta-section::after {
        width: 100%;
        clip-path: none;
    }
} */

@media (max-width: 768px) {
    
    .cta-section{
        padding-top: 30px;
    }

    .cta-section::after {
        width: 100%;
        height: 35%;         
        top: auto;
        bottom: 0;            
        clip-path: none;    
    }

    .cta-content h2{
        font-size: 35px;
    }
}


@media (max-width: 432px) {

    .cta-content h2{
        font-size: 25px;
    }

    .cta-content p{
        font-size: 14px;
    }
}

/* cta end */

/* course  */

.course-section{
    padding: 50px 0px;
}

.course-head-title h2{
    font-size: 48px;
    font-weight: 500;
    color: #000000;
    text-align: center;
   
}

.course-head-title span{
    color: #3c79bb;
    font-family: "Philosopher", sans-serif;
}


.course-head-title p{
    color: #000000;
    text-align: center;
}

.course-card-col{
    position: relative;
}

.course-card {
    position: relative; 
    width: 100%;
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.course-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    
}

.course-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.4s ease;
   
}

.course-image:hover img {
    transform: scale(1.1);
}

.flag-icons {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    
}

.flag-icons img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    object-fit: cover;
}



.course-content{
    padding-top: 15px;
    text-align: center;
}

.course-content h5{
    
    color: #000000;
}

.course-content p{
    color: #000000;
}





@media (max-width:432px) {

   .course-head-title h2{
        font-size: 35px;
   }

   .course-head-title p{
        font-size: 15px;
   }
}
/* course end */


/* detail page course */

.detail-section{
    padding: 50px 0px;
}

.detail-image img{
    border-radius: 10px;
}

.detail-content {
    padding-top: 15px;
}

.detail-content-flag{
    padding: 10px 0px;
}

.detail-content-flag img{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 3px solid #ffffff;
    object-fit: cover;
}


.owl-theme .owl-nav.disabled+.owl-dots{
    display: none;
}


/* about start*/

.about-section{
    padding: 50px 0px;
    background-image: url(..//image/about-bg-1.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


/* .about-btn{
    padding-top: 10px;
}

.about-btn a{
    padding: 7px 26px 7px 26px;
    background-color: #334891;
    color: #ffffff;
    border-radius: 50px;
    transition: 0.3s;
}

.about-btn a:hover{
    background: transparent;
    border: 1px solid #334891;
    color: #334891;
} */

.about-content p{
    color: #000000;
    font-weight: 400;
    font-size: 17px;
}

.about-content h2{
    font-size: 45px;
    font-weight: 500;
    color: #000000;
}

.about-content span{
    color: #3c79bb;
    font-family: "Philosopher", sans-serif;
}




.about-image img{
    transition: transform 0.2s ease-out;
    transform-style: preserve-3d;
}

/* .about-image img:hover {
    transform: rotate(5deg);
} */


@media(max-width:992px){
    .about-content{
        padding-top: 30px;
    }
}


@media(max-width:432px){
    .about-section{
        padding-top: 27px;
    }

    .about-titles h2{
        font-size: 35px;
    }
    
    .about-content h2{
        font-size: 35px;
    }
}

/* about end */



/* contact page */

.contact-address-section{
    padding: 50px 0px;
}

.contact-page-section{
    background-color: #ffffff;
    padding: 50px 0px;
}

.address-card-col{
    margin-top: 15px;
}

.address-card{
    border: 2px solid #334891;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 20px;
    border-radius: 10px;
    

    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    height: 100%;

    transition: all 0.3s ease-in-out;
}

.address-card:hover{
    background-color: #334891;
    transform: translateY(-10px) !important;
}

.address-card:hover .address-icon{
    background-color: #ffffff;
    
}

.address-card:hover  .address-icon i{
    color: #334891;
}

.address-card:hover a{
    color: #ffffff;
}

.address-icon{
    width: 45px;
    height: 45px;
    background-color: #334891;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-bottom: 15px;
}

.address-icon i{
    color: #ffffff;
}

.address-content{
    text-align: center;
}

.address-content a{
    color: #000000;
}


/* form */

.contact-form-section h2{
    color: #000000;
    font-size: 45px;
    font-weight: 500;
    text-align: left;
    
}

.contact-form-section span{
    color: #3c79bb;
    font-family: "Philosopher", sans-serif;
}

.contact-form-section .form-label{
    color: #000000;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}


.contact-form-section input::placeholder,
.contact-form-section textarea::placeholder {
  color: #000000;    
  opacity: 0.5;
  font-weight: 300 !important;
  font-size: 14px !important;
  font-family: "Poppins", sans-serif;
}

.contact-form-section .form-control{
    /* background-color: #464647; */
    background: transparent;
    border: 1px solid #464647;
    color: #000000 !important;
    
}



.contact-btn{
    background-color: #334891;
    border-radius: 50px;
    padding: 7px 25px;
    color: #ffffff;
    border: none; 
    transition: 0.3s;
}


.contact-btn:hover {
    border: 1px solid #334891;
    color: #334891 !important;
}


@media(max-width:992px){
    .google-maps{
        padding-top: 40px;
    }
}

@media(max-width:432px){
    .contact-form-section h2{
        font-size: 35px;
    }
}



/* contact page end */



/* faqs section*/

.frequently-section{
    padding-top: 50px;
    padding-bottom: 0px;
}

.frequently-content-row{
    padding: 50px 0px;
}

.faqs-head-title h2{
    font-size: 48px;
    font-weight: 500;
    color: #000000;
    text-align: center;
}

.faqs-head-title span{
    color: #3c79bb;
    font-family: "Philosopher", sans-serif;
}

.accordion-button{
      color: #334891 !important;
      font-weight: 500 !important;
}

.accordion-button::after {
  color: #334891 !important;
}



.accordion-body p{
    font-size: 15px !important;
}
.accordion-body i{
    color: #334891;
    margin-right: 5px;
}

.frequently-image img{
    border-radius: 10px;
}


@media(max-width:432px){

    .frequently-section{
        padding-top: 10px;
    }

    .faqs-head-title h2{
        font-size: 35px;
    }

    .accordion-button{
        font-size: 14px !important;
    }
}

/* faqs end */


/* floating btn */

.floating-buttons{
    position: fixed;
    left: 15px;
    bottom: 20px;
    z-index: 9999;
}

.floating-buttons a{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    box-shadow: 0 5px 12px rgba(0,0,0,0.25);
    transition: 0.3s;
}

.floating-buttons a:hover{
    transform: translateY(-5px);
}


.call-btn{
    background-color: #334891;
}


.whatsapp-btn{
    background-color: #25D366;
}

/* end */


/* mission section */

.mission-section{
    padding: 50px 0px;
}


.mission-card{
    /* background-color: #334891; */
    background: linear-gradient(135deg, #334891, #67a3e4);
    border-radius: 15px;
    padding: 20px;
    height: 100%;

}

.mission-card:hover{
    background-color: #3c79bb;
}

.mission-content h5{
    color: #ffffff;
    font-size: 30px;
    font-family: "Philosopher", sans-serif;
}

.mission-content i{
    color: #f79e19;
}

.mission-content p{
    color: #ffffff;
    font-weight: 400;
}


@media(max-width:432px){
    .mission-content p{
        font-size: 15px;
    }
}

/* mission end */