/***************************** ///// ************************************/
/***************************** Fonts ************************************/
@font-face {
    font-family: 'DIN Pro';
    src: url('assets/fonts/dinpro-webfont.woff2') format('woff2'),
        url('assets/fonts/dinpro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'DIN Pro';
    src: url('assets/fonts/dinpro-medium-webfont.woff2') format('woff2'),
        url('assets/fonts/dinpro-medium-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}




@font-face {
    font-family: 'DIN Pro';
    src: url('assets/fonts/dinpro-light-webfont.woff2') format('woff2'),
        url('assets/fonts/dinpro-light-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;

}




@font-face {
    font-family: 'DIN Pro';
    src: url('assets/fonts/dinpro-bold-webfont.woff2') format('woff2'),
        url('assets/fonts/dinpro-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}




@font-face {
    font-family: 'din_problack';
    src: url('assets/fonts/dinpro-black-webfont.woff2') format('woff2'),
        url('assets/fonts/dinpro-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



/***************************** \\\\\ ************************************/

/***************************** Universal ************************************/
html,
body {
    width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.slick-prev::before,
.slick-next::before {
    width: 35px;
    height: 35px;
    opacity: 1;
}

.container {
    max-width: 1620px;
    width: 84vw;
    margin-left: auto;
    margin-right: auto;

}

.container2 {
    max-width: 1290px;
    width: 67vw;
    margin-left: auto;
    margin-right: auto;
}

.container3 {
    max-width: 1800px;
    width: 87vw;
    margin-left: auto;
    margin-right: auto;
}

* {
    font-family: 'DIN Pro Cond', sans-serif;
    font-family: 'DIN Pro Regular', sans-serif;
    font-family: 'DIN Pro Cond Light', sans-serif;
    font-family: 'DIN Pro Light', sans-serif;
    font-family: 'DIN Pro Cond Medium', sans-serif;
    font-family: 'DIN Pro Medium', sans-serif;
    font-family: 'DIN Pro Bold', sans-serif;
    font-family: 'DIN Pro Cond Bold', sans-serif;
    font-family: 'DIN Pro Black', sans-serif;
    font-family: 'DIN Pro Cond Black', sans-serif;

    /*font-family: 'D-DIN', sans-serif;*/
    box-sizing: border-box;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

section {
    display: flex;
    flex-direction: column;
}

.mb-0 {
    margin-bottom: 0;
}

.corner_borders {
    position: relative;
    height: 2.5rem !important;
    width: max-content !important;
    padding: 0 3rem;
    border: 1px solid #D0AF6E;
    ;
    display: flex;
    align-items: center;
    /*width: 198px;*/
}

.corner_borders span {
    position: relative;
    z-index: 2;
}

.corner_borders::before {
    content: '';
    background: white;
    position: absolute;
    top: -5px;
    left: -3px;
    right: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 50px;
    display: flex;
    width: 103%;
    height: 3rem;
    transition: all 1.5s ease;
    opacity: 1;
}

/*.corner_borders:hover span {
color: white;
opacity: 0;
}*/
.corner_borders:hover::before {
    /*opacity: 0;*/
    transform: scale(0, .5);
}

/*single toggle*/
.single_toggle .card:not(.active) {
    display: none;
}

.headingbar.second {
    transform: rotatey(180deg);
}

.headingbar {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

/***************************** NAVBAR ************************************/

section.nav {
    height: 108px;
    width: 100%;
    background-color: rgba(61, 66, 74, 1);
}

.nav .container .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 108px;
}

.nav .container .wrapper .left {}

.nav .container .wrapper .mid {
    width: max-content;
    position: relative;

}

.nav .container .wrapper .mid .hamburger {
    display: none;
}

.nav .container .wrapper .mid .links {
    display: flex;
    justify-content: space-between;
}

.nav .container .wrapper .mid .links ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav .container .wrapper .mid .links .link {
    position: relative;
}

.nav .container .wrapper .mid .links ul#menu-header-menu>li {
    margin: 0px 25px;
    position: relative;
}

/*.nav .container .wrapper .mid .links .link a{
    margin-left: 70px;
}*/
/*.nav .container .wrapper .mid>.links>.link.active>a::after,
.nav .container .wrapper .mid>.links>.link:hover>a::after
{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 47%;
    transform: translateX(-50%);
    border-bottom: 3px solid #D0AF6E;
    width: 100%;
}*/
.nav .container .wrapper .mid .links a {
    display: flex;
    font-weight: 700;
    text-decoration: none;
    list-style: none;
    font-size: 18px;
    line-height: 25px;
    transition: 0.3s all;
    justify-content: space-between;
    /* identical to box height */
    position: relative;
    color: white;
    display: inline-block;
    font-family: 'DIN Pro';
}

.nav .container .wrapper .mid .links ul#menu-header-menu>li.menu-item-has-children>a::after {
    content: '\f078';
    font-family: 'Font Awesome 6 free';
    margin-left: 8px;
    font-size: 16px;
}

.nav .container .wrapper .mid .links a svg {
    margin-top: 12px;
    margin-left: 3px;
}

.nav .container .wrapper .mid .link:hover a svg path,
.nav .container .wrapper .mid .link.active a svg path {
    fill: #D0AF6E;

}

.nav .container .wrapper .mid .links li.current_page_item>a {
    color: #D0AF6E;
}

.nav .container .wrapper .mid a:hover {
    color: #D0AF6E;
}

.nav .container .wrapper .mid .links .dropdown,
.nav .container .wrapper .mid .links ul li ul {
    position: absolute;
    padding-top: 40px;
    width: 190px;
    left: 25%;
    transition: 0.6s all;
    opacity: 0;
    visibility: hidden;
    top: 40px;
    z-index: 1231;
}

.nav .container .wrapper .mid .links ul li ul {
    background: #fff;
    height: auto;
    left: 0;
    display: block;
    padding: 0px 0;
    border-radius: 5px;
    top: 70px;
}

.nav .container .wrapper .mid .links ul li:hover ul {
    top: 50px;
    opacity: 1;
    visibility: visible;
}

.nav .container .wrapper .mid .links ul li ul::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid white;
    position: absolute;
    top: -13px;
    left: 20px;
}

.nav .container .wrapper .mid .links ul li ul li a {
    display: block;
    padding: 8px 10px;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    margin-left: 0;
    color: #3D424A;
}

.nav .container .wrapper .mid .links ul li ul li a:hover {
    color: #d0af6e;
    background: #3d424a;
}

.nav .container .wrapper .mid .links .dropdown .link.active::after,
.nav .container .wrapper .mid .links .dropdown .link:hover::after {
    border-bottom: none;
}

.nav .container .wrapper .mid .links .dropdown .wrapper {
    position: relative;
    height: max-content;
    border-radius: 8px 8px 8px 8px;
    background-color: white;
}

.nav-down {
    display: none;
}



.nav .container .wrapper .mid .links .dropdown .diamond {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: white;
    position: absolute;
    rotate: 45deg;
    left: 50%;
    transform: translate(-87%);
    top: 2px;
    z-index: 0;
}

.nav .container .wrapper .mid .links .dropdown a {
    margin-left: 0;
}

.nav .container .wrapper .mid .links .dropdown a:hover,
.nav .container .wrapper .mid .links .dropdown a.active {
    color: #D0AF6E;
    background-color: rgba(61, 66, 74, 1);

}

.nav .container .wrapper .mid .links .dropdown .link {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.nav .container .wrapper .mid .links .link:hover .dropdown {
    opacity: 1;
    visibility: visible;
    top: 20px;
}

.nav .container .wrapper .mid .links .dropdown a {
    padding: 10px;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-left: 0;
    color: #3D424A;
    height: 42px;
}

.nav .container .wrapper .right {
    display: flex;
    width: 30vw;
    max-width: 600px;
    justify-content: space-between;
    align-items: center;
}

.nav .container .wrapper .right .mail {
    display: flex;
    justify-content: space-between;

    align-items: center;
}

.nav .container .wrapper .right .mail img {
    margin-left: 50px;
}

.nav .container .wrapper .right .mail p {
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: lighter;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin-left: 18px;
    color: #D0AF6E;
}

.nav .container .wrapper .right .mail p a {
    text-decoration: none;
    color: #D0AF6E;
}

.nav .container .wrapper .right .mail p a:hover {
    color: white;
}

.nav .container .wrapper .right form {
    display: flex;
    justify-content: center;
    width: 300px;
}

.nav .container .wrapper .right form input {
    width: 300px;
    height: 37px;
    padding: 5px 20px;
    background: transparent;
    border: none;
    border: 1px solid #adadad;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: lighter;
    font-size: 18px;
    line-height: 1.5;
    color: #939598;
    outline: none;
}

.nav .container .wrapper .right form img {
    display: flex;
    width: 19px;
    height: 19px;
    margin-left: -31px;
    margin-top: 9px;
    margin-right: 15px;
}

.hamburger {
    display: none;
}

.hamburger .contact {
    display: none;
}

.hamburger .nav-down.active {
    position: unset;
    height: auto;
}

.hamburger .nav-down.active .link {
    position: unset !important;
    background: transparent !important;
    padding: 0 !important;
}

.hamburger .nav-down.active .link a {
    color: #000;
    margin: 0;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
    height: auto;
    padding: 6px 0px;
    font-size: 16px;
    text-transform: capitalize;
    width: 100%;
}

.hamburger .nav-down.active .link a:hover {
    background: transparent;
}

.hamburger .nav-down .link a.active {
    color: #D0AF6E;
}

.mob-nav .links ul li a:hover,
.mob-nav .links ul li a.active {
    color: #D0AF6E;
}

.mob-nav .links ul li.menu-item-has-children ul {
    display: none;
}

.mob-nav .links ul li.menu-item-has-children>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mob-nav .links ul li.menu-item-has-children>a span::before {
    content: '\f078';
    font-family: 'Font Awesome 6 free';
}

.mob-nav .links ul li.menu-item-has-children>a span.active::before {
    content: '\f077';
}

/*************************** BANNER*************************/
section.banner .boxes .box {
    /*background-image: url("assets/img/pexels-max-vakhtbovych-5997994 1.png");*/
    width: 100%;
    height: 800px;
    background-position: center !important;
    background-size: cover !important;
    text-align: center;
}

section.banner .boxes .slick-prev.slick-arrow {
    left: 30px;
    z-index: 12312313;
}

section.banner .boxes .slick-next.slick-arrow {
    right: 30px;
}

section.banner .container {
    height: 247px;
    margin-top: auto;
    margin-bottom: auto;

}

section.banner .boxes .box {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.banner .boxes .box h1 {
    margin: 0;
    margin-bottom: 30px;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 125px;
    text-align: center;

    color: #FFFFFF;

    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

section.banner .container .wrapper .separator {
    width: 420px;
    height: 3px;
    background-color: white;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

section.banner .container .wrapper .separator::before,
section.banner .container .wrapper .separator::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: white;
}

section.banner .container .wrapper .separator::before {
    left: 0;
}

section.banner .container .wrapper .separator::after {
    right: 0;
}

section.banner .boxes .box h3 {
    margin-top: 0;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 62px;

    /* identical to box height */
    text-align: center;

    color: #FFFFFF;

    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/***********<!-- About fusion homes -->**************/

.about .container .wrapper {
    display: flex;
    position: relative;
    height: 660px;
    margin-top: 160px;
    margin-bottom: 160px;
}

.about .container .wrapper .left {
    display: flex;

}

.about .container .wrapper .left .corner {
    background-image: url("/wp-content/uploads/2022/12/Frame1.png");
    width: 128px;
    height: 128px;
    position: absolute;
    z-index: 2;
    transform: translate(-50%, -50%);
    ;
}

.about .container .wrapper .left .content {
    width: 952px;
    height: 660px;
    padding: 130px 53px;

    background: #FFFFFF;
    box-shadow: 2px 2px 76px rgba(0, 0, 0, 0.06);

}

.about .container .wrapper .left .content h3 {
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 88px;
    margin: 0;
    /* identical to box height */

    color: #3D424A;

}

.about .container .wrapper .left .content h3 span {
    color: #D0AF6E;
    font-family: 'DIN Pro';
}

.about .container .wrapper .left .content p {
    margin-bottom: 83px;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 140%;

    /* or 35px */

    color: #000000;


}

.about .container .wrapper .left .content a {
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    height: 40px;
    /* identical to box height */
    text-align: center;
    text-decoration: none;
    color: #000000;
    text-transform: capitalize;

}

.about .container .wrapper .right {
    margin-left: 60px;
    position: relative;
}

.about .container .wrapper .right img {
    width: 100%;
    height: auto;
}

.about .container .wrapper .right .img2 {
    position: absolute;
    left: 5vw;
    top: 3.1vw;
    max-width: 404px;
}


/***********        <!-- what we do -->         **********************/

section.what-we-do {
    position: relative;
}

section.what-we-do .side {
    display: flex;
}

section.what-we-do .side img {
    position: absolute;
    width: 74px;
    right: 0;
    top: -3vw;
}

.what-we-do .container .wrapper {
    height: 700px;
    display: flex;
}

.what-we-do .container .wrapper .left {
    position: relative;
    height: max-content;
}

.what-we-do .container .wrapper .left .border {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1.72025px solid #D0AF6E;
    border-radius: 8px;
    left: 30px;
    top: 32px;
    z-index: -1;
}

.what-we-do .container .wrapper .right {
    height: 700px;
    margin-left: 26px;
    padding: 40px 0;
}

.what-we-do .container .wrapper .right .content {
    margin-left: 180px;
}

.what-we-do .container .wrapper .right .content h3 {

    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 88px;

    /* identical to box height */

    color: #3D424A;
    margin: 0;
}

.what-we-do .container .wrapper .right .content h3 span {
    color: #D0AF6E;
    font-family: 'DIN Pro';
}

.what-we-do .container .wrapper .right .content p {
    width: 710px;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 140%;
    margin: 0;
    /* or 35px */
    margin-bottom: 65px;
    color: #000000;


}

.what-we-do .container .wrapper .right .content .grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.what-we-do .container .wrapper .right .content .grid .grid-item {
    display: flex;
    align-items: flex-start;
    padding: 56px 45px;
    gap: 10px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 8px;
    width: 340px;
    height: 180px;
    justify-content: center;
    align-items: center;
    text-decoration: none;

}

.what-we-do .container .wrapper .right .content .grid .grid-item:hover {
    background-color: #3d424a;
    transition: all .5s ease;
    cursor: pointer;
}

.what-we-do .container .wrapper .right .content .grid .grid-item img {
    width: 50px;
    height: 50px;
}

.what-we-do .container .wrapper .right .content .grid .grid-item span {
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;

    color: #000000;
}

.what-we-do .container .wrapper .right .content .grid .grid-item:hover span {
    transition: all .5s ease;
    color: white;
}

/*********** ***    <!-- Explore -->*****************/
section.explore {
    margin-top: 94px;
    /*    height: 1675px;*/
    width: 100vw;
    padding-top: 66px;
    background-image: url("/wp-content/uploads/2022/12/OIU9RJ1-01-1.png");
    margin-bottom: 70px;
}

section.explore .container2 .wrapper h3 {
    width: max-content;
    height: 88px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 88px;
    margin-top: 0px;
    margin-bottom: 60px;
    /* identical to box height */

    color: #3D424A;
}

section.explore .container2 .wrapper h3 span {
    color: #D0AF6E;
    font-family: 'DIN Pro';
}

section.explore .container2 .wrapper .projects_toggler {
    display: flex;
    width: 940px;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    border-bottom: 3px solid #D9D9D9;
    /*height: 55px;*/


}

section.explore .container2 .wrapper .projects_toggler .toggle.active {
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #D0AF6E;
    border-bottom: 3px solid #D0AF6E;
}

section.explore .container2 .wrapper .projects_toggler .toggle:hover {
    color: #D0AF6E;
    cursor: pointer;
    border-bottom: 3px solid #D0AF6E;
}

section.explore .container2 .wrapper .projects_toggler .toggle {
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transform: translateY(3px);

    color: #939598;
    border-bottom: 3px solid transparent;
    transition: 0.3s all;
}

section.explore .container2 .wrapper .gallery {
    display: grid;
    grid-gap: 20px;
    margin-top: 60px;
    grid-template-areas:
        'lg lg lg md1 md1 md1'
        'lg lg lg md2 md2 md2'
        'sm1 sm1 sm2 sm2 sm3 sm3'
    ;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.explore .container2 .wrapper .gallery .item .overlay {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: -10%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    color: white;
    z-index: 3;
    font-size: 20px;
    /* border: 2px solid white; */
    background: rgba(81, 81, 81, .67);
    transition: all 1s ease;
    opacity: 0;
    font-weight: 500;
    width: 100%;
    height: 100%;
}

section.explore .container2 .wrapper .gallery .item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    overflow: hidden;
    width: 31%;
    height: 300px;
}

section.explore .container2 .wrapper .gallery .item {
    display: none;
}

section.explore .container2 .wrapper .gallery .item:nth-child(-n+6) {
    display: block;
}

section.explore .container2 .wrapper .gallery .item img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    height: 100%;
}

section.explore .container2 .wrapper .gallery .item:hover .overlay {
    opacity: 1;
    top: 0;
}

section.explore .container2 .wrapper .gallery .item:hover img {
    /*filter: blur(3px);*/
}

section.explore .container2 .wrapper .gallery .item-lg {
    grid-area: lg;
    border-radius: 8px;
}

section.explore .container2 .wrapper .gallery .item-md {
    grid-area: md1;
}

section.explore .container2 .wrapper .gallery .item-md2 {
    grid-area: md2;
}

section.explore .container2 .wrapper .gallery .item1 {
    grid-area: sm1;
}

section.explore .container2 .wrapper .gallery .item2 {
    grid-area: sm2;
}

section.explore .container2 .wrapper .gallery .item3 {
    grid-area: sm3;
}

section.explore .container2 .wrapper .row a {
    width: 193px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;

    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-decoration: none;
    /* identical to box height */
    text-align: center;
    color: #000;
    margin-top: 90px;
    margin-left: auto;
    margin-right: auto;

}

/******************************* underpinned *****************/
.underpinned {
    background-image: url('/wp-content/uploads/2022/12/underpinned-bg.png');
    background-size: cover;
    background-position: center;
    padding: 50px 0px 65px;
    font-family: 'Din Pro';
}

.underpinned h2 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-family: 'Din Pro';
    font-size: 25px;
}

.underpinned .unboxes {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-top: 60px;
}

.underpinned .unboxes .unbox {
    width: 30%;
    text-align: center;
}

.underpinned .unboxes .unbox img {
    width: 55px;
}

.underpinned .unboxes .unbox h3 {
    color: #D0AF6E;
    font-weight: 500;
    font-size: 18px;
    margin: 20px 0px 10px;
    font-family: 'Din Pro';
}

.underpinned .unboxes .unbox p {
    color: #fff;
    font-family: 'Din Pro';
    margin: 0;
    font-weight: 300;
    line-height: 1.5;
}


/****************** <!-- Quote -->****************/
.quote .top-img {
    background-image: url("assets/img/Rectangle 17.png");
    width: 100vw;
    height: 260px;
    position: relative;
    background-size: cover;
}

.quote .top-img .container .row {
    display: flex;
    width: 100%;
    /*align-items: center;*/
    margin-top: 60px;
}

.quote .container img {
    position: absolute;
    left: 13px;
    bottom: 5px;
    width: 75px;
    height: 75px;
    /*transform: translateY(30%);*/

}

.quote .container .left {
    max-width: 1200px;
    width: 59%;
    /*margin-top: 11px;*/
}

.quote .container .left h4 {



    margin-top: 0px;
    margin-bottom: 0;
    font-family: 'Din Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;

    /* identical to box height */

    color: #FFFFFF
}

.quote .container .left p {
    margin-top: 12px;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 31px;
    width: 701px;
    /* identical to box height */

    color: #FFFFFF;
}

.quote .container .right {
    display: flex;
    flex-direction: column;
    max-width: 610px;
    margin-left: 145px;
    align-items: flex-end;
}

.quote .container .right form {
    display: flex;
}

.quote .container .right form input {
    padding: 12px 14px;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    width: 270px;
    height: 46px;
    color: #939598;
    margin-left: 37px;
    outline: none;
}

section.quote .top-img .container .row button {
    background-color: #D0AF6E;
    width: 193px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-decoration: none;
    /* identical to box height */
    text-align: center;
    color: #FFFFFF;
    margin-top: 38px;
    width: 263px;
}

/**********************<!-- Expetise -->****************/
.expertise .container3 h2 {
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 88px;
    margin-top: 190px;
    margin-bottom: 155px;
    /* identical to box height */

    color: #3D424A;
    margin-left: auto;
    width: max-content;
    margin-right: auto;

}

.expertise .container3 h2 span {
    color: #D0AF6E;
    font-family: 'DIN Pro';
}

/**********************<!-- Exp -->****************/
.exp .tape {
    display: flex;
    height: 498px;
    width: 100vw;
    box-shadow: 2px 2px 76px rgba(0, 0, 0, 0.06);
}

.exp:nth-child(3n) .tape .container3 {
    flex-direction: row-reverse;
}

.exp:nth-child(3n) .tape .right {
    padding-left: 0;
    padding-right: 20px;
}

.exp:nth-child(3n) .tape .container3 .left .img .border2 {
    left: unset;
    right: -30px;
}

.exp .tape .container3 {
    display: flex;
    width: 77vw;
    max-width: 1483px;
}

.exp.left_image .tape .left {
    margin-left: 60px;
    width: 45%;
    height: 100%;
    position: relative;
}

.exp .tape .container3 .border2 {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1.72025px solid #D0AF6E;
    border-radius: 8px;
    left: -30px;
    top: 32px;
    z-index: -1;
}

.exp.left_image .tape .left .img {
    width: auto;
    height: max-content;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

.exp.left_image .tape .left a {
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #000000;
    text-decoration: none;
    margin-left: 177px;
}

.exp.left_image .tape .right {
    width: 55%;
    height: 130%;
    /*padding-left:177px ;*/
}

.exp.left_image .tape .right p {

    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 140%;

    /* or 35px */

    color: #000000;

    width: 843px;
}

.exp .tape .right a {
    ont-family: 'DIN Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #000000;
    text-decoration: none;
}

.exp.left_image .tape .left .img img {}

.exp.left_image .tape .right {
    height: 498px;
    margin-top: 75px;
}

.exp.left_image .tape .right h3 {
    margin-top: 0;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 88px;
    margin-bottom: 26px;
    color: #3D424A;
}

.exp.left_image .tape .right p {
    width: 100% !important;
    margin-bottom: 60px;

}

.exp.left_image .tape .right img {
    position: absolute;
    bottom: 0;
    right: 2vw;
}


/************ right image*************/

.exp .tape {
    position: relative;
    margin-bottom: 350px;
}

.exp:last-child .tape {
    margin-bottom: 0;
}

.exp.right_image .tape .left {
    height: max-content;
    width: 76%;
    margin-left: 27px;


}

.exp.right_image .tape .left h3 {
    width: max-content;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 88px;

    /* identical to box height */
    margin-bottom: 26px;
    color: #3D424A;


}

.exp.right_image .tape .left p {
    width: 843px;
    margin-bottom: 60px;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 140%;

    /* or 35px */

    color: #000000;


}

.exp.right_image .tape .left a {
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #000000;
    text-decoration: none;
}

.exp.right_image .tape .right {
    position: relative;
    width: 34%;
    height: 100%;
}

.exp.right_image .tape .right .img {

    width: auto;
    height: max-content;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}


/*************<!-- FAQ -->*************/

.faq {
    background-image: url("assets/img/Group 85.png");
    width: 100vw;
    height: 1193px;
    margin-top: 125px;
}

.faq .container2 {
    max-width: 1620px;
    width: 84vw;
}

.faq .container2 .wrapper .combine {
    display: flex;
}

.faq .container2 .wrapper .title {
    margin-top: 160px;
    width: max-content;
    height: 88px;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 88px;
    color: #3D424A;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 91px;
}

.faq .container2 .wrapper .left {
    display: flex;
    flex-direction: column;
    width: 17vw;
    padding-top: 20px;
    margin-left: 70px;
    margin-right: 30px;
}

.faq .container2 .wrapper .left .links {
    display: flex;
    flex-direction: column;
}

.faq .container2 .wrapper .left .links a {
    position: relative;
    margin-bottom: 50px;
    text-decoration: none;
    width: max-content;
    height: 38px;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
    color: #939598;
}

.faq .container2 .wrapper .left .links a:hover {

    color: #D0AF6E;
}

.faq .container2 .wrapper .left .links .link.active::after,
.faq .container2 .wrapper .left .links .link:hover::after {
    content: '';
    position: absolute;
    bottom: -10px;
    /*transform: translateX(-50%);*/
    border-bottom: 3px solid #D0AF6E;
    width: 100%;
    left: 0;
}

.faq .container2 .wrapper .left .links .link.active {
    color: #D0AF6E;

}


.faq .container2 .wrapper .right .card {
    width: 62vw;
    max-width: 1191px;
    height: max-content;
    background: #FFFFFF;
    box-shadow: 2px 2px 76px rgba(0, 0, 0, 0.06);
    padding: 30px 34px;
}

.faq .container2 .wrapper .right .card h3 {
    height: 50px;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
    /* identical to box height */
    margin-top: 0;
    color: #D0AF6E;


}

.faq .container2 .wrapper .right .card p,
.faq .container2 .wrapper .right .card h2 {
    max-width: 842px;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 40px;
    color: #000000;
    text-align: left;
}

.faq .container2 .wrapper .right .card h2 {
    font-weight: 300;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'DIN Pro';
}

.faq .container2 .wrapper .right .card>p.subtitle {
    text-align: center;
}

.faq .container2 .wrapper .right .card .accordion .item h4 {
    display: flex;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;

    /* identical to box height, or 28px */
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;


}

.faq .container2 .wrapper .right .card .accordion .item svg {
    margin-left: auto;
}

.faq .container2 .wrapper .right .card .accordion .item .answer {
    display: none;
}

.faq .container2 .wrapper .right .card .accordion .item .question.active~.answer {
    display: block;
}

.faq .container2 .wrapper .right .card .accordion .item .question.active svg path:nth-child(2) {
    display: none;
}

.faq .container2 .wrapper .right .card .accordion .item h4::before {
    content: "•";
    margin-right: 10px;
    color: black;
}

a.pdf_download {
    background: #d0af6e;
    color: #fff;
    display: none;
    text-decoration: none;
    padding: 12px 40px;
    border-radius: 50px;
}

/*
    .faq .container2 .wrapper .right .card .accordion .item hr{
        border: none;
        border-bottom: 2px solid rgba(147, 149, 152, 0.15);
        max-width: 1123px;
*/
}

.faq .container2 .wrapper .right .card .accordion .item .answer h5 {
    text-align: left;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 5px;
}

.faq .container2 .wrapper .right .card .accordion .item .answer p {
    text-align: left;
    margin-top: 0;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;

    /* or 28px */

}

/***************        <!-- Related -->*******************/

.related {
    background-color: #3D424A;
    min-height: 447px;
    margin-top: 160px;
    margin-bottom: 95px;
}


.related .container .wrapper h2 {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 88px;

    /* identical to box height */
    margin-top: 60px;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.related .container .wrapper h2 span {
    color: #D0AF6E;
    font-family: 'DIN Pro';
}

.related .container .wrapper p {
    margin-top: 0;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;

    /* identical to box height, or 28px */
    text-align: center;

    color: #FFFFFF;


}

.related .container .wrapper .images {
    height: 85px;
    display: flex;
    justify-content: space-between;
    width: 65vw;
    margin-top: 57px;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1700px;
}

.related .container .wrapper .images .mark {
    width: 13vw;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
}

.related .container .wrapper .images img {
    /*    margin-left: 50px;*/
    /*    height: 63px;*/
    width: 100%;
    max-width: 190px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

/**********************     <!-- Wall of Love -->**************/
.wall-of-love {
    margin-bottom: 100px;
}

.wall-of-love .container2 .wrapper h2 {

    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 88px;

    /* identical to box height */

    /* New Gray */
    color: #3D424A;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.wall-of-love .container2 .wrapper h2 span {
    color: #D0AF6E;
    font-family: 'DIN Pro';
}

.wall-of-love .container2 .wrapper .quotes {
    display: flex;
    width: 100%;
}

.wall-of-love .container2 .wrapper .quotes .quote {
    width: 384px;
    height: 458px;
    padding-top: 50px;
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right: 30px;
    background: #FFFFFF;
    box-shadow: 2.373px 2.37306px 23px rgba(0, 0, 0, 0.06);
    border-radius: 9.49223px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    margin-left: 10px;
    margin: 30px !important;
}

.wall-of-love .container2 .wrapper .quotes .quote .text {

    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    margin-top: 20px;

    /* or 28px */

    color: #000000;


}

.wall-of-love .container2 .wrapper .quotes .quote .symbol {
    margin-left: 5px;
    width: 30px;
}

.wall-of-love .container2 .wrapper .quotes .quote .right .name {

    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 140%;

    /* identical to box height, or 35px */

    color: #000000;

}

.wall-of-love .container2 .wrapper .quotes .quote .bottom {
    display: flex;
    margin-top: auto;
}

.wall-of-love .container2 .wrapper .quotes .quote .bottom .left {
    margin-right: 18px;
}

.avatar-bg {
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.avatar-bg.purple {
    background-color: #d7cdfb;
}

.avatar-bg.sky {
    background-color: #c3eafc;
}

/**********************FOOTER****************/

.footer {
    /*    margin-top: 160px;*/
    background-color: #3D424A;
    min-height: 520px;
}

.footer .container .wrapper {
    display: flex;
    justify-content: space-between;
}

.footer .container .wrapper .col1 {
    display: flex;
    flex-direction: column;
    width: 31vw;
    padding-right: 75px;
    margin-top: 46px;
}

.footer .container .wrapper .col1 .logo {
    width: 178px;
    height: 48px;
}

.footer .container .wrapper .col1 .logo img {

    width: 100%;
    height: auto;
}

.footer .container .wrapper .col1 img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.footer .container .wrapper .col1 .row1 {
    margin-top: 45px;
    display: flex;
    width: 17vw;
}

.footer .container .wrapper .col1 .row2 {
    display: flex;
    width: 17vw;
    margin-top: 17px;
    margin-bottom: 0;
}

.footer .container .wrapper .col1 .row3 {
    display: flex;
    width: 17vw;
    margin-top: 23px;
}

.footer .container .wrapper .col1 .text {


    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;

    /* identical to box height, or 28px */

    color: #939598;


}

.footer .container .wrapper .col1 .text a {
    text-decoration: none;
    color: #939598;
}

.footer .container .wrapper .col2 {
    display: flex;
    flex-direction: column;
    width: 20vw;
    margin-top: 112px;
}

.footer .container .wrapper .col2 .title,
.footer .container .wrapper .col3 .title,
.footer .container .wrapper .col4 .title {

    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;

    /* identical to box height, or 140% */

    color: #FFFFFF;


}

.footer .container .wrapper .links a {
    display: flex;
    flex-direction: column;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
    text-decoration: none;
    /* identical to box height, or 120% */

    color: #939598;
    margin-top: 8px;

}


.footer .container .wrapper .col3 {
    display: flex;
    flex-direction: column;
    margin-top: 112px;
    width: 25vw;
}


.footer .container .wrapper a {
    transition: 0.3s all;
}

.footer .container .wrapper a:hover {
    color: #fff !important;
}

.footer .container .wrapper .col4 {
    display: flex;
    width: 21vw;
    flex-direction: column;
    margin-top: 112px
}

.footer .container .wrapper .col4 form {
    display: flex;
    margin-top: 21px;
}

.footer .container .wrapper .col4 form input {
    padding: 0px 17px;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    WIDTH: 274px;
    height: 42px;
    line-height: 22px;
    outline: none;
    color: #939598;
}

.footer .container .wrapper .col4 .submit {
    padding: 0px 17px;
    border: none;
    display: flex;
    height: 42px;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;

    /* identical to box height */
    text-align: center;

    color: #FFFFFF;



    background: #D0AF6E;
    box-shadow: 0px 1px 2px rgba(105, 81, 255, 0.05);
}

.footer .container .wrapper .col4 .social_links {
    width: 140px;
    display: flex;
    margin-top: 26px;
    justify-content: space-between;
}

.footer .container .wrapper .col4 .social_links a {
    color: #D0AF6E;
    width: 25px;
    height: 20px;
}

.footer .container .wrapper .col4 .bottom_links {
    margin-top: 27px;

}

.footer .container .wrapper .col4 .bottom_links span,
.footer .container .wrapper .col4 .bottom_links a {
    text-decoration: none;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    margin-right: 9px;
    color: #939598;
}

.footer .container .wrapper .col4 .social_links i {
    font-size: 20px;
}

.footer .links ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer .container .wrapper .col4 .bottom_links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.footer .container .wrapper .col4 .bottom_links ul li:first-of-type a {
    border-right: 2px solid #939598;
    padding-right: 10px;
    display: inline-block;
}

.footer .container .wrapper .col4 .bottom_links ul li a {
    line-height: 1;
    display: inline-block;
}

.bottom {}

.bottom hr {
    margin-top: 80px;
    width: 100vw;
    border: none;
    border-bottom: 2px solid rgba(147, 149, 152, 0.15);
}

.bottom .wrapper {
    display: flex;
}

.bottom .wrapper .copyright {
    width: max-content;
    margin-right: auto;
    margin-left: auto;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 15px;

    /* identical to box height, or 175% */

    color: #939598;


}

/*****************************
 *      Single Service Page
 * **************************/

.inner-page-banner {
    min-height: 500px;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: top center;
    padding: 20px;
}

.inner-page-banner h2 {
    margin-bottom: 30px !important;
    font-family: 'DIN Pro' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 70px !important;
    text-align: center;
    color: #FFFFFF !important;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: 0 !important;
}

.inner-page-banner p {
    margin-top: 0;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.single-service-inner {
    /*    background-image: url('assets/img/background-bg.png');*/
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.single-service-inner .content {
    background: #FFFFFF;
    box-shadow: 2px 2px 76px rgba(0, 0, 0, 0.06);
    padding: 50px 40px;
    position: relative;
}

.single-service-inner .content::after,
.single-service-inner .content h2::after {
    content: '';
    background-image: url('assets/img/Group 80.png');
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 60px;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0.2;
    left: 60px;
}

.single-service-inner .content h2::after {
    left: unset;
    right: 60px;
}

.single-service-inner .content::before {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    left: -40px;
    top: -40px;
    background-image: url('/wp-content/uploads/2022/12/Frame1.png');
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: spin 4s infinite linear;
}

.single-service-inner .content h2 {
    text-align: center;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 10px;
    color: #3D424A;
    margin-top: 0;
}

.single-service-inner .content p {
    margin: 0;
    font-family: 'DIN Pro';
    font-weight: 300;
    color: #000000;
    font-size: 18px;
    margin-top: 15px;
}

.single-service-inner .sinner-img {
    max-width: 400px;
    display: block;
    margin: 40px 21% 0;
    width: 100%;
    position: relative;
    z-index: 123;
    margin-bottom: 90px;
}

.single-service-inner .sinner-img img {
    max-width: 100%;
}

.single-service-inner .sinner-img img:last-of-type {
    position: absolute;
    left: 70%;
    top: 50%;
    z-index: -1;
    opacity: 1;
}

.single-service-inner-slider .boxes {
    margin-top: 50px;
}

.single-service-inner-slider .boxes .box,
.project-page .project-page-inner .container .gallery .boxes .box {
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    height: 340px;
    overflow: hidden;
    transition: 0.3s all;
}

.single-service-inner-slider .boxes .box .inner,
.project-page .project-page-inner .container .gallery .boxes .box .inner,
.sproject-gallery .sproject-gallery-inner .box .box-img .inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(72, 72, 72, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
    text-decoration: none;
}

.single-service-inner-slider .boxes .box:hover .inner,
.project-page .project-page-inner .container .gallery .boxes .box:hover .inner,
.sproject-gallery .sproject-gallery-inner .box .box-img:hover .inner {
    opacity: 1;
    visibility: visible;
}

.single-service-inner-slider .boxes .box .inner h2,
.project-page .project-page-inner .container .gallery .boxes .box .inner h2,
.sproject-gallery .sproject-gallery-inner .box .box-img .inner h2 {
    font-family: 'DIN Pro';
    color: #fff;
    margin: 0;
    font-size: 22px;
    position: relative;
    top: -20px;
    transition: 0.3s all;
}

.single-service-inner-slider .boxes .box:hover .inner h2,
.project-page .project-page-inner .container .gallery .boxes .box:hoover .inner h2,
.sproject-gallery .sproject-gallery-inner .box .box-img:hover .inner h2 {
    top: 0px;
}

.single-service-inner-slider .boxes .slick-prev.slick-arrow,
.single-service-inner-slider .boxes .slick-next.slick-arrow,
.project-page .project-page-inner .container .gallery .boxes .slick-prev.slick-arrow,
.project-page .project-page-inner .container .gallery .boxes .slick-next.slick-arrow {
    left: 0px;
    z-index: 12345;
    height: 20px;
    width: 20px;
}

.single-service-inner-slider .boxes .slick-next.slick-arrow,
.project-page .project-page-inner .container .gallery .boxes .slick-next.slick-arrow {
    left: unset;
    right: 0px;
}

.single-service-inner-slider .boxes .slick-prev.slick-arrow::before,
.single-service-inner-slider .boxes .slick-next.slick-arrow::before,
.project-page .project-page-inner .container .gallery .boxes .slick-prev.slick-arrow::before,
.project-page .project-page-inner .container .gallery .boxes .slick-next.slick-arrow::before {
    color: #3D424A;
    background: unset;
    content: '\f053';
    font-family: 'Font Awesome 5 free';
    font-weight: bold;
    transform: unset;
    width: auto;
    height: auto;
    font-size: 20px;
}

.single-service-inner-slider .boxes .slick-next.slick-arrow::before,
.project-page .project-page-inner .container .gallery .boxes .slick-next.slick-arrow::before {
    content: '\f054';
}

.single-service-inner-slider .boxes .box.slick-active.slick-current,
.project-page .project-page-inner .container .gallery .boxes .box.slick-active.slick-current {
    opacity: 1;
    transform: scale(1) !important;
    left: 0 !important;
    z-index: 1234455;
    margin: 0;
}

.single-service-inner-slider .boxes .box,
.project-page .project-page-inner .container .gallery .boxes .box {
    opacity: 0.6;
    transform: scale(0.6);
}

.single-service-inner-slider .boxes .box.slick-active {
    position: relative;
    left: 130px;
}

.single-service-inner-slider .boxes .box.slick-active+.slick-active {
    transform: scale(0.8);
    left: 40px;
}

.single-service-inner-slider .boxes .box.slick-active.slick-current+.slick-active {
    transform: scale(0.8);
    left: -40px;
}

.single-service-inner-slider .boxes .box.slick-active.slick-current+.slick-active+.slick-active {
    left: -130px;
    transform: scale(0.6);
}

.single-service-inner-slider .boxes .box.slick-current~.slick-active {
    transform: unset;
}

/*************************************
 *      Single Service Page V2
 * **********************************/

.sservice-about {
    /*    background-image: url('assets/img/background-bg.png');*/
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.sservice-about .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sservice-about .container .content {
    width: 65%;
    padding: 40px;
    box-shadow: 2px 2px 76px rgba(0, 0, 0, 0.06);
    position: relative;
    background: #fff;
}

.sservice-about .container .content::before {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    left: -39px;
    top: -90px;
    background-image: url('/wp-content/uploads/2022/12/Frame1.png');
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: spin 4s infinite linear;
}

.single-service-page-v2 h2 {
    color: rgba(61, 66, 74, 1);
    margin: 0;
    font-size: 50px;
    font-family: 'DIN Pro';
}

.single-service-page-v2 h2 span {
    color: rgba(208, 175, 110, 1);
}

.sservice-about .container .content p {
    color: #000000;
    font-family: 'DIN Pro';
    font-weight: 300;
    margin: 0;
    margin-top: 15px;
    line-height: 1.5;
}

.sservice-about .container .img {
    width: 30%;
}

.sservice-about .container .img img {
    max-width: 100%;
}

.sservice-explore-property .container h2 {
    text-align: center;
}

.sservice-explore-property .container .sservice-explore-tabs-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0px 40px;
}

.sservice-explore-property .container .sservice-explore-tabs-button button {
    background: transparent;
    border: unset;
    color: #939598;
    font-size: 25px;
    padding: 5px 30px;
    font-family: 'DIN Pro';
    font-weight: 600;
    border-bottom: 2px solid #D9D9D9;
    transition: 0.3s all;
    cursor: pointer;
}

.sservice-explore-property .container .sservice-explore-tabs-button button.active,
.sservice-explore-property .container .sservice-explore-tabs-button button:hover {
    border-color: #D0AF6E;
}

.sservice-explore-property .container .sservice-explore-tabs-inner {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0px;
    position: relative;
    z-index: 12;
}

.sservice-explore-property .container .sservice-explore-tabs-inner.active {
    display: flex;
}

.sservice-explore-property .container .sservice-explore-tabs-inner::before {
    content: '';
    position: absolute;
    left: -10%;
    right: 0;
    background: #FFFFFF;
    box-shadow: 2px 2px 76px rgba(0, 0, 0, 0.06);
    height: 70%;
    z-index: -1;
    width: 120%;
}

.sservice-explore-property .container .sservice-explore-tabs-inner::after {
    content: '';
    position: absolute;
    left: -60px;
    bottom: 9%;
    width: 80px;
    height: 80px;
    background: url('/wp-content/uploads/2023/01/dots-vector.png');
    background-position: top left;
    background-size: cover;
}

.sservice-explore-property .container .sservice-explore-tabs-inner .map {
    width: 35%;
    position: relative;
}

.sservice-explore-property .container .sservice-explore-tabs-inner .map::before {
    content: '';
    position: absolute;
    left: -30px;
    right: 0;
    top: 40px;
    bottom: 0;
    border: 3px solid #D0AF6E;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.sservice-explore-property .container .sservice-explore-tabs-inner .map .map-inner {
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 123;
}

.sservice-explore-property .container .sservice-explore-tabs-inner .map .map-inner img {
    width: 100%;
    height: 100%;
}

.sservice-explore-property .container .sservice-explore-tabs-inner .content {
    width: 60%;
}

.sservice-explore-property .container .sservice-explore-tabs-inner .content h2 {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}

.sservice-explore-property .container .sservice-explore-tabs-inner .content form {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sservice-explore-property .container .sservice-explore-tabs-inner .content form label {
    width: 49%;
}

.sservice-explore-property .container .sservice-explore-tabs-inner .content form label span {
    color: #000000;
    font-family: 'DIN Pro';
    font-weight: 600;
    margin-left: 15px;
    display: block;
    font-size: 16px;
}

.sservice-explore-property .container .sservice-explore-tabs-inner .content form label select {
    border: 1px solid #E2E2E2;
    color: #939598;
    font-family: 'DIN Pro';
    background: transparent;
    width: 100%;
    font-size: 18px;
    padding: 5px 10px 9px;
    line-height: 1;
    margin-top: 10px;
}

.priceRangeslider-box {
    width: 100%;
    margin: 25px auto
}

.priceRangeslider-box label {
    color: #000000;
    font-family: 'DIN Pro';
    font-size: 18px;
    font-weight: 500;
    margin-left: 15px;
}

.priceRangeslider-box label,
.priceRangeslider-box input {
    border: none;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 30%
}

.priceRangeslider-box .pricerangeinner {
    width: auto;
    float: right;
    outline: none;
    text-align: right;
    color: #000000;
    font-family: 'DIN Pro';
    font-size: 18px;
    font-weight: 500;
}

.priceRangeslider-box .pricerangeinner input {
    width: auto;
    font-size: 18px;
    color: #000000;
    font-family: 'DIN Pro';
    font-size: 18px;
    font-weight: 500;
    outline: none;
    text-align: right;
}

.priceRangeslider-box .slider {
    margin: 25px 0
}

.priceRangeslider-box #price-range .ui-slider-handle {
    background: #fff;
    border: 3px solid #D0AF6E;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    outline: none;
}

.priceRangeslider-box #price-range {
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 50px;
    height: 16px;
}

.priceRangeslider-box #price-range .ui-slider-range.ui-widget-header.ui-corner-all {
    background: #D0AF6E;
    border: 1px solid #fff;
    border-radius: 50px;
}

.sservice-explore-property .container .sservice-explore-tabs-inner .content form .corner_borders {
    text-decoration: none;
}

.sservice-explore-property .container .sservice-explore-tabs-inner .content form .corner_borders span {
    color: #000;
    text-decoration: none;
    font-family: 'DIN Pro';
    font-weight: 400 !important;
}

.sservice-explore-property .container .sservice-explore-tabs-inner .content form a.learn-more {
    border: 1.5px solid #D0AF6E;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-family: 'DIN Pro';
    margin-right: auto;
    margin-left: 20px;
    display: inline-block;
    padding: 7px 35px;
    transition: 0.3s all;
}

.sservice-explore-property .container .sservice-explore-tabs-inner .content form a.learn-more:hover {
    color: #fff;
    background: #D0AF6E;
}


.sservice-results h2 {
    text-align: center;
    margin-top: 40px;
}

.sservice-results .boxes {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.sservice-results .boxes .box {
    width: 31%;
    box-shadow: 2px 2px 76px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    margin: 0px 1.1% 40px;
}

.sservice-results .boxes .box a {
    text-decoration: none;
}

.sservice-results .boxes .box .img {
    height: 280px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 8px 8px 0px 0px;
}

.sservice-results .boxes .box .img span {
    display: inline-block;
    background: #D0AF6E;
    box-shadow: 0px 1px 2px rgba(105, 81, 255, 0.05);
    font-family: 'DIN Pro';
    color: #fff;
    font-weight: 300;
    padding: 7px 25px;
}

.sservice-results .boxes .box .content {
    padding: 20px;
}

.sservice-results .boxes .box .content h3 {
    margin: 0;
    font-size: 20px;
    font-family: 'DIN Pro';
    color: #000;
}

.sservice-results .boxes .box .content p {
    color: #D0AF6E;
    font-family: 'DIN Pro';
    margin: 10px 0px 25px;
    font-weight: 600;
}

.sservice-results .boxes .box .content ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e1e1e1;
    padding-top: 14px;
}

.sservice-results .boxes .box .content ul li {
    display: flex;
    align-items: center;
    width: 33%;
    justify-content: center;
    color: #3D424A;
    font-family: 'DIN Pro';
    font-weight: 300;
}

.sservice-results .boxes .box .content ul li:nth-child(2) {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

.sservice-results .boxes .box .content ul li img {
    max-width: 20px;
    margin-right: 9px;
}

.sservice-results .boxes {
    margin-top: 50px;
}

.sservice-results .corner_borders {
    margin: 0 auto;
    margin-bottom: 30px;
    color: #000;
    text-decoration: unset;
    margin-top: 40px;
}

/*********************************
 *          project-page
 * ******************************/
.project-page .project-page-inner {
    /*    background-image: url('assets/img/background-bg.png');*/
    background-size: cover;
    background-position: top right;
    padding: 150px 0px;
}

.project-page .project-page-inner .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-page .project-page-inner .container .content {
    width: 40%;
    position: relative;
    box-shadow: 2px 2px 76px rgba(0, 0, 0, 0.06);
}

.project-page .project-page-inner .container .content .content-inner {
    background: #FFFFFF;
    box-shadow: 2px 2px 76px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 40px 20px;
    position: relative;
    z-index: 12;
    justify-content: space-between;
}

.project-page .project-page-inner .container .content::before {
    content: '';
    position: absolute;
    left: -30px;
    right: 0;
    top: 30px;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #D0AF6E;
    border-radius: 9.4688px;
}

.project-page .project-page-inner .container .content::after {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    left: -39px;
    top: -90px;
    background-image: url('/wp-content/uploads/2022/12/Frame1.png');
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: spin 4s infinite linear;
}

.project-page .project-page-inner .container .content h2 {
    margin: 0;
    color: rgba(61, 66, 74, 1);
    font-size: 40px;
    font-family: 'DIN Pro';
    font-weight: 800;
}

.project-page .project-page-inner .container .content h2 span {
    color: #D0AF6E;
    font-family: 'DIN Pro';
}

.project-page .project-page-inner .container .content p {
    font-family: 'DIN Pro';
    font-weight: 300;
    color: #1E1E1E;
    font-size: 16px;
}

.project-page .project-page-inner .container .content a {
    color: #D0AF6E;
    text-decoration: underline;
    outline: none;
    font-weight: 300;
    font-family: 'DIN Pro';
}

.project-page .project-page-inner .container .gallery {
    width: 55%;
}

.project-page .project-page-inner .container .gallery .boxes .box {
    transform: scale(0.8);
    height: 280px;
}

.project-page .project-page-inner .container .gallery .boxes .slick-prev.slick-arrow {
    left: -10px;
}

.project-page .project-page-inner .container .gallery .boxes .slick-next.slick-arrow {
    right: -10px;
}

/********************************
 *       single-project-page
 * *****************************/
.single-project-page {
    background-image: url('assets/img/background-image-second.png');
    background-position: top right;
}

.sproject-inner {
    position: relative;
    margin: 80px 0px;
    background: #fff;
}

.sproject-inner::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 95%;
    margin: auto;
    box-shadow: 2px 2px 76px rgba(0, 0, 0, 0.06);
}

.single-project-page .sproject-inner .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-project-page .sproject-inner .container .content {
    width: 65%;
    position: relative;
}

.single-project-page .sproject-inner .container .content::before,
.contact-page .contact-page-inner::before,
.company-page .company-page-inner::before,
.links-page .links-page-inner::before,
.faqs-page .faqs-page-inner::before {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    left: -39px;
    top: -120px;
    background-image: url('/wp-content/uploads/2022/12/Frame1.png');
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: spin 4s infinite linear;
}

.single-project-page .sproject-inner .container .content h2 {
    color: #3D424A;
    font-family: 'DIN Pro';
    font-size: 40px;
    margin: 0;
}

.single-project-page .sproject-inner .container .content p {
    color: #000000;
    font-family: 'DIN Pro';
    font-weight: 300;
}

.single-project-page .sproject-inner .container .content ul {
    padding: 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0px 0px;
}

.single-project-page .sproject-inner .container .content ul li {
    width: 50%;
    margin-bottom: 20px;
    list-style: none;
    color: #1E1E1E;
    font-family: 'DIN Pro';
    font-weight: 300;
    position: relative;
    padding-left: 20px;
}

.single-project-page .sproject-inner .container .content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    background: #D0AF6E;
    border-radius: 50px;
}

.single-project-page .sproject-inner .container .content ul li strong {
    color: #D0AF6E;
    font-family: 'DIN Pro';
    font-weight: 600;
}

.single-project-page .sproject-inner .container .img {
    width: 35%;
    position: relative;
}

.single-project-page .sproject-inner .container .img::before {
    content: '';
    border: 3.5508px solid #D0AF6E;
    border-radius: 9.4688px;
    position: absolute;
    left: -30px;
    right: ;
    right: 0;
    top: 30px;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
}

.single-project-page .sproject-inner .container .img img {
    max-width: 100%;
    position: relative;
    z-index: 123;
}

.sproject-gallery h1,
.single-project-page .sproject-detail h2,
.contact-page .contact-page-inner h1,
.contact-page .contact-page-inner .boxes .box h2,
.company-page .company-page-inner h1,
.links-page .links-page-inner h1,
.faqs-page .faqs-page-inner h1 {
    text-align: center;
    color: #3D424A;
    font-family: 'DIN Pro';
    font-size: 40px;
    font-weight: bold;
    margin: 0;
}

.sproject-gallery h1 span,
.single-project-page .sproject-detail h2 span,
.contact-page .contact-page-inner h1 span,
.contact-page .contact-page-inner .boxes .box h2 span,
.company-page .company-page-inner h1 span,
.links-page .links-page-inner h1 span,
.faqs-page .faqs-page-inner h1 span {
    color: #D0AF6E;
    font-family: 'DIN Pro';
}

.sproject-gallery {
    padding-bottom: 50px;
}

.sproject-gallery .sproject-gallery-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 800px;
    width: 100%;
    margin: 20px auto 0;
    flex-wrap: wrap;
    position: relative;
}

.sproject-gallery .sproject-gallery-inner .box {
    width: 49%;
}

.sproject-gallery .sproject-gallery-inner .box .box-img {
    height: 550px;
    border-radius: 8px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    display: block;
    text-decoration: unset;
}

.sproject-gallery .sproject-gallery-inner .box:nth-child(2) .box-img {
    height: 265px;
}

.sproject-gallery .sproject-gallery-inner .box.third {
    width: 30%;
    margin: 0px 1%;
}

.sproject-gallery .sproject-gallery-inner .box.third .box-img {
    height: 265px;
}

.sproject-gallery .sproject-gallery-inner .box .box-img:hover .inner h2 {
    top: 0px;
}

.sproject-gallery .sproject-gallery-inner .box.third:first-of-type {
    margin-bottom: 20px;
    width: 47%;
    height: 500px;
}

.sproject-gallery .sproject-gallery-inner .box.third:first-of-type .box-img {
    height: 100%;
    margin: 0;
}

.sproject-gallery .sproject-gallery-inner .box.third:nth-child(2) {
    width: 47%;
}

.sproject-gallery .sproject-gallery-inner .box.third:nth-child(2) .box-img {
    height: 240px;
}

.sproject-gallery .sproject-gallery-inner .box.third:nth-child(3) {
    width: 47%;
    position: absolute;
    right: 0;
    top: 260px;
}

.sproject-gallery .sproject-gallery-inner .box.third:nth-child(3) .box-img {
    height: 240px;
}

.single-project-page .sproject-detail {
    max-width: 800px;
    margin: 50px auto;
    border: 2px solid #D0AF6E;
    width: 95%;
    border-radius: 8px;
    padding: 40px;
    position: relative;
}

.single-project-page .sproject-detail::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 140px;
    height: 152px;
    background-image: url('assets/img/logo-hidden.png');
    background-size: cover;
    background-position: top center;
    z-index: -1;
}

.single-project-page .sproject-detail::after {
    content: '';
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 80px;
    height: 80px;
    background-image: url('assets/img/border-Frame.png');
    background-size: cover;
    -webkit-animation: spin 4s infinite linear;
}

.single-project-page .sproject-detail h2 {
    font-size: 30px;
}

.single-project-page .sproject-detail h2::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 20px;
    width: 60px;
    height: 34px;
    background-image: url('assets/img/line-Frame.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.single-project-page .sproject-detail ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.single-project-page .sproject-detail ul li {
    width: 50%;
    color: rgba(30, 30, 30, 1);
    font-family: 'DIN Pro';
    font-weight: 300;
    margin-top: 25px;
}

.single-project-page .sproject-detail ul li span {
    font-family: 'DIN Pro';
    font-weight: 700;
    color: #D0AF6E;
}

/************************
    Contact Page
************************/
.contact-page .contact-page-inner,
.company-page .company-page-inner,
.links-page .links-page-inner,
.faqs-page .faqs-page-inner {
    background-image: url('assets/img/background-image-second.png');
    background-position: top right;
    padding: 70px 0px 30px;
    position: relative;
}

.contact-page .contact-page-inner::before,
.company-page .company-page-inner::before,
.links-page .links-page-inner::before,
.faqs-page .faqs-page-inner::before {
    left: 60px;
    top: 30px;
}

.contact-page .contact-page-inner .boxes {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 900px;
    margin: 50px auto 0;
}

.contact-page .contact-page-inner .boxes .box {
    box-shadow: 2px 2px 76px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    background: #fff;
    width: 45%;
    padding: 20px 30px;
}

.contact-page .contact-page-inner .boxes .box h2 {
    text-align: left;
    font-size: 30px;
}

.contact-page .contact-page-inner .boxes .box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

.contact-page .contact-page-inner .boxes .box ul li {
    color: #3D424A;
    font-family: 'DIN Pro';
    font-weight: 300;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.contact-page .contact-page-inner .boxes .box ul li i {
    color: #D0AF6E;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.contact-page .contact-page-inner .boxes .box form input,
.contact-page .contact-page-inner .boxes .box form textarea {
    border: 1px solid #D5DAE1;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    display: block;
    width: 100%;
    margin-bottom: 15px;
    color: #939598;
    font-family: 'DIN Pro';
    font-weight: 500;
    padding: 8px 13px;
    font-size: 16px;
    outline: none;
    transition: 0.3s all;
}

.contact-page .contact-page-inner .boxes .box form input:hover,
.contact-page .contact-page-inner .boxes .box form textarea:hover,
.contact-page .contact-page-inner .boxes .box form input:focus,
.contact-page .contact-page-inner .boxes .box form textarea:focus {
    border-color: #d0af6e;
}

.contact-page .contact-page-inner .boxes .box form input::placeholder,
.contact-page .contact-page-inner .boxes .box form textarea::placeholder {
    opacity: 1;
}

.contact-page .contact-page-inner .boxes .box form textarea {
    resize: none;
    height: 110px;
}

.contact-page .contact-page-inner .boxes .box form .corner_borders {
    text-decoration: none;
    color: #000000;
    margin-top: 30px;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
}

.contact-page .contact-page-inner .boxes .box form br {
    display: none;
}

.contact-page .contact-page-inner .boxes .box form .corner_borders span {
    font-weight: 400;
    font-family: 'DIN Pro';
}

.contact-map img {
    max-width: 100%;
}

.contact-page .contact-page-inner {
    padding-bottom: 70px;
}

/*********************************
 *         Company Page
 * ******************************/
.company-page .company-page-inner .inner {
    background: #FFFFFF;
    box-shadow: 2px 2px 76px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 25px;
    max-width: 800px;
    width: 100%;
    margin: 50px auto 0;
}

.company-page .company-page-inner .inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.company-page .company-page-inner .inner ul li {
    border-bottom: 1px solid rgba(147, 149, 152, 0.15);
    padding: 10px 0px;
    font-family: 'DIN Pro';
    display: flex;
    align-items: flex-start;
}

.company-page .company-page-inner .inner ul li span {
    font-family: 'DIN Pro';
    color: #D0AF6E;
    padding-right: 10px;
    width: 20%;
}

.company-page .company-page-inner .inner ul li p {
    margin: 0;
    font-family: 'DIN Pro';
    width: 80%;
}

/*************************
    Links Page
**************************/
.links-page .links-page-inner .boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.links-page .links-page-inner .boxes .box {
    width: 21%;
    background: #FFFFFF;
    box-shadow: 2px 2px 76px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    margin-bottom: 60px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin: 0px 2% 60px;
}

.links-page .links-page-inner .boxes .box::before {
    content: '';
    position: absolute;
    left: -20px;
    right: 0;
    top: 20px;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 2px solid #D0AF6E;
    z-index: -1;
}

.links-page .links-page-inner .boxes .box::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 8px;
    background: #fff;
    z-index: -1;
}

.links-page .links-page-inner .boxes .box img {
    max-width: 140px;
    width: 100%;
}

.links-page .links-page-inner .boxes .box .inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #3D424A;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-flow: column;
    padding: 0px 15px;
    transition: 0.3s all;
    opacity: 0;
    visibility: hidden;
}

.links-page .links-page-inner .boxes .box:hover .inner {
    opacity: 1;
    visibility: visible;
}

.links-page .links-page-inner .boxes .box .inner h2 {
    margin: 0;
    color: #fff;
    font-family: 'DIN Pro';
    font-size: 18px;
}

.links-page .links-page-inner .boxes .box .inner p {
    color: #fff;
    margin: 0;
    font-family: 'DIN Pro';
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 5px;
}

/******************************
 *      Faq Page
 * ***************************/
.faq .container2 .wrapper .right .card form,
.single-service-inner .content form {
    max-width: 380px;
    width: 100%;
    margin: 50px auto 0;
    position: relative;
    z-index: 123213;
}

.faq .container2 .wrapper .right .card form p,
.single-service-inner .content form p {
    font-family: 'DIN Pro';
    text-align: center;
    font-weight: 300;
    font-size: 14px;
}

.faq .container2 .wrapper .right .card form input,
.single-service-inner .content form input {
    width: 100%;
    border: 1px solid #D5DAE1;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    color: #939598;
    font-family: 'DIN Pro';
    padding: 8px 10px;
    font-weight: 500;
    margin-bottom: 10px;
    transition: 0.3s all;
    outline: none;
    font-size: 14px;
}

.faq .container2 .wrapper .right .card form input:hover,
.faq .container2 .wrapper .right .card form input:focus,
.single-service-inner .content form input:hover,
.single-service-inner .content form input:focus {
    border-color: #D0AF6E;
}

.faq .container2 .wrapper .right .card form button,
.single-service-inner .content form button {
    background: #D0AF6E;
    box-shadow: 0px 1px 2px rgba(105, 81, 255, 0.05);
    border: 1px solid #D0AF6E;
    width: 100%;
    color: #fff;
    font-family: 'DIN Pro';
    padding: 8px 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: ;
    transition: 0.3s all;
}

.faq .container2 .wrapper .right .card form button:hover,
.single-service-inner .content form p {
    margin-bottom: 15px;
}

.single-service-inner .content form button:hover {
    background: transparent;
    color: #D0AF6E;
}

.faq .container2 .wrapper .right .card h3 {
    width: 100%;
    text-align: center;
    height: auto;
}

#contacts_map {
    height: 65vh;
}

.project-page .project-page-inner .container .content .content-inner h2 {
    color: #3D424A;
    font-family: 'DIN Pro';
    font-size: 40px;
    margin: 0;
}

.project-page .project-page-inner .container .content .content-inner p {
    color: #000000;
    font-family: 'DIN Pro';
    font-weight: 300;
}

.project-page .project-page-inner .container .content .content-inner ul {
    padding: 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0px 0px;
}

.project-page .project-page-inner .container .content .content-inner ul li {
    width: 50%;
    margin-bottom: 20px;
    list-style: none;
    color: #1E1E1E;
    font-family: 'DIN Pro';
    font-weight: 300;
    position: relative;
    padding-left: 20px;
}

.project-page .project-page-inner .container .content .content-inner ul li {
    display: none;
}

.project-page .project-page-inner .container .content .content-inner ul li:first-of-type,
.project-page .project-page-inner .container .content .content-inner ul li:nth-child(2) {
    display: block;
}

.project-page .project-page-inner .container .content .content-inner ul li strong {
    color: #D0AF6E;
    font-family: 'DIN Pro';
    font-weight: 600;
}

.sproject-inner .button a {
    background: #D0AF6E;
    box-shadow: 0px 1px 2px rgba(105, 81, 255, 0.05);
    border: 1px solid #D0AF6E;
    width: 100%;
    color: #fff;
    font-family: 'DIN Pro';
    padding: 8px 10px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s all;
    text-decoration: none;
	margin-left: 10rem;
}

.sproject-inner {
    position: relative;
    margin: 0 0 80px 0px;
    background: rgba(0, 0, 0, 0.06);
    padding: 80px 0;
}

.sproject-inner {
    position: relative;
    margin: 0 0 80px 0px;
    background: rgba(0, 0, 0, 0.06);
    padding: 80px 0;
}

.sproject-inner::before {
    content: unset;
}