/* Navbar */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background-color: #fff;
    font-size: 16px;
    line-height: 1.625;
    font-weight: 400;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.top {
    background: linear-gradient(90deg, #9b2d2d 0%, #d64e3d 30%, #2564a8 70%, #4a9ad4 100%);
    padding-bottom: 5px;
}

.navbar {
    height: 93px;
}


/* .navbar-brand img {
    height: 0px;
} */

.w-80 img {
    width: 100%;
    height: auto;
}


/*Menu*/

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    color: #fff;
    padding: 10px 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
}

.main-navigation ul.sub-menu {
    display: none;
    padding-left: 15px;
}

.main-navigation ul.sub-menu.depth-0 {
    padding-left: 0;
}

.menu-toggle {
    display: none;
}


/* .main-navigation a:hover,
    .main-navigation a:focus {
        background-color: #f5f5f5;
    } */

.main-navigation .current-menu-item>a {
    font-weight: bold;
}


/* Mobile styles */

@media (max-width: 991px) {
    .menu-toggle {
        display: block;
        position: absolute;
        right: 0;
        top: 4px;
        width: 40px;
        height: 40px;
        background: #d64e3d;
        border: none;
        cursor: pointer;
        padding: 0;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        z-index: 1;
        color: #fff;
    }
    .main-navigation li.has-children>a {
        padding-right: 40px;
    }
    .main-navigation ul.sub-menu {
        display: none;
        padding-left: 15px;
        background-color: #d64e3d;
    }
    .main-navigation ul.sub-menu .sub-menu {
        padding-left: 15px;
    }
    .main-navigation ul.sub-menu li a {
        padding-left: 25px;
    }
    .main-navigation ul.sub-menu li.has-children>a {
        padding-right: 40px;
    }
    .main-navigation ul.sub-menu.active {
        display: block;
    }
}

@media (max-width: 992px) {
    .navbar-collapse {
        background: white;
        max-height: 400px;
        left: 0;
        padding: 20px;
        position: absolute;
        z-index: 99;
        top: 100%;
        width: 100%;
        overflow: auto;
        box-shadow: 0 10px 35px 0 rgb(0 0 0 / .1);
        border-radius: 4px;
        color: black !important;
    }
    .main-navigation a {
        color: black;
    }
    .depth-1 .menu-link {
        color: white !important;
    }
}


/* Desktop styles */

@media (min-width: 992px) {
    .main-navigation>ul>li {
        display: inline-block;
    }
    .main-navigation ul.sub-menu {
        position: absolute;
        min-width: 200px;
        background: rgba(0, 0, 0, 0.693);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        z-index: 100;
        padding-left: 0;
    }
    .main-navigation ul.sub-menu .sub-menu {
        left: 100%;
        top: 0;
    }
    /* 
        .main-navigation li.has-children>a {
            padding-right: 30px;
        } */
    /* Show submenu on hover (desktop only) */
    .main-navigation li.has-children:hover>ul.sub-menu {
        display: block;
    }
}


/* Navbar styles */

.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0px;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    z-index: 99;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: flex-end;
        z-index: 99;
        /* background-color: black; */
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
}

button.navbar-toggler {
    background: #D24210;
    color: #fff
}


/*Menu End*/


/* Sticky Navbar */

#masthead {
    /* background-color: #fff; */
    transition: .5s ease top;
    top: -105px;
    /* box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2); */
    &.sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    .header {
        justify-content: center;
        h1 {
            color: white;
        }
    }
    z-index: 999;
}


/* Hero Section */

.hero {
    background: url("assets/images/slider.webp") no-repeat center center/cover;
    height: 476PX;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    /* position: relative; */
}

.hero-overlay {
    /* background: rgba(0, 0, 0, 0.6); */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.textcenter {
    text-align: center !important;
    align-items: center;
    display: flex;
    justify-content: center;
}

.hero-content {
    position: relative;
    z-index: 2;
    background-color: #121a295a;
    padding: 20px;
    font-size: 42px;
    border-radius: 10px;
    margin-top: 169px;
    max-width: 370px;
}

.hero-content h1 {
    font-size: 42px;
}

.next {
    margin-left: 20px;
    font-size: 20px;
    color: white !important;
}

.prev {
    margin-right: 20px;
    font-size: 20px;
}

.services-section {
    background: #f8f9fa;
    padding-top: 60px;
}

.section-title {
    color: #1c75bc;
    font-weight: 600;
}

.section-sub {
    color: #666;
    margin-bottom: 40px;
}

.service-box {
    background: #324259;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
}

.service-box a {
    color: #ffffff !important;
    margin-top: 15px;
    font-weight: 600;
    align-items: center;
    text-align: center;
    font-size: 24px;
    display: block;
    text-decoration: none;
}

.service-box p {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    line-height: 22px;
    text-align: center;
}

.service-box i {
    color: #fff;
    /* align-items: center; */
    /* text-align: center; */
    justify-content: center;
    display: flex;
    font-size: 25px;
}

.message {
    background: #f5f5f5;
    padding: 40px;
}

.message-title {
    font-family: 'Georgia', serif;
    font-size: 20px;
    font-style: italic;
    color: #8b2e2e;
    /* same maroon/red shade */
    margin-bottom: 20px;
}

.message-text {
    font-family: 'Georgia', serif;
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    /* dark gray text */
}

.message-text em {
    color: #555;
}

.message-text strong {
    color: #6a1b1b;
    /* dark maroon for Director name */
}


/* Stats */

.stats {
    background: url("assets/images/404_bg.webp") no-repeat center/cover;
    /* color: #fff; */
    padding: 60px 0;
    text-align: center;
    margin-top: 35px;
}

.stats span {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: white;
    font-size: 11px;
}

.stats h2 {
    color: white;
    font-size: 45px;
}

.stats p {
    color: #3981b9;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
}

.count {
    color: #3981b9 !important;
    font-size: 45px !important;
}


/* Blog */

.blog-card img {
    height: 200px;
    object-fit: cover;
}

.blog {
    padding-top: 30px;
    padding-bottom: 30px;
}

.blog-text {
    padding-top: 15px;
}

.card-body {
    padding-top: 35px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 35px;
}

.card-title {
    line-height: 35px;
    font-size: 24px;
}

.card-text {
    padding-top: 15px;
}

.bor {
    border-top: 1px solid black;
    width: 20px;
}

.badge {
    background-color: #3981b9;
    margin-top: 20px;
    margin-left: 25px;
    position: relative;
}

.card-footer {
    border-left: 10px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
}

.card-footer a {
    font-size: 15px;
    color: #3981b9 !important;
}

.blog-footer {
    position: relative;
    padding-top: 25px;
}

.blog-footer::before {
    content: "";
    position: absolute;
    top: 0;
    margin-right: 0px;
    margin-left: 0px;
    width: 85%;
    /* adjust line length */
    height: 2px;
    /* line thickness */
    background-color: #e0e0e0;
    /* line color */
}


/* Contact */

.contact-section {
    background: #1f3c56;
    color: #fff;
    padding: 60px 0;
}

.contact-section input,
.contact-section textarea {
    border-radius: 0;
}

.client {
    background-color: #f1f1f1;
}

.client-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.client-logos div {
    flex: 0 0 125px;
    /* fixed width for logos */
    text-align: center;
}

.client-logos img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}


/* 
     body {
      font-family: "Poppins", sans-serif;
      margin: 0;
      padding: 0;
      background: #f5f7fa;
    } */

.contact-section {
    background: #2c3e50;
    color: #fff;
    text-align: center;
    padding: 50px 20px 30px;
}

.contact-section h2 {
    font-size: 26px;
    margin-bottom: 11px;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-control {
    width: 100%;
    padding: 12px 15px 12px 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
}

.form-group i {
    position: absolute;
    left: 12px;
    top: 14px;
    color: #999;
}

.form-group label {
    position: absolute;
    /* left: 10px; */
    /* top: -3px; */
    color: #1c75bc;
    font-size: 14px;
    pointer-events: none;
    transition: 0.3s ease all;
    padding-left: 15px !important;
    padding-top: 7px;
}

.form-control:focus+label,
.form-control:not(:placeholder-shown)+label {
    top: -8px;
    left: 35px;
    font-size: 12px;
    background: #fff;
    padding: 0 4px;
    color: #27ae60;
}

.form-control {}

.contacth2 {
    color: #27ae60;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-size: 24px;
}

.contact-section p {
    font-size: 17px;
    opacity: 0.8;
    padding-top: 15px;
    padding-bottom: 15px;
}

.captcha-input {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    text-align: center;
}

.contact-form-container {
    max-width: 800px;
    background: #fff;
    margin: 0px auto 50px;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    padding: 30px;
    color: black;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-group label {
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-bottom: 16px;
    display: flex;
    text-transform: uppercase;
}

.form-group i {
    position: absolute;
    left: 15px;
    top: 42px;
    color: #2564a8;
}

.form-control {
    width: 100%;
    padding: 40px 15px 15px 60px !important;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 14px;
    outline: none;
    transition: 0.3s;
    margin-top: 0px;
}

.form-control:focus {
    border-color: #1c75bc;
    box-shadow: 0px 0px 5px rgba(39, 174, 96, 0.3);
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.submit-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #1c75bc;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    text-transform: capitalize;
}

.circle-arrow {
    width: 20px;
    height: 20px;
    background-color: #cccccc;
    border: 2px solid #2b3841;
    /* dark border to match your footer */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #393f40 !important;
    font-size: 11px;
    cursor: pointer;
    transition: 0.3s;
    gap: 10px;
}


/* .circle-arrow:hover {
      background-color: #2b3841;
      color: #fff;
    } */

.footer {
    background-color: #2b3841;
    /* Dark gray-blue */
    color: #ffffff;
    /* White text */
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer-column i {
    color: #cccccc;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-column {
    flex: 1 1 220px;
    margin: 20px;
}

.footer-column h2 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 18px;
    /* border-bottom: 2px solid #ffffff20; */
    padding-bottom: 5px;
}

.footer-column p,
.footer-column li,
.footer-column a,
.footer h4 {
    color: #cccccc;
    font-size: 14px;
    text-decoration: none;
    gap: 4px;
}

.footer h4 {
    padding-top: 40px;
}

.footer-p {
    margin-top: 40px !important;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    /* margin-top: 40px; */
}

.footer-column ul li {
    margin: 8px 0;
    display: flex;
}

.footer-bottom {
    text-align: center;
    padding-top: 25px;
    /* background-color: #1f2a30; */
    color: #cccccc;
    font-size: 13px;
    border-top: 1px solid white;
    margin-top: 50px;
}

.footer-column .social-icons a {
    margin-right: 10px;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.email-links a {
    display: block;
    margin: 5px 0;
    color: #cccccc;
}

.footer-column .learn-more-btn {
    display: inline-block;
    background-color: #2b363c;
    color: #fff;
    padding: 6px 16px;
    font-size: 10px;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 20px;
    margin-top: 10px;
}

.social-icons {
    display: flex;
    gap: 0px;
    margin-top: 20px;
    padding-top: 60px;
}

.social-icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid;
    border-radius: 50%;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s ease;
}


/* Individual colors */

.social-icon.facebook {
    color: #3b5998;
    border-color: #3b5998;
}

.social-icon.twitter {
    color: #00acee;
    border-color: #00acee;
}

.social-icon.google {
    color: #db4437;
    border-color: #db4437;
}


/* about */

.breadcum {
    background-color: #34495e;
    padding-top: 80px;
    padding-bottom: 20px;
    color: white;
}

.breadcum_heading {
    text-transform: uppercase;
}

.sub-title {
    /* display: flex; */
    align-items: center;
    font-size: 15px;
    /* Adjust font size as needed */
    padding-top: 70px;
    color: white;
}

.sub-title a {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
}

.sub-title span {
    margin: 0 10px;
    /* Adds a 10px gap on both sides of the arrow */
}

.abt {
    padding-top: 70px;
    padding-bottom: 25px;
}

.overview-list li {
    padding-top: 20px;
    font-size: 14px;
}


/*Slider*/

#slider .carousel-control.left,
#slider .carousel-control.right {
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    transition: all .25s ease;
}

#slider .carousel-control .fa-angle-left {
    left: 5px;
    background: green;
}

#slider .carousel-control .fa-angle-right {
    right: 5px;
    background: green;
}

#slider .carousel-control .fa-angle-left,
#slider .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
}

.card-img-top img,
.blog-img img {
    height: auto !important;
    width: 100% !important;
}

#slider .carousel-control i {
    color: #fff;
    line-height: 40px;
    width: 40px;
    height: 40px;
    transition: all 500ms ease;
    /* background: green;
     */
    border-radius: 50%;
    font-size: 20px;
    margin: 15px;
}

#slider .carousel-control i:hover {
    background: var(--secondary);
}

@media (max-width: 992px) {
    .w-80 {
        width: 100% !important;
    }
    .services-section,
    .stats,
    .contact-section,
    .abt {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .stats h2,
    .count {
        font-size: 24px !important;
    }
    .card-body {
        padding-top: 25px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 25px;
    }
    .client-logos {
        gap: 14px !important;
    }
    .form-control {
        padding: 27px 15px 15px 60px !important;
    }
    .form-group i {
        position: absolute;
        left: 15px;
        top: 32px;
        color: #2564a8;
    }
    .footer-column h2 {
        margin-bottom: 5px !important;
    }
    .footer-column ul {
        margin-top: 0px !important;
    }
    .social-icons {
        padding-top: 25px !important;
    }
    .form-group label {
        font-size: 11px !important;
    }
    .contact-form-container {
        margin-bottom: 25px !important;
    }
    .breadcum,
    .sub-title {
        padding-top: 40px;
    }
    .message {
        padding: 25px;
    }
}


/*Custom Form*/

.form-group textarea,
.form-group input[type="email"],
.form-group input[type="text"] {}

button.refresh-captcha {
    background: #f1f1f1;
    color: #000;
    padding: 13px 16px;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    border-radius: 7px;
    border: 1px solid green;
}

.refresh-captcha:hover {
    background-color: #e0e0e0;
}

.custom-file-upload {
    display: inline-block;
    padding: 12px 20px;
    cursor: pointer;
    border: 1px solid green;
    border-radius: 5px;
    background-color: #f9f9f9;
    color: #000;
    text-align: left;
    transition: all 0.3s ease;
    width: 100%;
}

.custom-file-upload:hover {
    background-color: #f0f0f0;
}

.custom-file-upload input[type="file"] {
    display: none;
}

.file-name {
    margin-top: 8px;
    font-size: 14px;
    color: #555;
    word-break: break-all;
    position: absolute;
    right: 25px;
    top: 6px;
}

.form-group {
    position: relative;
}

.captcha {
    font-weight: 700;
    font-size: 25px;
    padding: 8px 0px;
    background-color: #f0f0f0;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Shadows Into Light', cursive;
    font-style: normal;
    letter-spacing: 5px;
    /* border: 1px solid green; */
    border-radius: 7px;
    color: black;
}

.captcha-error {
    color: red;
    display: none;
    position: absolute;
}