﻿.header-wrap ul.top-menus-wrp {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}

ul, ul li {
    padding: 0;
    margin: 0;
    position: relative;
}

    ul li {
        list-style: none;
    }

.row {
    margin: 0;
}

.top-header-wrap {
    align-items: center;
    justify-content: space-between;
}

    .top-header-wrap ul.top-menus-wrp li:not(:last-child) {
        margin-right: 50px;
    }
.top-header-wraper {
    background: #fff;
    padding: 10px 0;
}
.top-header-logo a img {
    width: 100%;
    height: 100%;
}
.top-header-wrap ul li a {
    color: #000;
    font-size: 14px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    position: relative;
}
.top-header-logo a {
    display: inline-block;
    max-width: 160px;
}
.top-header-wrap ul li a:hover {
    color: #ef7f1a;
}
.bottom-header-wrap {
    background: #000;
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 10px 0;
}
.close-button {
    display: none;
}
.header-wrap ul.submenuwrap {
    position: absolute;
    top: 27px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    width: 230px;
    height: 100%;
    box-shadow: 0 0 30px 0 #ffffff6e;
}
li.submenu:hover .submenuwrap {
    visibility: visible;
    opacity: 1;
}

header.header {
    position: relative;
    z-index: 9;
    box-shadow: 0 0 50px 0 #ffffff3d;
}
li.responsive-menu {
    display: none;
}
.bottom-header-wrap ul.top-menus-wrp > li:not(:first-child) {
    margin-right: 20px;
}
.header-wrap ul.submenuwrap li a {
    font-size: 14px;
    line-height: 32px;
    display: block;
    padding: 10px 15px 10px 40px;
    position: relative;
    font-weight: 300;
    border-bottom: 1px solid #ef7f1a73;
    font-family: "Poppins", sans-serif;
    background: #000;
    border-radius: 0px;
}
.bottom-header-wrap ul > li.submenu > a {
    padding: 0 50px 0 30px;
}

    .bottom-header-wrap ul > li.submenu > a::before {
        content: "";
        background-image: url('../img/arrow-png.png');
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto;
        height: 20px;
        width: 10px;
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(305deg) brightness(103%) contrast(103%);
        background-size: 100% 100%;
        transform: rotate( 90deg);
    }

.header-wrap ul.submenuwrap > li:last-child > a {
    border-bottom: none;
}
.header-wrap ul.submenuwrap li a:hover {
    background: #fbd9ca !important;
    color: #000;
}
.header-wrap ul.submenuwrap li a::before {
    content: "";
    background-image: url('../img/arrow-png-arrow.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 18px;
    left: 8px;
    right: 0;
    height: 15px;
    width: 20px;
    background-size: 100% 100%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(3376%) hue-rotate(119deg) brightness(130%) contrast(106%);
    transform: rotate(-45deg);
}
.header-wrap ul.submenuwrap li a:hover::before {
    filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(7451%) hue-rotate(221deg) brightness(91%) contrast(96%);
}
.top-header-wrap ul li a::before {
    content: "";
    background-image: url('../img/home-icon.png');
    background-repeat: no-repeat;
    position: absolute;
    height: 30px;
    width: 30px;
    background-size: 100% 100%;
    top: -6px;
    bottom: 0;
    left: 0;
    filter: brightness(0) saturate(100%) invert(70%) sepia(42%) saturate(6406%) hue-rotate(353deg) brightness(99%) contrast(89%);
}
.top-header-wrap ul li a {
    padding-left: 35px;
}
.header-wrap ul li.second a::before {
    background-image: url('../img/blog-icon.png');
}
.header-wrap ul li.third a::before {
    background-image: url('../img/testimonial.png');
}
.header-wrap ul li.fourth a::before {
    background-image: url('../img/career.png');
}
.header-wrap ul li.fifth a::before {
    background-image: url('../img/contact-us.png');
}
.bottom-header-wrap ul > li > a {
    padding: 0 30px;
    border-radius: 50px;
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
}

.banner-section {
    padding: 60px 0;
}
.bannerSlider .swiper-wrapper {
    position: relative;
    display: flex;
    align-items: flex-end;
}
.bannerSlider .swiper-slide {
    width: 250px !important;
    opacity: 0.5;
    transition: 0.7s;
    transition: all 0.8s ease;
    transform-origin: bottom center;
    transition: all 0.8s ease;
    display: flex;
    align-items: flex-end;
 
}

.bannerSlider .swiper-slide-active {
    opacity: 1;
   
    transform-origin: bottom center;
    z-index: 2;
    width: 700px !important;
}
.bannerSlider .swiper-slide img {
    height: 100px;
    transition: all 0.8s ease;
}
    .bannerSlider .swiper-slide-active img {
        height: 300px;
        transition: all 0.8s ease;
        object-fit: cover;
        width: 100%;
    }
    .banner-card-img img {
    width: 100%;
    border-radius: 10px;
}

.banner-card-content {
    text-align: center;
    margin-top: 15px;
}


.swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #000;
    border: 1px solid #ffff;
    border-radius: 50%;
    padding: 30px;
}
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 25px;
    }

.banner-card-content h3 {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
}
.swiper-slide-active .banner-card-content h3 {
    font-size: 25px;
    line-height: 35px;
}
.banner-card-content p {
    font-size: 14px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    margin: 0 0 0 0;
}
    .swiper-slide-active .banner-card-content p{
    font-size: 18px;
    line-height: 30px;
}

.swiper-pagination-bullet {
    width: 160px;
    height: 4px;
    display: inline-block;
    border-radius: 50px;
    background: #fff;
}
.swiper-wrapper {
    margin: 0 0 60px 0;
}
.bannerSlider {
    visibility: hidden;
}
    .bannerSlider .swiper-slide {
        flex-shrink: 0;
    }
ul.links-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 9px;
}
ul.contact-details li.common.first {
    position: relative;
}
ul.contact-details li {
    margin: 0 0 10px 0;
   
    position: relative;
}
    ul.contact-details li a, ul.contact-details li p {
        font-size: 14px;
        line-height: 26px;
        color: #fff;
        font-weight: 300;
        font-family: "Poppins", sans-serif;
        padding-left: 40px;
    }
img.icon-design {
    position: absolute;
    left: 0;
    height: 20px;
    top: 5px;
    bottom: 0;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
ul.links-wrap li a {
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    position: relative;
    font-family: "Poppins", sans-serif;
}
footer.footer-wrap {
    background: #313030;
    padding: 30px 0 0;
}
    footer.footer-wrap a:hover {
        color: #ef7f1a;
    }
.copyright-wrap p {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    margin: 0;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
}
    .copyright-wrap p a {
        max-width: 110px;
    }
        .copyright-wrap p a img {
            filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
        }
footer.footer-wrap .copyright-wrap {
    padding: 7px 0;
    border-top: 1px solid #ffffff70;
}
.bottom-header-wrap ul > li > a:hover {
    color: #ea7d1b;
}
    /*font-family: "Poppins", sans-serif;*/