@import url(styles.css);

/* Start Fonts */

@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');

@font-face {
    font-family: "bahij";
    src: url(../fonts/bahij_helvetica_neue_roman.ttf);
}

/* End Fonts */

:root {
    --main-color: #BC8534;
    --sec-color: #b17b2a;
    --bg-color: #99999900;
    --font-body: "Alexandria", sans-serif;
    --font-ar: "bahij", sans-serif;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: initial;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:focus {
    text-decoration: none;
    /* color: inherit; */
}

button,
button:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    padding: 0;
    margin: 0;
    font-family: var(--font-body);
    background: #F8F8F7;
    text-align: start;
}

section,
footer {
    /* overflow: hidden; */
    position: relative;
}

p {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
}

ul {
    padding: 0;
    margin: 0;
    display: block;
}

li {
    display: block;
    list-style: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

iframe {
    width: 100%;
    height: 100%;
}

.padding {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

input,
button,
input:focus,
button:focus,
input:active,
button:active,
button:hover,
textarea:active,
textarea:focus,
select,
select:active,
select:focus {
    outline: none !important;
}

textarea {
    resize: none;
}

main {
    overflow: hidden;
    /* position: relative; */
    /* min-height: 100vh; */
}

.owl-carousel {
    direction: ltr;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
}

/* Start Sidebar */

.mobile-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 30px 20px;
    z-index: -1;
    opacity: 0;
    transition: all .3s;
    background: #fff;
    visibility: hidden;
    /* transform: scaleY(0) translateY(-100%); */
    left: -100%;
    max-width: 350px;
}

.menu-backdrop {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -10;
    opacity: 0;
    transition: all .3s;
}

.mobile-menu .menu-box {
    position: relative;
    z-index: 2;
}

.mobile-menu .menu-box .navigation li a {
    text-transform: capitalize;
    font-weight: 500;
    line-height: 27px;
    text-align: start;
    text-transform: capitalize;
    display: block;
    padding: 12px 0;
    position: relative;
    font-size: 20px;
    transition: all 0.6s;
    border-bottom: 1px #0000001a solid;
    color: #333;
}

.menu-right {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 37px;
}

body.mobile-menu-visible .mobile-menu {
    left: 0;
    opacity: 1;
    z-index: 999999;
    visibility: visible;
    /* transform: none; */
}

/* End Sidebar */

/* Start Header */

.header-med .head-inner ul {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    gap: 46px;
}

header.sticky {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    padding: 44px 0;
    /* overflow: hidden; */
    top: 0;
}

.header-med .head-inner .logo a {
    display: block;
    max-width: 63px;
}

.close-btn {
    position: relative;
    left: 0px;
    right: 0px;
    top: 0px;
    color: var(--main-color);
    margin: 0px;
    padding: 0px;
    width: 38px;
    height: 38px;
    font-size: 25px;
    text-align: center;
}

.menu-right .mobile-nav-toggler .lines {
    display: block;
    width: 53px;
    overflow: hidden;
}

.menu-right .mobile-nav-toggler .lines i {
    display: block;
    width: 53px;
    height: 4px;
    margin: 6.5px 0;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}

.menu-right .mobile-nav-toggler .lines ::after,
.menu-right .mobile-nav-toggler .lines ::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #fff;
    transition: all .5s;
    top: 0;
}

.menu-right .mobile-nav-toggler .lines ::after {
    transform: translateX(-50px);
    transition: all .3s;
}

.menu-right .mobile-nav-toggler:hover .lines ::after {
    transform: none;
}

.menu-right .mobile-nav-toggler:hover .lines ::before {
    transform: translateX(50px);
}

.menu-right .mobile-nav-toggler .lines .line2::after {
    transition: all .5s;
}

.menu-right .mobile-nav-toggler .lines .line3::after {
    transition: all .7s;
}

.menu-right .mobile-nav-toggler .lines i:nth-child(1),
.menu-right .mobile-nav-toggler .lines i:nth-child(3) {
    width: 25px;
}

.menu-right .mobile-nav-toggler .lines i:nth-child(1) {
    margin-inline-start: auto;
}

.lang-h a {
    text-transform: capitalize;
    display: inline-block;
    color: #060606;
    font-family: var(--font-ar);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.overlay-img {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.overlay-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.navbar-collapse {
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-between;
    /* max-height: calc(100vh - 252px); */
    overflow: hidden;
    overflow-y: auto;
    margin-top: 30px;
}

.navbar-collapse .navigation {
    /* width: 50%; */
    flex: 0 0 auto;
    padding: 0;
}

.mobile-menu .menu-box .navigation li:last-child {
    margin: 0;
}

.mobile-menu .menu-box .menu-outer {
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
}

.flex-h {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.logo a {
    display: block;
    text-align: center;
}

.logo a img {
    max-height: 277.78px;
}

header .flex-h {
    margin-top: 84px;
}

.header-med .head-inner ul li a {
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    font-weight: 500;
    color: #060606;
    font-size: 16px;
    line-height: 20px;
}


.head-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    gap: 34px;
    flex-direction: column;
}

.logo-h {
    height: 49.76px;
    width: 100%;
    text-align: center;
}

.logo-h a {
    display: block;
    height: 100%;
}

.header-med .head-inner ul li {
    position: relative;
}

.header-med .head-inner ul li.current-menu-item a,
.header-med .head-inner ul li a:hover,
.header-med .head-inner ul li .sub-menu li a:hover {
    color: var(--main-color) !important;
}

.header-med .head-inner ul li.menu-item-has-children>a::after {
    content: "\f0d7";
    font-family: 'Font Awesome 6 Pro';
    margin-inline-start: 7px;
    transition: all .4s;
    position: relative;
    display: inline-block;
    font-weight: bold;
}

.header-med .head-inner ul li .sub-menu {
    min-width: 200px;
    position: absolute;
    top: 100%;
    right: 0;
    display: block;
    background: #fff;
    border: 1px solid #f4f4f4;
    box-shadow: 0px 8px 8px 0px #00000014;
    border-radius: 8px;
    padding: 20px;
    visibility: hidden;
    z-index: 99;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-out 0s;
    margin: 0;
}

.header-med .head-inner ul li .sub-menu li a {
    color: #000;
    padding: 12px 0;
    display: block;
    border-bottom: 0.5px solid #0000000d;
    font-size: 13px;
    line-height: 21px;
}

.header-med .head-inner ul li .sub-menu li:first-child a {
    padding-top: 0;
}

.header-med .head-inner ul li .sub-menu li:last-child a {
    padding-bottom: 0;
    border: none;
}

.header-med .head-inner ul li:hover .sub-menu {
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
}

.header-med .head-inner ul li.menu-item-has-children>a:hover::after {
    transform: rotate(180deg);
}

.head-inner .menu-left {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 27px;
}

.mobile-nav-toggler .lines {
    display: block;
    width: 35px;
    overflow: hidden;
    height: 35px;
    align-content: center;
    text-align: center;
    background: var(--main-color);
    border-radius: 4px;
}

.mobile-nav-toggler .lines i {
    display: block;
    width: 22px;
    height: 2px;
    margin: 3.5px auto;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}

.mobile-nav-toggler .lines ::after,
.mobile-nav-toggler .lines ::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all .5s;
    top: 0;
    right: 0;
    left: 0;
}

.mobile-nav-toggler .lines ::after {
    /* transform: translateX(-50px); */
    transition: all .3s;
}

.mobile-nav-toggler:hover .lines ::after {
    transform: none;
}

.mobile-nav-toggler:hover .lines ::before {
    transform: translateX(50px);
}

.mobile-nav-toggler .lines .line2::after {
    transition: all .5s;
}

.mobile-nav-toggler .lines .line3::after {
    transition: all .7s;
}

.mobile-nav-toggler .lines i:nth-child(1),
.mobile-nav-toggler .lines i:nth-child(3) {
    margin: 0 auto;
}

.item.res-menu {
    display: none;
}

body.mobile-menu-visible {
    overflow: hidden;
}

.btn-mobile {
    margin-top: 30px;
}

.btn {
    outline: none;
    position: relative;
    padding: 10px 20px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    min-width: 123px;
    background: var(--main-color);
    min-height: 46.36px;
    border-radius: 0;
    color: #fff;
    text-transform: capitalize;
    box-shadow: none !important;
    border: 1px transparent solid;
    z-index: 1;
    gap: 10px;
    font-family: var(--font-bold);
    font-size: 14px;
    line-height: 14px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.search-box-btn.search-box-outer {
    color: #000000;
    font-size: 18px;
    font-weight: 900;
    line-height: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    transition: all .4s;
}

.lang-menu {
    position: relative;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 20px;
}

.lang-menu>a {
    min-width: 130px;
    min-height: 48px;
    padding: 9px 13px;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid var(--main-color);
    background: #fff;
    gap: 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--main-color);
    cursor: pointer;
}

.contact-menu>a {
    background: var(--main-color);
    color: #fff;
}

.lang-menu ul {
    display: block;
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    min-width: 130px;
    padding-inline-end: 6px;
}

.lang-menu ul li a {
    display: flex;
    padding: 8px 0;
    border-bottom: 1px solid #E5EEFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    gap: 6px;
    align-items: center;
    -webkit-align-items: center;
}

.lang-menu ul li:first-child a {
    padding-top: 0;
}

.lang-menu ul li:last-child a {
    border: none;
    padding-bottom: 0;
}

.btn:hover {
    color: #fff;
}

.logo-h a img {
    height: 100%;
}

.btn.btn-white {
    background: #fff;
    color: var(--main-color);
    border: 2px solid var(--main-color);
}

.lang-h a u {
    text-decoration: none;
}

form {
    direction: rtl;
}

.nav-inner {
    max-width: 905.09px;
    width: 100%;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(102, 102, 102, 0) 100%);
    backdrop-filter: blur(36px);
    border-radius: 16px;
    padding: 19px;
    gap: 102px;
}

/* End Header */

/* Start Banner-h */

.ovaerlay-img {
    position: absolute;
    inset: 0;
    z-index: -1;
    background-repeat: repeat-x;
    background-size: auto 100%;
    animation: scrollBg 20s linear infinite;
}

.ovaerlay-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-h .row {
    height: calc(100vh - 71.87px);
    padding-block: 276px 217px;
    justify-content: center;
    /* align-items: center; */
    /* -webkit-align-items: center; */
}

.banner-text {
    max-width: 927.68px;
    margin: 0 auto;
    text-align: center;
    padding: 63px 75px;
    position: relative;
}

.banner-h .ovaerlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #F8F8F7;
    opacity: .7;
}

.banner-text::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #0000001A;
    backdrop-filter: blur(36px);
    border-radius: 32px;
    opacity: .6;
    z-index: -1;
}

.banner-text h1 {
    color: #060606;
    font-weight: 600;
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 48px;
}

.banner-text p {
    color: #000;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
}

@keyframes moveBanner {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -100% 0;
    }
}

/* End Banner-h */

/* Start Footer */

.footer-top {
    height: 71.87px;
    background: #111111;
    overflow: hidden;
}

.footer-top .row {
    align-items: center;
    -webkit-align-items: center;
}

.companyName {
    float: right;
    height: 71.87px;
    margin-top: -6px;
}

.copyRight p {
    color: #BDBDBD;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}

.copyRight p span {
    color: var(--main-color);
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 85.9375vw;
    }
}

/* End Footer */

/* Start Companies-h */

.companies-h {
    padding-block: 254px 75px;
}

.companies-h .container {
    max-width: 1006.82px;
}

.company-block {
    text-align: center;
    padding: 0 20px;
    margin: 20px 0;
}

.company-block::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(179deg, #FFFFFF 0%, #B7AFAB 45.5%, #FFFFFF 100%);
}

.link-block {
    position: absolute;
    inset: 0;
    z-index: 3;
}

.company-block .img {
    height: 95.06px;
    line-height: 95.06px;
    max-width: 140.3px;
    margin: 0 auto 25px;
}

.company-block .img img {
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}

.company-block .details p {
    font-weight: 300;
    color: #000;
    font-size: 16px;
    line-height: 26px;
}

.companies-h .container>.row .col-md-3:nth-child(4) .company-block::after,
.companies-h .container>.row .col-md-3:nth-child(8) .company-block::after,
.companies-h .container>.row .col-md-3:nth-child(12) .company-block::after {
    display: none;
}

/* End Companies-h */

/* Start Contact-h */

.contact-h {
    padding-block: 231px 118px;
}

.contact-h .row {
    min-height: 43vh;
    align-items: center;
    -webkit-align-items: center;
}

.contact-inner {
    max-width: 872.3px;
    margin: 0 auto;
    border-radius: 48px;
    background: #fff;
    padding: 30px 26px;
    border: 1px solid #D4D4D4;
}

.contact-inner-h .contact-inner-details,
.contact-inner-h .contact-s {
    position: relative;
    z-index: 3;
}

.contact-inner-h .overlay-img {
    z-index: auto;
    border-radius: 32px;
    background: #CCCCCC;
    overflow: hidden;
}

.contact-inner-h .overlay-img img {
    max-width: 80%;
    margin-inline-start: auto;
    display: table;
}

.contact-inner-h .overlay-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.63) 0%, rgba(153, 153, 153, 0) 100%);
}

.contact-inner-h .contact-inner-details {
    padding: 61px 39px 43px;
}

.contact-title {
    margin-bottom: 16px;
}

.contact-title h3 {
    color: #1A1A1A;
    font-weight: 700;
    margin: 0;
    font-size: 40px;
    line-height: 56px;
}

.contact-info .info-h ul li a {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 24px;
    gap: 20px;
    font-family: Alexandria;
    font-weight: 400;
    color: #1A1A1A;
    font-size: 18px;
    line-height: 26px;
}

.contact-info .info-h ul li:last-child a {
    margin: 0;
}

.contact-info .info-h ul li a .icon {
    width: 21px;
    height: 21px;
    line-height: 21px;
}

.contact-info .info-h ul li a span {
    max-width: calc(100% - 20px - 21px);
}

.contact-info .info-h ul li a u {
    text-decoration: none;
    direction: ltr;
    display: inline-block;
}

.contact-s {
    background: #0000001A;
    backdrop-filter: blur(36px);
    padding: 14px 33px;
}

.contact-inner-h {
    border-radius: 32px;
    overflow: hidden;
}

.contact-s .s-h {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    -webkit-align-items: center;
}

.contact-s .s-h span {
    font-family: var(--font-ar);
    font-weight: 400;
    color: #262626;
    font-size: 20.09px;
    display: inline-block;
    line-height: 32px;
}

.contact-s .s-h a {
    font-size: 20px;
    color: #262626;
}

.contact-info .info-h ul li a .icon svg {
    width: 100%;
    height: 100%;
}

.companies-h .row {
    justify-content: center;
} 


@keyframes scrollBg {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}
    
/* End Contact-h */

/* Start Projects-page */

.projects-page.body-inner {
    padding-block: 100px;
}

.project-item a {
    color: #fff;
    position: relative;
    display: block;
}

.project-item .proj-img {
    height: 409px;
    border-radius: 16px;
}

.project-item .proj-img img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.proj-details {
    position: absolute;
    z-index: 2;
    background: linear-gradient(180deg, rgba(4, 4, 4, 0.5) 0%, #040404 100%);
    border-radius: 16px;
    padding: 16px;
    bottom: 20px;
    width: 93%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.address p {
    display: flex;
    align-items: center;
    gap: 11px;
}

.proj-title h4 {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    margin: 8px 0;
    font-weight: bold;
}

.project-item .disc {
    transition: all 0.3s;
}

.project-item .disc p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 1rem;
}

.project-item .read-more span {
    display: inline-flex;
    padding: 10px;
    min-width: 125px;
    color: #212120;
    transition: all 0.3s;
    text-align: center;
    background: var(--sec-color);
    border-radius: 112px;
    font-weight: 400;
    border: none;
    outline: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: none !important;
    outline: none !important;
    offset: -1px;
    width: 100%;
    color: #fff;
}

.project-item {
    margin: 15px 0;
    overflow: hidden;
}

.breadcrumb {
    padding: 270px 0 50px;
    margin: 0;
    background: transparent !important;
    padding-bottom: 0;
}

.text-bread h1 {
    font-size: 35px;
    font-weight: bold;
    color: var(--main-color);
    text-align: center;
}

.breadcrumb::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background: #000; */
    opacity: .1;
}

.breadcrumb .container {
    position: relative;
    z-index: 2;
}

.single-project .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    opacity: .5;
}

.single-project {
    padding: 100px 0;
}

.single-project .text-bread h1 {
    color: #fff;
    margin-bottom: 40px;
}

.single-project-details {
    color: #222;
    padding-inline-end: 20px;
}

.address p {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 1rem;
}

.single-project-details .name h4 {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: bold;
}

.single-proj-disc p {
    line-height: 24px;
    margin-bottom: 24px;
}

.read-more a, .read-more button, .project-item .read-more span {
    display: inline-flex;
    padding: 10px;
    min-width: 125px;
    color: #fff;
    transition: all 0.3s;
    text-align: center;
    background: var(--sec-color);
    border-radius: 112px;
    font-weight: 400;
    border: none;
    outline: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: 1px solid #ffffff;
    outline: 1px solid transparent;
    offset: -1px;
    font-weight: bold;
    width: 100%
}

.read-more a:hover {
    background: var(--main-color);
    border-color:  var(--main-color);
}

.single-project-imgs h5 {
    color: #222;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.singl-proj-item {
    margin-bottom: 20px;
}

.singl-proj-item a {
    height: 148px;
    position: relative;
    display: block;
}

.singl-proj-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #FEFFF9;
    transition: all 0.4s;
}

.single-project-details .address svg path {
    stroke: #222;
}


/* End Projects-page */

/* Start Only-desktop */

@media (min-width: 991px) {
    .logo-h {
        height: 6.742547425474255vh;
    }

    header.sticky {
        padding: 5.9620596205962055vh 0;
    }

    .head-inner {
        gap: 4.607046070460704vh;
    }

    .nav-inner {
        max-width: 58.925130208333336vw;
        border-radius: 2.168021680216802vh;
        padding: 2.5745257452574526vh 1.2369791666666667vw;
        gap: 6.640625vw;
    }

    .header-med .head-inner ul {
        gap: 2.9947916666666665vw;
    }

    .header-med .head-inner ul li a {
        font-size: 1.0416666666666667vw;
        line-height: 1.25;
    }

    .lang-h a {
        font-size: 1.0416666666666667vw;
        line-height: 1.625;
    }

    .banner-h .row {
        height: calc(100vh - 9.738482384823849vh);
        padding-block: 37.39837398373984vh 0;
    }

    .banner-text {
        max-width: 60.395833333333336vw;
        padding: 8.536585365853659vh 4.8828125vw;
    }

    .banner-text h1 {
        margin-bottom: 1.897018970189702vh;
        font-size: 1.8229166666666667vw;
        line-height: 1.715;
    }

    .banner-text p {
        font-size: 1.0416666666666667vw;
        line-height: 1.75;
    }

    .footer-top,
    .companyName {
        height: 9.738482384823849vh;
    }

    .companyName {
        margin-top: -1vh;
    }

    .copyRight p {
        font-size: 1.0416666666666667vw;
        line-height: 1.625;
    }

    .companies-h {
        padding-block: 34.417344173441734vh 10.16260162601626vh;
        min-height: 91vh;
    }

    .company-block {
        padding: 0 1.3020833333333333vw;
        margin: 2vh 0;
    }

    .companies-h .container {
        max-width: 65.54817708333333vw;
    }

    .company-block .img {
        height: 12.880758807588077vh;
        line-height: 12.880758807588077vh;
        max-width: 9.134114583333334vw;
        margin: 0 auto 3.3875338753387534vh;
    }

    .company-block .details p {
        font-size: 1.0416666666666667vw;
        line-height: 1.625;
    }

    .contact-h {
        padding-block: 33.300813vh 13.98916vh;
    }

    .contact-inner {
        max-width: 56.790364583333336vw;
        border-radius: 3.125vw;
        padding: 4.065040650406504vh 1.6927083333333333vw;
    }

    .contact-inner-h {
        border-radius: 2.0833333333333335vw;
    }

    .contact-inner-h .contact-inner-details {
        padding: 8.265582655826558vh 2.5390625vw 5.826558265582656vh;
    }

    .contact-title {
        margin-bottom: 2.168021680216802vh;
    }

    .contact-title h3 {
        font-size: 2.6041666666666665vw;
        line-height: 1.4;
    }

    .contact-info .info-h ul li a {
        margin-bottom: 3.252032520325203vh;
        gap: 1.3020833333333333vw;
        font-size: 1.171875vw;
        line-height: 1.445;
    }

    .contact-info .info-h ul li a .icon {
        width: 1.3671875vw;
        height: 1.3671875vw;
        line-height: 1.3671875vw;
    }

    .contact-info .info-h ul li a span {
        max-width: calc(100% - 1.3020833333333333vw - 1.3671875vw);
    }

    .contact-s {
        padding: 1.897018970189702vh 2.1484375vw;
    }

    .contact-s .s-h {
        gap: 0.9114583333333334vw;
    }

    .contact-s .s-h span {
        font-size: 1.3079427083333333vw;
        line-height: 1.594;
    }

    .contact-s .s-h a {
        font-size: 1.3020833333333333vw;
    }
    
    .contact-info .info-h ul li a:hover ,
    .contact-s .s-h a:hover {
        color: var(--main-color);
    }
    
    .banner-text h1 {
        transform: translateY(-100%);
        opacity: 0;
    }
    
    .banner-text p {
        transform: translateY(100%);
        opacity: 0;
    }
    
    .banner-text h1, .banner-text p {
        transition: all .4s;
    }
    
    body.page-loaded .banner-text h1, body.page-loaded .banner-text p {
        opacity: 1;
        transform: none;
    }

    .address p {
        min-height: 6.639566395663957vh;
    }

    .project-item .read-more {
        transform: translateY(100px);
        transition: all 0.4s;
        opacity: 0;
        height: 0;
    }

    .project-item:hover .read-more {
        transform: none;
        opacity: 1;
        height: 48px;
    }
    
    .singl-proj-item img {
        opacity: 70%;
    }

    .singl-proj-item:hover img {
        opacity: 100%;
    }
    
    .breadcrumb {
        padding: 36.58536585365854vh 0 9.585366vh;
        padding-bottom: 0;
    }
    
    .projects-page.body-inner {
        padding-block: 13.550135501355014vh;
    }
    
    .project-item {
        margin: 2.032520325203252vh 0;
    }
    
    .project-item .proj-img {
        height: 55.420054200542005vh;
        border-radius: 2.168021680216802vh;
    }
    
    .project-item .proj-img img {
        border-radius: 2.168021680216802vh;
    }
    
    .proj-details {
        border-radius: 2.168021680216802vh;
        padding: 2.168021680216802vh;
        bottom: 2.168021680216802vh;
    }
    
    .address p {
        gap: 0.7161458333333334vw;
    }
    
    .proj-title h4 {
        font-size: 1.3020833333333333vw;
        margin: 1.084010840108401vh 0;
        line-height: 1.5;
    }
    
    .project-item .disc p {
        font-size: 1.0416666666666667vw;
        line-height: 1.5;
    }
    
    .read-more a, .read-more button, .project-item .read-more span {
        padding: 1.3550135501355014vh;
        min-width: 100%;
        border-radius: 15.176151761517616vh;
        font-size: 1.0416666666666667vw;
    }
    
    p {
        font-size: 0.9765625vw;
        line-height: normal;
    }
    
    .text-bread h1 {
        font-size: 2.2786458333333335vw;
    }
    
    .single-project .text-bread h1 {
        margin-bottom: 5.420054200542006vh;
    }
    
    .single-project {
        padding: 13.550135501355014vh 0;
    }
    
    .single-project-details {
        padding-inline-end: 1.3020833333333333vw;
    }
    
    .single-project-details .name h4 {
        margin-bottom: 3.252032520325203vh;
        font-size: 1.3020833333333333vw;
    }
    
    .single-proj-disc p {
        line-height: 1.6;
        margin-bottom: 3.252032520325203vh;
    }
    
    .single-project-imgs h5 {
        font-size: 1.3020833333333333vw;
        margin-bottom: 2.710027100271003vh;
    }
    
    .singl-proj-item {
        margin-bottom: 2.710027100271003vh;
    }
    
    .singl-proj-item a {
        height: 20.05420054200542vh;
    }
    
    .singl-proj-item img {
        border-radius: 1.084010840108401vh;
    }


}

/* End Only-desktop */