@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=El+Messiri:wght@400..700&family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&family=Noto+Kufi+Arabic:wght@100..900&family=Protest+Strike&display=swap");

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}
.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none;
}
body {
    direction: rtl;
    text-align: right;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
        135deg,
        rgba(6, 147, 227, 1) 0%,
        rgb(155, 81, 224) 100%
    );
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
        135deg,
        rgb(122, 220, 180) 0%,
        rgb(0, 208, 130) 100%
    );
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
        135deg,
        rgba(252, 185, 0, 1) 0%,
        rgba(255, 105, 0, 1) 100%
    );
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
        135deg,
        rgba(255, 105, 0, 1) 0%,
        rgb(207, 46, 46) 100%
    );
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
        135deg,
        rgb(238, 238, 238) 0%,
        rgb(169, 184, 195) 100%
    );
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
        135deg,
        rgb(74, 234, 220) 0%,
        rgb(151, 120, 209) 20%,
        rgb(207, 42, 186) 40%,
        rgb(238, 44, 130) 60%,
        rgb(251, 105, 98) 80%,
        rgb(254, 248, 76) 100%
    );
    --wp--preset--gradient--blush-light-purple: linear-gradient(
        135deg,
        rgb(255, 206, 236) 0%,
        rgb(152, 150, 240) 100%
    );
    --wp--preset--gradient--blush-bordeaux: linear-gradient(
        135deg,
        rgb(254, 205, 165) 0%,
        rgb(254, 45, 45) 50%,
        rgb(107, 0, 62) 100%
    );
    --wp--preset--gradient--luminous-dusk: linear-gradient(
        135deg,
        rgb(255, 203, 112) 0%,
        rgb(199, 81, 192) 50%,
        rgb(65, 88, 208) 100%
    );
    --wp--preset--gradient--pale-ocean: linear-gradient(
        135deg,
        rgb(255, 245, 203) 0%,
        rgb(182, 227, 212) 50%,
        rgb(51, 167, 181) 100%
    );
    --wp--preset--gradient--electric-grass: linear-gradient(
        135deg,
        rgb(202, 248, 128) 0%,
        rgb(113, 206, 126) 100%
    );
    --wp--preset--gradient--midnight: linear-gradient(
        135deg,
        rgb(2, 3, 129) 0%,
        rgb(40, 116, 252) 100%
    );
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
        6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
:where(.is-layout-flex) {
    gap: 0.5em;
}
:where(.is-layout-grid) {
    gap: 0.5em;
}
body .is-layout-flex {
    display: flex;
}
body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}
body .is-layout-flex > * {
    margin: 0;
}
body .is-layout-grid {
    display: grid;
}
body .is-layout-grid > * {
    margin: 0;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}
:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}
.has-black-color {
    color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
    color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
    background-color: var(
        --wp--preset--color--luminous-vivid-orange
    ) !important;
}
.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(
        --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
    ) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(
        --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
    ) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(
        --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
    ) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(
        --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
    ) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(
        --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
    ) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}
.wp-block-navigation a:where(:not(.wp-element-button)) {
    color: inherit;
}
:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}
.wp-block-pullquote {
    font-size: 1.5em;
    line-height: 1.6;
}
.qtranxs_flag_ar {
    background-image: url(https://demo.puiux.org/taif/wp-content/plugins/qtranslate-xt-master/flags/arle.webp);
    background-repeat: no-repeat;
}
.qtranxs_flag_en {
    background-image: url(https://demo.puiux.org/taif/wp-content/plugins/qtranslate-xt-master/flags/gb.webp);
    background-repeat: no-repeat;
}
hr:not([size]) {
    height: 1px;
    margin: 30px 0;
    border: 0.5px solid #000 !important;
    opacity: 0.1;
}
@media (max-width: 767px) {
    .option_div {
        display: flex;
        gap: 2vw 10vw;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .radio-tile {
        width: 67px;
        min-height: 67px;
    }
    .modal-dialog {
        max-width: 100% !important;
    }
    #staticBackdrop {
        margin: 20px 0;
        height: calc(100% - 40px);
    }
    #staticBackdrop .modal-content {
        padding: 30px 0;
    }
    #pac-input {
        width: 80%;
    }
    .modal-content {
        padding: 10px;
    }
}
.nice-select.form-control,
div#btn_staticBackdrop {
    background: #f3f3f3;
    padding: 15px;
    border-radius: 10px;
    border: 0;
}
.nice-select.form-control:after,
div#btn_staticBackdrop:after {
    left: 10px;
}
.form-control:focus {
    border: 1px solid #c0161b !important;
    box-shadow: none !important;
}
.col-md-12.w-100 .input_full {
    display: block;
    background: #fff !important;
    /* border: 1px solid #bdbebe !important; */
}
.asd {
    display: none !important;
}
.wpcf7-form-control-wrap {
    width: 100%;
}
.wpcf7-form {
    direction: ltr !important;
}
.qtranxs_text_en {
    display: none;
}
.wpcf7-form-control-wrap {
    direction: ltr;
}
:root {
    /* --p: #998989; */
    --black: #000;
    --p: #655a5a;
    --FFFFFF: #ffffff;
    --red_d: #c0151b;
    --h2: #212529;
    --h3: #c0151b;
    --transition: all 400ms ease;
}
* {
    padding: 0px;
    margin: 0px;
    outline: none;
    box-sizing: border-box;
    text-decoration: none !important;
    border: none;
}
body,
html {
    overflow-x: hidden !important;
}
body {
    font-family: "Cairo", sans-serif;
}
a {
    text-decoration: none;
    color: initial;
}
ul {
    list-style: none;
}
h1,
h4,
h5,
h2,
h3,
h1 span,
h4 span,
h5 span,
h2 span,
h3 span {
    line-height: 1.5;
    font-weight: bold;
}
h1 {
    font-weight: 800;
}
a {
    color: inherit !important;
    transition: var(--transition);
}
a:hover {
    /* color: var(--color-primary); */
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
address,
ul,
label,
li {
    padding: 0;
    margin: 0px !important;
    /* line-height: normal !important; */
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    text-transform: capitalize;
}
h1,
h2 {
    color: var(--h2);
    font-size: 54px;
    font-weight: bold !important;
}
.wow {
    visibility: hidden;
}
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    width: fit-content;
    min-width: 170px;
    transition: all 0.15s linear;
}
.btn-primary,
.btn-outline:hover {
    color: #fff !important;
    background: var(--red_d) !important;
    border: 1px solid var(--red_d) !important;
}
.btn-outline,
.btn-primary:hover {
    background: transparent !important;
    color: var(--red_d) !important;
    border-color: var(--red_d) !important;
}
.nav_mobile {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    position: relative;
    z-index: 1050;
}
.nav_mobile .logo-img img {
    position: unset;
}
/* a.lang-nav   {
  font-family: "arabic_reg", sans-serif !important;
}
a.lang-nav p {
  font-family: "arabic_reg", sans-serif !important;
} */
.offcanvas {
    background: #fff !important;
}
.offcanvas-body .btn-nav-empty {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}
.offcanvas-header {
    padding: 10px 0;
    border-bottom: 1px solid #cccccc8a;
}
.offcanvas_body_direction .lang-nav p {
    font-size: 16px;
}
.offcanvas_body_direction .lang-nav {
    background: transparent;
}
.offcanvas-body .offcanvas_body_direction {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    color: var(--h2);
    /*gap: 20px;*/
    font-size: 16px;
}
.offcanvas-body li {
    list-style: none;
}
.offcanvas-body .offcanvas_body_direction a {
    font-weight: bold;
}
.offcanvas-body {
    padding: 0 0 50px;
}
.offcanvas-body::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.offcanvas-body::-webkit-scrollbar-thumb {
    background: 0 0;
    width: 0;
    height: 0;
}
.offcanvas-body::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 4px;
    border: 0;
    width: 0;
    height: 0;
}
.offcanvas-body li a {
    padding: 0 15px;
}
.offcanvas-body .lang_gap_search {
    margin-left: 0;
    font-size: 14px;
}
/* h2 span {
 } */
ul.sub-menu a {
    font-weight: 500 !important;
    padding: 0;
    padding-right: 29px;
    padding-left: 29px;
}
.ctn-preloader {
    -webkit-box-align: center;
    align-items: center;
    cursor: none;
    display: -webkit-box;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition-delay: 1s;
    z-index: 999;
}
.ctn-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}
.ctn-preloader .loader-section {
    background: var(--FFFFFF);
    height: 100%;
    position: fixed;
    top: 0;
    -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
    transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
    width: calc(50% + 1px);
}
.ctn-preloader.loaded {
    cursor: auto !important;
    visibility: hidden;
    z-index: 0;
}
.ctn-preloader .loader-section.section-left {
    left: 0;
}
.ctn-preloader .loader-section.section-right {
    right: 0;
}
.loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.loaded .loader-section.section-left {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
    transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
}
.loaded .loader-section.section-right {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
    transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
}
#myDiv {
    display: none;
    z-index: 9999;
    position: relative;
    width: 100%;
    height: 100%;
}
/* ====================== */
.cursor-inner {
    margin-left: 0;
    margin-top: 0;
    width: 10px;
    height: 10px;
    z-index: 10000001;
    background-color: var(--red_d);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.cursor-inner.cursor-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 100px;
    height: 100px;
    background-color: var(--red_d);
    opacity: 0.3;
}
.cursor-outer {
    margin-left: -25px;
    margin-top: -25px;
    width: 60px;
    height: 60px;
    border: 1px solid var(--red_d);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.5;
    -webkit-transition: all 0.08s ease-out;
    -o-transition: all 0.08s ease-out;
    transition: all 0.08s ease-out;
}
.cursor-outer.cursor-hover {
    opacity: 0;
}
.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}
/* ===================================== =============================== */
.overlay {
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.866);
}
.popup {
    position: absolute;
    width: 400px;
    max-width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.popup__h2 {
    text-align: center;
}
.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 23px;
    height: 23px;
    cursor: pointer;
}
.close-popup:before {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 1px;
    width: 20px;
    top: 11px;
    left: -4px;
    transform: rotate(-45deg);
}
.close-popup:after {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 1px;
    width: 20px;
    top: 11px;
    transform: rotate(45deg);
    left: -4px;
}
/*  */
.searchBox-nav {
    display: flex;
    /* max-width: 100%; */
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    background: #707070b9;
    border-radius: 50px;
    position: relative;
}
.searchButton-nav {
    color: #fff;
    position: absolute;
    left: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--red_d) !important;
    border: 0;
    display: inline-block;
    transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
/*hover effect*/
.searchButton-nav:hover {
    color: #fff;
    background-color: #1a1a1a;
    box-shadow: rgba(61, 61, 61, 0.151) 0 10px 20px;
    transform: translateY(-3px);
}
/*button pressing effect*/
.searchButton-nav:active {
    box-shadow: none;
    transform: translateY(0);
}
.searchInput-nav {
    border: none;
    background: none;
    outline: none;
    color: white;
    font-size: 15px;
    width: 100%;
    padding: 24px 26px 24px 46px;
}
@media (max-width: 440px) {
    .searchBox-nav {
        max-width: 300px;
        width: 100%;
        margin: auto;
    }
}

/* ----------------------------------------------------------------------- */
form#contact_us {
    max-width: 98%;
}
.form-contact-home {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    padding: 50px;
    z-index: 1;
    position: relative;
    background: #f5f6f7;
    border-radius: 16px;
}
.input-form-contact {
    height: 50px;
    outline: none;
    border-bottom: 1px solid #dedede;
    padding: 5px;
    transition: 0.5s linear;
    width: 100%;
    padding-right: 0px;
    background: transparent;
    font-size: 14px;
}
.input-form-contact::placeholder {
    color: var(--p);
}
.input-form-contact:focus {
    border-bottom: 1px solid #dedede;
    font-weight: bold;
    color: #bdbebe;
}
.input-form-contact:focus::placeholder {
    color: #bdbebe;
    font-weight: bold;
}
#contact_us .input-form-contact:focus-within {
    border-color: var(--red_d);
    color: var(--red_d) !important;
}
#contact_us .input-form-contact:focus-within::placeholder {
    color: var(--red_d) !important;
}
.inout-icon-div i {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #bdbebe;
    z-index: 2;
}
.inout-icon-div {
    position: relative;
}
.div-flex-co {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.inout-icon-div-textarea i {
    top: 6px !important;
    transform: unset;
}
.inout-icon-div-textarea textarea::placeholder {
    color: var(--p) !important;
}
.inout-icon-div-textarea textarea {
    color: rgb(189, 190, 190);
    width: 100%;
    border-bottom: 1px solid rgb(222, 222, 222);
    background: transparent;
    font-size: 14px;
}
.form-contact-home .buttom_fill {
    width: 100%;
    margin-top: 30px;
    border-color: #788992;
    color: #fff !important;
}
.form-contact-home h4 {
    color: var(--h2);
    font-size: 20px;
}
.form-contact-home .buttom_fill::before {
    background-color: #788992;
    width: 100%;
}
.form-contact-home .buttom_fill:hover:before {
    width: 0%;
}
.form-contact-home .buttom_fill:hover {
    color: #788992 !important;
}
.contact-us-home {
    position: relative;
    z-index: 1;
    padding-top: 100px;
}
.contact {
    position: relative;
}
.contact .dot {
    position: absolute;
    right: 0%;
    top: -7%;
    width: auto;
    height: auto;
    max-width: 197px;
    z-index: -1;
}
#contact_us textarea:focus-within {
    border-color: var(--red_d);
    color: var(--red_d) !important;
}
#contact_us textarea:focus-within::placeholder {
    color: var(--red_d) !important;
}
.form-contact-home p {
    font-size: 16px;
    color: #998989;
    font-weight: bold;
}
.inout-icon-div:focus-within i {
    color: var(--red_d) !important;
}
.form-contact-home .btn-nav-empty:hover::before,
.form-contact-home .btn-nav-empty:hover::after {
    height: 710px;
    width: 710px;
}
.contact h1 {
    color: var(--h2);
    font-size: 42px;
}
.progress {
    position: relative;
    height: 5px !important;
    background: var(--red_d) !important;
    top: 0;
    left: 0;
    transition: all linear 0.1s;
    min-width: 0%;
    z-index: 99;
}
.header-progress-par {
    position: fixed;
    top: 0;
    left: 0;
    height: 5px;
    background: #e6dede !important;
    z-index: 99;
    width: 100%;
}
/* ----------------------------------------------------------------------- */
.hero_contant h1 {
    font-size: 52px !important;
    color: var(--FFFFFF);
    max-width: 56%;
}
.hero-center .title {
    /* font-size: 48px; */
    text-align: center;
    /* color: #ffff; */
    padding-top: 7pc !important;
}
.hero {
    position: relative;
    min-height: calc(100dvh - 75px);
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero_contant {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2;
    opacity: 85%;
}
.hero-header {
    padding: 15px;
    z-index: 3;
}
.hero-header .title {
    color: #fff;
    font-size: 28px;
    text-align: right;
    font-weight: 600 !important;
}
.hero-header .title span {
    font-size: 30px;
    color: var(--red_d);
}
.hero-header .brief {
    color: #c6cbde;
    max-width: 800px;
    text-align: right;
}
.flex_vedio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* position: absolute;
    width: 100%;
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%); */
}
.right_h {
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.right_h:hover i {
    animation: infinite slideInOut 0.5s ease-in-out alternate;
}
@keyframes slideInOut {
    0% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(5px);
    }
}
/* .right_h:hover  .div_icon{
  background: #fff;
  color: var(--red_d);
} */
.div_icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 15px 0;
    font-size: 14px;
    transition: var(--transition);
}
.right_h p {
    font-size: 14px;
    font-weight: bold;
}
.left_button {
    border-radius: 25px 0;
    padding: 10px;
    min-width: 150px;
    background: transparent;
    border: 1px solid #fff;
    height: 50px;
    color: #fff !important;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about {
    position: relative;
    padding: 60px 0;
    min-height: calc(100dvh - 75px);
}
.about .brief {
    max-width: 800px;
}
#company {
    padding: 60px 0;
    min-height: calc(100dvh - 75px);
}
.sectors {
    background: #f5f6f7;
    padding: 60px 0;
    min-height: calc(100dvh - 75px);
}
.sectors .gallery-grid {
    gap: 20px 0;
}
.sectors .gallery-grid .card {
    border-radius: 15px;
    border-color: #ddd;
}
.sectors .gallery-grid figure {
    height: 120px;
    width: 120px;
    overflow: hidden;
    border-radius: 8px;
    margin: 0 15px;
}
.sectors .gallery-grid figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
img.about_right {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    max-width: 17%;
    z-index: -1;
}
img.about_left {
    position: absolute;
    top: -15%;
    left: 0;
    width: auto;
    height: 100%;
    max-width: 10%;
    z-index: -1;
}
.brief {
    color: var(--p);
    font-size: 22px;
    line-height: 1.7 !important;
}
.about p:nth-of-type(1) {
    padding-top: 0;
}
.owl-carousel {
    direction: ltr;
}
.card_gallery {
    width: 100%;
    height: 100dvh;
    transition: var(--transition);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.card_gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}
.card_gallery:hover img {
    width: 130%;
    /* height: 500px; */
    object-fit: cover;
}
.owl_carousel_1 {
    max-height: 100dvh;
    overflow: hidden;
}
.card_gallery::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(0deg, #000000eb, #00000047);
}
.content_card_gallery {
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: var(--transition);
    padding: 15px;
}
.card_gallery:hover .content_card_gallery {
    bottom: 50%;
    transform: translateY(50%) translateX(-50%);
}
.content_card_gallery h3 {
    font-size: 20px;
    text-align: center !important;
    color: #fff;
    transition: var(--transition);
}
h3.title_h3 {
    position: absolute;
    bottom: 28px;
    color: #fff;
    transition: var(--transition);
    font-size: 20px;
    right: 28px;
}
.card_gallery:hover h3.title_h3 {
    opacity: 0;
}
.content_card_gallery p {
    text-align: center !important;
    font-size: 14px;
    color: #bdb6b6;
    padding-top: 30px;
    padding-bottom: 20px;
}
a.more_a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    gap: 10px;
    font-size: 14px;
}
.title_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 45px !important;
}
.owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 120px;
    margin: 70px auto 0;
}
button.owl-prev,
button.owl-next {
    border: 1px solid var(--red_d) !important;
    height: 50px !important;
    width: 50px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: var(--red_d) !important;
    border-radius: 16px 0 !important;
    color: #fff !important;
    margin: 0 !important;
}
.owl-prev.disabled,
.owl-next.disabled {
    color: var(--red_d) !important;
    background: transparent !important;
    opacity: 1 !important;
}
.projects {
    padding: 60px 0;
    background: #f5f6f7;
    position: relative;
}
.projects .owl-theme .owl-dots {
    margin-top: 0 !important;
}
.projects .title_s {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 30px 20px;
    z-index: 2;
}
.projects .project-title {
    font-size: 22px;
    color: var(--h3);
    color: #fff;
    transition: color 0.15s linear;
}
.projects p {
    font-size: 20px;
}
.projects .listing-2 p {
    color: #ddd;
}
img.clintsr {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    max-width: 8%;
    z-index: -1;
}
img.clintsl {
    position: absolute;
    top: -15%;
    left: 0;
    width: auto;
    height: auto;
    max-width: 7%;
    z-index: -1;
}
.flex_title {
    display: flex;
    direction: rtl;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: auto;
    padding: 0 20px;
    flex-direction: column;
    z-index: 2;
    top: 460px;
    left: 50%;
    transform: translateX(-50%);
}
.pro_card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0;
    z-index: 1;
    pointer-events: none;
}
.title_s {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.flex_title h3 {
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.flex_title p {
    font-size: 13px;
    color: #bdb6b6;
    max-width: 100%;
    text-align: center;
}
.course-title {
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 34px;
    color: #000;
    margin: 50px;
}
.image-gallery img {
    transition: all 0.2s linear;
    object-fit: fill;
}
.projects:not(.inner-main).image-gallery:hover img {
    transform: scale(1.05);
}
.social-container {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}
.social-container a {
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
    align-items: center;
}
.buttom_fill_contact {
    margin-top: 30px !important;
    width: fit-content;
}
.pro_card {
    position: relative;
    z-index: 1;
    border-radius: 0;
    max-width: 100%;
    width: 1000px;
    height: 380px;
    overflow: hidden;
    border-radius: 10px;
}
.owl_carousel_3 .owl-item img {
    border-radius: 0;
    height: 100%;
}
.owl-theme .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-theme .owl-dots .owl-dot span {
    margin: 5px 5px 0;
    height: 15px;
    width: 15px;
}
.owl-theme .owl-dots .owl-dot.active span {
    height: 18px;
    width: 18px;
    background: var(--red_d);
}
.contact_home {
    padding: 80px 0;
    min-height: calc(100dvh - 75px);
    display: flex;
    align-items: center;
}
.contact2 {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: #fff;
    flex-grow: 1;
    flex-shrink: 0;
}
.title_flex.title_flex_cen {
    justify-content: center;
}
.title_flex.title_flex_cen h2 {
    text-align: center;
}
.vedio h2 {
    color: var(--h2);
    font-size: 42px;
}
.vedio p {
    color: var(--p);
    font-size: 16px;
    padding-top: 24px;
    padding-bottom: 50px;
}
.vedio .buttom_fill {
    width: fit-content;
}
.img_mask img {
    width: 100%;
    height: 100%;
}
.img_mask {
    -webkit-mask-image: url("../../img/maskvedio.webp");
    mask-image: url("../../img/maskvedio.webp");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 100%;
    -webkit-mask-size: 100% 100%;
    height: 400px;
    max-width: 458px;
    margin-right: auto;
}
.projects_right {
    position: relative;
    top: -127px;
}
.projects_left button.owl-prev,
.projects_left button.owl-next {
    height: 40px;
    width: 40px;
    border-radius: 10px 0 !important;
}
.title_h2_start h2 {
    font-size: 42px;
    color: var(--h2);
    padding-bottom: 50px;
}
.pagination_item {
    margin-top: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.pagination {
    display: flex !important;
    gap: 10px;
    align-items: center;
}
.pagination > li > a,
.pagination > li > span {
    border-radius: 50% !important;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 50% !important;
}
.page-item:last-child .page-link {
    border-radius: 50% !important;
}
.page-item:first-child .page-link {
    border-radius: 50% !important;
}
.page-link {
    color: var(--h2) !important;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #fff !important;
    background: var(--red_d) !important;
}
.pagination > li > a,
.pagination > li > a,
.pagination > li > span,
.pagination > li > span {
    transition: var(--transition) !important;
}
.page-link:focus {
    box-shadow: none;
}
.projects_page_title_2 p {
    font-size: 14px;
    color: var(--p);
    padding-top: 15px;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    width: 100% !important;
    background-color: transparent;
    border-radius: 0;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    height: 50px;
    display: flex;
    color: var(--p);
    align-items: center;
    line-height: 40px;
    outline: none;
    padding-right: 0;
    padding-left: 25px;
    position: relative;
    text-align: right !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    border-bottom: 1px solid #dedede;
}
/* .nice-select:hover {
    border-color: #dbdbdb; } */
/* .nice-select:active, .nice-select.open, .nice-select:focus {
    border: 2px solid #E58E06; } */
.nice-select:after {
    border-bottom: 2px solid #bdbebe;
    border-right: 2px solid #bdbebe;
    content: "";
    display: block;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    left: 0px;
    top: 45%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px;
    height: 8px;
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    border-radius: 0 0 10px 10px;
    border: 1px solid #c0151b;
    width: calc(100% + 2px) !important;
    left: -1px;
}
/* .nice-select.disabled:after { */
/* border-color: #cccccc; */
/* } */
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.list li:first-child {
    display: none;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: rgba(201, 201, 201, 0.74) 0px 20px 30px;
    color: var(--p);
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 100% !important;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
        opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    font-size: 13px;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    display: flex;
    align-items: center;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: right;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}
.vedio {
    padding-bottom: 0;
    padding-top: 100px;
}
.map iframe {
    border-radius: 1pc;
}
.input_full {
    border: 1px solid transparent;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    outline: none;
    overflow: hidden;
    background-color: #f3f3f3;
    border-radius: 10px;
    height: 50px;
    transition: all 0.5s;
    font-size: 16px;
    color: var(--p) !important;
    margin-bottom: 15px;
}
.input_full::placeholder {
    color: var(--p) !important;
}
.input_full:focus {
    border: 1px solid var(--red_d);
    background-color: #fff;
    color: var(--red_d);
}
.input_full:hover::placeholder {
    color: var(--red_d);
}
.form_2 {
    max-width: 800px !important;
    margin: auto;
}
.form_2 .buttom_fill {
    border-color: var(--red_d);
    color: var(--red_d) !important;
    margin: 15px 0 0 auto;
    min-width: 160px;
}
.form_2 .buttom_fill::before {
    background-color: #fff;
    width: 100%;
}
.form_2 .buttom_fill:hover:before {
    width: 0%;
}
.form_2 .buttom_fill:hover {
    color: #fff !important;
    background: var(--red_d);
}
.form_2 .row .col-md-6 {
    display: flex;
    padding-top: 16px;
    padding-right: 8px;
    padding-left: 8px;
}
textarea.input_full {
    min-height: 100px !important;
    padding-top: 12px;
}
.form_2 .row .col-md-12 {
    display: flex;
}
.vedio_about {
    position: relative;
}
.icon_vedio {
    position: absolute;
    color: var(--red_d);
    font-size: 18px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    max-width: 458px;
}
.icon_vedio i {
    position: absolute;
    top: 29%;
    right: 20%;
}
/* #left_button .lity-wrap {
  position: absolute !important;
  width: 100%;
  height: 100%;
}
.lity-wrap {
  position: absolute !important;
}
.lity {
  width: 100%;
  height: 100%;
  position: absolute !important;
}
.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 100%  !important;
  max-height: 100dvh !important;
  height: 100%  !important;
} */
.contact.contact_home.jop {
    padding: 0;
}
div.video {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0 !important;
    left: 0;
}
div.video-wrapper {
    z-index: 4;
    background: rgb(0, 0, 0);
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 0 !important;
}
.close_video {
    position: absolute;
    top: 11%;
    right: 3%;
    transform: translate(-50%, -50%);
    color: var(--red_d);
    font-size: 25px;
    z-index: 1;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.left_button.buttom_fill::before {
    background-color: var(--FFFFFF);
    width: 0%;
}
.left_button.buttom_fill:hover:before {
    width: 100%;
}
.left_button.buttom_fill:hover {
    color: var(--red_d) !important;
}
.number {
    gap: 5px !important;
}
.minus,
.plus {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 8px 5px 8px 5px;
    border: 1px solid #bdbebe;
    display: flex;
    vertical-align: middle;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.number input {
    height: 40px;
    width: 100px;
    text-align: center;
    background: #fff;
    font-size: 16px;
    border: 1px solid #bdbebe;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}
.form-group {
    display: block;
}
.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.form-group label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: var(--p);
    font-size: 16px;
    font-weight: 500;
}
.form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid var(--p);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 6px;
    border-radius: 5px;
}
.form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    right: 9px;
    width: 4px;
    height: 8px;
    border: solid var(--p);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translateY(-50%);
}
.options h5 {
    font-size: 20px;
    color: var(--h2);
}
.option_div {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.options_flex {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
    width: 100%;
    padding: 25px;
    background: #f3f3f3;
    margin-bottom: 15px;
    border-radius: 10px;
}
.map_div {
    background: url("../../img/map.webp") no-repeat;
    background-size: 100% 100%;
    min-height: calc(100dvh - 75px);
    /* background-attachment: fixed; */
    position: relative;
}
.logo_map {
    position: absolute;
    top: 50px;
    right: 50px;
}
div#offcanvasExample2 {
    position: absolute;
}
div#offcanvasExample2 .modal-backdrop.show {
    opacity: 0;
}
.buttom_offcanvasExample2 {
    padding: 10px 20px;
    font-size: 14px;
    height: 50px;
    color: var(--red_d);
    border-radius: 10px;
    background: var(--FFFFFF);
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 50px;
    font-weight: bold;
    right: 50px;
    min-width: 140px;
}
#offcanvasExample2 {
    background: #f5f6f7 !important;
}
.map_div .modal-backdrop {
    opacity: 0 !important;
}
.map_div .btn-close {
    filter: unset;
}
.card_project_map {
    padding: 20px 20px 30px 20px;
    background: #fff;
    border-radius: 1pc;
    margin-top: 24px;
}
.card_project_map img {
    width: 100%;
    height: 200px;
    border-radius: 1pc;
    filter: brightness(0.8);
}
#offcanvasExample2 .offcanvas-body {
    padding: 30px 20px;
}
.card_project_map h2 {
    color: var(--h2);
    font-size: 20px;
    padding-top: 20px;
}
.card_project_map p {
    color: var(--p);
    font-size: 14px;
    padding-top: 15px;
}
.map_icon_card .div {
    display: flex;
    gap: 10px;
    flex-direction: column;
    background: #0000007d;
    border-radius: 8px;
    padding: 20px;
    width: fit-content;
    align-items: center;
    justify-content: center;
}
.map_icon_card .div h4 {
    color: var(--FFFFFF);
    font-size: 14px;
    font-weight: bold;
}
.map_icon_card .div p {
    color: #d5cdcd;
    font-size: 14px;
}
.map_icon_card .div p span {
    direction: ltr;
}
.map_icon_card {
    display: flex;
    gap: 25px;
    width: fit-content;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.map_icon_card1 {
    position: absolute;
    top: 57%;
    right: 16%;
    transform: translateY(-50%);
}
.map_icon_card2 {
    position: absolute;
    top: 53%;
    right: 36%;
    transform: translateY(-50%);
}
.map_icon_card3 {
    position: absolute;
    top: 74%;
    right: 44%;
    transform: translateY(-50%);
}
.map_icon_card4 {
    position: absolute;
    top: 20%;
    left: 25%;
    transform: translateY(-50%);
}
.map_icon_card5 {
    position: absolute;
    top: 53%;
    left: 35%;
    transform: translateY(-50%);
}
.map_icon_card img {
    width: auto;
    height: auto;
    max-width: 27px;
}
.lang_map {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background: #fff;
    color: #bfb9b9;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.top_map_left {
    position: absolute;
    top: 50px;
    left: 50px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
}
.map_div .group {
    display: flex;
    line-height: 28px;
    align-items: center;
    position: absolute;
    width: 250px;
    left: 70px;
    transition: var(--transition);
    opacity: 0;
    pointer-events: none;
}
.map_div .input {
    width: 100%;
    height: 50px;
    padding: 0 1rem;
    padding-right: 2.5rem;
    border: 2px solid transparent;
    border-radius: 8px;
    outline: none;
    background-color: #fff;
    color: #0d0c22;
    transition: 0.3s ease;
}
.map_div .input::placeholder {
    color: #bfb9b9;
}
.map_div .input:focus,
.input:hover {
    outline: none;
    border-color: var(--p);
    background-color: #fff;
    box-shadow: 0 0 0 4px rgb(234 76 137 / 10%);
}
.map_div .icon {
    position: absolute;
    right: 1rem;
    fill: #bfb9b9;
    font-size: 14px;
}
.option_div div {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.options {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: flex-start;
    flex-direction: column;
}
.options .input_fill {
    margin-top: 0;
    background: #fff;
}
span.radio-icon {
    width: 100%;
}
.your_projects .buttom_fill {
    width: fit-content !important;
    margin: auto !important;
}
.form_2.your_projects {
    max-width: 100% !important;
}
.drag-file-area {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
}
.upload-files-container {
    background-color: transparent;
    width: 100%;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    border-bottom: 1px solid #dedede;
    height: 100px;
}
.drag-file-area .upload-icon {
    font-size: 16px;
    color: #bdbebe;
}
.drag-file-area h3 {
    font-size: 26px;
    margin: 15px 0;
}
.drag-file-area label {
    font-size: 19px;
}
.drag-file-area label .browse-files-text {
    color: var(--red_d);
    font-weight: bolder;
    cursor: pointer;
}
.browse-files span {
    position: relative;
    top: -25px;
}
.cannot-upload-message {
    background-color: #ffc6c4;
    font-size: 17px;
    display: flex;
    align-items: center;
    margin: 5px 0;
    padding: 5px 10px 5px 30px;
    border-radius: 5px;
    color: #bb0000;
    display: none;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.cannot-upload-message span,
.upload-button-icon {
    padding-right: 10px;
}
.cannot-upload-message span:last-child {
    padding-left: 20px;
    cursor: pointer;
}
.file-block {
    color: #fff;
    background-color: #788992;
    transition: all 1s;
    width: 100%;
    position: relative;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 15px;
    padding: 12px 20px;
    border-radius: 25px 0;
    cursor: pointer;
}
.file-info {
    display: flex;
    align-items: center;
    font-size: 15px;
}
.file-icon {
    margin-right: 10px;
}
.file-name,
.file-size {
    padding: 0 3px;
}
.offcanvas-header .btn-close {
    padding: 0;
    margin: 0;
    opacity: 1;
}
.remove-file-icon {
    cursor: pointer;
}
.progress-bar {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 4.5%;
    width: 0;
    height: 5px;
    border-radius: 25px;
    background-color: var(--red_d);
}
.upload-button {
    background-color: var(--red_d);
    color: #f7fff7;
    display: flex;
    align-items: center;
    font-size: 18px;
    border: none;
    border-radius: 20px;
    margin: 10px;
    padding: 7.5px 50px;
    cursor: pointer;
}
.default-file-input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.card_project_page {
    padding: 20px;
    border-radius: 16px;
    background: #f5f6f7;
}
.card_project_page h5 {
    font-size: 16px;
    color: var(--h2);
}
.map iframe {
    width: 100%;
}
.card_project_page p {
    font-size: 14px;
    color: var(--p);
}
.card_project_page .des {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.img_blog_card {
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}
li#menu-item-1321 a {
    width: 100%;
    display: block;
}
.card_project_page .img img {
    width: 100%;
    height: 200px;
    border-radius: 16px;
}
.card_project_page .img {
    position: relative;
}
.card_project_page .img::before {
    content: "";
    position: absolute;
    top: 0;
    border-radius: 16px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000c2, #00000026);
    z-index: 0;
}
.projects_page_title h2 {
    font-size: 32px;
    color: var(--h2);
}
.projects_page_title h2 span {
    color: #000;
}
.projects_page {
    padding-top: 100px;
}
.projects_page_title {
    padding-bottom: 50px;
}
.btn_more {
    display: flex;
    gap: 5px;
    color: var(--red_d) !important;
    font-size: 14px;
    align-items: center;
}
.btn_more i {
    color: var(--red_d) !important;
    font-size: 12px;
}
.group_page {
    display: flex;
    line-height: 28px;
    align-items: center;
    position: relative;
    max-width: 100%;
}
.group_page .input {
    width: 100%;
    height: 45px;
    line-height: 28px;
    padding: 0 1rem;
    padding-right: 2.2rem;
    border: 2px solid transparent;
    border-radius: 3pc;
    outline: none;
    background-color: #f3f3f4;
    color: #788992;
    transition: 0.3s ease;
    font-size: 14px;
}
.group_page .input::placeholder {
    color: #788992;
}
.group_page .input:focus,
.group_page .input:hover {
    outline: none;
    border-color: var(--red_d);
    background-color: #fff;
    box-shadow: 0 0px 3px 2px #bb000024;
}
.group_page .icon_group {
    position: absolute;
    right: 1rem;
    color: #788992;
    font-size: 13px;
}
.projects_page_title .div {
    display: flex;
    align-items: center;
    gap: 10px;
}
/* .projects_page_title .list li:first-child {
  display: block !important;
} */
.projects_page_title h6.h6 {
    font-size: 16px;
    color: var(--h2);
}
.projects_page_title .nice-select {
    height: auto;
    border-bottom: none;
    max-width: 37%;
    line-height: normal;
    padding-left: 5px;
    padding-top: 1px;
}
.projects_page_title .nice-select:after {
    border-bottom: 1px solid #bdbebe;
    border-right: 1px solid #bdbebe;
    width: 6px;
    height: 6px;
}
.projects_page_title .list {
    min-width: 140px;
    border-radius: 5px;
}
.projects_page_title .nice-select .option {
    min-height: 30px;
    padding-left: 10px;
    padding-right: 14px;
}
.your_projects_select {
    width: 100%;
    margin-bottom: 15px;
}
.jop .form_2 {
    width: 100%;
    max-width: 100% !important;
}
.product-details-div h2 {
    font-size: 32px;
    padding-bottom: 20px;
    color: var(--h2);
    line-height: 1.2 !important;
}
.right_contact h4 {
    font-size: 32px;
    color: var(--h2);
}
.right_contact p {
    font-size: 14px;
    color: var(--p);
    padding-top: 20px;
}
.blog-content {
    padding: 30px;
    background: #f5f6f7;
    border-radius: 10px;
    margin-top: 100px;
}
.blog-content p {
    font-size: 14px;
    color: var(--p);
    text-align: justify;
    line-height: 1.7;
}
.vendor form#contact_us {
    padding: 30px !important;
}
.about2 {
    padding: 0;
    padding-bottom: 100px;
}
.about3 .img_mask {
    margin-left: auto;
    margin-right: unset;
}
.about2 .img_mask {
    margin-left: auto;
    margin-right: unset;
}
.about2 .icon_vedio {
    left: unset;
    right: 0;
}
.liststyle {
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: var(--p);
    flex-direction: column;
    padding-top: 20px;
    list-style: circle;
    padding-left: 12px;
}
.img_blog {
    position: relative;
}
/* .img_blog::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  border-radius: 16px;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: linear-gradient(0deg, #000000c2, #00000026);*/
/*  z-index: 0;*/
/*}*/
.img_blog img {
    width: auto;
    height: auto;
    max-width: 100%;
    border-radius: 16px;
}
.input_fill p {
    font-size: 16px;
    color: var(--p);
    position: relative;
    width: fit-content;
    font-weight: 600;
    margin-bottom: 10px !important;
}
.input_fill p span {
    font-size: 30px;
    color: var(--red_d);
    position: absolute;
    top: -19px;
    left: -13px;
    font-weight: 500;
}
.jop textarea.input_full {
    margin-top: 0 !important;
}
.jop .buttom_fill {
    width: fit-content;
    margin-top: 20px !important;
}
.jop .nice-select {
    background: #f3f3f3;
    padding-right: 13px;
    border-radius: 8px;
    height: 50px;
    font-size: 16px;
    color: var(--p) !important;
    border-bottom: none;
}
.jop .nice-select:after {
    left: 14px;
}
.form_jop {
    padding: 30px;
    background: #eee3e33b;
    border-radius: 1pc;
}
.dropdown {
    display: inline-block;
    position: relative;
    margin-left: 20px !important;
}
.dd-button {
    display: flex;
    cursor: pointer;
}
.dd-button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-bottom: 2px solid var(--red_d);
    border-right: 2px solid var(--red_d);
    margin-top: -4px;
    width: 7px;
    height: 7px;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.dd-button:hover::after {
    border-bottom: 2px solid var(--p);
    border-right: 2px solid var(--p);
}
.about1 {
    padding: 0;
    padding-bottom: 100px;
}
.dd-input {
    display: none;
}
.dd-menu {
    position: absolute;
    margin-top: 25px !important;
    padding-top: 0 !important;
    top: auto;
    /* display: block !important; */
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    background-color: transparent;
    list-style-type: none;
    transition: var(--transition);
}
ul.dd-menu li {
    color: var(--p) !important;
}
.dd-input + .dd-menu {
    opacity: 0;
    pointer-events: none;
}
ul.dd-menu li:hover {
    color: var(--red_d) !important;
}
.dd-input:checked + .dd-menu {
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
    top: 45px;
    background: #fff;
    padding: 30px !important;
    border: 1px solid #ddd;
    box-shadow: 0 10px 12px 2px rgba(25, 37, 47, 0.08);
}
.dd-menu li {
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
}
.projects_page_2 {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    justify-content: center;
}
.projects_page_2 .card_gallery {
    width: 100%;
}
.projects_page_2 .card_gallery {
    width: 100%;
}
.projects_page_2 .card_gallery:hover {
    width: 100%;
}
.projects_page_2 .content_card_gallery {
    padding: 20px;
}
.dd-menu li.divider {
    padding: 0;
    border-bottom: 1px solid #cccccc;
}
#offcanvasExampleLabel img {
    width: auto;
    height: auto;
    max-width: 78%;
}
.icons_company {
    padding-top: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.icons_company a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #c02027;
    color: #ffffff !important;
    font-size: 13px;
}
.jop_2 {
    padding: 0;
}
.jop_2 {
    background: #e5e8eb47;
    padding: 30px;
    border-radius: 18px;
}
.title_jop2 {
    display: flex;
    gap: 6px;
    padding-bottom: 20px;
    flex-direction: column;
}
.title_jop2 h2 {
    color: var(--h2);
    font-size: 20px;
}
.title_jop2 p {
    font-size: 16px;
    color: #998989;
}
.clints_page_card img {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
}
.clints_page_card {
    border-radius: 10px;
    background: #f3f3f382;
    padding: 30px;
    display: flex;
    margin-bottom: 24px !important;
    min-height: 350px;
    position: relative;
    overflow: hidden;
    transition: var(--transition);
    align-items: center;
    justify-content: center;
}
.clints_page_card .img {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl_carousel_3 .owl-stage {
    /*height: 315px;*/
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.projects_page .card_gallery {
    height: 400px;
    margin-bottom: 24px;
}
.clints_page_card h3 {
    font-size: 18px;
    color: var(--h2);
    padding-bottom: 20px;
    text-align: center;
}
.clints_page_card p {
    font-size: 14px;
    color: var(--p);
    line-height: 1.7;
    text-align: center;
}
.price-input {
    display: flex;
    gap: 20px;
}
.price-input span {
    font-size: 16px;
    color: var(--h2);
    font-weight: bold;
}
.price-input .field {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.field input {
    width: 100%;
    padding: 8px;
    max-width: 105px;
    height: 45px;
    /* max-height: 45px; */
    outline: none;
    font-size: 19px;
    border-radius: 50px;
    color: var(--h2);
    text-align: center;
    border: 1px solid #bdbebe;
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}
.contact.contact_home.jop.jop_2 {
    padding: 30px;
}
.jop_2 .input_full.input_fill {
    background: #fff;
}
.jop_2 .nice-select {
    background: #fff;
}
.jop_2 .options_flex {
    background: #fff;
}
.projects_page_2 .card_gallery {
    width: 100%;
    height: 400px;
}
.start_select .nice-select {
    background: #f3f3f3;
}
.card_gallery .btn_more {
    color: #fff !important;
    width: fit-content;
    margin: auto !important;
}
.card_gallery .btn_more i {
    color: #fff !important;
}
h5#offcanvasExample2Label img {
    width: auto;
    height: auto;
    margin: auto;
    max-width: 100%;
}
.form-contact-home .buttom_fill::before {
    border-radius: 10px 0;
}
.wpcf7-form-control-wrap {
    padding-top: 14px;
}
.owl_carousel_3 .owl-item {
    margin: auto;
    align-self: stretch;
    max-width: 1000px;
    height: 380px;
    width: 100vw;
    /*  height: 100%; */
    margin-top: 0 !important;
}
ul.sub-menu {
    /* padding: 20px; */
    font-size: 14px;
    color: var(--p);
    display: flex;
    flex-direction: column;
    background: #f3f3f382;
    /* margin-top: 15px !important; */
    padding-right: 0;
    margin-bottom: -1px !important;
    border-bottom: 1px solid #cccccc8a;
}
.offcanvas-body li {
    border-bottom: 1px solid #cccccc8a;
    font-size: 14px;
}
.offcanvas-body li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
}
li#menu-item-1321 {
    position: relative;
}
li#menu-item-1321::before {
    content: "";
    border-bottom: 2px solid #c0151b;
    border-right: 2px solid #c0151b;
    content: "";
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    left: 15px;
    top: 20px;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 7px;
    height: 7px;
}
a.pro_card_a {
    width: 100%;
    height: 100%;
    display: block;
}
.image-gallery:hover .project-title {
    color: var(--red_d);
}
.d_ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.d_ul h6 {
    font-size: 18px;
    color: var(--p);
    font-weight: bold;
}
.d_ul p {
    font-size: 14px;
    color: var(--p);
}
.name_file_up {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}
.input_upload .close i {
    margin: auto;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.radio-inputs {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio-inputs > * {
    margin: 6px;
}
.radio-input:checked + .radio-tile {
    border-color: var(--red_d);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: var(--red_d);
}
.radio-input:checked + .radio-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: var(--red_d);
    border-color: var(--red_d);
}
.radio-input:checked + .radio-tile .radio-label {
    color: var(--red_d);
}
.radio-input:focus + .radio-tile {
    /* border-color: var(--h2); */
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #c0151b21; */
}
.radio-input:focus + .radio-tile:before {
    transform: scale(1);
    opacity: 1;
}
.radio-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 120px;
    padding: 0;
    padding-bottom: 10px;
    gap: 10px;
    min-height: 90px;
    border-radius: 0.5rem;
    border: 1px solid #dddddd;
    background-color: #fff;
    /* box-shadow: 0 5px 10px #45454512; */
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.radio-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    border: 2px solid #dddddd;
    background-color: #fff;
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
}
.radio-tile:hover {
    border-color: var(--red_d);
}
.radio-tile:hover:before {
    transform: scale(1);
    opacity: 1;
}
.radio-icon img {
    width: 100%;
    height: 80px;
    border-radius: 5px 5px 0 0;
    object-fit: cover;
}
.radio-label {
    color: var(--p);
    transition: 0.375s ease;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}
.radio-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.modal-backdrop {
    background-color: #1f0607 !important;
}
.modal-content {
    background: #f8f9f9;
    padding: 30px;
    border-radius: 22px;
}
.modal-dialog {
    max-width: 55%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.object-fit-cover {
    object-fit: cover;
}
.details-main {
    padding-bottom: 60px;
}
.details-main article > * {
    margin-bottom: 30px !important;
}
.details-main article .social-media {
    margin: 20px 0 25px !important;
}
.details-main article .title {
    margin-bottom: 0 !important;
}
.details-main article h2 {
    font-size: 34px;
    margin-bottom: 10px !important;
}
.details-main *::first-letter {
    text-transform: uppercase;
}
.details-main .pro_card,
.details-main img {
    border-radius: 10px;
}
.details-main p,
.details-main li {
    color: var(--p);
    font-size: 20px;
    line-height: 1.7 !important;
}
.details-main ul {
    list-style: none;
}
.details-main ul li {
    display: flex;
    margin-bottom: 5px !important;
}
.details-main ul li::before {
    content: "";
    display: block;
    background: var(--red_d);
    width: 8px;
    height: 8px;
    border-radius: 4px;
    position: relative;
    top: 15px;
    right: 0;
    flex-shrink: 0;
    margin-left: 8px;
}
.details-main .pro_card {
    border: 1px solid #ddd;
}
.details-main .pro_card::before {
    display: none;
}
.details-main article .date {
    color: #998989;
    margin-bottom: 15px !important;
    font-size: 15px;
}
@media (max-width: 767px) {
    #pac-input {
        background-color: #fff;
        font-size: 18px;
        margin-left: 12px;
        padding: 0 11px 0 13px;
        text-overflow: ellipsis;
        width: 250px;
        left: 50% !important;
        transform: translateX(-50%);
    }
}
.modal {
    overflow: hidden;
}
.pac-container {
    position: fixed !important;
    z-index: 1600;
    top: 51% !important;
    transform: translateY(-50%);
}
#pac-input {
    position: absolute;
    background-color: #fff;
    font-size: 18px;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
    left: 50% !important;
    transform: translateX(-50%);
}
#pac-input:focus {
    border-color: #bb0000;
}
.div_map {
    width: 100%;
}
#map {
    height: 100%;
    min-height: 410px;
    border-radius: 20px;
}
.modal-header {
    border: none !important;
}
.modal-header .btn-close {
    padding: 0;
    margin: 0;
    opacity: 1;
    filter: invert(36);
    width: 38px;
    height: 38px;
    font-size: 14px;
    color: #fff;
    opacity: 1;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    background-color: #fff !important;
}
.input_upload input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
}
.input_upload {
    width: 100%;
}
.input_upload .input_fill {
    position: relative;
}
.input_upload .upload_cv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: 10px;
    font-size: 16px;
    color: var(--p);
}
.upload_cv i {
    font-size: 40px;
    color: var(--red_d);
}
.input_upload .input_full {
    height: 180px;
}
.input_upload .close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--h2);
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
}
.input_upload .close:hover {
    background: var(--red_d);
}
.start_select .nice-select {
    background: #ffffff;
}
.nice-select .list {
    max-height: 250px;
    overflow-y: scroll;
}
.nice-select ::-webkit-scrollbar {
    background: transparent !important;
}
.options.s_color_div {
    width: 100%;
    max-width: 400px;
}
.minus,
.plus {
    cursor: pointer;
}
select {
    border: 1px solid transparent;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    outline: none;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 10px;
    height: 50px;
    transition: all 0.5s;
    font-size: 14px;
    color: var(--p) !important;
    position: relative;
}
select:after {
    border-bottom: 2px solid #bdbebe;
    border-right: 2px solid #bdbebe;
    content: "";
    display: block;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    left: 14px;
    top: 45%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px;
    height: 8px;
}
select option {
    background: #fff !important;
}
div#wpcf7-f1316-o1 select {
    background: #f3f3f3;
}
.close_video i {
    display: flex !important;
}
.ul-footer li#menu-item-1401 {
    position: relative;
}
.ul-footer li#menu-item-1401:after {
    border-bottom: 2px solid #bdbebe;
    border-right: 2px solid #bdbebe;
    content: "";
    display: block;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    left: -15px;
    top: 10px;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px;
    height: 8px;
}
.ul-footer ul.sub-menu {
    position: absolute;
    display: flex;
    flex-direction: row;
    top: -5px;
    background: transparent;
    width: max-content;
    color: #a7a7a7ab;
}
.owl_carousel_2 .clints_page_card {
    min-height: 220px;
}
.form_2 .row .col-md-12 {
    display: flex;
    flex-direction: column;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: var(--red_d) !important;
    padding: 7px 40px;
}
div:where(.swal2-icon).swal2-success [class^="swal2-success-line"] {
    background-color: var(--red_d);
}
div:where(.swal2-icon).swal2-success .swal2-success-ring {
    border: 0.25em solid var(--red_d);
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #c0151b !important;
}
.form_2.start_form .nice-select {
    background: #ffffff !important;
}
div#contact_project .nice-select {
    background: #f3f3f3 !important;
    border: 0 !important;
}
.nice-select.open {
    border-radius: 10px 10px 0 0 !important;
    border-bottom: 0 !important;
    border: 1px solid #c0151b !important;
}
.img_blog_card img {
    width: auto !important;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
.btn-close {
    width: 50px !important;
    height: 50px !important;
    padding: 0 !important;
    background-size: 100% 100%;
}
.modal-header button.btn-close {
    width: 20px !important;
    height: 20px !important;
    font-size: 10px !important;
}
.projects_page .projects_right {
    top: 0;
}
.listing-main {
    padding: 80px 0;
    position: relative;
}
.listing-main .owl-stage {
    display: flex;
}
.listing-main .owl-stage .owl-item {
    align-self: stretch;
    margin: 0 15px 20px;
    direction: rtl;
}
.listing-main .owl-stage .owl-item a {
    height: 100%;
    display: flex;
}
.listing-main .owl-stage .owl-item a:hover .card-title {
    color: var(--red_d);
}
.listing-main .card {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 12px 12px 0px rgba(25, 37, 47, 0.08);
    border: 0;
    padding: 0;
}
.listing-main .card-item:hover .card-title {
    color: var(--red_d);
}
.listing-main .card figure {
    background: #f3f3f3;
    padding: 30px;
    height: 170px;
    flex-shrink: 0;
}
.listing-main .card figure img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 220px;
    transition: all 0.2s linear;
}
.listing-main .date {
    font-size: 14px;
    color: #998989;
}
.listing-main .filters .form-control {
    border-radius: 10px;
    height: 50px;
    padding-left: 20px !important;
    font-size: 16px;
    border: 1px solid #ddd;
    max-width: 300px;
    background: #fff;
    color: #212529;
}
.listing-main .filters .nice-select {
    width: 150px !important;
}
.listing-main .filters .nice-select .option {
    font-size: 16px;
}
.listing-main .filters button {
    height: 50px;
    width: 50px;
    border-radius: 10px;
    box-shadow: none;
    font-size: 17px;
}
.listing-main .no-result {
    font-size: 24px;
    font-weight: 600;
}
.load-more-btn {
    height: 50px;
    min-width: 250px;
}
.loading-more {
    display: none;
}
.card .card-title {
    font-size: 22px !important;
    text-transform: capitalize;
}
.card .card-title a {
    color: #000;
}
.card .card-text {
    font-size: 15px;
    line-height: 24px;
    color: #1e3140;
}
.card .btn {
    border-radius: 8px;
    margin: 15px 0 0 auto;
}
.card .btn i {
    position: relative;
    top: 1px;
}
.card .btn:hover {
    min-width: 190px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
.card .btn-primary:hover {
    color: #fff !important;
    background: var(--red_d) !important;
    border: 1px solid var(--red_d) !important;
}
.error {
    font-size: 12px;
    color: red;
}
.inner-main {
    padding-top: 30px !important;
    padding-bottom: 20px;
}
.inner-main .owl_carousel_3 .owl-item {
    height: calc(100dvh - 75px);
}
.inner-main .pro_card {
    border-radius: 0;
    width: 100%;
    height: calc(100dvh - 75px);
}
.form-main form {
    margin-bottom: 100px;
}
.form-main .title,
.form-main .brief {
    max-width: 900px;
    padding: 5px 0 10px;
    text-align: center;
}
.form-main form.start_form .nice-select {
    background-color: #f3f3f3 !important;
    padding: 15px !important;
}
.form-main form .nice-select.open {
    border: 1px solid var(--red_d);
    border-radius: 10px 10px 0 0px;
}
.form-main form .radio-tile {
    width: 138px;
}
.file-input {
    padding: 10px 15px;
}
.file-input::-webkit-file-upload-button {
    display: none;
}

.area {
    padding: 80px 30px 10px;
}
.area .range-input {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 100%;
    height: 8px;
    display: inline-block;
    margin: 0;
    border-radius: 4px;
    background: #273542;
    min-width: 220px;
}

.area .range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 5px;
    width: 5px;
    background-color: var(--red_d);
    border-radius: 50%;
    border: none;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.area .range-input::-moz-range-thumb {
    height: 5px;
    width: 5px;
    background-color: var(--red_d);
    border-radius: 50%;
    border: none;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.area .area-counter {
    background: #fff;
    border-radius: 10px;
    top: -80px;
    right: 0;
    min-width: 100px;
    height: 45px;
    font-size: 16px;
    line-height: 46px;
    color: #655a5a;
    font-weight: 600;
    text-align: center;
    border: none;
    transform-origin: right top;
    pointer-events: none;
    margin-right: -50px;
}
.area .area-counter::before {
    content: "";
    display: inline-block;
    border: 12px solid transparent;
    border-top-color: #fff;
    border-radius: 4px;
    position: absolute;
    bottom: -22px;
    transform: translateX(50%);
    right: 50px;
}
.area .area-counter::after {
    content: "";
    display: inline-block;
    background-color: var(--red_d);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    bottom: -54px;
    transform: translateX(50%);
    right: 50px;
}
.search-box {
    max-width: 415px;
    margin-left: auto;
    top: -25px;
    border-radius: 5px;
}
.search-box .form-control {
    border-radius: 10px;
    height: 50px;
    padding-right: 40px;
    padding-left: 15px;
    font-size: 18px;
    border-color: #ddd;
}
.search-box i {
    color: #000;
    right: 15px;
    top: 16px;
}
.sectors-main .sectors {
    background: #fff;
}
.sectors-main .gallery-grid .card::after {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    border-radius: 15px;
}
.sectors-main .gallery-grid .card-body {
    z-index: 3;
    padding: 40px 16px;
}
.sectors-main .card .card-title {
    font-size: 24px !important;
    color: #fff;
}
.sectors-main .card .card-text {
    font-size: 16px;
    color: #fff;
}
.sectors-main .card img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    left: 0;
    top: 0;
    z-index: 1;
    object-fit: cover;
    transition: all 0.2s linear;
}
.sectors-main .card:hover img {
    transform: scale(1.1);
}
.sectors-main .card .btn {
    min-width: unset !important;
    gap: 20px;
}
.sectors-main .card .btn:hover {
    gap: 40px;
}
.option_div {
    flex-wrap: wrap;
}
#pp-nav li,
.pp-slidesNav li {
    margin-bottom: 5px !important;
}
#pp-nav span,
.pp-slidesNav span {
    border-color: #d6d6d6 !important;
    background: #d6d6d6 !important;
    width: 12px;
    height: 12px;
}
#pp-nav li .active span,
.pp-slidesNav .active span {
    border-color: var(--red_d) !important;
    background: var(--red_d) !important;
}
.alert {
    padding-right: 1rem;
    padding-left: 3rem;
}
.alert .btn-close {
    top: 22px;
    left: 15px;
    right: auto;
    width: 14px !important;
    height: 14px !important;
}
.about-main .box {
    padding: 30px 20px;
    background: #f5f6f7;
    border: 1px solid #f5f6f7;
    border-radius: 25px;
}
.about-main .box .head {
    font-size: 48px;
    font-weight: 700;
    color: var(--red_d);
    line-height: 1;
}
.about-main .box h2 {
    font-size: 28px !important;
    color: var(--red_d);
}
.about-main .box h2::after {
    content: "";
    display: block;
    background: #d6d6d6;
    width: 50px;
    height: 3px;
    margin: 5px 0 15px;
}
.about-main .box-2 {
    border-color: var(--red_d);
    background: #fff;
    box-shadow: 0 12px 12px 0px rgba(25, 37, 47, 0.08);
}
.about-main .box-2 h2::after {
    display: none;
}
/* #company,
.contact2,
.sectors,
.projects,
.contact_home {
    display: flex;
    align-items: center;
} */

@media (min-width: 768px) {
    ::selection {
        color: var(--FFFFFF);
        background: var(--red_d);
    }
    ::-webkit-scrollbar-thumb {
        width: 100%;
        background-color: var(--red_d);
    }
    ::-webkit-scrollbar {
        width: 0.5rem;
        background: #e6dede !important;
    }
    /* .owl_carousel_3 .owl-item {
        height: calc(100dvh - 80px);
    } */
    .owl_carousel_3 .owl-dots .owl-dot span {
        margin: 25px 5px 0;
    }
    .projects .title_s {
        padding: 30px;
    }
    .media-center .card {
        box-shadow: 0 0 20px 10px rgba(25, 37, 47, 0.08);
    }
    .media-center .card figure {
        height: 100%;
        max-width: 300px;
        flex-shrink: 0;
    }
    .media-center .card-item:hover img {
        transform: scale(1.1);
    }
    .pe-md-4 {
        padding-right: 0 !important;
        padding-left: 1.5rem !important;
    }
}
@media (min-width: 992px) {
    .about-main {
        padding-top: 60px !important;
    }
    .media-center .card .card-title {
        font-size: 24px !important;
    }
    .media-center .card .card-text {
        font-size: 18px;
        line-height: 28px;
    }
    .media-center .card-body > div {
        flex: 1 0 calc(50% - 1.5rem);
    }
}
@media (min-width: 1200px) {
    .media-center .card .card-title {
        font-size: 26px !important;
    }
    .media-center .card-body > div {
        padding: 0 10px;
    }
}
@media (min-width: 1600px) {
    .owl_carousel_3 .owl-item {
        max-width: 1200px;
        height: 500px;
    }
    .pro_card {
        width: 1200px;
        height: 500px;
    }
    .sectors .gallery-grid .card-body {
        padding: 50px 16px;
    }
    .sectors .gallery-grid figure {
        width: 140px;
        height: 140px;
    }
    .card .card-text {
        font-size: 17px !important;
        line-height: 26px;
    }
    .inner-main {
        padding-top: 60px !important;
    }
}
@media (max-width: 1600px) {
    .title_flex {
        margin-bottom: 25px !important;
    }
    h1,
    h2 {
        font-size: 48px;
        line-height: 1.5;
    }
    .brief {
        font-size: 18px;
        line-height: 1.4;
    }
    #company,
    .contact2,
    .sectors,
    .projects,
    .contact_home,
    .about {
        padding: 30px 0;
    }
}
@media (max-width: 1400px) and (min-width: 992px) {
    h1,
    h2 {
        font-size: 42px;
    }
    #company,
    .contact2,
    .sectors,
    .projects,
    .contact_home,
    .about {
        padding: 25px 0;
    }
    .sectors .gallery-grid .card {
        padding: 0 !important;
    }
    .section .listing-main .card figure {
        padding: 15px;
        height: 110px;
    }
    .section .listing-main .card figure img {
        max-height: 70px;
    }
    .section .card .card-title {
        font-size: 18px !important;
    }
    .section .card .card-text {
        font-size: 15px !important;
    }
    .section .owl_carousel_3 .owl-item {
        max-width: 800px;
        height: 320px;
    }
    .section .pro_card {
        height: 320px;
    }
}
@media (max-width: 1199px) {
    .hero_not {
        background-position: center;
    }
    .nav-bar ul {
        gap: 30px;
    }
    .nav-desktop .btn-primary,
    .nav-bar ul li {
        font-size: 15px;
    }
    h6.lang {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .nav_bottom {
        display: flex !important ;
    }
    .nav_mobile {
        display: flex !important;
    }
    .map_icon_card {
        display: flex;
        gap: 10px;
    }
    .map_icon_card .div {
        gap: 5px;
        padding: 7px;
    }
    .map_icon_card .div h4 {
        font-size: 12px;
    }
    .map_icon_card .div p {
        font-size: 14px !important;
    }
    .map_icon_card img {
        max-width: 18px;
    }
    .offcanvas-end {
        width: 70%;
    }
    .nav-desktop {
        display: none !important;
    }
    .fixed-navbar {
        justify-content: space-between;
    }
    .hero_img {
        margin-bottom: 0;
    }
    .about h2 {
        max-width: 100%;
    }
    .y {
        display: flex !important;
        flex-direction: column;
        gap: 3px;
        position: relative;
        z-index: 11;
    }
    .y.lang-nav {
        display: flex !important;
    }
    .nav_mobile .y span {
        display: block;
        height: 3px;
        width: 24px;
        background: var(--red_d);
        border-radius: 1px;
        transform-origin: 0 50%;
        transition: all 0.2s 0.1s;
        margin: 0 5px;
    }
    html:has(.offcanvas.show) {
        overflow: hidden;
    }
    body:has(.offcanvas.show) .nav_mobile .y span:first-of-type {
        transform: translateX(4px) translateY(-3px) rotate(45deg);
    }
    body:has(.offcanvas.show) .nav_mobile .y span:nth-of-type(2) {
        background: 0 0;
    }
    body:has(.offcanvas.show) .nav_mobile .y span:last-of-type {
        transform: translateX(4px) translateY(2px) rotate(-45deg);
    }
    .img_mask {
        height: 360px;
        max-width: 362px;
        margin: auto;
    }
    .owl-carousel.owl-drag .owl-item,
    .inner-main .pro_card {
        height: 320px;
    }
    #company .owl-carousel.owl-drag .owl-item {
        height: max-content;
    }
    .pro_card {
        height: 320px;
        border-radius: 0;
    }
    .about-main .box-2 {
        animation-delay: 0.5s !important;
    }
}
@media (max-width: 767px) {
    .hero h1 {
        font-size: 18px !important;
    }
    .hero h1 span {
        font-size: 24px !important;
    }
    .hero-header .brief {
        font-size: 16px !important;
    }
    .details-main {
        padding-bottom: 40px;
    }
    .search-box {
        margin-bottom: 30px;
        top: -5px;
    }
    .brief {
        text-align: center;
    }
    .row {
        gap: 30px;
    }
    .icon_vedio {
        right: 27.5%;
    }
    p {
        font-size: 18px !important;
    }
    h1,
    h2 {
        font-size: 38px !important;
        line-height: 1.4;
        padding-bottom: 5px;
    }
    .clints .owl-nav {
        position: unset;
        width: fit-content;
        transform: unset;
        margin: auto;
        margin-top: 20px !important;
        gap: 20px;
    }
    .clints button.owl-prev,
    .clints button.owl-next {
        height: 40px;
        width: 40px;
        border-radius: 10px;
    }
    .title_flex {
        align-items: flex-start;
        gap: 20px;
        flex-direction: column;
        margin-bottom: 25px !important;
    }
    .projects_left {
        position: unset;
        transform: unset;
        max-width: 100%;
        width: 100%;
    }
    .ul-footer ul {
        font-size: 14px;
        gap: 15px 20px;
        margin-top: 0 !important;
    }
    .social-media {
        justify-content: flex-start;
        gap: 16px;
    }

    .clints .owl-nav .owl-prev,
    .clints .owl-nav .owl-next {
        border-radius: 8px 0 !important;
    }
    .flex_vedio {
        bottom: 3%;
        padding: 0 20px;
    }
    .left_button {
        border-radius: 15px 0;
        padding: 8px;
        min-width: 100px;
        height: 40px;
        font-size: 10px;
    }
    .div_icon {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }
    .projects_right {
        top: 0px !important;
    }
    .image-gallery img {
        height: 100%;
    }
    .listing-2 .pro_card {
        height: 350px;
    }
    h6.lang {
        font-size: 14px;
    }
    form#contact_us {
        max-width: 100%;
    }
    .form-contact-home {
        padding: 30px;
    }
    .icon_vedio {
        right: 50%;
        z-index: 2;
        max-width: 362px;
        transform: translateX(50%);
        left: unset;
    }
    .contact_back {
        padding: 30px;
    }
    .form_2 .row {
        gap: 0;
    }
    .card_gallery {
        width: 100%;
    }
    div#projects .row {
        gap: 0;
    }
    .contact h1,
    .contact2 h1 {
        font-size: 32px;
    }
    .card_gallery:hover {
        width: 100%;
        /* height: 500px; */
    }
    .logo_map {
        top: 15px;
        right: 15px;
    }
    .buttom_offcanvasExample2 {
        bottom: 15px;
        right: 15px;
    }
    .top_map_left {
        top: 15px;
        left: 15px;
    }
    .options {
        display: flex;
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .options_flex {
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .option_div {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        flex-direction: column;
    }
    .jop_2 {
        padding: 20px 5px;
    }
    .vedio {
        padding-bottom: 0;
        padding-top: 50px;
    }
    .listing-main {
        padding: 60px 0;
    }
    .img_blog_card {
        min-height: 300px;
    }

    .puiux-img {
        max-width: 55.84px;
    }
    .nice-select {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .map_div {
        background-size: cover;
        background-position: center;
    }
    .map_icon_card1 {
        right: 2%;
        /* top: 65%; */
    }
    .map_icon_card2 {
        right: 35%;
        top: 48%;
    }
    .map_icon_card5 {
        /* top: 64%; */
        left: 8%;
    }
    .map_icon_card4 {
        top: 18%;
        left: 5%;
    }
    .buttom_fill {
        padding: 8px 22px;
        border-radius: 14px 0;
        font-size: 17px;
        height: auto;
        margin: auto;
    }
    .about.pt-0 {
        padding-bottom: 0;
    }
    .hero_not {
        margin-bottom: 40px;
        min-height: 40vh;
    }
    .hero-center .title {
        font-size: 32px !important;
        padding-top: 4pc !important;
    }
    .buttom_fill::before {
        border-radius: 10px 0;
    }
    .form-main form {
        margin-bottom: 60px;
    }
    .about2 .img_mask {
        margin-left: unset;
        margin-right: unset;
        margin: auto;
    }

    .clints_page .row {
        gap: 0;
    }
    .contact.contact_home.jop.jop_2 {
        padding: 10px;
    }
    .option_div div {
        flex-wrap: wrap;
    }
    .form-group label:before {
        border: 1px solid #c0151b;
        border-radius: 5px 0;
        padding: 9px;
    }
    .form-group input:checked + label:after {
        border: solid #c0151b;
        right: 11px;
        width: 5px;
        height: 10px;
        border-width: 0 2px 2px 0;
    }
    .field input {
        padding: 6px;
        max-width: 70px;
        height: 30px;

        font-size: 14px;
        font-weight: bold;
        border-radius: 18px;
    }

    .minus,
    .plus {
        width: 30px;
        height: 30px;
    }

    .owl_carousel_2 .clints_page_card {
        min-height: 120px;
        margin-bottom: 0 !important;
    }

    .option_div .form-group {
        min-width: 105px;
    }
    .number input {
        height: 30px;
        width: 70px;
    }
    footer {
        padding: 30px 0;
    }
    /* .logo-footer,
    footer .brief,
    .copyright p {
        text-align: center;
        margin: auto !important;
    } */
    footer .brief {
        text-align: right;
    }
    .copyright {
        /* justify-content: center; */
        margin-top: 15px;
    }
    .card .card-title {
        font-size: 18px !important;
    }
    .projects .owl-theme .owl-dots {
        margin-top: 25px !important;
    }
    /* .about-header .fadeInLeftBig {
        animation-name: fadeInDown;
    } */
}
@media (max-width: 575px) {
    h1,
    h2 {
        font-size: 32px !important;
    }
    p,
    li {
        font-size: 16px !important;
    }
    .sectors .gallery-grid figure {
        height: 80px;
        width: 80px;
    }
    .projects .project-title {
        font-size: 20px !important;
    }
    .form-main form .radio-inputs label {
        width: calc(50% - 8px);
    }
    .form-main form .radio-tile {
        width: 100%;
    }
    .load-more-btn {
        width: 100%;
    }
    .details-main h2 {
        font-size: 26px !important;
    }
    .details-main ul li::before {
        top: 11px;
    }
    #pp-nav li,
    .pp-slidesNav li {
        display: none !important;
    }
    .listing-main .card {
        box-shadow: 0 2px 5px 1px rgba(25, 37, 47, 0.08);
    }
    .listing-main:not(.media-center) .card figure {
        padding: 10px;
        height: 110px;
    }
    .listing-main:not(.media-center) .card figure img {
        max-height: 65px;
    }
    .listing-main .owl-stage .owl-item {
        margin: 0 5px 5px;
    }
    .sectors .card .card-title {
        font-size: 24px !important;
        color: #fff;
    }
    .sectors .card .card-text {
        color: #fff;
    }
    .sectors .gallery-grid .card-body {
        z-index: 3;
    }
    .sectors .gallery-grid .card::after {
        content: "";
        display: block;
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        border-radius: 15px;
    }
    .sectors .gallery-grid figure {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 15px;
        left: 0;
        top: 0;
        z-index: 1;
        margin: 0;
    }
    .sectors .gallery-grid {
        gap: 15px 0;
    }
    .title_flex {
        margin-bottom: 15px !important;
    }
    .sectors .gallery-grid .card-body,
    .sectors-main .gallery-grid .card-body {
        padding: 16px;
    }
}
@media (max-width: 480px) {
    .listing-main .filters {
        flex-wrap: wrap;
        gap: 12px 10px !important;
    }
    .listing-main .filters .form-control {
        max-width: 100%;
        flex: 1 0 100%;
    }
    .listing-main .filters .input_fill {
        flex-grow: 1;
    }
    .listing-main .filters .nice-select {
        width: 100% !important;
    }
}
