* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    outline: 0;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

body {
    overflow-x: hidden;
    position: relative;
    height: 100%;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: "Heebo", serif;
}

p {
    padding: 0;
    margin: 0;
    color: #1b1a1a;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}






a {
    text-decoration: none;
    color: #293241;
    /* color: #4a9e3a; */
}

a:focus {
    color: #293241;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.container {
    max-width: 1250px;
}

.container-fluid {
    padding: 0;
    margin: 0;
}


.main-btn {
    padding: 12px 24px;
    line-height: 130%;
    color: #fff;
    background: #4a9e3a;
    border: 2px solid #4a9e3a;
    transition: all 0.2s ease-in-out;
}

.main-btn:hover {
    border: 2px solid #4a9e3a;
    background: #FAFAFA;
    color: #4a9e3a;
}

.form-control {
    padding: 10px 12px;
    border-radius: 6px;
}

.form-control:focus {
    background-color: transparent;
    border-color: #797D86;
    outline: 0;
    box-shadow: none;
}

.form-control:focus-visible {
    background-color: transparent;
    box-shadow: none;
    outline: none;
}

.form-control .active {
    background-color: transparent;
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}


.top-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.top-heading h1 {
    letter-spacing: 2px;
}

.top-heading a {
    border-bottom: 1px solid #293241;
}


.ar-flag {
    width: 22px;
}




/* products dots */
.owl-dots {
    text-align: center;
}

.owl-dots button.owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    border: 1px solid #2d292a;
    margin: 0 10px;
}

.owl-dots button.owl-dot.active {
    background-color: #4a9e3a;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
    outline: none;
}



/* slick dots  */
/* .slick-dots {
    display: flex;
    justify-content: center;
    list-style-type: none;
}

.slick-dots li {
    margin: 0 10px;
}

.slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid #a2a2a2;
    border-radius: 100%;
    background-color: transparent !important;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #4a9e3a !important;
} */


/* page nav  */
.page-nav {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.412), rgba(0, 0, 0, 0.577)), url('../img/about/pag-nav.jpg');
    padding: 100px 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.page-nav .head {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 5px;
}

.page-nav .breadcrumb {
    justify-content: center;
}

.page-nav .breadcrumb li,
.page-nav .breadcrumb li a,
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.page-nav .breadcrumb li {
    font-size: 13px;
}




/* ***************************************  TOP NAVBAR   *************************************** */
.top-header {
    line-height: 40px;
    position: relative;
    z-index: 101;
    width: 100%;
    padding: 10px 0px;
    background-color: #4a9e3a;
}



.top-header .container {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}


.top-header a,
.top-header button,
.top-header p,
.top-header span {
    font-size: 14px;
    transition: all 0.3s ease;
}

.top-header .header-left {
    margin-bottom: 0;
    float: left;
    font-size: 14px;
}

.top-header .header-left ul {
    display: flex;
    gap: 25px;
}

.top-header .header-left ul li a {
    color: #fff;
}

.top-header .header-left ul li a i {
    margin-right: 10px;
    font-size: 13px;
}

.top-header .header-left li.notice marquee {
    margin-bottom: -14px;
}

.top-header .header-left li.notice span {
    color: #fff;
    background-color: #333;
    padding: 1px 3px;
    padding: 5px 8px;
}






.top-header .header-right {
    margin-bottom: 0;
    float: right;
}

.top-header .header-right ul {
    display: flex;
    gap: 25px;
}


.top-header .header-right li {
    position: relative;
}


.top-header .header-right li i {
    color: #fff;
    font-size: 18px;
}





/* back to top css  */
#whatsapp {
    display: block;
    color: #fff;
    background-color: #25d366;
    box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.26);
    font-size: 20px;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 75px;
    right: 25px;
    transition: .2s;
    z-index: 10;
    border: 2px solid transparent;
}

#whatsapp:hover {
    cursor: pointer;
    background-color: #25d365ca;
}


/* back to top css  */
#back-to-top {
    display: block;
    color: #fff;
    background-color: #4a9e3a;
    box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.26);
    font-size: 12px;
    border-radius: 10px;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 25px;
    right: 25px;
    transition: .2s;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    border: 2px solid transparent;
}

#back-to-top:hover {
    cursor: pointer;
    color: #4a9e3a;
    background-color: #fff;
    border: 2px solid #4a9e3a;
}



#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

/* ***************************************  NAVBAR   *************************************** */
header {
    width: 100%;
    position: sticky;
    top: -0.2px;
    left: 0;
    z-index: 99;
    background-color: #fafafa;
    box-shadow: 0px 2px 12px #51515152;
}

header nav {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .main-logo {
    display: flex;
    align-items: center;
}

header .navbar-brand img {
    width: 150px;
    padding: 20px 0px;
}


header .nav-list {
    display: flex;
}


header .nav-link {
    position: relative;
    display: block;
    padding: 0px;
    margin: 0px 13px;
    color: #4a9e3a;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid transparent;
    transition: .2s;
}

header .nav-link::after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #4a9e3a;
    transition: .2s;
}

header .nav-link:hover::after,
header .nav-link.active::after {
    content: ' ';
    width: 100%;
}



header .nav-link:hover,
header .nav-link:focus {
    color: #4a9e3a;
}

header .nav-item {
    position: relative;
    transition-delay: 0.4s;
    visibility: visible;
    padding: 14px 0px;
}

header .nav-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--color1);
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 650ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

header .nav-item:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}



/* dropdown */
header li.drpdn-btn {
    position: relative;
}

header li.drpdn-btn>a>i {
    transition: .3s;
    font-size: 13px;
}

header li.drpdn-btn:hover>a>i {
    rotate: 180deg;
    transform: translateY(1px);
}

header li .drpdn-menu {
    position: absolute;
    min-width: 150px;
    padding: 10px;
    background-color: #4a9e3a;
    top: 50px;
    left: 10px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

header li.drpdn-btn:hover .drpdn-menu {
    opacity: 1;
    visibility: visible;
}

header li .drpdn-menu>li {
    margin-bottom: 10px;
}

header li .drpdn-menu>li:last-child {
    margin-bottom: 0px;
}

header li .drpdn-menu>li>a {
    font-size: 12px;
    white-space: nowrap;
    color: #fff;
    position: relative;
}



/* a before */
header li .drpdn-menu>li>a::after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: #fff;
    transition: .2s;
}

header li .drpdn-menu>li:hover>a::after {
    content: ' ';
    width: 100%;
}

header li .drpdn-menu>li>a i {
    float: right;
    margin-top: 7px;
}


/* side menu  */
header li .drpdn-menu>li {
    position: relative;
}

header li .drpdn-menu>li>.side-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 0px;
    right: -129px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
}

header li .drpdn-menu>li:hover>.side-menu {
    right: -139px;
    opacity: 1;
    visibility: visible;
}



header li .drpdn-menu>li>.side-menu a {
    color: #4a9e3a;
    display: block;
    padding: 4px 10px;
    font-size: 12px;
    transition: .2s;
}

header li .drpdn-menu>li>.side-menu a:hover {
    color: #fff;
    background-color: #4a9e3a;
}









/* icons  */
header nav .icons {
    display: flex;
    align-items: center;
}

header nav .icons>div {
    margin-right: calc(1vw + 20px);
}

header nav .icons>div:nth-child(4) {
    margin-right: 0px;
}

header nav .icons>div:last-child {
    margin-right: 0px;
}


header nav .icons a {
    color: #4a9e3a;
}

header nav .icons .search {
    position: relative;
}

header nav .icons .search input {
    border: 1px solid #4a9e3a;
    padding: 5px 40px 5px 5px;
}

header nav .icons .search input::placeholder {
    color: #4a9e3a;
}

header nav .icons .search a {
    position: absolute;
    color: #4a9e3a;
    top: 5px;
    right: 12px;
}


header nav .icons .heart a i,
header nav .icons .cart a i {
    position: relative;
}

header nav .icons .heart a i::after,
header nav .icons .cart a i::after {
    position: absolute;
    content: attr(item-count);
    top: -8px;
    right: -8px;
    height: 12px;
    width: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 6px;
    background-color: #4a9e3a;
    color: #fff;
    border: 1px solid #2d292a;
    border-radius: 20px;
}

/* ***************************************  SIDE NAV   *************************************** */
nav.side-nav {
    display: none;
    position: fixed;
    width: 30vw;
    height: 100%;
    padding-top: 70px;
    top: 0;
    left: 0;
    background: #4a9e3a;
    box-shadow: 3px 1px 10px #38383854;
    z-index: 999;
    transform: translate3d(-105%, 0, 0);
    transform-origin: left top;
    transition: transform 1s;
    transition-timing-function: cubic-bezier(.7, 0, .3, 1)
}

nav.side-nav.open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}


nav.side-nav>ul {
    width: 100%;
    padding: 0px 10px;
    list-style: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    min-height: 98%;
    height: 98%;
    overflow: hidden;
    overflow-y: scroll;
}

nav.side-nav .main>li {
    margin: 13px 0
}

nav.side-nav .main>li .search {
    position: relative;
}

nav.side-nav .main>li input {
    border: 1px solid;
    color: #fff !important;
}

nav.side-nav .main>li input::placeholder {
    color: #fff !important;
}

nav.side-nav .main>li input:focus {
    border-color: #fff;
}

nav.side-nav .main>li .search .search-btn {
    position: absolute;
    top: 0;
    right: 0;
}

nav.side-nav .main>li a {
    position: relative;
    color: #ffffff;
    text-decoration: none;
    padding: 4px 0px;
    letter-spacing: 1.5px;
    font-size: 18px;
    transition: 0s;
}

nav.side-nav .main>li>a::after {
    position: absolute;
    content: ' ';
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: #293241;
    transition: .2s;
}

nav.side-nav .main>li a.active::after,
nav.side-nav .main>li a:hover::after {
    width: 100%;
}


nav.side-nav .main .main-dropdown {
    background-color: #358625;
    display: none;
    padding: 20px;
    margin-top: 10px;
}

nav.side-nav .main .main-dropdown>li {
    margin-bottom: 9px;
    font-size: 13px;
}

nav.side-nav .main .main-dropdown>li>a {
    font-size: 12px;
    display: inline-block;
}

nav.side-nav .main .main-dropdown>li>a::after {
    position: absolute;
    content: ' ';
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: #383c44;
    transition: .2s;
}

nav.side-nav .main .main-dropdown>li>a.active::after {
    width: 100%;
}





nav.side-nav .main .main-dropdown>li>a>i {
    float: right;
    transition: .3s;
}

nav.side-nav .main .main-dropdown>li>a>i.click {
    rotate: 180deg;
    margin-top: -1px;
}

nav.side-nav .main .main-dropdown>li:last-child {
    margin-bottom: 0px;
}

nav.side-nav .main i {
    font-size: 11px;
}

/* inner  */
nav.side-nav .main .inner-dropdown {
    display: none;
    padding-left: 15px;
}

nav.side-nav .main .inner-dropdown>li {
    margin-bottom: 7px;
}



nav.side-nav .main .inner-dropdown>li:last-child {
    margin-bottom: 0px;
}






nav.side-nav .close {
    display: block;
    font-size: 20px;
    border: 0;
    position: absolute;
    color: #fff;
    right: 25px;
    top: 10px;
    background-color: transparent;
    transition: .2s;
    z-index: 999;
}

nav.side-nav .close:hover {
    outline: 0;
    color: #293241;
}





/* ***************************************  HEADER MOBILE   *************************************** */
header .mobile {
    display: none;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

header .mobile .menu-btn {
    margin-left: 12px;
    margin-right: -12px;
}

header .mobile .icons .search .fa-close {
    font-size: 21px;
}



header .mobile .search-bar {
    position: absolute;
    width: 100vw;
    height: 80px;
    background-color: #fff;
    bottom: 1px;
    margin-left: -12px;
    opacity: 0;
    visibility: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

header .mobile .search-bar.show {
    bottom: -80px;
    opacity: 1;
    visibility: visible;
}

header .mobile .search-bar .search-box {
    position: relative;
}

header .mobile .search-bar .search-box i {
    position: absolute;
    right: 13px;
    top: 28%;
    font-size: 18px;
    color: #4a9e3a;
}

header .mobile .search-bar input {
    width: 80vw;
    padding: 10px 40px 10px 10px;
    position: relative;
    border: 1px solid #4a9e3a;
}



header .mobile .menu-btn {
    display: flex;
    align-items: start;
}

header .mobile .menu-btn i {
    color: #4a9e3a;
    font-size: 25px;
    margin-right: 20px;
}

header .mobile .menu-btn a {
    margin-right: 20px;
}

header .mobile .res-logo img {
    width: 150px;
    padding: 15px 0px;
}

header .mobile .icons {
    display: flex;
    gap: 30px;
    margin-left: -15px;
    margin-right: 15px;
}

header .mobile .icons i,
header .mobile .icons a {
    color: #4a9e3a;
}

header .mobile .icons .cart a i {
    position: relative;
}

header .mobile .icons .cart a i::after {
    position: absolute;
    content: attr(item-count);
    top: -8px;
    right: -8px;
    height: 12px;
    width: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 6px;
    background-color: #4a9e3a;
    color: #fff;
    border: 1px solid #2d292a;
    border-radius: 20px;
}



/* ***************************************  BANNER   *************************************** */
.banner {
    /* background-image: linear-gradient(to right, #69ac3a, #4a9e3a9d), url(../img/banner/b-1.jpeg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;  
    height: 120vh; */
    position: relative;
}

.banner .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.banner .text .head {
    color: #fff;
    font-size: 60px;
    margin-bottom: 40px;
}

.banner .text .sub-head {
    font-size: 30px;
    width: 80%;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 30px;
}

/* btns  */
.banner .text .btns a {
    background-color: #4a9e3a;
    border: 1px solid #4a9e3a;
    border-radius: 6px;
    color: #fff;
    padding: 15px 45px;
    margin-right: 10px;
    display: inline-block;
    transition: .3s;
}

.banner .text .btns a:hover {
    background-color: #fff;
    border: 1px solid #4a9e3a;
    color: #4a9e3a;
}

.banner .text .btns a:last-child {
    background-color: #fff;
    border: 1px solid #4a9e3a;
    color: #4a9e3a;
}

.banner .text .btns a:last-child:hover {
    background-color: #4a9e3a;
    border: 1px solid #fff;
    color: #fff;
}



/*   BANNER  OLD  */
.banner .swiper {
    width: 100%;
    height: 100%;
}

.banner .swiper-wrapper.mobile {
    display: none;
}

.banner .swiper-slide {
    background-position: center;
    background-size: cover;
}

.banner .swiper-slide .bnr-img {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide .bnr-img::after {
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #000000d8, #00000005);
}

.banner .swiper-slide .bnr-img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.banner .swiper-slide .content {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.banner .swiper-slide .content h1 {
    font-size: 55px;
    margin-bottom: 30px;
}

.banner .swiper-slide .content p {
    font-size: 20px;
    margin-bottom: 40px;
}

.banner .swiper-slide .content h1,
.banner .swiper-slide .content p {
    color: #fff;
}

.banner .swiper-slide .content a {
    font-size: 18px;
    padding: 10px 18px;
    color: #fff;
    border: 2px solid #fff;

}



.swiper-pagination-bullet {
    background: #fff;
    border: 3px solid #fff;
    opacity: 1;
    height: 20px;
    width: 20px;
}

.swiper-pagination-bullet-active {
    background: #4a9e3a;
    border: 5px solid #fff;
    opacity: 1;
}




/* ***************************************  we do   *************************************** */
.we-do {
    padding: 100px 0 82px;
    /* background-color: #ebffde; */
    background-color: #F4F4F4;
}

/* section-header */
.section-header h2 {
    color: #1b1a1a;
}

.section-header h2 span {
    color: #4d4e54;
}

.section-header p {
    color: #888;
    font-size: 15px;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 1.8;
}

/* section-header */


/*single-we-do-box */
.we-do-carousel {
    padding-top: 60px;
}

.we-do-description {
    padding: 35px 20px 50px;
    text-align: start;
}

.single-we-do-box {
    box-shadow: 0 0 5px rgba(35, 37, 41, .1);
    border-radius: 10px;
    overflow-x: hidden;
    opacity: 1;
    transition: .5s;

    background: #fff;
    height: 100%;
}

/* info */
.we-do-info {
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
}

.we-do-img {
    margin-right: 5px;
    border-radius: 50%;
    transition: .5s;
}

.we-do-topics {
    margin-top: 32px;
    margin-bottom: 27px;
}

.we-do-topics h2 a {
    color: #44454f;
    font-size: 20px;
}



.we-do-comment {
    margin-top: 14px;
}

.we-do-comment p {
    color: #888;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    margin: 0 auto;
}


.single-we-do-box:hover {
    box-shadow: 0 5px 20px rgba(112, 134, 230, .2);
    opacity: 1;
}






/* ***************************************  NUMBERS   *************************************** */
.statistics {
    position: relative;
    background: url(../img/numbers/counter-banner2.jpg), no-repeat;
    background-position: center;
    background-size: cover;
    padding: 98px 0 81px;
}

/* 
.statistics::after {
    position: absolute;
    content: '';
    background: rgba(112, 216, 119, 0.8);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
} */

.single-ststistics-box {
    display: flex;
    margin-bottom: 30px;
    height: 75px;
}

.statistics-content {
    margin-left: 28px;
}

.statistics-content .counter {
    color: #fff;
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
}

.statistics-content h3 {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    margin-top: 9px;
    line-height: 1.5;
}




/* ***************************************  about SECTION  *************************************** */
.about-section {
    padding: 80px 15px;
}

.about-section .about-content {
    padding-right: 30px;
    height: 100%;
    display: flex;
    align-items: center;
}

.about-section .about-content h2 {
    margin-bottom: 20px;
}

.about-section .about-content p {
    color: #1b1a1a;
    margin-bottom: 50px;
}

.about-section .about-content a {
    background-color: #1b1a1a;
    border: 1px solid #1b1a1a;
    border-radius: 6px;
    padding: 15px 35px;
    color: #fff;
    transition: .3s;
}

.about-section .about-content a:hover {
    background-color: #4a9e3a;
    border: 1px solid #4a9e3a;
    padding: 15px 35px;
    color: #fff;
    transition: .3s;
}



.about-section .about-content .nums {
    padding-right: 100px;
    margin-bottom: 60px;
}

.about-section .about-content .nums .group {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.about-section .about-content .nums .group .single {
    background-color: #F4F4F4;
    padding: 10px;
    width: 200px;
}

.about-section .about-content .nums .group .single .top {
    display: flex;
    align-items: baseline;
}

.about-section .about-content .nums .value,
.about-section .about-content .nums .value2 {
    font-size: 40px;
    color: #4a9e3a;
}

.about-section .about-content .nums span {
    font-size: 30px;
    color: #4a9e3a;
}

.about-section .about-content .nums .name {
    font-size: 14px;
    color: #1b1a1a;
    font-weight: 500;
}




.about-section .image-holder {
    margin: 100px 0px;
}

.about-section .image-holder img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #cbcbcb;
}


/* ***************************************  MESSAGE SECTION  *************************************** */
.message-section {
    background-color: #4a9e3a;
    padding: 70px 0px;
}



.message-section .main-message {
    text-align: center;
}

.message-section .message-details h2 {
    font-size: 40px;
    display: block;
    line-height: 1.2;
    margin-bottom: 22px;
    color: #fff;
    text-transform: inherit
}

.message-section .message-details p {
    color: #fff;
    line-height: 1.7;
    word-spacing: 5px;
    font-size: 15px;
}

.message-section .chairman {
    margin-top: 30px;
}

.message-section .chairman p.name {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    word-spacing: 0px;
}

.message-section .message-details .chairman p.post {
    font-style: italic;
    word-spacing: 0px;
}


/* ***************************************  services   *************************************** */
.home-service {
    padding: 100px 0 85px;
    background-color: #F4F4F4;
    background-image: url(../img/about/bg-black-with-line.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.home-service .section-header h2 {
    color: #fff;
}


.home-service .section-header p {
    color: #f7f7f7;
}

.home-service .service-single {
    margin-bottom: 30px;
}

.home-service .service-content-one {
    margin-top: 42px;
}


.home-service .service-content-one .row>.col-sm-6 {
    margin-bottom: 30px;
}


.home-service .service-single {
    background-color: #fff;
    margin: 0 auto;
    transition: .5s;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}


.home-service img {
    width: 100%;
}

.home-service .service-txt {
    padding: 15px 20px 25px;
}

.home-service .service-txt h2 {
    color: #1b1a1a;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}

.home-service .service-txt p {
    color: #756c6a;
    font-size: 14px;
    line-height: 1.67;
    margin-bottom: 15px;
}

.home-service a.service-btn {
    color: #1b1a1a;
    border: 1px solid #aeaeae;
    padding: 3px 8px 6px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    transition: .3s ease all;
}

.home-service .service-single:hover a.service-btn {
    background-color: #4a9e3a;
    color: #fff;
    border-color: #4a9e3a;
}

.home-service a:active.service-btn,
.home-service a:hover.service-btn,
.home-service a:focus.service-btn {
    color: #4a9e3a;
    margin-bottom: 15px;
}


.home-service .service-single:hover {
    box-shadow: 0 5px 20px rgba(112, 134, 230, .2);
    opacity: 1;
    transform: translate(0px, -15px);
}


.home-service .section-btn {
    margin-top: 50px;
    text-align: center;
}

.home-service .section-btn a {
    color: #fff;
    background-color: #4a9e3a;
    border: 1px solid #4a9e3a;
    border-radius: 6px;
    padding: 12px 24px;
    line-height: 130%;
    transition: all 0.2s ease-in-out;
}

.home-service .section-btn a:hover {
    color: #4a9e3a;
    background-color: #fff;
    border: 1px solid #4a9e3a;
}




/* ***************************************  SERVICES PAGE  *************************************** */
.home-service.services-page {
    background: none;
}

.home-service.services-page .service-single {
    box-shadow: 0 5px 20px rgba(112, 134, 230, .2);
}


/* ***************************************  PARTNERS  *************************************** */
.partners {
    padding: 100px 0px;
}

.partners .section-header {
    margin-bottom: 42px;
}


.partners .slick-slide {
    display: flex;
    justify-content: center;
}


.partners .slider .slide img {
    width: 60%;
    aspect-ratio: 4/3;
    object-fit: contain;
}




/* ***************************************  ABOUT PAGE  *************************************** */
.about-page {
    padding: 150px 0px;
}

.about-page .text {
    padding-top: 30px;
    padding-right: 80px;
}

.about-page .text .head {
    margin-bottom: 30px;
}

.about-page .text .head p {
    font-size: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-page .text .desc .strong {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 18px;
}

.about-page .image {
    text-align: end;
    position: relative;
}

.about-page .image img {
    position: absolute;
    width: 55%;
    border-radius: 10px;
}

.about-page .image .img-1 {
    top: -20px;
    right: 0;
}

.about-page .image .img-2 {
    top: 100px;
    left: 0;
}



/* ***************************************  human resources  *************************************** */
.human-resources-page .main-box {
    padding: 100px 0px;
    text-align: center;
}

.human-resources-page .main-box .text {
    width: 80%;
    margin: auto;
}

.human-resources-page .main-box .text p {
    text-align: start;
}

.human-resources-page .main-box .text h1 {
    margin-bottom: 20px;
}





.human-resources-page .values {
    background-color: #F4F4F4;
    padding: 100px 10px;
}

.human-resources-page .values .single-box {
    box-shadow: 0 0 5px rgba(35, 37, 41, .1);
    border-radius: 10px;
    overflow-x: hidden;
    margin-top: 15px;
    opacity: 1;
    transition: .5s;
    background: #fff;
    padding: 40px 20px;
    text-align: center;
}

.human-resources-page .values .single-box h2 {
    color: #44454f;
    font-size: 20px;
    margin-bottom: 30px;
}

.human-resources-page .values .single-box p {
    color: #888;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    max-width: 306px;
    margin: 0 auto;
}





.human-resources-page .philosophy {
    padding: 100px 10px;
}


.human-resources-page .philosophy .text h2 {
    margin-bottom: 25px;
}

.human-resources-page .philosophy .text p {
    font-size: 18px;
    margin-bottom: 35px;
    font-weight: 700;
}

.human-resources-page .philosophy .text .points ul li {
    margin-bottom: 20px;
}

.human-resources-page .philosophy .text .points ul li span.upper {
    font-weight: 600;
    display: flex;
}

.human-resources-page .philosophy .text .points ul li span.low {
    padding-left: 24px;
    display: block;
}

.human-resources-page .philosophy .text .points ul li i {
    background-color: #4a9e3a;
    color: #fff;
    border-radius: 50%;
    min-height: 17px;
    max-height: 17px;
    max-width: 18px;
    min-width: 18px;
    font-size: 10px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    margin-top: 6px;
    padding-top: 2px;
}


.human-resources-page .philosophy .image img {
    border-radius: 10px;
}






/* testimonials  */
.human-resources-page .testimonials {
    background-color: #F4F4F4;
    padding: 80px 0px;
}

.human-resources-page .section-header {
    text-align: center;
    margin-bottom: 30px;
}

.human-resources-page .testimonial-slide {
    padding: 20px;
}

.human-resources-page .testimonials .testimonial_box-top {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 20px;
}

.human-resources-page .testimonials .testimonial_box-icon {
    padding: 10px 0;
}

.human-resources-page .testimonials .testimonial_box-icon i {
    font-size: 25px;
    color: #14213d;
}

.human-resources-page .testimonials .testimonial_box-text {
    padding: 10px 0;
}

.human-resources-page .testimonials .testimonial_box-text p {
    color: #293241;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 15px;
}

.human-resources-page .testimonials .testimonial_box-img {
    padding: 15px 0 10px;
    display: flex;
    justify-content: center;
}

.human-resources-page .testimonials .testimonial_box-img img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 2px solid #e5e5e5;
}

.human-resources-page .testimonials .testimonial_box-name {
    padding-top: 10px;
}

.human-resources-page .testimonials .testimonial_box-name h4 {
    font-size: 20px;
    line-height: 25px;
    color: #293241;
    margin-bottom: 0;
}

.human-resources-page .testimonials .testimonial_box-name p {
    font-style: normal;
    font-weight: normal;
}


.human-resources-page .testimonials .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.human-resources-page .testimonials .slick-dots li {
    margin-right: 10px;
}

.human-resources-page .testimonials .slick-dots li button {
    color: #fff;
    background-color: #fff;
    border: 1px solid #1d4e9a;
    padding: 2.5px 2.5px;
    border-radius: 10px;
    font-size: 0px;
}



li.slick-active>button {
    color: #4a9e3a !important;
    background: #4a9e3a !important;
}




























/* ***************************************  quality assurance  *************************************** */
.quality-assurance-page .section-1 {
    padding: 80px 0px;
}

.quality-assurance-page .single-section .section-header h2 {
    margin-bottom: 25px;
}


.quality-assurance-page .section-1 .desc p {
    width: 80%;
    text-align: start;
    margin: auto;
}





/* section 2 */
.quality-assurance-page .section-2 {
    padding: 80px 0px;
    background-color: #F4F4F4;
}

.quality-assurance-page .section-2 .section-header {
    text-align: center;
}

.quality-assurance-page .section-2 .row>.col-md-6 {
    margin-bottom: 30px;
}

/* info */
.quality-assurance-page .section-2 .single-box {
    height: 100%;
}

.quality-assurance-page .section-2 .box-head {
    margin-top: 20px;
}













/* section 3 */
.quality-assurance-page .section-3 {
    padding: 100px 0 85px;
    background-color: #F4F4F4;
    background-image: url(../img/about/bg-black-with-line.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.quality-assurance-page .section-3 .header {
    margin-bottom: 70px;
}

.quality-assurance-page .section-3 .header h3 {
    padding: 30px;
    padding-right: 50px;
    background-color: #4a9e3a;
    color: #fff;
    border-radius: 10px;
}

.quality-assurance-page .section-3 .header p {
    color: #fff;
    margin-top: 20px;
    font-size: 20px;
}





/* advance */
.quality-assurance-page .section-3 .service-single {
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 30px;
    transition: .5s;
    border-radius: 20px;
    overflow: hidden;
}

.quality-assurance-page .section-3 img {
    width: 100%;
}

.quality-assurance-page .section-3 .service-txt {
    padding: 15px 20px 25px;
}

.quality-assurance-page .section-3 .service-txt h2 {
    color: #1b1a1a;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}

.quality-assurance-page .section-3 .service-txt p {
    color: #756c6a;
    font-size: 14px;
    line-height: 1.67;
}






/*single-box */
.quality-assurance-page .single-box {
    background: #fff;
    border-radius: 10px;
    overflow-x: hidden;
    margin-top: 15px;
    opacity: 1;
    transition: .5s;
    box-shadow: 0 0 5px rgba(35, 37, 41, .1);
    padding: 35px 50px;
    padding-bottom: 10px;
}


.quality-assurance-page .single-box:hover {
    box-shadow: 0 5px 20px rgba(112, 134, 230, .2);
    opacity: 1;
}













/* certificates section-4 */
.quality-assurance-page .section-4 {
    padding: 80px 0px;
}

.quality-assurance-page .section-4 .section-header {
    margin-bottom: 50px;
}


.quality-assurance-page .section-4 .certificate {
    width: 70%;
    margin: auto;
}

.quality-assurance-page .section-4 .image {
    text-align: center;
}

.quality-assurance-page .section-4 img {
    width: 200px;
}












/* *********  core values   ********* */
.core-values {
    padding: 100px 0px 70px;
    text-align: center;
    background-color: #F4F4F4;
}

.core-values .row-1 {
    margin-bottom: 50px;
}

.core-values .main-head {
    margin-bottom: 50px;
}

.core-values .main-head p {
    font-size: 600;
    text-transform: uppercase;
    margin-top: 10px;
}


.core-values .row-1 .image img {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 50px;
}

.core-values .row-1 .text {
    padding-top: 30px;
    padding-right: 80px;
    text-align: start;
}

.core-values .row-1 .text .head {
    margin-bottom: 30px;
}

.core-values .row-1 .text .head p {
    font-size: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.core-values .row-1 .text .desc .strong {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 18px;
}

.core-values .row-2 .col-md-4 {
    margin-bottom: 30px;
}

.core-values .single-box {
    padding: 30px 40px;
    box-shadow: 0 0 5px rgba(35, 37, 41, .1);
    border-radius: 10px;
    transition: .5s;
    background: #4a9e3a;
    color: #fff;
    height: 100%;
}

.core-values .single-box .icon {
    display: inline-block;
}

.core-values .single-box .icon i {
    font-size: 25px;
    margin-bottom: 10px;
    background-color: #F4F4F4;
    color: #4a9e3a;
    padding: 10px;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.core-values .single-box .head {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 23px;
}





/* *********  about departments   ********* */
.departments {
    padding: 100px 0px;
}

.departments .head {
    margin-bottom: 50px;
    text-align: center;
}

.departments .head p {
    font-size: 600;
    text-transform: uppercase;
    margin-top: 10px;
}


.departments .single-member {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(35, 37, 41, .1);
    transition: .2s ease all;
}


.departments .single-member::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(31deg, #0000009a 0%, #00000000 60%);
    z-index: 1;
    transition: .2s ease all;
}

.departments .single-member:hover::after {
    height: 190%;
}



.departments .single-member img {
    width: 100%;
    position: relative;
}



.departments .single-member .text {
    position: absolute;
    left: 10px;
    bottom: 15px;
    z-index: 2;
    color: #fff;
    transition: .2s ease all;
    line-height: 1.4;
}

.departments .single-member .text a {
    color: #fff;
}

.departments .single-member:hover .text {
    bottom: 20px;
}

.departments .single-member .text .role {
    font-size: 14px;
}

.departments .single-member .text .name {
    font-weight: 600;
    font-size: 20px;
}

.departments .single-member .text .email {
    margin-top: 10px;
    display: none;
}


/* ***************************************  SERVICES PAGE  *************************************** */
.services-page {
    padding: 100px 0px;
}


.services-page .all-services ul li {
    margin-bottom: 20px;
}

.services-page .all-services ul li a {
    background-color: #f3f8f9;
    padding: 12px;
    padding-right: 70px;
    font-weight: 500;
    color: #4a9e3a;
    display: block;
    position: relative;
    border-radius: 10px;
    -webkit-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;

}

.services-page .all-services ul li a:after {
    content: "⊳";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

.services-page .all-services ul li a:hover,
.services-page .all-services ul li a.active {
    color: #fff;
    background-color: #4a9e3a;
    box-shadow: 1px 1.732px 40px 0px #33f50e63;
}



/* NEED HELP  */
.services-page .need-help .inner {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    margin-top: 50px;
}

.services-page .need-help .inner:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #4aab3dE0;
    z-index: 1;
}

.services-page .need-help .inner .text {
    position: absolute;
    padding: 20px;
    height: 90%;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px dashed #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    z-index: 2;
}



.services-page .need-help .inner .text p {
    color: #fff;
    font-weight: 600;
}

.services-page .need-help .inner .text a.contact-btn {
    margin-top: 10px;
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #fff;
    color: #4a9e3a;
    transition: .25s ease all;
}

.services-page .need-help .inner .text a.contact-btn:hover {
    background-color: #4a9e3a;
    color: #fff;
}



/* SERVICE DETAILS  */
.services-page .service-detail {
    padding: 0px 20px;
}

.services-page .service-detail .top {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ebebeb;
}

.services-page .service-detail .top .head {
    margin-bottom: 25px;
}

.services-page .service-detail .top .head h2 {
    font-size: 38px;
}

.services-page .service-detail .top .image {
    margin-bottom: 25px;
}

.services-page .service-detail .top .image img {
    width: 100%;
    border-radius: 10px;
}

.services-page .service-detail .top .desc p.strong {
    font-weight: 700;
    margin-bottom: 20px;
}




/* *********  lower   ********* */
.services-page .lower .text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.services-page .lower .image img {
    width: 100%;
    border-radius: 10px;
}

.services-page .lower .row-1 {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ebebeb;
}




/* ***************************************  CONTACT PAGE  *************************************** */
.contact-page {
    padding: 100px 0px;
}

.contact-page .main-head {
    text-align: center;
    margin-bottom: 80px;
}

.contact-page .details .single-box {
    background-color: #F4F4F4;
    padding: 20px;
    border-radius: 6px;
    text-align: start;
    transition: .3s;
    margin-bottom: 20px;
}

.contact-page .details .single-box:hover {
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(112, 134, 230, .2);
}

.contact-page .details .single-box .icon {
    display: inline-block;
}

.contact-page .details .single-box .icon i {
    color: #F4F4F4;
    background-color: #4a9e3a;
    padding: 8px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    font-size: 18px;
    margin-bottom: 30px;
}

.contact-page .details .single-box .head {
    color: #474c57;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-page .details .single-box .box-btn {
    color: #474c57;
    border-radius: 6px;
    padding: 8px 15px;
    border: 1px solid #cbcbcb;
    background-color: #fff;
    display: inline-block;
    transition: .3s ease all;
}

.contact-page .details .single-box .box-btn:hover {
    background-color: #4a9e3a;
    color: #fff;
}



/* form section  */
.contact-page .form {
    margin-top: 100px;
    display: none;
}

.contact-page .form .form-head {
    text-align: center;
    margin-bottom: 80px;
}

.contact-page .form form {
    width: 650px;
    margin: auto;
}

.contact-page .form .form-group {
    margin-bottom: 20px;
}

.contact-page .form .form-group label {
    font-weight: 500;
    margin-bottom: 3px;
}

.contact-page .form .form-btn {
    text-align: center;
}

.contact-page .form .sbmt-btn {
    background-color: #4a9e3a;
    border: 1px solid #4a9e3a;
    border-radius: 6px;
    text-transform: uppercase;
    width: 100%;
    padding: 12px 15px;
    color: #fff;
    transition: .3s;
}

.contact-page .form .sbmt-btn:hover {
    background-color: transparent;
    border: 1px solid #4a9e3a;
    text-transform: uppercase;
    color: #4a9e3a;
    transition: .3s;
}

/* map section  */
.contact-page .map {
    margin-top: 100px;
}


/* ***************************************  FOOTER BANNER  *************************************** */
.new-project-banner {
    padding: 50px 180px 50px 100px;
    background: #4a9e3a;
}

.new-project-banner .single-new-project.box-a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.single-new-project h3 {
    color: #fff;
    display: none;
    font-size: 38px;
    line-height: 1.5;
    height: 100%;
    margin-bottom: 10px;
}

.single-new-project h5 {
    font-size: 30px;
    line-height: 1.4;
    color: #fff;
}

.single-new-project a.slide-btn,
.single-new-project a:active .slide-btn,
.single-new-project a:focus .slide-btn {
    white-space: nowrap;
    display: inline-block;
    padding: 17px 42px;
    margin-top: 20px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    transition: .5s;
}

.single-new-project a.slide-btn:hover {
    background: #f5f5fb;
    color: #4a9e3a;
    border: 1px solid #f5f5fb;
}



/* ***************************************  FOOTER  *************************************** */
footer {
    padding: 100px 10px 32px;
    background-color: #161616;
}

footer .main {
    margin-bottom: 30px;
}

footer .main .col-lg-3:nth-child(2) {
    padding-left: 50px;
}

.footer .main .logo {
    display: flex;
    gap: 5px;
}

.footer .main .logo img {
    margin-bottom: 20px;
    width: 180px;
    vertical-align: middle;
}

.footer .main .detail {
    font-weight: 400;
    line-height: 140%;
    font-size: 14px !important;
    color: #9b9b9b;
}


.footer .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #fff;
    margin-bottom: 15px;
}

.footer a {
    color: #ffffff;
}

.footer .main .links li {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #2C2D2F;
    margin-bottom: 10px;
}

.footer .main form .input-group {
    margin-bottom: 15px;
}

.footer .main form .input-group input {
    font-size: 21px;
    border: 0;
    border-bottom: 1px solid #797D86;
}


.footer .brand-detail .detail {
    margin-bottom: 20px;
}

.footer .brand-detail .footer-social-icon {
    display: flex;
}

.footer .brand-detail .footer-social-icon li a i {
    font-size: 25px;
    margin-right: 20px;
    color: #4a9e3a;
}

i.fa-twitter::before {
    content: "𝕏";
}





.footer .contact-row .contact-list {
    margin-bottom: 10px;
}

.footer .contact-row .contact-list li {
    margin-bottom: 10px;
}




.footer .contact-row .contact-list li .call-box {
    display: flex;
}

.footer .contact-row .contact-list li .call-box span {
    margin: 0px 10px;
}

.footer .contact-row .contact-list li a {
    display: flex;
    align-items: center;
}

.footer .contact-row .contact-list li i {
    margin-right: 12px;
    color: #4a9e3a;
}

.footer .contact-row .contact-list li .fa-phone-alt {
    transform: rotate(90deg);
    margin-left: -4px;
}

.footer .contact-row .contact-list li .fa-envelope {
    margin-right: 11px;
}

.footer .contact-row .contact-list li .fa-map-marker-alt {
    font-size: 18px;
    margin-right: 14px;
}


.footer .copyright {
    color: #fff !important;
    border-top: 1px solid #cbcbcb;
    padding-top: 30px;
}

.footer .copyright a {
    color: #4a9e3a !important;
    font-weight: 600;
}




/* ***************************************  MEDIA QUERIES  *************************************** */
@media (max-width:1440px) {
    .message-section::before {
        right: 12px;
    }
}

@media (max-width:1300px) {
    header .nav-link {
        font-size: 15.5px;
        margin: 0px 10.5px;
    }

    header nav .icons .search input {
        font-size: 14px;
    }

    header nav .icons .search a {
        top: 3px;
    }

    .about .image {
        width: 550px;
    }
}

@media (max-width:1200px) {

    header .nav-list {
        display: none;
    }

    header .nav {
        display: none;
    }

    header .mobile {
        display: flex;
    }

    nav.side-nav {
        display: flex;
    }

    .banner .swiper-slide .content h1 {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .banner .swiper-slide .content p {
        font-size: 16px;
        line-height: 20px;
    }

    .banner .swiper-slide .content a {
        font-size: 16px;
    }

    .about .image {
        width: 470px;
    }

    .about .image img {
        width: 210px;
    }

    .new-project-banner {
        padding: 80px 120px 80px 30px;
    }

}

@media (max-width:1200px) and (min-width: 991px) {
    .services-page .all-services ul li a {
        font-size: 14px;
    }

    .services-page .need-help .inner .text h4 {
        font-size: 18px;
    }

    .services-page .need-help .inner .text p {
        font-size: 13px;
    }
}

@media (max-width:1085px) {

    .footer .bottom-content .contact-row .contact-list {
        display: block;
    }


    .about-section .about-content .nums {
        padding-right: 0px;
    }

    .about-section .about-content .nums .group .single {
        width: 100%;
    }


    .message-section {
        margin: 0px 0px 140px;
    }

    .about-section .about-content {
        padding: 0px;
        padding-left: 30px;
    }

    .human-resources-page .testimonial-slide {
        padding: 20px 30px;
    }

}

@media (max-width:991px) {

    .services-page .row.row-reverse-md {
        flex-direction: column-reverse;
    }

    .services-page .need-help {
        display: none;
    }

    .services-page .service-detail {
        margin-bottom: 100px;
    }

    .services-page .all-services {
        padding: 0px 20px;
    }


    footer .main .col-lg-3:nth-child(2) {
        padding-left: 12px;
    }

    footer .main .col-lg-3:nth-child(3),
    footer .main .col-lg-3:nth-child(4) {
        margin-top: 50px;
    }

    .footer .bottom-content .contact-row .contact-list {
        display: block;
    }


    .features h3 {
        font-size: 19px;
    }

    .top-heading h1 {
        font-size: 30px;
    }

    .contact-wrapper {
        display: flex;
        flex-direction: column;
    }

    .direct-contact-container,
    .form-horizontal {
        margin: 0;
        max-width: 100%;
    }

    .direct-contact-container {
        margin-bottom: 60px;
    }

    .send-button,
    .alt-send-button {
        width: 300px;
    }

    .image-holder {
        margin-bottom: 12px;
    }



    .about {
        padding: 80px 0px;
    }

    .about .text {
        margin-bottom: 50px;
    }

    .about .image {
        width: 100%;
        height: 450px;
    }

    .about .image img {
        width: 320px;
    }

    .about .image .img-1 {
        left: 70px;
    }

    .about .image .img-2 {
        right: 70px;
    }

    .numbers {
        padding: 80px 30px;
    }

    .numbers .box.a,
    .numbers .box.b {
        margin-bottom: 100px;
    }

    nav.side-nav {
        width: 40vw;
    }

    .banner .text .head {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .banner .text .sub-head {
        font-size: 20px;
    }

    .banner .text .btns a {
        padding: 10px 35px;
    }

    .services-page .service-detail {
        padding: 0px 10px;
    }

    .about-page {
        padding: 100px 10px;
    }

    .about-page .text {
        padding-top: 0px;
        padding-right: 20px;
    }

}

@media (max-width:850px) {
    .about-section .about-content {
        padding: 20px;
    }

    .banner .swiper-slide .content {
        width: 97%;
    }

    .features {
        padding: 20px 0px;
    }

    .features h3 {
        font-size: 17px;
    }

    .top-heading h1 {
        font-size: 26px;
    }


    .about .image img {
        width: 280px;
    }

    .about-page .image .img-1 {
        top: 20px;
        right: 0;
    }

    .about-page .image .img-2 {
        top: 120px;
        left: 0;
    }

    .core-values .row-1 .text {
        padding-top: 0px;
        padding-right: 10px;
        text-align: start;
    }
}

@media (max-width:767px) {
    .top-header .container {
        display: block;
        text-align: center;
        padding: 0;
    }

    .top-header .header-left {
        display: none;
    }

    .top-header .header-right {
        justify-content: end;
    }

    nav.side-nav {
        width: 80vw;
    }

    .brand-detail {
        margin-bottom: 40px;
    }

    .about-section .about-content {
        padding: 40px;
    }

    .about-section .about-content h3 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .message-section {
        margin: 0px;
    }

    .direct-contact-container ul li {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .top-header {
        padding: 0px 12px;
        display: none;
    }

    .about-section {
        padding: 80px 0px 0px;
    }

    .about .image .img-1 {
        left: 30px;
    }

    .about .image .img-2 {
        right: 30px;
    }

    .about .image {
        width: 100%;
        height: 400px;
    }

    .about .image img {
        width: 260px;
    }


    .privacy-policy,
    .term-and-conditions {
        padding: 80px 10px;
    }

    .we-do .col-md-6.col-sm-12.col-xs-12 {
        margin-bottom: 30px;
    }

    .core-values .single-box,
    .single-we-do-box {
        width: 70%;
        margin: auto;
    }


    .message-section {
        background-position: top;
        background-size: cover;
    }

    .message-section .message-details {
        padding: 0px 10px;
        margin-top: 50px;
    }

    .banner .text {
        top: 45%;
    }

    .banner .text .head {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .banner .text .sub-head {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .home-service .service-content-one {
        margin-top: 42px;
        margin-bottom: 0px;
    }

    .home-service .service-content-one .service-single {
        margin-bottom: 20px;
    }

    .services-page {
        padding: 70px 0px;
    }

    .services-page .lower .image {
        margin-bottom: 30px;
    }

    .quality-assurance-page .section-3 .header h3 {
        margin-bottom: 20px;
    }

    .quality-assurance-page .section-3 .header p {
        font-size: 16px;
    }

    .about-section .image-holder {
        margin: 50px 0px;
        padding: 20px;
    }

    .quality-assurance-page .single-box {
        padding: 35px 10px;
    }

    .quality-assurance-page .section-4 .certificate {
        width: 100%;
    }

    .quality-assurance-page .section-2,
    .quality-assurance-page .section-3 {
        padding-left: 10px;
        padding-left: 10px;
    }

    .human-resources-page .philosophy {
        padding: 100px 20px;
    }

    .about-page .text {
        margin-bottom: 40px;
    }

    .about-page {
        padding: 100px 10px 500px;
    }

    .core-values {
        padding: 100px 10px;
    }

    .about-page .image img {
        width: 300px;
    }

    .about-page .image .img-1 {
        right: 30px;
    }

    .about-page .image .img-2 {
        left: 30px;
    }

    .human-resources-page .testimonial-slide {
        padding: 20px;
    }

    .human-resources-page .philosophy .text {
        margin-bottom: 50px;
    }
}

@media (max-width:630px) {
    .banner .swiper-slide .content h1 {
        font-size: 23px;
        margin-bottom: 25px;
    }

    .banner .swiper-slide .content p {
        font-size: 13px;
        line-height: 17px;
    }

    .banner .swiper-slide .bnr-img img {
        height: 60vh;
    }

    .about .image .img-1 {
        left: 10px;
    }

    .about .image .img-2 {
        right: 10px;
    }

    .about .image img {
        width: 240px;
    }

    .about .image {
        height: 370px;
    }

    .banner .text .head {
        font-size: 22px;
    }

    .banner .text .sub-head {
        margin-bottom: 25px;
    }



    .about-page {
        padding: 100px 10px 400px;
    }

    .about-page .image img {
        width: 200px;
    }

    .banner .text .btns a {
        padding: 10px 20px;
        font-size: 13px;
    }
}

@media (max-width:575px) {
    .footer .bottom-content .contact-row {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .footer .bottom-content .contact-row .contact-list {
        margin-bottom: 20px;
    }



    header .mobile .icons {
        display: flex;
        gap: 20px;
    }

    header .mobile .res-logo img {
        width: 120px;
        padding: 10px 0px;
    }



    .direct-contact-container,
    .form-wrapper {
        float: none;
    }

    .contacxt-form .name,
    .contacxt-form .email,
    .contacxt-form textarea {
        width: 280px;
    }

    .contact-wrapper {
        max-width: 90%;
    }

    header .mobile {
        padding: 0px 2px 0px 0px;
    }

    .about .text {
        padding: 0px;
    }

    .about .image {
        height: 350px;
    }

    .about .image img {
        width: 50%;
    }


    nav.side-nav li {
        margin: 15px 0;
    }

    .privacy-policy,
    .term-and-conditions {
        padding: 80px 0px;
    }

    .new-project-banner {
        padding: 20px;
    }

    .single-new-project {
        margin-top: 30px;
    }

    .core-values .single-box,
    .single-we-do-box {
        width: 100%;
    }

    .services-page .service-detail {
        padding: 0px;
    }

    .services-page .row.row-reverse-sm {
        flex-direction: column-reverse;
    }

    .services-page .all-services {
        padding: 0px;
    }

    .about-page .image .img-1 {
        right: 10px;
    }

    .about-page .image .img-2 {
        left: 10px;
    }

    .departments .single-member .text .role {
        font-size: 13px;
    }

    .departments .single-member .text .name {
        font-size: 15px;
    }

    .departments .single-member .text .email {
        font-size: 13px;
    }

    .single-new-project h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .single-new-project h5 {
        font-size: 25px;
    }

    .single-new-project a.slide-btn {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .human-resources-page .philosophy {
        padding: 100px 10px;
    }

    .human-resources-page .testimonials .testimonial_box-top {
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .message-section .chairman p.name {
        font-size: 16px;
    }

    .message-section .message-details .chairman p.post {
        word-spacing: 0px;
        font-size: 13px;
    }
}

@media (max-width:450px) {
    .about-section .about-content {
        padding: 50px 10px;
    }

    .departments .single-member .text .email {
        margin-top: 0;
    }

    .departments .single-member .text .name {
        line-height: 1;
    }

    .departments .single-member .text {
        bottom: 4px;
    }
}

@media (max-width:412px) {

    .top-header .notice,
    .top-header span {
        font-size: 12px;
    }

    header .mobile .res-logo img {
        width: 90px;
        padding: 10px 0px;
    }

    .send-button {
        width: 99%;
    }

    .send-button,
    .alt-send-button {
        width: 200px;
    }

    .human-resources-page .philosophy .text .points ul li {
        font-size: 13px;
    }

}

@media (max-width:380px) {}