@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&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,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Roboto", serif;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}

.top_header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #f8b10f;
    padding: 5px;
}

.header_icon a {
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    text-transform: lowercase !important;
}

.header_icon a:hover {
    color: #fff;
}

.header_icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header {
    position: fixed;
    top: 33px;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.header.scrolled {
    background: #fff;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    top: 0 !important;
}

.header .logo {
    height: 75px;
    object-fit: contain;
}

.header .navbar #nav-close {
    font-size: 5rem;
    cursor: pointer;
    color: #10221b;
    display: none;
}

.header .navbar {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.header .navbar a {
    margin-left: 2rem;
    font-size: 18px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 500;
}

.header.scrolled .navbar a {
    color: #000;
}

.header .navbar a:hover {
    color: #f8b10f;
    text-decoration: underline;
}

.header .navbar #nav-close {
    font-size: 24px;
    cursor: pointer;
    color: #10221b;
    display: none;
}

.home_banner {
    position: relative;
    width: 100%;
    height: 96vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.home_banner .video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.home_banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.home_banner .banner-content {
    position: relative;
    z-index: 3;
    padding: 0 20px;
}

.home_banner .banner-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-family: 'Roboto', sans-serif;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.home_banner .banner-content p {
    font-size: 1.25rem;
    margin-bottom: 4rem;
    font-family: 'Roboto', sans-serif;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.banner-content .btn_contact {
    font-size: 16px;
    padding: 12px 25px;
    font-weight: 500;
    border-radius: 3px;
    background: #f8b10f;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-decoration: none;
}

.banner-content .btn_contact:hover {
    border: 2px solid #f8b10f;
    background: none;
    color: #f8b10f;
}

.service {
    background: hsl(192, 24%, 96%);
    padding-block: 60px;
    font-family: 'Roboto', sans-serif;
}

.partners {
    padding-block: 60px;
}

.section-subtitle {
    color: #f8b10f;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 20px;
    background: hsla(9, 100%, 62%, 0.1);
    width: max-content;
    border-radius: 50px;
    margin-inline: auto;
    margin-bottom: 5px;
}

.service-card {
    display: flex;
    gap: 60px;
}

.card-icon img {
    /* width: 450px; */
    height: 360px;
    object-fit: cover;
    border-radius: 10px;
}

.section-title {
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 60px !important;
}

.service-list {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    gap: 55px;
}

.card_titled {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.card_titled ul {
    margin-top: 10px;
}

.card_titled ul li {
    padding: 8px;
    font-size: 18px;
    list-style: disc !important;
}

li {
    list-style: none;
}

.about {
    background: hsl(192, 24%, 96%);
    padding: 30px;
    padding-bottom: 80px;
    font-family: 'Roboto', sans-serif;
}

.about .image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 42rem;
    flex: 1 1 42rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
}

.about_section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 50px;
}

.about_video {
    height: 50vh;
    box-shadow: 2.5rem 2.5rem 0 rgba(0, 0, 0, 0.1);
}

.about_section p {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #444;
}

.about_section h2 {
    color: #77ab44;
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: capitalize;
}

.about_section button {
    border: 1px solid #77ab44;
    font-weight: 500;
    font-size: 16px;
    border-radius: 3px;
    padding: 10px 15px;
    color: #77ab44;
    margin-top: 15px;
}

.about_section button:hover {
    background: #77ab44;
    color: #fff;
}

.extra_info {
    background: linear-gradient(90deg, rgb(246, 240, 152) 0%, rgba(248, 177, 15, 1) 54%);
    padding: 50px 100px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.extra_div ul li {
    display: flex;
    padding: 8px;
    font-size: 18px;
    list-style: disc !important;
}

.contact_section {
    padding: 30px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 40px;
}

.contact_form {
    display: flex;
    justify-content: space-around;
    gap: 50px;
    align-items: center;
}

.contactFormed ul {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.contactFormed h5 {
    color: #4CAF50;
    margin-bottom: 4px;
}

.contactFormed li {
    display: flex;
    align-items: center;
    gap: 22px;
}

.contactFormed li a {
    text-decoration: none;
}

.contactFormed li a span {
    color: #000;
}

.svgcolor {
    padding: 12px;
    width: fit-content;
    border-radius: 50%;
    border: 1px solid #4CAF50;
}

.conatct_video {
    height: 50vh;
    width: 600px;
    object-fit: cover;
    box-shadow: 2.5rem 2.5rem 0 rgba(0, 0, 0, 0.1);
}

.footer {
    background: #f8b10f;
    padding: 40px 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer_mainConatiner {
    display: flex;
    gap: 35px;
    justify-content: space-around;
}

.footer p {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.footer img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.footer_second {
    width: 25%;
}

.footer_second a {
    color: #fff;
    text-decoration: none;
}

.footer_second ul {
    padding-left: 10px;
}

.footer_second ul li {
    padding: 5px 0;
    font-size: 16px;
    color: #fff;
}

.footer_second ul li:hover {
    color: #000;
}

.footer_second a:hover {
    color: #000;
}

.about_bnner {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.about_bnner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about_bnner .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
}

.about_bnner .content h1 {
    color: #000;
    font-size: 130px;
    font-style: normal;
    letter-spacing: 10px;
    line-height: 100%;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    text-transform: capitalize;
}

.about_leaderships {
    margin-top: 80px;
    padding-bottom: 50px;
}

.about_leaderships h2 {
    color: #77ab44;
    margin-bottom: 0px;
    font-weight: 600;
}

.leader_image {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
}

.leader_image img {
    width: 280px;
    height: 280px;
    object-fit: contain;
}

.about_leaderships p {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #444;
}

.contact_bnner {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.contact_bnner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.contact_bnner .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
}

.contact_bnner .content h1 {
    color: #000;
    font-size: 115px;
    font-style: normal;
    letter-spacing: 10px;
    line-height: 100%;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    text-transform: capitalize;
}

.header_in {
    display: none;
}

@media screen and (max-width:991px) {
    .top_header {
        display: none;
    }

    .slider-items img {
        width: 75%;
    }

    .header {
        margin-top: 0;
        justify-content: space-between;
        width: 100%;
        padding: 0 15px;
        top: 0;
    }

    .header .navbar {
        display: none;
    }

    .home_banner .banner-content h1 {
        font-size: 2rem;
    }

    .service-card {
        flex-direction: column;
        gap: 30px;
    }

    .flex_mobile {
        flex-direction: column-reverse !important;
    }

    .about_section {
        flex-direction: column;
        gap: 20px;
        justify-content: space-between;
    }

    .extra_info {
        flex-direction: column;
        padding: 20px;
    }

    .card-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .contact_section {
        padding: 20px;
    }

    .contact_form {
        flex-direction: column-reverse;
    }

    .conatct_video {
        box-shadow: 1rem 1rem 0 rgba(0, 0, 0, 0.1);
        width: 100%;
        object-fit: contain;
        height: 100%;
    }

    .footer {
        padding: 20px;
    }

    .footer_mainConatiner {
        flex-direction: column;
    }

    .footer_second {
        width: 100%;
    }

    .footer p {
        font-size: 12px;
    }

    .service {
        padding-block: 45px;
    }

    .service-list {
        padding: 0 !important;
    }

    .section-title {
        margin-bottom: 20px !important;
    }

    .about {
        padding: 0;
    }

    .about_video {
        width: 100%;
        height: 100%;
        object-fit: contain;
        box-shadow: none;
    }

    .about .image {
        flex: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .about_section button {
        margin-bottom: 35px;
    }

    .about_section p {
        font-size: 14px;
    }

    .header_in {
        display: block;
    }

    .about_bnner .content h1,
    .contact_bnner .content h1 {
        font-size: 75px;
    }

    .about_bnner .content,
    .contact_bnner .content {
        top: 59%;
    }

    .about_leaderships {
        margin-top: 40px;
    }

    .leader_image {
        flex-direction: column-reverse;
        gap: 25px;
        margin-top: 25px;
    }

    .about_leaderships p {
        font-size: 14px;
    }
}

.toggle {
    background: transparent;
    border: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    outline: 0;
}

.toggle span {
    width: 100%;
    height: 3px;
    background: #555;
    display: block;
    position: relative;
    coursor: pointer;
}

.toggle span:before,
.toggle span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #555;
    transition: all 0.3s ease-out;
}

.toggle span:before {
    top: -8px;
}

.toggle span:after {
    top: 8px;
}

.toggle span.toggle {
    background: transparent;
}

.toggle span.toggle:before {
    top: 0;
    transform: rotate(-45deg);
    background: #4CAF50;

}

.toggle span.toggle:after {
    top: 0;
    transform: rotate(45deg);
    background: #4CAF50;
}

.sidebar {
    background: #fff;
    width: 235px;
    position: fixed;
    top: 0;
    left: -235px;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    padding-top: 90px;
    transition: all 0.3s ease-out;
    z-index: 9;
}

.sidebar ul {
    list-style: none;
    padding: 15px;
}

.sidebar ul li {
    display: block;
}

.sidebar ul li a {
    padding: 8px 15px;
    font-size: 16px;
    color: #222;
    font-family: arial;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
    font-weight: 500;
    border-bottom: 1px dashed #4CAF50;
}

.sidebar ul li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 1px;
    background: #4CAF50;
    z-index: -1;
    transition: all 0.3s ease-out;
}

.sidebar ul li a:hover:before {
    width: 100%;
}

.sidebar ul li a:hover {
    color: #4CAF50;
}

.sidebarshow {
    left: 0;
}

.slider {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
}

.slider-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    animation: scrolling 20s linear infinite;

}

@keyframes scrolling {

    0% {
        transform: translateX(80%);
    }

    100% {
        transform: translateX(-20%);
    }
}

.slider-items img {
    margin-right: 30px;
}

