html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 20%;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 1080px;
    width: 95%;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

p, h1, h2, h3, h4, h5, h6 {
    padding: 5px 0 !important;
    margin: 5px 0 !important;
}
body {
    font-size: 1.0625rem;
    font-family: 'Open Sans', Arial, Times New Roman, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-feature-settings: "liga";
    color: #666;
    font-weight: 400;
    overflow-x: hidden;
    margin: 0;
    box-sizing: border-box;
    background: #1b1a1f;
}
.container {
    width: 95%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    position: relative;
    flex-direction: column;
    box-sizing: border-box;
    /* justify-content: center !important; */
}
/*HEADER STYLES*/
header#main-header {
    background: #000000;
    background-image: url("../img/bg.webp");
    background-size: contain;
    background-repeat: repeat;
    padding: 10px 0;
    box-sizing: border-box;
}
.header-menu-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.logo-container {
    display: flex;
    justify-content: center;
    order: 1;
}
.logo-container a {
    text-align: center;
    color:#F6B551;
    text-decoration:none;
    font-weight:800;
    font-size: 26px;
}
.logo-container img {
    width: 85% !important;
    object-fit: contain;
    object-position: center;
    max-width: 300px;
}
.contact-info {
    order: 2;
    background: #F6B551;
    margin-bottom: 10px;
    position: relative;
    margin-top: 25px;
    box-sizing: border-box;
}
.contact-info-container {
    position: relative;
    padding-bottom: 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact-info-container:before {
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-bottom: 20px solid #F6B551;
    position: absolute;
    content: '';
    left: -2.5%;
    top: -19px;
    z-index: 0;
}
.contact-info-container a {
    text-decoration: none;
    display: flex;
    line-height: 1.5;
    align-items: center;
    justify-content: center;
    color: #000000;
    z-index: 999;
    font-weight: 800;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
}
.contact-info-container a p{
    margin: 0;
}
.contact-info-container i {
    margin-right: 10px;
}
.desktop-menu {
    display: none;
}
/* MOBILE NAV */
.mobile-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    order: 3;
    transition: 0.2s;
    position: relative;
}
.mobile-nav .dont-change {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.mobile-nav .select-page {
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-menu-bar {
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    color: #F6B551;
}
/* Mobile Menu (Initially hidden) */
.mobile-menu {
    max-height: 0;
    overflow: hidden;
    list-style: none;
    background-color: #333;
    width: 100%;
    position: absolute;
    z-index: 1;
    margin-top: 10px;
    transition: max-height 0.3s ease-in-out;
    margin: 0;
    padding: 0;
    top: 47px;
}
/* Animated menu open */
.mobile-menu.menu-open {
    border-top: 2px solid #F6B551;
    max-height: 300px;
   /* Adjust based on your menu size */
    background-color: #1b1a1f;
    position: absolute !important;
    top: 47px;
    padding: 7px;
}
.mobile-menu .menu-item {
    padding: 15px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}
.mobile-menu .menu-item a {
    color: #ffffff;
    text-decoration: none;
    display: block;
}
/* Header */
/* section first */
.section-first {
    max-height: 500px !important;
    min-height: 500px !important;
    height: calc(99vh - 172px) !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-first img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    filter: brightness(0.5);
    z-index: -1;
}
.header-content-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    text-align: center;
}
.ws-slogan {
    font-size: 20px;
    text-align: center;
   /*padding-bottom: 10px;
   */
    color: #fff;
}
.header-title h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 27px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
    margin: 0;
}
.header-msg {
    padding-top: 15px;
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
}
.header-title span {
    font-weight: bold;
    color: #F6B551;
}
.rating-header p {
    font-size: 15px;
    line-height: 1;
}
.stars-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #F6B551;
    line-height: 1;
    padding-bottom: 5px;
}
.rating-header {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
}
.header-button {
    display:flex;
    align-items:center;
    justify-content:center;
}
/* .header-button .booking-button-switch {
    margin-right: 15px;
} */

.header-button .button:first-of-type {
    margin-right: 15px;
}

@media (max-width: 590.9px) {
    .header-button {
        flex-direction: column;
    }
    .header-button .button:first-of-type {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.button {
    background: #F6B551;
    background-size: contain;
    color: #000;
    font-weight: bold;
    border-radius: 3px;
    padding: 15px 30px;
    display: inline-block;
    line-height: 1;
    width: 265px;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
}
.button:hover {
    background: #ff911e;
}
/* SECTION SEPARATORS */
.section-separator-up {
   display: block;
   position: relative;
}
.section-separator-up:after {
    width: 0;
    height: 0;
    border-left: 10vw solid transparent;
    border-right: 90vw solid transparent;
    border-bottom: 5vw solid #F6B551;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    z-index: 999;
}
.section-separator-down {
    position: relative;
}
.section-separator-down:after {
    width: 0;
    height: 0;
    border-left: 100vw solid transparent;
    border-right: 0vw solid transparent;
    border-top: 5vw solid #F6B551;
    position: absolute;
    content: '';
    top: 0;
    z-index: 999;
}
.section-separator-down:before {
    width: 0;
    height: 0;
    border-left: 10vw solid transparent;
    border-right: 10vw solid transparent;
    border-top: 11vw solid #F6B551;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
}
.section-separator-down span:before {
    width: 0;
    height: 0;
    border-left: 8vw solid transparent;
    border-right: 8vw solid transparent;
    border-top: 9vw solid #F6B551;
    position: absolute;
    content: "";
    top: 0;
    right: 9vw;
}
section.section-badges {
    background-color: #050505 !important;
    padding: 30px 0;
}
section.section-badges p {
    color: #fff;
    text-align: center;
    margin: 1px 0 10px 0 !important;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
}
section.section-badges p a {
    color: #F6B551;
}
.section-about {
    padding: 80px 0;
    background-color: #1b1a1f !important;
    text-align: center;
}
.section-about .container {
    position: relative;
    color: #c4c4c4!important;
}
.section-about .title {
   color: #F6B551;
   font-weight: 500;
   border-bottom: 1px solid;
   padding-bottom: 10px;
   font-family: 'Oswald', sans-serif;
   font-size: 26px;
   text-align: center;
   text-shadow: 1px 1px 5px #000;
}
.section-about .sub-title {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #c4c4c4!important;
}
.section-about .content {
    text-align: justify;
}
.section-about img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.section-about .img {
    position: relative;
    overflow: hidden;
    WIDTH: 80%;
    MARGIN: 0 AUTO;
    max-width: 400px;
}
.section-about .img:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: -45px;
    right: -49px;
    background: #F6B551;
    z-index: 999;
    transform: rotate(45deg);
    border-left: 10px solid #000000;
}



.section-services, section#projects {
    padding: 80px 0;
    background: #000000;
    background-image: url("../img/bg.webp");
    background-size: inherit;
    background-repeat: repeat;
    border-bottom: 15px solid #f6b551;
}
.section-services .container {
    position: relative;
}
section#services p.content {
    text-align: justify;
}
.section-services .title {
   color: #F6B551;
   font-weight: 500;
   border-bottom: 1px solid;
   padding-bottom: 10px;
   font-family: 'Oswald', sans-serif;
   font-size: 26px;
   text-shadow: 1px 1px 5px #000;
   text-align: center;
}
.section-services .sub-title {
   text-align: center;
   font-weight: 600;
   text-transform: uppercase;
   color: #c4c4c4 !important;
}



.srvBlock {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-flow: wrap;
    position: relative;
    width: 100%;
}

.ServicesSwiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 0 60px !important;
}
.ServicesSwiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}
.ServicesSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.ServicesSwiper .swiper-slide > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
    height: 100%;
}

.srvElement {
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    background: #1b1a1f;
    padding: 10px;
    transition: all 0.5s ease-in-out 0s;
    max-width: 350px;
    height: 100%;
    margin: 0 10px;
    border: 1px solid #f6b551;
}
.srvElementHeader h2 {
    text-align: center;
    color: #ffffff;
    font-family: Heebo, sans-serif;
    /* padding: 5px; */
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin: 0px;
    text-shadow: none;
}
.srvElementImg {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    position: relative;
}
.srvElementImg::before {
    content: "";
    position: absolute;
    top: -5%;
    left: -3%;
    width: 103%;
    height: 100%;
    border-bottom: 41px solid #1b1a1f;
    z-index: 1;
    transform: rotate(-3deg);
}
.srvElementImg img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center center;
    border-radius: 5px;
    z-index: 0;
}
.srvElementImg > div {
    position: absolute;
    bottom: -15px;
    right: 18px;
    background: #de4810;
    border-radius: 5px;
    width: 80px;
    height: 72px;
    z-index: 2;
    border: 2px solid #181f48;
    transition: all 0.5s ease-in-out 0s;
}
.srvElementImg > div img {
    width: 100%;
    height: 100%;
    padding: 10px;
    object-fit: contain;
}
.srvElementContent {
    text-align: justify;
    color: #fff;
    padding: 0px 10px 5px;
}
.srvElementBody {
    position: relative;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.srvElementHeader {
    position: relative;
    bottom: 1px;
    /* padding: 5px; */
}
.srvElement:hover {
    transition: all 0.5s ease-in-out 0s;
}
.srvElement:hover .srvElementImg > div {
    transform: rotateY(360deg);
    transition: transform 0.5s ease-in-out 0s;
}

div.services-swiper-button-next {
    top: auto !important;
    bottom: 0;
    right: calc(50% - 50px) !important;
    background: #f6b551;
    border-radius: 10px;
    width: 40px !important;
    transition: 0.4s;
}
div.services-swiper-button-prev {
    top: auto !important;
    bottom: 0;
    left: calc(50% - 50px) !important;
    background: #f6b551;
    border-radius: 10px;
    width: 40px !important;
    transition: 0.5s;
}
div.services-swiper-button-next:hover, div.services-swiper-button-prev:hover {
    /* background: #181f48; */
}
div.services-swiper-button-next::after, div.services-swiper-button-prev::after {
    position: relative;
    color: #000000;
    font-size: 25px !important;
}


/* .section-services .container > div {
    text-align: center;
    color: #c4c4c4 !important;
}
.section-services .img img {
    object-fit: cover;
    position: relative;
    width: 100%;
}
.section-services .img {
    position: relative;
    overflow: hidden;
    max-width: 400px;
    margin: 0 auto;
}
.section-services .img:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: -45px;
    right: -49px;
    background: #F6B551;
    z-index: 999;
    transform: rotate(45deg);
    border-left: 10px solid #000000;
}
.services-boxes{
    padding:0;
    margin:0;
}
.services-boxes li{
    padding:20px;
    margin:20px 0;
    background:#0000009c;
    box-shadow:0 0 3px #F6B551;
    text-align:left;
    color:#e6e6e6;
    list-style:none;
}
.services-boxes li span{
    display:block;
    font-weight:900;
    color:#fff;
    text-align: left;
    min-height: 55px;
}

.section-services-list {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}

.section-services-list .img {
    margin-top: 10px;
}
.section-services-list ul li {
    margin: 5px 0;
}

@media screen and (min-width: 981px) {
    .section-services-list {
        flex-direction: row;
    }
        
    .section-services-list ul {
        width: 47%;
    }
    
    .section-services-list .img {
        width: 47%;
        margin-top: 0px;
    }

}

@media screen and (min-width: 1091px) {
    .services-boxes {
        display: flex;
        margin-bottom: 15px;
    }
    .services-boxes li {
        width: 48%;
        margin: 10px;
    }
} */




.section-features {
    padding: 80px 0;
    background-color: #1b1a1f !important;
    text-align: center;
    color: #c4c4c4 !important;
}
.section-features .container{
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
}
.section-features .title-container{
    width:100%;
}
.section-features .title {
   color: #F6B551;
   font-weight: 500;
   border-bottom: 1px solid;
   padding-bottom: 10px;
   font-family: 'Oswald', sans-serif;
   font-size: 26px;
   text-align: center;
   width:100%;
}
.section-features ul {
    padding: 0;    
    width:100%
}
.section-features ul li {
    list-style-type: none;
    padding: 10px 0;
    text-align: justify;
}
.section-features .email-form{
    width:100%;
    /* background:red; */
    display:flex;
    justify-content:center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.section-features .email-form h4{
    background:#F6B551;
    padding: 20px 0 0;
    border-radius:10px 10px 0 0;
    /* box-shadow:2px 2px 5px #000; */
    width:100%;
    margin-bottom: 0;
    color: #fff;
}
.section-features .email-form h4 span{
    color: #1b1a1f;
}
.section-features .email-form form{
    background:#F6B551;
    padding:20px;
    border-radius: 0 0 10px 10px;
    /* box-shadow:2px 2px 5px #000; */
    width:100%;
}
.section-features .email-form form .form-row{
    border-radius:5px;
    padding:10px;
    width:100%;
}
.section-features .email-form form .form-row input{
    border-radius:5px;
    padding:5px;
    width:100%;
    border:none;
}
.section-features .email-form form .form-row button{
    border-radius:5px;
    padding:5px;
    width:100%;
    background: #1b1a1f;
    color: #fff;
    font-weight: 900;
    border: none;
    transition:0.2s;
}
.section-features .email-form form .form-row button:hover {
    background: #454448;
    color: #ffffff;
}
.prjct-process-container {
    width: 95%;
    max-width: 1080px;
    margin: auto;
}
.prjct-process-title {
    font-size: 26px;
    color: #ffffff;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.prjct-process-title span {
    color: #F6B551;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
}
.prjct-process-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}
.prjct-process-box {
    position: relative;
    font-family: 'Oswald', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
    margin-top: 65px;
}
.prjct-number {
    font-size: 26px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #F6B551;
    background: #fff;
    color: #000;
    position: absolute;
    top: -23px;
    z-index: 99;
}
.prjct-process-border-box {
    position: relative;
    overflow: hidden;
    width: 150px;
    height: 150px;
    background: #1b1a1f;
}
.prjct-content {
    text-align: center;
    line-height: 1.2;
    font-size: 19px !important;
    padding-top: 15px;
    color: #ffffff;
}
.prjct-content strong{
    color: #F6B551;
    font-size: 22px !important;
    line-height: 1.6;
    text-transform: uppercase;
}
.prjct-icon {
    font-size: 50px;
    text-align: center;
    line-height: 1;
    width: 150px;
    height: 150px;
    border: 3px solid #F6B551;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.prjct-icon:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: -53px;
    right: -53px;
    background: #ffffff;
    z-index: 999;
    transform: rotate(45deg);
    border-left: 10px solid #1b1a1f;
}
.prjct-icon .fa {
    color: #fff;
}
/* Gallery */
.gallery-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px !important;
    color: #fff;
    margin-top: 0;
    text-align: center;
}


/*GALLERY SECTION STYLE*/
.gallery-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 80px 0;
    background-color: #1b1a1f !important;
    border-bottom: 15px solid #F6B551;
}
.gallery-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    position: relative;
    flex-direction: column;
    max-width: 1280px;
}
.gallery-title {
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}
.GallerySwiper {
    width: 100%;
    padding-bottom: 0 !important;
}
.GallerySwiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}
.GallerySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.GallerySwiper .swiper-slide-shadow-left {
    background-image: linear-gradient(to right, #1b1a1fc7, #1b1a1f4a) !important;
}
.GallerySwiper .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, #1b1a1f4a, #1b1a1fc7) !important;
}
.gallery-swiper-pagination {
    bottom: 0 !important;
}
.gallery-swiper-pagination .swiper-pagination-bullet {
    background: #000;
}


/* .gallery-section {
    padding: 64px 0;
    display: flex;
    justify-content: center;
}

.lp-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.lp-gallery a {
  width: 44vw;
  height: 44vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 5px 5px;
}

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


@media (min-width: 981px) {
  .lp-gallery a {
    width: calc(91vw/3);
    max-width: 360px;
    height: calc(91vw/3);
    max-height: 360px;
  }
} */

/* END Gallery */
.section-review {
    padding: 80px 0;
    background-color: #1b1a1f !important;
    border-bottom: 15px solid #F6B551;
}
.reviews-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.section-review .title {
   color: #ffffff;
   font-weight: 500;
   border-bottom: 1px solid;
   padding-bottom: 10px;
   font-family: 'Oswald', sans-serif;
   font-size: 26px;
   text-align: center;
}
.section-review .review-body {
    text-align: center;
    color: #ffffff;
    padding: 20px;
    background-color: #ffffff2f;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    /* margin: 0 5px !important; */
}
p.review-title {
    font-size: 19px;
    font-weight: 600;
}
.section-review .review-content {
    text-align: justify;
    order: 3;
}
.section-review .review-name {
    color: #ffffff;
    text-align: left;
    order: 1;
    width: 100%;
}
.section-review .review-star i {
    color: #F6B551 
}
.review-star {
    display: flex;
    order: 2;
}
.review-star i {
    margin-right: 5px;
}

.google-reviews-section {
    padding: 80px 0;
    background: #1b1a1f;
}








.section-contact {
    padding: 80px 0;
    background-color: #1b1a1f94 !important;
    background-image: url(../img/estimates-bg.webp);
    background-position: 50%;
    background-size: 100%;
    background-size: cover;
    background-blend-mode: overlay;
}
.section-contact .content {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    margin-bottom: 0;
}
.section-contact .content a {
    color: #F6B551;
    font-weight: 900;
    text-decoration: none;
    text-shadow: 1px 1px 5px #000;
}
.link-button {
    background: #F6B551;
    background-size: contain;
    color: #ffffff;
    font-weight: bold;
    border-radius: 3px;
    padding: 15px 30px;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    transition: 0.2s;
}
.link-button:hover {
    background: #1b1a1f;
}
.estimate-title {
    color: #ffffff;
    line-height: 1.2;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    text-align: center;
}
.estimate-title span {
    color: #F6B551;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
    text-shadow: 1px 1px 5px #000;
}
.estimate-content {
    line-height: 1.6;
    padding-top: 20px;
    color: #fff;
    text-align: center;
}
footer {
    padding: 25px 0;
    background: #000000;
    background-image: url(../img/bg.webp);
    background-size: contain;
    background-repeat: repeat;
}
footer .footer-content {
    color: #ffffff;
    text-align: center;
    margin-top: 0;
    font-weight: 900;
    text-shadow: 1px 1px 10px #000000;
}
@media (min-width:600px) {
    .section-features ul {
        columns: 1;
        column-gap: 20px;
        padding: 0;
        list-style-type: none;
   }
    .section-features ul li {
        break-inside: avoid;
        padding: 10px 0;
   }
}
@media (min-width: 981px) {
    /* header#main-header {
        overflow: hidden;
   }
    header>.container {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
   }
    .header-menu-container {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
   }
    .logo-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 340px;
   }
    .logo-container a {
        text-align: center;
        width: 100%;
   }
    .logo-container img {
        width: 100% !important;
        object-fit: contain;
        object-position: center;
   }
    .contact-info {
        order: 3;
        background: #F6B551;
        position: relative;
        margin: 0;
        height: 100%;
        padding: 15px;
   }
    .contact-info-container a {
        text-decoration: none;
        display: flex;
        height: 100%;
        line-height: 1.5;
        align-items: center;
        justify-content: center;
        color: #000;
        z-index: 9999;
        font-weight: 800;
        z-index: 5;
        position: relative;
   }
    .contact-info-container {
        padding: 0;
   }
    .contact-info-container i {
        margin-right: 10px;
   }
    .contact-info-container:before {
        border: none;
        width: 100vw;
        height: 500%;
        background: #F6B551;
        left: -15px;
        top: -200%;
   }
    .contact-info-container:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 60px solid #ffffff00;
        border-top: 80px solid #F6B551;
        border-bottom: 80px solid #F6B551;
        bottom: -65px;
        left: -74px;
   }
    .desktop-menu {
        display: flex;
        flex-direction: row;
        order: 2;
   }
    .desktop-menu .menu {
        display: flex;
        flex-direction: row;
       /* justify-content: space-between;
        */
        /*align-items: center;
   }*/
    /*.desktop-menu .menu .menu-item {
        color: #ffffff;
        text-decoration: none;
        list-style: none;
        padding: 10px;
   }
    .desktop-menu .menu .menu-item a {
        color: #ffffff;
        text-decoration: none;
   } */
   /* MOBILE NAV */
    /* .mobile-nav {
        display: none;
   } */
   /* Header */
   /* section first */
    .section-first {
        max-height: 800px !important;
        min-height: 600px !important;
   }
    .section-first img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left;
        filter: brightness(0.5);
   }
    .section-first .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
   }
    .section-first h1 {
   }
    .section-first h1 span {
        color: #F6B551;
        text-shadow: 1px 1px 5px #000;
   }
    .section-first .section-separator-up:after {
        width: 0;
        height: 0;
        border-left: 10vw solid transparent;
        border-right: 90vw solid transparent;
        border-bottom: 5vw solid #F6B551;
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        z-index: 9999 
   }
    .section-badges {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #000000;
        color: #ffffff;
        font-weight: 600;
   }
    .section-separator-up:after {
        border-bottom-width: 30px;
        border-left-width: 5vw;
        border-right-width: 75vw;
   }
    .section-separator-down:after {
        border-top-width: 30px;
        border-left-width: 75vw;
        right: 0;
   }
    .section-separator-down:after {
        border-top-width: 30px;
        border-left-width: 75vw;
        right: 0;
   }
    .section-separator-down:before {
        border-top-width: 90px;
        border-left-width: 70px;
        border-right-width: 70px;
   }
    .section-separator-down span:before {
        right: 75px;
        border-left-width: 50px;
        border-right-width: 50px;
        border-top-width: 60px;
   }
    .section-badges p {
        text-align: center;
   }
    .section-badges p a {
        color: #F6B551;
        text-decoration: none;
        font-weight: 900;
   }
    .section-badges p span {
        font-weight: 900;
        border-bottom: 2px solid #F6B551;
   }
    .section-about {
        text-align: left;
   }
    .section-about .container {
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
   }
    .section-about .container > div{
        width:48%;
        max-width: 100%;
        margin-left: 0;
   }
    .section-about .title {
        text-align: left;
        border-bottom: 2px solid #F6B551;
        margin-top: 0;
   }
    .section-about .sub-title {
        text-align: left;
        font-weight: 600;
        text-transform: uppercase;
   }
    .section-about .content {
        text-align: justify;
   }
    .section-about img {
        object-fit: cover;
        width: 100%;
   }
    .section-services {
   }
    .section-services .container, section#projects .container {
        position: relative;
        display: flex;
        flex-direction: row-reverse;
       /* align-items: center;
        */
        justify-content: space-between;
   }
    .section-services .title {
        text-align: left;
   }
    .section-services .sub-title {
        text-align: left;
   }
    .section-services .container > div {
        text-align: justify;
        /* width: 48%; */
   }
    .section-services .img{
        width: 48%;
        object-fit: cover;
        max-width: 100%;
        margin-right: 0;
   }
    .section-services img {
        object-fit: cover;
        width: 100%;
        height: 100%;
   }
    .section-features {
   }
    .section-features .title {
        text-align: left;
   }
    .section-features ul {
        width:100%;
        padding: 0;
   }
    .section-features ul li {
        list-style-type: none;
        padding: 10px 0;
        text-align: left;
   }
    .section-features .email-form{
        width:50%;
        /* background:red; */
        display:flex;
        justify-content:center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .section-features .email-form h4{
        width:80%;
    }
    .section-features .email-form form{
        width:80%;
    }
    .prjct-process-holder {
        max-width: 100%;
        justify-content: space-evenly;
   }
    .prjct-process-holder:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 15px;
        background: #F6B551;
        top: 43%;
   }
    .prjct-process-box:hover {
        transform: scale(1.05);
   }
    .section-review {
   }
    .section-review .title {
        text-align: left;
   }
    .section-review .container {
       display: flex;
       flex-wrap: wrap;
       flex-direction: unset;
       justify-content: space-between;
   }
    .section-review .container div {
        width: 100%;
   }
    .section-review .review-body {
        text-align: center;
        color: #ffffff;
        padding: 20px;
        background-color: #ffffff2f;
        margin: 20px 4px 0 4px;
        width: 49% !important;
        height: 270px;
   }
    .section-review .review-content {
        text-align: justify;
   }
    .section-review .review-name {
        color: #ffffff;
   }
    .section-review .review-star i {
        color: #f7dd0e;
   }
    .section-contact {
   }
    .section-contact .content {
        text-align: left;
        margin-top: 0;
   }
    .estimate-section {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 820px;
        margin: 0 auto;
   }
    .estimate-title {
        width: 200px;
        font-size: 32px;
        text-align: left;
   }
    .estimate-content {
        width: calc(100% - 250px);
        margin-left: 50px;
        text-align: left;
   }
    .estimate-title span {
        display: block;
   }
    footer {
   }
    footer .footer-content {
        color: #ffffff;
        text-align: center;
   }
}

@media (min-width: 1091px) {
    header#main-header {
        overflow: hidden;
   }
    header>.container {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
   }
    .header-menu-container {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
   }
    .logo-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 340px;
   }
    .logo-container a {
        text-align: center;
        width: 100%;
   }
    .logo-container img {
        width: 100% !important;
        object-fit: contain;
        object-position: center;
   }
    .contact-info {
        order: 3;
        background: #F6B551;
        position: relative;
        margin: 0;
        height: 100%;
        padding: 15px;
   }
    .contact-info-container a {
        text-decoration: none;
        display: flex;
        height: 100%;
        line-height: 1.5;
        align-items: center;
        justify-content: center;
        color: #000;
        z-index: 9999;
        font-weight: 600;
        z-index: 5;
        position: relative;
        margin: 0 5px;
        font-size: 20px;
   }
    .contact-info-container {
        padding: 0;
   }
    .contact-info-container i {
        margin-right: 10px;
   }
    .contact-info-container:before {
        border: none;
        width: 100vw;
        height: 500%;
        background: #F6B551;
        left: -15px;
        top: -200%;
   }
    .contact-info-container:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 60px solid #ffffff00;
        border-top: 80px solid #F6B551;
        border-bottom: 80px solid #F6B551;
        bottom: -46px;
        left: -74px;
   }
    .desktop-menu {
        display: flex;
        flex-direction: row;
        order: 2;
   }
    .desktop-menu .menu {
        display: flex;
        flex-direction: row;
        /* justify-content: space-between;
        */
        align-items: center;
   }
    .desktop-menu .menu .menu-item {
        color: #ffffff;
        text-decoration: none;
        list-style: none;
        padding: 10px;
   }
    .desktop-menu .menu .menu-item a {
        color: #ffffff;
        text-decoration: none;
   }
    .mobile-nav {
        display: none;
   }
}

.socials{
    display:flex;
    align-items: center;
    justify-content: center;
  }
  
  .socials a{
    font-size: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    background: #F6B551;
    align-items: center;
    justify-content: center;
    border-radius:5px;
    transition:0.2s;
    margin:0 10px;
  }
  
  .socials a:hover{
    background:#ff911e;
  }

.socials a img {
    width: 20px;
    height: auto;
}

  /* .socials a:hover i{
    color:#ffffff;
  } */


#callnowbutton {
    display: none;
}

@media screen and (max-width: 650px) {
    #callnowbutton {
        position: fixed;
        right: 10px;
        padding: 10px 20px;
        z-index: 9999;
        cursor: pointer;
        bottom: 10px;
        display: inline-block;
        background-color: #81d742;
        color: #fff;
        border-radius: 4px;
        text-decoration: none;
        border: none;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        -ms-transition: .3s;
    }

    #callnowbutton a img {
        height: 2em;
    }
}


.section-services li {
    color: #fff;
    text-align: justify;
}


@media (max-width: 1090.9px) {
    .mobile-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background: #000;
    }
    
    body {
        padding-top: 46px;
    }

    .mobile-menu.menu-open {
        position: fixed;
        top: 43px;
        /* z-index: 1000000; */
        left: 0;
        width: 100%;
        background-color: #1b1a1f;
    }
}

@media (min-width: 1091px) {
    header#main-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10000;
        /* background: #000000; */
    }

    .header-menu-container {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .desktop-menu {
        display: flex;
        flex-direction: row;
        align-items: center;
        order: 2;
    }

    .logo-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 340px;
    }

    body {
        padding-top: 60px;
    }
}


/* BADGES STYLE */
div#home-badges-section {
	background-color: #0e0900 !important;
	background-size: auto;
	background-image: url(/wp-content/uploads/2022/08/wood-bg.png);
	background-repeat: repeat;
}

.badges-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.badge-holder {
	background: #1b1a1f;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(50% - 10px);
	max-width: 160px;
	padding: 15px 5px 22px 5px;
	/* margin-top: 10px; */
	margin: 10px 5px 30px 5px;
	/* margin-bottom: 30px; */
	/* border-radius: 8px; */
	position: relative;
	text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
	font-family: 'Nunito', sans-serif;
	border: 1px solid #fff;
}

.badge-holder:hover {
	box-shadow: 0px 0px 8px 0px #fcfffc99;
}

p.badge-content {
	color: #fcfffc;
	text-align: center;
	line-height: 1;
	text-transform: capitalize;
	font-size: 17px;
	min-height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Oswald', sans-serif;
}

.badge-holder img {
	width: 50%;
	padding-bottom: 5px;
}

.badge-title {
	background: #f6b551;
	font-size: 15px;
	width: 85%;
	text-align: center;
	line-height: 1.2;
	padding: 5px;
	position: absolute;
	bottom: -15px;
	color: #000000;
	font-weight: bold;
	/* border-radius: 8px; */
}

.badge-title span {
	font-size: 17px;
}

.WidgetTitle__Header-sc-ruy1gu-2 {
    display: none;
}

div#eapps-google-reviews-41bafbb4-27a1-48e3-850a-9a341b1c27f5 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
    


a {
  text-decoration: none;
  color: initial;
}
#booking-engin {
    position: fixed;
    left: 0px;
    z-index: 9999999;
    cursor: pointer;
    bottom: 10px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: none;
    box-shadow: none;
    margin: 0px;
    padding: 0px;
}
.button-2 {
        font-size: 16px;
        border: 1px solid #000;
        display: flex;
        padding: 8px 10px;
        align-items: center;
        justify-content: center;
        background: #f6b551;
        color: #000;
        font-weight: 500;
        text-decoration: none;
}





.dNtlyB {
    color: #fff !important;
}
.dvcvsn {
    background: #1b1a1f !important;
}
.gfAgMN {
    color: #fff !important;
}
.kCYTWX {
    background: #1b1a1f !important;
}
.bgpai {
    color: #fff !important;
}
.grsykz {
    background: #1b1a1f !important;
    border: 1px solid #f6b551 !important;
}
.yLFdA {
    color: #fff !important;
}
.drllrs {
    color: #fff !important;
}
.dVwaNP {
    color: #fff !important;
}

.hdGnqU {
    color: #fff !important;
}