body {
    font-family: 'Aptos Display', sans-serif;
}
:root {
    --darkblue : #242A56;
    --lightblue : #749BE7;
    --white :#ffff;
    --bg : #EFF2FF;
    --gradient : linearGradient(to bottom right, #2a305f,#2a305f,#242a5652);
    --bold : 600;
    --semi-bold :500;
    }
/**********************NAV BAR ENDS HERE**************************************************/
/**********************SLIDE TOP ********************************************************/
.home-slider .single-slider{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0px;
    height: 634px;
    border: none;
    justify-content: center;
    z-index:100;
}
/* .home-slider .hero-slider{
    z-index: 999;
} */
.home-slider .single-slider:before{
    opacity: .7;
}
.home-slider .single-slider .slider-text{
    margin: 171px 0 0;
    width: 1000px;
}
.home-slider .single-slider h1{
    font-size: 45px;
    line-height: 70px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 800;
    margin-bottom: 0;
    text-shadow: 0px 3px 10px #000;
    margin-left: 350px;
}
.home-slider .single-slider p{
    /* width: 50%; */
    color: #fff;
    font-size: 30px;
    line-height: 25px;
    animation: fadeInUp 1s both .8s;
    margin-left: 400px;
}
.home-slider .single-slider .btn{
    margin-top: 45px;
    margin-left: 450px;
}
.home-slider .single-slider a{
    text-decoration: none;
    font-size: 0.9rem;
    padding: 13px 35px;
    background-color: #fff;
    font-weight: 600;
    border-radius: 5px;
}
.home-slider .single-slider a.blue{
    color: #fff;
    background: #0b213c;
}
.home-slider .single-slider a.blue{
    color: #0b213c;
    background: #fff;
    transition: 0.3s;
}
.home-slider .single-slider a.blue:hover{
    color: #0b213c;
    background: #fff;
}
.home-slider .single-slider a.yellow{
    color: #fff;
    background: #0b213c;
    transition: 0.3s;
}
.home-slider .single-slider a.yellow:hover{
    color: #fff;
    background: #0b213c;
}

.home-slider .owl-carousel .owl-nav button{
    height: 55px;
    width: 55px;
    line-height: 55px;
    top: 50%;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 25px;
    position: absolute;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 100%;
    margin: -30px 0 0;
}
.home-slider .owl-carousel .owl-nav button:hover{
    background: #0b213c;
}
.home-slider .owl-carousel .owl-nav .owl-prev{
    left: 15px;
}
.home-slider .owl-carousel .owl-nav.owl-prev:hover{
    left: 25px;
    background: #fff;
}
.home-slider .owl-carousel .owl-nav .owl-next{
    right: 15px;
}
.home-slider .owl-carousel .owl-nav .owl-next:hover{
    right: 25px;
}
.home-slider .owl-item.active .slider-text h1{
    animation: fadeInUp 1s both .8s;
}
.home-slider .owl-item.active .slider-text p{
    animation: fadeInDown 1s both .8s;
}
/* ====End of Slider CSS=== */
.intro{
    margin-top: 30px;
    margin-bottom: 20px;
    z-index:100;
  }
/* Start About Us section CSS - Import*/
/**************************************/
/********* About + Single CSS *********/
/**************************************/
.about,
.single {
    position: relative;
    padding: 90px 0 0 0;
    background: #f2f2f2;
}
.about .col-md-12,
.about .col-md-6,
.single .col-md-12,
.single .col-md-6 {
    margin-bottom: 30px;
}

.about .about-img,
.single .single-img {
    position: relative;
    overflow: hidden;
}
.about .about-img img,
.single .single-img img {
    width: 100%;
}
.about .about-content,
.single .single-content {
    position: relative;
    width: 80%;
    margin: -100px auto 0 auto;
    padding: 30px;
    background: #ffffff;
}

.about .about-content h2,
.single .single-content h2 {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Aptos Display', sans-serif;
}

.about .about-content p,
.single .single-content p {
    font-size: 22px;
    font-weight: 300;
}
.about .section-header {
    box-shadow: 4px 4px 4px 4px #0000ff2b;
    padding: 20px;
    border-radius: 5px;
    align-items: center;
    justify-content: space-between;
    background: rgb(255, 255, 255, .2);
    margin-top: -80px;
}
.about .section-header h2 {
    margin-left: 20px;
    color: #0b213c;
    font-size: 30px;
    /* font-family: 'Poppins', sans-serif; */
}
.about .section-header p{
    margin-left: 20px;
    color: #0b213c;
    /* font-family: 'Poppins', sans-serif; */
    font-size: 22px;
    text-align: justify;
}
.about .btn,
.single .btn {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    background: #0b213c;
    border-radius: 0;
}

.about .btn:hover,
.single .btn:hover {
    background: hsl(213, 100%, 7%);
}
/**************************************/
/* =====Testimonials===== */
/* Start of Our Services */
/* services */
.container2{
    /* width: 80%;
    margin: auto; */
    overflow: hidden;
    background-image: url("../images/360_F_369005893_UYbUUUHDiB0HT7vs7EpO0JZ4vf830R5K.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    height:72vh;
}
/* Getting Started */
.container2 .headerservices h2{
 color: white;
 margin-left: 300px;
 font-family: 'Aptos Display', sans-serif;
}
#getstarted {
    margin: 20px auto;
    width: 80%;
}
.ctn-wrapper{
    /* display: flex; */
    box-shadow: 4px 4px 4px 4px #0000ff2b;
    padding: 20px;
    border-radius: 5px;
    align-items: center;
    justify-content: space-between;
    background: rgb(255, 255, 255, .2);
    text-align: justify;
    
} 
.ctn-wrapper::before{
    background:#fff;
}
.ctn-wrapper .btn {
    color: #fff;
    background: #0b213c;
    transition: 0.3s;
}
.ctn-wrapper .btn:hover{

    background: #fff;
    color: #0b213c;
    transition: 0.3s;
}
.ctn-wrapper a{
    color: #fff;
    background: #0b213c;
    transition: 0.3s;
}
.ctn-wrapper a:hover{
    color: #fff;
    background: #0b213c;
}
.ctn-wrapper .text{
    width: 100%;
}
.ctn-wrapper .text h4{
    margin-bottom: 10px;
    font-size: 30px;
}
.ctn-wrapper .text p{
    color: #02093b;
    font-size: 22px;
    justify-content: space-between;
}
/* end  */
.title {
    text-align: center;
    max-width: 50%;
    margin: auto;
}
.Services .title h1{
    font-size: 300px;
}
.Services {
    /* background: #EFF2FF;
    margin-bottom: 50px; */
    /* test new code */
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
}
.service p{
    font-size: 18px;
    color: #02093b;
    text-align: center;
    margin-top: 20px;
}
.service h2{
    text-align: center;
    font-size: 1.6rem;
    color: #02093b;
}
#tag1{
    margin-left: -10px;
    width: 270px;
    height: 200px;
}
#tag2{
    margin-left: -10px;
    width: 270px;
    height: 200px;
}
#tag3{
    margin-left: -10px;
    width: 270px;
    height: 200px;
}
#tag4{
    margin-left: -10px;
    width: 270px;
    height: 200px;
}
#tag5{
    margin-left: 100px;
    width: 100px;
    border-radius: 25px;
}
#tag6{
    margin-left: 100px;
    width: 100px;
    height:80px;
    border-radius: 25px;
}
.services-wrapper {
    width: 80%;
    margin: auto;
    margin-top: 70px;
    grid-template-columns: repeat(auto-fit, minmax(40px, auto));
        display: grid;
        grid-gap: 1.5rem;
    height: 40vh;
    margin-bottom: 90px;

}
.service {
    background: white;
    padding: 2rem 1rem;
    box-sizing: 2px 2px 2px #00000037;
    border-radius: 5px;
    margin-bottom: 20px;
    /* background: transparent; */
}
.service:hover{
    background-color: rgb(148, 192, 248);
    cursor: pointer;
    background: rgb(255, 255, 255, .2);
}
.service p:hover{
    color: rgb(250, 251, 252);
}
.service h2:hover{
    color: rgb(250, 251, 252);
}
/*  
.service:hover.service p,
.service:hover.service h2,
.service:hover.service .fa {
 color: rgb(247, 245, 248);
}*/
.service .fa {
    font-size: 30px;
    color: blue;
    align-content: center;
    margin-left: 70px;
    margin-bottom: 10px;
}
.service h2 {
    margin-bottom: 10px;
}
.service .more-us{
    background-color:#0b213c;
    border-radius: 5px;
    width: 150px;
    height: 40px;
    transition: 0.3s;
    border-color: #0b213c;
    margin-left: 45px;
    /* margin-top: 85px; */

}
.more-us a{
    color: white;
    font-size: 16px;
    /* font-family: Arial, Helvetica, sans-serif; */
}
/* ==End of Our services== */

/* Start Co-Curricular Activities */
#curricular {
    margin: 20px auto;
    width: 80%;
   
}
.curricular .ctn-wrapper2{
    /* display: flex; */
    box-shadow: 4px 4px 4px 4px #0000ff2b;
    padding: 20px;
    border-radius: 5px;
    align-items: center;
    justify-content: space-between;
    background: #ebeeeb;
} 
.curricular .ctn-wrapper2::before{
    background:#ebeeeb;
}
.curricular .ctn-wrapper2 p{
    font-size: 1.5rem;
    justify-content: space-between;
    text-align: justify;
}
/* End Co-Curricular Activities */
/**************************************/
/************ Counters CSS ************/
/**************************************/
.counters {
    position: relative;
    width: 100%;
    padding: 90px 0;
    background: #0b213c;
}

.counters i {
    display: inline-block;
    font-size: 90px;
    line-height: 0;
    color: #ffffff;
    margin-bottom: 10px;
}

.counters h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    font-weight: 900;
    letter-spacing: 5px;
    color: #ffffff;
}

.counters p {
    font-size: 22px;
    color: #ffffff;
}

/**************************************/
/* Start What people say About Us */
#sifa {
    margin: 20px auto;
    width: 100%;
   
}
.sifa .ctn-wrapper3{
    /* display: flex; */
    box-shadow: 4px 4px 4px 4px #0000ff2b;
    padding: 20px;
    border-radius: 5px;
    align-items: center;
    justify-content: space-between;
    background: #0b213c;
} 
.sifa .ctn-wrapper3::before{
    background:#ebeeeb;
}
.sifa .ctn-wrapper3 h4{
    text-align: center;
    font-size: 30px;
    
}
/* End What People Say about Us */


/* ===Start Testimonials Sections==== */
/* ===Start Testimonials Sections==== */
.good-words {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

.good-words .head-sect h1 {
    margin-left: 400px;
}

.good-words .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 10% 0;
    margin: -80px 0 -80px;
}

.review-card {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 20px;
    width: 300px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}

.img-area {
    width: 100px;   /* Increased width */
    height: 100px;  /* Increased height */
    overflow: hidden;
    border-radius: 50%;
    margin-right: 25px;
}

.img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image fits within the circle */
}

.header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    background-color: whitesmoke;
}

.infom {
    background-color: #f5f5f5;
    text-align: center;
}

.infom h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #0b213c;
}

.infom p {
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #0b213c;
    text-align: justify;
}

.single-review p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #333;
    text-align: justify;
}

.review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.rating {
    display: flex;
}

.rating span {
    color: #000;
    font-size: 18px;
}

.rating span.active {
    color: #0b213c;
}
/* ===End Testimonials Sections==== */

/* ===End Testimonials Sections==== */


/**************************************/
/************ Portfolio CSS - Our Projects***********/
/**************************************/
.portfolio {
    position: relative;
    padding: 90px 0 60px 0;
    background: #f2f2f2;
}
.portfolio .section-header{
    margin-top: 20px;
}
.portfolio .portfolio-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img {
    position: relative;
    background: #000000;
    overflow: hidden;
}
.portfolio .portfolio-item .link-preview,
.portfolio .portfolio-item .link-details {
    position: absolute;
    display: inline-block;
    padding: 5px 0;
    line-height: 1;
    text-align: center;
    width: 45px;
    height: 35px;
    background: #0b213c;
    border: 1px solid #ffffff;
    transition: 0.3s;
    opacity: 0;
}

.portfolio .portfolio-item .link-preview i,
.portfolio .portfolio-item .link-details i {
    font-size: 22px;
    color: #ffffff;
}

.portfolio .portfolio-item .link-preview:hover,
.portfolio .portfolio-item .link-details:hover {
    background: #ffffff;
    border: 1px solid #0b213c;
}

.portfolio .portfolio-item .link-preview:hover i,
.portfolio .portfolio-item .link-details:hover i {
    color: #353535;
}

.portfolio .portfolio-item .link-preview {
    left: 0;
    top: calc(50% - 18px);
}

.portfolio .portfolio-item .link-details {
    right: 0;
    top: calc(50% - 18px);
}

.portfolio .portfolio-item:hover .link-preview {
    opacity: 1;
    left: calc(50% - 50px);
}

.portfolio .portfolio-item:hover .link-details {
    opacity: 1;
    right: calc(50% - 50px);
}

.portfolio .portfolio-item .portfolio-info {
    position: relative;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    background: #ffffff;
}

.portfolio .portfolio-item .portfolio-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Aptos Display', sans-serif;
}

.portfolio .portfolio-item .portfolio-info p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Aptos Display', sans-serif;
    /* text-transform: uppercase; */
}

/* End Porfolio Section CSS */

@media only screen and (max-width: 769px) {
    .home-slider{
        padding: 15px 20px 20px 20px;
        bottom: 39px;
        z-index: 10;
    }
    .home-slider .single-slider {
        height: 300px;
    }
    .home-slider .single-slider .container{
        /* background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 0px;
        height: 234px;
        border: none;
        justify-content: center;
        z-index: 100; */
    }
    .home-slider .single-slider .slider-text{
        margin: 100px 0 30px;
    }
    .home-slider .single-slider .slider-text h1{
        font-size: 14px;
        align-items: center;
        line-height: 10px;
        color: #fff;
        margin-bottom: 20px;
        margin-left: -10px;
        margin-top: 50px;
    }
    .home-slider .single-slider .slider-text p{
        width: 50%;
        color: #fff;
        font-size: 15px;
        line-height: 13px;
        animation: fadeInUp 1s both .8s;
        margin-left: 10px;
    }
    .home-slider .single-slider .btn{
        margin-left: -100px;
        margin-bottom: 290px;
        width: 520px;
        height: 20px;
        display: block;
    }
    .home-slider .single-slider .btn a{
        font-size: 16px;
    }
    /* responsive code for testimonials section */
    /* /////////////////////////////////////////////// */
    /* /////Start About Us Section ///////*/
    .about .section-header {
        margin-top: 140px;
        justify-content: center;
    }
    .about .section-header p{
        text-align: justify;
    }
    .about .about-content p {
        text-align: justify;
        font-size: 20px;
        font: bold;
    }
    /* /////End About Us Section ///////*/
    /* /////////////////////////////////////////////// */
    .intro .container{
        margin-top: 150px;
    }
    .testimonials {
        background: green;
        margin-top: -20px;
    }
    .remarks{
        display: inline-block;
    }
    .message{
        width: 400px;
        text-align: justify;
        margin-top: 140px;
        box-shadow: 4px 4px 4px 4px #0000ff2b;
        background-color: #ebeeeb;
        margin-left: -50px;
    }
    .message p{
        padding: 10px 40px 40px;
    }
    .message h1{
        color: #242A56;
        font-size: 30px;
        padding: 10px 40px 0;
    }
    .photo{
        margin-top: 10px;
        text-align: center;
        width: 500px;
        margin-left: -99px;
    }
    .photo h5,h6{
        margin-left: 10px;
    }
    /* Our services Section Responsive css*/
    .Services .container2{

        height:214vh;
    }
    /* .Services{
        margin-bottom: 350px;
    } */
    .Services .getstarted {
        margin-top: -100px;
    }
    .Services .ctn-wrapper{
        margin-top: 50px;
    }
    .Services .getstarted h4{
        font-size: 1.5rem;
        text-align: center;
    }
    .Services .getstarted p{
        font-size: 20px;
        text-align: justify;
    }
    .Services .services-wrapper {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto;
      margin-top: 30px;
      grid-gap: 1.9rem;
    }

    .Services .service:hover{
        background-color: rgb(148, 192, 248);
        cursor: pointer;
        background: rgb(255, 255, 255, .2);
    }
    .Services .service h2{
        margin-left: -20px;
        /* font-size: 25px; */
    }
    .Services .service p:hover{
        color: rgb(250, 251, 252);
    }
    .Services .service h2:hover{
        color: rgb(250, 251, 252);
    }
    .service h2 {
        margin-bottom: 10px;
    }
    .service .more-us{
        background-color: #0b213c;
        border-radius: 5px;
        width: 150px;
        height: 40px;
        transition: 0.3s;
        border-color: rgb(23, 2, 245);
        margin-left: 50px;
    
    }
    .more-us a{
        color: white;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .Services .headerservices h2{
        margin-left: 130px;
        margin-top: 20px;
    }

    #tag1 {
        margin-left: 1px;
        width: 280px;
        height: 200px;
    }
    #tag2{
        margin-left: 1px;
        width: 280px;
        height: 200px;
    }
    #tag3{
        margin-left: 1px;
        width: 280px;
        height: 200px;
    }
    #tag4{
        margin-left: 1px;
        width: 280px;
        height: 200px;
    }
    /* End  Services Responsive CSS*/

    /* ===Start Good Words ==== */
    .good-words{
        margin-top: -20px;
    }
    .good-words .head-sect h1 {
        margin-left: 40px;
        margin-top: 20px;
    }
    .good-words .wrapper{
        margin: -30px 0 20px;
    }
/* ===End Good Words === */
/* #curricular {
    margin-top: 390px;
} */

}
