* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    font-family: 'Lato';
    letter-spacing: -0.015em;
}

select:focus,
select:active {
    outline: none;
}

.bg-color {
    background-color: #F7D784 !important;
}

.text-color {
    color: #0F6EB1;
}

.nav-item a {
    color: #000;
    font-weight: 600;
    margin-left: 0px;
    font-size: 15px;
    transform: 0.5s;
    padding: 12px 0;
}

.nav-item a:hover {
    color: rgb(0, 0, 0);
    background-color: white;
    /* border-bottom: 1px solid white; */
}

.social-media i {
    font-size: 25px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    margin: 0 auto;
}

.fa-square-instagram {
    color: blueviolet;
}

.vedio-part {
    background-image: url("https://img.freepik.com/free-photo/blue-abstract-gradient-wave-wallpaper_53876-108364.jpg?t=st=1732259007~exp=1732262607~hmac=a34576320fde40299a96c50301f2e143dcf38ea556527eabbe64fa684f9064f0&w=826");
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.expertise-slider img {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
}

.owl-nav,
.owl-dots {
    display: none;
}


/* styles.css */

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.tabs {
    display: flex;
    background-color: #f1f1f1;
    flex-wrap: wrap;
}

.tab-link {
    padding: 14px 20px;
    cursor: pointer;
    background-color: #ddd;
    border: 1px solid #ccc;
    border-bottom: none;
    flex: 1;
    text-align: center;
}

.tab-link:hover {
    background-color: #ccc;
}

.tab-link.active {
    background-color: #fff;
    border-top: 2px solid #3498db;
    font-weight: bold;
}

.tab-content {
    display: none;
    padding: 20px;
    background-color: #f9f9f9;
}

.tab-content.active {
    display: block;
}


.position-relatives {
    position: relative;
    overflow: hidden;
}

.absolute-text {
    position: absolute;
    top: 60%;
    left: 0px;
    color: #ffffff;
    background-color: #0F6EB1;
    text-align: center;
    padding: 5px;
}

.absolute-textt {
    position: absolute;
    top: 70%;
    left: -1px;
    color: #ffffff;
    background-color: #0F6EB1;
    text-align: center;
    padding: 5px;
}

#home img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}


.statistic-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #00c6ff;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
    background: linear-gradient(to right, #0072ff, #00c6ff);
}

.count-title {
    font-size: 43px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.stats-text {
    font-size: 18px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.stats-line-black {
    margin: 12px auto 0;
    width: 120px;
    height: 2px;
    background-color: #fff;
}

.stats-icon {
    font-size: 35px;
    margin: 0 auto;
    float: none;
    display: table;
    color: #fff;
}

@media (max-width: 992px) {
    .counter {
        margin-bottom: 40px;
    }
}


.quek-sec {
    background-image: url("https://media.istockphoto.com/id/2153457967/photo/fabric-texture-of-natural-yellow-or-golden-colour-khadi-fabric.jpg?s=612x612&w=0&k=20&c=EviMj3P46E7PVCd4xBYEzw6oto-M5etmElreFiLnCtE=");
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    padding: 50px 100px 100px 100px;
    background-repeat: no-repeat;
}

.queck-links {
    border: 2px dashed #fff;
    background-color: #0000009c;
}

.queck-links h5 {
    color: white;
    font-weight: bold;
    margin-top: 20px;
}

.queck-links img {
    object-fit: cover;
    border-radius: 0px 30px 0px 30px;
    width: 100%;
}

#logo-img img {
    width: 200px;
    height: 60px;
    object-fit: contain;

}






.footer {
    display: block;
    width: 100%;
    position: relative;
    background: #150c21;
    padding: 40px 25px 10px 25px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    /* margin-top: 14%; */
}

.footer-start {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    width: 90%;
    margin: auto;
    padding: 80px 100px;
    background: rgb(15, 110, 177);
    border-radius: 15px;
}

.start-learning {
    position: absolute;
    left: 0;
    right: 0;
    top: -150px;
}

.footer .inner {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 20px;
    max-width: 1180px;
    margin: auto;
    text-align: left;
}

.main-logo {
    position: relative;
    display: flex;
    align-items: center;
}

.main-logo .logo {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.main-logo .logo>img {
    display: block;
    width: 100%;
    /* min-width: 40px; */
}

.logo-info {
    text-align: left;
    line-height: 20px;
}

.text {
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    letter-spacing: .18em;
    font-weight: 600;
}

.copyright {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
}

.footer .column {
    width: 100%;
    font-size: 14px;
    text-align: left;
}

.footer .column .column-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0.5em;
    color: #fff;
}

.footer .column .column-title:not(:first-child) {
    margin-top: 1em;
}

.illustration {
    left: 8%;
    position: absolute;
    top: -28px;
}

a.button {
    display: inline-flex;
    position: relative;
    height: 60px;
    margin-right: 20px;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    background: #fff;
    color: #705df2;
    border-radius: 36px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 30px;
    text-decoration: unset;
    box-shadow: 0px 24px 74px rgb(60 0 189 / 20%);
}

.section-title {
    font-size: 44px;
    font-weight: 700;
    color: #fff;
}

.section-sub-heading {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}

.section-sub-heading span {
    opacity: 0.6;
}

.section-sub-heading strong {
    font-weight: 600;
}

@media only screen and (max-width: 990px) and (min-width: 200px) {

    /* body {
        height: 200vh;
        overflow-y: scroll;
        overflow-x: hidden;
    } */
    .footer .inner {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .start-learning {
        position: unset;
    }

    .footer-start {
        width: 100%;
        display: block;
        padding: 30px 20px;
        margin: 30px 0;
    }

    .section-title {
        font-size: 30px;
    }

    .section-sub-heading {
        font-size: 18px;
    }

    footer.footer {
        padding-top: 50px;
    }

    a.button {
        height: 50px;
        margin-top: 10px;
    }

    .column.is-logo {
        order: 4;
    }
}


footer ul li {
    list-style: none;
}

footer ul li a {
    text-decoration: none;
    color: white;
    font-size: 16px;
}

ul {
    padding: 0px !important;
}



/* Important links */

.important-links li {
    margin-bottom: 10px;
}

.important-links a {
    text-decoration: none;
    padding: 10px 12px;
    border-radius: 8px;
    background: #f8f9fa;
    color: #212529;
    font-weight: 500;
    transition: all 0.3s ease;
}

.important-links a:hover {
   background: #003481;
    color: #fff;
    transform: translateX(5px);
}


.link-icon {
    font-size: 16px;
    color: inherit;
}


@media only screen and (max-width: 7680px) {
    .quek-sec {
        padding: 20px !important;
    }
}

.card-img-top {
    /* width: 100%; */
    height: 250px;
}




/* carousel section css  */
.expertise-slider h5 {
    font-size: 16px;
}

.expertise-slider p {
    font-size: 14px;
    line-height: 1.6;
}

.important-links li {
    border-bottom: 1px dashed #ddd;
    padding: 8px 0;
}

.important-links a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.important-links a:hover {
    color: #ffffff;
}


.bg-primarys {
    background: #003481 !important;
}