*{
    padding: 0;
    margin: 0;
    font-family: "century-gothic";
    box-sizing: border-box;
}
@font-face {
    font-family: "century-gothic";
    src: url(../../assets/fonts/Century\ Gothic.ttf);
}
a{
    text-decoration: none !important;
}
p {
   font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: #2a2a2a;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

img{
    width: 100%;
}
.tbp{
    padding: 50px 0;
}
.tbm{
    margin: 50px 0;
}
ul.navbar-nav {
    justify-content: end;
    width: 100%;
    margin-right: 120px !important;
}
.logo-box img {
    max-width: 210px;
}
section.main-header {
    position: relative;
    z-index: 99;

}
section.hero-banner {
    margin-top: -104px;
    position: relative;
    z-index: 9;
}
.hbs-slide {
    position: relative;
}
.hbs-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000005e;
    top: 0;
    left: 0;
    opacity: 0.4;
}
nav.navbar {
/*    padding: 0 !important;*/
}
.logo-box {
/*    background: #fff;*/
    padding: 20px 20px !important;
    margin: 0 0 0 -12px;
}
a.nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.2px;
    padding: 0 20px !important;
    border-left: 1px solid #ffffff47;
    font-weight: 600;
    letter-spacing: 1px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
   color: #9b3334 !important;
}
li.nav-item:first-child a.nav-link {
    border: none;
}
.hbs-con {
    position: absolute;
    top: 68%;
    color: #fff;
    transform: translateY(-50%);
    right: 130px;
    text-align: end;
    margin-top: 20px;
    visibility: hidden;
}
.slick-active .hbs-con {
    top: 50%;
    transition: top 0.4s linear;
    visibility: visible;
}
.hbs-con h5 {
    position: relative;
    margin-bottom: 20px;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.35em;
    color: #fff;
    font-weight: 600;
    letter-spacing: 4px;
}
.hbs-con p {
    font-size: 18px;
    line-height: 1.75em;
    margin-bottom: 0;
    color: #fff;
    margin-right: 15px;
}

.btn1 {
    font-weight: 600;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    padding: 12px 24px;
    margin: 0;
    position: relative;
    font-size: 16px;
    display: inline-block;
    letter-spacing: 3px;
    border: 2px solid #fff;
}
.btn2 {
    font-weight: 600;
    text-transform: uppercase;
    background: transparent;
    color: #b19777;
    padding: 12px 24px;
    margin: 0;
    position: relative;
    font-size: 16px;
    display: inline-block;
    letter-spacing: 3px;
    border: 2px solid #b19777;
    z-index: 0;
}
.btn1:after{
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
}
.btn2:after{
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #b19777;
    z-index: 1;
}
.btn1:hover:after{
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.btn2:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    z-index: -1;
}
.btn1:hover{
    color: #272727;
}
.btn2:hover{
    color: #fff;
}
.btn2 i{
    margin-left: 8px;
}
.hbs-btn {
    margin: 20px 15px 00px 0;
}
.hbs-img img {
    height: 100vh;
    object-fit: cover;
    object-position: center center;
}
.hbs-social {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    top: 0;
    max-width: 140px;
}
.hbs-social-list a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ececec;
    color: #666;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.hbs-social-list {
    margin-bottom: 40px;
    position: relative;
}

.hbs-social-list:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100px;
    background: #ececec;
    left: 50%;
    transform: translateX(-50%);
    top: -110px;
}
.hbs-social-list a:hover{
    color: #b19777;
    border: 1px solid #b19777;
}
.slick-prev {
    /* left: 170px !important; */
    z-index: 1;
    margin-left: -25px;
}
.slick-next {
    right: unset !important;
    /* left: 220px; */
    margin-left: 25px;
}
.slick-next:before, .slick-prev:before {
    font-family: FontAwesome !important;
    font-size: 14px !important;
}
.slick-next:before {
    content: '\f054' !important;
}
.slick-prev:before {
    content: '\f053' !important;
}
.slick-next, .slick-prev {
    top: unset !important;
    /* transform: unset !important; */
    bottom: 20px;
    left: 50% !important;
    border: 1px solid #ececec !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 100%;
}
section.hero-banner:before {
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: 9;
    border-color: rgba(255, 255, 255, 0.2);
    content: "";
    right: 30px;
    bottom: 45px;
    border-right: 1px solid;
    border-bottom: 1px solid;
}
section.hero-banner:after {
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: 9;
    border-color: rgba(255, 255, 255, 0.2);
    content: "";
    right: 30px;
    top: 30px;
    border-right: 1px solid;
    border-top: 1px solid;
}
/* .content-wrapper {
    position: relative;
} */
.content-lines-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.content-lines-inner {
    position: absolute;
    width: 1140px;
    left: 50%;
    margin-left: -570px;
    top: 0;
    height: 100%;/*
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;*/
}
.content-lines {
    position: absolute;
    left: 33.666666%;
    right: 33.666666%;
    height: 100%;
   /* border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;*/
}
body {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.75em;
    color: #777;
    overflow-x: hidden !important;
    background: #fff;
}
.main-tt h4 {
    font-size: 25px;
    font-weight: 900;
    color: #9c3233;
    text-transform: uppercase;
    position: relative;
    /* letter-spacing: 6px; */
    /* word-spacing: 2px; */
    margin-bottom: 26px;
}
.main-tt h4 span{
   color: #b19777;
}
.habr-ic {
    position: relative;
}
.habr-img {
    padding: 0 15px 30px 30px;
    position: relative;
}
.habr-img:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    right: 45px;
    bottom: 0;
    border: 1px solid #f4f4f4;
    z-index: -1;
}
.habr-con {
    width: 40% !important;
    position: absolute;
    bottom: 0px;
    right: 45px;
    z-index: 3;
    padding: 20px 15px;
    color: #272727;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
    font-size: 13px;
    line-height: 1.5em;
    text-align: center;
    background: #f4f4f4;
}
.projects
.item {
    position: relative;
    overflow: hidden;
    /* margin-bottom: 15px; */
}
.position-re-order-carousel {
    padding-bottom: 69%;
}
.cd-pt-ab {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.position-re {
    position: relative;
}
.o-hidden {
    overflow: hidden;
}
.cd-pt-ab
img {
    display: block;
    width: 100%;
    height: 100%!important;
    object-fit: cover;
}
.projects .item
.con {
    opacity: 0;
    visibility: hidden;
    padding: 30px
15px;
    position: absolute;
    bottom: -58px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(to bottom, transparent 0, rgb(0 0 0 / 18%) 2%, rgb(0 0 0 / 87%) 90%);
    background: -webkit-linear-gradient(to bottom, transparent 0, rgb(0 0 0 / 18%) 2%, rgb(0 0 0 / 87%) 90%);
    background: linear-gradient(to bottom, transparent 0, rgb(0 0 0 / 18%) 2%, rgb(0 0 0 / 87%) 90%);
}
.projects .item .con h6, .projects .item .con h6
a {
    position: relative;
    color: #b19777;
    font-size: 13px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.projects .item .con h5, .projects .item .con h5
a {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 6px;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.projects .item
.line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 0
auto 30px;
}
.projects .item .con
i {
    color: #fff;
    font-size: 20px;
}
.cat-divider:nth-child(1):before {
    content: '';
}
.cat-divider:before {
    content: ', ';
    margin-left: 3px;
    top: 0px;
}
.projects .item:hover
img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.nav-link:focus, .nav-link:hover {
    color: #9b3333 !important;
}
.projects .item:hover
.con {
    bottom: 0;
     opacity: 1;
    visibility: visible;
}
.projects .item:hover
.line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
/* .hpr-slide {
    margin: 0 12px;
} */
.hpr-slider .slick-list{
    margin: 0 -12px !important;
}
.slick-dots li button:before {
    color: #b19777 !important;
 
}
.services
.item {
    padding: 60px
30px;
    /* margin-bottom: 30px; */
    position: relative;
    background: #ffffff;
     box-shadow: 0 0 30px #00000010;
}
.services .item
img {
    width: 60px;
    margin-bottom: 20px;
}
.services .item
h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #272727;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.services .item
.line {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
}
.services .item .line:after {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 50px;
    height: 1px;
    background-color: rgb(0 0 0 / 10%);
    content: '';
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}
.services .item
p {
    margin-bottom: 0;
}   
.services .item
.numb {
    font-size: 40px;
    font-weight: 600;
    font-family: 'Oswald',sans-serif;
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
    line-height: 1em;
}
.services .item:hover {
    background: #fff;
}
.bauen-blog
.item {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.position-re-order-blog-carousel {
    padding-bottom: 58.2%;
}
.bauen-blog .item
img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
}
.bauen-blog .item
.con {
    margin: -120px 20px 75px;
    padding: 15px
15px 25px 15px;
    background-color: #f4f4f4;
    border: 1px
solid #f4f4f4;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -55px;
    position: relative;
}
.bauen-blog .item .con
.category {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 1px;
}
.bauen-blog .item .con h5, .bauen-blog .item .con h5
a {
    color: #b19777;
    font-size: 25px;
    font-family: 'Oswald',sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
    letter-spacing: 1px;
}
.bauen-blog .item .con .category a:last-child {
    margin-right: 0;
}
.bauen-blog .item .con .category
a {
    margin-right: 5px;
    position: relative;
    color: #777;
}
.bauen-blog .item:hover
img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(75%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.bauen-blog .item:hover
.con {
    bottom: 0;
}
.hnw-slide {
    margin: 0 12px;
}
.hnw-slider .slick-list{
    margin: 0 -12px;
}
.ftc-con h5 {
    margin-bottom: 0px;
    color: #b19777;
    font-size: 17px;
    font-family: 'Didact Gothic',sans-serif;
    font-weight: 600;
    position: relative;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 1.25em;
}

.ftc-con span {
    display: block;
}
.ftc-con span a, .ftc-con span {
    color: #777;
    font-family: 'Didact Gothic',sans-serif;
}
.ft-btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #ececec;
}
footer {
    /* background: #f4f4f46b; */
    position: relative;
}
.ft-top {
    padding: 60px 0;
}
.ftb-l span , .ftb-r span {
    color: #000;
/*    font-family: 'Didact Gothic',sans-serif;*/
}

.ftb-l span a, .ftb-r span a {
    color: #9b3334;
        font-size: 15px;
/*    font-family: 'Didact Gothic',sans-serif;*/
}
.newhead{ font-size:20px;}
.ftb-m a, .hpdl-social a {
 width: 35px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    /* border: 1px solid #ececec; */
    color: #fff;
    border-radius: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 0.8em;
    background: #9b3333;
}
.ftb-m {
    display: flex;
    gap: 10px;
}
.ftb-m a:hover, .hpdl-social a:hover {
/*    color: #b19777;*/
/*    border: 1px solid #b19777;*/
}
footer a:hover{
    color: #b19777;   
}
.content-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sticky {
    width: 100%;
    position: fixed !important;
    top: 0px;
    z-index: 999999;
    background-color: #fff;
    transition: 0.3s;
    box-shadow: 0 0 30px #00000010;
}
.sticky a.nav-link {
    color: #212121;
    transition: 0.3s;
    border-left: 1px solid #21212147;
}
.sticky .navbar-nav .nav-link.active, .sticky .navbar-nav .nav-link.show {
    transition: 0.3s;
        color: #9b3334 !important;
}
.sticky .logo-box {
    background: #fff;
    transition: 0.3s;
    padding: 10px 20px !important;
    margin: 0 0 0 -12px;
}
.sticky .logo-box img {
    transition: 0.3s;
    max-width: 170px;
}
section.h-design-phy.tbm {
    position: relative;
}
.hpdl-ic {
    padding-left: 120px;
    position: relative;
    height: 100%;
    padding-right: 40px;
}
.hpd-btn a {
    padding: 21px 65px 21px 65px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: underline;
    background: #b19777;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 40px;
    text-decoration: underline !important;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #fff;
}
.main-tt2 h5 span {
    color: #b19777;
}
.main-tt2 h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
/* .hpdr-ic {
    margin-left: 40px;
} */
.hpd-con {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 30px 0;
}
.hod-box {
    width: 100%;
    max-width: 23%;
    background: #fff;
       padding: 0px 4px 5px;
    text-align: center;
    /* box-shadow: 0 0 20px #00000020; */
/*    border: 1px solid #efefef;*/
}
.hodb-con span {
    font-weight: 500;
    display: block;
    font-size: 15px;
    color: #212121;
    letter-spacing: 0.2px;
}
.hodb-img img {
    max-width: 40px;
    margin-bottom: 10px;
}
.hpd-img {
    height: 100%;
}
.hpd-img img{
    object-fit: cover;
    height: 100%;
}
.hpdl-con {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #212121;
    text-align: center;
    padding: 40px 30px;
    max-width: 320px;
    border-radius: 200px;
    left: 0;
}   
.hpdl-img img {
    max-width: 160px;
    border-radius: 100%;
}
.hpdl-mcon h4 {
    color: #b19777;
    margin: 24px 0 12px;
    font-size: 32px;
    font-weight: 500;
}
.hpdl-mcon p {
    color: #fff;
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 28px;
    max-width: 220px;
}
.hpdl-social {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.hod-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 90px;
}

.hod-sec {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    max-width: 240px;
    min-height: 420px;
    max-height: 420px;
    height: 100%;
    border: 10px solid #fff;
    border-radius: 100px;
}
.mb-20{
    margin-bottom: 20px !important;
}
.in-header a.nav-link {
    color: #212121;
    border-left: 1px solid #00000047;
}
.in-header .navbar-nav .nav-link.active, .in-header .navbar-nav .nav-link.show {
    color: #212121 ;
}
.in-header ul.navbar-nav {
    margin-right: 0 !important;
}
.hab-ic {
    position: relative;
}
/* section.h-services {
    background: #b2987a17;
} */
section.h-services {
/*    background: url(../../assets/img/bg1.webp);*/
    position: relative;
    z-index: 0;
}
section.h-services:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
/*    background: #000000d6;*/
    top: 0;
    left: 0;
    z-index: -1;
}
.hsr-con {
    margin-top: 40px !important;
}
section.h-services .main-tt h4 {
    color: #000;
}
section.h-services p {
    color: #000;
}
.in-header .logo-box {
      padding: 0px 20px 0px 0px !important;
    margin: 0 0 0 0px;
}
.hpr-slide.projects {
    width: 100%;
    max-width: 32%;
}
.hpr-slider {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    flex-wrap: wrap;
    gap: 20px;
}
.hpr-c2 .hpr-slide.projects {
    width: 100%;
    max-width: 32%;
}
.gallery-block_one {
    position: relative;
}
.gallery-block_one-inner {
    position: relative;
}
.gallery-block_one-image {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background-color: #000;
}
.gallery-block_one-image::before {
    position: absolute;
    content: '';
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    z-index: 1;
    opacity: 0;
    border-radius: 5px;
    border: 1px solid #fff;
    transform: scale(1,0.2);
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.gallery-block_one-arrow {
    position: absolute;
    left: 50%;
    width: 92px;
    bottom: -80px;
    height: 92px;
    z-index: 1;
    opacity: 0;
    line-height: 92px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    transform: translateX(-50%);
    background-color: #b19777;
    box-shadow: 0 0 30px inset #40301c;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    font-family: "flaticon_afbd3404a2e1104832d0";
}
.flaticon-up-right-arrow:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 20px;
}
.gallery-block_one-image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
}
.gallery-block_one-inner:hover .gallery-block_one-image::before {
    opacity: 1;
    transform: scale(1,1);
}
.gallery-block_one-inner:hover .gallery-block_one-arrow {
    opacity: 1;
    bottom: unset;
    transform: translate(-50%, -50%);
    top: 50%;
}
.gallery-block_one-inner:hover .gallery-block_one-image img {
    opacity: 0.50;
    transform: scale(1.05,1.05) rotate(2deg);
}
.contact-content {
    margin-bottom: 30px;
}

/* .contact-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 11px;
    padding: 30px 20px;
    position: relative;
    margin-bottom: 0px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 10px #00000020;
    transition: var(--transition);
    min-height: 100%;
} */
/* .contact-info::before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -8px;
    background: #b19777;
    border-radius: 10px;
    height: 20px;
    z-index: -1;
} */

.contact-info-icon {
    font-size: 18px;
    color: #9b3334;
    /* width: 70px; */
    /* height: 70px; */
    /* line-height: 70px; */
    /* border-radius: 15px; */
    /* text-align: center; */
    position: relative;
}

.contact-info h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #333;
}

.contact-info p {
    color: #2a2a2a;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}

.contact-wrapper {
    background: #ffffff;
    border-radius: 10px;
    border-right: 5px solid #b19777;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    margin-top: 70px !important;
}

.contact-img img {
    width: 100%;
    border-radius: 10px 0 0 10px;
    max-height: 600px;
    min-height: 600px;
    object-fit: cover;
}

.contact-form {
    padding: 30px;
}

.contact-form-header {
    margin-bottom: 30px;
}

.contact-form-header h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.contact-form input {
    line-height: 40px;
    border-radius: 1px;
    padding: 2px 14px;
    margin-bottom: 20px;
    background: #f5f2ee;
    border: none;
}

.contact-form textarea {
    line-height: 40px;
    border-radius: 1px;
    padding: 8px 20px;
    margin-bottom: 20px;
    background: #f5f2ee;
    border: none;
}

.cus-btn i {
    margin-left: 6px;
}
.contact-info a{
    color: #2a2a2a;
}
.contact-content .row {
    row-gap: 40px;
}
.contact-area{
    position: relative;
}
.contact-img {
    width: 100%;
    height: 100%;
}.contact-img iframe {
    width: 100%;
    height: 100%;
}
.contact-info p b {
    color: #333;
}
.contact-info a:hover{
    color: #b19777;
}
.home-header .logo-box {
     padding: 10px 10px !important;
    margin: 0 0 0 0px !important;
}
.home-header .logo-box img {
    max-width: 190px; 
    padding: 3px;
}
.ind-ftr {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9;
    padding: 0 40px;
}
section.ind-ftr .ft-btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 10px;
    border-top: none;
}
section.ind-ftr .ftb-l span a, section.ind-ftr .ftb-r span a {
    color: #fff;
    font-size: 15px;
    /* font-family: 'Didact Gothic',sans-serif; */
}
.hpr-con .nav-pills .nav-link.active, .hpr-con .nav-pills .show>.nav-link {
    background-color: transparent !important;
    color: #000;
}
.hpr-con a.nav-link {
    color: #666;
    font-size: 16px;
    padding: 0 0 0 !important;
    margin: 0 18px;
}
.projects .item
.con p {
    color: #fff;
    font-weight: 500;
    margin-bottom: 14px;
}
.sticky .logo-box {
    padding: 0px 20px 0px 0px !important;
    margin: 0 0 0 0px;
}
.contact-info {
    display: flex;
    margin-bottom: 14px;
    column-gap: 20px;
}
.cnts-l {
    height: 100%;
    margin-right: 20px;
}
.cnts-r {
    padding: 20px 0 0;
}
.hpr-con ul {
    justify-content: center;
    margin-bottom: 30px !important;
    /* padding-bottom: 25px; */
    position: relative;
}
/* .hpr-con ul:before {
    content: "";
    position: absolute;
    width: 240px;
    height: 1px;
    background: #666;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
} */
 .color2{
    color: #9b3334;
 }
 
 .prob-rl p {
    font-weight: 600;
}
.prob-gallery .row {
    row-gap: 24px;
}
.bgf{
    background: #fff;
}

.proj-list {  margin: 0;
    list-style: none;
    padding: 20px;
    box-shadow: 0 0 30px #00000010;
    background: #ececec;
    border: 1px solid #9e9e9e69;}
.proj-list li{display:block;margin:0 0 15px;display:block;color:#000;
    font-size:15px;padding:0 0 0 25px;position:relative;line-height:25px;}
.proj-list li i{    position: absolute;
    left: 0;
    margin-top: 5px;
    font-size: 15px;
    color: #000;}
.proj-img{
        height: 385px;
        object-fit: cover;
}