/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.4.4.1771496126
Updated: 2026-02-19 10:15:26

*/

@font-face {
  font-family: 'Agrandir';
  src: url('/wp-content/themes/kadence-child/fonts/Agrandir-GrandLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Regular */
@font-face {
  font-family: 'Agrandir';
  src: url('/wp-content/themes/kadence-child/fonts/Agrandir-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'Agrandir';
  src: url('/wp-content/themes/kadence-child/fonts/Agrandir-TextBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Extra Bold / Heavy */
@font-face {
  font-family: 'Agrandir';
  src: url('/wp-content/themes/kadence-child/fonts/Agrandir-GrandHeavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Agrandir', sans-serif !important;
  font-weight: 400; 
}

h1 {
  font-family: 'Agrandir', sans-serif;
  font-weight: 800; 
}

.header-middle-socil {
    display: flex;
}
.custom-header-text ul {
    margin: 0;
}
.Const_ruction {
    position: absolute;
    top: 16px;
}
.Const_ruction p {
    font-size: 26px;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.site-header-top-section-left a {
    font-size: 10px;
}
.header-middle-socil .header-link {
    display: flex;
    gap: 8px;
}
.site-main-header-wrap {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #e44605;
}
.site-main-header-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    clip-path: polygon(0 0, 0 101%, 40% 101%, 36% 51%, 40% 0);
    z-index: -1;
}
.site-top-header-wrap {
    background-color: #000;
}
.hero-btns-flex i {
    margin-left: 10px;
}
.hero-video-area i:active, .hero-video-area i:hover {
    color: #fff;
}
.site-bottom-header-inner-wrap.site-header-row {
    /* background-color: #000; */
    padding: 0px 0px 0 25px;
    /* background: linear-gradient(8deg, #444954, #000000); */
    background: linear-gradient(to bottom, #444954, #23272c);
    min-height: 57px !important;
}
.header-middle-socil .header-link {
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #fff;
    margin-left: 20px;
    padding-left: 20px;
}
.header-middle-socil .header-link:nth-child(1) {
    border: 0;
    margin: 0;
    padding: 0;
}
#main-header .header-button {
    background-color: transparent;
}
.site-branding a.brand img {
    padding: 14px 0px 38px;
}
.site-bottom-header-wrap {
    margin-top: -26px;
    z-index: 9;
    position: relative;
    z-index: 999999 !important;
}
.site-branding a.brand {
    position: relative;
}
.header-middle-socil div p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.header-middle-socil .header-link i {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color: #444954;
    font-size: 18px;
}
body {
    background: #fff !important;
}
.site-header .header-middle-socil .header-single-link {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    transition: 0.4s;
    text-decoration: none;
}
a.social-button {
    background: transparent !important;
}
.custom-header-text22 {
    display: flex;
    gap: 20px;
    align-items: center;
}
.custom-header-text22 .get_qute {
    background-color: #fff;
    color: #e44605;
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 20.5px 29px;
    border-radius: 0;
    text-decoration: none;
}
.get_qute:hover:before, .get_qute:hover:after {
    background-color: transparent;
}
.get_qute:hover::before, .get_qute:hover:after, .get_qute.active::before, .get_qute.active:after {
    width: 50%;
    border-radius: 0;
}
.get_qute:before {
    left: 0;
    border-radius: 0 20px 20px 0;
}
.get_qute:before, .get_qute:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 0%;
    background-color: #0e121d;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.get_qute:after {
	right: 0;
}
.custom-header-text22 .ms-1 {
    margin-left: .25rem !important;
}
body.footer-on-bottom #wrapper {
    min-height: 0vh !important;
    overflow: visible;
}
#masthead {
    background: transparent !important;
}
.th-btn.style8:hover:before, .th-btn.style8:hover:after {
    background-color: transparent;
}
.header-social {
    padding-right: 10px;
}
.header-social a {
    font-size: 16px;
    display: inline-block;
    color: #fff;
    margin: 0 15px 0 0;
}
a.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #23272c;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 20.5px 29px;
    border-radius: 0;
    text-decoration: none;
}
.th-btn:before {
    left: 0;
    border-radius: 0 20px 20px 0;
}
.th-btn:before, .th-btn:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 0%;
    background-color: #fff;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.Services_mth .th-btn:before, .Services_mth .th-btn:after {
    background-color: #e04805 !important;
}
.Services_mth {
    float: right;
}
.Services_mth .th-btn:hover {
    color: #fff !important;
}
.th-btn:after {
    right: 0;
    border-radius: 20px 0 0 20px;
}
.th-btn.style3:hover, .th-btn.style2:hover {
    color: #000;
}
.th-btn.style3:hover:before, .th-btn.style3:hover:after {
    background-color: #fff;
}
.th-btn:hover::before, .th-btn:hover:after, .th-btn.active::before, .th-btn.active:after {
    width: 50%;
    border-radius: 0;
}
.service_icon {
    background-image: url(/wp-content/uploads/2026/02/service-card-bg-1-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #e4e4e4;
    padding: 15px 10px 0px 16px;
    background-size: auto;
    background-position: top right;
    margin-bottom: 10px !important;
    background-color: #9d9fa217;
}
.service_icon22 .wpb_single_image .vc_single_image-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #00112B;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 0px;
    z-index: 0;
}
.service_icon22 .wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    border-radius: 0px;
    position: relative;
    z-index: 1;
    -webkit-clip-path: polygon(100% 0, 100% 50%, 81% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 50%, 81% 100%, 0 100%, 0 0);
}
.service_icon img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.service_icon22:hover .service_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.service_icon22:hover .wpb_single_image .vc_single_image-wrapper:after {
    opacity: 0.7;
}
.our_projectt .vc_tta.vc_tta-tabs {
    display: flex;
    gap: 10px;
}
.our_projectt .vc_tta-tabs-container {
    width: 310px;
    overflow: visible !important; 
}
.our_projectt .vc_tta-tabs-list {
    display: flex !important;
    flex-direction: column;
    border: none !important;
}
.service_icon22 .vc_single_image-wrapper img {
    width: 325px;
}
.service_icon h3 {
    margin-top: 0 !important;
    font-size: 20px;
}
.our_projectt ul.vc_tta-tabs-list {
    padding: 0px 16px 0 0  !important;
}
.our_projectt .vc_tta-tabs-list li {
    display: block !important;
    border: 1px solid #e4e4e4;
    font-size: 18px;
    font-weight: 400;
    padding: 14px 30px;
    position: relative;
    z-index: 1;
    transition: all .3s ease;
    background-color: #9d9fa217;
    width: 100%;
    margin-bottom: 15px !important;
    position: relative;
    text-align: center;
}
/* .Company_aboutt .sub-title-box {
    margin-top: -28px;
} */
.our_projectt .vc_tta-tabs-list li.vc_active {
    background: #e44605 !important;
    color: #fff !important;
    border-color: #ff5a1f;
	text-align: center;
}
.our_projectt .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #3e434a;
}
.our_projectt .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    color: #fff !important;
}
.our_projectt .vc_tta.vc_general .vc_tta-panel-body {
    padding: 0;
}
.our_projectt .vc_tta-tabs-list li.vc_active::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 0;
    width: 22px;
    height: 20px;
    background: #e44605;
    clip-path: polygon(0 0, 55% 0%, 100% 100%, 0% 100%);  
    z-index: 5;
}
.our_projectt .vc_tta-panels-container {
    flex: 1;
}
.our_projectt .vc_tta-tabs-container {
    border-bottom: none !important;
}
.sub-title-box {
    display: flex;
    align-items: baseline;
    gap: 5px;
    color: #e44605;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/* .const_ruction h2 {
    font-weight: 600;
    margin-top: 50px !important;
    line-height: 50px;
} */
.our_projectt {
    padding: 70px 0 20px;
}
.Company_aboutt.Company_aboutt22 {
    padding: 70px 0 42px;
}
.Company_aboutt.Company_aboutt22 .wpb_text_column {
    margin-bottom: 20px;
}
.Company_aboutt.Company_aboutt22 h3 {
    font-size: 28px;
}
.Company_aboutt.Company_aboutt22 .wpb_text_column p {
    margin-bottom: 15px;
}
.Building_Excellence .wpb_single_image img {
    height: 600px;
    object-fit: cover;
}
.service_icon p {
    margin-bottom: 8px !important;
}
/* .Company_aboutt .hero-btns-flex {
    float: left;
}
.Company_aboutt88 {
    margin: 0;
}
.Company_aboutt88  .custom-header-text22 {
    justify-content: center;
} */
.our_projectt .aio-icon-header h3.aio-icon-title {
    font-size: 20px;
}
/* .Const_ruction {
    position: absolute;
    top: 20px;
} */
/* .Company_aboutt22 {
    padding: 40px 0 108px;
} */
/* .abouts_me {
    margin-bottom: 50px;
    display: inline-block;
} */

/* .abouts_me .img1 {
    position: relative;
    z-index: 1;
}
.abouts_me .img1 img {
    display: block;
    max-width: 100%;
    height: auto;
}
.abouts_me .about-grid {
    position: absolute;
    top: 35px;
    right: 50px;
    text-align: center;
    z-index: 3;
    background: #e44605;
    padding: 129px 41px;
    width: 273px;
    box-sizing: border-box;
}
.abouts_me .about-grid_year {
    font-size: 77px;
    font-weight: 900;
    color: #fff;
    margin: 0;
    line-height: 0.8;
}
.abouts_me .about-grid_text {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 15px;
    max-width: 100%;
}
.abouts_me .img2 {
    position: absolute;
    right: 57px;
    bottom: -12px;
    border: 15px solid #fff;
    z-index: 2;
    width: 368px;
}
.abouts_me .img2 img {
    width: 100%;
    display: block;
}
.abouts_me .about-shape1 {
    position: absolute;
    left: -45px;
    bottom: 45px;
    z-index: 0;
}
.abouts_me .jump {
  -webkit-animation: jumpAni 7s linear infinite;
          animation: jumpAni 7s linear infinite;
}

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
} */
/* .Company_aboutt .left-icon .aio-ibd-block {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
} */
/* .Company_aboutt .align-icon {
    background-color: #ff5e1447;
    padding: 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
} */
/* .Company_aboutt .aio-icon-img {
     margin: 0 !important; 
} */
/* .Company_aboutt .align-icon:hover .aio-icon-img  img {
    transform: rotateY(180deg);
} */

.best-service-slick {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.best-service-slick .service-card {
    margin: 0 15px;
    position: relative;
    overflow: visible;
    transition: all .4s ease;
    height: 100%;              
    display: flex;            
    flex-direction: column;    
}
.service-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform .5s ease;
}
.service-card {
    position: relative;
    overflow: visible;
}
.service-icon {
    position: absolute;
    top: 161px;
    left: 45px;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    border: 7px solid #9d9fa2;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 12;
    transition: all .4s ease;
}
.service-content {
    position: relative;
    z-index: 10;
    margin: 0 15px;
    margin-top: -56px;
    padding: 80px 30px 30px;
    background: #fff;
    clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
    flex-grow: 1;   
}
.service-icon img {
    width: 50px;
    transition: all .4s ease;
}
.service-content h3 {
    margin-top: 50px;
    font-size: 22px;
    font-weight: 600;
    transition: color .3s ease;
}
.service-content p {
    color: #9d9fa2;
    margin: 15px 0 25px;
    transition: color .3s ease;
}
/* .Company_aboutt22 .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
} */
/* .Company_aboutt22 .aio-icon-component {
    margin: 23px 0 0;
} */
/* .Company_aboutt22 p {
    margin: 11px 0 !important;
} */
.service-btn {
    display: inline-block;
    padding: 12px 25px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    transition: all .3s ease;
}
.service-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.service-card:hover .service-image img {
    transform: scale(1.1);
}
.service-card:hover .service-content {
    background: #23272c;
    color: #fff;
    background-image: url(/wp-content/uploads/2026/02/project-card-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.service-card:hover .service-icon { 
  border: 7px solid #fff;
}
.service-card:hover h3,
.service-card:hover p {
    color: #fff;
}
.service-card:hover .service-icon {
    background: #ff5a0e;
}
.service-card:hover .service-icon img {
    filter: brightness(0) invert(1);
}
.service-card:hover .service-btn {
    background: #fff;
    color: #ff5a0e;
    border-color: #fff;
}
.service-content::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 74px;
    height: 65px;
    background: #e9e9e9;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    transition: background .4s ease;
}
.service-card:hover .service-content::after {
    background: #ff5a0e;
}
.why_choooset .vc_col-sm-10 {
    background-color: #e44605;
    padding: 0px 469px 4px 21px;
    position: relative;
    margin-top: 82px;
    background-image: url(/wp-content/uploads/2026/02/why-bg-1.png);
}
.why_cho_img .wpb_single_image {
    position: relative;
    margin-right: -71px;
    margin-left: -467px;
    height: 100%;
}
.why_choooset .sub-title-box, .why_choooset h2 {
    color: #fff;
}
.why_choooset .aio-icon-img {
    color: #fff;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    padding: 8px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
    position: relative;
}
.why_choooset .top-icon .aio-icon-header h3.aio-icon-title {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    padding: 25px;
    position: relative;
    z-index: 1;
    text-align: left;
	margin: 0;
	color: #000;
    font-size: 18px;
}
.why_choooset .align-icon {
    text-align: left !important;
    height: 7px;
    margin-left: 23px;
}
.info_chosse .vc_column-inner {
	padding-top: 10px !important;
}
.why_choooset a.th-btn.style3 {
    background-color: #fff;
    color: #e44605;
    line-height: 6px;
}
.why_choooset a.th-btn.style2 {
    line-height: 4px;
}
.why_choooset .th-btn.style3:hover, .let_coming .th-btn.style3:hover {
	color: #fff !important;
}
.why_choooset .th-btn.style3:hover:before, .why_choooset .th-btn.style3:hover:after, .let_coming .th-btn.style3:hover:before, .let_coming .th-btn.style3:hover:after {
    background-color: #000;
}
/* .why_choooset .sub-title-box img {
    
} */
.rq-form {
    padding: 35px;
    background-color: #fff;
}
.contact_frm .vc_col-sm-7 .vc_column-inner, .contact_frm .vc_col-sm-5 .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
.rq-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
.rq-field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.rq-field .wpcf7-form-control {
  width: 100%;
  display: block;
}
.rq-field input,
.rq-field select,
.rq-field textarea {
  position: relative;
  z-index: 1;
}
.rq-icon {
  z-index: 2;
}
.rq-row {
  display: flex;
  gap: 15px;
  align-items: center;
}
.rq-field {
  position: relative;
  flex: 1;
  margin-bottom: 15px;
}
.rq-field p br {
    display: none;;
}
.contact_frm .rq-field input,
.contact_frm .rq-field select,
.contact_frm .rq-field textarea {
    width: 100%;
    padding: 14px 40px 14px 20px;
    border: 1px solid #dbdbdb;
    outline: none;
    border-radius: 0;
}
.rq-textarea textarea {
  height: 160px;
  resize: none;
}
.rq-icon {
    position: absolute;
    right: 15px;
    top: 19px;
    color: #b7b7b7;
    font-size: 16px;
    pointer-events: none;
}
span.header-top {
    display: block;
}
/* .cont_wate span.rq-icon {
    display: none;
} */
.rq-submit {
  margin-top: 15px;
}
.rq-submit .wpcf7-spinner {
    display: none;
}
.rq-submit input[type="submit"] {
  width: 100%;
  padding: 18px;
  background: #e44605;
  color: #fff;
  border: none;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.let_coming .sub-title-box {
    color: #fff;
}
.let_coming .sub-title-box img {
   filter: brightness(999);
}
.rq-submit input[type="submit"]:hover {
  background: #000;
}
/* .let_coming {
    background-color: #e44605;
} */
.let_coming .vc_column-inner>.wpb_wrapper {
    padding: 35px 35px 20px;
}
.rq-submit p {
    margin-bottom: 15px !important;
}
.rq-submit p:last-child {
    margin-bottom: 0 !important;
}
.let_coming h2 {
    color: #fff;
    margin-top: 0 !important;
    font-size: 34px;
    line-height: 40px;
}
.let_coming .fa-phone:before, .let_coming .fa-envelope:before {
    color: #e44605;
    margin-top: 8px;
    display: block;
}
.let_coming p {
    color: #fff;
}
.cta-link {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 20px 0;
}
.cta-wrap .cta-link-wrap .cta-link {
    padding: 20px 0;
}
.cta-link-icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color: var(--theme-color);
    font-size: 18px;
    position: relative;
}
.cta-link-icon:after, .cta-link-icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.cta-link p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 2px;
    margin-top: -0.4em;
    margin-bottom: 0 !important;
}
.cta-link .cta-single-link {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}
.cta-link .cta-single-link:hover {
    color: #e44605;
}
.contact_frm {
    margin: 70px 0 !important;
    background: linear-gradient(to bottom, #444954, #23272c);
    box-shadow: 1px 1px 7px 0px #00000030;
}
.cta-link-wrap {
    display: flex;
    align-items: center;
    gap: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.cta-link:nth-child(2) {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 20px;
}
.let_coming a.th-btn.style3 {
    background-color: #fff;
    color: #e44605;
    line-height: 0;
}
.site-middle-footer-wrap .widget-area .widget-title:before, .site-middle-footer-wrap .widget-area .widget-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 61px;
    height: 2px;
    background-color: #e44605;
    margin-bottom: -8px;
}
.site-middle-footer-wrap .widget-area .widget-title {
    color: #fff;
    position: relative;
    margin-bottom: 48px;
}
.site-middle-footer-wrap .widget-area .widget-title:after {
    width: 16px;
    border-left: 4px dashed #0E121D;
    border-right: 4px dashed #0E121D;
    height: 2px;
    background-color: transparent;
    bottom: 0px;
    left: 40px;
    -webkit-animation: footerLine 7s linear infinite;
    animation: footerLine 7s linear infinite;
}
@keyframes footerLine {
  0% {
    left: 40px;
  }
  50% {
    left: 0;
  }
  100% {
    left: 40px;
  }
}
.widget_nav_menu ul.menu {
    padding: 0;
    margin: 0;
}
.widget_nav_menu ul li {
    position: relative;
    padding-left: 25px;
    border-left: 1px solid #939393;
    display: flex;
    align-items: center;
    min-height: 53px;
}
.widget_nav_menu ul li:before {
    content: '';
    width: 15px; 
    height: 1px;
    background-color: #939393;
    position: absolute;
    left: 0; 
    top: 50%;
    transition: 0.5s;
}
.widget_nav_menu ul li a {
    color: #fff;
    text-decoration: none;
    line-height: 1.2;
    transition: .5s;
}
.widget_nav_menu ul li:hover:before {
    background-color: #e44605;
}
.widget_nav_menu ul li:hover a {
    color: #e44605;
}
.site-middle-footer-wrap .widget_nav_menu {
    padding-top: 0px;
}
.site-footer-wrap {
    background-image: url(/wp-content/uploads/2026/02/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 0px;
}
.site-header .main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a,
.main-navigation .primary-menu-container > ul > li.menu-item > a:hover {
    color: #ff9163 !important;
}
.footer-widget-area .widget_nav_menu ul.menu {
    margin-top: 28px;
}
.footer_soll {
    display: block;
}
.footer_soll .header-link {
    margin-left: 0;
    padding-left: 0;
	border: 0px;
}
.footer-widget-area-inner .header-single-link {
    font-size: 16px;
    color: #fff;
}
.footer_soll .header-link {
    margin-left: 0;
    padding-left: 0;
    border: 0px;
    margin-bottom: 15px !important;
}
.const_ruction44 .Services_mth {
    text-align: center;
    margin: 0 auto;
    float: none;
    /* display: block; */
    padding: 10px 0 88px;
    width: 210px;
}
.Company_aboutt88  .wpb_content_element {
    margin-bottom: 0;
}
.our_projectt  .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: transparent;
    border: 0;
}
.Our_Services  {
	margin-top: 0px;
}
.Company_aboutt88 a.th-btn.style3, .hero-text-area a.th-btn.style3{
 background-color: #e04805 !important;
}
.Company_aboutt88 a.th-btn.style3:hover:before, .Company_aboutt88 a.th-btn.style3:hover:after, .hero-text-area a.th-btn.style3:hover:before, .hero-text-area a.th-btn.style3:hover:after {
    background-color: #fff !important;
}
.Company_aboutt88 a.th-btn.style3:hover, .hero-text-area a.th-btn.style3:hover {
	color: #000 !important;
}
.contact_frm span.header-single-link {
    font-size: 18px;
    font-weight: 600;
}
.contact_frm .header-middle-socil {
    margin-bottom: 20px;
}
/* .contact_frm .fa-phone:before, .contact_frm .fa-envelope:before {
    color: #444954;
} */
.footer-widget-area-inner p {
	color: #fff;
}
.site-header-upper-wrap .site-header-row-no-center .site-header-section-right {
    padding-top: 36px;
    justify-content: end;
    margin-left: 141px;
}
.about_hql {
    display: flex !important;
    flex-wrap: wrap;
    align-items: stretch;
}
.our_projectt56 img {
    width: 50px;
}
.about_hql .vc_column-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.about_hql22 {
    min-height: 400px; 
    background-size: cover !important;
    background-position: center !important;
}
.about_hql .const_ruction {
    padding: 60px;
    background-color: #F8F8F8;
    margin-bottom: 0;
}
.Trusted_Expert {
    background-color: #e04805;
    padding: 20px 30px !important;
    color: #fff;
}
.Tailored_Quality .aio-icon-component .aio-icon-img {
    margin-right: 20px !important;
}
.const_ructh .wpb_content_element {
    margin-bottom: 0;
}
.about_hql .vc_column-inner {
    margin: 0;
    padding: 0;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.const_ructh {
    display: flex !important;
}
.about_hql h2 {
    margin-top: 10px !important;
}
.Tailored_mth .sub-title-box {
    text-align: center;
    width: 237px;
    margin: 0 auto;
}
/* .Tailored_mth  h2 {
    margin-top: 10px !important;
} */
.Tailored_mth .wpb_text_column.wpb_content_element.const_ruction {
    max-width: 900px;
    margin: 0px auto 35px;
    text-align: center;
}
.Tailored_Quality .aio-icon-component {
    border: 1px solid #d7dbde;
    padding: 25px 25px 7px;
    margin-bottom: 15px;
    background-color: #F4F7F9;
}
/* .Tailored_Quality .aio-icon-component .aio-icon-box.left-icon {
    line-height: 0;
} */
.Tailored_mth .vc_images_carousel .vc_carousel-control .icon-prev:before, .Tailored_mth .vc_images_carousel .vc_carousel-control .icon-next:before {
    content: "\2039";
    position: relative;
    top: -10px;
    color: #e04805;
    background-color: #fff;
    border-radius: 50%;
    padding: 0;
    width: 50px;
    height: 50px;
    display: block;
}
.desig_ned {
    text-align: center;
}
/* .Tailored_Quality .aio-icon-component.style_1:nth-child(3) {
    background-color: #e04805;
	color: #fff;
}
.Tailored_Quality .aio-icon-component.style_1:nth-child(3) .aio-icon-header h3 {
    color: #fff !important;
} */
.entry-title {
    color: #fff;
}
.Building_Excellence img:hover {
	filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.why_choooset {
    padding-top: 35px;
    padding-bottom: 45px;
}
.we_work {
    background: linear-gradient(to bottom, #F1F1F1, #fff);
    padding: 153px 0 0;
}
.service_work .wpb_single_image.wpb_content_element {
    margin-bottom: 0;
}
.service_work {
    padding: 50px 0 0;
}
.we_work:before {
    content: '';
    position: absolute;
    top: 0;
    background-image: url(/wp-content/uploads/2026/02/grey-top-bar-work.jpg);
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 140px;
    left: 0;
}
.service_work {
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 33px 155px 0;
}
.service_gentt:before {
    content: '';
    position: absolute;
    bottom: 49px;
    background-image: url(/wp-content/uploads/2026/02/General-contractors.png);
    height: 90px;
    width: 85px;
    left: 62px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(90deg);
    z-index: 9;
}
.service_work .wpb_text_column.wpb_content_element {
    text-align: center;
    margin: 84px auto;
    display: block;
    width: 455px !important;
}
.service_gentt ul {
    padding-top: 62px;
    margin: 14px auto !important;
    width: 359px;
	line-height: 49px;
}
.service_gentt .vc_column-inner {
    height: 441px;
}
.service_work  h2 {
    width: 100%;
    padding: 37px;
    width: 484px;
    margin: 0 auto !important;
    line-height: 53px;
}
.service_gentt li {
    font-size: 20px;
    line-height: 43px;
    font-weight: 600;
}
.service_gentt {
    border: 1px solid #0000002e;
    background-color: #fff;
}
.partnering_with {
    padding: 100px 0 0;
}
.partnering_with h3 {
    font-size: 28px;
}
.partnering_with .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) {
    padding-left: 23px;
}
.partnering_with p{
	line-height: 31px;
}
.partnering_with a.th-btn {
	 background-color: #e04805 !important;
}
.partnering_with a.th-btn:before, .partnering_with a.th-btn:after {
    background-color: #23272c !important;
}
.partnering_with .hero-btns-flex {
    text-align: left;
    margin: auto;
    margin: 0;
}
/* 27-02-26-T */
.about_sec1 {
    padding-top: 110px;
    padding-bottom: 420px;
}
.about_sec1 .upb_row_bg {
    background-image: url(/wp-content/themes/kadence-child/images/aboutbanner.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.about_sec1 .head_box {
    width: 82%;
}
.about_sec1 .head_box h2 strong {
    font-weight: 400;
}
.about_sec3 {
    padding-top: 70px;
    padding-bottom: 50px;
}
.about_sec2 .head_box .sub-title-box,
.about_sec3 .head_box .sub-title-box,
.about_sec4 .head_box .sub-title-box,
.about_sec5 .head_box .sub-title-box {
    align-items: baseline;
    margin-bottom: 15px;
}
.about_sec1 .head_box h2, 
.about_sec2 .head_box h2,
.about_sec3 .head_box h2,
.about_sec4 .head_box h2,
.about_sec5 .head_box h2 {
    margin: 0 0 14px;
}
.about_sec2 .head_box p,
.about_sec3 .head_box p {
    line-height: 1.75 !important;
}
.Tailored_Quality .aio-icon-component h3.aio-icon-title {
    text-transform: uppercase;
    font-size: 20px;
}
/* .about_sec1 .about_info {
    border-top: 1px solid #E4E4E4;
    margin-top: 5px;
    padding-top: 25px;
}
.about_sec1 .aio-icon-component {
    margin-bottom: 0;
}
.about_sec1 .aio-icon-component .aio-icon {
    height: 80px;
    width: 80px;
    background: rgba(255, 94, 20, 0.1);
    position: relative;
} */
.about_sec5 .aio-icon-component .aio-icon i {
    font-size: 0;
}
/* .about_sec1 .aio-icon-component .aio-icon i::before {
    background-image: url(/wp-content/themes/kadence-child/images/about-icon1.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    transform: translate(-50%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.about_sec1 .about_info .aio-icon i::before {
    background-image: url(/wp-content/themes/kadence-child/images/about-icon2.svg);
} */
/* .about_sec1 .wpb_single_image .vc_single_image-wrapper {
    position: relative;
    z-index: 1;
}
.about_sec1 .wpb_single_image .vc_single_image-wrapper::before {
    content: '';
    background-image: url(/wp-content/themes/kadence-child/images/shape-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -50px;
    bottom: -45px;
    right: 0px;
    width: 697px;
    height: 439px;
    z-index: -1;
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
.about_sec1 .head_box {
    margin-bottom: 25px;
} */
.const_ructh .Trusted_Expert h3 {
    color: #fff;
    text-transform: uppercase;
    margin: 28px 0 13px;
    font-size: 20px;
}
.const_ructh .Trusted_Expert p {
    margin-bottom: 0;
}
.Trusted_Expert .vc_column-inner>.wpb_wrapper {
    align-content: center;
    height: 1000%;
}
/* .Tailored_Quality .aio-icon-component:nth-child(4) .aio-icon-img .img-icon {
    height: 100px;
    object-fit: cover;
} */
.about_sec3 .Carefully_Crafted .vc_item a img {
    height: 574px !important;
    object-fit: cover;
}
.about_sec3 .aio-icon-header+.aio-icon-description {
    margin-top: 8px;
}
/* .about_sec4 .head_box .sub-title-box {
    justify-content: center;
}
.about_sec4 .head_box {
    text-align: center;
    margin-bottom: 45px;
} */
/* .about_sec4 .aio-icon-component {
    background: #ffffff;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.06);
    position: relative;
    margin-top: 50px;
    padding: 70px 30px 25px;
}
.about_sec4 .aio-icon-component .aio-icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #ffffff;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1);
}
.about_sec4 .aio-icon-component .aio-icon::before {
    content: "";
    background-image: url(/wp-content/themes/kadence-child/images/process-icon-1-1.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    transform: translate(-50%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.about_sec4 .aio-icon-component.process-icon-1-2 .aio-icon::before {
    background-image: url(/wp-content/themes/kadence-child/images/process-icon-1-1.svg);
}
.about_sec4 .aio-icon-component.process-icon-1-3 .aio-icon::before {
    background-image: url(/wp-content/themes/kadence-child/images/process-icon-1-2.svg);
}
.about_sec4 .aio-icon-component.process-icon-1-4 .aio-icon::before {
    background-image: url(/wp-content/themes/kadence-child/images/process-icon-1-3.svg);
}
.about_sec4 .top-icon .aio-icon-description p {
    margin: 0;
    line-height: 1.5 !important;
}
.about_sec4 .top-icon .aio-icon-header h3.aio-icon-title {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 15px;
    color: #000;
}
.about_sec4 .top-icon .aio-icon-description h4 {
    font-size: 20px;
    margin: 0 0 10px;
    color: #e44605;
    text-transform: uppercase;
} */
.about_sec4 {
    padding-top: 70px;
}
.about_sec4 .sub-title-box {
    justify-content: center;
}
.about_sec4 .head_box {
    text-align: center;
}
.head_txt .vc_column-inner>.wpb_wrapper {
    border: 1px solid #cbcbcb;
    padding: 15px;
    transition: 0.4s;
    text-align: center;
}
.head_txt .vc_column-inner>.wpb_wrapper:hover {
    border-color: #e04805;
}
.head_txt .wpb_single_image * {
    width: 100%;
}
.head_txt .wpb_single_image {
    margin-bottom: 20px;
}
.head_txt .wpb_text_column {
    margin-bottom: 0;
}
.head_txt .wpb_text_column p {
    color: #e04805;
}
.head_txt .wpb_text_column h3 {
    margin-bottom: 6px;
}
.entry-hero-container-inner .entry-header {
    text-align: left !important;
    flex-direction: row !important;
    justify-content: space-between !important;
}
.entry-hero-container-inner .entry-header h1.entry-title {
    line-height: 1;
    font-size: 40px;
}
.entry-hero-container-inner .kadence-breadcrumbs {
    margin: 3px 0 0;
    font-size: 100%;
}
.about_sec5 {
    padding: 50px 30px 5px;
    border: 1px solid #E4E4E4;
    margin: 70px 0 0 !important;
}
.about_sec5 .upb_row_bg {
    background: #F8F8F8;
    width: 44% !important;
    min-width: 44% !important;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
.about_sec5 .vc_col-sm-7 {
    padding-left: 25px;
}
.about_sec5 .aio-icon-component .aio-icon {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #ffffff;
    position: relative;
    margin-right: 20px !important;
    box-shadow: 0px 10px 50px rgba(30, 40, 58, 0.12);
}
.about_sec5 .aio-icon-component .aio-icon::before {
    content: "";
    background-image: url(/wp-content/themes/kadence-child/images/achievements-icon1.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
}
.about_sec5 .aio-icon-component.achieve_icon2 .aio-icon::before {
    background-image: url(/wp-content/themes/kadence-child/images/achievements-icon2.svg);
}
.about_sec5 .aio-icon-component.achieve_icon3 .aio-icon::before {
    background-image: url(/wp-content/themes/kadence-child/images/achievements-icon3.svg);
}
.about_sec5 .aio-icon-component.achieve_icon4 .aio-icon::before {
    background-image: url(/wp-content/themes/kadence-child/images/achievements-icon4.svg);
}
.about_sec5 .aio-icon-header h3.aio-icon-title {
    color: #000;
    font-size: 40px;
    line-height: 1;
}
.about_sec5 .aio-icon-header+.aio-icon-description {
    color: #4D5765;
    margin-top: 5px;
}
.about_sec5 .head_box h2 {
    margin-top: 30px;
}
.page-hero-section .hero-section-overlay {
    background: rgb(229 68 27) !important;
    clip-path: polygon(0 0, 0 100%, 100% 100%, 48% 100%, 40% 0);
}
.page-hero-section .entry-hero-container-inner::before {
    content: '';
    background-color: rgba(0,0,0,0.66);
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}
.skilled_ser1 .head_box h2 {
    margin: 0;
    color: #000;
}
.skilled_ser1 {
    padding: 70px 0 40px;
}
.skilled_ser1 .service-image img {
    height: 290px;
}
.skilled_ser1 .service-image {
    border-radius: 10px;
}
.skilled_ser1 .service-content {
    margin: 0 20px;
    margin-top: -50px;
    padding: 28px 24px 20px;
    clip-path: none;
    border-radius: 10px;
    box-shadow: 0 5px 13px rgb(0 0 0 / 12%);
}
.skilled_ser1 .service-icon {
    top: 200px;
    border: 2px solid #ff5a0e;
    left: auto;
    right: 15px;
    width: 70px;
    height: 70px;
}
.skilled_ser1 .wpb_raw_code {
    margin-bottom: 50px;
}
.skilled_ser1 .service-content::after {
    display: none;
}
.skilled_ser1 .service-icon img {
    width: 40px;
}
.skilled_ser1 .service-card:hover .service-icon {
    border: 2px solid #fff;
}
.skilled_ser1 .service-content h3 {
    text-transform: capitalize;
}
#masthead {
    margin-bottom: -31px;
}
.home #masthead {
    margin-bottom: 0;
}
.entry-hero.page-hero-section .entry-header {
    padding-top: 31px;
}
.contact_sec1 {
    padding: 35px 0 0;
    width: 100%;
    max-width: 1000px;
    background: #fff;
    margin: 70px auto !important;
}
.contact_sec1 .rq-form {
    padding: 20px 15px 35px;
}
.const_ruction h2 {
    margin-top: 0 !important;
}
.Hero_banner {
    height: 600px;
    margin-top: -32px;
}
.Hero_banner .upb_row_bg {
    width: 95.6% !important;
    min-width: 95.6% !important;
    background-size: cover;
    background-position: center;
    z-index: 1;
    background-image: url(images/banner.webp);
    overflow: visible;
}
.Hero_banner .upb_row_bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 2;
    opacity: 0.85;
    background-image: url(/wp-content/themes/kadence-child/images/hero_overlay.png);
}
.Hero_banner .upb_row_bg:after {
    content: '';
    height: 385px;
    width: 250px;
    position: absolute;
    top: 0;
    right: 1px;
    transform: translateX(100%);
    background-color: #e44605;
    clip-path: polygon(100% 0, 100% 40%, 0 100%, 0 100%, 0 0);
}
.Hero_banner .head_box {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.Hero_banner .head_box h1 {
    font-size: 42px;
    color: #fff;
    line-height: 60px;
    margin: 0px;
    text-transform: uppercase;
}
.Hero_banner .head_box h1 span {
    color: #e44605;
    font-weight: 500;
}
.Hero_banner .head_box p {
	font-size: 18px;
	color: #fff;
	margin: 20px 0 40px;
	max-width: 747px;
}
.Hero_banner .head_box a.th-btn.style3 {
    background-color: #e04805 !important;
}
.hero-btns-flex {
    display: flex;
    gap: 20px;
}
/* End 27-02-26-T */
.secheadb h2 {
    margin-top: 0 !important;
}
.ser-p-row {
    padding-top: 35px;
    padding-bottom: 35px;
}
.ser-p-row:first-child {
    margin-top: 35px;
}
.ser-p-row:last-child {
    margin-bottom: 35px;
}
.serv-boxes .wpb_single_image {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 13px rgb(0 0 0 / 16%);
    border: 2px solid #fff;
}
.serv-boxes .wpb_single_image img {
    height: 295px;
    width: 100%;
    object-fit: cover;
}
.serv-boxes .vc_column-inner>.wpb_wrapper *  {
    transition: all 0.5s ease;
}
.serv-boxes .aio-icon-component {
    margin: -50px 20px 20px;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 13px rgb(0 0 0 / 12%);
    position: relative;
    background-color: #fff;
    border: 2px solid #fff;
}
.serv-boxes .aio-icon-component .aio-icon-top {
    position: absolute;
    top: -35px;
    right: -10px;
    border: 2px solid #ff5a0e;
    background: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    padding: 12px;
}
.serv-boxes .aio-icon-component .aio-icon-top * {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.serv-boxes .aio-icon-component h3.aio-icon-title {
    margin: 0 0 10px !important;
    padding-right: 30px;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}
.serv-boxes .aio-icon-component .aio-icon-description {
    margin: 0;
    color: #3a3a3a;
    text-align: left;
    line-height: 1.5;
}
.serv-boxes .vc_column-inner>.wpb_wrapper:hover .aio-icon-component {
    background-color: #23272c;
}
.serv-boxes .vc_column-inner>.wpb_wrapper:hover .wpb_single_image img  {
    transform: scale(1.1);
}
.serv-boxes .vc_column-inner>.wpb_wrapper:hover h3.aio-icon-title, .serv-boxes .vc_column-inner>.wpb_wrapper:hover .aio-icon-description{
    color: #fff;
}
.serv-boxes .vc_column-inner>.wpb_wrapper:hover .aio-icon-top {
    background-color: #ff5a0e;
    border-color: #fff;
}
.serv-boxes .vc_column-inner>.wpb_wrapper:hover img.img-icon {
    filter: brightness(0) invert(1);
}



@media screen and (max-width: 1362px) {
    .site-main-header-wrap::before {clip-path: polygon(0 0, 0 100%, 38% 100%, 32% 40%, 38% 0);width: 75%;}
    .site-header-upper-wrap .site-header-row-no-center .site-header-section-right {margin-left: 0;padding-top: 0;padding-bottom: 26px;}
    .site-branding a.brand img {padding: 14px 0px 42px;max-width: 200px !important;}
    .Const_ruction {position: relative;top: 0;}
    .Const_ruction p {font-size: 20px;padding-bottom: 5px;margin-bottom: 15px !important;}
    .header-middle-socil .header-link i {width: 40px;height: 40px;line-height: 40px;font-size: 16px;}
    .header-middle-socil div p {line-height: normal;}
    .Hero_banner .upb_row_bg {width: 98% !important;min-width: 98% !important;}
    .Hero_banner .head_box {max-width: 1080px;}
    .Hero_banner {height: 500px;}
    h2 {font-size: 40px !important;}
}
@media screen and (max-width: 1024px) {
    .site-main-header-wrap::before {width: 100%;}
    .site-branding a.brand img {padding: 10px 0px 11px;max-width: 150px !important;}
    .Hero_banner .upb_row_bg {width: 100% !important;min-width: 100% !important;}
    .Hero_banner .upb_row_bg::after {display: none;}
    .Hero_banner .head_box {padding: 60px 40px;}
    .Hero_banner {height: 100%;margin-top: 0;}
    .site-header-upper-wrap .site-header-row-no-center .site-header-section-right {padding-bottom: 0;}
    .Hero_banner .head_box p {margin: 10px 0 25px;}
    .our_projectt {padding: 50px 0 0px;}
    h2 {font-size: 36px !important;}
    .our_projectt .vc_tta-tabs-container {width: 210px;}
    .our_projectt .vc_tta-tabs-list li {font-size: 16px;padding: 14px 30px;margin-bottom: 10px !important;line-height: normal;}
    .vc_tta.vc_general .vc_tta-tab > a {padding: 10px;}
    .Company_aboutt.Company_aboutt22 {padding: 55px 0 33px;}
    .why_choooset .vc_col-sm-10, .why_choooset .vc_col-sm-10 .info_chosse .wpb_wrapper {padding: 0 !important;margin: 0;width: 100%;background-color: transparent !important;background-image: none !important;}
    .why_choooset .vc_col-sm-2 {width: 100%;}
    .why_cho_img .wpb_single_image {margin: 0;}
    .why_cho_img .wpb_single_image * {width: 100%;}
    .why_choooset .vc_col-sm-10 .vc_column-inner > .wpb_wrapper {background-color: #e44605;padding: 35px 35px 10px;position: relative;background-image: url(/wp-content/uploads/2026/02/why-bg-1.png);}
    .why_choooset {padding-bottom: 50px;padding-top: 15px;}
    .site-footer-wrap {padding: 20px 0 0px;}
    .site-middle-footer-inner-wrap .widget_media_image {margin-bottom: 20px;}
    .footer-widget-area-inner p {margin-bottom: 0;}
    .site-middle-footer-wrap .widget-area .widget-title {margin-bottom: 25px;font-size: 20px !important;}
    .widget_nav_menu ul li {min-height: 35px;}
    .footer_soll .header-link {display: flex;}
    .site-bottom-footer-inner-wrap {padding-top: 0 !important;padding-bottom: 0 !important;}
    .mobile-toggle-open-container {background-color: #000;}
    .mobile-header-button-wrap .mobile-header-button-inner-wrap .mobile-header-button {font-size: 0;background-image: url(/wp-content/uploads/2026/03/fullsweep_header.webp);width: 246px;height: 144px;background-color: transparent;background-position: center;background-repeat: no-repeat;background-size: cover;}
    .popup-drawer .drawer-header .drawer-toggle {background: #e44605 !important;height: auto;}
    .mobile-html .footer_soll .header-link:nth-child(3) {width: auto;}
    .mobile-html .custom-header-text22 .get_qute {padding: 18px;text-decoration: none;width: 100%;margin: 15px 0 25px;background-color: #23272c;color: #fff;}
    .mobile-html .custom-header-text22 .get_qute::before, .mobile-html .custom-header-text22 .get_qute::after {background-color: #e44605;}
    .footer_soll .fa-location-dot:before {padding: 13px;}
    .cta-link-wrap {display: block;border-top: 0;border-bottom: 0;}
    .cta-link:nth-child(2) {border-left: 0;padding-left: 0;}
    .contact_frm .fa-location-dot:before {padding: 12px;}
    .let_coming .vc_column-inner>.wpb_wrapper {padding: 20px 20px 1px;}
    .rq-form {padding: 15px;}
    .contact_frm {margin: 40px 0 !important;}
    .mobile-navigation ul li a {padding: 13px 0 !important;}
    .header-middle-socil .header-link i {background-color: #e44605;color: #fff;width: 35px;height: 35px;line-height: 35px;font-size: 15px;}
    .mobile-html .footer_soll .header-link .header-single-link {color: #000;text-decoration: none;}
    .mobile-html .footer_soll .header-link .header-single-link:hover {color: #e44605;}
    .header-middle-socil .header-link {gap: 5px;margin-bottom: 10px !important;}
}
@media screen and (max-width: 767px) {
    .Hero_banner .head_box {padding: 45px 25px;}
    .sub-title-box {margin-bottom: 10px;}
    .Hero_banner .head_box h1 {font-size: 32px;line-height: normal;}
    h2 {font-size: 28px !important;}
    .our_projectt .const_ruction {margin-bottom: 0;}
    .Services_mth {float: none;margin-top: 15px;}
    .our_projectt .vc_tta.vc_general .vc_tta-panel-title > a {color: #000 !important;font-size: 18px;font-weight: 600;text-transform: uppercase;}
    .our_projectt .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {border: 1px solid #e44605;padding: 10px 0 3px;transition: all .3s ease;background-color: #9d9fa217;text-align: center;}
    .our_projectt .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {background-color: #e44605;}
    .our_projectt .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {color: #fff !important;}
    .our_projectt .vc_tta.vc_general .vc_tta-panel {margin-bottom: 12px;}
    .service_icon22 .wpb_single_image .vc_figure, .service_icon22 .wpb_single_image .vc_single_image-wrapper {width: 100%;}
    .our_projectt56 .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {background-color: transparent;border: 0;}
    .site-middle-footer-inner-wrap {padding-top: 0 !important;padding-bottom: 0 !important;grid-column-gap: 20px !important;grid-row-gap: 20px !important;}
    .service_icon22 .vc_single_image-wrapper img {width: 100%;}
    .why_choooset .th-btn {padding: 16px 22px;}
    .hero-btns-flex {gap: 11px;}
    .site-main-header-wrap::before {clip-path: none;}
    .why_choooset .vc_column-inner {padding-top: 10px !important;}
    .Company_aboutt.Company_aboutt22 {padding: 25px 0 10px;}
    .Building_Excellence .wpb_single_image img {height: auto;}
    .about_sec1 {padding-top: 35px;padding-bottom: 180px;}
    .about_sec3 {padding-top: 25px;padding-bottom: 25px;}
    .our_projectt56 .vc_col-sm-5 .wpb_content_element {margin-bottom: 10px;}
}
@media screen and (max-width: 479px) {
    .rq-row {display: block;}
    .Tailored_Quality .left-icon .aio-icon-left {display: block;vertical-align: top;}
    .Tailored_Quality .aio-icon-component .aio-icon-img, .Tailored_Quality .aio-icon-img .img-icon {margin-right: 0 !important;width: 100% !important;}
    .site-branding a.brand img {padding: 6px 0px;max-width: 115px !important;}
    .entry-hero-container-inner .entry-header h1.entry-title {line-height: 1;font-size: 24px;}
    .sub-title-box {align-items: center;font-size: 14px;}
    .Hero_banner .head_box h1 {font-size: 20px;}
    .hero-btns-flex {display: block;}
    .hero-btns-flex a.th-btn {width: 100%;margin-bottom: 12px;padding: 18px 10px;}
    .Hero_banner .head_box {padding: 30px 25px;}
    .Hero_banner .head_box h1 br {display: none;}
    .our_projectt {padding: 30px 0;}
    h2 {font-size: 22px !important;}
    .service_icon22 .wpb_single_image .vc_single_image-wrapper {-webkit-clip-path: polygon(100% 0, 100% 50%, 81% 100%, 0 100%, 0 0);clip-path: polygon(100% 0, 100% 58%, 93% 100%, 0 100%, 0 0);}
    .our_projectt .vc_tta.vc_general .vc_tta-panel-title > a {font-size: 15px;padding: 8px;}
    .Company_aboutt.Company_aboutt22 {padding: 45px 0 20px;}
    .why_choooset .vc_col-sm-10 .vc_column-inner > .wpb_wrapper {padding: 20px 19px 10px;}
    .why_choooset .vc_column-inner {padding-top: 0px !important;}
    .Company_aboutt.Company_aboutt22 h3 {font-size: 22px;}
    .why_choooset {padding-bottom: 30px;padding-top: 30px;}
    .our_projectt56 .aio-icon-component {margin-bottom: 20px;} 
    .why_choooset .align-icon {margin-left: 0 !important;}
    .top-icon .aio-icon-header h3.aio-icon-title {margin: 0;}
    .why_choooset .top-icon .aio-icon-header h3.aio-icon-title {background: transparent;border-radius: 0;padding: 0;position: relative;text-align: left;font-size: 16px;}
    .why_choooset .aio-icon-box.top-icon {display: flex;align-items: center;background: rgba(255, 255, 255, 0.6);border-radius: 15px;padding: 7px 7px 6px;gap: 10px;height: 40px;}
    .why_choooset .top-icon .aio-icon-header {margin: 0 !important;}
    .why_choooset .aio-icon-component {margin-bottom: 10px;}
    .about_sec3 .Carefully_Crafted .vc_item a img {height: 100% !important;}
    .entry-hero.page-hero-section .entry-header {padding-top: 0;min-height: 100px !important;}
    .entry-hero-container-inner .entry-header {flex-direction: column !important;justify-content: center !important;align-items: flex-start !important;}
    .about_sec2 .head_box p, .about_sec3 .head_box p {line-height: 1.5 !important;}
    .Tailored_mth .wpb_text_column.wpb_content_element.const_ruction {margin: 0px auto 15px;}
    .Tailored_Quality .aio-icon-component {padding: 15px;}
    .Tailored_Quality .aio-icon-component .aio-icon-img {margin-bottom: 12px;}
    .about_sec1 .head_box {width: 100%;}
    .cf7sr-g-recaptcha div {width: 100% !important;}
    .rq-submit input[type="submit"] {padding: 14px;}
    .let_coming h2 {line-height: normal;}
    .contact_frm .const_ruction {margin-bottom: 15px;}
    .header-middle-socil .header-link {margin-bottom: 10px !important;}
    .cta-link {padding: 6px 0;}
    .contact_frm .header-middle-socil {margin-bottom: 0;}
    .header-middle-socil .header-link i {width: 35px;height: 35px;line-height: 36px;display: ruby;}
    .contact_frm .wpb_raw_code {margin-bottom: 12px;}
    .contact_frm .wpb_text_column {margin-bottom: 10px;}
    .contact_frm .rq-field input, .contact_frm .rq-field select, .contact_frm .rq-field textarea {padding: 8px 40px 8px 10px;}
    .Hero_banner .head_box p {margin: 10px 0 15px;font-size: 16px;}
    .hero-btns-flex i {margin-left: 5px;}
    .our_projectt56 .vc_col-sm-5 .wpb_content_element {margin-bottom: 0;}
    .our_projectt .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {padding: 8px 0 3px;}
    .Company_aboutt.Company_aboutt22 .wpb_single_image {margin-bottom: 20px;}
    .Company_aboutt.Company_aboutt22 .sub-title-box {align-items: baseline;}
    .Company_aboutt.Company_aboutt22 .wpb_text_column, .Company_aboutt.Company_aboutt22 .sub-title-box, .why_choooset .wpb_text_column {margin-bottom: 15px;}
    .our_projectt56 .wpb_single_image, .Company_aboutt.Company_aboutt22 .const_ruction {margin-bottom: 10px;}
    .why_choooset .sub-title-box {margin-bottom: 15px;align-items: baseline;}
    .why_choooset a.th-btn.style3 br {display: none;}
    .Hero_banner .upb_row_bg::before {background-image: none;background-color: #000000e8;}
    .const_ruction h2 {line-height: 1.2;}
    .about_sec3 {padding-top: 35px;padding-bottom: 30px;}
    .Tailored_mth .wpb_text_column.wpb_content_element.const_ruction .sub-title-box {margin-bottom: 12px;}
    .Tailored_mth .wpb_text_column.wpb_content_element.const_ruction h2 {margin-bottom: 8px;}
    .page-hero-section .hero-section-overlay {clip-path: none;background: rgba(229, 68, 27, 0.5) !important;}
    .entry-hero-container-inner .kadence-breadcrumbs {margin: 7px 0 0;}
    .vc_images_carousel .vc_carousel-control {display: none !important;}
    .contact_sec1 .rq-form {padding: 12px 0 15px;}
    .contact_sec1 {padding: 22px 0 0;}
    .mobile-header-button-wrap .mobile-header-button-inner-wrap .mobile-header-button {width: 105px;height: 60px;}
    .drawer-content .mobile-header-button-wrap {margin-top: -50px;}
    .site-middle-footer-inner-wrap .widget .image {width: 170px;}
    .why_choooset .aio-icon-img {font-size: 17px !important;padding: 5px;margin-top: 3px !important;}
    .our_projectt .vc_tta-container, .our_projectt .vc_tta.vc_general .vc_tta-panel:last-child, .hero-btns-flex a.th-btn:last-child {margin-bottom: 0;}
    .ser-p-row {padding-top: 0;padding-bottom: 0;}
    .serv-boxes .aio-icon-component {margin: -30px 10px 30px;padding: 15px;}
    .ser-p-row .secheadb {margin-bottom: 20px;}
    .ser-p-row:last-child {margin-bottom: 10px;}
    .contact_frm {margin: 30px 0 !important;}
    .let_coming .vc_column-inner > .wpb_wrapper {padding: 12px 12px 5px;}
    .rq-icon {top: 11px;}
}