section {
    width: 100%;
    /* height: 20vh; */
}

.header {
    box-sizing: border-box;
    /* position: absolute; */
    top: 0px;
    width: 100%;
    /* height: 400px; */
    text-align: center;
    background-color: #33f;
    color: #fff;
    z-index: 99;
}

.navigation {
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    /* height: 60px; */
    background-color: #ffffff;
    color: #fff;
    padding: 0px;
    transition: all 0.5s ease;
    transform: translateY(-100%);
    z-index: 9999;
}

.navigation--relative {
    position: relative;
    top: 0px;
    transform: translateY(0%);
}

.navigation.is-fixed {
    position: fixed;
    width: 100%;
    transform: translateY(0%);
    border-bottom: 2px solid #00000029;
    box-shadow: 0px 1px 19px rgb(0 0 0 / 35%);
}







.munu-header {
    /* padding: 20px 0px; */
}

.main-cover {
    justify-content: space-between;
}

.flex {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.munu-header .main-cover .logo {
    display: inline-block;
}

img {
    max-width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
}

.munu-header .main-cover .menu {
    display: inline-block;
    margin-left: 50px;
}

#sidebar {
    display: inline-block;
    width: 100%;
}

#sidebar ul {
    margin-bottom: 0px;
    padding-left: 0px;
    text-align: right;
}

#sidebar ul li {
    display: inline-block;
    padding: 8px 10px;
}

li {
    list-style: none;
}

#sidebar ul li a.active {
    color: rgb(255, 94, 20) !important;
}

#sidebar ul li a {
    color: rgb(0, 0, 0);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.logo-header {
    background: white;
    margin-bottom: 14px;
    margin-top: 8px;
}

.logo-header .logo {
    display: inline-block;
    width: 100%;
    padding-top: 6px;
}

.logo-header .info-top {
    display: flex;
    width: 100%;
    padding-top: 6px;
    justify-content: center;
}

.logo-header .info {
    padding-top: 15px;
}

.logo-header .info .info-block:first-child {
    margin-left: 0;
}

.logo-header .info .info-block {
    position: relative;
    float: left;
    padding-left: 36px;
    margin-left: 50px;
}

.logo-header .info .info-block .icon-box {
    position: absolute;
    left: 0;
    top: 5px;
    width: 35px;
    height: 36px;
    line-height: 36px;
}

.logo-header .info .info-text {
    position: relative;
    display: block;
    font-size: 14px;
    color: black;
}

.logo-header .info strong {
    position: relative;
    display: block;
    font-weight: 600;
    color: black;
    text-align: left;
}

.logo-header .link-box {
    position: relative;
    float: left;
    padding-top: 13px;
    margin-left: 50px;
}

.logo-header .btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Hind', sans-serif;
    border-radius: 0px;
    overflow: hidden;
}

.logo-header .btn-style-one .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    padding: 10px 65px 10px 15px;
    background: #65c5dd;
    letter-spacing: 0.05em;
    border-radius: 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-one .btn-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #222222;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}

.btn-style-one .btn-title .btn-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 51px;
    height: 100%;
    font-size: 16px;
    padding: 12px 10px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}

.scroll-section {
    display: inline-block;
    width: 100%;
    background: #0871aa;
}

.nav-menu {
    text-align: center;
}

.scroll-section nav ul li {
    display: inline-block;
    margin: 0px 10px;
}

.scroll-section nav ul li a {
    padding: 16px;
    color: rgb(255 255 255);
    font-size: 1rem;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.2s ease 0s;
    display: inline-block;
}

.nav-menu ul {
    margin-bottom: 0px !important;
}

/* slider */

/* .banner-section {
    background-image: url(../images/banner1.jpg);
    padding: 69px 0px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.banner-section .content-cover {
    color: rgb(255, 255, 255);
} */


.hero-1 {
    position: relative;
}




.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 50%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
}

.swiper-backface-hidden .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.hero-1 .hero-image {
    overflow: hidden;
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    opacity: 1;
    z-index: -2;
    background-size: cover;
    transform: scale(1);
    -webkit-transition: all 8s ease-out 0s;
    -moz-transition: all 8s ease-out 0s;
    -ms-transition: all 8s ease-out 0s;
    -o-transition: all 8s ease-out 0s;
    transition: all 8s ease-out 0s;
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

/* @media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
} */
.hero-1 .hero-content {
    padding: 102px 0 180px;
    position: relative;
    z-index: 9;
}

.hero-1 .hero-content h6 {
    color: white;
    background-color: #4AAB3D;
    padding: 8px 20px;
    line-height: 1;
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: -2px;
}

.hero-1 .hero-content h1 {
    color: white;
    margin-bottom: 40px;
}

@media (max-width: 1399px) {
    .hero-1 .hero-content h1 {
        font-size: 50px;
    }
}

.hero-1 .hero-content p {
    color: white;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.theme-btn::before {
    content: "";
    background-color: black;
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.theme-btn::after {
    content: "";
    background-color: black;
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}


/* About us*/

.fix {
    overflow: hidden;
}

.about-wrapper .about-image-items {
    position: relative;
}

.about-wrapper .about-image-items .about-image-1 {
    max-width: 400px;
    height: 440px;
    position: relative;
}

@media (max-width: 1399px) {
    .about-wrapper .about-image-items .about-image-1 .about-image-2 {
        right: -20%;
    }
}

.about-wrapper .about-image-items .about-image-1 .about-image-2 {
    position: absolute;
    bottom: -13%;
    right: -35%;
}

.about-wrapper .about-image-items .about-image-1::after {
    content: "";
    width: 100%;
    height: 88%;
    position: absolute;
    right: -55px;
    top: 20%;
    border: 3px solid green;
    z-index: -1;
}

.section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
    margin-top: -7px;
}

.section-title span {
    color: green;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
}

.section-title h2 {
    font-weight: bold;
}

@media (min-width: 768px) {
    .mt-md-0 {
        margin-top: 0 !important;
    }
}

@media (max-width: 1399px) {
    .about-wrapper .about-content .about-icon-items {
        flex-wrap: wrap;
        padding-bottom: 30px;
        margin-top: 30px;
    }
}

.about-wrapper .about-content .about-icon-items {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 40px;
}

.about-wrapper .about-content .about-icon-items .icon-items {
    display: flex;
    align-items: center;
    gap: 25px;
}

.about-wrapper .about-content .about-icon-items .icon-items .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background-color: green;
    color: white;
}

.about-wrapper .about-content .about-icon-items .icon-items .content {
    flex-basis: 60%;
}


/* our mission */

.counter-area {
    position: relative;
    background: #064E5A;
    overflow: hidden;
    z-index: 1;
    padding: 40px 0px;
}

.counter-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/04.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .07;
}

.our-solution .content {
    text-align: center;
}

.our-solution .content h3 {
    font-size: 30px;
    color: white;
    font-weight: 500;
    margin-bottom: 0px;
    /* line-height: 10px; */
    margin-top: 10px;
}

.our-solution .content h3 strong {
    font-weight: 500;
}

.our-solution .content p {
    color: white;
}

.chooseus-wrapper .about-image-items .chooseus-image-1 {
    max-width: 400px;
    height: 440px;

}


.chooseus-wrapper .about-image-items .chooseus-image-1::after {
    content: "";
    width: 100%;
    height: 88%;
    position: absolute;
    right: -55px;
    top: 20%;
    border: 3px solid green;
    z-index: -1;
}

.chooseus-section {
    margin: 50px 0px;
}

.list-item-inner {
    margin-bottom: 8px;
}

.list-item-title {
    line-height: 24px;
}

.list-item-title span {
    padding: 0;
    font-size: 18px;
    line-height: 30px;
    color: green;
}



/* our Services */

.our-solution .tabing-cover {
    margin-top: 30px;
    align-items: start;
    margin-bottom: 10px;
}

.tabing-cover ul.tabs {
    width: 30%;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.our-solution .tabing-cover ul.tabs li {
    display: block;
    border-top: 1px solid rgb(217, 217, 217);
    border-right: 1px solid rgb(217, 217, 217);
    border-bottom: 1px solid rgb(217, 217, 217);
    color: white;
}

.our-solution ul.tabs li.current {
    color: rgb(242 187 34);
    border-left: 2px solid rgb(255, 196, 32);
    border-right: 0px !important;
}

.our-solution ul.tabs li {
    background: none;
    color: rgb(34, 34, 34);
    display: inline-block;
    padding: 16px 15px;
    cursor: pointer;
    list-style: none;
}

.our-solution .tabing-cover ul.tabs li.tab-link.current i {
    display: none;
}

.our-solution .tabing-cover ul.tabs li i {
    float: right;
}

.tabing-cover .tab-content {
    width: 70%;
}

.tab-content.current {
    display: inherit;
}

.tab-content {
    display: none;
    padding: 15px;
}

.our-solution .tabing-cover .cover h3 {
    letter-spacing: 1px;
    margin-bottom: 16px;
    font-size: 28px;
    color: #ffc420;
}

.equalheighrow {
    display: flex;
    justify-content: flex-start;
    gap: 3%;
    flex-wrap: wrap;
}

.equal30col {
    background: rgb(255, 255, 255);
    /* border: 1px solid rgb(199, 199, 199); */
    flex-basis: 28.5%;
    /* margin-bottom: 70px; */
    padding: 5px;
}

.equal70col {
    /* background: rgb(255, 255, 255); */
    /* border: 1px solid rgb(199, 199, 199); */
    flex-basis: 68.5%;
    /* margin-bottom: 30px; */
    padding: 5px;
    /* color: white; */
}

.tabing-cover .tab-content .cover a.box-cover h5 {
    color: rgb(64, 64, 64);
    font-weight: 600;
    padding-bottom: 12px;
}

.tabing-cover .tab-content .cover a.box-cover p {
    font-size: 15px;
    color: rgb(255 255 255);
    line-height: 27px;
    font-weight: 500;
    /* list-style: none; */
    /* text-decoration: none; */
}


.ourservices-bg {
    /* position: relative; */
    background-image: url(../images/05.jpg);
    padding: 5px 0px;
}



/* Our Clients */

.ourclients {
    background: #f1f1f1;
}

@media screen and (max-width: 820px) {
    body {
        font-size: 16px;
    }
}

.ourclients .container {
    width: 80%;
    margin: 0 auto;
    padding: 40px;
}

.center {
    text-align: center;
}

.ourclients h1 {
    font-weight: 300;
    font-size: 2em;
    line-height: 1.3;

}

.ourclients p a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid white;
    transition: border 0.3s;
}

.ourclients p a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.client-slider {
    padding-top: 50px;
    padding-bottom: 40px;
}

/* footer */

.border-shape {
    background: #64c5de none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 3px;
    left: 0;
    margin: 20px auto;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 80px;
}

.border-shape::before {
    background: #64c5de none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 80px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 100px;
}

.border-shape::after {
    background: #64c5de none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    margin: 0 auto;
    position: absolute;
    right: 80px;
    text-align: center;
    top: 1px;
    width: 100px;
}











/*FOOTER*/
footer {
    width: 100%;
    background-color: #0871aa;
    color: #fff;
}

.top_header {
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.top_header div {
    display: flex;
    justify-content: left;
    align-items: center;
}

.top_header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.top_header span {
    padding: 0 1rem;
}

.top_header .fa {
    color: #64c5de;
    font-size: 35px;
}

footer .border-shape {
    width: 16%;
}

footer .border-shape::before {
    width: 100%;
    left: 120px;
}

footer .border-shape::after {
    width: 100%;
    right: 120px;
}

footer .bottom_content .socialmedialink,
footer .bottom_content .extralink {
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: Center;
}


.bottom_content a {
    margin: 0 20px;
    color: rgba(255, 255, 255, 0.7);
    transition: 0.5s;
}

.bottom_content a:hover {
    color: rgba(255, 255, 255, 1);
}


.copyright {
    padding: 0.8em 0;
    background-color: #045581;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}



@media (max-width:820px) {
    .top_header {
        padding: 1rem;
        display: block;
    }

    .top_header {
        margin: 40px 0;
        align-items: left;
        justify-content: left;
    }

    footer .bottom_content {
        padding: 1rem;
        display: block;
    }

    footer .bottom_content a {
        padding: 1rem;
        font-size: 12px;
        margin: 0 5px;
        display: inline-block;
    }


    footer .bottom_content .socialmedialink,
    footer .bottom_content .extralink {
        padding: 1.5rem 2rem;
        display: block;
        align-items: center;
        justify-content: Center;
    }

    .tabing-cover .tab-content {
        width: 100%;
    }

    .equalheighrow {
        display: grid;
        justify-content: flex-start;
        gap: 3%;
        flex-wrap: wrap;
    }

    .tabing-cover ul.tabs {
        width: 100%;
        padding: 0px;
    }

}




@media (max-width:540px) {
    .logo-header .info .info-block {
        position: relative;
        float: left;
        padding-left: 36px;
        margin-left: 0px;
    }

    footer .bottom_content .socialmedialink,
    footer .bottom_content .extralink {
        padding: 0px;

        text-align: center;
    }

    footer .bottom_content a {
        padding: 9px;
        font-size: 20px;
        margin: 0 5px;
        display: inline-block;
    }

    .top_header span {
        padding: 0 1rem;
        display: flow;
        text-align: left;
    }

    .tabing-cover ul.tabs {
        width: 100%;
        padding: 0px;
        display: flex;
        overflow: auto;
    }

    .our-solution .tabing-cover ul.tabs li {
        display: block;
        border-top: 1px solid rgb(217, 217, 217);
        border-right: 1px solid rgb(217, 217, 217);
        border-bottom: 1px solid rgb(217, 217, 217);
        color: white;
        width: 400px;
        min-width: 300px;
        margin-bottom: 8px;
    }

    .logo-header .info {
        padding: 15px;
        display: none;
    }

    .nav-menu ul {
        padding: 0px;
        margin-bottom: 0px !important;
    }

    .scroll-section nav ul li a {
        padding: 11px 12px;
        color: rgb(255 255 255);
        font-size: 14px;
        text-decoration: none;
        font-weight: bold;
        transition: all 0.2s ease 0s;
        display: inline-block;
    }

    .hero-1 .hero-content p {
        color: white;
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .hero-1 .hero-content h1 {
        font-size: 25px;
    }

    .logo-header .logo {
        display: inline-block;
        width: 63%;
        padding-top: 6px;
    }

    .scroll-section nav ul li {
        display: inline-block;
        margin: 0px 0px;
    }

    .logo-header .link-box {
        position: relative;
        float: left;
        padding-top: 13px;
        margin-left: 50px;
        display: none;
    }
}