/**
 * Theme Name: glb Child
 * Description: Child theme for the glb
 * Author: LineThemes
 * Template: glb
 */

/*Top bar */

/*.site-header, .site-header .site-header-inner::after {
    background-color: rgba(255, 255, 255, 0.95);
    background: #fff;
}*/


.site-topbar {
    background: radial-gradient(circle, #d2a24e 0%, #1e5760 28%) !important;
    /* background: #1e5760 !important; */
    /* background: #70716a !important; */
    background: #485155 !important;
}

i.fa.fa-sort-down.dw-mega-menu-icon {
    float: right;
    margin-left: 10px;
}


.site-header.site-header-classic.header-brand-left .navigator,
.site-header.site-header-classic.header-brand-right .navigator {
    display: flex;
    flex-direction: row-reverse;

}

.navigator .dw-sub-menu li {
    width: 33% !important;
    width: 49% !important;
    /* float: left; */
    background: #fff;
    border-bottom: 1px solid #d7d7d752 !important;
    padding-bottom: 0px;
    padding-top: 0px;
    border-right: 1px solid #d7d7d752 !important;
    /*height: 47px;*/
    display: inline-block;
}

.navigator .menu-flyout .dw-sub-menu li a {
    padding: 10px 30px;
    font-size: 14px !important;
    padding: 13px 15px;
    height: 100%;
    text-transform: capitalize !important;
    /* text-transform: uppercase !important; */
    font-weight: 500 !important;
}

ul.dw-sub-menu.dw-mega-menu-tabs {
    padding-top: 0 !important;
    display: inline-block;
}


.site-header.site-header-classic .navigator .menu-primary > li {
    display: table-cell;
    vertical-align: top;
    padding: 0 17px;
}

.site-header .header-brand {
    margin-left: -14px !important;
}


.navigator .menu-flyout .dw-sub-menu li:hover > a {
    background-image: linear-gradient(180deg, #e8e9f1 0, #f6f7fb) !important;
}


.site-header.site-header-classic .navigator .menu-primary > li > a:before {
    background: #0875ad !important;
    top: auto;
    bottom: 0;
    background: #caa86e !important;
}


.site-header-sticky .navigator .menu-primary > li > a::before {
    background: #0875ad !important;
    background: #caa86e !important;
    top: auto;
    bottom: 0;
}


/*Top bar */



/*Menu */

.navigator .menu-flyout .dw-sub-menu li a {
    text-align: left;
}

/*

#site-header-sticky nav.navigator {
    width: 100%;
    text-align: center;
}

*/



i.fa.fa-angle-down.dw-mega-menu-icon {
    float: right;
    position: relative;
    left: 10px;
    top: 2px;
}

.site-header-sticky .header-brand {
    margin-top: 0px !important;

}

.logo.logoDark {
    width: auto !important;
    height: 89px !important;
    /* display: none; */
}

.site-header-sticky .navigator .menu-primary > li a {
    font-size: 13px;
}


.site-header-sticky .navigator .menu-primary > li {
    margin: 0px 18px 0;
    padding-top: 6px;
}



.site-header .navigator .menu > li.current-menu-item > a,
.site-header .navigator .menu > li.current_page_item > a {
    color: #caa86e !important;
}

.site-header .off-canvas-toggle,
.site-header .navigator .menu > li a,
.site-header .social-icons a {
    color: #485155 !important;
}

/*Menu */

/*Slider */

.rev_slider_wrapper .slider-caption-1 .slider-title,
rs-mask-wrap .slider-caption-1 .slider-title {

    color: #fff;

}

.slider-caption-1 strong {
    color: #fff !important;
}

.slider-title span {
    font-weight: 700 !important;
}


/*Slider */




/*First section */

body .main-titled h4 {
    text-transform: uppercase;
    font-size: 2rem !important;
    font-size: 2.4rem !important;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 70px;
}

.sc_fancy_player_container {
    opacity: 0;
    height: 1px;
}

.make-big {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

body {
    overflow-y: hidden;
}


.make-big {
    position: relative;
}


.make-big:after {
    content: "" !important;
    position: absolute;
    background: #020620ad;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100% !important;
    overflow: visible !important;
    visibility: visible !important;
    /* background: #000000cf; */
}

body .make-big h4 {
    color: #fff;
    font-size: 3rem !important;
    margin-bottom: 110px;
    margin-top: 100px;
}

.hidden {
    display: none;
}

/*First section */

/*
.grey a {
    background-image: -webkit-linear-gradient(left, #273272, #c6d3e3);
    background-image: -o-linear-gradient(right, #273272, #c6d3e3);
    background-image: -moz-linear-gradient(right, #273272, #c6d3e3);
    background-image: linear-gradient(to right, #273272, );
    display: block;
}

.grey img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
}

.grey figure {
    position: relative;
    webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.grey figure:before {
    content: "";
    font-family: "Ionicons";
    font-size: 96px;
    position: absolute;
    line-height: 1;
    left: 30px;
    top: 30px;
    z-index: 2;
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(2, 6, 32, 0.15);
}


.grey figure:hover {
    -webkit-box-shadow: 0 10px 30px rgba(2, 6, 32, 0.5);
    -moz-box-shadow: 0 10px 30px rgba(2, 6, 32, 0.5);
    -ms-box-shadow: 0 10px 30px rgba(2, 6, 32, 0.5);
    -o-box-shadow: 0 10px 30px rgba(2, 6, 32, 0.5);
    box-shadow: 0 10px 30px rgba(2, 6, 32, 0.5);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.grey figure:hover  img{
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}*/




/*Second */

.no-shadow {
    box-shadow: none !important;
}



.greys figure:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.grey figure {
    position: relative;
    overflow: hidden;
}

.greys figure:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.grey figure img {
    pointer-events: none;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.small-rw .box-button.button {
    display: none;
}

/*Second */

/*Third */




.second-color:after {
    background: #02062045;
    background: #02062087;

}

body .second-color {
    background-size: contain !important;
}

.second-color h2 {
    text-transform: capitalize;
    width: 80%;
    margin: 0 auto;
    letter-spacing: 7px;
}

.three-colsd {
    padding-bottom: 50px !important;
}

/*Third */




/*Service*/
.industry-we {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    margin-top: 0 !important;
}

.industry-we h2.vc_custom_heading {
    margin-bottom: 50px !important;
}

.industry-we img {
    width: 136px;
}


.industry-we a.button {
    background: #485155;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 20px;
}


.industry-we h5 {
    text-transform: uppercase;
    /* letter-spacing: 1px; */
    /* height: 40px; */
    line-height: 20px;
}

.excelg a.button {
    pointer-events: all;
}

/*Service*/


/*Menu*/
.navigator .menu-flyout .dw-sub-menu {
    min-width: 680px;
    padding-top: 0;
    padding-bottom: 0;
}

/*Menu*/


/*Solution */
.one-fr h3.box-title {
    font-size: 15px !important;
    text-transform: capitalize !important;
    line-height: 27px;
    letter-spacing: 1px;
}

.one-fr .box-image img {
    display: none;
}


.set-bg .wpb_column.vc_column_container.vc_col-sm-9 {
    width: 90%;
}

.set-bg h3.text-intro {
    font-size: 2rem;
    line-height: 53px;
    text-transform: uppercase;
    letter-spacing: normal;
}

.video-hidden {
    opacity: 0;
    pointer-events: none;
}


.hide-this {
    display: none;
}

.numb-speak p.box-readmore {
    opacity: 0;
    display: none;
}

/*Solution */




/*Footer */

.site-footer .footer-copyright {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}



site-footer .content-bottom-widgets aside[data-width="6"] {
    width: 100%;
}

div#site-footer {
    padding: 103px 0px 0px 0px;
}

.quote {
    margin-bottom: 80px;
    width: 70%;
}


.quote h2.vc_custom_heading {
    color: #fff;
    font-size: 3rem;
}

.quote p {
    color: #CDCDCD;
    font-size: 17px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.site-footer .quote a.button {
    color: #000 !important;
    background: #fff;
    border: 0;
    font-weight: bold;
    margin-top: 20px;
    box-shadow: 0 -2px 0 0 rgb(24 24 24 / 15%) inset;
    border-radius: 0;
    -webkit-transform: skew(-8deg);
    -moz-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg);
}


a.button {
    box-shadow: 0 -2px 0 0 rgb(24 24 24 / 15%) inset;
    border-radius: 0;
    -webkit-transform: skew(-8deg);
    -moz-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg);
}

.quote a.button {
    margin-right: 20px !important;
}


.footer-aside-wrap {
    border-top: 1px solid #3E4042;
    padding-top: 90px;
}

.quote .button:hover:after {
    background: #fff;
    width: auto !important;
}

.copyright-content {
    display: inline-block !important;
}

.copyright-content li {
    display: inline-flex;
    margin-right: 17px;
    position: relative;
    padding-bottom: 0 !important;
}


.copyright-content ul li a {
    color: #232762;
    font-size: 14px;
}

.copyright-content ul {
    padding: 0;
}


.copyright-content li:after {
    content: "";
    position: absolute;
    background: #232762;
    bottom: 3px;
    left: auto;
    height: 13px;
    width: 1px;
    right: -10px;
}


body .marq {
    background-color: #222 !important;
    background-color: #dc0f01 !important;
    clear: both;
    background: #066346 !important;
    background: #e74c3c !important;
    background: #485155 !important;
    padding: 13px;
    transform: rotate(-0.8deg);
    background: #fff !important;
}

.marq marquee {
    color: #fff;
    margin-top: 13px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
}


.marq span {
    margin: 0 30px;
    font-size: 27px;
    color: #485155;
}

.marq span {
    margin: 0 30px;
    font-size: 27px;
}

div#media_image-40 {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    width: 230px;
}

#text-15 i {
    margin-right: 6px;
}

/*

#text-15 i.fa.fa-phone {
    transform: rotate(100deg);
}*/


#text-15 li {
    line-height: 32px;
    padding-bottom: 0;
}

.site-footer .footer-widgets aside[data-width="3"] {
    width: 33.33%;
}


.footer-aside-wrap aside:nth-child(2),
.footer-aside-wrap aside:nth-child(3) {
    padding-left: 60px;
}


.social-icons a {
    -webkit-transform: skew(-8deg);
    -moz-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg);
}


.social-icons a i {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);
}

body .footer-widgets .widget-title {
    text-transform: uppercase;
}


/*Footer */



/*Counter */

.countr-bg .counter h3.counter-content {
    margin-bottom: 0 !important;
    position: absolute !important;
    bottom: 43px;
    right: 0;
    left: -10px;
    font-weight: 700 !important;
}


.countr-bg .counter-title {
    font-weight: 400;
    font-size: 21px !important;
}

.countr-bg h2.vc_custom_heading {
    margin-top: 90px !important;
    margin-bottom: 50px !important;
}

.move-row {
    margin-top: 100px !important;
}

#site .counter {
    padding: 30px 30px 25px 30px;
    background: #fffffff5;
    text-align: center;
    border-radius: 0px;
}

.countr-bg .counter {
    height: 180px;
    -webkit-transform: skew(-8deg);
    -moz-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg);
}

.countr-bg .vc_col-sm-2 {
    width: 32.33%;
    margin-bottom: 20px;
}



.countr-bg {
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}

/*Counter */

/*Partner */
.our-partern {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
}

.our-partern figure.wpb_wrapper.vc_figure {
    background: #fff;
}


.has-post-thumbnail .featured-image {
    background-image: -webkit-linear-gradient(left, #caa86e, #485155);
    background-image: -o-linear-gradient(right, #caa86e, #485155);
    background-image: -moz-linear-gradient(right, #caa86e, #485155);
    background-image: linear-gradient(to right, #caa86e, #485155);
}


/*Partner */




/*Top Bar */

.content-header {
    background-color: #485155 !important;
    background-position: bottom !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-top: 240px !important;
    padding-top: 220px !important;
    padding-bottom: 30px !important;
}


h1.page-title-inner {
    color: #8c1d19 !important;
    color: #485155 !important;
    /* font-weight: 500 !important; */
    color: #fff !important;
    padding-right: 10px;
}


.content-header .breadcrumbs,
.content-header .down-arrow a,
.page-title .subtitle {
    color: #fff !important;
    padding-left: 10px;
}

/*Top Bar */




/*About us */

.title-uper h2.vc_custom_heading {
    /* text-transform: capitalize; */
    line-height: 47px;
    /* letter-spacing: 1px; */
    /* text-transform: uppercase; */
    margin-bottom: 80px !important;
    /* margin-top: 50px !important; */
    font-size: 2rem;
}

/*
.site-topbar .topbar-menu .menu-top > li a,
#menu-footer-menu li a {
    pointer-events: none;
}
*/
/*
.industry-we a {
    pointer-events: none;
}
*/

.go-to-top a {
    font-weight: 400;
}

div#nav_menu-24 {
    display: none;
}

.three-colsd .box-content p {
    line-height: 1.625;
    font-size: 0.9rem;
}

.iconlist-icon-small .iconlist-item-content {
    font-size: 1rem;
    text-align: justify;
}

#site .iconlist.iconlist-icon-small li {
    border-bottom: 1px solid #ffffff17;
}



.team-off {
    width: 80%;
    margin: 0 auto 50px !important;
}

.title-uper {
    margin-top: 40px;
}

.one-calls .kris-call {
    margin-top: 50px !important;
    margin-bottom: 20px;
}


/*About us */

/*Our Value */

.our-comit .key-icon-box {
    padding: 30px !important;
    background: #ffffff;
    box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
    margin-bottom: 14px;
    min-height: 260px;
    max-height: 100%;
    width: 48%;
    margin-right: 1%;
    border-radius: 2px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 20px !important;
    padding-bottom: 10px !important;
}

.key-icon-box h5.vc_custom_heading {
    letter-spacing: 1px;
    margin-bottom: 20px !important;
}


.key-icon-box figure.wpb_wrapper.vc_figure {
    width: 90px;
    margin-bottom: 30px;
}

.key-icon-box figure.wpb_wrapper.vc_figure {
    width: 54px;
    margin-bottom: 20px;
}

.our-comit {
    margin-top: 60px;
    /* display: inline-block; */
    /* width: 100%; */
    margin: 60px auto !important;
}

.our-comit h5.vc_custom_heading {
    font-size: 1.04rem;
    margin-bottom: 10px;
}

.child-marg {
    margin-top: 0px;
}

.second-value {
    margin-top: 0;
}

.value-video {
    margin-top: 40px;
}

.bottom-team {
    line-height: 49px;
    font-size: 2rem;
    letter-spacing: normal;
    margin-bottom: 10px !important;
    width: 100%;
}

.value-video {
    min-height: 80vh !important;
}

.abt-clients h2.vc_custom_heading {
    margin-bottom: 50px !important;
}

.abt-clients {
    padding-bottom: 0;
}

.title-upper-case {
    text-transform: uppercase;
}

.iner-anim h2 {
    text-transform: capitalize;
}

.iner-anim h2 {
    text-transform: capitalize;
    color: #485155;
    font-weight: 700;
    font-size: 2rem;
}

.text-one-em p {
    font-size: 1rem;
}


.set-sd .shadow .vc_column-inner .wpb_wrapper {
    box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
    padding: 20px;
}

.set-sd .shadow .vc_column-inner .wpb_wrapper .wpb_wrapper {
    box-shadow: none;
    padding: 0;
}



.set-sd .shadow {
    box-shadow: none !important;
}

.set-sd {
    margin-top: 50px;
    margin-bottom: 30px;
}


.set-sd h4 {
    text-transform: capitalize;
    margin-top: 20px;
}


.abt-clientss {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.page-id-2 .content-body-inner.wrap,
.page-id-3295 .content-body-inner.wrap,
.page-id-2660 .content-body-inner.wrap,
.page-id-2234 .content-body-inner.wrap,
.page-id-2538 .content-body-inner.wrap,
.page-id-2302 .content-body-inner.wrap,
.page-id-3418 .content-body-inner.wrap,
.page-id-3495 .content-body-inner.wrap,
.page-id-3601 .content-body-inner.wrap {
    padding-bottom: 0;
}

.top-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.no-50 {
    margin-top: 0px;
    margin-bottom: 70px;
}


.not-uppercase {
    text-transform: capitalize;
    font-size: 1.8rem;
    width: 70%;
    line-height: 41px;
}

.numb-speak h4.box-title {
    height: 50px;
}


.site-footer .footer-widgets a {
    color: rgba(255, 255, 255, 0.5) !important;
}

.remove-mg {
    margin-bottom: 0 !important;
}

.our-values .our-comit {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.our-values h2.vc_custom_heading {
    margin-bottom: 50px !important;
}

.remove-video-mg {
    margin-bottom: 0 !important;
}

.trust-remove {
    margin-top: 0;
    padding-top: 110px !important;
    padding-bottom: 120px !important;
}

/*Our Value */


/*Lab*/

.same-p p,
.same-p ul li {
    font-size: 1rem;
}

.set-wid .vc_col-sm-3 {
    width: 100%;
}


.set-wid .vc_col-sm-9 {
    width: 100%;
}

div#nav_menu-22 {
    display: none;
}

.full-abt-img img.vc_single_image-img,
.full-abt-img .vc_single_image-wrapper.vc_box_border_grey,
.full-abt-img figure.wpb_wrapper.vc_figure {
    width: 100%;
    height: 90vh;
    object-fit: cover;
}

.full-abt-img .vc_column-inner {
    padding: 0 !important;
}

.need-pad {
    padding-left: 11%;
    padding-right: 11%;
}

.Big-text h3 {
    line-height: 31px;
    letter-spacing: normal;
    text-align: center;
    /* text-transform: uppercase; */
    font-size: 1.4rem;
}

/*Lab*/

/*FLOOD */


.mold-img figure.wpb_wrapper.vc_figure {
    width: 80%;
}

/*
.make-rever {
    box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
    padding: 30px;
}*/

.set-tit .vc_col-sm-9 {
    width: 60%;
}

.set-tit .vc_col-sm-3 {
    width: 33%;
}

.set-tit li {
    line-height: 37px;
}

.set-tit h3.vc_custom_heading {
    text-transform: uppercase;
    margin-top: 30px !important;
}

.mold-right .vc_col-sm-3 {
    float: right;
}

.Our-process h2.vc_custom_heading {
    text-transform: uppercase;
    width: 70%;
    width: 90%;
    margin: 0 auto 80px !important;
    display: block;
    float: none;
    font-size: 1.7rem;
    font-size: 2rem;
}

.call-to-action h2.vc_custom_heading {
    margin-bottom: 40px !important;
    /*font-weight: 600;*/
}

.make-captlize h3 {
    text-transform: capitalize;
}

/*FLOOD */


/* Catastrophic Adjusters*/

.flood-flow h2 {
    font-size: 3rem;
    /* text-transform: uppercase; */
    letter-spacing: 6px;
}

.flood-flow {
    margin-bottom: 60px;
    position: relative;
}

.flood-flow .wpb_text_column {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 80%;
}

.navigator .menu-flyout .dw-sub-menu li a {
    font-size: 13px !important;
}

h2.vc_custom_heading.bottom-team.team-space {
    margin-bottom: 60px !important;
    /* text-transform: uppercase; */
    line-height: 43px;
}

.less-pdgf .box-content {
    padding: 0 16px 30px 30px !important;
}

.countr-bg-second .counter {
    height: 230px;
}

.countr-bg-second .counter-title {
    font-weight: 400;
    font-size: 20px !important;
}

.counter-titlesd h2.vc_custom_heading.bottom-team.team-space {
    margin-top: 90px !important;
    text-transform: uppercase;

}

.countr-bg-second .vc_row.wpb_row.vc_row-fluid {
    z-index: 99;
    position: relative;
}

.countr-bg-second:after {
    visibility: visible !important;
    content: "" !important;
    background: #0000008a;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh !important;
}

.countr-bg-second {
    margin-top: 60px;
}


.counter-titlesd h2.vc_custom_heading.bottom-team.team-space {
    margin-top: 110px !important;
    text-transform: uppercase;
    margin-bottom: 120px !important;
}

#site .imagebox .box-image a {
    pointer-events: none;
}


.Our-process {
    padding-bottom: 70px;
}

.claim-right {
    margin-top: 70px;
}

.claim-right h3.vc_custom_heading {
    margin-bottom: 50px !important;
    /* margin-top: 50px !important; */
}


.claim-rights h3.vc_custom_heading {
    margin-bottom: 50px !important;
    text-transform: capitalize;
    font-size: 2rem;
    text-align: center !important;
    line-height: 44px;
}

.claim-rights li {
    padding-bottom: 14px;
    font-size: 1.2rem !important;
}

body .caty-solo {
    padding-bottom: 0;
    padding-top: 25px !important;
}


.site-content .content-header.content-header-center .page-title-wrap {
    position: relative;
    top: 12px;
}

.info-box {
    color: #caa86e !important;
}

.quail-cols .imagebox {
    height: 478px;
    overflow: hidden;
}



/* Catastrophic Adjusters*/


/*mission */

.bg-cover {
    background-position: center center !important;
    background-size: cover !important;
    height: 100%;
}

.who-we-area-box .row-inner {
    width: 100% !important;
}

body .who-we-area-box .vc_column-inner {
    padding: 0;
}

.who-we-area-box .item h4 {
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
}

.who-we-area-box .item .text-blur {
    position: absolute;
    top: 59px;
    font-size: 47px;
    color: rgba(255, 255, 255, 0.1);
    font-weight: 900;
}

.who-we-area-box .item {
    padding: 10% 50px;
    padding: 6% 37px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    width: 33%;
    float: left;
    height: 100%;
}

.who-we-area-box .item p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.625;
}

.who-we-area-box .item:nth-child(3) {
    border: 0;
}

body .who-we-area-box {
    height: 70vh !important;
    height: 415px !important;
    min-height: auto !important;
}

.who-we-area-box .vc_row.wpb_row.vc_row-fluid {
    height: 100%;
}

.who-we-area-box .row-inner,
.who-we-area-box .wpb_column.vc_column_container.vc_col-sm-12,
.who-we-area-box .vc_column-inner,
.who-we-area-box .wpb_wrapper,
.who-we-area-box .wpb_column.vc_column_container.vc_col-sm-4,
.who-we-area-box .wpb_raw_code.wpb_content_element.wpb_raw_html {
    height: 100%;
}

.who-we-area-box .wpb_column.vc_column_container.vc_col-sm-8 {
    height: 100%;
}



/*mission */


/*SITE INSPECTION */


.line-hg h3 {
    line-height: 31px;
}

.upr h3,
.upr h2 {
    text-transform: uppercase;
}

body .bus {
    margin-top: 60px;
    margin-bottom: 0px;
    padding-bottom: 90px !important;
    padding-top: 80px !important;
}

.bus ul.iconlist.iconlist.iconlist-icon-medium {
    background: #fff;
    padding: 40px !important;
    width: 60% !important;
    margin: 0 auto !important;
    display: block;
    float: none;
    border-radius: 5px;
}

.bus .iconlist-item-content h6 {
    font-size: 20px !important;
}


.bus .iconlist-item-content p {
    font-size: 1.1rem;
}


body .stylisth {
    margin-top: 50px !important;
    color: #fff;
    font-size: 1.4rem;
    line-height: 34px;
    text-transform: capitalize;
    font-weight: 700;
}


.bus h3.vc_custom_heading {
    margin-bottom: 60px !important;
    margin-top: 20px !important;
    font-size: 1.6rem !important;
}


.high-p p {
    font-size: 1.1rem;
}

.last-inspect {
    padding-bottom: 0;
}

/*SITE INSPECTION */

/* DEBRIS REMOVAL */

.uppercase-main-title h3 {
    text-transform: uppercase;
    margin-top: 30px;
}

.desire-title h2.vc_custom_heading.bottom-team.team-space {
    width: auto;
    text-transform: capitalize;
}

.removal h2.vc_custom_heading {
    text-transform: uppercase;
    margin-bottom: 60px !important;
}

.removal p {
    font-size: 1rem;
    text-align: justify;
    color: #8d8ea3;
    color: #fff;
    opacity: 0.9;
    line-height: 29px;
}

body .removal-eight-four {
    width: 75%;
    margin: 0 auto;
    display: block;
    float: none;
}



.removal:after {
    position: absolute;
    content: "" !important;
    background: #485155e8;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow: visible !important;
    visibility: visible !important;
    height: 100% !important;
    background: #000000db;

}


.removal:after {
    position: absolute;
    content: "" !important;
    background: #4851552e;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow: visible !important;
    visibility: visible !important;
    height: 100% !important;
    /* background: #00000045; */
}


body .removal {
    position: relative;
    z-index: 9;
    z-index: 9;
}

.removal-padding {
    padding-bottom: 0;
}

.pad-70 {
    padding-top: 70px;
    margin-bottom: 30px;
}

.padding-bt-20 {
    padding-bottom: 70px;
}

.margin-rm h3 {
    margin-top: 0;
    font-size: 1.3rem;
    line-height: 30px;

}

.set-gallery {
    margin-top: 70px;
}

.set-gallery .imagebox {
    height: 278px;
}

.set-gallery .box-header {
    padding-top: 24px !important;
}

.set-empty {
    margin-top: 50px;
}


/* DEBRIS REMOVAL */

/* Demolition */


.removals:after {
    background: #000000a3;
}


.removals h2.vc_custom_heading {
    font-size: 26px !important;
    text-transform: capitalize;
    width: 85%;
    margin: 0 auto !important;
    line-height: 39px;
}

.page-id-2743 .content-body-inner.wrap,
.page-id-2791 .content-body-inner.wrap,
.page-id-2868 .content-body-inner.wrap,
.page-id-2954 .content-body-inner.wrap,
.page-id-3120 .content-body-inner.wrap {
    padding-bottom: 0;
}



.kris-call {
    padding-top: 30px;
    padding-bottom: 50px;
}


.kris-call i.fa.fa-phone {
    font-size: 30px;
    margin-right: 6px;
    color: #caa86e;
    position: relative;
    top: 2px;
    transform: rotate(18deg);
    font-family: FontAwesome !important;
}

#text-15 i.fa.fa-phone {
    transform: rotate(98deg);
}

.kris-call h2.vc_custom_heading {
    width: 84%;
    margin: 0 auto 20px !important;
    text-transform: uppercase;
}

.quotes h2.vc_custom_heading {
    width: auto;
    margin-bottom: 10px !important;
}

.quotes figure.wpb_wrapper.vc_figure {
    margin-top: 40px;
}

.top-mgd {
    margin-top: 0;
}



/* Demolition */

/* construction-site-clearing  */



.full-ht .imagebox {
    height: auto;
}

.chose-me h2.vc_custom_heading {
    margin-bottom: 0 !important;
}

.full-kris {
    padding-top: 10px;
    padding-bottom: 20px;
}

/* construction-site-clearing  */


/* ROAD MAINTENANCE  */



.invoation p {
    color: #8d8ea3;
    width: 75%;
    margin: 0 auto 70px !important;
    text-align: center;
    color: #ffffffb5;
}

.invoation h2.vc_custom_heading {
    margin-bottom: 10px !important;
}

body .invoation {
    padding-bottom: 80px !important;
}

.make-bog .vc_col-sm-8 {
    width: 100%;
}

.rd h2.vc_custom_heading {
    margin-bottom: 10px !important;
}

.rd p {
    color: #8d8ea3;
    width: 75%;
    margin: 0 auto 70px !important;
    text-align: center;

}

.rd .iconlist-item-content p {
    width: auto;
    text-align: left;
}


.fgc li {
    padding-bottom: 18px;
    font-size: 1rem;
}

.fgc li {
    padding-bottom: 18px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 26px;
}

.fix-rd p.vc_custom_heading {
    margin-bottom: 20px !important;
}


.just-uppercase {
    text-transform: uppercase;

}

.last-bog {
    margin-top: 0px;
}

.our-expersite {
    margin-top: 50px;
}

.rd {
    margin-top: 20px;
}

.sixty-padd {
    padding-top: 60px;
}


/* ROAD MAINTENANCE  */


/* sustainability   */


.eco {
    position: relative;
}

.eco:after {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    opacity: 1;
    transition: 200ms;
    height: 100% !important;
    visibility: visible !important;
}

.eco p,
.eco ul li {
    color: #fff !important;
    font-size: 25px;
    text-align: center;
    line-height: 38px;
    width: 80%;
    margin: 0 auto;
}

.key-focis h2.vc_custom_heading {
    margin-top: 30px !important;
    margin-bottom: 70px !important;
}

.key-focis .set-tit li {
    line-height: 23px;
    margin-bottom: 23px;
}

body .no-eco li {
    text-align: left;
    width: auto;
    font-size: 22px !important;
}

.no-eco h2.vc_custom_heading {
    text-transform: uppercase;
    margin-bottom: 70px !important;
}

.Economic {
    margin-top: 80px;
}

.titl-maarg h3.vc_custom_heading {
    margin-top: 0 !important;
    margin-bottom: 40px !important;
}

.curl figure.wpb_wrapper.vc_figure {
    position: relative;
    top: 0px;
}

.plans figure.wpb_wrapper.vc_figure {
    margin-top: 40px !important;
}

.big-h h2.vc_custom_heading {
    margin-bottom: 30px !important;
    font-size: 1.3rem;
    line-height: 32px;
}

h2.vc_custom_heading.margin-two {
    margin-top: 20px !important;
    /* text-transform: uppercase; */
}

/* sustainability   */

/* our-procsss   */


.our-procsss h2.vc_custom_heading {
    margin-bottom: 40px !important;
    margin-top: 30px !important;
}

.our-procsss {
    padding-bottom: 50px;
}

.no-70 {
    padding-top: 0;
}

.no-70 h2.vc_custom_heading {
    margin-top: 70px !important;
    margin-bottom: 10px !important;
}

.prc-counter p {
    text-align: center;
    width: 80%;
    margin: 7px auto;
}

.prc-counter h2.vc_custom_heading {
    margin-top: 70px !important;
}

#site .counter {
    box-shadow: 0 0 35px rgba(2, 6, 32, 0.15);
}

.my-role h2.vc_custom_heading {
    margin-bottom: 50px !important;
}


.top-p p {
    margin-top: 20px;
}

h2.vc_custom_heading.key-businss {
    font-size: 1.4rem;
    text-transform: uppercase;
    text-align: center !important;
    width: 70%;
    margin: 0 auto 70px !important;
    line-height: 28px;
}

.cientg p {
    text-align: justify;
}


.client-tp {
    margin-top: 70px;
}

.quality-ins {
    margin-top: 70px;
}

.bus-pos h2.vc_custom_heading {
    margin-top: 0 !important;
}


.continue-prcs figure.wpb_wrapper.vc_figure {
    margin-top: 40px;
}

.page-id-3082 .content-body-inner.wrap {
    padding-bottom: 40px;
}


.continue-prcs h2.vc_custom_heading {
    text-transform: uppercase;
    margin-top: 50px !important;
}

.bpo .vc_col-sm-8 {
    width: 100%;
}

.bpo h2.vc_custom_heading {
    width: auto;
    margin: 0 auto 60px !important;
}

.big-ky {
    width: 85% !important;
    font-size: 2rem !important;
    line-height: 41px !important;
    /* width: auto !important; */
}

/* our-procsss   */


/* Diversity  */


.div-mg h2.vc_custom_heading {
    margin-bottom: 0 !important;
}

.div-mg {
    padding-bottom: 0;
}

.div-mgs h2.vc_custom_heading {
    margin-top: 60px !important;
    margin-bottom: 10px !important;
}

.change-font-color p {
    color: #8d8ea3;
    font-size: 1rem;
    text-align: justify;
    color: #8d8ea3;
    color: #fff;
    opacity: 0.9;
    line-height: 29px;
}

body .make-lays:after {
    background: #020620e6;
}

.diver-p p {
    margin-bottom: 40px !important;
}


/* Diversity  */

/* Career  */

.car-mg h2.vc_custom_heading {
    margin-top: 0 !important;
}

.car-mg h2.vc_custom_heading {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}



.car-mg p.vc_custom_heading {
    width: 70%;
    margin: 0 auto 70px !important;
}

.dynh {
    margin-top: 100px;
    padding-bottom: 20px;
}

.make-layk:after {
    background: #000000a1 !important;
}

.make-layk p {
    color: #fff !important;
    opacity: 9 !important;
    font-size: 1.2rem;
    line-height: 31px;
}

.set-me {
    margin-top: 50px;
}

.car-g h2.vc_custom_heading {
    margin-top: 40px !important;
}



.car-g a span,
.car-g a {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 400;
    background: #caa86e
}

.car-g h3 {
    margin-top: 10px !important;
}

.car-g a {
    transform: skew(-8deg);
    display: inline-block;
    padding: 10px;
    border-radius: 0;
}

.topbar-menu .menu-top > li a {
    pointer-events: auto !important;
}

.page-id-258 .content-body-inner {
    padding-bottom: 0;
    border-bottom: 1px solid #3E4042;
}

.lab-fuh {
    height: 70vh !important;
    min-height: 70vh !important;
}

/* Career  */

/* BUILDING MAINTENANCE */

.hiv h2.vc_custom_heading {
    margin-bottom: 30px !important;
}

.building-ext h2.vc_custom_heading {
    margin-bottom: 80px !important;
}

.make-me-lower h2.vc_custom_heading {
    text-transform: capitalize;
    font-size: 2.1rem;
}

.make-me-lower {
    padding-bottom: 10px;
}


/* BUILDING MAINTENANCE */


/* ROOFING & REPAIRS */

.last-chap h2.vc_custom_heading {
    margin-top: 50px !important;
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 70px !important;
}

.setme h2.vc_custom_heading {
    font-size: 1.8rem;
    margin-bottom: 30px !important;
}

.claim-asss h2.vc_custom_heading {
    margin-top: 35px !important;
}

.safem h2.vc_custom_heading {
    font-size: 24px !important;
    line-height: 38px;
}

.safem:after {
    background: #000000d4;
}

.safem h1.vc_custom_heading {
    margin-bottom: 70px !important;
    font-size: 2.2rem;
}

.safem h2.vc_custom_heading {
    font-size: 1rem !important;
    text-align: justify !important;
    color: #fff;
    opacity: 0.9;
    line-height: 29px;
    font-weight: 400;
    font-family: 'Rubik';
}

.buget {
    margin-top: 90px;
}


.customor figure.wpb_wrapper.vc_figure {
    margin-top: 40px;
}

.customor h3 {
    margin-top: 0;
}

.need-mg h2.vc_custom_heading {
    margin-bottom: 0 !important;
}

/* ROOFING & REPAIRS */


/* industries we serve  */



.indus p {
    margin-bottom: 15px !important;
}


.sep-space {
    margin-top: 40px;
}

.indus h3 {
    font-size: 2rem;
}

.sep-space h3.vc_custom_heading {
    text-transform: uppercase;
}

.black-h figure.wpb_wrapper.vc_figure {
    margin-bottom: 30px;
}


.black-h h2.vc_custom_heading.bottom-team.team-space {
    margin-top: 50px !important;
    font-size: 1.9rem;
}

/* industries we serve  */

/*Contact us */

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #4e565a;
    color: #fff;
    box-shadow: 0 -2px 0 0 rgb(24 24 24 / 15%) inset;
    -webkit-transform: skew(-8deg);
    -moz-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg);
    background: #4e565a;
    border-radius: 0px;
    margin-top: 20px;
}

.dark-link a {
    color: #4e565a !important;
}

.hidden {
    display: none !important;
}

.video-overylay h6 {
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    text-transform: capitalize;
}

.site-header .navigator > .menu > li a {
    font-size: 11px !important;

}


.make-lay {
    position: relative;
    overflow: visible;
    visibility: visible;
    min-height: 100vh !important;
    min-height: 90vh !important;
}

.make-lay:after {
    content: "" !important;
    background: #0000008c;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100% !important;
    visibility: visible !important;
}

.make-lay h6 {
    font-size: 2.2rem;
    /* width: 90%; */
    line-height: 52px;
}

/*
#text-15 li.btn-ads {
    line-height: 22px;
    margin-bottom: 10px;
}


.btn-ads i.fa.fa-map-marker {
    margin-bottom: 0px;
    position: relative;
    top: 4px;
    margin-right: 15px !important;
}

li.btn-ads {
    display: inline-flex;
}

li.mp {
    display: inline-flex;
    line-height: 22px !important;
    margin-bottom: 10px;
}

.mp i.fa.fa-map-marker {
    position: relative;
    top: 5px;
}
*/

/* Container styles for the list items */
#text-15 ul {
    list-style: none;
    padding: 0;
}

#text-15 li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    align-items: baseline;
}

/* Icon styles */
.icon-container {
    margin-right: 10px;
    min-width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.icon-container i {
    font-size: 18px;
    color: #333;
}

/* Content styles */
.address-content {
    line-height: 1.4;
}

.address-content a,
.address-content p {
    margin: 0;
}

.address-content b {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}



/*Contact us */


/*13.2.24*/


.call-to-action i.fa.fa-phone {
    font-size: 29px;
    margin-left: 10px;
    margin-right: 10px;
}

.call-to-action i {
    font-size: 29px;
    margin-left: 10px;
    margin-right: 10px;
}

.full-kris i.fa.fa-linkedin {
    font-size: 29px;
    margin-left: 10px;
    margin-right: 10px;
}


.call-to-action i.fa {
    font-size: 29px;
    margin-left: 10px;
    margin-right: 10px;
}

span.or {
    display: inline-block;
    width: 100%;
    font-size: 1rem;
    color: #fff;
    margin-bottom: 26px;
    margin-top: 20px;
    font-weight: bold;
    font-weight: 400;
}

.call-to-action h6 {
    margin-top: 0px;
    color: #fff;
}

.call-to-action h3 {
    margin-bottom: 0px !important;
    color: #fff;
}

.Big-text h3 {
    line-height: 33px;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 50px !important;
    letter-spacing: 1px;
    margin-top: 50px;
}

.call-to-action a {
    color: #8d8ea3;
    margin-right: 7px;
}


.countr-bg-second h2.vc_custom_heading.bottom-team.team-space {
    font-size: 3rem;
}

/*13.2.24*/


/*15.2.2024*/

.make-img-small img.vc_single_image-img.attachment-full,
.make-img-small img.vc_single_image-img {
    height: 88vh;
    object-fit: fill;
}


.img-small-background {
    min-height: 85vh !important;
}

.make-img-small-cover img.vc_single_image-img.attachment-full {
    object-fit: cover;
}


.site-header.site-header-classic.header-brand-left .header-widget .widget,
.site-header.site-header-classic.header-brand-right .header-widget .widget {
    padding: 5px 0 5px 11px;
}

.site-header .navigator > .menu > li a {
    font-size: 10px !important;
}

.site-header.site-header-classic .navigator .menu-primary > li {
    padding: 0 9px;
}

.navigator .fa-angle-down:before {
    top: -2px;
    position: relative;
}

/*15.2.2024*/


/*Carrers*/


/*Carrer */

.caar-form .col-lg-6.col-md-6.col-sm-12.col-xs-12 {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.caar-form h2.vc_custom_heading {
    text-transform: uppercase;
    margin-bottom: 0px !important;
    letter-spacing: 24px;
}

.caar-form .wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.caar-form input {
    width: 100%;
    margin-bottom: 20px;
}

.caar-form .wpcf7 input[type="file"] {
    cursor: pointer;
    border: 0;
    width: 250px;
    float: left;
    background: none;
    border: 0 !important;
    height: 40px;
    line-height: 20px;
    overflow: visible;
    margin-left: 0;
    padding-left: 0;
    margin-top: 12px;
}

.upload-files {
    clear: both;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

.caar-form textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.form-row.last.button.text-left.nn.gb {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
}

.form-row.last.button.text-left.nn.gb:hover {
    background: none !important;
}

.caar-form p.vc_custom_heading {
    font-weight: bold;
    margin-bottom: 30px !important;
}

.no-ck a {
    pointer-events: none;
}

.no-ck ul.dw-sub-menu a {
    pointer-events: auto !important;
}

/*Carrer */

/*Apply now  */
.fullb select.wpcf7-form-control.wpcf7-select {
    display: inline-block;
    width: 97%;
    margin-bottom: 20px;
    margin: 0 auto 23px;
    display: block;
}

/*Apply now  */


/*Blog */

#site .blog-shortcode .blog-entries .blog-grid .post .post-categories,
#site .blog-shortcode .blog-entries .blog-grid .post .post-title {
    display: none;
}

div#categories-2 {
    display: none;
}

.static-blog p.vc_custom_heading {
    margin-bottom: 10px !important;
}

.blog-shortcode a.featured-image {
    pointer-events: none !important;
}

.my-blog figure.wpb_wrapper.vc_figure {
    margin-bottom: 20px;
}

.blog-entries a.featured-image {
    pointer-events: auto !important;
}

.my-blog .vc_col-sm-9 {
    width: 66%;
}

.my-blog .vc_col-sm-3 {
    width: 31%;
}

.no-click a.featured-image {
    pointer-events: none !important;
}

.kris-call h3 {
    font-size: 2rem;
}


/*Blog */



/*terms-and-conditions */


.terms-and-conditions h3 {
    width: auto;
    margin: 0 auto 0px !important;
    line-height: 39px;
    margin-bottom: 9px !important;
    font-family: 'Hind', sans-serif !IMPORTANT;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600 !important;
}



.privacy-pol h2.vc_custom_heading {
    margin-bottom: 10px !important;
    margin-top: 20px !important;
    font-size: 1.1em;
}

.privacy-pol a {
    color: #caa86e;
    text-decoration: underline;
}

.blog li.post-categories {
    opacity: 0;
}

a.off-canvas-toggle {
    display: none;
}

.wpcf7-response-output {
    margin: 0 !important;
    text-align: center;
}

/*terms-and-conditions */

.site-header .header-brand {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 30%;
}

.site-header .navigator > .menu > li a {
    font-size: 12px !important;
}

.info-box {
    font-size: 0.7rem;
}



/*12.3.24*/
.inpsec-cat h2.vc_custom_heading {
    margin-top: 30px !important;
}

.set-shaow {
    margin-top: 60px;
    display: flex;
}

.set-shaow h4.vc_custom_heading {
    padding: 30px 11px 25px 10px;
    background: #fffffff5;
    text-align: center;
    border-radius: 0px;
    box-shadow: 0 0 35px rgba(2, 6, 32, 0.15);
    -webkit-transform: skew(-8deg);
    -moz-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg);
    height: 180px;
    font-size: 17px !important;
    vertical-align: middle;
    align-items: center;
    display: table-cell;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 25px;
}

.set-shaow h4.vc_custom_heading b {
    color: red;
}

/*12.3.24*/


.this-new {
    margin-top: 40px;
}

.last-cal {
    text-align: center;
}

.last-cal a {
    background: #485155;
    color: #fff;
    padding: 13px 50px;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0 -2px 0 0 rgb(24 24 24 / 15%) inset;
    border-radius: 0;
    -webkit-transform: skew(-8deg);
    -moz-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg);
    display: inline-block;
    margin-bottom: 40px !important;
}

.kris-call.remove-kri {
    padding-bottom: 0;
}

.page-id-4075 .content-body-inner.wrap {
    padding-bottom: 50px;
}

@media (min-width:992px) and (max-width:1024px) {

    .industry-we img {
        width: 120px;
        height: auto !important;
    }

    .industry-we .iconlist.iconlist-icon-medium li {

        padding: 0 8px;
        vertical-align: middle;
    }


    /*
    .industry-we li p {
        font-size: 12px !important;
    }*/

    .industry-we h5 {
        letter-spacing: 1px;
        height: 49px;
        line-height: 23px;
        font-size: 15px;
    }

    .mobile-sol h5 {
        letter-spacing: normal;
        font-size: 12px;
        height: 25px;
    }

    .one-fr h3.box-title {
        font-size: 14px !important;
        line-height: 24px;
        letter-spacing: 1px;
    }

    .set-bg {
        width: 93% !important;
    }

    .numb-speak .iconbox .box-header .box-title {
        font-size: 14px !important;
        letter-spacing: 1px;
    }

    .numb-speak .iconbox .box-content {
        padding: 20px 17px;
        text-align: justify;
    }

    .logo.logoDefault {
        height: 148px !important;
    }

    .our-moto {
        height: 50vh !important;
        min-height: 50vh !important;
    }

    .three-colsd .imagebox .box-content {
        padding: 0 10px 30px 10px !important;
    }

    .three-colsd .imagebox .box-header {
        padding: 30px 10px 10px 10px !important
    }

    .mobile-sol p {
        height: 100px;
    }

    .numb-speak .box-content {
        padding: 15px 11px !important;
        height: 152px;
    }

    .our-counter {
        height: 60vh !important;
        min-height: 60vh !important;
    }

    #site .counter .counter-content {
        font-size: 3rem;

    }

    .content-header {
        padding-top: 190px !important;

    }

    .who-we-area-box .item p {
        font-size: 14px;
        font-size: 0.9rem;
    }

    .who-we-area-box .item {
        padding: 6% 14px;

    }

    .our-comit .key-icon-box {

        min-height: 281px;
        max-height: 100%;

    }

    .our-comit h5.vc_custom_heading {
        font-size: 1rem;
        margin-bottom: 10px !important;
    }

    .bottom-team {
        line-height: 45px;
        font-size: 1.9rem;

    }


    .set-sd h4 {
        margin-top: 20px;
        font-size: 1rem;
        text-transform: uppercase;
    }

    .set-sd p {
        font-size: 15px;
    }

    .remove-video-mg {
        min-height: 50vh !important;
        overflow: hidden;
        height: 50vh !important;
    }


    .make-lay {
        min-height: 50vh !important;
    }

    .kris-call h2.vc_custom_heading {
        width: 100%;
        font-size: 2rem;
    }



    .big-ky {
        width: 92% !important;
        font-size: 1.8rem !important;
        line-height: 37px !important;
    }

    .blue-hgt {
        min-height: auto !important;
    }

    .make-img-small img.vc_single_image-img.attachment-full,
    .make-img-small img.vc_single_image-img {
        height: auto;

    }

    .no-70 h2.vc_custom_heading {
        width: 80%;
        margin: 70px auto !important;

    }

    .continue-prcs h2.vc_custom_heading,
    .no-70 h2.vc_custom_heading,
    .my-role h2.vc_custom_heading {
        font-size: 2rem;
    }

    .countr-bg-second .counter-title {
        font-weight: 400;
        font-size: 17px !important;
    }


    .eco {
        min-height: 50vh ! IMPORTANT;
    }

    .btn-conts .vc_column-inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #text-15 i.fa.fa-phone {
        transform: rotate(91deg);
    }


    .set-tit .vc_col-sm-3,
    .set-tit .vc_col-sm-9 {
        width: 50%;
    }

    .set-tit figure.wpb_wrapper.vc_figure {
        margin-top: 70px;
    }

    .mold-right .wpb_column.vc_column_container.vc_col-sm-3 {
        margin-top: 30px;
    }

    .mold-img .vc_empty_space {
        display: none;
    }

    .flod-damage h2.vc_custom_heading {
        margin-top: 50px !important;
    }

    .my-comitg h2.vc_custom_heading,
    .my-comitg h4.vc_custom_heading {
        font-size: 30px !important;
    }

    .commerica h3.vc_custom_heading {
        margin-top: 40px !important;
    }

    .full-me .kris-call {
        width: 100%;
        margin-top: 20px;
    }

    body .kris-call-debri {
        width: 100%;
    }


    .make-me-auto {
        min-height: 40vh !important;
    }

    .tabel-me img {
        width: 100%;
    }

    .tabel-me .vc_col-sm-6 {
        width: 100%;
        margin-bottom: 25px;
    }


    .top-mgd h2.vc_custom_heading {
        font-size: 1.8rem;
    }

    .kris-call.full-kris {
        width: 100%;
    }

    .auto-imgh {
        min-height: 40vh !important;
    }

    .del-event {
        min-height: auto !important;
    }

    .del-event h2.vc_custom_heading.bottom-team.team-space {
        font-size: 2.2rem;
    }

    .adjuster h2.vc_custom_heading {
        width: auto;
        font-size: 1.8rem;
    }

    .page-id-2302 .kris-call.wpb_column.vc_column_container.vc_col-sm-8 {
        width: 100%;
    }

    .our-values {
        min-height: 40vh !important;
    }

    .our-values h2.vc_custom_heading.bottom-team.team-space {
        font-size: 2.5rem;
    }


    .page-id-258 .full-abt-img img.vc_single_image-img,
    .full-abt-img .vc_single_image-wrapper.vc_box_border_grey,
    .full-abt-img figure.wpb_wrapper.vc_figure {
        height: 33vh;

    }

    .get-started .lab-fuh {
        min-height: auto !important;
        height: auto !important;
        padding-top: 70px;
        padding-bottom: 70px;
    }


    .make-captlize h3 {
        text-transform: capitalize;
        font-size: 1.4rem;

    }

    .make-captlize h3 {
        text-transform: capitalize;
    }

    .site-header .header-brand {
        width: auto;
    }

    .info-box {
        font-size: 0.9rem;
    }

    .site-header .navigator > .menu > li a {
        font-size: 10px !important;
    }
}


@media(min-width:768px) and (max-width:991px) {
    .mobile-fox .vc_col-sm-6 {
        width: 100%;
    }

    .mobile-fox .flg {
        margin-bottom: 20px;
    }

    .our-moto {
        height: 50vh !important;
        min-height: 50vh !important;
    }


    body .make-big h4 {
        font-size: 2.5rem !important;
        margin-bottom: 110px;
        margin-top: 20px;
    }

    .our-moto .vc_separator .vc_sep_holder .vc_sep_line {
        top: -44px;

    }

    .three-colsd .vc_col-sm-4 {
        width: 100%;
    }

    .mobile-sol .iconlist.iconlist-icon-medium li {
        display: inline-block !important;
        width: 50%;
        margin-bottom: 40px;
    }

    .excelg h2.vc_custom_heading {
        font-size: 2rem;
    }

    .excelg ul.iconlist.iconlist.iconlist-icon-medium {
        text-align: center;
    }

    .excelg li {
        width: 31.33% !important;
        float: left;
        margin-right: 10px;
        margin-bottom: 20px;
    }

    #site .counter .counter-content {
        font-size: 2.3rem;
    }

    .countr-bg .counter-title {
        font-size: 17px !important;
        line-height: 19px;
    }

    .our-counter {
        height: 70vh !important;
        min-height: 70vh !important;
    }

    .quote h2.vc_custom_heading {
        font-size: 2.4rem;
    }

    div#site-footer {
        padding: 0px 0px 0px 0px !important;
    }

    .site-footer .footer-copyright .copyright-content {
        width: 65%;
    }

    .site-footer .footer-widgets aside[data-width="3"] {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-aside-wrap aside:nth-child(2),
    .footer-aside-wrap aside:nth-child(3) {
        padding-left: 15px;
    }

    #text-18 p {
        font-size: 1.2rem;
        font-size: 1rem;
        line-height: 32px;
    }

    .site-footer .widget.style3 ul li a,
    .large-text {
        font-size: 1.1rem;
        font-size: 1rem;
    }

    .sliding-menu .widget.widget_search,
    i.fa.fa-angle-down.dw-mega-menu-icon {
        display: none;
    }

    .off-canvas-toggle[data-target="off-canvas-right"] {
        background-color: #485155;
        border-radius: 2px !important;
        border: 0 !important;
    }

    .site-header .off-canvas-toggle,
    .site-header .navigator .menu > li a {
        color: #fff !important;
    }

    .mobile-fox .vc_separator .vc_sep_holder .vc_sep_line {
        top: -17px !important;

    }

    .overview .vc_col-sm-4,
    .overview .vc_col-sm-8,
    .btn-blog .vc_col-sm-4,
    .btn-blog .vc_col-sm-8 {
        width: 100%;
    }


    .three-colsd .box-content p {
        font-size: 1.1rem;
    }

    .quote {
        width: 80%;
    }

    .content-bottom-widgets {
        padding-bottom: 0px;

    }

    .content-header {
        max-width: 100% !important;
        padding-top: 212px !important;

    }


    .who-we-area-box .item {
        padding: 6% 6px;

    }

    .who-we-area-box .item p {
        font-size: 0.9rem;
        text-align: justify;
    }

    body .our-values {
        padding-top: 30px !important;
    }


    .our-comit .key-icon-box {
        padding: 30px !important;
        max-height: 100%;
        width: 100%;
        padding-bottom: 40px !important;
        margin-right: 0px
    }

    .abt-clients .bottom-team {
        line-height: 35px;
        font-size: 1.5rem !important;
        width: 100%;
    }

    .remove-video-mg {
        min-height: 50vh !important;
        overflow: hidden;
        height: 50vh !important;
    }


    .make-lay {
        min-height: 50vh !important;
    }

    .kris-call h2.vc_custom_heading {
        width: 100%;

    }

    .set-sd .vc_col-sm-4 {
        width: 100%;
        margin-bottom: 20px;
    }

    .set-sd h4 {
        text-transform: capitalize;
        margin-top: 9px;
    }

    .kris-call h2.vc_custom_heading {
        font-size: 1.9rem;
    }

    .content-bottom-widgets {
        padding-bottom: 0px;

    }

    .teamg h2.vc_custom_heading.team-off {
        width: auto;
        font-size: 2rem;
    }

    .teamg .vc_col-sm-6 {
        width: 100%;
        padding-bottom: 0 !important;
    }

    .expert-cons .vc_col-sm-10 {
        width: 100%;
    }

    .expert-cons .vc_col-sm-6 {
        width: 100%;
    }

    .expert-cons h2.vc_custom_heading {
        margin-bottom: 0 !important;
    }

    .vision .vc_col-sm-4,
    .vision .vc_col-sm-8 {
        width: 100%;
    }

    .who-we-area-box .wpb_column.vc_column_container.vc_col-sm-4 {
        width: 24%;
    }

    .who-we-area-box .wpb_column.vc_column_container.vc_col-sm-8 {
        height: 100%;
        width: 76%;
    }

    .abt-clients h2.vc_custom_heading {
        font-size: 2rem;
    }

    body .site-footer .content-bottom-widgets aside[data-width="6"] {
        margin-bottom: 20px;
    }

    .make-lay h6 {
        width: 90%;

    }

    .teamog h2.vc_custom_heading.team-off.bottom-team {
        font-size: 1.6rem;
        line-height: 38px;
    }


    .big-ky {
        width: 98% !important;
        font-size: 1.6rem !important;
        line-height: 33px !important;
    }

    .key-bg .vc_col-sm-6,
    .quality-ins .vc_col-sm-6 {
        width: 100%;
        margin-bottom: 20px;
    }

    .key-bg,
    .quality-ins {
        padding-bottom: 20px;
    }


    .blue-hgt {
        min-height: auto !important;
    }

    .make-img-small img.vc_single_image-img.attachment-full,
    .make-img-small img.vc_single_image-img {
        height: auto;

    }

    .no-70 h2.vc_custom_heading {
        width: 80%;
        margin: 70px auto 0 !important;

    }

    .continue-prcs h2.vc_custom_heading,
    .no-70 h2.vc_custom_heading,
    .my-role h2.vc_custom_heading {
        font-size: 1.8rem;
    }

    .countr-bg-second .counter-title {
        font-weight: 400;
        font-size: 15px !important;
        line-height: 20px;
    }

    .prc-counter h2.vc_custom_heading {
        width: auto;
    }

    .chose-sold h2.vc_custom_heading {
        width: auto;
        font-size: 1.8rem;
    }

    body .removal-eight-four {
        width: 90%;

    }

    .bpo h2.vc_custom_heading {
        font-size: 1.5rem;
    }

    .eco {
        min-height: 60vh ! IMPORTANT;
    }

    .key-area .vc_col-sm-6,
    .key-focis .vc_col-sm-6 {
        width: 100%;
    }

    .key-focis .set-tit li {
        line-height: 22px;
        margin-bottom: 12px;
    }

    .set-tit ul {
        margin-bottom: 40px !important;
    }

    body .last-inspect {
        padding-bottom: 0px;
        padding-top: 60px !important;
    }

    .stake .vc_col-sm-6 {
        width: 100%;
        margin-bottom: 30px;
    }

    .reortinh .vc_col-sm-6:nth-child(1) {
        margin-bottom: 30px;
    }

    .reortinh .vc_col-sm-6 {
        width: 100%;
    }

    .kris-call {
        width: auto !important;
        width: 100% !important;
    }

    .make-col-full .vc_col-sm-6 {
        width: 100%;
    }

    .margin-mobg {
        margin-top: 20px;
    }



    #text-15 i.fa.fa-phone {
        transform: rotate(91deg);
    }

    .form-request input,
    .form-request select {
        margin-bottom: 10px !important;
    }

    .my-cop .vc_col-sm-8,
    .my-cop .vc_col-sm-4 {
        width: 100%;
    }

    .tab-spae {
        margin-top: 30px;
    }

    .dynh {
        margin-top: 50px;
    }

    .blue-hgt .vc_col-sm-8 {
        width: 100%;
    }

    .strong-p .vc_col-sm-6:nth-child(2) {
        margin-bottom: 0;
    }

    .strong-p .vc_col-sm-6 {
        width: 100%;
        margin-bottom: 25px;
    }

    .joi h2.vc_custom_heading {
        font-size: 1.8rem;
    }

    .joi h3 {
        margin-top: 10px !important;
        font-size: 1.5rem !important;
    }

    .six-ful .vc_col-sm-6 {
        width: 100%;
    }

    .six-ful figure.wpb_wrapper.vc_figure {
        margin-top: 30px;
    }


    .set-tit .vc_col-sm-3,
    .set-tit .vc_col-sm-9 {
        width: 100%;
    }

    .mold-right .row-inner {
        display: grid;
    }

    .mold-right .vc_col-sm-3 {
        order: 1;
    }

    .mold-right .vc_col-sm-9 {
        order: 2;
    }

    .mold-img .vc_empty_space,
    .page-id-2538 .vc_empty_space {
        display: none;
    }



    .flod-damage h2.vc_custom_heading {
        margin-top: 38px !important;
    }

    .my-comitg h2.vc_custom_heading,
    .my-comitg h4.vc_custom_heading {
        font-size: 30px !important;
    }

    .commerica h3.vc_custom_heading {
        margin-top: 40px !important;
    }

    .desire-title h2.vc_custom_heading.bottom-team.team-space {
        font-size: 27px;
    }

    .blue-hgt .vc_col-sm-10 {
        width: 100%;
    }

    .why-cs .vc_col-sm-6 {
        width: 100%;
        margin-bottom: 45px;
    }

    .copyright-content ul li a {

        font-size: 13px;
    }

    .make-me-auto {
        min-height: 40vh !important;
    }

    .tabel-me img {
        width: 100%;
    }

    .tabel-me .vc_col-sm-6 {
        width: 100%;
        margin-bottom: 25px;
    }

    .offer-me {
        margin-top: 50px;
    }

    .having-sept {
        margin-top: 40px;
    }

    .make-us-full .vc_col-sm-6 {
        width: 100%;
        margin-bottom: 30px;
    }

    .make-us-full .vc_col-sm-6:nth-child(2) {
        margin-bottom: 0px;
    }

    .make-us-full {
        padding-bottom: 40px;
    }

    .give-me-space {
        margin-top: 30px;
    }

    .dis h2.vc_custom_heading {
        font-size: 1.6rem;
    }

    .dis-coverme .vc_col-sm-6 {
        width: 100%;
    }

    .dis-coverme .vc_col-sm-6:nth-child(2) {

        margin-top: 40px;
    }

    .bus h3.vc_custom_heading {
        margin-bottom: 60px !important;
        margin-top: 20px !important;
        font-size: 1.4rem !important;
        width: 89%;
        margin: 0 auto 60px !important;
    }



    .bus ul.iconlist.iconlist.iconlist-icon-medium {
        width: 82% !important;

    }

    .fifty-pad {
        margin-top: 30px;
    }

    body .stylisth {
        font-size: 1.2rem;
        line-height: 36px;
    }

    .top-mgd h2.vc_custom_heading {
        font-size: 1.6rem;
        line-height: 35px;
    }

    .kris-call.full-kris,
    .why-clr .vc_col-sm-6 {
        width: 100%;
    }

    body .quotes {
        padding-top: 0 !important;
    }

    .quotes h2.vc_custom_heading {
        width: auto;
        margin-bottom: 30px !important;
        text-align: center !important;
    }

    .quotes .Our-process {
        padding-bottom: 30px;
    }


    .auto-imgh {
        min-height: 40vh !important;
    }

    .del-event {
        min-height: auto !important;
    }

    .del-event h2.vc_custom_heading.bottom-team.team-space {
        font-size: 2rem;
    }

    .adjuster h2.vc_custom_heading {
        width: auto;
        font-size: 1.5rem;
        margin-bottom: 20px !important;
    }

    .page-id-2302 .kris-call.wpb_column.vc_column_container.vc_col-sm-8 {
        width: 100%;
    }

    .our-values {
        min-height: 50vh !important;
    }

    .our-values h2.vc_custom_heading.bottom-team.team-space {
        font-size: 2.2rem;
    }

    .full-con .vc_col-sm-4 {
        width: 100%;
        margin-bottom: 26px;
    }

    .knwlg h3 {
        font-size: 1.2rem;
    }

    .happ h2 {
        font-size: 1.6rem;
    }

    .claim-rights h3.vc_custom_heading {
        font-size: 1.6rem;
        line-height: 31px;
    }

    .hob .vc_col-sm-6 {
        width: 100%;
    }

    .value-sec h2 {
        font-size: 1.9rem;
    }

    .flood-flow h2 {
        font-size: 2rem;

    }

    .invo-me .vc_col-sm-6 {
        width: 100%;
    }

    .invoation p {
        width: 90%;

    }

    .six-full .vc_col-sm-6 {
        width: 100%;
    }

    .rd p {
        width: 95%;
        margin: 0 auto 0px !important;

    }

    .remve-p .six-full {
        padding-top: 40px;
        padding-bottom: 0 !important;
    }

    .page-id-258 .full-abt-img img.vc_single_image-img,
    .full-abt-img .vc_single_image-wrapper.vc_box_border_grey,
    .full-abt-img figure.wpb_wrapper.vc_figure {
        height: 33vh;

    }

    .get-started .lab-fuh {
        min-height: auto !important;
        height: auto !important;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .make-captlize h3 {
        text-transform: capitalize;
        font-size: 1.4rem;

    }

    .get-started .vc_col-sm-8 {
        width: 100%;
    }

    .get-started h2.vc_custom_heading.fifty-six {
        font-size: 47px !important;
    }

    .independt h3.vc_custom_heading {
        line-height: 31px;
    }

    .site-header .header-brand {
        width: auto;
    }

    .info-box {
        font-size: 0.9rem;
    }
}

@media (max-width:767px) {
    .countr-bg .vc_col-sm-2 {
        width: 100%;
        margin-bottom: 16px;
    }

    .countr-bg .counter {
        transform: skew(0deg);
        margin: 0 auto;
        width: 100%
    }

    .quote {
        width: 100%;
    }

    .quote h2.vc_custom_heading {
        font-size: 2.2rem;
    }

    .quote a.button {
        margin-right: 9px !important;
    }

    .quote a.button {
        width: 46% !important;
        font-size: 11px !important;
        margin: 0;
        padding: 0 9px;
        text-align: center;
        height: 45px;
        line-height: 45px !important;
    }

    .footer-aside-wrap aside:nth-child(2),
    .footer-aside-wrap aside:nth-child(3) {
        padding-left: 15px;
    }

    .topbar-menu a {
        font-size: 12px;
    }

    .site-topbar .off-canvas-toggle {

        margin: 0 14px 0 0;

    }

    .main-titled .vc_separator {
        display: inline-table;

    }

    .vc_separator .vc_sep_holder .vc_sep_line {
        opacity: 0;
    }

    body .main-titled h4 {
        font-size: 22px !important;
        font-size: 30px !important;
        margin-top: 10px;
        margin-bottom: 50px;
        line-height: 30px;
    }

    .margin-img {
        margin-top: 30px;
    }

    h2 {
        font-size: 24px !important;

    }

    .set-bg h3.text-intro {
        font-size: 22px !important;
        line-height: 38px;

    }

    .content-bottom-widgets {
        display: none;
    }

    .quote p {
        font-size: 16px;
        margin-top: 26px;
        margin-bottom: 33px;
    }

    .site-footer .footer-copyright {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .second-color h2 {
        width: 100%;
        margin: 0 auto;
        letter-spacing: 4px;
        font-size: 25px;
        line-height: 32px;
    }

    .topbar-right {
        display: none !important;
    }

    body .second-color {
        /* height: 70vh !important; */
        min-height: 60vh !important;
    }

    .countr-bg .vc_col-sm-2 {
        width: 49%;
        margin-bottom: 16px;
    }

    .menu-sliding li .sub-menu > li a,
    .menu-sliding li .dw-sub-menu > li a {
        padding: 10px 0;
        pointer-events: none;
        color: #000;
    }

    #menu-main-menu-1 i.fa.fa-sort-down {
        opacity: 0;
    }

    .menu-sliding li a {
        font-size: 18px;
        padding: 10px 0px;
    }

    .menu-sliding li {
        margin-bottom: 5px;
    }

    .menu-sliding li .menu-item-toggle:after {
        font-size: 16px;
        line-height: 35px;
        width: 30px;
    }

    .menu-sliding li .menu-item-toggle {
        width: 30px;
        height: 30px;
    }

    .menu-sliding li.menu-item-expand > .sub-menu,
    .menu-sliding li.menu-item-expand .dw-sub-menu {
        display: block;
        background: #fff;
        padding: 10px;
    }

    .dw-sub-menu li a {
        font-size: 13px !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .dw-sub-menu li {
        border-bottom: 1px solid #cecece;
    }


    i.fa.fa-angle-down.dw-mega-menu-icon {

        opacity: 0;
    }

    .menu-sliding li .menu-item-toggle:after {
        top: -2px;

    }

    .off-canvas-wrap .widget.widget_search {
        display: none;
    }

    .site-topbar .topbar-menu .menu-top > li {
        margin-right: 7px;
        padding-right: 10px;
        padding-bottom: 0;
    }

    body .abt-clients .team-off {
        width: 100%;
        line-height: 29px;
        margin-bottom: 20px !important;
    }

    .who-we-area-box .item h4 {
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .who-we-area-box .item {
        padding: 8% 29px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        width: 100%;
        height: 100%;
        padding-bottom: 34px;
        padding: 5% 29px;
    }

    .who-we-area-box .item .text-blur {
        top: 1px;
        letter-spacing: 18px;
        opacity: 0;
    }

    body .who-we-area-box {
        height: auto !important;
        height: auto !important;
        min-height: auto !important;
    }

    .call-to-action a {
        display: inline-block;
    }

    .call-to-action h6 {
        margin-top: 0px;
        color: #fff;
        line-height: 23px;
        letter-spacing: normal !important;
        font-size: 1.2rem;
    }

    .call-to-action h2.vc_custom_heading {
        margin-bottom: 40px !important;
        font-weight: 600;
        font-size: 27px !important;
    }

    .Big-text h3 {
        line-height: 28px;
        text-transform: capitalize;
        font-size: 1.1rem;

    }

    .sliding-menu .widget.widget_search,
    i.fa.fa-angle-down.dw-mega-menu-icon {
        display: none;
    }


    .sliding-menu .widget.widget_search,
    i.fa.fa-angle-down.dw-mega-menu-icon {
        display: none;
    }

    .off-canvas-toggle[data-target="off-canvas-right"] {
        background-color: #485155;
        border-radius: 2px !important;
        border: 0 !important;
    }

    .site-header .off-canvas-toggle,
    .site-header .navigator .menu > li a {
        color: #fff !important;
    }

    .mobile-fox .vc_separator .vc_sep_holder .vc_sep_line {
        top: -17px !important;

    }

    .overview .vc_col-sm-4,
    .overview .vc_col-sm-8 {
        width: 100%;
    }


    .our-moto {
        height: 80vh !important;
        min-height: 80vh !important;
    }

    body .rev_slider_wrapper .slider-caption-1,
    body rs-mask-wrap .slider-caption-1 {
        padding-left: 0% !important;
    }

    body .mobile-sol h4 {
        font-size: 26px !important;
    }

    .excelg h2.vc_custom_heading {
        width: 90%;
        margin: 0 auto 50px !important;
        display: block;
    }

    .excelg {
        padding-top: 10px !important;
    }

    .overview figure.wpb_wrapper.vc_figure {
        margin-bottom: 20px;
    }

    body #site .iconlist.iconlist-icon-medium li {
        border-bottom: 1px solid rgba(2, 6, 32, 0.1);
        padding-bottom: 30px;
    }

    .site-footer .footer-copyright .footer-copyright-inner {
        display: inline-block;
        width: 100%;
        max-width: 100%;
    }

    .copyright-content {
        display: inline-block !important;
        text-align: center;
        width: 100% !important;
    }

    .site-footer .footer-copyright .footer-meta {
        justify-content: center !important;
        width: 100% !important;
        border-top: 1px solid rgba(2, 6, 32, 0.1);
        margin-top: 10px;
        padding-top: 13px;
    }

    .expert-cons h2.vc_custom_heading {
        font-size: 26px !important;
        line-height: 37px;
        margin-bottom: 10px !important;
    }

    body .our-values {
        padding-top: 30px !important;
    }

    .our-values .vc_col-sm-6 {
        width: 100%;
    }

    .teamog h2.vc_custom_heading.team-off.bottom-team {
        line-height: 36px;
    }

    .bridge h6.vc_custom_heading.team-off.bottom-team.not-uppercase {
        line-height: 41px;
        font-size: 2rem;
    }

    .mob {
        font-weight: 600 !important;
        font-size: 14px;
    }

    .mob {
        font-weight: 800 !important;
        font-size: 12px;
        letter-spacing: 3px !important;
    }

    .big-ky {
        width: 100% !important;
        font-size: 1.2rem !important;
        line-height: 28px !important;

    }

    .cientg h3.vc_custom_heading.key-businss {
        font-size: 1.2rem;
    }

    .cientg {
        margin-bottom: 20px;
    }

    body .removal-eight-four {
        width: 96%;

    }

    .quality-ins {
        margin-top: 60px;
        padding-bottom: 0;
    }

    .quality-ins .vc_empty_space {
        display: none;
    }

    .continue-prcs {
        padding-bottom: 0;
    }

    .bpo h2.vc_custom_heading {
        font-size: 20px !important;
    }

    .chose-sold h2.vc_custom_heading {
        width: 95%;
        margin: 70px auto 0 !important;
        font-size: 1.4rem !important;
    }

    .prc-counter p {
        width: auto;

    }

    .countr-bg-second .counter {
        margin-bottom: 25px;
    }

    #site .counter .counter-content {
        font-size: 3rem;

    }

    .countr-bg-second,
    .our-procsss {
        padding-bottom: 0;
    }

    .blue-hgt h2.vc_custom_heading {
        font-size: 22px !important;
    }

    .our-procsss .vc_empty_space {
        display: none;
    }

    h2.vc_custom_heading.key-businss {
        margin: 30px auto 70px !important;

    }

    .our-procsss p {
        text-align: justify;
    }

    .eco p,
    .eco ul li {
        font-size: 20px !important;
        line-height: 29px;
        width: 100%;
    }

    .eco {
        position: relative;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .stake .vc_col-sm-6:nth-child(2) {
        margin-top: 30px;
    }

    .fib-b {
        font-size: 17px !important;
        line-height: 30px !important;
    }

    h2.vc_custom_heading.margin-two {
        margin-top: 20px !important;
        font-size: 20px !important;
        line-height: 30px;
    }

    .second-g h2.vc_custom_heading {
        font-size: 22px !important;
    }

    .reortinh figure.wpb_wrapper.vc_figure {
        margin-top: 30px;
    }

    .remove-me {
        display: none;
    }

    body .stake {
        padding-top: 40px !important;
    }

    body .mr-rp {
        padding-top: 0 !important;
    }

    .same-p p,
    .same-p ul li {
        font-size: 0.9rem;
    }

    .remove-ds {
        margin-top: 0 !important;
    }

    .div-mgs h2.vc_custom_heading {
        margin-top: 34px !important;
        margin-bottom: 10px !important;
        width: 92%;
    }

    .expandsd h2.vc_custom_heading {
        margin-bottom: 40px !important;
        width: 100%;
    }

    body .expandsd {
        padding-top: 10px !important;
    }

    .invoation p {
        width: 94%;

    }


    .indus h3 {
        font-size: 1.5rem;
    }


    #text-15 i.fa.fa-phone {
        transform: rotate(91deg);
    }

    .form-request input,
    .form-request select {
        margin-bottom: 10px !important;
    }

    .my-cop .vc_col-sm-8,
    .my-cop .vc_col-sm-4 {
        width: 100%;
    }


    .btn-conts .vc_column-inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .my-sol h2.vc_custom_heading.key-businss.big-ky {
        margin-bottom: 11px !important;
    }

    .car-mg p.vc_custom_heading {
        width: 100%;
        margin: 0 auto 50px !important;
    }

    .my-sol h3.vc_custom_heading.key-businss {
        font-size: 1rem;
    }

    .dw-sub-menu > li {
        min-width: auto !important;
    }

    ul.meta-header,
    .post-meta-group {
        display: inline-block !important;
        width: 100% !important;
    }

    .meta-header li {
        display: inline-block;
        float: left;
        margin: 0 5px !important;
    }

    .image-gap .vc_col-sm-6:nth-child(1) {
        margin-bottom: 30px;
    }

    .top-p h3 {
        font-size: 1.3rem;
    }

    #site .imagebox .box-header .box-title {
        font-size: 1rem;

    }

    .last-chap h2.vc_custom_heading {
        margin-bottom: 40px !important;
        font-size: 1.1rem !important;
        margin-top: 0px !important;
    }


    .demo-top h3 {
        line-height: 26px;
        font-size: 1.2rem;
    }


    .vc_empty_space.remove-m {
        display: none;
    }

    .mold-right .row-inner {
        display: grid;
    }

    .mold-right .vc_col-sm-3 {
        order: 1;
    }

    .mold-right .vc_col-sm-9 {
        order: 2;
    }

    .mold-img .vc_empty_space {
        display: none;
    }

    .flod-damage h2.vc_custom_heading {
        margin-top: 38px !important;
    }

    .my-comitg h2.vc_custom_heading,
    .my-comitg h4.vc_custom_heading {
        font-size: 24px !important;
    }

    .commerica h3.vc_custom_heading {
        margin-top: 40px !important;
    }

    .set-tit .vc_col-sm-3,
    .set-tit .vc_col-sm-9 {
        width: 100%;
    }


    .remove-mes {
        display: none;
    }

    .page-id-2234 .vc_empty_space {
        display: none;
    }

    .one-spc {
        margin-bottom: 30px;
    }

    .set-tit h3.vc_custom_heading {
        text-transform: uppercase;
        margin-top: 10px !important;
        font-size: 1.2rem;
    }

    .mold-right .vc_col-sm-3 {
        margin-bottom: 20px;
        margin-top: 40px;
    }

    .flod-damage h2.vc_custom_heading {
        font-size: 1.2rem !important;
    }


    .commerica .vc_col-sm-9 {
        margin-bottom: 25px;
    }

    .gurante h2.vc_custom_heading,
    .font-22 h2.vc_custom_heading {
        font-size: 22px !important;
    }

    .set-tit .vc_col-sm-3 {
        margin-bottom: 30px;
    }

    .site-topbar {
        padding: 5px 0;

    }

    .site-content .breadcrumbs-inner > span:before {
        margin: 0 5px;
    }

    .why-cs .vc_col-sm-6 {
        width: 100%;
        margin-bottom: 45px;
    }

    body .why-cs {
        padding-top: 40px !important;
        padding-bottom: 10px;
    }

    .we-under h3,
    .remove-debri h3 {
        text-transform: capitalize;
        font-size: 1.2rem;
    }

    .kris-call-debri {
        margin-top: 40px;
    }

    .page-id-2538 .vc_empty_space {
        display: none;
    }

    .offer-me {
        margin-top: 40px;
    }

    .offer-me h2.vc_custom_heading {
        margin-bottom: 60px !important;
    }

    .mb-30 {
        margin-top: 30px;
    }

    .give-me-space figure.wpb_wrapper.vc_figure {
        margin-top: 30px;
    }

    .line-hg h3 {
        line-height: 31px;
        font-size: 1.3rem;
    }

    .bus h3.vc_custom_heading {
        margin-top: 0px !important;
        font-size: 1.3rem !important;
        line-height: 27px;
    }

    .bus ul.iconlist.iconlist.iconlist-icon-medium {
        padding: 30px !important;
        width: 90% !important;

    }

    .bus .iconlist-item-content p {
        font-size: 1rem;
    }


    body .stylisth {
        font-size: 1.3rem;
        line-height: 33px;
        font-weight: 600;
    }

    .tabel-me .vc_col-sm-6:nth-child(2) {
        margin-top: 30px;
    }

    .fifty-pad {
        padding-top: 40px;
    }

    body .tabel-me {
        padding-top: 70px !important;
    }

    .page-id-2791 .breadcrumbs-inner {
        display: none !important;
    }

    .page-id-2791 .page-title-wrap {
        display: inline-block !important;
        width: 100%;
        text-align: center;
    }

    .hide-me-mobile {
        display: none;
    }

    .project-clearace {
        margin-top: 40px;
    }

    .project-clearace h2.vc_custom_heading {
        font-size: 1.2rem !important;
    }

    .make-fulg .vc_col-sm-6:nth-child(2) {
        margin-top: 30px;
    }

    body .why-clr {
        padding-top: 0 !important;
    }

    body .quotes {
        padding-top: 0 !important;
    }

    .quotes .Our-process {
        padding-bottom: 40px;
    }



    .full-con .vc_col-sm-4 {
        margin-bottom: 30px;
    }


    .full-con .vc_col-sm-4:nth-child(3) {
        margin-bottom: 0px;
    }

    .knwlg h3 {
        font-size: 1.1rem;
    }


    .del-event .vc_col-sm-3 {
        width: 49%;
    }


    .countr-bg-second:after {
        height: 100% !important;
        overflow: hidden !important;

    }



    .claim-rights h3.vc_custom_heading {
        margin-bottom: 10px !important;
        font-size: 1.6rem;
        line-height: 36px;
    }

    .unite {
        margin-top: 50px;
    }

    .adjuster h2.vc_custom_heading {
        margin-bottom: 10px !important;
    }

    .fix-rd p.vc_custom_heading {

        width: 90%;
    }

    .independt h3.vc_custom_heading {
        font-size: 1.2rem;
        line-height: 27px;
    }

    .get-started .lab-fuh {
        min-height: auto !important;
        height: auto !important;
        padding-top: 70px;
        padding-bottom: 70px;
    }


    .menu-sliding li a {

        text-transform: uppercase
    }

    .site-header .header-brand {
        width: auto;
    }

    .set-shaow {
        display: inline;
    }

    .set-shaow h4.vc_custom_heading {
        transform: skew(0deg);
        display: inline-grid;
        margin-bottom: 20px !important;
        width: 100%;
        font-size: 16px !important;
        padding: 30px 20px 25px 20px;
        font-weight: 800;
        line-height: 21px;
    }

    .inpsec-cat h2.vc_custom_heading {
        margin-top: 50px !important;
        font-size: 21px !important;
        margin-bottom: 30px !important;
    }
}



@media(max-width:670px) {
    .value-video iframe {
        height: 100% !important;
    }

    .value-video {
        min-height: 100vh !important;
    }

    .content-header {
        padding-top: 215px !important;

    }

    .expert-cons h2.vc_custom_heading {
        font-size: 20px !important;
        line-height: 30px !important;
        margin-bottom: 10px !important;
        font-size: 1.2rem !important;
    }

    .teamg h2.vc_custom_heading.team-off {
        font-size: 20px !important;
        width: 90%;
        margin-bottom: 30px !important;
        margin-top: 30px !important;
        font-size: 1.2rem !important;
    }

    .who-we-area-box .item p {
        font-size: 14px;

    }

    .teamog h2.vc_custom_heading.team-off.bottom-team {
        line-height: 30px !important;
        font-size: 20px !important;
        font-size: 1.2rem !important;
    }

    .bridge h6.vc_custom_heading.team-off.bottom-team.not-uppercase {
        line-height: 40px;
        font-size: 1.6rem;
    }

    .kris-call h2.vc_custom_heading {
        width: 100%;

    }

    .kris-call h3 {
        font-size: 1.5rem;
    }


    .trust h2.vc_custom_heading.team-off.bottom-team {
        line-height: 30px;
        font-size: 20px !important;
    }

    .trust h2.vc_custom_heading.team-off.bottom-team {
        line-height: 31px;
        font-size: 20px !important;
        font-size: 1.1rem !important;
    }



    .one-calls .kris-call {
        margin-top: 0px !important;
        margin-bottom: 0px;
    }

    .vision {
        padding-bottom: 0 !important;
    }

    .teamg .vc_empty_space {
        display: none;
    }

    .continue-prcs h2.vc_custom_heading {

        font-size: 21px !important;
    }

    .continue-prcs p {
        text-align: justify;
    }

    .make-img-small img.vc_single_image-img.attachment-full,
    .make-img-small img.vc_single_image-img {
        height: auto;
        object-fit: fill;
    }

    .eco p,
    .eco ul li {
        font-size: 17px !important;
        line-height: 25px;
        margin-bottom: 19px;
    }

    .page-id-3601 .vc_row.wpb_row.vc_row-fluid {
        padding-bottom: 0 !important;
    }

    .page-id-3601 p {
        text-align: justify;
    }

    .page-id-3601 .iconlist-item-content p {
        text-align: start;
    }

    .camerag .vc_col-sm-6 {
        margin-bottom: 20px;
    }

    .removal p {

        font-size: 0.9rem;
    }



    .strong-p .vc_col-sm-6:nth-child(2) {
        margin-bottom: 0;
    }

    .strong-p .vc_col-sm-6 {
        margin-bottom: 25px;
    }


    .joi h2.vc_custom_heading {
        margin-top: 0 !important;
        font-size: 19px !important;
    }

    .single-post .related-posts h2.post-title {
        font-size: 1rem !important;
    }

    .post-meta-tag {
        width: 100%;
        display: inline-block !important;
    }

    .post-tags {
        width: 100% !important;
    }

    .safem h2.vc_custom_heading {
        font-size: 20px !important;
        line-height: 28px;
    }

    body .last-bog {
        margin-top: 0px;
        padding-bottom: 10px !important;
    }

    .page-id-3495 .vc_empty_space {
        display: none !important;
    }

    .last-chap h2.vc_custom_heading {
        margin-top: 35px !important;
    }

    body .safem {
        padding-top: 60px !important;
        padding-bottom: 40px !important;
    }

    body .quali h2.vc_custom_heading {
        margin-bottom: 40px !important;
        margin-top: 40px !important;
    }

    .customor h3 {
        font-size: 1.3rem;
        margin-top: 50px;
    }

    .customor figure.wpb_wrapper.vc_figure {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .page-id-3495 .sixty-padd {
        padding-top: 10px;
    }

    .page-id-3495 .setme h2.vc_custom_heading {
        margin-bottom: 30px !important;
        margin-top: 21px !important;
    }

    .we-pro h2.vc_custom_heading {
        font-size: 18px !important;
        font-weight: 500;
        text-align: center !important;
        width: 100%;
        line-height: 33px;
    }

    h2.vc_custom_heading.set-fon {
        font-size: 18px !important;
        width: 91%;
        margin-bottom: 40px !important;
        line-height: 24px;
        margin-top: 12px;
    }

    .opera .vc_empty_space {
        display: none;
    }

    body .demolation {
        padding-top: 0 !important;
    }

    .demolation h2.vc_custom_heading {
        font-size: 22px !important;
        width: 95%;
    }

    .demolation .kris-call {
        padding-top: 20px;
        padding-bottom: 30px;
    }



    .quote p {
        font-size: 15px;

    }

    div#site-footer {
        padding: 66px 0px 0px 0px;
    }

    body .quote h2.vc_custom_heading {
        font-size: 1.7rem !important;
    }

    .inova-men {
        height: auto !important;
        min-height: auto !important;
    }

    .inova-men h2 {
        font-size: 20px !important;
    }

    .my-comitg h2.vc_custom_heading,
    .my-comitg h4.vc_custom_heading {
        font-size: 18px !important;
        line-height: 27px;
    }

    .commerica h3.vc_custom_heading {
        margin-top: 40px !important;
        margin-bottom: 30px !important;
    }

    .page-id-2660 .vc_empty_space {
        display: none;
    }

    .unique {
        margin-bottom: 30px !important;
    }

    h2.vc_custom_heading.our-desire {
        margin-top: 30px !important;
        margin-bottom: 40px !important;
        font-size: 26px !important;
    }

    #site .imagebox .box-header .box-title a {
        display: inline-block;
    }

    #site .imagebox .box-header .box-title {
        font-size: 0.9rem;
    }

    .make-big.make-me-auto {
        min-height: 100vh;
    }

    .page-id-2791 .top-p h3 {
        font-size: 1.1rem;
    }

    .why-clr .vc_row.wpb_row.vc_inner.vc_row-fluid {
        padding-bottom: 20px !important;
    }

    .serve-you h2.vc_custom_heading {
        font-size: 1.2rem !important;
    }

    .privacy-pol h2.vc_custom_heading {
        font-size: 1.1em !important;
    }

    .page-id-3803 .content-body-inner.wrap,
    .page-id-3797 .content-body-inner.wrap,
    .page-id-3808 .content-body-inner.wrap {
        padding-bottom: 80px;
    }

    .page-id-3808 ul {
        padding-left: 14px;
    }

    .page-id-3808 ul li {
        padding-bottom: 11px;
    }

    .who-we-area-box .wpb_column.vc_column_container.vc_col-sm-8 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .page-id-2 .abt-clients h2.vc_custom_heading {
        font-size: 1.2rem !important;
    }

    .page-id-2 .abt-clients {
        margin-top: 20px;
    }

    .our-values h2.vc_custom_heading {
        margin-bottom: 50px !important;
        margin-top: 20px !important;
    }

    .trust {
        margin-bottom: 0;
    }


    .page-id-2 .kris-call h2.vc_custom_heading {
        font-size: 1.2rem !important;
    }

    .fix-m figure.wpb_wrapper.vc_figure {
        margin-top: 30px;
    }

    .caar-form p.vc_custom_heading {
        font-weight: 500;
        line-height: 21px;
        margin-top: 5px !important;
        font-size: 0.9rem;
    }

    .page-id-3737 div#content-body {
        background: #fff;
    }

    .caar-form .col-lg-6.col-md-6.col-sm-12.col-xs-12 {
        padding-left: 3px;
        padding-right: 8px;
    }

    .caar-form.wpb_column.vc_column_container.vc_col-sm-12 {
        padding-left: 10px;
        padding-right: 10px;
    }

    input,
    select {
        height: 40px !important;
        letter-spacing: 1px !important;
        text-transform: capitalize !important;
    }

    input[type="submit"],
    button[type="submit"],
    .button {

        line-height: 3px !important;
    }

    .page-id-3737 .content-body-inner.wrap {
        padding-bottom: 20px;
    }


    .wpcf7-response-output {
        line-height: 18px;
    }

    .menu-sliding li.menu-item-expand > .sub-menu,
    .menu-sliding li.menu-item-expand .dw-sub-menu {
        padding-top: 4px;
        padding-bottom: 0px;
    }


    .set-mef h2.vc_custom_heading {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .set-mef {
        padding-top: 0;
    }

    .set-shaow .vc_col-sm-1\/5 {
        width: 50%;
        float: left;
    }

    .page-id-4075 .sep-space {
        margin-top: 0;
    }

    .new-why figure.wpb_wrapper.vc_figure {
        margin-top: 18px;
    }

    .give-mb-marg .vc_col-sm-4 {
        margin-bottom: 20px;
    }
}


@media(max-width:575px) {
    .countr-bg .vc_col-sm-2 {
        width: 100%;

    }

    .countr-bg .counter {
        transform: skew(0deg);
        width: 310px;
        width: 100%;

    }

    .our-comit .key-icon-box {
        width: 84%;
        width: 100%;
        margin-right: 0;
        margin: 0 auto 21px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .iconlist-icon-small .iconlist-item-content {
        font-size: 0.9rem;
        text-align: left;
    }

    .title-uper h2.vc_custom_heading {
        line-height: 35px;

    }

    .bottom-team {
        line-height: 34px;
        width: 100%;
        font-weight: 700;
    }

    .set-sd .shadow .vc_column-inner .wpb_wrapper {
        margin-bottom: 15px;
    }

    .iner-anim h2 {
        font-weight: 800;
        line-height: 32px;
    }

    .value-video iframe {
        height: 100% !important;
    }

    .value-video {
        min-height: 60vh !important;
    }

    .site-content .content-header.content-header-center .page-title-wrap {
        width: 90%;

    }

    body .site-content .content-header .page-title .page-title-inner {
        font-size: 1.1rem;
        line-height: 25px;
        margin-bottom: 20px;
    }

    body .site-header.site-header-classic.header-brand-left .header-brand,
    body .site-header.site-header-classic.header-brand-right .header-brand {
        margin: 0px 0;
    }

    .content-header {
        padding-top: 170px !important;

    }

    .video-overylay h6 {
        background: rgba(0, 0, 0, 0.6);
        padding: 12px;
        text-transform: capitalize;
        font-size: 20px;
        line-height: 28px;
    }

    .div-mgs h2.vc_custom_heading {
        font-size: 22px !important;
        width: auto;
    }

    .diver-p p {

        text-align: justify;
    }

    .sep-space h3.vc_custom_heading {
        text-transform: uppercase;
        font-size: 1rem;
    }

    .black-h h2.vc_custom_heading.bottom-team.team-space {
        margin-top: 50px !important;
        font-size: 20px !important;
        margin-bottom: 0 !important;
        line-height: 35px;
    }

    #job h3 {
        font-size: 1rem;
    }

    .page-id-3418 .blue-hgt h2.vc_custom_heading {
        font-size: 18px !important;
        line-height: 28px;
    }

    .font-18 {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .setme h2.vc_custom_heading {
        font-size: 20px !important;
        margin-bottom: 30px !important;
        line-height: 26px;
    }

    body .sixty-padd {
        padding-top: 20px;
        padding-bottom: 0 !important;
    }

    .claim-asss h2.vc_custom_heading {
        margin-top: 10px !important;
        font-size: 20px !important;
    }

    .safem h1.vc_custom_heading {
        font-size: 1.3rem;
    }

    .safem h2.vc_custom_heading {
        font-size: 20px ! IMPORTANT;
        font-weight: 500;
        text-align: center !important;
        width: 100%;
        line-height: 33px;
    }


    .we-under h3,
    .remove-debri h3 {
        text-transform: capitalize;
        font-size: 1.1rem;
    }

    .kris-call-debri h2.vc_custom_heading {
        font-size: 22px ! IMPORTANT;
    }

    .project-clearace h2.vc_custom_heading {
        font-size: 1rem !important;
        line-height: 24px !important;
    }

    .why-clr p.vc_custom_heading {
        font-size: 14px;
        line-height: 21px;
        margin-top: 3px !important;
    }

    .quotes h2.vc_custom_heading {
        font-size: 1.2rem !important;
    }

    .flood-flow h2 {
        letter-spacing: 0px;
        font-size: 16px !important;
        margin-top: 0;
    }

    .del-event .vc_col-sm-3 {
        width: 100%;
    }

    .set-shaow .vc_col-sm-1\/5 {
        width: 100%
    }

}


@media(max-width:375px) {
    .big-ky {
        width: 100% !important;
        font-size: 1.1rem !important;
        line-height: 23px !important;
    }

    .continue-prcs h2.vc_custom_heading {
        font-size: 19px !important;
    }

    .chose-sold h2.vc_custom_heading {
        width: 97%;
        font-size: 1.2rem !important;
    }

    .blue-hgt h2.vc_custom_heading {
        font-size: 20px !important;
        line-height: 30px;
    }

    body .quote h2.vc_custom_heading {
        font-size: 1.3rem !important;
    }

    .kris-call-debri {
        margin-top: 20px;
    }

    .desire-title h2.vc_custom_heading.bottom-team.team-space {
        font-size: 20px !important;
        line-height: 35px;
    }

    body .make-big.make-me-auto {
        min-height: 60vh;
    }

    .partre h3 {
        font-size: 1.1rem;
        line-height: 24px;
        text-align: center;
    }

    .dis h2.vc_custom_heading {
        font-size: 21px !important;
    }

    .dis {
        padding-top: 30px !important;
    }

    .bus h3.vc_custom_heading {
        font-size: 1.1rem !important;

    }

    .bus ul.iconlist.iconlist.iconlist-icon-medium {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body .stylisth {
        line-height: 30px;
        font-size: 17px;
    }

    .page-id-2538 .imagebox .box-content {
        padding: 0px 8px 30px 11px !important;
    }

    .page-id-2538 .imagebox .box-header {
        padding: 30px 8px 0 11px !important;
    }

    .page-id-2538 .line-hg h3 {
        line-height: 27px;
        font-size: 1rem;
        text-transform: uppercase;
    }

    .knwlg h3 {
        font-size: 17px;
    }

    .happ h2 {
        margin-top: 0;
    }

    .same-tope h3.vc_custom_heading {
        font-size: 1.2rem;
    }

    body h2.vc_custom_heading.all-claims {
        font-size: 20px !important;
        line-height: 33px !important;
    }



    .auto-imgh {
        min-height: 28vh !important;
    }

    .ch .vc_empty_space {
        height: 25px !important;
    }

    .counter-titlesd h2.vc_custom_heading.bottom-team.team-space {
        margin-top: 60px !important;
        margin-bottom: 80px !important;
        font-size: 1.3rem !important;
        line-height: 30px;
    }

    .countr-bg-second .counter {
        height: 200px;
    }

    .claim-rights h3.vc_custom_heading {
        font-size: 1.2rem;
        line-height: 29px;
    }

    .value-sec h2 {
        font-size: 1rem !important;
        margin-top: 0;
    }

    body .our-values {
        padding-top: 0px !important;
        min-height: auto !important;
        overflow: hidden !important;
    }

    .countr-bg-second {
        overflow: hidden !important;
    }

    .adjuster h2.vc_custom_heading {
        margin-bottom: 10px !important;
        width: auto;
        font-size: 1.2rem !important;
    }

    body .aimm {
        padding-top: 10px !important;
    }

    .quality-stafs h3.vc_custom_heading {
        font-size: 1.2rem;
    }

    .page-id-2302 .kris-call h2.vc_custom_heading,
    .page-id-2868 .kris-call h2.vc_custom_heading {
        width: 100%;
        font-size: 1.2rem !important;
    }

    #site .counter .counter-content {
        font-size: 2.8rem;
    }

    .invo-me h2.vc_custom_heading.just-uppercase {
        font-size: 1.2rem !important;
    }

    .remve-p h2.vc_custom_heading {
        font-size: 1.2rem !important;
    }

    .remve-p {
        margin-top: 0;
    }


    .page-id-2868 .invoation h2.vc_custom_heading {
        margin-bottom: 10px !important;
        font-size: 1.2rem !important;
    }

    .make-me-just p {
        text-align: justify;
    }

    .make-me-just .ten-points {
        padding-bottom: 20px !important;
    }

    .make-me-just h2.vc_custom_heading {
        margin-bottom: 50px !important;
    }


    .page-id-258 .full-abt-img img.vc_single_image-img,
    .full-abt-img .vc_single_image-wrapper.vc_box_border_grey,
    .full-abt-img figure.wpb_wrapper.vc_figure {
        width: 100%;
        height: 23vh;
        object-fit: cover;
    }

    .page-id-258 h3.vc_custom_heading {
        font-size: 1.3rem;
    }

    .page-id-258 .call-to-action h3 {

        font-size: 1.2rem;
    }

    .page-id-258 .call-to-action h6 {
        font-size: 1rem;
    }

    .have-gap .vc_col-sm-6 {
        margin-bottom: 30px;
    }

    .have-gap .vc_col-sm-6:nth-child(2) {
        margin-bottom: 0px;
    }

    .menu-sliding li a {
        font-size: 15px;
        text-transform: uppercase;
        padding: 0px 0px;
    }

    .dw-sub-menu li a {
        font-size: 12px !important;
        padding-top: 6px !important;
        padding-bottom: 0px !important;
    }

    .page-id-3808 ul li ul.dw-sub-menu li {
        padding-bottom: 5px;
    }

    .page-id-4075 .sep-space {
        margin-top: 0;
    }


}
