@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,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

/*===========GENERAL STYLE============*/

html {
    height: 100vh;
    width: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #07032d;
    font-size: 13px;
    font-weight: 400;
    font-family: 'poppins', sans-serif;
    /*line-height: 28px;*/
    overflow-x: hidden;
    background: #fff;
}

.mt-6{
    margin-top: 6rem;
}

.mtkey-6{
    margin-top: 6rem;
}

#particles-js {
    position: relative;
}

a {
    text-decoration: none;
    display: inline-block;
}

ul,
ol {
    list-style: none;
}

ul {
    padding: 0;
    list-style: none;
}

.animate__animated.animate__swing {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.animate__animated.animate__rotateIn {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.animate__animated.animate__heartBeat {
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.navbar-light .navbar-nav {
    margin-right: 4rem;
    padding: 0.7rem;
}

.navbar-light .navbar-nav .nav-link {
    margin: 0px 10px;
    color: #262626 !important;
    font-weight: 600;
    font-size: 16px;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #6cc837 !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    /*background: #24a0ed !important;
  border-radius: 3px;*/
    color: #6cc837 !important;
}

@media(max-width: 575px) {
    .hr {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 1rem;
    }
}

.footer {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.follow {
    font-size: 19px;
    font-weight: bold;
    color: #262626 !important;
}

.social {
    font-size: 16px;
    padding: 0.5rem;
}

.text-reset {
    font-weight: 600 !important;
    color: #262626 !important;
}

.text-reset:hover {
    color: #549a2a !important;
}

.c-right {
    background: #f2f2f2;
    color: #4d4d4d !important;
}

.oswald {
    font-family: 'Oswald', sans-serif;
    font-size: 4rem;
    text-align: center;
}

.oswald1 {
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    text-align: center;
}

.service {
    font-family: 'Oswald', sans-serif;
    font-size: 4rem;
    /*background: url;*/
    text-align: center;
}

.contact-btn {
    background: #81d246 !important;
    color: #fff;
}

.contact-btn:hover {
    background: #5ca428 !important;
    color: #fff;
    border: 1px solid #5ca428;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.pr-3{
    padding-right: 30px;
}
.my-bg{
    background: linear-gradient(to right, #8eef83, #46add5);
}
.my-font{
    font-size: 60px;
}

@media(max-width: 575px) {
    .contact-card {
        /*display: flex !important;*/
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100%;
    }
}

.intro {
    width: 100%;
    height: 35rem;
    background: -webkit-linear-gradient(to right, #a8ff78, #78ffd6);
    background: linear-gradient(to right, #8eef83, #46add5);
    /*background: linear-gradient(to right, #a8ff78, #78ffd6);*/
}

.counter-card {
    width: 85%;
    border-radius: 30px !important;
    background: #0BA5B7;
    height: 14.5rem;
}

.counter-img {
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    background: #fff;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.count-title {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 550;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    color: #fff;
    font-size: 1.2rem;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.key{
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 0;
}

.key-about{
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 0;
}

.key-service{
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 0;
}

.key-tech{
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 0;
}

.key-img{
    width: 80%;
    border-radius: 20px;
    height: 25rem;
}

.key-img1{
    width: 80%;
    border-radius: 20px;
    height: 24rem;
}

.pl-key{
    padding-left: 2rem !important;
}

.card-service{
    width: 80%;
    height: 20rem;
    border: 1.5px solid #0BA5B7;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: rgba(11, 165, 183, 0.25) 0px 25px 50px -12px;
}

.service-img1{
    width: 70%;
    height: 12rem;
    padding-top: 2rem;
}

.service-img2{
    width: 70%;
    height: 14rem;
    padding-top: 1rem;
}

.service-img-d{
    width: 65%;
    height: 13rem;
    padding-top: 1rem;
}

.service-top{
    margin-top: -3rem;
}

.service-img3{
    width: 70%;
    height: 14rem;
}

.service-img4{
    width: 70%;
    height: 14rem;
}

.service-img6{
    width: 70%;
    height: 13rem;
}

.service-font1{
    padding-top: 1.65rem;
    font-size: 35px;
}

.service-font2{
    font-size: 32px;
}

.service-font3{
    font-size: 45px;
}

.service-font{
    font-size: 30px;
}

.service-font-d{
    padding-top: 1.5rem;
    font-size: 30px;
}
.ml-7{
    margin-left: 70px;
}
.key-feature-align-left{
    text-align: left;
}
.key-feature-align-right{
    text-align: right;
}

.key-size-about{
    text-align: center;
}

.key-size-about1{
    text-align: center;
}

.key-heading{
    margin-bottom: 1rem;
    font-weight: 600;
    margin-top: 2rem;
    font-size: 40px;
}

.ml-lg-7{
    margin-left: 70px;
}

.mr-lg-7{
    margin-right: 70px;
}

.key-text{
    font-size: 26px;
    font-weight: 500;
}

.key-text-about{
    font-size: 1.6rem;
    font-weight: 500;
}

.pt-8{
    padding-top: 8rem;
}

.process{
    background-color: #0BA5B7;
    width: 100%;
    height: 30rem;
}

.process-heading{
    font-size: 38px;
    font-weight: 550;
    color: #fff;
}

.process-img{
    width: 124px;
    height: 134px;
}

.about-li{
    list-style-type: square;
    text-align: left;
}

.icon-text{
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1.5rem;
}

.arrow_next{
    position: absolute;
    height: 70px;
    width: 112px;
    right: -60px;
    bottom: -12px;
}

.number-process{
    font-size: 2rem;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 40px;
    color: #0ba5b7;
    background: #fff;
    padding: 7px 24px;
}

.number-process1{
    font-size: 2rem;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 40px;
    color: #0ba5b7;
    background: #fff;
    padding: 7px 20px;
}

.number-process2{
    font-size: 2rem;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 40px;
    color: #0ba5b7;
    background: #fff;
    padding: 7px 20px;
}

.number-process3{
    font-size: 2rem;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 40px;
    color: #0ba5b7;
    background: #fff;
    padding: 7px 20px;
}

.faq {
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 1.5rem 1rem;
    /*background: --webkit-rgb(252, 252, 252);*/
    background: rgb(252, 252, 252);
    box-shadow: rgb(11 165 183 / 40%) 0px 25px 50px -12px;
    color: #4d4d4d;
}

.quality {
    background: #666666;
    color: white;
}

.box {
    border: none;
    border-radius: 15px;
    /*padding: ;*/
    text-align: center;
    background-color: #fff;
    color: black;
    margin-left: 13rem;
    margin-top: 26rem;
    width: 17rem;
    height: 7rem;
}

.found {
    border-radius: 20px;
    width: 28rem;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.founder {
    width: 28rem;
    height: 35rem;
    border-radius: 18px;
}

.title {
    font-size: 28px;
    font-weight: 600;
}

.text1 {
    font-size: 18px;
}

.bg {
    background: -webkit-linear-gradient(to right, #a8ff78, #78ffd6);
    background: linear-gradient(to right, #a8ff78, #78ffd6);
}
.about-us{
    font-size: 3.5rem;
    padding-top: 15rem;
}

.faq-header{
    font-size: 3.5rem;
    padding-top: 13rem;
}

.term-header{
    font-size: 3.5rem;
    padding-top: 13rem;
}

.service-header{
    font-size: 3.5rem;
    padding-top: 13rem;
}

.about-logo{
    width: 100%;
    margin-top: 8rem;
}

.about-disc {
    font-family: 'Times New Roman', sans-serif;
    font-size: 1.2rem;
    text-align: justify;
}

.uper-box{
    margin-top: -7rem;
}

.copy-right{
    font-size: 1rem;
}

.accordion-body{
    font-size: 0.9rem;
}

.accordion-button{
    font-size: 1.1rem;
}

.privacy-pol{
    font-size: 1rem;
}

.footer-logo{
    width: 100%;
    height: 150px;
}
.about-box{
    padding: 50px;
}
.about-box-inner{
    padding: 30px 50px 30px 50px;
}

@media(max-width: 1024px){
    .mr-lg-7 {
        margin-left: 30px;
        margin-right: 30px;
    }
    .process{
        height: 60rem;
    }
    .mr-7{
        margin-left: 35px;
        margin-right: 35px;
    }
    .ml-lg-7 {
        margin-left: 30px;
        margin-right: 30px;
    }
    .count-text {
        font-size: 1rem;
    }
    .counter-card {
        width: 90%;
        height: 12rem;
    }
    .counter-img {
        width: 70px;
        height: 70px;
    }

    .count-title {
        font-size: 2rem;
    }
    .card-service{
        height: 16rem;
    }

    .service-img1{
        width: 70%;
        height: 9rem;
        padding-top: 2rem;
    }

    .service-img2{
        width: 70%;
        height: 9rem;
        padding-top: 1rem;
    }

    .service-img3{
        width: 70%;
        height: 10rem;
    }

    .service-img4{
        width: 70%;
        height: 10rem;
    }

    .service-img6{
        width: 70%;
        height: 10rem;
    }

    .service-font1{
        padding-top: 0.8rem;
        font-size: 25px;
    }

    .service-font2{
        font-size: 25px;
    }

    .service-font3{
        font-size: 30px;
    }

    .service-font{
        padding-top: 1rem;
        font-size: 23px;
    }
    .process-img{
        width: 10rem;
        height: 11rem;
    }
    .key{
        font-size: 3rem;
    }
    .about-us{
        font-size: 4.5rem;
        padding-top: 14rem;
    }
    .faq-header{
        font-size: 5rem;
        padding-top: 13rem;
    }
    .term-header{
        font-size: 5rem;
    }
    .service-header{
        font-size: 5rem;
        padding-top: 13rem;
    }
    .key-text-about{
        font-size: 1.3rem;
    }
    .service-img-d{
        width: 65%;
        height: 11rem;
    }
    .service-font-d{
        padding-top: 0.5rem;
        font-size: 25px;
    }
    .key-img{
        width: 90%;
        height: 22rem;
    }
    .key-img1{
        width: 90%;
        height: 22rem;
    }
    .pr-3{
        padding-right: 0px;
    }
    .about-box{
        padding: 50px;
    }
    .about-box-inner{
        padding: 30px 50px 30px 50px;
    }
}

@media(max-width: 768px){
    .process{
        height: 110rem;
    }
    .mr-lg-7 {
        margin-left: 30px;
        margin-right: 30px;
    }
    .ml-lg-7 {
        margin-left: 30px;
        margin-right: 30px;
    }
    .mr-7{
        margin-left: 35px;
        margin-right: 35px;
    }
    .count-text {
        font-size: 0.8rem;
        margin-top: 5px;
    }
    .arrow_next{
        display: none;
    }
    .faq{
        padding: 1.5rem 1rem;
    }
    .key-text{
        margin-bottom: 2rem;
    }
    .counter-card {
        width: 95%;
        height: 10rem;
    }
    .counter-img {
        width: 60px;
        height: 60px;
    }
    .count-title {
        font-size: 1.5rem;
        margin-top: 5px;
    }
    .mtkey-6{
        margin-top: 3rem;
    }
    .service-top{
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
    .card-service{
        height: 16rem;
    }

    .service-img1{
        width: 70%;
        height: 9rem;
        padding-top: 2rem;
    }

    .service-img2{
        width: 70%;
        height: 9rem;
        padding-top: 1rem;
    }

    .service-img3{
        width: 70%;
        height: 10rem;
    }

    .service-img4{
        width: 70%;
        height: 10rem;
    }

    .service-img6{
        width: 70%;
        height: 10rem;
    }

    .service-font1{
        padding-top: 0.8rem;
        font-size: 25px;
    }

    .service-font2{
        font-size: 25px;
    }

    .service-font3{
        font-size: 30px;
    }

    .service-font{
        padding-top: 1rem;
        font-size: 23px;
    }
    .key-tech{
        font-size: 2.6rem;
    }
    .innovating{
        font-size: 3rem;
    }
    .intro {
        height: 30rem;
    }
    .navbar-light .navbar-nav{
        margin-right: 0rem;
    }
    .text-reset{
        font-size: 12px;
    }
    .follow{
        font-size: 18px;
    }
    .footer-logo{
        width: 150px;
        height: 70px;
    }
    .footer-desc{
        font-size: 10px;
    }
    .about-logo{
        margin-top: 0rem;
    }
    .about-us{
        font-size: 3.5rem;
        padding-top: 12rem;
    }
    .faq-header{
        font-size: 5rem;
        padding-top: 11.5rem;
    }
    .term-header{
        font-size: 4rem;
        padding-top: 11.5rem;
    }
    .service-header{
        font-size: 5rem;
        padding-top: 10.5rem;
    }
    .key-about{
        font-size: 2.8rem;
    }
    .pr-3{
        padding-right: 0px;
    }
    .key{
        font-size: 2rem !important;
    }
    .about-box{
        padding: 10px;
    }
    .about-box-inner{
        padding: 10px 30px 10px 30px;
    }
}

@media(max-width: 425px){
    .key{
        font-size: 2rem !important;
    }
    .pr-3{
        padding-right: 0px;
    }
    .innovating{
        font-size: 2rem;
        padding-top: 8rem;
    }
    .intro {
        height: 25rem;
    }
    .uper-box{
        margin-top: -8rem;
    }
    .counter-card {
        width: 80%;
        height: 15rem !important;
    }
    .counter-img {
        width: 80px;
        height: 80px;
    }
    .count-title {
        font-size: 2.7rem;
        margin-top: 5px;
    }
    .count-text {
        font-size: 23px !important;
        margin-top: 5px;
    }
    .mtkey-6{
        margin-top: 1rem;
    }
    .key{
        font-size: 2.3rem;
    }
    .card-service{
        height: 18rem;
    }

    .service-img1{
        width: 70%;
        height: 11rem;
        padding-top: 2rem;
    }

    .service-img2{
        width: 70%;
        height: 11rem;
        padding-top: 1rem;
    }

    .service-img3{
        width: 70%;
        height: 11rem;
    }

    .service-img4{
        width: 70%;
        height: 12rem;
    }

    .service-img6{
        width: 70%;
        height: 12rem;
    }

    .service-font1{
        padding-top: 0.8rem;
        font-size: 25px;
    }

    .service-font2{
        font-size: 25px;
    }

    .service-font3{
        font-size: 30px;
    }

    .service-font{
        padding-top: 1rem;
        font-size: 23px;
    }
    .key-text{
        /*font-size: 26px;*/
    }
    .key-img{
        height: 17rem;
        width: 100%;
    }
    .key-img1{
        height: 17rem;
        width: 100%;
    }
    .pl-key{
        padding-left: 0.7rem !important;
    }
    .service-top{
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
    .key-tech{
        font-size: 2rem;
    }
    .copy-right{
        font-size: 0.85rem;
    }
    .text-reset{
        font-size: 13px;
    }
    .follow{
        font-size: 19px;
    }
    .footer-logo{
        width: 300px;
        height: 135px;
    }
    .footer-desc{
        font-size: 13px;
    }
    .about-us{
        font-size: 3.5rem;
        padding-top: 10rem;
    }
    .key-about{
        font-size: 2rem;
    }
    .key-text-about{
        font-size: 1.3rem;
    }
    .faq-header{
        font-size: 4.5rem;
        padding-top: 10rem;
    }
    .term-header{
        font-size: 2.2rem;
        padding-top: 10.5rem;
    }
    .service-header{
        font-size: 3.5rem;
        padding-top: 10rem;
    }
    .accordion-body{
        font-size: 0.7rem;
    }

    .accordion-button{
        font-size: 0.9rem;
    }
    .privacy-pol{
        font-size: 0.9rem;
    }
    .service-img-d{
        width: 65%;
        height: 12rem;
    }
    .service-font-d{
        padding-top: 1rem;
        font-size: 25px;
    }
    .mr-lg-7 {
        margin: 0px;
    }
    .ml-lg-7 {
        margin: 0px;
    }
    .mr-7{
        margin: 0px;
    }
}

@media(max-width: 393px){
    .innovating{
        font-size: 2rem;
        padding-top: 8rem;
    }
    .intro {
        height: 25rem;
    }
    .uper-box{
        margin-top: -8rem;
    }
    .mtkey-6{
        margin-top: 1rem;
    }
    .key{
        font-size: 2.3rem;
    }
    .card-service{
        height: 16rem;
    }

    .service-img1{
        width: 70%;
        height: 9rem;
        padding-top: 2rem;
    }

    .service-img2{
        width: 70%;
        height: 9rem;
        padding-top: 1rem;
    }

    .service-img3{
        width: 70%;
        height: 10rem;
    }

    .service-img4{
        width: 70%;
        height: 10rem;
    }

    .service-img6{
        width: 70%;
        height: 10rem;
    }

    .service-font1{
        padding-top: 0.8rem;
        font-size: 25px;
    }

    .service-font2{
        font-size: 25px;
    }

    .service-font3{
        font-size: 30px;
    }

    .service-font{
        padding-top: 1rem;
        font-size: 23px;
    }
    .key-text{
        font-size: 1.5rem;
    }
    .key-img{
        height: 15rem;
    }
    .key-img1{
        height: 15rem;
    }
    .pl-key{
        padding-left: 0.7rem !important;
    }
    .service-top{
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
    .key-tech{
        font-size: 2rem;
    }
    .about-us{
        font-size: 3rem;
        padding-top: 10rem;
    }
    .service-img-d{
        width: 65%;
        height: 11rem;
    }
    .service-font-d{
        padding-top: 0.5rem;
        font-size: 25px;
    }
}

@media(max-width: 390px){
    .innovating{
        font-size: 2rem;
        padding-top: 8rem;
    }
    .intro {
        height: 25rem;
    }
    .uper-box{
        margin-top: -8rem;
    }
    .mtkey-6{
        margin-top: 1rem;
    }
    .key{
        font-size: 2.3rem;
    }
    .card-service{
        height: 16rem;
    }

    .service-img1{
        width: 70%;
        height: 9rem;
        padding-top: 2rem;
    }

    .service-img2{
        width: 70%;
        height: 9rem;
        padding-top: 1rem;
    }

    .service-img3{
        width: 70%;
        height: 10rem;
    }

    .service-img4{
        width: 70%;
        height: 10rem;
    }

    .service-img6{
        width: 70%;
        height: 10rem;
    }

    .service-font1{
        padding-top: 0.8rem;
        font-size: 25px;
    }

    .service-font2{
        font-size: 25px;
    }

    .service-font3{
        font-size: 30px;
    }

    .service-font{
        padding-top: 1rem;
        font-size: 23px;
    }
    .key-text{
        font-size: 1.5rem;
    }
    .pl-key{
        padding-left: 0.7rem !important;
    }
    .service-top{
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
    .key-tech{
        font-size: 2rem;
    }
    .term-header{
        font-size: 2rem;
        padding-top: 10.5rem;
    }
}

@media(max-width: 375px){
    .innovating{
        font-size: 1.8rem;
    }
    .key-img{
        height: 14rem;
    }
    .key-img1{
        height: 14rem;
    }
}

/*-------------img box responsive-----------*/

@media (max-width: 1160px) {
    .box {
        border: none;
        border-radius: 15px;
        text-align: center;
        background-color: #fff;
        color: black;
        margin-left: 11rem;
        margin-top: 26rem;
        width: 16rem;
        height: 6rem;
    }

    .found {
        border-radius: 20px;
        width: 25rem;
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }

    .founder {
        width: 25rem;
        height: 33rem;
        border-radius: 18px;
    }

    .title {
        font-size: 25px;
        font-weight: 600;
    }

    .text1 {
        font-size: 15px;
    }
}

@media (max-width: 1050px) {
    .box {
        border: none;
        border-radius: 15px;
        text-align: center;
        background-color: #fff;
        color: black;
        margin-left: 11rem;
        margin-top: 23rem;
        width: 14rem;
        height: 6rem;
    }

    .found {
        border-radius: 20px;
        width: 22rem;
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }

    .founder {
        width: 22rem;
        height: 31rem;
        border-radius: 18px;
    }

    .title {
        font-size: 25px;
        font-weight: 600;
    }

    .text1 {
        font-size: 15px;
    }
}

@media (max-width: 900px) {
    .box {
        margin-left: 10rem;
        margin-top: 22rem;
        width: 14rem;
        height: 6rem;
    }
}

@media (max-width: 838px) {
    .box {
        margin-left: 9.4rem;
        margin-top: 22rem;
        width: 14rem;
        height: 6rem;
    }
}

@media (max-width: 800px) {
    .box {
        margin-left: 9.2rem;
        margin-top: 23rem;
        width: 14rem;
        height: 6rem;
    }
}

@media (max-width: 780px) {
    .box {
        margin-left: 9.8rem;
        margin-top: 23rem;
        width: 13rem;
        height: 6rem;
    }
}

@media (max-width: 767px) {
    .box {
        margin-left: 11rem;
        margin-top: 24rem;
        width: 16rem;
        height: 6rem;
    }

    .found {
        border-radius: 20px;
        width: 25rem;
    }

    .founder {
        width: 25rem;
        height: 33rem;
        border-radius: 18px;
    }

    .title {
        font-size: 25px;
        font-weight: 600;
    }

    .text1 {
        font-size: 15px;
    }
}

@media (max-width: 470px) {
    .box {
        margin-left: 10rem;
        margin-top: 21rem;
        width: 14rem;
        height: 6rem;
    }

    .found {
        border-radius: 20px;
        width: 22rem;
    }

    .founder {
        width: 22rem;
        height: 30rem;
        border-radius: 18px;
    }
}

@media (max-width: 420px) {
    .box {
        margin-left: 9rem;
        margin-top: 19rem;
        width: 13rem;
        height: 6rem;
    }

    .found {
        border-radius: 20px;
        width: 20rem;
    }

    .founder {
        width: 20rem;
        height: 28rem;
        border-radius: 18px;
    }
}

@media (max-width: 390px) {
    .box {
        margin-left: 8rem;
        margin-top: 18rem;
        width: 12rem;
        height: 5.5rem;
    }

    .found {
        border-radius: 20px;
        width: 18rem;
    }

    .founder {
        width: 18rem;
        height: 26rem;
        border-radius: 18px;
    }

    .title {
        font-size: 22px;
        font-weight: 600;
    }

    .text1 {
        font-size: 12px;
    }
}

@media (max-width: 360px) {
    .box {
        margin-left: 7.3rem;
        margin-top: 18rem;
        width: 12rem;
        height: 5.5rem;
    }
}

/*---------------Image box responsive End--------------*/

@media(max-width: 430px) {
    .oswald {
        font-size: 3rem;
    }
}

@media(max-width: 360px) {
    .oswald {
        font-size: 2.5rem;
    }

    .oswald1 {
        font-size: 0.8rem;
    }
}

/*.count {
    background: -webkit-linear-gradient(to right, #a8ff78, #78ffd6);
    background: linear-gradient(to right, #a8ff78, #78ffd6);
    box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
    padding: 0.5rem;
}*/

.count i {
    padding: 1rem 0rem 0.3rem 8.4rem;
}

@media (max-width: 1270px) {
    .count i {
        padding: 1rem 0rem 0.3rem 7.8rem;
    }
}

@media (max-width: 1210px) {
    .count i {
        padding: 1rem 0rem 0.3rem 7.2rem;
    }
}

@media (max-width: 1140px) {
    .count i {
        padding: 1rem 0rem 0.3rem 6.8rem;
    }
}

@media (max-width: 1080px) {
    .count i {
        padding: 1rem 0rem 0.3rem 6.5rem;
    }
}

@media (max-width: 1024px) {
    .count i {
        padding: 1rem 0rem 0.3rem 6rem;
    }
}

@media (max-width: 912px) {
    .count i {
        padding: 1rem 0rem 0.3rem 5rem;
    }

    .count-text {
        font-size: 13px;
    }
}

@media (max-width: 820px) {
    .count i {
        padding: 1rem 0rem 0.3rem 4.5rem;
    }
}

@media (max-width: 780px) {
    .count i {
        padding: 1rem 0rem 0.3rem 4rem;
    }
}

@media (max-width: 767px) {
    .count {
        display: none;
    }
}

/*-------------------Slick-----------------------*/

.hei {
    height: 38rem;
}

.oswald3 {
    font-family: 'Oswald', sans-serif;
    font-size: 4rem;
    text-align: center;
}

.slide img {
    background: #fff;
    border: 1px solid #fff !important;
    border-radius: 5px;
    padding: 1rem !important;
    width: 10rem;
    height: 10rem;
}

@media(max-width: 991px) {
    .oswald3 {
        font-family: 'Oswald', sans-serif;
        font-size: 3rem;
        text-align: center;
    }
}

@media(max-width: 565px) {
    .oswald3 {
        font-family: 'Oswald', sans-serif;
        font-size: 2.3rem !important;
        text-align: center;
    }
}

@media(max-width: 504px) {
    .oswald3 {
        font-family: 'Oswald', sans-serif;
        font-size: 2.2rem !important;
        text-align: center;
    }
}

@media(max-width: 466px) {
    .oswald3 {
        font-family: 'Oswald', sans-serif;
        font-size: 2rem !important;
        text-align: center;
    }
}

@media(max-width: 426px) {
    .oswald3 {
        font-family: 'Oswald', sans-serif;
        font-size: 1.7rem !important;
        text-align: center;
    }
}


@media(max-width: 367px) {
    .oswald3 {
        font-family: 'Oswald', sans-serif;
        font-size: 1.5rem !important;
        text-align: center;
    }
}


@media (max-width: 912px) {
    .slide img {
        width: 10rem;
        height: 10rem;
    }

    .oswald3 {
        font-family: 'Oswald', sans-serif;
        font-size: 2.6rem;
        text-align: center;
    }
}

/*---------------slick slider responsive--------------*/
@media (max-width: 820px) {
    .slide img {
        width: 7rem;
        height: 7rem;
    }
}

@media (max-width: 768px) {
    .slide img {
        width: 10rem;
        height: 10rem;
        margin-left: 2rem;
    }
}

@media (max-width: 520px) {
    .slide img {
        width: 15rem;
        height: 15rem;
        margin-left: 3.5rem;
    }
}

@media (max-width: 425px) {
    .slide img {
        width: 15rem;
        height: 15rem;
        margin-left: 2.3rem;
    }
}

@media (max-width: 412px) {
    .slide img {
        width: 15rem;
        height: 15rem;
        margin-left: 1.5rem;
    }
}

@media (max-width: 393px) {
    .slide img {
        width: 15rem;
        height: 15rem;
        margin-left: 1rem;
    }
}

@media (max-width: 379px) {
    .slide img {
        width: 15rem;
        height: 15rem;
        margin-left: 1rem;
    }
}

@media (max-width: 375px) {
    .slide img {
        width: 15rem;
        height: 15rem;
        margin-left: 0rem;
    }
}

/*-------------slick slider responsive end--------------*/

.mt-15 {
    margin-top: 10rem;
}

.about_icon {
    font-size: 4rem;
    margin-bottom: 2rem;
    width: 100%;
    text-align: center;
}

.value_box {
    background: rgba(252, 252, 252);
    border-radius: 10px;
    padding: 2rem;
    box-shadow: rgb(11 165 183 / 40%) 0px 25px 50px -12px;
}

.border1 {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 1.5rem;
}

.border2 {
    border-bottom: 1px solid #cccccc;
    padding: 1.5rem;
}

.border3 {
    border-right: 1px solid #cccccc;
    padding: 1.5rem;
}

.border4 {
    padding: 1.5rem;
}

@media(max-width: 575px) {
    .border1 {
        border-right: none;
        border-bottom: none;
    }

    .border2 {
        border-bottom: none;
    }

    .border3 {
        border-right: none;
    }
}

.info-wrap {
    border: 1px solid #cccccc;
    border-radius: 20px;
    background: rgb(252, 252, 252);
}

.dbox {
    width: 100%;
    color: black;
    margin-bottom: 25px;
}

.dbox .icon {
    margin-top: 10px;
}

.dbox .icon span {
    font-size: 24px;
    color: #68b82d;
}

.dbox .text {
    width: 100%;
    padding-left: 2rem;
}

.dbox p {
    margin-bottom: 0;
    color: #8c8c8c;
    font-size: 13px;
    font-weight: 500;
}

.dbox p span {
    font-weight: 600;
    color: #333333;
    font-size: 18px;
    display: block;
    text-transform: uppercase;
    padding-bottom: 0.2rem;
}

.accordion-button:focus {
    border-color: #fff !important;
    box-shadow: 0 0 0 0.25rem rgb(251 251 251 / 25%) !important;
}

.accordion-button:not(.collapsed) {
    color: #68b82d !important;
}

.img-fluid1 {
    width: 100%;
    height: 100%;
}

.bg-card {
    background-color: rgb(250, 250, 250);
}

.mlr-9 {
    margin-left: 5rem;
    margin-right: 5rem;
}

@media(max-width: 1024px) {
    .mlr-9 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }
}

@media(max-width: 768px) {
    .mlr-9 {
        margin-left: 3rem;
        margin-right: 3rem;
    }
}

@media(max-width: 425px) {
    .mlr-9 {
        margin-left: 0rem;
        margin-right: 0rem;
    }
}


.border-port {
    border: 1px solid #cccccc;
    border-radius: 25px;
    padding: 2rem 2rem;
    background-color: rgb(250, 250, 250);
}

.mb-port {
    margin-bottom: 0rem;
}

@media(max-width: 768px) {
    .mb-port {
        margin-bottom: 1.5rem;
    }

    .port-info-img {
        height: 450px;
        width: 100%;
    }
}

@media(max-width: 425px) {
    .port-info-img {
        height: 300px;
        width: 100%;
    }
}

@media(max-width: 393px) {
    .port-info-img {
        height: 280px;
        width: 100%;
    }
}

@media(max-width: 375px) {
    .port-info-img {
        height: 270px;
        width: 100%;
    }
}

/*Subhan Comment it*/
/*.innovating{*/
/*    font-size: 3.5rem;*/
/*    padding-top: 11rem;*/
/*    color: #E1D9D1;*/
/*}*/

/*.card-port {*/
/*    border-radius: 20px;*/
/*}*/

/*.card-port1 {*/
/*    border-top-left-radius: 20px;*/
/*    border-top-right-radius: 20px;*/
/*}*/
/*.contact-card{*/
/*    border-radius: 25px;*/
/*    box-shadow: rgb(11 165 183 / 25%) 0px 25px 50px -12px !important;*/
/*}*/
/*.port-info-img {*/
/*    height: 600px;*/
/*    width: 100%;*/
/*    border-radius: 20px;*/
/*}*/


/*changes by subhan */

.counter-card:hover {
    background: -webkit-linear-gradient(to right, #8eef83, #46add5);
    background: linear-gradient(#8eef83, #46add5);
}

.sld {
    /*margin-left: 64px;*/
}

@media(max-width: 375px) {
    .sld {
        margin-left: 20px !important;
    }
}
@media(max-width: 425px) {
    .sld {
        margin-left: 15px;
    }
}
@media(max-width: 768px) {
    .sld {
        margin-left: 10px;
    }
}
@media(max-width: 1024px) {
    .sld {
        margin-left: 22px;
    }
}
@media(max-width: 1400px) {
    .sld {
        margin-left: 43px;
    }
}
/*@media(max-width: 1400) {*/
/*    .draggable {*/
/*        margin-left: 57px!important;*/
/*    }*/
/*}*/
.port-body {
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 100%;
}

.card-title {
    padding: 10px 50px;
}

.contact-card{
    border-radius: 20px;
    box-shadow: rgb(256 256 256 / 25%) 0px 25px 50px -12px !important;
    width: 400px;
    height: 380px;
}

.card-port {
    border-radius: 20px;
    background-color: #f2f2f2;
    border-radius: 20px;
}

.card-port1 {
    width: 250px;
    height: 160px;
}

.my-6 {
    margin: 80px 0;
}

.innovating{
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    position: absolute;
    font-size: 5vw;
    padding-top: 11rem;
    color: #E1D9D1;
}
@media (max-width:750px) {
    .innovating {
        font-size: 7vw;
    }
}

.port-info-img {
    height: 650px;
    width: 100%;
    border-radius: 20px;
    margin-top: -100px;
}

.info-text {
    background-color: rgb(250, 250, 250, 1.0);
    border: 1px solid #cccccc;
    text-align: justify;
    max-width: 1700px;
    max-height: 300px;
    margin: auto;
    padding: 20px;
    font-weight: 500;
    font-size: 17px;
    border-radius: 5px;
    text-overflow: ellipsis;
    overflow-y: auto;
}
.info-text::-webkit-scrollbar {
    width: 8px;
}
.info-text::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #bfbfbf;
}

.team-card {
  transition: transform 0.5s ease;
  border-radius: 15px;
}
.team-card img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.team-overlay {
  background: linear-gradient(to top, rgba(108, 200, 55, 0.8), transparent 70%);
  opacity: 1;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: translateY(0%);
  border-radius: 15px;
}
.team-card:hover {
  transform: scale(1.05);
}
.team-card:hover img {
  transform: scale(1.1);
}
.team-card:hover .team-overlay {
  opacity: 1;
  transform: translateY(0);
}

.team-overlay h5 {
  font-size: 25px;
  font-weight: 600;
}

.team-overlay p {
  font-size: 17px; 
  font-weight: 400;
}

/* === Course Card Section === */
.innovating {
  padding: 0 !important;
  font-size: 60px;
}

/* Allow hover shadows to be visible */
.container,
.row {
  overflow: visible !important;
}

/* === Core Card === */
.course-card {
  position: relative;
  border-radius: 25px;
  width: 350px;
  background: #fff;
  overflow: visible; /* allows shadow below */
  transition: box-shadow 0.3s ease;
  z-index: 1;
  border: none;
}

/* === Bottom-only shadow on hover === */
.course-card::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -14px;
  width: 85%;
  height: 10px;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.25) 30%,
    rgba(0, 0, 0, 0.1) 45%,
    rgba(0, 0, 0, 0.03) 70%,
    rgba(0, 0, 0, 0) 90%
  );
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.course-card:hover::after {
  opacity: 1;
}

/* === Image Area === */
.course-image {
  height: 220px;
  overflow: hidden;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  position: relative;
}

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

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

/* === Overlay & Button === */
.course-overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease;
}

.course-card:hover .course-overlay {
  opacity: 1;
}

.overlay-banner {
  background: rgba(255, 255, 255, 0.95);
  color: #56a829;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 20px;
  transform: translateY(20px);
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}

.course-card:hover .overlay-banner {
  transform: translateY(0);
  opacity: 1;
}

/* === Card Body === */
.card-body {
  padding: 1.5rem;
  text-align: center;
}

.card-body h5 {
  font-size: 1.4rem;
  font-weight: 600;
}

.card-body p {
  font-size: 0.95rem;
  color: #6c757d;
}

/* === Responsive === */
@media (max-width: 992px) {
  .course-card {
    width: 100%;
  }
}


 /* course css end here */



.fw-bold .mb-2{
    font-size: 1.5rem;
}

/* Course Detail ki CSS Start */
    .innovating {
        padding: 0 !important;
        font-size: 60px;
    }
    
    .level-card {
        background: white;
        border-radius: 15px;
        box-shadow: 7px 15px 25px -13px #6CC837;
        padding: 30px;
        margin-bottom: 30px;
        border-left: 5px solid #6CC837;
        transition: transform 0.3s ease;
    }
    
    .level-card:hover {
        transform: translateY(-5px);
        background: linear-gradient(to top, rgb(150, 230, 104), transparent 70%);
    }
    
    .level-badge {
        background: linear-gradient(to bottom, rgba(108, 200, 55, 0.9), rgba(108, 200, 55, 0.5));
        color: white;
        padding: 8px 20px;
        border-radius: 25px;
        font-weight: bold;
        font-size: 14px;
        display: inline-block;
        margin-bottom: 15px;
    }
    
    .level-title {
        font-size: 24px;
        font-weight: bold;
        color: #333;
        margin-bottom: 15px;
    }
    
    .topics-list {
        list-style: none;
        padding: 0;
        margin-bottom: 20px;
    }
    
    .topics-list li {
        padding: 8px 0;
        border-bottom: 1px solid #f0f0f0;
        position: relative;
        padding-left: 25px;
        font-size: 0.9rem;
    }
    
    .topics-list li:before {
        content: "✓";
        color: #6CC837;
        font-weight: bold;
        position: absolute;
        left: 0;
    }
    
    .outcome-box {
        background: #f8f9fa;
        padding: 15px;
        border-radius: 10px;
        border-left: 4px solid #198754;
    }

    .level-card:hover .outcome-box {
    background: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    
    .course-intro {
        font-size: 18px;
        line-height: 1.7;
        color: #555;
        text-align: center;
        background: white;
        padding: 30px;
        border-radius: 15px;
        border-left: 5px solid #6CC837;
        border-radius: 15px;
        box-shadow: 7px 15px 25px -13px #6CC837;
        padding: 30px;
        margin-bottom: 30px;
        transition: transform 0.3s ease;

    }
    .course-intro:hover {
        transform: translateY(-5px);
        background: linear-gradient(to top, rgb(150, 230, 104), transparent 70%);
    }
    /* Course Detail ki CSS end */

    /* about us btn css */
           
    .collapsed-text .extra-text {
        display: none;
        }

        .read-more-btn {
        background: #56a829;
        color: #fff;
        border: none;
        border-radius: 30px;
        padding: 8px 20px;
        font-weight: 600;
        margin-top: 10px;
        cursor: pointer;
        transition: all 0.3s ease;
        }

        .read-more-btn:hover {
        background: #3d7e1e;
        transform: scale(1.05);
        }
/* about us btn css end */

/* portfolio btn css */
.btn-primary {
  background: linear-gradient(to top, rgb(100, 190, 60), rgb(150, 230, 104));
  border: none;
  outline: none;
}

.btn-primary:focus,
.btn-primary:active {
  outline: none !important;
  box-shadow: none !important;
}
