header {
    width: 100%;
    display: inline-block;
}

.btn-common {

    background-color: #c3d020;
    border-radius: 2px;
    font-size: 14px;
    color: #484546;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 20px;
    border-radius: 3px;
    font-weight: 500;
    font-family: 'Jost';
}

.btn-common:hover {
    color: #fff;
}

.btn-common:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #201e1f;
    border-radius: 3px;
    color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-common:before:hover {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    color: #fff;
}

.bgimg {
    position: absolute;
    right: 0;
    bottom: 0;
    /*    max-height: 100%;*/
    max-width: inherit;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.nav_bg {
    position: relative;
}

.serv_list {
    list-style: none;
}

.top_sec {
    position: relative;
    padding: 64px 0;
    width: 100%;
}

.top_sec:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #4d4a4b;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.serv_det {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 40px 40px 0;
    max-width: 705px;
}

.serv_list li {
    width: 50%;
    float: left;
    padding: 0 27px;
}

.serv_tit {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 5.4px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
}

.serv_tit span {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2.6px;
    display: block;
}

.left_blk {
    display: flex;
    align-items: center;
}

.left_blk img {
    margin-right: 30px;
}

.serv_list li:first-child {
    padding-left: 27px;
}

.serv_list li:last-child {
    padding-right: 27px;
    float: right;
    text-align: right;
}

.serv_list li:last-child .servbox {
    float: right;
}

.top_sec .servbox img {
    height: 100%;
}

.innr_bnr {
    position: relative;
    padding: 75px 0;
    display: inline-block;
    width: 100%;
    background: rgb(0 0 0 / 55%);
}

.bnr_com_shap {
    filter: brightness(100);
    margin-bottom: 30px;
}

.page-header {
    width: 100%;
    z-index: 1;
}

.innr_bnr .page-header:before {
    left: 0;
    margin-left: 0;
}

.bnr_txt p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

.bnr_txt {
    width: 500px;
}

.container.wrapper {
    max-width: 1521px;
}

.form_tit {
    font-size: 22px;
    font-weight: 500;
    color: #464646;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Jost';
    padding-bottom: 40px;
}

.form_blk {
    background: #ffffff;
    display: inline-block;
    padding: 40px 42px;
    width: 370px;
}

.bnr_details {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.form-control {
    background: #ebebeb;
    font-size: 14px;
    color: #000;
    border: 1px solid #dbdbdb;
    letter-spacing: 0.4px;
    font-family: 'Jost';
}

.innr_bnr .form-control::-webkit-input-placeholder {
    color: #000;
    font-family: 'Jost';
    ;
    font-weight: normal;
    font-size: 14px;
}

.innr_bnr .form-control::-moz-placeholder {
    color: #000;
    font-family: 'Jost';
    ;
    font-weight: normal;
    font-size: 14px;
}

.innr_bnr .form-control:-ms-input-placeholder {
    color: #000;
    font-family: 'Jost';
    ;
    font-weight: normal;
    font-size: 14px;
}

.innr_bnr .btn-submit {
    width: 100%;
    background: #2a2a2a;
    color: #fff;
    display: block;
}

.innr_bnr .btn-block {
    width: 100%;
}

.innr_bnr .btn-submit:hover {
    background: #c3d020;
    color: #2a2a2a;
}

.inr_bread {
    background: #f4f4f4;
    padding: 17px 0;
}

.inr_bread li {
    color: #4a4a4a;
    padding: 0;
}

.inr_bread li a {
    margin-right: 35px;
}

.inr_bread .breadcrum li:not(:last-child):before {
    color: #4a4a4a;
    left: 79%;
}

.commercial_page {
    padding: 80px 0;
}

.blocks {
    display: flex;
    align-items: center;
    border-left: 1px solid #bbc921;
}

.blocks .title,
.title {
    font-size: 24px;
    text-transform: uppercase;
    color: #464646;
    font-family: 'Jost';
    font-weight: 500;
    margin-bottom: 35px;
}

.small-title {
    color: #464646;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Jost';
    font-weight: 500;
    margin-bottom: 8px;
}

.blocks p {
    font-size: 18px;
    color: #464646;
    font-family: 'Jost';
    ;
    font-weight: 300;
    margin-bottom: 40px;
}

.blocks p:last-child {
    margin: 0;
}

.com_left,
.com_right {
    width: 50%;
}

.com_left {
    padding: 0 50px 0 100px;
}

.com_right {
    text-align: right;
}

.blocks.img_left {
    flex-direction: row-reverse;
}

.blocks.img_left .com_left {
    padding: 0 100px 0 50px;
}

.blocks:not(:last-child) {
    margin-bottom: 70px;
}

.blocks:nth-child(even) {
    border-left: 0;
    border-right: 1px solid #bbc921;
}

.blocks:nth-child(even) .com_right {
    text-align: left;
}

.cta-content {
    max-width: 1521px;
    padding: 0 15px;
}

.top_txt {
    text-align: center;
}

.comm_serv_list {
    margin: 50px -23px 10px;
    display: inline-block;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.comm_serv_list li {
    width: 33.3%;
    float: left;
    padding: 0 23px;
    list-style: none;
    margin-bottom: 46px;
}

.comm_serv_tit {
    font-weight: 600;
    color: #484546;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 20px;
}

.comm_serv_tit a,
ul.thumb-list li a {
    color: #484546;
}

ul.thumb-list li a {
    text-decoration: underline;
}

.comm_serv_tit a:hover {
    text-decoration: underline;
}

ul.thumb-list li a:hover {
    color: #000;
}

.comm_serv_list .comm_caption {
    padding: 30px;
    min-height: 65px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.top_txt .title {
    margin-bottom: 10px;
}

.top_txt img {
    margin-bottom: 20px;
}

.last_txt {
    position: absolute;
    top: 0;
    display: flex;

    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 0 32px;
    z-index: 99;
}

.last_txt:after {
    content: "";
    position: absolute;
    width: 95%;
    height: 95%;
    border: 1px solid #707070;
    background: transparent;
    z-index: -1;
}

.comm_serv_list li.last_block {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.last_tit {
    color: #c5cf21;
    font-size: 21px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-family: 'Jost';
    font-weight: 500;
    position: relative;
    padding-bottom: 27px;
    margin-bottom: 20px;
    z-index: 1;
}

.last_tit span {
    font-size: 14px;
    display: block;
    width: 100%;
}

.serv_block {
    position: relative;
}

.last_txt p {
    color: #fff;
    font-size: 18px;
    padding-bottom: 30px;
}

.rp-ser-bg p,
.rp-ser-bg img {
    z-index: 1;
}

.last_txt img {
    margin-bottom: 25px;
    max-width: 165px;
}

.last_tit:after {
    position: absolute;
    content: "";
    background: #b6b6b6;
    width: 45px;
    height: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.last_txt .btn-a-quote {
    padding: 12px 20px;
    font-size: 14px;
}

.comr_serv {
    padding: 20px 0;
}

.comr_serv .top_txt p {
    font-size: 18px;
}

.services_blk {
    background: #f4f4f4;
    padding: 80px 0;
}

.serv_rep {
    margin: 0 -22px;
}

.serv_rep li {
    list-style: none;
    padding: 0 22px;
    width: 50%;
    float: left;
}

.serv_rep li:nth-child(-n+2) {
    margin-bottom: 44px;
}

.servbox {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.services_blk .servtxt {
    position: absolute;
    right: 0;
    top: 0;
    width: 285px;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    padding: 0 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.servtit {
    font-size: 20px;
    color: #fff;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.servtit:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 30px;
    height: 2px;
    left: 0;
    bottom: 0;
}

.servtxt p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    padding-bottom: 30px;
}

.btn-a-quote.btn_white {
    background: #fff;
    color: #464142;
    text-transform: uppercase;
    padding: 12px 26px;
    width: 154px;
    font-size: 14px;
}

.btn-a-quote.btn_white:hover {
    color: #fff;
}

.servbox > a {
    display: inline-block;
}

.servbox:hover .serv_tit {
    color: #c3d020;
}

.servbox:hover > a {
    transform: scale(1.1);
}



/*WCU */
.wcu_sec {
    position: relative;
    padding: 77px 20px 0;
    height: 766px;
}

.wcu_sec .title {
    color: #fff;
    margin-bottom: 10px;
}

.wcu_sec .wcu_top span {
    color: #fff;
    position: relative;
    display: block;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 70px;
}

.wcu_sec .wcu_top span:after,
.center_box span:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 30px;
    height: 2px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}

.wcu_list {
    padding: 0 0px 80px;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #2f2d29;
    max-width: 1350px;
    display: flex;
    flex-wrap: wrap;
}

.wcu_list li {
    width: 33.3%;
    float: left;
    position: relative;
    padding-left: 35px;
    color: #fff;
    font-size: 22px;
    list-style: none;
}

.wcu_list li:after {
    position: absolute;
    content: "";
    background: url(../images/new-img/list_icon.png);
    width: 24px;
    height: 25px;
    left: 0;
    top: 2px;
}

.wcu_list li:before {
    position: absolute;
    content: "";
    right: 80px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #2f2d29;
}

.wcu_list li:nth-child(-n + 6) {
    padding-bottom: 25px;
}

.wcu_list li:nth-child(3n):before {
    content: none;
}

.wcu_bottom {
    max-width: 865px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 65px 0 0;
}

.center_box {
    width: 372px;
    background: #bac81f;
    text-align: center;
    padding: 50px 45px;
}

.cet_txt {
    font-size: 26px;
    color: #464142;
    font-family: 'Jost';
    text-transform: uppercase;
}

.center_box span {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
}

.center_box .btn-a-quote.btn_white {
    width: auto;
    font-size: 16px;
    color: #6a6a6a;
    padding: 12px 18px;
}

.top_proj {
    text-align: center;
}

.title span {
    background: #fff;
    padding: 0 30px;
}

.title span:after {
    position: absolute;
    content: "";
    width: 100%;
    background: #d6d6d6;
    height: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.proj_gallery {
    padding: 100px 0 10px;
}

.title {
    position: relative;
}


.frm_title.enq_pop_open {

    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    background: #c3d020;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1.6px;
    z-index: 999;
    font-family: 'Jost';
    font-weight: 500;
}

.frm_title.enq_pop_open,
.enq_pop_close {
    display: none;
}

.enq_pop_close {
    position: absolute;
    top: 15px;
    right: 15px;
    max-width: 22px;

}

.home-why .md-block {
    width: 70%;
    float: left;
    padding: 0;
    display: flex;
}

.home-why .choose_block {
    float: left;
    width: 30%;
    margin: 0;
}

.home-why .row {
    max-width: 1397px;
    margin: 0 auto;
    display: flex;
}

.home-why .row .rp-ser-bg {
    background: url(../images/new-img/repair-and-service-hero.jpg) no-repeat;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.special_bg {
    position: relative;
}

.special-content {
    z-index: 1;
    position: relative;
}

.home-why .row .rp-ser-bg:after,
li.last_block .serv_block:after,
.special_bg:after,
.page_header_bg:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 55%);
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    left: 0;
    right: 0;
}

li.last_block .serv_block:after,
.home-why .row .rp-ser-bg:after {
    background: rgb(0 0 0 / 65%);
}


.home-why .row .rp-ser-bg p:last-child {
    margin-bottom: 0;
}

p a {
    text-decoration: none;
}

.home-why .choose_block:after {
    content: none;
}

.process_bg {
    margin: 0;
    padding: 80px 0;
    margin-bottom: 87px;
}

.home-why {
    padding: 87px 0;
}

.home-why .df-list {
    padding: 30px 0 0;
}

.home-why .choose_block .col-block-6 {
    display: none;
}

.home-why .choose_block .col-block-4 {
    width: 100%;
}

.wpcf7 .ajax-loader {
    position: absolute;
}

ul.thumb-list {
    padding: 20px 0 0;
    display: inline-block;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

ul.thumb-list li {
    width: 100%;
    padding-left: 20px;
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    position: relative;
    color: #484546;
}

ul.thumb-list li:last-child {
    margin-bottom: 0;
}

ul.thumb-list li:before {
    background-color: #484546;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: 0;
    top: 8px;
}

a.serv_block {
    height: 100%;
    background: #c3d020;
    display: block;
}

a.serv_block:hover .comm_serv_tit {
    color: #fff;
}

.page-id-16 li.last_block .serv_block > img {
    height: 444px;
}

.last_txt p:last-child {
    display: block !important;
    padding: 0;
}

.page-id-16 .services_blk .serv_rep .servtxt {
    position: relative;
    width: 100%;
    padding: 30px 50px 0;
    min-height: 299px;
    justify-content: flex-start;
}

.thumb-list {
    margin-top: 00px;
}

.page-id-16 .comm_serv_list .comm_caption {
    padding: 30px 50px;
}

.title-content,
.title-in-dark {
    float: left;
}

.title-in-dark {
    margin-right: 45px;
}

.title-content {
    font-weight: bold;
    font-family: 'Jost';
    color: #525050;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    font-size: 21px;
}

.title-content span {
    display: block;
    font-size: 14px;
    font-family: 'Jost';
    font-weight: 500;
}


.left-sec {
    padding: 50px 127px 0 0;
    width: calc(100% - 400px);
    float: left;
    position: sticky;
    top: 10px;
}

.right-sec {
    width: 400px;
    float: left;
}

.top-content {}

.content-sec {
    width: 330px;
    float: left;
    font-size: 16px;
    color: #484546;
    border-right: 1px solid #efefef;
}

.content-sec p {
    padding-bottom: 20px;
    max-width: 282px;
}

.content-sec p:last-child {
    padding-bottom: 0;
    font-size: 18px;
}

.address_details {
    width: calc(100% - 330px);
    float: left;
    padding-bottom: 20px;
    padding-left: 41px;
}

.cont_list {
    display: flex;
    flex-wrap: wrap;
}

.cont_list li {
    list-style: none;
    width: 50%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.cont_list li:last-child {
    margin: 0;
}

.cont_list li span {
    width: 45px;
}

.cont_list a,
.cont_list address {
    font-size: 18px;
    color: #484546;
    font-family: 'Jost';
    font-weight: 500;
    font-style: inherit;
}

.cont_list a:hover {
    color: #C5CF21;
}

.map-container {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.map-container p {
    height: 450px;
}

.form-map-sec,
.right-sec .center_box {
    width: 100%;
    display: inline-block;
}

.main-cuml .wpcf7 {
    width: 100%;
}

.left-sec .form_wrapper {
    padding: 0;
}

.page.page-id-66 .content_wrapper_block {
    border: 0;
    padding: 0;
    box-shadow: none;
    max-width: 1521px;
}

.form-map-sec .wpcf7 {
    background: #f8f8f8;
    padding: 62px;
    margin-bottom: 50px;
}

.right-sec .center_box {
    margin-top: 50px;
}

.contcat-logo {
    display: block;
    float: right;
    margin-top: -16px;
    margin-right: 24px;
    margin-bottom: 0;
}

.page.page-id-66 .main-cuml {
    border-top: 1px solid #efefef;
    margin-top: 0px;
    padding: 0;
}

.form-map-sec {
    border-top: 1px solid #efefef;
    margin-top: 50px;
    padding-top: 50px;
}

.left_icon img {
    filter: brightness(100);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #c4cd28 !important;
    display: inline-block !important;
    width: 100% !important;
    color: #fff !important;
    text-align: center !important;
    margin: 0 0 20px;
}


.form-map-sec .wpcf7 form.invalid .wpcf7-response-output,
.form-map-sec .wpcf7 form.unaccepted .wpcf7-response-output,
.form_blk .wpcf7 form.invalid .wpcf7-response-output,
.form_blk .wpcf7 form.unaccepted .wpcf7-response-output {
    color: #c4cd28 !important
}

.mrgt-60 {
    margin-top: 100px;
}

.mrgbtop {
    margin: 70px 0 20px;
}


.homecontent .title {
    text-align: center;
    margin-bottom: 20px;
}

.homecontent p {
    font-size: 19px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 22px;
    text-align: center;
}

.homecontent .container {
    max-width: 1397px
}

.homecontent {
    padding: 0 0 80px
}

.homecontent p a {
    text-decoration: underline;
}

.homecontent p:last-child {
    margin-bottom: 0;
}

.commercial_page .com_left {
    padding: 0 60px 0 60px;
}

.heading-divider h2 {
    position: relative;
    display: inline-block;
    padding: 0 30px;
}

.heading-divider h2:before,
.heading-divider h2:after {
    background: #ddd;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 400%;
}

.heading-divider h2:before {
    right: 100%;
}

.heading-divider h2:after {
    left: 100%;
}

.doors_wrapper p {

    margin-bottom: 30px;
}

.ul_container {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.doors_wrapper .heading-divider {
    margin-bottom: 35px;
}

.best-product-block .df-list.list-unstyled {
    margin-bottom: 30px;
}

.df-list.list-unstyled li a {
    color: inherit;
    text-decoration: underline;
}

p a:hover,
.df-list.list-unstyled li a:hover {
    color: #BAC81F;
    text-decoration: underline;
}

.process_content {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    padding: 0 15px;
}

.process_content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.process_bg .process_wrapper span {
    margin-bottom: 30px;
}

.wonderplugin-gridgallery-loadmore-btn {
    background: #c3d020 !important;
    border-radius: 2px !important;
    font-size: 15px !important;
    color: #484546 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 28px !important;
    border-radius: 3px;
    text-shadow: none !important;
    box-shadow: none;
    position: relative;
}

.wonderplugin-gridgallery-loadmore-btn:hover {
    color: #fff !important;
}

.wonderplugin-gridgallery-tags-topleft {
    text-align: center;
}

.wonderplugin-gridgallery-tag {
    border: 1px solid #656464 !important;
    padding: 10px 20px !important;
    margin: 0 10px 30px !important;
}

.wonderplugin-gridgallery-tag.wonderplugin-gridgallery-tag-selected,
.wonderplugin-gridgallery-tag:hover {
    background: #656464 !important;
    color: #fff !important;
}

.wonderplugin-gridgallery-item-container .wpgridlightbox {
    position: relative;
    display: block;
}

.wonderplugin-gridgallery-item-container .wpgridlightbox:after {
    position: absolute;
    content: "";
    background: rgb(195 208 32 / 32%);
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.wonderplugin-gridgallery-item-container .wpgridlightbox:hover:after {
    opacity: 1;
}







/* wcu */

.abt_box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 45px;
}

.abt_work {
    margin: 90px 0 0;
    position: relative;
    background: #f7f7f7;
    z-index: 1;
    padding: 90px 0px;
}

.abtwork_box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}

.work_icon {
    width: 95px;
}

.abtwork_contain {
    width: calc(100% - 95px);
    padding-left: 25px;
}

.wcu_content ul li:last-child .abtwork_box {
    border-bottom: 0;
    align-items: center;
}

.abtwork_txt {
    font-size: 22px;
    color: #464646;
    line-height: 100%;
    margin-bottom: 10px;
    font-family: 'Jost';
    font-weight: 500;
}

.abtwork_list li:last-of-type .abtwork_box:last-of-type {
    border-bottom: 0px;
    padding-bottom: 0;
    margin-bottom: 0
}

.abt-col.flexdiv {
    align-items: flex-start;
}

.abtwork_contain p {
    text-align: left;
}

.wcu_content ul li {
    list-style: none;
}

.wcu_content p {
    text-align: left;
}

.sdoor-video-block .img-responsive {
    height: 463px;
    width: 100%;
}

.home-why .choose_block .col-block-4 .logo_block {
    border-left: 0;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table {
    text-align: left;
    max-width: 767px;
    border: 1px solid #dee2e6;
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
    border-collapse: collapse;
    border-spacing: 0;
}

.table tr {
    border-bottom: 1px solid #dee2e6;
}

.table tr > td,
.table tr > th {
    padding: 10px 20px;
    border-right: 1px solid #dee2e6;
}

.table tr > td:not(:last-child),
.table tr > th:not(:last-child) {
    border-right: 1px solid #dee2e6;
}


/*updated contact page*/
.page-template-tpl-contact-us .top_dv {
    width: 100%;
    text-align: left;
}

.page-template-tpl-contact-us .content-sec {
    width: 100%;
    border-right: 0px solid #efefef;
}

.page-template-tpl-contact-us .content-sec p {
    padding-bottom: 20px;
    max-width: 100%;
}

.page-template-tpl-contact-us .content-sec p:last-child {
    padding-bottom: 34px;
}

.page-template-tpl-contact-us .left-sec {
    padding: 0px 115px 0 0;
}

.page-template-tpl-contact-us .cont_list li {
    width: 33.33%;
    margin-bottom: 30px;
}

.page-template-tpl-contact-us .address_details {
    width: 100%;
    padding-left: 0px;
}

.page-template-tpl-contact-us .main-cuml {
    border-top: 0px solid #efefef !important;
    margin-bottom: 55px;
}

.page-template-tpl-contact-us .cu-multi-list {
    max-width: 100%;
    text-align: center;
    font-size: 0;
    padding: 0px 0px 0 0;
    float: none;
    border-radius: 0px;
    box-shadow: none;
    border: 0px solid rgba(0, 0, 0, 0.18);
    margin-top: 0px;
}

.page-template-tpl-contact-us .cuml-item {
    margin: 0 23px 0px 0;
    display: block;
    border-bottom: 0px solid rgba(214, 214, 214, .60);
    text-align: left;
    padding-bottom: 0px;
}

.page-template-tpl-contact-us .cu-multi-list li:not(:first-child) .cuml-item {
    margin: 0 5px 0px 0;
}

.page-template-tpl-contact-us .cu-multi-list {
    max-width: 100%;
    text-align: center;
    font-size: 0;
    padding: 0px 0px 0 0;
    float: none;
    border-radius: 0px;
    box-shadow: none;
    border: 0px solid rgba(0, 0, 0, 0.18);
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%
}

.page-template-tpl-contact-us .cu-multi-list li:last-child .cuml-item {
    margin: 0 23px 0 0;
}

.page-template-tpl-contact-us .top-content > .cuml-title {
    margin-bottom: 25px;
    text-transform: uppercase;
    position: relative;
    display: block;
    width: 100%;
}

.page-template-tpl-contact-us .top-content > .cuml-title span {
    background: #fff;
    padding-right: 24px;
}

.page-template-tpl-contact-us .top-content > .cuml-title:after {
    position: absolute;
    content: "";
    background: #efefef;
    width: 100%;
    height: 1px;
    right: 0;
    top: 10px;
    z-index: -1;
}

.page-template-tpl-contact-us .cuml-item .cuml-title {
    font-size: 20px;
    color: #484546;
    font-family: 'Jost';
    font-weight: bold;
    display: block;
    line-height: 100%;
    margin-bottom: 14px;
    text-transform: capitalize;
}

.page-template-tpl-contact-us .cuml-subtitle,
.page-template-tpl-contact-us .cont_list li.addup_list .cuml-subtitle.grey_color {
    color: #8c9298;
    font-family: 'Jost';
    font-weight: bold;
    display: block;
    line-height: 100%;
    margin-bottom: 18px;
    font-size: 16px;
    left: 0.2px;
}

.page-template-tpl-contact-us .topmap iframe {
    height: 410px !important;
}

.page-template-tpl-contact-us .form-map-sec {
    border-top: 0px solid #efefef;
    margin-top: 0px;
    padding-top: 0px;
}

.page-template-tpl-contact-us .right-sec .center_box {
    margin-top: 0px;
}

.page-template-tpl-contact-us .main-cuml.top_main .address_details {
    border-bottom: 1px solid #efefef !important;
    border-bottom: 0px solid #efefef !important;
    padding-bottom: 0;
}

.page-template-tpl-contact-us .bottmaap iframe {
    height: 232px !important;
}

.page-template-tpl-contact-us .head_ttl {
    font-weight: bold;
    font-family: 'Jost';
    color: #525050;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    font-size: 21px;
}

.bot_main .right-sec p {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-family: 'Jost';
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: block;
}

.bot_main .right-sec p:after {
    position: absolute;
    content: "";
    margin: 0px auto;
    left: 0;
    right: 0;
    width: 45px;
    height: 4px;
    background: #fff;
    bottom: 0
}

.page-template-tpl-contact-us .right-sec {
    padding-top: 10px;
    position: sticky;
    top: 50px;
}

.page-template-tpl-contact-us .cont_list a,
.cont_list address {
    letter-spacing: 0.4px;
}

.page-template-tpl-contact-us .bot_main .right-sec {
    padding-top: 0px;
}

.page-template-tpl-contact-us .address_details > ul.cont_list.nsw_list > li:last-of-type {
    margin-bottom: 60px;
}

.page-template-tpl-contact-us .top-header-90 {
    border-bottom: 1px solid #efefef !important;
    margin-bottom: 35px;
}

.page-template-tpl-contact-us .cont_list li.addup_list .cuml-subtitle {
    font-size: 16px;
    color: #484546;
    font-family: 'Jost';
    font-weight: 500;
    font-style: inherit;
    line-height: 23px;
    letter-spacing: 0.20px
}

.page.page-id-66 .main-cuml.top_main {
    border-bottom: 1px solid #efefef;
    margin-bottom: 70px;
}

.page-template-tpl-contact-us .top_main .left-sec {
    width: 54%;
}

.page-template-tpl-contact-us .top_main .right-sec {
    width: 46%;
    padding-top: 0;
    position: inherit;
    top: 0;
}

.page-template-tpl-contact-us .top_main .cont_list li {
    width: 50%;
    margin-bottom: 60px;
}


/*responsive */


@media(max-width:1500px) {
    .mrgbtop {
        margin: 10px 0 20px;
    }

    .sdoor-video-block .img-responsive {
        height: auto;
        width: 100%;
    }

    /*css for updated contact page*/
    .page-template-tpl-contact-us .left-sec {
        padding: 0px 90px 0 0;
    }
}

@media(max-width:1440px) {

    .serv_tit {
        font-size: 22px;
        letter-spacing: 3.4px;
    }

    .serv_tit span {
        font-size: 12px;
        letter-spacing: 1.6px;
    }

    .serv_det {
        padding: 40px 0px 0;
    }

    .innr_bnr {
        padding: 30px 0;
    }

    .last_txt img {
        margin-bottom: 10px;
    }

    .last_tit {
        padding-bottom: 18px;
        margin-bottom: 12px;
    }

    .last_txt p {
        padding-bottom: 20px;
        line-height: 22px;
    }

    .comm_serv_list li {
        padding: 0 14px;
        margin-bottom: 28px;
    }

    .comm_serv_list {
        margin: 40px -14px 10px;
    }

    .left-sec {
        padding: 50px 50px 0 0;
    }

    .cont_list li {
        width: 100%;
    }

    .form-map-sec {

        margin-top: 15px;

    }

    .page.page-id-66 .main-cuml {
        margin-top: 10px;
    }

    .servtxt p {
        line-height: 24px;
    }


    /*css for updated contact page*/
    .page-template-tpl-contact-us .left-sec {
        padding: 0px 40px 0 0;
    }

    .page-template-tpl-contact-us .cont_list a,
    .cont_list address {
        letter-spacing: 0px;
    }
}

@media(max-width:1366px) {
    .page-id-66 .top-header-90 {
        padding: 50px 0 24px;
        display: inline-block;
        width: 100%;
    }

    .proj_gallery {
        padding: 80px 0;
    }

    /*css for updated contact page*/
    .page-template-tpl-contact-us .cont_list li {
        width: 50%;
        margin-bottom: 15px;
    }

    .page-template-tpl-contact-us .address_details > ul.cont_list.nsw_list > li:last-of-type {
        margin-bottom: 30px;
    }

    .page-template-tpl-contact-us .top-header-90 {
        border-bottom: 0px solid #efefef !important;
        margin-bottom: 0px;
    }
}

@media(max-width:1280px) {

    .wcu_list li:before {
        content: none;
    }

    .home-why {
        padding: 60px 0;
    }

    .process_bg {
        margin: 0 0 60px;
        padding: 60px 0;
    }

    .left-sec {
        padding: 50px 30px 0 0;
    }

    .proj_gallery {
        padding: 100px 0;
    }

    .comm_serv_list .comm_caption {
        padding: 20px 17px;
    }

    .services_blk .servtxt {
        padding: 0 30px;
    }
}

@media(max-width:1200px) {
    .com_left {
        padding: 0 20px;
    }

    .cta_wrapper {
        padding: 30px 25px !important;
        min-height: auto;
    }

    .comm_serv_list .comm_caption {
        padding: 14px 18px;
    }

    .home-why .df-list {
        padding: 19px 0;
    }

    .wcu_list li:before {
        content: none;
    }

    .home-why {
        padding: 50px 0;
    }

    .process_bg {
        margin: 0 0 60px;
        padding: 50px 0;
    }

    .content-sec {
        width: 100%;
        border: 0;
    }

    .address_details {
        width: 100%;
        padding: 20px 0 0;
    }

    .content-sec p {
        max-width: 100%;
    }

    .form-map-sec .wpcf7 {
        padding: 35px;
    }

    .page-id-16 li.last_block .serv_block > img {
        height: 375px;
    }

    .page-id-16 .services_blk .serv_rep .servtxt {
        min-height: 390px;
        padding: 30px 45px 0;
    }

    .page-id-16 .comm_serv_list .comm_caption {
        padding: 45px 30px;
    }

    .page-id-16 .services_blk .serv_rep .servtxt {
        padding: 30px 46px 0;
    }

    .homecontent {
        padding: 0 0 60px;
    }

}

@media(max-width:1120px) {

    .serv_det {
        padding: 25px 0px 0px;
        justify-content: center;
    }

    .left_blk {
        margin-bottom: 20px;
    }

    .comm_serv_tit {
        font-size: 16px;
    }

    .services_blk .servtxt {
        width: 340px;
    }

    .wcu_list li {
        width: 50%;
    }

    .wcu_list li:nth-child(-n + 8) {
        padding-bottom: 20px;
    }

    .wcu_list {
        padding: 0 0px 40px;
    }

    .page-id-16 .services_blk .serv_rep .servtxt {
        min-height: 326px;
    }

    .homecontent {
        padding: 0 0 50px;
    }

    /*css for updated contact page*/
    .page-template-tpl-contact-us .cont_list a,
    .cont_list address {
        font-size: 17px;
    }

    .page-template-tpl-contact-us .cont_list li.addup_list .cuml-subtitle {
        font-size: 17px;
    }

    .page-template-tpl-contact-us .top_main .left-sec {
        width: 100%;
        position: relative;
        top: 0;
    }

    .page-template-tpl-contact-us .top_main .right-sec {
        width: 100%;
        padding-top: 0;
        position: inherit;
        top: 0;
    }

    .page-template-tpl-contact-us .top_main .cont_list li {
        margin-bottom: 30px;
    }

    .page.page-id-66 .main-cuml.top_main {
        margin-bottom: 40px;
    }

}

@media(max-width:1024px) {

    .last_txt p {
        display: none;
    }

    .last_block .serv_block > img {
        height: 290px;
    }

    .process_bg {
        margin: 0 0 50px;
        ;
        padding: 100px 0;
    }
}

@media(max-width:992px) {

    .serv_list li:first-child {
        padding-left: 0px;
    }

    .serv_list li:last-child {
        padding-right: 0px;
    }

    .left_blk img {
        margin-right: 15px;
        max-width: 70px;
    }

    .home-why .md-block,
    .home-why .choose_block {
        width: 100%;
    }

    .home-why .row {
        max-width: 693px;
        flex-wrap: wrap;
    }

    .left-sec,
    .right-sec {
        width: 100%;
        position: relative;
    }

    .cu-multi-list {
        width: 100%;
        float: none;
        max-width: 100%;
    }

    /*
      .proj_gallery {
    padding: 30px 0 0;
}
*/
    .comm_serv_list li {
        width: 50%;
    }

    .commercial_page .com_left {
        padding: 0 20px;
    }

    .services_blk .servtxt p {
        letter-spacing: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 50px;
        padding-bottom: 0;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .serv_rep li:nth-child(-n+2) {
        margin-bottom: 35px;
    }

    .servtit {
        font-size: 18px;
    }

    /*css for updated contact page*/
    .page-template-tpl-contact-us .right-sec {
        padding-top: 48px;
        position: relative;
        top: 0px;
    }

    .page-template-tpl-contact-us .content-sec p:last-child {
        padding-bottom: 15px;
    }

    .page-template-tpl-contact-us .cuml-item {
        margin: 0 15Px 0px 0;
    }

    .page-template-tpl-contact-us .cu-multi-list li:not(:first-child) .cuml-item {
        margin: 0 5px 10px 0;
    }

    .page-template-tpl-contact-us .cu-multi-list li:last-child .cuml-item {
        margin: 0 5px 0 0;
    }

    .page-template-tpl-contact-us .main-cuml {
        margin-bottom: 20px;
    }

    .page-template-tpl-contact-us .address_details {
        padding: 0px 0 0;
    }

    .page-template-tpl-contact-us .form-map-sec .wpcf7 {
        padding: 30px 15px;
        margin-bottom: 40px;
    }

    .page-template-tpl-contact-us .cont_list li:last-of-type {
        margin-bottom: 0px;
    }

    .page-template-tpl-contact-us .left-sec {
        padding: 0px 0px 0 0;
    }

    .page-template-tpl-contact-us .cont_list a,
    .cont_list address {
        font-size: 18px;
    }

    .page-template-tpl-contact-us .cont_list li {
        width: 33.33%;
    }

    .page-template-tpl-contact-us .contcat-logo .img-responsive {
        display: none
    }

    .page-template-tpl-contact-us .top-content > .cuml-title {
        margin-bottom: 5px;
    }

    .page-template-tpl-contact-us .topmap iframe {
        height: 320px !important;
    }

    .page-template-tpl-contact-us .bottmaap iframe {
        height: 320px !important;
    }

    .page-template-tpl-contact-us .top_main .right-sec {
        padding: 30px 0;
    }

    .page-template-tpl-contact-us .main-cuml.top_main {
        margin-bottom: 25px;
    }

    .page-template-tpl-contact-us .content_wrapper_block {
        margin-bottom: 0px;
    }



}

@media (max-width: 860px) {

    /*css for updated contact page*/
    .page.page-id-66 .main-cuml.mid_main .right-sec {
        padding-top: 15px;
    }

    .page-template-tpl-contact-us .cont_list li {
        width: 50%;
    }

    .page-template-tpl-contact-us .right-sec {
        padding-top: 10px;
        position: relative;
        top: 0px;
    }

    .page-template-tpl-contact-us .top-content > .cuml-title {
        margin-bottom: 10px;
    }

    .page-template-tpl-contact-us .top_main .right-sec {
        padding: 0px 0;
    }

}

@media(max-width:768px) {
    .table {
        max-width: 100%;
    }

    .top_sec {
        padding: 50px 0;
    }

    .frm_title.enq_pop_open,
    .enq_pop_close {
        display: block;
    }

    .ft_copyright {
        min-height: 97px;
    }

    .form_blk {
        padding: 40px 30px;
    }

    .bnr_txt p {
        font-size: 18px;
    }

    .com_left,
    .com_right {
        width: 100%;
    }

    .blocks,
    .blocks:nth-child(even) {
        flex-wrap: wrap;
        border: 0;
    }

    .com_left {
        padding: 0 0 30px;
    }

    .com_right {
        text-align: left;
    }

    .blocks p,
    .blocks .title,
    .title {
        margin-bottom: 22px;
    }

    .blocks:not(:last-child) {
        margin-bottom: 35px;
    }

    .commercial_page {
        padding: 35px 0;
    }

    .comm_serv_list li {
        padding: 0 6px;
    }

    .comm_serv_list {
        margin: 30px -6px 10px;
    }

    .comm_serv_tit {
        font-size: 14px;
    }

    .comm_serv_list .comm_caption {
        padding: 14px 9px;
    }

    .comm_serv_list li {
        width: 50%;
    }

    .last_block .serv_block > img {
        height: 330px;
    }

    .serv_rep li {
        width: 100%;
        margin-bottom: 30px;
    }

    .serv_rep li:last-child {
        margin: 0;
    }

    .services_blk {
        padding: 40px 0;
    }

    .wcu_sec .wcu_top span {
        margin-bottom: 30px;
    }

    .wcu_sec {
        padding: 40px 20px 0;
    }

    .wcu_list li:before {
        content: none;
    }

    .home-why {
        padding: 30px 0;
    }

    .process_bg {
        margin: 0 0 40px;
        padding: 30px 0;
    }

    .contcat-logo {
        display: none;
    }

    .title-content {
        width: 100%;
        margin-top: 20px;
    }

    .page.page-id-66 .main-cuml {
        margin-top: 10px;
        /* border: 0; */
        margin: 0;
        padding: 0;
    }

    .left-sec {
        padding: 31px 0px 0 0;
    }

    .blocks.img_left .com_left {
        padding: 0 0px 30px 0px;
    }

    .form-map-sec {
        padding-top: 35px;
    }

    .right-sec .center_box {
        margin-top: 0px;
    }

    .homecontent {
        padding: 0 0 40px;
    }

    .commercial_page .com_left {
        padding: 0 0 30px;
    }

    .ul_container .width50 {
        margin-bottom: 25px;
        padding: 0;
    }

    .doors_wrapper .heading-divider {
        margin-bottom: 22px;
    }

    .doors_wrapper p {
        margin-bottom: 26px;
    }

    .best-product-block .df-list.list-unstyled {
        margin-bottom: 25px;
    }

    .wonderplugin-gridgallery-tag {

        margin: 0 10px 10px !important;
    }

    /*css for updated contact page*/
    .page-template-tpl-contact-us .main-cuml {
        margin-bottom: 20px !important;
    }

    .page-template-tpl-contact-us .cont_list li {
        width: 50%;
    }

    .page-template-tpl-contact-us .page-id-66 .top-header-90 {
        width: 100%;
    }

    .page-template-tpl-contact-us .top-header-90 {
        padding: 0px;
    }

    .page-template-tpl-contact-us .main-cuml {
        margin-bottom: 20px !important;
    }
}

@media(max-width:680px) {

    /*css for updated contact page*/
    .page-template-tpl-contact-us .cu-multi-list > li {
        width: 100%
    }

    .page-template-tpl-contact-us .top_main .cont_list li {
        width: 100%;
        margin-bottom: 25px;
    }

    .page-template-tpl-contact-us .top_main .cu-multi-list {
        margin-bottom: 0px;
    }

    .page-template-tpl-contact-us .top_main .right-sec {
        padding: 0px 0;
    }
}

@media(max-width:600px) {

    .serv_list li {
        width: 100%;
        padding: 0;
    }

    .top_sec:after {
        height: 1px;
        width: 100%;
    }

    .serv_list li:first-child {
        margin-bottom: 75px;
    }

    .top_sec {
        padding: 30px 0;
    }

    .left_blk {
        width: 100%;
        justify-content: center;
    }

    .comm_serv_list li.last_block,
    .last_txt {
        width: 100%;
    }

    .comm_serv_list {
        margin: 30px 0px 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .comm_serv_list .comm_caption {
        min-height: 58px;
    }

    .comm_serv_list li {
        margin-bottom: 12px;
    }

    .comm_serv_tit br {
        display: none;
    }

    .comm_serv_tit {
        font-size: 14px;
        line-height: 18px;
    }

    .services_blk .servtxt {
        padding: 25px;
        position: relative;
        width: 100%;
    }

    .wcu_list li {
        width: 100%;
    }

    .wcu_sec {
        height: auto;
    }

    .wcu_bottom {
        flex-wrap: wrap;
        padding: 20px 0 30px;
        justify-content: center;
    }

    .center_box {
        width: 100%;
        margin: 15px 0;
        padding: 30px;
    }

    .left_icon img,
    .riht_icon img {
        max-width: 130px;
    }

    .wcu_list li:nth-child(-n + 8) {
        padding-bottom: 12px;
        font-size: 18px;
    }

    .wcu_list {
        padding: 0 0px 20px;
    }

    ul.thumb-list li {
        font-size: 14px;
        line-height: 18x;
        padding-left: 14px;
    }

    ul.thumb-list li:before {
        top: 7px;
    }

    .page-id-16 .services_blk .serv_rep .servtxt {
        padding: 25px 25px 0;
    }

    .blocks .title,
    .title {
        font-size: 20px;
    }

    .blocks p,
    .blocks .title,
    .title {
        margin-bottom: 18px;
    }

    .comm_serv_list .comm_caption {
        padding: 8px 9px;
    }

    .comm_serv_tit {
        letter-spacing: 1px;
    }

    .page-id-16 .comm_serv_list .comm_caption {
        padding: 26px 10px;
    }

    .proj_gallery {
        padding: 30px 0 0;
    }

    .mrgt-60 {
        margin-top: 50px;
    }

    .homecontent {
        padding: 0 0 35px;
    }

    .heading-2,
    .heading-divider h4,
    .profile-block h4 {
        font-size: 18px;
    }

    .heading-divider h2 {
        font-size: 22px;
    }

    .sliding_content {
        width: 100%;
        margin-bottom: 0;
    }

    .special_bg {
        margin-bottom: 40px;
    }

    .mrgb60 {
        margin-bottom: 40px;
    }

    /*css for updated contact page*/
    .page-template-tpl-contact-us .cont_list li {
        width: 100%;
    }

}

@media(max-width:450px) {
    .comm_serv_list li {
        margin-bottom: 12px;
        width: 100%;
    }

    .comm_serv_list .comm_caption {
        height: auto !important;
        padding: 15px;
    }

    .work_icon {
        width: 100%;
    }

    .abtwork_contain {
        padding-left: 0px;
        width: 100%;
        padding-top: 15px;
    }

    .wcu_content .title {
        text-align: left;
    }
}

@media(max-width:360px) {
    .comm_serv_list li {
        width: 100%;
        padding: 0;
    }

    .last_tit {
        font-size: 18px;
    }
}
