body {
    margin: 0;
    padding: 0;
    font-family: 'Plain';
    font-weight: 400;
    color: #878787;
    font-size: 16px;
    line-height: 30px;
}

html,
body {
    height: 100%
}

.main-wrapper {
    position: relative;
    overflow: hidden
}

ul,
ol,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

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

a:hover {
    text-decoration: none;
    color: #878787;
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
    display: block
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 900;
}

h1,
.h1 {
    font-size: 50px;
    line-height: 65px;
}

h2,
.h2 {
    font-size: 40px;
    line-height: 55px;
}

h3,
.h3 {
    font-size: 36px;
    line-height: 48px;
}

h4,
.h4 {
    font-size: 30px;
    line-height: 44px
}

h5,
.h5 {
    font-size: 26px;
    line-height: 34px;
}


h6,
.h6 {
    font-size: 22px;
    line-height: 28px
}


p {
    margin-bottom: 20px;
}



p:last-child {
    margin-bottom: 0 !important;
}

button {
    border: none;
    transition: all 0.4s ease 0s
}

.section,
section {
    padding: 80px 0
}

.container.wide {
    max-width: 1420px
}

.container {
    max-width: 1170px;
    padding: 0 20px;
}

.container.smalls {
    max-width: 1000px
}
.fw-black{
    font-weight: 900
}
.fw-medium{
    font-weight: 500
}

.header-area{
    padding: 20px 0;
    border-bottom: 4px solid #2f2a3b;
}
.site-logo{
    width:160px
}
.mainmenu ul li {
    display: inline-block;
    margin-right: 30px;
    position: relative
}

.mainmenu ul li a {
    font-weight: 400;
    display: block;
    padding: 10px 0;
    position: relative;
    color: #2C1C12;
    font-size: 14px;
}
.mainmenu ul li a:hover{
    color: #3451A1;
}
.mainmenu .current-menu-item a{
    font-weight: 700;
}
.mainmenu ul li.has-submenu > a::after {
    position: absolute;
    content: "";
    right: -15px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #2C1C12;
    border-bottom: 1px solid #2C1C12;
    transform: translateY(-50%) rotate(45deg);
    top: 47%;
}

.mainmenu ul li > ul {
    width: 250px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 15px;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all .4s;
    transition: all .4s;
    border-top: 4px solid #000;
    text-align: left;
    box-shadow: 0 19px 51px rgba(0, 0, 0, 0.31);
    background-color: #ffffff;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.mainmenu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
}

.mainmenu ul li > ul > li {
    display: block;
    padding: 0;
    margin: 0;
}

.mainmenu ul li > ul > li a {
    padding: 7px;
    display: block;
}
.header-action a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    font-weight: 700;
    color: #fff;
    background-color: #3451A1;
    font-size: 14px
}
.header-action svg{
    margin: 0 5px;
}
.header-area .container{
    max-width: 1270px;
}
.content-list{
    margin: 30px 0;
}
.content-list li{
    position: relative;
    padding-left: 15px;
    margin: 6px 0;
}
.content-list li::before{
    position: absolute;
    top: 13px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2f2a3b;
    content: "";
}
.cta-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 700;
}
.cta-btn svg{
    margin-left: 10px;
    position: relative;
    top: 1px;
}
.btn_default{
    border: 1px solid rgba(52, 81, 161, 0.31);
    color: #2f2a3b;
}
.hero-area .container{
    padding: 100px 20px;
}
.hero-area{
    position: relative;
    z-index: 1;
}
.hero-area .half_bg{
    position: absolute;
    right: 0;
    width: 50%;
    height: 500px;
    top: 50%;
    transform: translateY(-50%);
}

.hero-area .half_bg::after {
    position: absolute;
    content: "";
    width: calc(100% + 30px);
    height: 100%;
    bottom: -20px;
    left: -25px;
    background-color: #825940;
    opacity: 0.07;
    z-index: -1;
    height: 500px;
}
.half_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub_heading{
    color: #825940;
    margin-bottom: 15px;
}
.icon-teaser-box .title{
    display: block;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.icon-teaser-box p{
    font-size: 15px;
}
.link_text{
    color: #825940;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}
.link_text svg{
    margin-left: 10px;
    position: relative;
    top: 1px;
}
.icon-teaser-box{
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 50px;
}
.icon-teaser-box > div{
    margin-top: 20px;
}
.bg_light_gray{
    background: rgba(245, 245, 245, 0.31);
}

.video-inner{
    position: relative;
}
.play_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.9);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #3451a1;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}
.play_btn:hover{
    transform: translate(-50%,-50%) scale(1);
    color: #fff;
}
.service_area{
    padding-bottom: 300px;
}
.video-area{
    margin-top: -270px;
}
.counter-area{
    padding-top: 50px;
}
.counter-box{
    margin-top:30px;
}
.counter-box .title{
    font-size: 72px;
    color: #3451A1;
    line-height: 100%;
    margin-bottom: 10px;
}
.before-after-img{
    max-width: 600px;
    width:600px
}
.before-after-img .inner-img{
    height: 100%;
    position: relative;
    z-index: 1;
}
.before-after-img .inner-img::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, #000000 0, rgba(3, 6, 10, 0) 100%);
    opacity: 0.8;
    content: "";
    z-index: 1;
}
.before-after-img img:not(.shape){
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.before-after-img .inner-img .title{
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 50px;
    z-index: 11;
}
.before-after-img .inner-img.after-img .title{
    left: auto;
    right: 50px;
}
.before-after-img .row > div{
    padding: 0 4px;
    position: relative;
}
.before-after-img .col-5 .shape {
    width: 20px;
    position: absolute;
    left: -13px;
    top: 50%;
    z-index: 1;
    height: 20px;
    transform: translateY(-50%);
}

.testimonial-box .meta {
    margin-top: 20px;
    color: #000;
    font-weight: 500;
}
.testimonial-slider{
    margin-top: 30px;
}
.testimonial-box {
    padding: 40px;
    border: 1px solid rgba(44, 28, 18, 0.16);
    position: relative;
    padding-top: 70px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.testimonial-slider .slide{
    padding: 0 15px;
    padding-top: 50px;
}
.testimonial-slider .slick-list{
    margin-left: -15px;
    margin-right: -15px;
}
.testimonial-box .quotes {
    position: absolute;
    top: -35px;
    left: 40px;
    width: 84px;
    height: 70px;
    background: url(../img/quotest-icon.webp) no-repeat scroll center center/cover;
}

.slick-arrow::before{
    display: none;
}
.slick-arrow{
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border:1px solid rgba(135, 135, 135, 0.48);
    border-radius: 50%;
    transition: all 0.4s;
}
.slick-next{
    right: -70px;
}
.slick-prev{
    left: -70px;
}
.slick-arrow:hover{
    background: #3451A1;
    color: #fff;
    border-color: #3451A1;
}
.slick-arrow:hover svg{
    stroke:#fff
}
.wp-block-separator{
    max-width: 1200px;
    margin: auto;
    border-color: rgba(44, 28, 18, 0.12);
}
.cta-inner{
    padding: 80px 50px;
    box-shadow: -30px 10px 50px rgba(0, 0, 0, 0.051);
    background: #fff;
}
.btn_blue{
    background: #3451A1;
    color: #fff;
}
.group_btn .cta-btn{
    margin-right: 20px;
}
.group_btn .cta-btn:last-child{
    margin-right: 0;
}
.btn_blue svg{
    margin: 0 5px;
}
.group_btn{
    margin-top: 30px;
}
.footer-area{
    background: #1D1D1D;
}
.footer-top-area{
    padding: 100px 0;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}
.footer-title{
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 30px;
    display: block;
}
footer li a{
    color: #fff;
}
.footer_links{
    column-count: 2;
}
.footer-logo {
    width: 160px;
    margin-bottom: 20px;
}
.footer_links li{
    display: block;
    margin-bottom: 10px;
}
.footer-contact li {
    position: relative;
    padding-left: 55px;
    margin-bottom: 25px;
}
.footer-contact li:last-child{
    margin-bottom: 0;
}
.footer-contact .phone a{
    font-weight: 900;
}
.footer-contact li em {
    position: absolute;
    top: -3px;
    left: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #825940;
    font-size: 13px;
}
.copyright-inner{
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.copyright-inner p, .copyright-inner a{
    color: #fff;
    font-size: 13px;
    line-height: normal;
    margin: 0;
}
.footer-area.alt{
    padding-top: 200px;
    margin-top: -200px;
}
.breadcrumb_navigation ul li{
    display: inline-block;
    position: relative;
    margin-right: 15px;
    padding-right: 15px;
}
.breadcrumb_navigation ul li::after {
    position: absolute;
    content: "\f054";
    right: -4px;
    top: 55%;
    transform: translateY(-50%);
    font-size: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.breadcrumb_navigation ul li:last-child{
    margin: 0;
    padding: 0;
}
.breadcrumb_navigation ul li:last-child::after{
    display: none;
}
.breadcrumb_navigation ul li a{
    font-size: 14px;
}
.breadcrumb-area{
    padding-top: 30px;
    position: relative;
    z-index: 1;
}
.breadcrumb-area::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #FDF7F2;
    opacity: 0.4;
}
.breadcrumb_navigation{
    padding-bottom: 50px;
}
.breadcrumb-area .container.medium{
    max-width: 1270px;
}
.team-box{
    position: relative;
    z-index: 1;
    transition: all 0.4s;
    display: block;
}
.team-box:hover{
    transform: translateY(-12px);
    box-shadow: 30px 30px 50px rgba(0, 0, 0, 0.10);
}
.team-box::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, #000000 0, rgba(3, 6, 10, 0) 100%);
    opacity: 0.8;
    content: "";
    z-index: 1;
}
.team-box .title{
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 5px;
}
.team-box .designation{
    color: #fff;
    opacity: 0.5;
}
.team-meta{
    position: absolute;
    bottom: 0;
    padding: 30px;
}
.team-meta > *{
    position: relative;
    z-index: 11;
}
.icon-teaser-box.style-2{
    padding: 40px;
    border: 1px solid rgba(38, 24, 15, 0.1);
    margin-bottom: 0;
    margin-top: 30px;
}
.service-area{
    padding-top: 40px;
}
.team-box img{
    transition: all 0.4s;
}
.team-box:hover img{
    filter: grayscale(0);
}
.text-box .number{
    line-height: normal;
    color: #3451A1;
    margin-bottom: 10px;
}
.text-box .title{
    font-size: 20px;
    margin-bottom: 15px;
}
.text-box {
    line-height: 27px;
    font-size: 15px;
}
.dark-cta{
    background: #1D1D1D;
    color: #A7A7A7;
    padding: 80px 100px;
}
.dark-cta .sub_heading{
    color: #a7a7a7;
}
.dark-cta .h1{
    color: #fff;
}
.dark-cta .btn_default{
    border-color: rgba(118, 97, 78, 0.32);
    color: #fff;
}
.dark-cta .btn_default path{
    stroke:white
}
.gallery-box{
    margin-top: 30px;
    display: block;
}
.faq-header a {
    display: block;
    border-radius: 10px;
    padding: 18px 30px;
    border: 1px solid rgba(135, 135, 135, 0.32);
    font-weight: 700;
    color: #26180F;
    font-size: 16px;
    background: #fff;
    position: relative;
}
.faq-body{
    padding: 18px 30px;
    background: #FCFCFC;
    border-radius: 10px;
    padding-top: 50px;
    margin-top: -32px;
    font-size: 15px;
}
.faq-header a[aria-expanded="true"]{
    background:#1D1D1D;
    color: #fff;
}
.faq-card{
    margin-top: 30px;
}
.accordion_faq{
    margin-top: 30px;
}
.faq-header a span {
    position: absolute;
    top: 50%;
    right: 20px;
    border: 2px solid transparent;
    line-height: 1;
    text-align: center;
    border-radius: 50%;
    font-weight: 400;
    font-size: 17px;
    transform: translateY(-50%);
    transition: 0.3s all;
    color: #26180F;
}
.faq-header a[aria-expanded="true"] span {
    transform: rotate(180deg) translateY(50%);
    color: #fff;
}

.c_form{
    padding: 40px;
    background: #1D1D1D;
}
.c_form .title{
    color: #fff;
    margin-bottom: 20px;
}
.c_form input, .c_form textarea{
    width:100%;
    height: 60px !important;
    padding: 10px 0 !important;
    border: none !important;
    border-bottom: 1px solid #707070 !important;
    background: transparent!important;
    margin: 0 !important;
    border-radius: 0 !important;
    color: #fff;
}
.c_form textarea{
    height: 220px !important;
}
.c_form li{
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    position: relative;
}
.c_form li > div{
    margin: 0 !important;
}

.ginput_container_select {
    position: relative;
    cursor: pointer
}

.select-hidden {
    display: none;
}

ul.select-options {
    display: none;
}

.select-styled {
    padding: 10px 0;
    background-color: transparent;
    color: #707070 ;
    width: 100%;
    position: relative;
    height: 60px;
	font-weight:normal;
    border-bottom: 1px solid #707070 !important;
}

.select-styled.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	color:#fff
}

.select-styled:after {
    content: "";
    border: 2px solid #969696;
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
    z-index: 55;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.select-styled.active:after {
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
}

ul.select-options {
    display: none;
    background: #fff !important;
    position: absolute;
    top: 100%;
    z-index: 222;
    left: 0;
    padding: 20px 30px;
    box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.15);
    width: 100%;
}

ul.select-options li {
    color: #4e4e4e;
    cursor: pointer;
    margin-bottom: 5px;
    font-size: 15px;
}

ul.select-options li:hover {
    color: rgba(0, 71, 125, 0.77);
}

ul.select-options li:first-child {
    display: none;
}
.btn_form{
    border-color: #857972;
    background-color: #857972;
    color: #fff;
}
.btn_form svg path{
    stroke:white
}
.image-box{
    margin-top: 30px;
}
.breadcrumb_img{
    padding-left: 30px;
}
.breadcrumb_img ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}
.cabinets-box img{
    filter: grayscale(0) !important;
}
.gallery-before-after .before-after-img{
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
}
.gallery-before-after .before-after-img .col-7 .shape {
    width: 20px;
    position: absolute;
    left: -13px;
    top: 50%;
    z-index: 1;
    height: 20px;
    transform: translateY(-50%);
}

.contact_icon {
    width: 65px;
    height: 65px;
    min-width: 65px;
    max-width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 25px;
    border: 1px solid #707070;
    color: #825940;
    font-size: 25px;
    transition: all 0.4s;
}
.contact_text .title{
    font-size: 14px;
    color: #857972;
    margin-bottom: 6px;
    line-height: normal;
}
.contact_text a{
    color: #3451A1;
    font-weight: 900;
    font-size: 26px;
}

.contact_info:hover a{
    color: #26180F;
}
.contact_info:hover .contact_icon{
    background-color: #fff;
    border-color: #fff;
    box-shadow: 20px 20px 51px rgba(0, 0, 0, 0.16);
}
.contact_info_inn li{
    display: block;
    margin-bottom: 50px;
}
.contact_info_inn li:last-child{
    margin-bottom: 0;
}
.c_email a{
    font-size: 20px;
}
.c_address a{
    font-size: 22px;
}
.contact-page-area .c_form{
    position: relative;
    z-index: 1;
    margin-top: -670px;
}
.contact-page-area .c_form textarea{
    height: 150px !important;
}
.contact-page-area .container{
    position: relative;
    z-index: 11;
}
.map_img{
    position: relative;
    margin-top: -240px;
}
.map_img::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    z-index: 1;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.map_img img{
    width: 100%;
}
.breadcrumb-area.alt{
    padding-bottom: 350px;
}
.gallery-before-after{
    position: relative;
    z-index: 1;
    margin-top: -350px;
}
.header-action a:hover, .btn_blue:hover{
    background: #2f2a3b;
    color: #fff;
}
.btn_default:hover{
    background: #3451a1;
    color: #fff;
}
.btn_default:hover path{
    stroke:#fff
}
path{
    transition: all 0.4s;
}
.link_text, .footer li a, .copyright-inner a{
    position: relative
}
.link_text::after, footer li a::after, .copyright-inner a::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #825940;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}
.link_text:hover::after, footer li a:hover::after, .copyright-inner a:hover::after{
    transform-origin: bottom left;
    transform: scaleX(1);
}
.link_text:hover{
    color: #825940;
}
footer li a::after, .copyright-inner a::after{
    background-color: #ac9062 !important;
}
footer li a:hover, .copyright-inner a:hover{
    color: #ac9062;
}
footer li a{
    position: relative;
}
.gallery-box:hover{
    transform: translateY(-10px);
    box-shadow: 30px 30px 50px rgba(0, 0, 0, 0.10);
}
.btn_form{
    transition: all 0.4s;
}
.btn_form:hover{
    background: #fff !important;
    color: #26180F;
}
.btn_form:hover path{
    stroke:#26180F
}


.header-toggle {
    display: none;
}

.header-toggle {
    height: 46px;
    width: 46px;
    text-align: center;
    background: #3451A1;
    border-radius: 10px;
    margin-left: 10px;
}

.header-toggle span {
    height: 2px;
    width: 95%;
    background: #fff;
    display: block;
    margin-top: 5px;
    position: relative;
    transition: all 0.2s ease 0s;
    border-radius: 5px;
    margin-right: auto;
    margin-left: 0;
}

.header-toggle span:nth-child(1) {
    top: 4px;
}

.header-toggle span:nth-child(2) {
    top: 6px;
    width: 65%;
}

.header-toggle span:nth-child(3) {
    top: 8px;
}

#menu-toggle {
    width: 42px;
    height: 42px;
    display: block;
    position: relative;
    background: transparent;
    padding: 4px 8px;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
}
.mobile-quote-btn{display: none;}
.gform_footer{
    padding-bottom: 0 !important;
}
.gform_confirmation_wrapper {
    text-align: center !important;
    color: #fff !important;
}
.image-comparison {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	width:600px
}

.image-comparison__slider-wrapper {
	position: relative;
}

.image-comparison__label {
	font-size: 0;
	line-height: 0;
}

.image-comparison__label,
.image-comparison__range {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	cursor: ew-resize;
	z-index: 20;
}

@media (hover) {
	.image-comparison__range:hover~.image-comparison__slider .image-comparison__thumb {
		transform: scale(1.2);
	}
}

.image-comparison .image-comparison__slider-wrapper .image-comparison__range:active~.image-comparison__slider .image-comparison__thumb,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range:focus~.image-comparison__slider .image-comparison__thumb,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range--active~.image-comparison__slider .image-comparison__thumb {
	transform: scale(0.8);
}

.image-comparison__image-wrapper--overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50% + 1px);
	height: 100%;
	overflow: hidden;
}

.image-comparison__figure {
	margin: 0;
}

.image-comparison__figure::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f2f2f2;
}

.image-comparison__figure:not(.image-comparison__figure--overlay) {
	position: relative;
	padding-top: 66.666666667%;
}

.image-comparison__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 0 50%;
	object-position: 0 50%;
	overflow: hidden;
}

.image-comparison__figure--overlay .image-comparison__image {
	z-index: 1;
}

.image-comparison__caption {
    position: absolute;
    bottom: 0;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    color: #fff;
    text-transform: uppercase;
    background: linear-gradient(to top, #000000 0, rgba(3, 6, 10, 0) 100%);
    width: 100%;
    height: 100px;
    justify-content: flex-end;
    padding: 20px;
	opacity:0.8
}

@media screen and (max-width: 40.063em) {
	.image-comparison__caption {
		font-size: 12px;
	}
}
.image-comparison__caption--before {
    left: 0px;
    z-index: 2;
}
.image-comparison__caption--after {
    right: 0;
    text-align: right;
    align-items: flex-end;
}

.image-comparison__caption-body {
	max-width: 40vmin;
	padding: 6px 12px;
}

.image-comparison__slider {
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	background-color: #fff;
	transition: background-color 0.3s ease-in-out;
	z-index: 10;
}

.image-comparison__range--active~.image-comparison__slider {
	background-color: rgba(255, 255, 255, 0);
}

.image-comparison__thumb {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	width: 40px;
	height: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 50%;
	transform-origin: center;
	transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.image-comparison__range::-webkit-slider-runnable-track {
	width: 40px;
	height: 40px;
	opacity: 0;
}

.image-comparison__range::-moz-range-thumb {
	width: 40px;
	height: 40px;
	opacity: 0;
}

.image-comparison__range::-webkit-slider-thumb {
	width: 40px;
	height: 40px;
	opacity: 0;
}

.image-comparison__range::-ms-fill-lower {
	background-color: transparent;
}

.image-comparison__range::-ms-track {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: transparent;
	outline: none;
	cursor: col-resize;
}

.image-comparison__range::-ms-thumb {
	width: 0.5%;
	height: 100%;
	opacity: 0;
}

.image-comparison__range::-ms-tooltip {
	display: none;
}
.map_img img {
    width: 100%;
    filter: grayscale(1) opacity(0.4);
}
.map_img .container {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 400px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.map_img em {
    position: absolute;
    right: 29%;
    top: 26%;
    color: #825940;
    font-size: 42px;
	-webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.gallery-before-after .image-comparison{
	width:100%;
	   max-width: 100%;
}
.not-found-area{
	padding:100px 0;
	text-align:center
}
#error-text span {
    font-size: 110px;
    line-height: 100%;
    color: #000;
    font-weight: 700;
    display: block;
    margin-bottom: 30px;
    letter-spacing: 5px;
}
#error-text p{
	margin-bottom:30px
}

.list_bullet {
    margin-top: 20px;
    margin-bottom: 35px
}

.list_bullet:last-child {
    margin-bottom: 0
}

.list_bullet li {
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    margin: 10px 0
}

.list_bullet li::before {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3451A1
}
.text_block_module .h4{
	font-weight:700
}


/*Responsive*/
@media(max-width:1200px){
    .before-after-img{
        width: 100%;
        max-width: 100%;
    }
    .hero-area .container {
        padding: 50px 20px;
    }
    .counter-box .title{
        font-size: 60px;
    }
	.image-comparison{
		width:100%
	}
}
@media(max-width:991px){
    .header-area {
        padding: 15px 0;
        box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
        position: relative
    }
    

    .mobile-quote-btn {
        display: block
    }

    nav#menu {
        position: absolute;
        top: 99%;
        left: 0;
        width: 100%;
        display: block;
        z-index: 999;
        min-height: calc(100vh - 71px);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all;
    }

    nav#menu.active {
        opacity: 1;
        visibility: visible;
        transition: 0.3s all;
    }

    .mainmenu ul {
        text-align: left;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background: #2f2a3b;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: auto;
        padding: 50px 20px;
    }

    nav#menu > ul > li {
        display: block !important;
        margin: 0 !important;
        padding: 0
    }

    nav#menu ul ul,
    nav#menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        padding: 0
    }

    nav#menu ul ul.sub-menu.active {
        visibility: visible;
        opacity: 1;
        max-height: 55em;
    }

    nav#menu > ul > li > a {
        display: block;
        position: relative;
        padding: 15px 0px;
        color: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        font-size: 16px;
    }

    nav#menu > ul > li:last-child > a {
        border: none
    }

    .mainmenu ul li > ul {
        border: none
    }

    nav#menu li.has-submenu > a:after {
		display: none;
    }

    .sub-menu::before {
        height: 90% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .sub-menu::after {
        display: none
    }

    nav#menu li.has-submenu > a.active:after {
        content: "-";
        font-size: 20px
    }

    nav#menu ul ul > li a {
        padding: 13px 0px;
        line-height: normal;
        color: #fff;
        font-size: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06)
    }

    ul.sub-menu {
        padding-left: 20px;
    }

    .header-toggle.active span:nth-child(2) {
        opacity: 0
    }

    .header-toggle.active span:nth-child(1) {
        top: 14px;
        transform: rotate(45deg);
    }

    .header-toggle.active span:nth-child(3) {
        top: 0px;
        transform: rotate(-45deg);
    }

    .header-toggle {
        display: block;
    }

    nav#menu > ul ul {
        background: transparent;
        box-shadow: none;
        width: 100%;
        padding-left: 15px
    }

    .header-action {
        display: none
    }
    .mainmenu ul li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #3d374c;
    }
	.mainmenu ul li a {
		display: block;
		color: #fff !important;
	}
    .site-logo {
        width: 100px;
    }
    .mobile-quote-btn{
        margin-top: 30px;
    }
    .section, section {
        padding: 50px 0;
    }
    h1, .h1 {
        font-size: 30px;
        line-height: 40px;
    }
    h2, .h2 {
        font-size: 28px;
        line-height: 38px;
    }
    body{
        font-size: 15px;
        line-height: 28px;
    }
    .icon-teaser-box .title{
        font-size: 18px;
    }
    .counter-area {
        padding-top: 20px;
    }
    .counter-box .title{
        font-size: 35px;
    }
    .c_form .title{
        font-size: 22px;
    }
    .counter-box p {
        line-height: normal;
    }
    .testimonial-box {
        padding: 25px;
        padding-top: 45px;
    }
    .testimonial-box .quotes {
        top: -28px;
        left: 25px;
        width: 65px;
        height: 54px;
    }
    h5, .h5 {
        font-size: 22px;
        line-height: 28px;
    }
    h3, .h3 {
        font-size: 24px;
        line-height: 38px;
    }
    .testimonial-box .title{
        margin-bottom: 15px !important;
    }
    .footer-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .cta-btn {
        padding: 13px 15px;
        font-size: 14px;
    }
    .hero-area{
        padding-bottom: 100px;
    }
    .hero-area .container {
        padding: 50px 20px 0;
    }
    .hero-area .half_bg::after{
        height: 400px;
    }
    .hero-area .half_bg{
        height: 400px;
    }
    .slick-arrow{
        position: inherit;
        top: auto;
        transform: translateY(0);
        margin: 0 5px;
    }
    .slider-nav{
        text-align: center;
        margin-top: 30px;
    }
    .footer-top-area{
        padding: 60px 0;
        font-size: 13px;
    }
    .footer-logo {
        width: 150px;
        margin: 0 auto 20px;
    }
    .footer-widget{
        margin: 15px 0;
    }
    .cta-inner{
        padding: 40px;
    }
    .icon-teaser-box.style-2{
        padding: 25px;
    }
    .breadcrumb_navigation {
        padding-bottom: 20px;
    }
    .breadcrumb-area{
        padding-bottom: 30px;
    }
    .team-box .title {
        font-size: 16px;
        line-height: normal;
    }
    .team-box .designation{
        font-size: 12px;
        line-height: normal;
    }
    .team-box::after {
        height: 60%;
    }
    .team-box{
        margin-top: 30px;
    }
    .team-meta{
        padding: 15px;
    }
    .footer-desc {
        width: 80%;
        margin: auto;
    }
    .service-area{
        padding-top: 20px;
    }
    .faq-header a {
        padding: 15px 20px;
        font-size: 14px;
        line-height: 24px;
    }
    .contact_icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        max-width: 40px;
        margin-right: 15px;
        font-size: 15px;
    }
    .contact_text a{
        font-size: 18px !important;
    }
    .text-box .title{
        font-size: 18px;
        line-height: 22px;
    }
    .before-after-img .inner-img .title{
        left: 30px;
    }
    .before-after-img .inner-img.after-img .title{
        right: 30px;
    }
    .gallery-before-after {
        margin-top: -250px;
    }
    .breadcrumb-area.alt {
        padding-bottom: 250px;
    }
	.image-comparison{
		width:100%
	}

}
@media(max-width:767px){
    .icon-teaser-box img{
        height: 45px;
    }
    .video-inner{
        height: 300px;
    }
    .video-inner img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .video-area {
        margin-top: -152px;
    }
    .service_area {
        padding-bottom: 200px;
    }
    
    .cta-inner{
        padding: 30px;
        font-size: 14px;
    }
    .hero-area .container {
        padding: 0 20px;
    }
    .c_form{
        padding: 25px;
    }
    .breadcrumb_img{
        padding-left: 0;
    }
    .contact_info_inn li{
        margin-bottom: 25px;
    }
    .contact-page-area .c_form{
        margin-top: -700px;
    }
.text-box{
    margin-top: 30px;
}    
.gallery-before-after {
    margin-top: -200px;
}
.breadcrumb-area.alt {
    padding-bottom: 200px;
}
	
    
}
@media(max-width:575px){
    .mobile-quote-btn a{
        display: flex;
    }
    .hero-area .container {
        padding: 0px 20px;
    }
    .hero-img{
        margin-bottom: 30px;
    }
    .content-img{
        margin-bottom: 30px;
    }
    .icon-teaser-box img{
        height: 45px;
        margin: auto;
    }
    .icon-teaser-box{
        text-align: center;
    }
    .counter-box{
        text-align: center;
    }
    .group_btn .cta-btn{
        margin:5px 0;
        width: 100%;
    }
    .hero-area{
        padding-bottom: 50px;
    }
    .breadcrumb_img{
        padding-left: 0;
        margin-top: 30px;
    }
    .c_form textarea {
        height: 150px !important;
    }
    .c_form{
        margin-top: 30px;
    }
    .cta-inner .h1{
        font-size: 26px;
        line-height: 38px;
    }
    .contact-page-area .c_form{
        margin-top: 30px;
    }
    .map_img {
        margin-top: -50px;
        height: 280px;
    }
    .map_img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .content-text .image-box{
        margin-bottom: 30px;
        margin-top: 0;
    }
    .gallery-before-after .before-after-img .inner-img{
        height: 180px;
    }
    
}


.text_block_module p > a {
    border-bottom: 1px solid;
}


.partners ul {
    margin: 50px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.partners ul li {
    width: calc(33.3333% - 10px);
    height: 140px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;   
    border: 1px solid #eee;
}

.partners ul li img {
    max-width: 200px;
    max-height: 125px;
}

@media(max-width:991px){

.partners ul li img {
    max-width: 100%;
    height: auto;
}

.partners ul li {
    padding: 10px;
}
 
body .mainmenu ul li > ul {
    opacity: 1;
    visibility: visible;
    background: transparent;
    width: 100%;
    box-shadow: none;
    padding: 0 0 0 15px !important;
}
	
}

@media(max-width:575px){

.partners ul li {
    width: calc(50% - 10px);
    height: 120px;
    padding: 10px;
}

}