@import url("../../../css2-1");
@import url("../../../css2-2");

@font-face {
    font-family: corbel_regular;
    src: url(../fonts/corbel/regular.ttf);
}

@font-face {
    font-family: helvetica_neue;
    src: url(../fonts/helvetica_neue/roman.otf);
}

@font-face {
    font-family: caveat_semiBold;
    src: url(../fonts/caveat/semiBold.ttf);
}

:root {
    /* --primary: #00B4DB; */
    --primary: #2e81fd;
    --secondary: #5a37fd;
    --light1: #f1f3f3;
    --filterPrimary: invert(47%) sepia(17%) saturate(3087%) hue-rotate(182deg)
        brightness(98%) contrast(104%);
    --filterSecondary: invert(0%) sepia(100%) saturate(19%) hue-rotate(19deg)
        brightness(101%) contrast(106%);
    --filterWhite: invert(99%) sepia(0%) saturate(4787%) hue-rotate(41deg)
        brightness(127%) contrast(96%);
}

.bg-light1 {
    background-color: var(--light1);
}

* {
    margin: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    /*scroll-behavior: smooth;*/
}

*::-moz-selection {
    background-color: var(--primary);
    color: #fff;
}

*::selection {
    background-color: var(--primary);
    color: #fff;
}

*::-webkit-scrollbar {
    width: 7px;
}

*::-webkit-scrollbar-track {
    background-color: #eee;
}

*::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 8px;
}

body {
    direction: ltr;
    overflow-x: hidden;
    font-family: corbel_regular;
    font-weight: 400;
    color: #5a5a5a;
    line-height: 1.3;
}

.arial-font {
    font-family: Arial, Helvetica, sans-serif;
}

div::-webkit-scrollbar,
ul::-webkit-scrollbar,
nav::-webkit-scrollbar {
    height: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: corbel_regular;
}

/*.caveat {*/
/*  font-family: caveat_semiBold;*/
/*}*/

/* ====================== [ Start mouse-cursor ] ====================== */
/*.swiper-wrapper.curs-scroll {*/
/*  cursor: none;*/
/*}*/

/*.mouse-cursor {*/
/*  position: fixed;*/
/*  left: 0;*/
/*  top: 0;*/
/*  pointer-events: none;*/
/*  border-radius: 50%;*/
/*  -webkit-transform: translateZ(0);*/
/*  transform: translateZ(0);*/
/*  visibility: hidden;*/
/*}*/

/*.cursor-inner {*/
/*  margin-left: -2px;*/
/*  margin-top: -2px;*/
/*  width: 5px;*/
/*  height: 5px;*/
/*  z-index: 10000001;*/
/*  background-color: #fff;*/
/*  border: 1px solid #fff;*/
/*  -webkit-transition: width .3s ease-in-out,*/
/* height .3s ease-in-out,*/
/* margin .3s ease-in-out,*/
/* opacity .3s ease-in-out;*/
/*  transition: width .3s ease-in-out,*/
/* height .3s ease-in-out,*/
/* margin .3s ease-in-out,*/
/* opacity .3s ease-in-out;*/
/*  opacity: 0;*/
/*}*/

/*.cursor-inner.cursor-hover {*/
/*  opacity: 1;*/
/*}*/

/*.cursor-outer {*/
/*  margin-left: -17px;*/
/*  margin-top: -17px;*/
/*  -webkit-box-sizing: border-box;*/
/*  box-sizing: border-box;*/
/*  opacity: .5;*/
/*  z-index: 10000000;*/
/*  -webkit-transition: width .3s ease-in-out,*/
/* height .3s ease-in-out,*/
/* margin .3s ease-in-out,*/
/* background-color .3s,*/
/* opacity .3s;*/
/*  transition: width .3s ease-in-out,*/
/* height .3s ease-in-out,*/
/* margin .3s ease-in-out,*/
/* background-color .3s,*/
/* opacity .3s;*/
/*  opacity: 1;*/
/*  -webkit-transition: all 0.1s linear;*/
/*  transition: all 0.1s linear;*/
/*  background: #fff5;*/
/*  border: 1px solid #fff;*/
/*  height: 25px;*/
/*  width: 25px;*/
/*  opacity: 0.3;*/
/*  -webkit-box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 5px;*/
/*          box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 5px;*/
/*}*/

/*.cursor-outer.cursor-hover {*/
/*  opacity: 1;*/
/*  margin-left: -25px;*/
/*  margin-top: -25px;*/
/*  width: 50px;*/
/*  height: 50px;*/
/*  background-color: #fff !important;*/
/*  border: 1px solid #fff;*/
/*  opacity: .3 !important;*/
/*}*/

/*.cursor-outer.cursor-scroll {*/
/*  margin-left: -35px;*/
/*  margin-top: -35px;*/
/*  width: 70px;*/
/*  height: 70px;*/
/*  border-color: transparent;*/
/*  background-color: #fff;*/
/*  opacity: 1;*/
/*}*/

/**********************************************
   Start Global Style
**********************************************/
.color-gray {
    color: #ccc;
}

.color-gray2 {
    color: #888;
}

.color-dark {
    color: #1b2021;
}

.color-primary {
    color: var(--primary);
}

.color-secondary {
    color: var(--secondary);
}

.filterPrimary {
    -webkit-filter: var(--filterPrimary);
    filter: var(--filterPrimary);
}

.filterSecondary {
    -webkit-filter: var(--filterSecondary);
    filter: var(--filterSecondary);
}

.filterWhite {
    -webkit-filter: var(--filterWhite);
    filter: var(--filterWhite);
}

p,
.p {
    font-size: 15px;
    color: #555;
    line-height: 1.3;
    margin-bottom: 0;
}

a {
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

a:hover {
    color: var(--primary) !important;
}

a:focus {
    outline: 0;
}

del,
.del {
    text-decoration: line-through;
    color: #888;
    font-size: 80%;
}

ul {
    list-style-type: none;
    padding: 0;
}

button {
    border: none;
    padding: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: transparent;
}

button:focus {
    border: none;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
    outline: 0;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form .form-group {
    position: relative;
}

form .form-control,
form .form-control:disabled {
    font-size: 15px;
    border-radius: 0;
    background-color: #f1f3f3;
    border-color: #f1f3f3;
    font-family: helvetica_neue;
    color: #58595b;
}

form .form-control::-webkit-input-placeholder {
    color: #58595b;
}

form .form-control:-ms-input-placeholder {
    color: #58595b;
}

form .form-control::-ms-input-placeholder {
    color: #58595b;
}

form .form-control::placeholder {
    color: #58595b;
}

form .form-control:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid var(--primary) !important;
}

form input,
form select {
    height: 55px !important;
}

form .form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
    -webkit-box-shadow: none;
    box-shadow: none;
}

form textarea {
    resize: none;
}

form .form-check-input {
    height: 1em !important;
}

.progress-wrap {
    position: fixed;
    inset-inline-end: 15px;
    bottom: 15px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
    box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: translateY(130%);
    transform: translateY(130%);
    z-index: 99;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap::after {
    background: url(../images/icons/caret-arrow-up.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    /*color: var(--primary);*/
    left: 13px;
    top: 12px;
    height: 20px;
    width: 20px;
    display: block;
    /*-webkit-filter: var(--filterPrimary);*/
    /*        filter: var(--filterPrimary);*/
}

.progress-wrap svg path {
    fill: #f8f8f8;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--primary);
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.container,
.container-fluid,
.zi_5 {
    position: relative;
    z-index: 5;
    /*display:flex;*/
}

.secImg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.text-end {
    text-align: end;
}

.overflow_hidden {
    overflow: hidden !important;
}

.bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.position-unset {
    position: unset;
}

.underline {
    text-decoration: underline !important;
}

.trans_3 {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/**********************************************
   Start Loader
**********************************************/
#preloader {
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    position: fixed;
    z-index: 9999999;
    pointer-events: none;
    /*----------- upload loader ------------*/
}

#preloader::after,
#preloader::before {
    content: "";
    position: fixed;
    left: 0;
    height: 50%;
    width: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#0d1a36),
        color-stop(#132650),
        to(#0a152e)
    );
    background: linear-gradient(to right, #0d1a36, #132650, #0a152e);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#preloader::before {
    top: 0;
}

#preloader::after {
    bottom: 0;
}

#preloader .logo_img {
    width: 300px;
    max-width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 20;
    opacity: 0.5;
}

#preloader #loading-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #0005;
    display: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#preloader #loading-wrapper.show {
    display: block;
}

#preloader #loading-wrapper #loading-text {
    display: block;
    position: absolute;
    top: calc(50% - 38px);
    left: 50%;
    color: #fff;
    width: 100px;
    height: 100px;
    margin: -7px 0 0 -45px;
    text-align: center;
    font-size: 20px;
}

#preloader #loading-wrapper img {
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}

#preloader #loading-wrapper #loading-content {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 170px;
    height: 170px;
    margin: -85px 0 0 -85px;
    border: 3px solid #f00;
}

#preloader #loading-wrapper #loading-content::after {
    content: "";
    position: absolute;
    border: 3px solid #0f0;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
}

#preloader #loading-wrapper #loading-content::before {
    content: "";
    position: absolute;
    border: 3px solid #00f;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
}

#preloader #loading-wrapper #loading-content {
    border: 3px solid transparent;
    border-top-color: #3659a3;
    border-bottom-color: #3659a3;
    border-radius: 50%;
    -webkit-animation: loader 2s linear infinite;
    animation: loader 2s linear infinite;
}

#preloader #loading-wrapper #loading-content::before {
    border: 3px solid transparent;
    border-top-color: #0aafde;
    border-bottom-color: #0aafde;
    border-radius: 50%;
    -webkit-animation: loader 3s linear infinite;
    animation: loader 3s linear infinite;
}

#preloader #loading-wrapper #loading-content::after {
    border: 3px solid transparent;
    border-top-color: #e33f74;
    border-bottom-color: #e33f74;
    border-radius: 50%;
    -webkit-animation: loader 1.5s linear infinite;
    animation: loader 1.5s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
}

#preloader.isdone {
    visibility: hidden;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

#preloader.isdone #loading-wrapper {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

#preloader.isdone::after,
#preloader.isdone::before {
    height: 0;
    -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

#preloader #content-wrapper {
    color: #fff;
    position: fixed;
    left: 0;
    top: 20px;
    width: 100%;
    height: 100%;
}

#preloader #header {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    height: 100px;
    background-color: #666;
}

#preloader #content {
    width: 800px;
    height: 1000px;
    margin: 0 auto;
    text-align: center;
    background-color: #888;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/**********************************************
   Start Animations
**********************************************/
@-webkit-keyframes floating-y {
    0% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    100% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}

@keyframes floating-y {
    0% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    100% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}

@-webkit-keyframes floatingX {
    0% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    100% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
}

@keyframes floatingX {
    0% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    100% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
}

.slide_ltr {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.slide_ltr.animated {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.slide_ltr.no_scale {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.slide_rtl {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    /*-webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);*/
    /*        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);*/
}

.slide_rtl.animated {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.slide_rtl.no_scale {
    -webkit-transform: scale(1);
    transform: scale(1);
}

@-webkit-keyframes puff-in {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes puff-in {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

.puff-in {
    -webkit-animation: puff-in 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
    animation: puff-in 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

.text-focus-in {
    -webkit-animation: text-focus-in 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53)
        both;
    animation: text-focus-in 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

/**********************************************
    Start Public Classes
**********************************************/
.section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.swiper-container .swiper-pagination {
    bottom: 0;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 25px;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--primary);
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    background-image: unset;
    width: 45px;
    border: 1px solid transparent;
    border-radius: 50%;
    background-image: unset;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.swiper-container .swiper-button-next::before,
.swiper-container .swiper-button-prev::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 45px;
    color: #272727;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: none;
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
    color: var(--primary);
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev {
    right: 2%;
    left: auto;
}

.swiper-container .swiper-button-next::before,
.swiper-container .swiper-container-rtl .swiper-button-prev::before {
    content: "\f0da";
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl .swiper-button-next {
    left: 2%;
    right: auto;
}

.swiper-container .swiper-button-prev::before,
.swiper-container .swiper-container-rtl .swiper-button-next::before {
    content: "\f0d9";
}

.butn {
    position: relative;
    padding: 0.7rem 1.7rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    border: 1px solid transparent;
    border-radius: 0;
}

.butn i {
    -webkit-margin-end: 7px;
    margin-inline-end: 7px;
}

.butn.sm_butn {
    padding: 0;
    width: 50px;
    height: 50px;
}

.butn.primary_butn {
    background-color: var(--primary);
    color: #fff;
}

.butn.primary_border_butn {
    border: 1px solid var(--primary);
    color: var(--primary);
    background-color: transparent;
}

.butn.secondary_butn {
    background-color: var(--secondary);
    color: #fff;
}

.butn.secondary_border_butn {
    border: 1px solid var(--secondary);
    color: var(--secondary);
    background-color: transparent;
}

.butn.white_butn {
    background-color: #fff;
    color: #333;
}

.butn.white_border_butn {
    background-color: #fff;
    border: 1px solid #d6d3d3;
}

.butn:hover {
    background-color: #202020;
    border: 1px solid #202020;
    color: #fff !important;
}

.butn:hover .icon {
    -webkit-filter: var(--filterWhite);
    filter: var(--filterWhite);
}

.icon18 {
    width: 18px;
    height: 18px;
    -o-object-fit: contain;
    object-fit: contain;
}

.icon15 {
    width: 15px;
    height: 15px;
    -o-object-fit: contain;
    object-fit: contain;
}

.main_butn {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    padding: 0.3rem 1rem;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}

.main_butn::before {
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 0;
    background-color: #cecece;
}

.main_butn:hover {
    color: #5a5a5a !important;
}

.main_butn:hover::before {
    width: 100%;
}

.section .txt_box .subtitle,
.section .title-wrapper .subtitle {
    font-size: 17px;
    font-family: corbel_regular;
    color: var(--primary);
    font-weight: 400 !important;
}

.subsidiary_sec .txt_box .subtitle {
    opacity: 55%;
}

.section .txt_box .title,
.section .txt_box .title p,
.section .title-wrapper .title,
.section .title-wrapper .title p {
    color: #5a5a5a !important;
    line-height: 1.2;
    font-size: 24px;
    margin-bottom: 10px !important;
}

.subsidiary_sec .txt_box .title {
    font-weight: 400 !important;
}

.vision_pg.section .txt_box .title,
.vision_pg.section .title-wrapper .title {
    /*font-size: 36px;*/
    font-family: corbel_regular;
    /*color: var(--secondary) !important;*/
    text-wrap: balance;
}

.vision_pg.section .txt_box .subtitle,
.vision_pg.section .title-wrapper .subtitle {
    line-height: 1.2;
    font-size: 22px;
    color: var(--primary) !important;
    margin-bottom: 20px !important;
}

/*.vision_pg.section .txt_box .p {*/
/*    font-size: 21px;*/
/*}*/

.sub-color2 {
    color: var(--primary) !important;
}

.section .txt_box .p,
.section .txt_box .p p,
.section .txt_box p {
    font-size: 21px;
    color: #272727;
    line-height: 1.3;
    /* text-wrap: balance; */
}

.projects_sec .txt_box .p {
    text-wrap: balance;
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navs-container .navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2rem 1rem;
    z-index: 9;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 99;
}

.navs-container.home-nav{
    position: absolute;
    width: 100%;
}
.navs-container .navbar.home_nav {
    padding-top: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.navs-container .navbar .logo_wh {
    display: none;
}

.navs-container .navbar .logo {
    display: none !important;
}

.navs-container .navbar.scrolled .logo {
    display: inline-block !important;
}

.navs-container .navbar.scrolled .logo_wh {
    display: none !important;
}

.navs-container .navbar .logo_wh {
    display: inline-block !important;
    height: 75px;
}

.navs-container .navbar.scrolled .nav-link {
    color: #121212 !important;
}

.navs-container .navbar.scrolled {
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition:
        transform 0.5s,
        -webkit-transform 0.5s;
}

.navs-container .navbar.scrolled .logo_box {
    margin-bottom: 5px !important;
    padding-bottom: 0px !important;
}

.navs-container .navbar.scrolled .logo_box .logo {
    width: 100%!important;
}

.navs-container .navbar.scrolled .drop_down {
    top: 70px;
}

.navs-container .navbar .logo_box .logo {
    /*width: 100%;*/
    /*-o-object-fit: contain;*/
    /*   object-fit: contain;*/
    display: block;
    margin: auto;
    height: 10px;
}

.navs-container .navbar .nav-item {
    margin-inline-start: 20px;
}

.navs-container .navbar .nav-link {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.navs-container .navbar .nav-link:hover {
    color: var(--primary);
}

.navs-container .navbar .nav-link {
    color: #fff;
}

/* .navs-container .navbar .nav-link::after {
  content: '';
  width: 0;
  height: 2px;
  background-color: var(--primary);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
} */

.navs-container .navbar .nav-link:hover::after {
    width: 100%;
    opacity: 1;
}

.navs-container .navbar .has_dropdown {
    position: relative;
}

.navs-container .navbar .drop_down {
    padding: 30px 10px;
    background-color: #fff;
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

.navs-container .navbar .drop_down.active {
    opacity: 1;
    visibility: visible;
}

.navs-container .navbar .drop_down .box .item {
    display: block;
    margin-bottom: 20px;
}

.navs-container .navbar .drop_down .box .item .icon {
    width: 35px;
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
}

.navs-container .navbar .drop_down .box .item .title {
    font-size: 16px;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-transform: capitalize;
}

.navs-container .navbar .drop_down .box .item .p {
    color: #959595;
    font-size: 12px;
    line-height: 1.5;
}

.navs-container .navbar .drop_down .box .item:hover .item {
    color: var(--primary);
}

.navs-container .navbar .drop_down .secImg {
    /*height: 237px;*/
    height: 100%;
}

.navs-container .navbar .navbar-toggler {
    width: 40px;
    height: 40px;
    cursor: pointer;
    /*background-color: rgba(221, 221, 221, 0.3);*/
    border: none;
    position: relative;
}

.navbar-toggler.active .navbar-toggler-icon {
    background-color: transparent !important;
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon {
    -webkit-box-shadow: 0px 0px 0px grey;
    box-shadow: 0px 0px 0px grey;
    background: rgba(0, 0, 0, 0);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::before {
    top: 0px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::after {
    top: 0px !important;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon {
    width: 25px;
    height: 2px;
    background: black;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after,
.navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background: black;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after {
    top: -6px;
    right: 0px;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
    top: 6px;
    right: 0px;
}

.navs-container .lang-link {
    font-family: "Noto Kufi Arabic", sans-serif;
}

.navs-container .logo_box {
    max-height: 140px;
}

.footer {
    background-color: var(--light1);
    padding: 60px 0 20px !important;
}

.footer .content {
    /* margin-bottom: 25px; */
}

.footer .content .logo {
    height: 134px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin-bottom: 5rem;
}

.footer .content .social_links a {
    color: #272727;
    margin-inline-end: 5px;
    font-size: 20px;
}

.footer .content .social_links a::after {
    content: "|";
    color: #999999;
    opacity: 0.61;
    display: inline-block;
    margin: 0 5px;
    position: relative;
    top: -2px;
}

.footer .content .social_links a:last-child::after {
    display: none;
}

.footer .content .title {
    font-size: 16px;
}

.footer .content .links .item {
    color: #999999;
    font-size: 13px;
    margin-bottom: 10px;
    /*font-family: 'Poppins', sans-serif;*/
    text-transform: capitalize;
    display: flex;
    width: max-content;
    max-width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

.footer .content .links .item i {
    display: inline-block;
    position: relative;
    top: 4px;
    margin-inline-end: 10px;
    flex-shrink: 0;
}

.footer .content .links .item a {
    color: #999999;
}

.footer .foot {
    border-top: 1px solid #707070;
    padding-top: 20px;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.footer .foot .foot-links a {
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    color: #999;
    padding-inline-end: 10px;
    margin-inline-end: 10px;
    margin-bottom: 15px;
    border-inline-end: 1px solid #999;
}

.footer .foot .foot-links a:last-of-type {
    padding-inline-end: 0;
    margin-inline-end: 0;
    border-inline-end: 0;
}

.footer .foot .copyright_p {
    color: #999999;
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 14px;
}

.footer .foot .links a {
    color: #999999;
    font-size: 15px;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.footer .foot .links a::after {
    content: "|";
    color: #999999;
    display: inline-block;
    margin: 0 10px;
}

.footer .foot .links a:last-child::after {
    display: none;
}

/**********************************************
    Start Edit Home Page
**********************************************/
.header {
    position: relative;
}

.header .item {
    padding: 250px 0 200px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 20;
    height: 100dvh;
}

.header .item .title {
    font-size: 36px;
    letter-spacing: 3px;
    text-wrap: balance;
}

/* .header .item::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffffd4), color-stop(#ffffffe1), to(#ffffff00));
  background-image: linear-gradient(to bottom, #ffffffd4, #ffffffe1, #ffffff00);
  height: 60%;
  z-index: 3;
} */

/*.header .item::after {*/
/*  content: '';*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  display: block;*/
/*  background-color: rgba(18, 56, 100, 0.3);*/
/*  background-image: -webkit-gradient(linear, left top, right top, from(#a795ff), to(#7bd7eb));*/
/*  background-image: linear-gradient(to right, #a795ff, #7bd7eb);*/
/*  opacity: .3;*/
/*  z-index: 2;*/
/*}*/

.header .swiper-pagination-bullet {
    background-color: #fff4;
    opacity: 1;
}

.header .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

.header .swiper-pagination {
    width: 100%;
    text-align: center;
    padding-bottom: 5px !important;
    /*display: none;*/
}

.header .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.4;
    margin: 5px;
}

.header .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

/* ------- style 12/9/2024  */

.header .item .bg {
    z-index: -2;
}

.header .item::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #272727;
    opacity: 45%;
    z-index: -1;
}

.header .title {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.header .sub-title {
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
    color: #fff;
}

.header .item .float_logos {
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: 20;
    height: 120px;
    max-width: 50%;
    background-color: #fff;
    padding: 20px 10px;
    display: flex;
}

.header .item .float_logos img {
    height: 100%;
    max-width: 50%;
    width: 170px;
    object-fit: contain;
    padding: 0 20px;
}

.header .item .float_logos img:last-of-type {
    border-inline-start: 2px solid #000;
}

.about_sec {
    position: relative;
    padding: 110px 0;
    background-color: #f1f3f3;
}

.about_sec .img_box {
    overflow: hidden;
    height: 485px;
    position: relative;
}

.about_sec .img_box .secImg {
    width: 98%;
}

.about_sec .txt_box .p {
    overflow: hidden;
    font-size: 21px;
    line-height: 1.3;
    margin: 20px 0;
}

.about_sec .about-cards {
    font-family: Arial, Helvetica, sans-serif;
}

.about_sec .about-cards .item {
    position: relative;
    text-align: center;
}

.about_sec .about-cards .col-lg-4 {
    position: relative;
}

.about_sec .about-cards .col-lg-4::after {
    position: absolute;
    content: "";
    right: 0;
    top: calc(50% - 60px) !important;
    height: 120px;
    width: 2px;
    background-color: #272727;
}

.about_sec .about-cards .row .col-lg-4:last-of-type:after {
    display: none;
}

.about_sec .about-cards .item .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
}

.about_sec .about-cards .item .numb {
    /* color: var(--primary); */
    font-size: 37px;
    font-weight: bold;
}

.about_sec .about-cards .item .text {
    font-size: 21px;
    text-transform: capitalize;
    /* font-weight: 300; */
    margin-top: 5px;
}

.impact_sec .img_box {
    height: 400px;
}

.impact_sec .txt_box .p {
    height: auto;
    overflow: unset;
}

.services_sec .txt_box {
    background-color: #272727;
    padding: 100px 6vw;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: c;
    -ms-flex-pack: c;
    justify-content: c;
}

.services_sec .txt_box .p {
    font-size: 16px;
}

.services_sec .cards_box,
.services_sec .cards_box .row {
    height: 100%;
}

.services_sec .serv_card {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.services_sec .serv_card .txt_content {
    background-color: #272727;
    padding: 20px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.services_sec .serv_card .txt_content .title {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.services_sec .serv_card .txt_content .p {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.services_sec .serv_card .txt_content .more_butn {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: none;
}

/*.services_sec .serv_card .txt_content .more_butn::after {*/
/*  content: '\f178';*/
/*  font-family: "Font Awesome 6 Pro";*/
/*  font-weight: 900;*/
/*  display: inline-block;*/
/*  position: absolute;*/
/*  right: -25px;*/
/*  -webkit-transform: translateY(50px) rotate(40deg);*/
/*          transform: translateY(50px) rotate(40deg);*/
/*  opacity: 0;*/
/*  -webkit-transition: all .3s linear;*/
/*  transition: all .3s linear;*/
/*}*/

.services_sec .serv_card .txt_content .more_butn:hover {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
}

.services_sec .serv_card .txt_content .more_butn:hover::after {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    opacity: 1;
}

.services_sec .serv_card:hover .txt_content {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.projects_sec {
    position: relative;
    background-color: #f1f3f3;
    padding-inline-start: calc((100vw - 1320px) / 2);
}

.projects_sec .swiper-container {
    position: relative;
}

.projects_sec .item .img_box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
    max-width: 100%;
}

.projects_sec .item .img_box svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.projects_sec .item .box {
    /* background-color: #fff; */
    /* margin-top: -175px; */
    padding: 70px 2vw 2rem;
    /* padding-inline-end: calc((100vw - 1320px) / 2); */
}

.projects_sec .item .box .logo_proj_1 {
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 200px;
    -webkit-margin-start: 1vw;
    margin-inline-start: 1vw;
}

.projects_sec .item .box .logo-side {
    display: flex;
}

.projects_sec .item .box .logo_proj_2 {
    height: 70px;
    /* width: 70px; */
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    object-position: top;
    margin-inline-end: 20px;
    margin-top: 5px;
}

.projects_sec .item .box .logo-side span {
    font-size: 16px;
    text-transform: uppercase;
}

.projects_sec .item .box .p {
    font-size: 15px;
    color: #272727;
    line-height: 1.3;
    -webkit-padding-start: 2vw;
    padding-inline-start: 2vw;
}

.projects_sec .arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 760px;
    top: 10px;
}

.arrows.arrows-dark img {
    filter: brightness(0);
}

.projects_sec .arrows .swiper-button-next,
.projects_sec .arrows .swiper-button-prev {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    margin: unset;
}

.projects_sec .container-fluid {
    /* -webkit-padding-start: 6vw;
    padding-inline-start: 6vw; */
}

.features_sec {
    padding: 100px 0 70px 0;
}

.features_sec .item {
    margin-bottom: 60px;
    text-align: center;
}

.features_sec .item .icon {
    height: 90px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto 25px auto;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.features_sec .item .title {
    font-size: 18px;
    width: 67%;
    margin: auto;
    /*font-family: helvetica_neue;*/
    color: var(--primary) !important;
}

/**********************************************
    Start Edit pg-header
**********************************************/
.pg_header .item {
    height: 670px;
}

.pg_header .item h5 {
    /*font-family: corbel_regular !important;*/
    font-size: 40px !important;
    color: #fff !important;
    margin-bottom: 0 !important;
}

.pg_header .item .title {
    font-size: 28px !important;
    /* font-weight: 500 !important; */
    text-transform: uppercase !important;
    margin-top: 10px;
    color: #fff;
}

.pg_header .item .title p {
    font-size: 28px !important;
    /* font-weight: 500 !important; */
    text-transform: uppercase !important;
    margin-top: 10px;
    color: #fff;
}

.pg_header.no_overlay .item::after,
.pg_header.no_overlay .item::before {
    display: none;
}

/**********************************************
    Start Edit Who We Are Pages
**********************************************/
.about_pg .txt_box {
    padding: 70px 3vw;
}

.about_pg::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: rgba(18, 56, 100, 0.3);
    background-color: #272727;
    height: calc(100% - 280px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.content_sec {
    background-color: #f1f3f3;
    margin-bottom: 100px;
}

.content_sec .p {
    font-size: 18px;
    color: #272727;
}

.story_pg .img_box {
    overflow: hidden;
}

.story_pg::after {
    background-color: #f1f3f3;
}

.ceo_pg.section .txt_box .p {
    /*max-height: 160px;*/
    /*overflow-x: hidden;*/
    /*padding-inline-end: 30px;*/
}

.ceo_pg .img_box {
    position: relative;
}

/*.ceo_pg .img_box::after {*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    display: block;*/
/*    background-color: rgba(18, 56, 100, 0.3);*/
/*    background-image: -webkit-gradient(linear, left top, right top, from(#2E81FD85), to(#fff));*/
/*    background-image: linear-gradient(to right, #2E81FD85, #fff);*/
/*    opacity: .51;*/
/*}*/

.drives_pg .box {
    height: calc(100% - 70px);
    padding: 45px 45px;
    position: relative;
    margin-bottom: 25px;
}

.drives_pg .box .title {
    font-size: 30px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    height: 62px;
    overflow: hidden;
}

.drives_pg .box .title.color-secondary {
    color: #3386ff;
}

.drives_pg .box .title.color-primary {
    color: #00b4db;
}

.drives_pg .box .title .icon {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    -o-object-fit: contain;
    object-fit: contain;
}

.drives_pg .box .p {
    font-size: 21px;
    color: #272727;
    line-height: 1.3;
}

.drives_pg .col-lg-6:nth-child(1) .box {
    background-color: #e8f7fc;
}

.drives_pg .col-lg-6:nth-child(2) .box {
    background-color: #eaf3ff;
}

.values_sec {
    position: relative;
}

.values_sec .swiper-button-lock {
    display: block;
}

.values_sec .swiper-button-prev.swiper-button-disabled,
.values_sec .swiper-button-next.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
}

.values_sec .item {
    padding: 100px 0;
}

.values_sec .item .txt_box {
    padding: 45px 3.5vw;
    background-color: #fff;
    min-height: 340px;
}

.values_sec .item .txt_box .title {
    color: var(--primary) !important;
}

.values_sec .item .txt_box .subtitle {
    font-size: 37px;
    font-weight: bold !important;
    color: #5a37fd !important;
}

.values_sec .item .txt_box .p {
    /*height: 109px;*/
    overflow: hidden;
    text-wrap: balance;
    margin-top: 30px;
}

.values_sec .swiper-container .swiper-button-next::before,
.values_sec .swiper-container .swiper-button-prev::before {
    color: #fff;
}

/*.drives_txt_sec .txt_box .p {*/
/*    font-size: 15px;*/
/*}*/

.drives_txt_sec .txt_box .p.fs-5 {
    font-size: 15px !important;
}

/*.drives_txt_sec .txt_box .subtitle {*/
/*    font-size: 36px;*/
/*}*/

/*.drives_txt_sec .txt_box .title {*/
/*    font-size: 25px;*/
/*    color: var(--primary) !important;*/
/*    width: 260px;*/
/*}*/

/*.drives_txt_sec .txt_box .title.title_1 {*/
/*    width: 70%;*/
/*}*/

/**********************************************
    Start Edit WHAT WE DO Pages
**********************************************/
.do_pg .txt_box .title {
    /*color: var(--primary) !important;*/
}

.do_pg {
    background-color: #f1f3f3;
}

.services_sec_st2.with-traingle {
    padding-top: 150px !important;
}

.services_sec_st2.with-traingle::before {
    content: "";
    width: 200px;
    height: 100px;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: #f1f3f3;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.turnkey_proj_sec {
    background-color: #fff;
    padding-top: 170px;
    margin-bottom: 100px;
}

.turnkey_proj_sec .proj_card {
    position: relative;
    background-color: #fff;
    padding: 45px 15px;
    text-align: center;
    margin-bottom: 25px;
    height: calc(100% - 25px);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.turnkey_proj_sec .proj_card .logo {
    /*width: 83px;*/
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: 0 auto 25px auto;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.turnkey_proj_sec .proj_card .title {
    font-size: 23px;
    color: #707070;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.turnkey_proj_sec .proj_card .p {
    font-size: 14px;
    color: #808080;
    line-height: 1.5;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.turnkey_proj_sec .proj_card:hover .logo {
    -webkit-filter: invert(143%) sepia(0%) saturate(47%) hue-rotate(100deg)
        brightness(827%) contrast(96%);
    filter: invert(143%) sepia(0%) saturate(47%) hue-rotate(100deg)
        brightness(827%) contrast(96%);
}

.turnkey_proj_sec .proj_card:hover .title,
.turnkey_proj_sec .proj_card:hover .p {
    color: #fff;
}

.turnkey_proj_sec .col-lg-3:nth-child(1) .proj_card:hover {
    background-color: #00c4b3;
}

.turnkey_proj_sec .col-lg-3:nth-child(2) .proj_card:hover {
    background-color: #70d44b;
}

.turnkey_proj_sec .col-lg-3:nth-child(3) .proj_card:hover {
    background-color: #124a95;
}

.turnkey_proj_sec .col-lg-3:nth-child(4) .proj_card:hover {
    background-color: #667a8f;
}

/*.turnkey_proj_sec::before {*/
/*    content: '';*/
/*    width: 200px;*/
/*    height: 100px;*/
/*    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);*/
/*    clip-path: polygon(0 0, 50% 100%, 100% 0);*/
/*    background-color: #F1F3F3;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 50%;*/
/*    -webkit-transform: translateX(-50%);*/
/*    transform: translateX(-50%);*/
/*}*/

.turnkey_proj_pg {
    padding: 100px 0;
}

.turnkey_proj_pg .logo {
    width: 250px;
    -o-object-fit: contain;
    object-fit: contain;
}

/*.turnkey_proj_pg .p {*/
/*    font-size: 20px;*/
/*}*/

.tech_sys_pg {
    padding: 100px 0;
    margin-bottom: 100px;
    background-color: #e6f9f8;
}

.tech_sys_pg .item {
    margin-bottom: 25px;
}

.tech_sys_pg .item .secImg {
    height: 185px;
    margin-bottom: 25px;
}

.tech_sys_pg .item .title {
    font-size: 16px;
    font-weight: bold;
}

.catering_pg .inner {
    padding: 70px 3vw;
    background-color: #eaf2fc;
}

.catering_pg .inner .txt_box .title {
    font-size: 29px;
}

.landscaping_pg .inner {
    padding: 70px 3vw;
    background-color: #f0fbef;
}

.landscaping_pg .inner .txt_box .title {
    font-size: 40px;
    color: var(--primary) !important;
}

.landscaping_pg .inner .landscapingImg {
    height: 215px;
}

.agriculture_pg .txt_box .p {
    font-size: 18px;
}

.agriculture_pg .img_box .secImg {
    height: 220px;
    margin-bottom: 15px;
    /*height: calc(100% - 15px);*/
}

.agriculture_pg .txt_box .title {
    width: 60%;
    min-width: 400px;
}

/**********************************************
    Start Edit impact Pages
**********************************************/
.vision_pg .vision_logo {
    display: block;
    background-color: #f1f3f3;
    padding: 130px 15px;
    margin-bottom: 60px;
    height: 450px;
}

.vision_pg .vision_logo img {
    display: block;
    margin: 0 auto;
    width: 70%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.partners_pg .content_box {
    background-color: #f1f3f3;
    padding: 50px 4vw;
    position: relative;
    text-align: center;
}

.partners_pg .content_box .p {
    font-size: 21px;
    line-height: 1.3;
}

.partners_pg .logos_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*justify-content: space-between;*/
    justify-content: center;
}

.partners_pg .logos_box a {
    width: calc(100% / 6);
}

.partners_pg .logos_box .logo {
    -o-object-fit: contain;
    object-fit: contain;
    margin: 5px 20px;
    height: 100px;
    max-width: 150px;
}

.partners_pg .box {
    position: relative;
    overflow: hidden;
    margin-top: 100px;
    padding: 70px 3vw;
}

.partners_pg .box .p {
    font-size: 20px;
}

.partners_pg .box::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: rgba(18, 56, 100, 0.3);
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#fff),
        color-stop(#ffffffe7),
        to(#ffffff00)
    );
    background-image: linear-gradient(to right, #fff, #ffffffe7, #ffffff00);
    z-index: 1;
}

/**********************************************
    Start Edit media Pages
**********************************************/
.media_pg .sec_title {
    color: var(--primary) !important;
}

.media_pg .sm_items_box {
    padding: 10px 25px;
    height: 655px;
    overflow-y: auto;
    border-right: 1px solid #707070;
    border-left: 1px solid #707070;
}

.media_pg .sm_items_box .item {
    border: 1px solid #707070;
    position: relative;
    padding: 25px 25px;
    margin-bottom: 30px;
    width: 100%;
}

.media_pg .sm_items_box .item .date {
    font-family: helvetica_neue;
    font-size: 18px;
    color: #707070;
}

.media_pg .sm_items_box .item .logo {
    height: 50px;
    max-width: 170px;
    -o-object-fit: contain;
    object-fit: contain;
}

.media_pg .sm_items_box .item .title {
    font-weight: bold;
    font-family: helvetica_neue;
    font-size: 18px;
    color: #707070;
    height: 50px;
    overflow: hidden;
    font-style: italic;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.media_pg .sm_items_box::-webkit-scrollbar {
    width: 15px;
}

.media_pg .sm_items_box::-webkit-scrollbar-track {
    background-color: transparent;
}

.media_pg .sm_items_box::-webkit-scrollbar-thumb {
    background: #f1f3f3;
    border-radius: 25px;
}

.media_pg .box {
    background-color: #f1f3f3;
    padding: 35px;
    position: relative;
}

.media_pg .box .logo {
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
}

.media_pg .box .secImg {
    height: 315px;
    margin: 35px 0;
}

.media_pg .box .txt_box .title {
    font-weight: bold;
    font-family: helvetica_neue;
    font-size: 20px;
    color: #707070;
}

.media_pg .box .txt_box .p {
    font-family: helvetica_neue;
    font-size: 16px;
    height: 109px;
    overflow: hidden;
}

.kit_sec {
    background-color: #f1f3f3;
    padding-top: 170px;
    margin-bottom: 100px;
}

.kit_sec .item {
    text-align: center;
    margin-bottom: 25px;
}

.kit_sec .item .icon {
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: 0 auto 25px auto;
}

.kit_sec .item .p {
    font-family: helvetica_neue;
    font-size: 20px;
}

.kit_sec::before {
    content: "";
    width: 200px;
    height: 100px;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/**********************************************
    Start Edit contact Pages
**********************************************/
.contact_pg .form_box .form-group {
    margin-bottom: 20px;
}

.contact_pg .form_box .submit_butn {
    border-radius: 10px;
    width: 145px;
    height: 50px;
    background-color: #f1f3f3;
    font-size: 18px;
}

.contact_pg .form_box .submit_butn:hover {
    background-color: var(--primary);
    color: #fff;
}

/**********************************************
    Start Edit Media screens
**********************************************/

@media screen and (max-width: 991px) {
    .order_md_1 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .navs-container .navbar {
        /*position: relative !important;*/
        /*background-color: #fff;*/
        padding: 20px 0 !important;
    }

    .navs-container .navbar .logo_box {
        margin-bottom: 0 !important;
    }

    .navs-container .navbar .navbar-collapse {
        background: #fff;
        margin-top: 20px;
    }

    .navs-container .navbar .logo_box .logo {
        margin: 0;
        width: 190px;
    }

    .navs-container .navbar .nav-link {
        margin: 0 5px;
    }

    .navs-container .navbar .drop_down {
        left: 0;
        right: unset;
        /*-webkit-transform: translateX(0);*/
        /*        transform: translateX(0);*/
        width: 100%;
        background-color: #f9f9f9;
    }

    .navs-container .navbar .drop_down#dropdown_1 {
        top: 130px;
    }

    .navs-container .navbar .drop_down#dropdown_2 {
        top: 170px;
    }

    .navs-container .navbar .drop_down#dropdown_3 {
        top: 210px;
    }

    .navs-container .navbar .drop_down#dropdown_4 {
        top: 250px;
    }

    .navs-container .navbar .drop_down#dropdown_5 {
        top: 290px;
    }

    .navs-container .navbar .navbar-toggler {
        /*position: absolute;*/
        /*inset-inline-end: 10px;*/
        /*top: 30px;*/
    }

    .header .item .title {
        font-size: 40px;
        padding-top: 0 !important;
        margin-top: 0 !important;
        /*width: 70%;*/
        line-height: 1.1;
    }

    .header .item {
        padding: 120px 0;
    }

    .about_sec .img_box {
        height: 300px;
        margin-bottom: 25px;
    }

    .services_sec .txt_box {
        padding: 50px 5vw;
        margin-bottom: 25px;
        height: calc(100% - 25px);
    }

    .services_sec .serv_card {
        height: 400px;
        margin-bottom: 25px;
    }

    .projects_sec .item .secImg {
        width: 100%;
    }

    .projects_sec .item .box .logo_proj_1 {
        margin-top: 120px;
    }

    .projects_sec .arrows {
        right: auto;
        top: auto;
        left: calc(50% - 40px);
        bottom: 0px;
    }

    .features_sec .item .title {
        font-size: 15px;
        width: 95%;
    }

    .footer .foot .copyright_p {
        font-size: 13px;
    }

    .footer .foot .links a {
        font-size: 10px;
        -webkit-margin-end: 5px;
        margin-inline-end: 5px;
    }

    .footer .foot .links a::after {
        margin: 0 5px;
    }

    .projects_sec .item .box .logo-side {
        border-top: 1px solid #9995;
        margin-top: 20px !important;
        padding-top: 30px;
        margin-bottom: 20px;
    }

    .projects_sec .item .box .p {
        padding: 0 !important;
    }

    .footer .foot {
        text-align: center;
        /*padding-bottom: 50px;*/
    }

    .pg_header .item {
        height: max-content;
    }

    .pg_header .item .pt-5 {
        padding-top: 0 !important;
    }

    .pg_header .item .mt-5 {
        margin-top: 0 !important;
    }

    .about_pg::after {
        height: 100%;
        top: auto;
        transform: translateY(0);
    }

    .about_pg .txt_box {
        padding: 30px 3vw 0;
    }

    .about_pg .secImg {
        height: 50px;
    }

    .about_pg.story_pg .secImg {
        height: 300px;
    }

    .ceo_pg .img_box {
        margin-bottom: 30px;
    }

    .values_sec {
        padding: 0;
    }

    .drives_txt_sec .txt_box {
        margin-bottom: 0 !important;
    }

    .drives_txt_sec .container .txt_box:last-of-type {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .drives_txt_sec .txt_box .title {
        font-size: 40px;
        width: 100%;
    }

    .turnkey_proj_pg .logo {
        margin-bottom: 30px;
    }

    .turnkey_proj_pg .logo {
        transform: translate3d(0, 0px, 0px) !important;
    }

    .tech_sys_pg {
        margin-bottom: 0;
    }

    .agriculture_pg {
        padding-top: 0;
    }

    .catering_pg {
        padding-top: 0;
    }

    .catering_pg .inner .txt_box .col-lg-5:first-of-type {
        order: 5;
    }

    .catering_pg .inner .txt_box .secImg {
        margin-top: 20px;
    }

    .vision_pg .vision_logo {
        margin: 40px auto;
        padding: 80px 0;
    }

    .csr_pg .img_box {
        margin-bottom: 30px;
    }

    .partners_pg .logos_box a {
        width: 40%;
        height: 60px;
        margin: 10px 0;
        padding: 5px;
    }

    .partners_pg .logos_box .logo {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .partners_pg .box .p {
        margin-top: 30px;
    }

    .partners_pg .box {
        margin-top: 70px;
    }

    .media_pg .sm_items_box {
        height: max-content;
    }

    .pg_header {
        overflow: hidden;
    }

    /*.swiper-container .swiper-button-prev, .swiper-container .swiper-container-rtl .swiper-button-next {*/
    /*    left: calc(50% - 35px);*/
    /*    right: auto;*/
    /*    bottom: 20px;*/
    /*    top: auto;*/
    /*}*/

    /*.swiper-container .swiper-button-next, .swiper-container .swiper-container-rtl .swiper-button-prev {*/
    /*    right: calc(50% - 35px);*/
    /*    left: auto;*/
    /*    bottom: 20px;*/
    /*    top: auto;*/
    /*}*/

    .header.pg_header .item .title {
        min-width: 100%;
        font-size: 16px !important;
    }

    /*.swiper-container .swiper-button-next, .swiper-container .swiper-container-rtl .swiper-button-prev,*/
    /*.swiper-container .swiper-button-prev, .swiper-container .swiper-container-rtl .swiper-button-next{*/
    /*    bottom: 0;*/
    /*}*/

    .projects_sec .swiper-slide {
        height: auto;
    }

    .projects_sec .swiper-slide .item {
        height: 100%;
        background: linear-gradient(to top, #fff, transparent);
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section .txt_box .title {
        font-size: 30px;
    }

    .content_sec {
        margin-bottom: 0;
    }

    .values_sec .item .txt_box {
        padding: 45px 30px;
    }

    .values_sec .swiper-container .swiper-button-next,
    .values_sec .swiper-container .swiper-container-rtl .swiper-button-prev,
    .values_sec .swiper-container .swiper-button-prev,
    .values_sec .swiper-container .swiper-container-rtl .swiper-button-next {
        bottom: 25px;
        display: none;
    }

    .landscaping_pg .inner,
    .catering_pg .inner {
        padding: 50px 20px;
    }

    .landscaping_pg .inner .landscapingImg {
        margin-bottom: 15px;
    }

    .navigation {
        /* display: flex; */
        align-items: center;
        justify-content: center;
        background-color: #fff;
        width: calc(100% - 10px);
        height: 70px;
        padding-top: 10px;
        border-radius: 20px 20px 0 0;
        position: fixed;
        bottom: -1px;
        left: 5px;
        z-index: 999;
        filter: drop-shadow(0 0 0.75rem #0002);
    }

    .navigation ul {
        display: flex;
        /* width: 90%; */
        position: relative;
    }

    .navigation ul li {
        position: relative;
        width: 90px;
        height: 60px;
        z-index: 2;
    }

    .navigation ul li a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        text-align: center;
        font-weight: 500;
    }

    .navigation ul li a .icon {
        position: relative;
        display: block;
        line-height: 65px;
        font-size: 1.5em;
        transition: 0.5s;
        color: #222;
    }

    .navigation ul li.active a .icon {
        transform: translateY(-35px);
        color: var(--mainColor);
    }

    .navigation ul li a .text {
        position: absolute;
        font-size: 0.75em;
        transition: 0.5s;
        color: #fff;
        background-color: var(--secondary);
        padding: 2px 7px;
        border-radius: 30px;
        text-transform: capitalize;
        opacity: 0;
        transform: translateY(15px);
    }

    .navigation ul li.active a .text {
        transform: translateY(-4px);
        opacity: 1;
    }

    .navigation .indicator {
        position: absolute;
        top: -38px;
        width: 90px;
        height: 70px;
        background-color: #fff;
        border-radius: 50%;
        z-index: 1;
        transition: 0.5s;
    }

    .navigation .indicator::before {
        position: absolute;
        content: "";
        top: 5px;
        left: -28px;
        width: 30px;
        height: 30px;
        background: transparent;
        border-radius: 50%;
        box-shadow: 15px 18px #fff;
    }

    .navigation .indicator::after {
        position: absolute;
        content: "";
        top: 5px;
        right: -28px;
        width: 30px;
        height: 30px;
        background: transparent;
        border-radius: 50%;
        box-shadow: -15px 18px #fff;
    }

    .navigation ul li:nth-child(1).active ~ .indicator {
        transform: translateX(calc(90px * 0));
    }

    .navigation ul li:nth-child(2).active ~ .indicator {
        transform: translateX(calc(90px * 1));
    }

    .navigation ul li:nth-child(3).active ~ .indicator {
        transform: translateX(calc(90px * 2));
    }

    .navigation ul li:nth-child(4).active ~ .indicator {
        transform: translateX(calc(90px * 3));
    }

    .main_butn::before {
        width: 100%;
    }

    .main_butn span {
        color: #fff;
    }

    .services_sec .serv_card .txt_content {
        transform: translateY(0);
    }

    .slide_ltr {
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
    }

    .slide_ltr.animated {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

    .services_sec .serv_card .txt_content .title {
        margin-bottom: 5px;
    }

    .services_sec .serv_card .txt_content .more_butn {
        display: block;
    }
}

@media screen and (max-width: 787px) {
    .container,
    .container-fluid {
        padding: 0 24px !important;
    }
}

/**********************************************
    Start Edit EN direction
**********************************************/
html[dir="rtl"] body {
    direction: rtl;
}

/*# sourceMappingURL=style.css.map */

.content_pg,
.content_pg p {
    font-size: 18px;
}

/* -------- 6 / 27 --------  */
.navs-container .has_dropdown .nav-link .arrow {
    font-size: 12px;
    margin-inline-start: 5px;
    transition: all 0.3s ease;
    /* display: none; */
}

.navs-container .has_dropdown .nav-link:hover .arrow {
    transform: rotate(180deg);
}

.navs-container .drop_down .drop-title {
    display: none;
}

@media screen and (max-width: 991px) {
    .navs-container .drop_down .drop-title {
        padding: 15px 0;
        border-bottom: 1px solid #9993;
        margin-bottom: 30px;
        font-size: 16px;
        font-weight: bold;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .navs-container .navbar .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100dvh;
        z-index: 999;
        transform: translateX(0);
        transition: all 0.3s ease;
        margin-top: 0;
    }

    .navs-container .navbar .navbar-collapse .collapse-title {
        position: relative;
        background-color: #fff;
        color: #272727;
        padding: 24px 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        background-color: #f0f0f0;
        border-bottom: 1px solid #9993;
    }

    .navs-container .navbar .navbar-collapse .collapse-title .cls-btn,
    .navs-container .navbar .navbar-collapse .collapse-title .back-btn {
        font-size: 16px;
    }

    .navs-container .navbar .navbar-collapse:not(.show) {
        display: block;
        transform: translateX(100%);
    }

    .navs-container .navbar .drop_down {
        position: fixed;
        top: 0 !important;
        left: -100%;
        transform: translateX(0);
        width: 100%;
        height: 100dvh;
        z-index: 9999;
        transition: all 0.3s ease-in-out;
    }

    .navs-container .navbar .drop_down.active {
        left: 0;
    }

    .navs-container .navbar .nav-item {
        margin: 0;
        padding: 12px 24px;
        border-bottom: 1px solid #9994;
    }

    .navs-container .navbar .nav-item .nav-link {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }

    .navs-container .has_dropdown .nav-link .arrow {
        transform: rotate(-90deg);
        font-size: 14px;
    }
}

/*----------- new dropdown 29/7/2024 -----------*/
.navbar .dropdown-wrapper {
    position: absolute;
    left: 0;
    top: calc(100% + 15px);
    background-color: #fff;
    /* background-image: linear-gradient(to bottom, #ffffff6f, #ffffffee, #fff); */
    padding: 15px 20px 5px;
    width: 200px;
    min-width: max-content;
    box-shadow: 20px 20px 20px #00000005;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.navbar .has_dropdown:hover .dropdown-wrapper {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.navbar .dropdown-wrapper .link-item {
    /*text-transform: capitalize;*/
    margin: 10px 0;
    padding-bottom: 10px;
    display: block;
    /* border-bottom: 1px solid transparent; */
}

.navbar .dropdown-wrapper .link-item h6 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
    color: #121212;
    transition: all 0.3s ease;
}

.navbar .dropdown-wrapper .link-item .text,
.navbar .dropdown-wrapper .link-item p {
    color: #959595;
    font-size: 12px;
    margin-top: 5px;
}

.navbar .dropdown-wrapper .link-item:hover {
    /* border-color: #121212; */
}

.navbar .dropdown-wrapper.dropdown-icons,
.navbar .dropdown-wrapper.dropdown-lg {
    width: 280px;
}

.navbar .dropdown-wrapper.dropdown-icons .link-item {
    display: flex;
    align-items: center;
}

.navbar .dropdown-wrapper.dropdown-icons .link-item .icon {
    position: relative;
    width: 35px;
    height: 35px;
    top: -1px;
}

@media screen and (max-width: 991px) {
    .navbar .dropdown-wrapper {
        /*position: relative;*/
        width: 100% !important;
        background: #fff;
        z-index: 99;
        top: 0;
        /*height: 0;*/
        /*overflow: hidden;*/
    }

    .navbar .has_dropdown:hover .dropdown-wrapper {
        /*height: max-content;*/
    }
}

.pg_header .item {
    height: max-content !important;
    min-height: max-content !important;
    padding: 250px 0 200px;
}

/*.pg_header .item .anim_txt  {*/
/*    color: #fff !important;*/
/*}*/
/*.pg_header .item::before {*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    display: block;*/
/*    background-color: rgba(18, 56, 100, 0.3);*/
/*    background-color: transparent;*/
/*    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffffd4), color-stop(#ffffffe1), to(#ffffff00));*/
/*    background-image: linear-gradient(to bottom, #ffffffd4, #ffffffe1, #ffffff00);*/
/*    height: 70%;*/
/*    z-index: 3;*/
/*}*/

.navs-container .navbar .nav-link:hover {
    color: #fff !important;
}

.navs-container .navbar.scrolled .nav-link:hover {
    color: #000 !important;
}

.header .swiper-container .swiper-button-next::before,
.header .swiper-container .swiper-button-prev::before {
    color: #fff;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.swiper-container {
    overflow: hidden;
}

.services_sec_st2 {
    position: relative;
    padding: 70px 0 !important;
}

.services_sec_st2 .main-txt {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 30px;
    color: #272727;
}

.services_sec_st2 .service-card {
    position: relative;
    min-height: 250px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services_sec_st2 .service-card .brand-img {
    height: 50px;
}

.services_sec_st2 .float-card {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 10;
}

.services_sec_st2 .service-card:hover .float-card {
    opacity: 1;
}

.services_sec_st2 .service-card .img {
    position: relative;
    height: 250px;
}

.services_sec_st2 .service-card .img::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000;
    opacity: 0;
    transition: all 0.3s ease;
}

.services_sec_st2 .service-card .img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services_sec_st2 .service-card .info-card {
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px;
    width: 100%;
    height: 100%;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.services_sec_st2 .service-card .info-card .brand {
    height: 35px;
    filter: invert(100%) sepia(13%) saturate(2%) hue-rotate(227deg)
        brightness(300%) contrast(100%);
    margin-bottom: 20px;
}

.services_sec_st2 .service-card .info-card h5 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: capitalize;
}

.services_sec_st2 .service-card .info-card .text {
    position: relative;
    color: #fff;
    font-size: 17px;
    line-height: 1.3;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 4;*/
    /*-webkit-box-orient: vertical;*/
    overflow: hidden;
}

.services_sec_st2 .service-card .info-card .more-link {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}

.services_sec_st2 .service-card:hover .img::after {
    opacity: 0.5;
}

.services_sec_st2 .service-card:hover .info-card {
    opacity: 1;
    visibility: visible;
}

.subsidiary_sec {
    position: relative;
    padding: 130px 0;
    z-index: 20;
}

.subsidiary_sec .container {
    position: relative;
    z-index: 20;
}

.subsidiary_sec .txt_box .title,
.subsidiary_sec .p,
.subsidiary_sec .p p,
.subsidiary_sec .main_butn {
    color: #fff !important;
}

.subsidiary_sec .main_butn::before {
    background-color: #acacae;
}

.subsidiary_sec .p,
.subsidiary_sec .p p {
    font-size: 17px !important;
}

.subsidiary_sec::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #000000b9, transparent);
}

.subsidiary_sec .logo {
    position: relative;
    margin: 15px 0;
}

.clients_sec {
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}

.clients_sec .clients_slider {
    overflow: hidden;
}

.clients_sec .swiper-slide {
    /* text-align: center; */
}

.clients_sec .brand {
    position: relative;
    /* margin-bottom: 30px; */
    height: 150px;
    display: inline-block;
}

.clients_sec .brand img {
    width: 100%;
    height: 100%;
    max-width: 170px;
    object-fit: contain;
}

/* ----------- about page ----------- */

.about-txt-sec {
    position: relative;
    /* padding: 120px 0; */
    background-color: #f1f3f3;
    padding: 100px 0 70px;
}

.about-txt-sec .main-txt {
    position: relative;
    font-size: 31px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.about-txt-sec .text,
.about-txt-sec p {
    position: relative;
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 30px;
}

.about-story {
    position: relative;
}

.about-story .story-slider {
    overflow: hidden;
}

.about-story .cards .item {
    position: relative;
    margin-top: 50px;
}

.about-story .cards .item .year {
    position: relative;
    font-size: 40px;
    color: var(--secondary);
    padding-bottom: 20px;
    border-bottom: 1px solid #707070;
    font-weight: 600;
}

.about-story .cards .item .year::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    width: 21px;
    height: 21px;
    background-color: var(--secondary);
}

.about-story .cards .item .text {
    position: relative;
    font-size: 15px;
    line-height: 1.3;
    margin-top: 40px;
}

.about-story-st2 {
    position: relative;
}

.ab-cards {
    position: relative;
    margin: 100px 0;
    background-color: #f4f1ff;
}

.ab-cards .item {
    position: relative;
    text-align: center;
}

.ab-cards .item .icon {
    position: relative;
    height: 70px;
    margin-bottom: 20px;
}

.ab-cards .item .text {
    position: relative;
    font-size: 17px;
    color: var(--secondary);
    line-height: 1.3;
    padding: 0 20px;
    font-family: Arial, Helvetica, sans-serif;
}

img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.drives_txt_sec .Directors .item {
    position: relative;
    margin: 20px 10px;
    cursor: pointer;
}

.drives_txt_sec .Directors .item .img {
    position: relative;
    height: 300px;
    z-index: 20;
}

.drives_txt_sec .Directors .item .img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
}

.drives_txt_sec .Directors .item .img::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 90%;
    height: 100%;
    background-color: var(--primary);
    clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
    z-index: 5;
}

.drives_txt_sec .Directors .item .info {
    position: relative;
    /* transition-delay: 0.5s; */
    /* transition: all 0.3s ease; */
}

.drives_txt_sec .Directors .item .info .trngl {
    position: absolute;
    content: "";
    left: 40px;
    bottom: 0;
    width: 30px;
    height: 60px;
    border-top: 30px solid transparent;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #f1f3f3;
    opacity: 0;
    /* transition: all 0.3s ease; */
    /* transition-delay: 0.3s; */
}

.drives_txt_sec .Directors .item .info.active {
    padding-bottom: 60px;
}

.drives_txt_sec .Directors .item .info.active .trngl {
    opacity: 1;
}

.drives_txt_sec .Directors .item .info h5 {
    font-size: 22px;
    margin: 20px 0 0;
    /* line-height: 1; */
    font-weight: bold;
}

.drives_txt_sec .Directors .item .info .p {
    color: #272727;
}

.drives_txt_sec .Directors .item .info-box {
    position: relative;
    width: 100vw;
    left: 0;
    /* margin-top: 50px; */
    overflow: hidden;
    display: none;
}

.drives_txt_sec .Directors .item.show .info-box {
    display: block;
}

.drives_txt_sec .Directors .item.show .info {
    padding-bottom: 60px;
}

.drives_txt_sec .Directors .item.show .info .trngl {
    opacity: 1;
}

.drives_txt_sec .Directors .item .info-box .box {
    background-color: #f1f3f3;
    padding: 40px 40px 25px;
}

.drives_txt_sec .Directors .item .info-box .box .text,
.drives_txt_sec .Directors .item .info-box .box .text p {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.vision-csr {
    /*margin-bottom: 100px;*/
}

.vision-csr .p {
    /*font-size: 21px !important;*/
    margin-bottom: 15px;
}

.blog-pg {
    position: relative;
}

.blog-pg .txt_box {
    position: relative;
}

.blog-pg .txt_box .news-toggle {
    position: absolute;
    right: 15px;
    top: 15px;
    display: none;
}

.blog-pg .filter-side .txt {
    /*color: var(--primary) !important;*/
    line-height: 1.2;
    font-size: 20px;
}

.blog-pg .form-control {
    position: relative;
    min-height: 50px;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-top: 15px;
    background-color: #fff;
}

.blog-pg .cards .item {
    position: relative;
    margin-top: 30px;
    height: calc(100% - 30px);
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 30px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
}

.blog-pg .cards .item .img {
    position: relative;
    height: 260px;
}

.blog-pg .cards .item .img .tag {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 7px 25px;
    /* padding-bottom: 10px; */
    background-color: #0009;
    color: #fff;
    font-size: 13px;
    display: inline-block;
}

.blog-pg .cards .item .info {
    position: relative;
    padding-top: 30px;
    color: #272727;
}

.blog-pg .cards .item .info .date {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blog-pg .cards .item .info .title {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: bold;
    min-height: 40px;
    font-family: Arial, Helvetica, sans-serif;
}

.blog-pg .cards .item .info .text {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
    line-height: 1.3;
}

.blog-pg .cards .item .info .more {
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 600;
    display: block;
    letter-spacing: 1px;
    /* font-family: Arial, Helvetica, sans-serif; */
}

.blog-pg .post-det {
    position: relative;
    padding: 5vw;
    background: #f1f3f3;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    font-family: Arial, Helvetica, sans-serif;
}

.blog-pg .post-det .logos .lgo {
    height: 45px;
    margin-top: 20px;
}

.blog-pg .post-det .info .date {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blog-pg .post-det .info .title {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: bold;
    min-height: 40px;
    font-family: Arial, Helvetica, sans-serif;
}

.blog-pg .post-det .info .text {
    font-size: 21px;
    margin-top: 30px;
    line-height: 1.3;
}

.blog-pg .back-lnk {
    font-size: 18px;
    color: #5a5a5a;
    display: inline-flex;
    align-items: center;
    /* margin-top: 50px; */
    font-weight: bold;
}

.blog-pg .back-lnk img {
    margin-inline-end: 5px;
    flex-shrink: 0;
    filter: invert(32%) sepia(1%) saturate(1596%) hue-rotate(353deg)
        brightness(97%) contrast(78%);
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.up_group {
    position: relative;
}

.up_group .input-group-append {
    position: absolute;
    right: 6px;
    bottom: 5px;
    width: 130px;
    font-size: 17px;
    min-height: calc(100% - 10px);
    text-align: center;
    display: inline-block;
    background-color: #999;
    border-radius: 10px !important;
    overflow: hidden;
    color: #fff;
    pointer-events: none;
    padding: 10px;
    z-index: 2;
}

.up_group .file {
    position: absolute;
    opacity: 0;
    right: 2px;
    bottom: 2px;
    width: 150px;
    min-height: 50px;
    z-index: 20;
    cursor: pointer;
}

/* .up_group .input_ques {
    padding-left: 180px !important;
    border-radius: 30px !important;
  } */
/*
  .up_group .input_ques::-moz-placeholder {
    color: rgba(153, 153, 153, 0.6);
  }

  .up_group .input_ques::placeholder {
    color: rgba(153, 153, 153, 0.6);
  } */

/* --------- devision-colord ----------- */
.devision-colord {
    position: relative;
    padding: 0 0 100px;
}

.devision-colord .shap {
    margin-top: -2px;
}

.devision-colord.bg1 {
    background: linear-gradient(#029387 0%, #80b5b2 100%);
    color: #fff;
}

.devision-colord.bg2 {
    background: linear-gradient(#436377 0%, #628796 100%);
    color: #fff;
}

.devision-colord.bg3 {
    background: #163b84;
    color: #fff;
}

.devision-colord.bg4 {
    background: #73af2f;
    color: #fff;
}

.devision-colord .main-text,
.devision-colord p {
    position: relative;
    font-size: 25px;
    margin-top: 20px;
    color: #fff;
}

.devision-items.bg1 {
    background: linear-gradient(to right, #e2f2f1 0%, #d8ebe9 100%);
}

.devision-items.bg2 {
    background: linear-gradient(to right, #e8edf0 0%, #e5e9ec 100%);
}

.devision-items.bg3 {
    background: linear-gradient(to right, #ecf0f6 0%, #dde6f1 100%);
}

.devision-items.bg4 {
    background: linear-gradient(to right, #eef7eb 0%, #eef7eb 100%);
}

.devision-items .main-text,
.devision-items .main-text p {
    font-size: 34px;
    margin-bottom: 20px;
}

.devision-items .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.devision-items .cards .item {
    position: relative;
    width: 25%;
    text-align: center;
    margin-top: 60px;
}

.devision-items .cards.cards-5 .item {
    width: 20%;
}

.devision-items .cards .item .icon {
    height: 50px;
    margin-bottom: 15px;
}

.devision-items .cards .item .txt {
    font-size: 14px;
    font-weight: 600;
    max-width: 180px;
    margin: 0 auto;
    color: #272727;
    text-transform: uppercase;
}

.devision-btm {
    position: relative;
    text-align: center;
}

.devision-btm .main-text {
    font-size: 25px;
}

.devision-btm.bg3 {
    background-color: #0f2e60;
    color: #fff;
}

.devision .logo {
    height: 60px;
    margin-bottom: 30px;
}

.devision-img-cards {
    position: relative;
    background-color: #292e28;
    color: #fff;
    padding-top: 100px;
}

.devision-img-cards .title-wrapper {
    position: relative;
    text-align: center;
}

.devision-img-cards .title-wrapper .txt {
    font-size: 17px;
    text-transform: uppercase;
    color: #ffffff81;
}

.devision-img-cards .title-wrapper .title {
    font-size: 34px;
    text-transform: uppercase;
    color: #72af2e;
}

.devision-img-cards .title-wrapper .sub-title {
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
}

.devision-img-cards .title-wrapper .text,
.devision-img-cards .title-wrapper .text p {
    font-size: 23px;
    margin-top: 15px;
    color: #fff;
}

.devision-img-cards .cards {
    position: relative;
    margin-top: 50px;
}

.devision-img-cards .cards .item {
    position: relative;
}

.devision-img-cards .cards .item::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #000, transparent);
    z-index: 1;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.devision-img-cards .cards .item:hover::after {
    opacity: 1;
}

.devision-img-cards .cards .item .img {
    position: relative;
    height: 500px;
}

.devision-img-cards .cards .item .info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 60px 50px;
}

.devision-img-cards .cards .item h4 {
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
}

.devision-img-cards .cards .item .card-text,
.devision-img-cards .cards .item .card-text p {
    position: relative;
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease;
}

.devision-img-cards .cards .item:hover .card-text,
.devision-img-cards .cards .item:hover .card-text p {
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .navs-container .navbar.scrolled {
        position: fixed;
    }

    .navs-container .navbar.scrolled .navbar-toggler .navbar-toggler-icon,
    .navs-container
        .navbar.scrolled
        .navbar-toggler
        .navbar-toggler-icon::after,
    .navs-container
        .navbar.scrolled
        .navbar-toggler
        .navbar-toggler-icon::before {
        background: #000;
    }

    .header .item .float_logos {
        bottom: 60px;
        max-width: 70%;
        height: 90px;
        padding: 15px 0;
    }

    .header .sub-title {
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
        margin-top: 10px;
        color: #fff;
        padding: 0 30px;
    }

    /*.navs-container .navbar .logo {*/
    /*     display: inline-block !important;*/
    /*}*/

    .navs-container .navbar .logo_wh {
        height: 66px !important;
        margin-top: 7px;
    }

    .navs-container .navbar .nav-link,
    .navs-container .navbar .nav-link:hover {
        color: #000 !important;
    }

    .header .item {
        /*min-height: calc(100dvh - 90px);*/
    }

    .header .swiper-button-next,
    .header .swiper-button-prev {
        display: none;
    }

    .header .info {
        text-align: start !important;
        width: 85%;
        padding: 0 20px;
    }

    .header .info .sub-title {
        padding: 0;
    }

    .navbar .has_dropdown:hover .dropdown-wrapper {
        top: 0;
        opacity: 0;
        visibility: hidden;
    }

    .navbar .has_dropdown .dropdown-wrapper {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        transform: translateX(100%);
        padding: 0;
    }

    .navbar .dropdown-wrapper ul li {
        position: relative;
        padding: 12px 24px;
        border-bottom: 1px solid #9994;
    }

    .navbar .dropdown-wrapper .link-item {
        margin: 0 !important;
        padding: 5px 0;
        border: 0 !important;
    }

    .navbar .has_dropdown.show .dropdown-wrapper {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .about_sec .about-cards .col-lg-4::after {
        top: auto !important;
        right: auto !important;
        left: calc(50% - 60px) !important;
        bottom: 0;
        height: 2px;
        width: 120px;
    }

    .about_sec .about-cards .item {
        position: relative;
        text-align: center;
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .section .txt_box .title {
        font-size: 16px;
        /* font-weight: 400 !important; */
    }

    .services_sec_st2 .main-txt {
        font-size: 25px;
    }

    .projects_sec .item .box {
        /* padding: 70px 4vw 100px; */
    }

    .projects_sec .item .box .p {
        font-size: 20px;
        margin-inline-end: 30px;
    }

    .projects_sec .item .box .logo_proj_1 {
        margin-inline-start: 0;
    }

    .projects_sec .item .box .logo_proj_2 {
        height: 60px;
        margin-bottom: 15px;
    }

    br {
        display: none;
    }

    .footer .content .social_links {
        margin-bottom: 30px;
        display: flex;
        /*flex-direction: column;*/
        align-items: center;
        height: 100%;
        gap: 3rem;
        justify-content: flex-start;
    }

    .pg_header .item h5 {
        font-size: 30px !important;
        margin-bottom: 30px !important;
    }

    .header .item .title {
        font-size: 30px !important;
        margin-bottom: 30px;
    }

    .section {
        padding: 60px 0;
    }

    .about-txt-sec .main-txt {
        font-size: 25px;
        line-height: 1.3;
    }

    .about-txt-sec .text {
        font-size: 17px;
        line-height: 1.3;
    }

    .about-story .swiper-wrapper {
        display: block;
        transform: none !important;
    }

    .about-story .cards .item .year {
        position: relative;
        font-size: 40px;
        color: var(--secondary);
        padding-bottom: 20px;
        border-bottom: 0;
        font-weight: 600;
        padding-bottom: 0;
        padding-inline-start: 50px;
        margin-top: 0;
        padding-top: 30px;
    }

    .about-story .cards .item .year::after {
        position: absolute;
        content: "";
        left: 0;
        top: 45px;
        width: 30px;
        height: 30px;
        background-color: var(--secondary);
    }

    .about-story .cards .item .text {
        position: relative;
        font-size: 17px;
        margin-top: 10px;
        margin-inline-start: 50px;
    }

    .about-story .cards .item {
        margin-top: 0;
    }

    .about-story .cards .item::before {
        position: absolute;
        content: "";
        left: 14px;
        top: 0;
        height: 100%;
        width: 1px;
        background-color: #272727;
    }

    .about-story
        .cards
        .swiper-wrapper
        .swiper-slide:first-of-type
        .item::before {
        top: 50px;
    }

    .drives_pg .box {
        padding: 40px 25px;
        margin-top: 0 !important;
        height: max-content;
    }

    .drives_pg .box .p {
        font-size: 12px;
    }

    .drives_pg .box .title {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .drives_pg .box .title .icon {
        height: 25px;
    }

    .values_sec .item .txt_box {
        padding: 45px 20px;
    }

    .values_sec .item .txt_box .p {
        height: max-content;
        margin-top: 20px;
        font-size: 13px;
    }

    .drives_txt_sec .Directors .item .info-box {
        left: -24px !important;
    }

    /*.vision_pg.section .txt_box .p {*/
    /*    font-size: 17px;*/
    /*}*/

    .blog-pg .txt_box {
        padding: 0 15px;
    }

    /* .blog-pg .container {
        padding: 0 !important;
    } */

    .blog-pg .post-det .info .text {
        font-size: 15px;
        margin-top: 30px;
    }

    .blog-pg .post-det {
        padding: 30px;
        filter: none;
        border-radius: 0;
    }

    .subsidiary_sec .logo {
        position: relative;
        height: 65px;
        text-align: center;
        margin-bottom: 50px;
    }

    .drives_pg .txt_box {
        text-align: center;
        margin-bottom: 40px;
    }

    .drives_txt_sec .Directors .item .info-box .box {
        width: calc(100% - 20px);
    }

    .filter-side {
        display: none;
        padding: 15px;
    }

    .blog-pg .txt_box .news-toggle {
        display: inline-block;
    }

    .blog-pg .back-lnk {
        margin-top: 0;
    }

    .blog-pg .post-det .info .title {
        font-size: 18px;
    }

    .vision-csr .p {
        font-size: 17px !important;
    }

    .values_sec .swiper-container .swiper-pagination {
        bottom: 30px;
    }

    .values_sec .swiper-container .swiper-pagination .swiper-pagination-bullet {
        background-color: #fff;
    }

    .progress-wrap {
        position: fixed;
        inset-inline-end: 24px;
        bottom: 80px;
    }

    .services_sec_st2 .service-card .info-card {
        opacity: 1;
        visibility: visible;
    }

    .services_sec_st2 .service-card .img::after {
        opacity: 0.5;
    }

    .clients_sec .swiper-slide {
        text-align: center;
    }

    html[dir="rtl"] .about-story .cards .item::before {
        left: auto !important;
        right: 14px !important;
    }

    .turnkey_proj_sec::before {
        width: 100px;
        height: 40px;
    }

    .navbar .dropdown-wrapper .link-item .text {
        margin-top: 0;
    }

    .devision-items .cards .item {
        width: 50%;
    }

    .services_sec_st2 .float-card {
        opacity: 1;
    }

    .services_sec_st2 .service-card .brand-img {
        opacity: 1;
    }

    .devision-items .cards .item {
        width: 50% !important;
    }

    .footer .content .title {
        margin: 25px 0 15px !important;
    }
}

/* custom css */
.swiper-slide .item {
    display: flex;
    align-items: flex-end;
}
.para {
    text-align: center;
    font-size: 20px !important;
    font-weight: 100 !important;
    color: #fff;
    text-transform: uppercase !important;
    letter-spacing: 3px;
    text-wrap: balance;
}
.cuz-flex {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.cuz-title {
    color: var(--primary) !important;
    line-height: 1.2;
    font-size: 24px !important;
    margin-bottom: 10px !important;
}
.cuz-card {
    padding: 1.5rem 2rem;
    border-radius: 15px;
    background-color: white;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    transition: all 0.3s ease;
}
.cuz-card:hover {
    transform: translateY(-10px);
}
.cuz-card .txt_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.cuz-p {
    font-size: 1em;
    font-weight: 100;
    color: var(--bs-gray-800);
}
.service-list {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.service-list li {
    list-style: none;
    margin-bottom: 1rem;
}
.cuz-service-list{
    padding:1rem 0 0 1.5rem;
}
.cuz-service-list li{
    list-style-type: circle;
    margin-bottom: .5rem;
}
.cuz-ul{
    list-style: square;
    padding: 0 0 0 1.5rem;
}
.gap-3 {
    gap: 1rem;
}
.cuz-mt-8 {
    margin-top: 3rem;
}
.hero-video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
}

.video-title {
    font-size: 3.5rem;
    font-weight: 700;
}

.video-subtitle {
    font-size: 1.25rem;
}
.map_box{
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
    .video-title {
        font-size: 2.5rem;
    }

    .video-subtitle {
        font-size: 1rem;
    }
}
@media (min-width: 1400px) {
    /* .container{
        max-width:1610px;
    } */
}
/* ends */
