@charset "UTF-8";
/*
Theme Name: Central Illinois Construct
Author: Webdesign 309
Author URI: http://www.webdesign309.com/
Description: We are a full service webdesign and development company delivering high end design and development solution for our clients and delivering best solutions to attract more visibility and customization to your website.
Version: 3.0.0
Tags: peoria web development, chicago web development, custom wordpress development, advertising agency solutions, florida webdesign, chicago webdesign, illinois webdesign, custom webdesign development
*/

@font-face { font-family: 'blauer_regular'; src: url('font/BlauerNue-Regular.eot'); src: url('font/BlauerNue-Regular.eot?#iefix') format('embedded-opentype'), url('font/BlauerNue-Regular.woff2') format('woff2'), url('font/BlauerNue-Regular.woff') format('woff'), url('font/BlauerNue-Regular.ttf') format('truetype'), url('font/BlauerNue-Regular.svg#BlauerNue-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'blauer_extralight'; src: url('font/BlauerNue-ExtraLight_Italic.eot'); src: url('font/BlauerNue-ExtraLight_Italic.eot?#iefix') format('embedded-opentype'), url('font/BlauerNue-ExtraLight_Italic.woff2') format('woff2'), url('font/BlauerNue-ExtraLight_Italic.woff') format('woff'), url('font/BlauerNue-ExtraLight_Italic.ttf') format('truetype'), url('font/BlauerNue-ExtraLight_Italic.svg#BlauerNue-ExtraLight_Italic') format('svg'); font-weight: 200; font-style: italic; font-display: swap; }
@font-face { font-family: 'blauer_light'; src: url('font/BlauerNue-Light.eot'); src: url('font/BlauerNue-Light.eot?#iefix') format('embedded-opentype'), url('font/BlauerNue-Light.woff2') format('woff2'), url('font/BlauerNue-Light.woff') format('woff'), url('font/BlauerNue-Light.ttf') format('truetype'), url('font/BlauerNue-Light.svg#BlauerNue-Light') format('svg'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'blauer_bold'; src: url('font/BlauerNue-Bold.eot'); src: url('font/BlauerNue-Bold.eot?#iefix') format('embedded-opentype'), url('font/BlauerNue-Bold.woff2') format('woff2'), url('font/BlauerNue-Bold.woff') format('woff'), url('font/BlauerNue-Bold.ttf') format('truetype'), url('font/BlauerNue-Bold.svg#BlauerNue-Bold') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'avenirroman'; src: url('font/avenirroman.eot'); src: url('font/avenirroman.eot') format('embedded-opentype'), url('font/avenirroman.woff2') format('woff2'), url('font/avenirroman.woff') format('woff'), url('font/avenirroman.ttf') format('truetype'), url('font/avenirroman.svg#avenirroman') format('svg'); }

@font-face { font-family: 'Bodoni_Moda'; src: url('font/BodoniModa28pt-ExtraBoldItalic.eot'); src: url('font/BodoniModa28pt-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'), url('font/BodoniModa28pt-ExtraBoldItalic.woff2') format('woff2'), url('font/BodoniModa28pt-ExtraBoldItalic.woff') format('woff'), url('font/BodoniModa28pt-ExtraBoldItalic.ttf') format('truetype'), url('font/BodoniModa28pt-ExtraBoldItalic.svg#BodoniModa28pt-ExtraBoldItalic') format('svg'); font-weight: bold; font-style: italic; font-display: swap; }



:root {
--body-color: #000000;
--primary-color: rgba(208, 103, 40, 1);
--footer-color: rgba(226, 226, 229, 1);
--black-color: #000000;
--white-color: #FFFFFF;
--body-font: 'avenirroman';
--heading-font:'blauer_regular';
--blauer-light:'blauer_light';
--blauer-bold:'blauer_bold';
--blauer-extra-light:'blauer_extralight';
--Bodoni_Moda:'Bodoni_Moda';
}

*:focus { outline: none; }

/* 1. Create a Clean Base
------------------------------------------------------------------------------*/
html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address, small, big, cite,
 dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label, input, textarea, option,
  .nobox { background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display: block; }

blockquote { quotes: none; }
br { height: 0; }
ul, ol, dl, li { margin: 0; padding: 0; list-style-type: none; }
ul, ol { margin: 0 0 0 0px; }
html, body { appearance: none; -webkit-appearance: none; border: none; -webkit-text-size-adjust: none; }

/* 2. Define Base Typography
------------------------------------------------------------------------------*/
body { padding: 0; margin: 0; font-family: var(--body-font); font-size: 20px; color: var(--body-color); line-height: 28px; box-sizing: border-box; overflow-x: hidden; }
/* section { overflow: hidden; } */
*, *:after, *:before { box-sizing: border-box; }

/* Create the Default Headers  */
h1, h2, h3, h4, h5, h6 { margin: 0; color:var(--body-color); line-height: normal; font-weight: normal; font-family: var(--heading-font); text-transform: capitalize; }

/* Specific Header Settings */
h1, .h1 { font-size: 65px; line-height: 44px;}
h2, .h2 { font-size: 55px; line-height: 66px; }
h3, .h3 { font-size: 40px; line-height: 50px;}
h4, .h4 { font-size: 30px; }
h5, .h5 { font-size: 25px; }
h6, .h6 { font-size: 20px; }
p { word-wrap: break-word; margin-bottom: 24px; font-size: 20px; line-height: 28px; }

/* Other Typo */
strong { font-weight: bold; }
hr { border: 0 #000 solid; border-top-width: 1px; clear: both; height: 0; }
ol { list-style: decimal; display: inline-block; width: 100%;}
ul { display: inline-block; padding-bottom: 20px; list-style: disc; width: 100%;
}/* Remove border around linked images */
img { max-width: 100%; border: 0; border-style: none; height: auto; }

/* 4. Links
------------------------------------------------------------------------------*/

/* Default Link Types */
a { text-decoration: none; transition: 0.5s; color:var(--primary-color); display: inline-block; font-size: 20px; line-height: 28px; }
a:hover { color: var(--body-color); }

/* 5. Forms
------------------------------------------------------------------------------*/
.button, a.button, button, html input[type="button"], input[type="reset"], input[type="submit"] { font-family: var(--heading-font); font-weight: normal; margin: 0 0 0 0; padding: 16px 24px; border-radius: inherit; background-color: var(--white-color); border: 2px solid  var(--primary-color); display: inline-block; vertical-align: middle; letter-spacing: 0%; font-size: 18px; color: rgba(0, 0, 0, 1); line-height: 21px; position: relative; /*outline: 5px solid #45ce27;*/ box-shadow: none; text-align: center; text-decoration: none; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; overflow: hidden; position: relative; z-index: 0; cursor: pointer; text-transform: uppercase; }
.button:hover, a.button:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { color: #ffffff; background-color: var(--primary-color);}

input[type="search"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], textarea,
select { color: rgba(110, 110, 110, 1); padding: 20px; font-family: var(--primary-font); font-size: 20px; letter-spacing: 0; line-height: 28px; outline: none; width: 100%; appearance: none; resize: none; background: #FFFFFF 0% 0% no-repeat padding-box; border: 1px solid rgba(170, 170, 170, 1); border-radius: none; }


textarea {width: 100%; padding: 10px 24px; min-height: 96px; background: rgba(255, 255, 255, 1); resize: none; margin: 0 0 15px; }

/* input[type="submit"]:hover{ color: var(--red-color); border: 3px solid transparent;} */

input::-webkit-input-placeholder { color: #333; opacity: 37%; }
input:-moz-placeholder { color: #333; /*opacity: 0,8;*/ }
input::-moz-placeholder { color: #333; opacity: 37%; }
input:-ms-input-placeholder { color: #333; opacity: 37%; }
textarea::-webkit-input-placeholder { color: #333; opacity: 37%; }
textarea:-moz-placeholder { color: #333; opacity: 37%; }
textarea::-moz-placeholder { color: #333; opacity: 37%; }
textarea:-ms-input-placeholder { color: #333; opacity: 37%; }

/* ul li css */
ul li { position: relative; padding: 6px 8px 6px 18px;text-align: left; }
ul.col-2 li {width: 50%;float: left;}
ul.col-3 li {width: 33.33%;float: left;}
ul.col-2 li:before, ul.col-3 li:before, ul li:before
 { position: absolute; content: ""; width: 6px; height: 6px; background-color: var(--primary-color); top: 17px; left: 0; border-radius: 50%; }


 
/* ol li css */
ol li { position: relative; padding: 6px 8px 6px 0px;text-align: left; }
ol.col-2 li {width: 50%;float: left;}
ol.col-3 li {width: 33.33%;float: left;}
/* ol.col-2 li:before, ol.col-3 li:before, ol li:before
 { position: absolute; content: ""; width: 6px; height: 6px; background-color: var(--primary-color); top: 17px; left: 0; border-radius: 50%; } */


/* container */
.container { max-width: 1660px; width: 100%; padding: 0 50px; margin: 0 auto; }
.col1 { width: 100%; }
.col2 { width: 50% !important; }
.col3 { width: 33.33%; }
.col4 { width: 25%; }

.d-flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.justify-content-start { justify-content: flex-start; }
.justify-content-center { justify-content: center; }
.justify-content-end { justify-content: flex-end; } 
.justify-content-between { justify-content: space-between; }
.align-items-start { align-items: flex-start; }
.align-items-center { align-items: center; }
.align-items-end { align-items: flex-end; }
.row-reverse { flex-direction: row-reverse; }
.text-center { text-align: center; } 
.text-left { text-align: left; }
.text-right { text-align: right; }
.gap-100{gap: 100px;}
.mt-24{margin-top: 24px !important;}
.mt-50{margin-top: 40px !important;}

/* **********--------------------- def-page css ----------------------------**************** */
.def-page{padding: 60px 0px 60px;}
.def-page p:last-child{margin-bottom: 0;}
.def-page p{ color: var(--body-color); font-size: 20px; font-style: normal; font-weight: normal; line-height: 28px;}
.def-page .right-img{float:right; margin:0 0 15px 40px; position: relative; z-index: 0; }
.def-page .left-img{float:left; margin:0 40px 15px 0; position: relative;}
.def-page .right-img img{border-radius: 0px; position: relative; border-radius: 8px;}
.def-page .left-img img{border-radius: 0px; position: relative; border-radius: 8px;}
.def-page h2, .def-page h3, .def-page h4, .def-page h5, .def-page h6{ margin: 0 0 23px 0;}


/* .def-page h2{font-size: 72px;line-height: 80px;}  */
.def-page h1,.def_banner h1 { font-size: 60px; line-height: 70px; text-align: center;}
.def-page h2 { font-size: 52px; line-height: 62px; }
.def-page h3{font-size: 40px;line-height: 48px;}
.def-page h4{font-size: 30px;line-height: 40px;}
.def-page h5{font-size: 25px;line-height: 35px;} 
.def-page h6{font-size: 20px;line-height: 30px;}

.def-page ul {margin: 0;padding-bottom: 10px;}
.overflow{ overflow: inherit !important;}
.def-page ul li { list-style: none; text-align: left; color: var(--body-color); font-size: 20px; line-height: 28px; position: relative; padding: 6px 8px 6px 18px; overflow: hidden; }
.def-page ul li:last-of-type{padding-bottom: 5px;}
.def-page ul li:before { position: absolute; content: ""; width: 6px; height: 6px; background-color: var(--primary-color); top: 17px; left: 0; border-radius: 50%;}
.def-page ol li {line-height: normal; list-style-type:none;counter-increment:item;  padding: 5px 0 5px 0;  color: var(--body-color); font-size: 20px;}
.def-page ol li:before {display:inline-block; content: counter(item) "."; color: var(--body-color); padding-right:10px;}
.def-page ul.col-2, .def-page ul.col-3 { overflow: hidden }
.def-page ul.col-2 li {width: 50%;float: left;}
.def-page ul.col-3 li {width: 33.33%;float: left;}
.def-page p {padding-bottom: 0px;}
.privacy-page ol { margin-bottom: 25px;}
.privacy-page ol>li:before { padding-right: 05px;}
.privacy-page .privacy-inner{ padding-left: 0px; margin-bottom: 20px;}
.privacy-page .privacy-inner ul{ margin-top: 05px; }
.privacy-page ul,.privacy-page ol{ margin-left:0px;}
.privacy-page ol li{padding: 6px 8px 6px 18px;}
.pagenotfound {width: 100%;display: block;padding: 80px 0px;text-align: center;}
.pagenotfound h2 {font-size: 50px;font-weight: 600;}
.pagenotfound p{font-size: 20px;}
.thankyou {text-align: center;}
/* .thankyou h3 strong {font-size: 46px;} */
.clearfix:after { clear: both; display: block; visibility: hidden; content: ""; }
.def-page a{ color: var(--primary-color); font-size: 20px; text-decoration: none; transition: 0.5s;}
.def-page a.button{ color: var(--primary-color); }
.def-page a.button:hover{text-decoration: none;}
.def-page a:hover{ text-decoration: none; color: var(--body-color);}
.def-page a.button:hover{color: var(--white-color); }
/* .def-page strong{ font-size: 24px; } */

/* **********--------------------- validation css ----------------------------**************** */
form .input_filed .wpcf7-not-valid-tip{ display: none !important; }
.wpcf7-not-valid{ border: 1px solid #dc3232 !important; }
form .cf7sr-recaptcha .wpcf7-not-valid-tip{ display: block !important; font-size: 15px; }
.submit-captcha { margin-top: -5px; display: flex; /* width: 100%; */ align-items: flex-start; justify-content: flex-start; }
.submit-captcha .input-fild:last-child{ margin-top: 17px; } .wpcf7 form .wpcf7-response-output { margin: 0.5em auto; padding: 0.2em 1em; border: 2px solid #00a0d2;    width: 100%; text-align: center; }

/* header css */
header{ position:relative; z-index:99; }
.header_otr{ display:flex; align-items:center; justify-content:space-between; padding-top: 20px; }
.header_logo{ display:block; }
.header_logo img{  display:block; }
.header_nav ul{ display:flex; align-items:center; gap:102px; margin:0; padding:0; }
.header_nav ul li,footer ul li{padding: 0;}
.header_nav ul li::before,footer ul li::before{content: none;}
.header_nav ul li a{font-size: 26px; text-transform: uppercase; line-height: 30px; color: rgba(0, 0, 0, 1); font-family: var(--heading-font);  position:relative; transition:all .3s ease;}
/* .header_nav ul li a::after{ content:""; position:absolute; left:0; bottom:-8px; width:0; height:2px; background: var(--primary-color); transition:width .3s ease; } */

/* Hover */
.header_nav ul li:hover a{ color: var(--primary-color); }
/* .header_nav ul li:hover a::after,.header_nav ul li.active a::after{ width:100%; } */
.header_nav ul li.active a{ color: var(--primary-color); }
.hero_banner{ background:url(images/banner.png) no-repeat; background-size:100% 85%; background-position: bottom; position:relative; padding:160px 0 160px 0; height: 100vh }
.hero_content{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 1045px; margin:0 auto;  text-align:center;   z-index:1; -webkit-backdrop-filter:blur(2px);  }
.hero_content h1{ color:#fff; text-transform:uppercase; margin-bottom: 30px; font-family:var(--blauer-bold); font-size: 97px;line-height: 110px;}
.hero_content h1 strong{ font-family: var(--Bodoni_Moda); font-weight: normal; color: var(--primary-color) ; text-shadow: none;}
.banner_btn a.button{ display:inline-block; padding: 20px 19px; background: rgba(141, 143, 154, 0.78); color: #fff; text-transform: uppercase; font-size:35px; line-height:42px; transition:.3s ease; margin: 10px 0; }
.banner_btn a.button:hover {color: #000; background-color: #fff;}
.where_exceptional{ padding:70px 0; text-align: center; }
.where_exceptional h2{font-size: 56px; line-height: 64px; font-family: var(--blauer-light); text-transform: uppercase; padding-bottom: 32px;}
.where_exceptional h2 strong{ color: var(--primary-color);  font-family:var(--Bodoni_Moda);  
 }

.where_exceptional_otr{max-width: 67%; width: 100%; margin: 0 auto;}

.service_title{ position:relative; text-align:right; margin-bottom:32px; }
.service_title::before { content: ""; position: absolute; left: 0; right: 40px; top: 50%; height: 3px; background: var(--primary-color); transform: translateY(-50%);
}.service_title h2,.service_title .h2{ position:relative; z-index:1; display:inline-block; background:#fff; padding-left:25px; color:var(--primary-color); margin:0; text-transform: uppercase; }

.common_main_item_box_content h3{padding-bottom: 8px; text-transform: uppercase;}
.common_main_item_box_content p{margin-bottom: 16px;}
.common_main_otr{ background: #E2E2E5; padding: 72px 0; display: flex; flex-direction: column; gap: 60px 0; }
.common_main_item{ padding: 52px 0px 51px 0; position: relative; max-width: 100%; }
.common_main_item .common_main_item_box{  border-left: 0; padding: 0px 0px 0px 0px; text-align: right;   }
.common_main_item .common_main_item_box::before{ content: ''; position: absolute; width: calc(100% - 61px); left: 0; top: 50%; transform: translateY(-50%); height: calc(100% - 101px);  border: 2px solid #000000; border-left-width: 0; z-index: 1; }
.common_main_item .common_main_item_box .common_main_item_box_inr{display: flex; gap: 40px; justify-content: space-between; }
.common_main_item .common_main_item_box .common_main_item_box_inr .common_main_item_box_content{ max-width: 58.9%; width: 100%; padding: 50px 0 50px 60px;     position: relative; z-index: 1}
.common_main_item_box .common_main_item_box_inr .common_main_item_box_img{ max-width: 41.2%; width: 100%; }
.simple_img { line-height: 0; width: 100%; height: 100%;  position: relative;}
.simple_img img{ width: 100%; height: 100%; object-fit: cover; }

.common_main_item_box .common_main_item_box_inr .common_main_item_box_img .position_img { position: absolute; top: 0; right: 0; width: 654px; height: 100%; z-index: 0; }
.common_main_item_box .common_main_item_box_inr .common_main_item_box_img .position_img img{ width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }
.common_main_otr .common_main_item:nth-child(even) .common_main_item_box .common_main_item_box_inr .common_main_item_box_img .position_img{ left: 0; right: auto; }
.common_main_otr .common_main_item:nth-child(even) .common_main_item_box::before{ left: auto; right: 0; border-right: 0; border-left-width: 2px; }
.common_main_otr .common_main_item:nth-child(even) .common_main_item_box{ text-align: left; }
.common_main_otr .common_main_item:nth-child(even) .common_main_item_box .common_main_item_box_inr{ flex-direction: row-reverse; }

.multiple_btn{gap: 16px; align-items: center; justify-content: flex-end;}

.proudly_serve{padding: 70px 0 76px 0;}
.left_title.service_title{text-align: left;}
.left_title.service_title h2{padding-left: 0; padding-right: 25px; }
.left_title.service_title::before{right: 0;}

.proudly_serve_inr{ display:flex; justify-content:space-between; gap:76px;}
.proudly_faq{ max-width: 31%; width:100%; }
.proudly_img{ max-width: 69%; width:100%; }
.proudly_img img{ width:100%; display:block;height: 100%; }

.serve_item{ margin-bottom: 32px;}
.serve_head{ position:relative; padding-left: 76px; border:none; background:none; cursor:pointer; font-size:30px; line-height: 40px; font-family: var(--blauer-light); color: #000000; text-transform:uppercase; }
.serve_head, .faq_title{ position:relative; }
.serve_head::before, .faq_title::before{ content:""; position:absolute; left: 20px; top: 20px; width:24px; height:24px; transform:translateY(-50%); background:url(images/plus.png) no-repeat center; background-size:contain; }
.serve_item.active .serve_head::before,.faq_item.active .faq_title::before{ background-image:url(images/minus.png); }
.serve_item.active .serve_content{ max-height:100%; opacity: 1; padding-top: 16px; }
.serve_content p:last-child{margin-bottom: 0;}
.serve_content{ max-height:0; overflow:hidden; opacity:0; padding-left:76px; transition: max-height 0.5s ease, opacity 0.4s ease;}
.serve_item.active .serve_content{ opacity:1; padding-top:16px; }

.faq_sec{ padding: 0px 0 70px 0; }
.faq_item{ border-bottom: 4px solid #333333; padding: 20px 0 24px 0; }
.faq_title::before{right: 20px; left: auto; width: 28px; height: 28px;}
.faq_title{ position: relative; cursor:pointer; font-size:26px; line-height: 36px; font-family: var(--blauer-light); color: #000000; text-transform:uppercase; }
.faq_content{ max-height: 0; overflow: hidden; opacity: 0; padding-top: 0; transition: max-height .5s ease, opacity .4s ease; }
.faq_item.active .faq_content{ opacity: 1; padding-top: 18px; }
.faq_content p:last-child{ margin: 0; }

.footer_section{ padding:60px 0 40px; background: var(--footer-color); }
.footer_row{ display:flex; justify-content:space-between; flex-wrap:wrap; }
.footer_info{ max-width: 400px; line-height: 0; width:100%; }

.footer_logo{ line-height: 0; display:inline-block; margin-bottom:40px; }
.footer_logo img{ display:block; width: 100%; max-width: 100%;}
.footer_contact p,.footer_contact a{ margin:0 0 10px; font-family: var(--blauer-light); font-size: 22px; line-height: 30px; }
.footer_contact a:hover{color: var(--primary-color);}
.footer_contact a{ display:inline-block; color:#000; text-decoration:none; margin-bottom: 32px; }

.footer_social{ padding:0; list-style:none; line-height: 0; display: flex; gap: 20px;}
.footer_social li{ display:inline-block;}
.footer_social a{ display:block; line-height: 0;}
.footer_links{ max-width: 13%; width:100%; }

.footer_title{ margin:0 0 25px; font-size:28px; line-height:38px; font-family: var(--heading-font); margin-bottom: 30px; }
.footer_menu{ padding:0; margin:0; list-style:none; text-transform: uppercase; }
.footer_menu li:not(:last-child){ margin-bottom:24px; }
.footer_menu a{ color:#000; text-decoration:none; font-size: 22px; line-height: 30px; }
.footer_menu a:hover{color: var(--primary-color);}
.footer_form_wrap{ max-width: 594px; width:100%; }
.footer_social a{ transition:all .4s ease; }
.footer_social a:hover{ background: transparent; border-color: var(--primary-color); transform:scale(1.15); }
.footer_social a:hover img{ filter:sepia(1) saturate(5) hue-rotate(-10deg); }
.footer_form_row{ display:flex; flex-wrap:wrap; margin:0 -5px; }
.footer_form_col{ max-width:50%; width:100%; padding:0 5px; margin-bottom:15px; }
.footer_form_col span.wpcf7-form-control-wrap input{ width:100%; border-radius: inherit; border: none; border-bottom: 1px solid #6E6E6F ; background: #B7B7B9; padding: 16px; box-sizing:border-box; font-size: 16px; line-height: 19px; font-family: var(--body-font); color: #000; }
.footer_form_col span.wpcf7-form-control-wrap input::-webkit-input-placeholder { color: #000000 ; opacity: 1; }
.footer_btn{height: fit-content; display:block !important; padding: 12px 40px !important; margin: 0 auto 0 !important; border:1px solid #000000 !important; background:transparent !important; cursor:pointer !important; font-size: 18px !important; line-height: 21px !important; }
.footer_btn:hover{background-color: var(--primary-color) !important; color: #fff;}
.submit_reptcha{display: flex; gap: 40px; align-items: center;}
.cf7-cf-turnstile{line-height: normal;}
.cf-turnstile-cf7-3717812038 div{line-height: 0;}

.elevate { position: relative;}
.elevate::before{    content: ''; position: absolute; width: 915px; left: 0; top: 50%; transform: translateY(-50%); height: calc(100% - 95px); border: 2px solid #D06728; border-left-width: 0; z-index:-1;}
.elevate_inr{display: flex; gap: 50px; align-items: center;}
.elevate .elevate_content{padding: 73px 0 48px 0; max-width: 40%; width: 100%;}

.elevate_img{max-width: 60%; width: 100%; position: relative; z-index:1; line-height: 0;}
.elevate_img img{width: 100%;}
.elevate_img::after{ content:""; position:absolute; inset:0; background:rgba(0,0,0,.6); }
.elevate_img_content{ position:absolute; left: 40px; bottom: 40px; z-index:2; }
.elevate_img_content .h2 strong{display: block; color: var(--primary-color); font-family: var(--Bodoni_Moda); }
.elevate_img_content .h2{font-family: var(--blauer-light); color: #fff; text-transform: uppercase;font-size: 70px;line-height:80px;}

.through{padding: 20px 0 50px; width: 100%; margin: 0 auto;}
.through h2{margin-bottom: 16px;}

.custom{padding-bottom: 70px;}
.custom_inr{display: flex;  margin: 0 -20px; flex-wrap:wrap;}
.custom_card { width: 50%; text-align: left; padding: 20px; }
.custom_box{  border: 1px solid #000000;   display: flex; flex-direction: column; padding: 40px; height: 100%; }
.custom_box h3{padding-bottom: 30px; text-transform: uppercase;}

/* .custom_box p{padding-bottom: 35px;} */
.custom_box a.button{width: fit-content; margin-top: auto;}

.bg_white{background-color: #fff;}

.feature_benefit p{text-align: left;}
.feature_benefit .proudly_faq{max-width: 100%; text-align: left;}
.feature_benefit .common_main_item_box .common_main_item_box_inr .common_main_item_box_img .position_img { width: 892px; }
.feature_benefit .common_main_item .common_main_item_box .common_main_item_box_inr .common_main_item_box_content { max-width: 38%;}
.feature_benefit .common_main_item{    padding: 52px 0px 51px 0;}
.feature_benefit .common_main_item_box .common_main_item_box_inr .common_main_item_box_img { max-width: 56%;height: stretch;}
.services_section.feature_benefit .serve_head{padding-left: 56px; font-size: 24px; line-height: 32px; text-transform: capitalize;}
.feature_benefit .common_main_item .common_main_item_box::before{ height: calc(100% - 100px); width: calc(100% - 50px);}
.services_section.feature_benefit .serve_content{padding-left: 56px;}
.services_section.feature_benefit .serve_head::before { top: 15px; left: 10px; width: 22px; height: 22px;}
.services_section.feature_benefit .common_main_item .common_main_item_box {padding: 0;}
.services_section.feature_benefit .serve_item:last-child{margin-bottom: 0;}
.services_section.feature_benefit .serve_item{margin-bottom: 22px;}
.services_section.feature_benefit .common_main_otr{padding-top: 0;}
.faq_sec.concepting{padding-top: 0;}

.feature_benefit.feature_benefit_2 .common_main_item .common_main_item_box .common_main_item_box_inr{flex-direction: row-reverse;}
.feature_benefit.feature_benefit_2 .common_main_item .common_main_item_box::before {border-right-width: 0; border-left-width: 2px; left: 50px;}
.feature_benefit.feature_benefit_2 .common_main_item_box .common_main_item_box_inr .common_main_item_box_img .position_img{left: -1px;}
.feature_benefit.feature_benefit_2 .common_main_item{    padding: 52px 0px 51px 0px; }
/* .feature_benefit.feature_benefit_2 .common_main_item_box .common_main_item_box_inr{align-items: center;} */

header.service_header { position: absolute; top: 20px; left: 0; z-index: 2; width: 100%; }
.service_header{ position: absolute; top: 0; left: 0; width: 100%; z-index: 99; }
.service_header .header_nav ul li a{ color: #fff; }

.banner{ position: relative; }
.banner_img img{ display: block; width: 100%; }
.banner .container{ position: relative; }
.banner_content{ position: absolute; bottom: 40px; width: 100%; z-index: 0; }
.banner_content .h2{color: #fff; font-family: var(--blauer-light); text-transform: uppercase;font-size: 72px; line-height: 82px;}
.banner_content .h2 strong{ font-family: var(--Bodoni_Moda);  color: var(--primary-color); }

.through p:last-child{margin-bottom: 0;}
.through h2{ font-family: var(--blauer-light); }
.through.trusted{padding-bottom: 0;}

.offering{padding-bottom: 70px;}
.offering_inr{ display:flex; flex-wrap:wrap; justify-content: center; margin:0 -15px; }
.offering_card{ max-width:33.33%; width:100%; padding:15px; }
.offering_box{ position:relative; overflow:hidden; }
.offering_box img{ display:block; width:100%; object-fit:cover; }
.offering_box::before{ content:""; position:absolute; width: 100%; height: 100%;  background:rgba(54, 56, 58, 0.9); z-index:1; }
.offering_content{ position:absolute; top:44px; left:44px; right:81px; bottom:44px; z-index: 1; display:flex; flex-direction:column; }
.offering_content a{ margin-top:auto; width: fit-content;}
.offering_content h3,.offering_content p{color: #fff;}
.offering_content h3{margin-bottom: 40px; text-transform: uppercase;}
.offering_content p{margin-bottom: 0;}

.elevate.let_us::before{width: 100%; border-right-width: 0;}
.elevate.let_us .elevate_img{margin: 0 auto;}
.elevate.let_us .elevate_inr{margin-top: 40px;}
.elevate.let_us .elevate_img_content{    top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center;}
.elevate.let_us .elevate_img_content h2 strong{text-transform: uppercase;}
.elevate.let_us .elevate_img::after{background: none;}

.contact{padding: 40px 0 70px 0;}
.contact_wrapper{ display:flex; flex-wrap:wrap; }
.contact_info{ max-width:31%; width:100%; padding-right:96px; display: flex; flex-direction: column; justify-content: center; }
.contact_form{ max-width: 69%; width:100%; padding-left: 117px; border-left:1px solid rgba(170, 170, 170, 1); }
.contact_form h3{ font-size:35px; line-height: 42px; margin-bottom:20px; }

.info_box{ display:flex; margin-bottom:35px; gap: 20px; }
.info_box:last-child{margin-bottom: 0;}

.icon img{ width:40px; height:40px; object-fit: cover; }

.info_text{ width:calc(100% - 55px); }
.info_text h3{ font-size: 35px; line-height: 42px; margin-bottom: 4px; font-family: var(--blauer-light); }
.info_text p{ color:rgba(110, 110, 110, 1); font-size: 20px; line-height: 28px; margin-bottom: 8px; }
.info_text p a:hover{ color: var(--primary-color);}
.info_text p:last-child{margin-bottom: 0;}
.info_text span{color: #000000;}

.form_row{ display:flex; justify-content:space-between; margin:0 -15px 18px; }

 .form_group{ max-width:50%; width:100%; padding:0 15px; }
.form_group.full{ max-width:100%; width:100%; padding:0; margin-bottom:18px; }
.form_group span label{display: block; margin-bottom: 12px;}
.form_group span input::-webkit-input-placeholder,.form_group textarea::-webkit-input-placeholder { color: rgba(110, 110, 110, 1) ; opacity: 1; }
.form_group span textarea{min-height: 147px; padding: 20px;}
.form_group span select { background-image: url(images/down-arrow.webp); background-position: 97% center; background-size: 15px; background-repeat: no-repeat; }

.Submit_btn input.button{background: var(--primary-color); color: #fff;}
.Submit_btn input.button:hover{color: var(--primary-color) !important; background-color: transparent !important;}

.full_width { width: 100% !important; max-width: 100% !important; }

.wpcf7-not-valid-tip{display: none;}

/*========================== Submenu ==========================*/

/*==========================
    Sub Menu
==========================*/

.header_nav ul li{ position:relative; }

.header_nav ul li > ul.sub-menu{ position:absolute; top:100%; left:0; min-width:270px; margin-top: 10px; padding:0; 
    list-style:none; background:#fff; box-shadow:0 10px 30px rgba(0,0,0,.28); z-index:99; display:flex; flex-wrap:wrap; gap:0; opacity:0; visibility:hidden; 
    transform:scaleY(0); transform-origin:top center; transition:opacity .3s ease, transform .3s ease; }

.header_nav ul li > ul.sub-menu li > ul{margin:0;}

.header_nav ul li:hover > ul.sub-menu{ opacity:1; visibility:visible; transform:scaleY(1); }

.header_nav ul li > ul.sub-menu li{ width:100%; position:relative; border-bottom:1px solid #e5e5e5; }

.header_nav ul li > ul.sub-menu li:last-child{ border-bottom:none; }

.header_nav ul li > ul.sub-menu li a{ display:block; padding:12px 18px; font-size:16px; line-height:18px; color:var(--body-color); transition:.3s; }

.header_nav ul li > ul.sub-menu li:hover > a, .header_nav ul li > ul.sub-menu li.current-menu-item > a, .header_nav ul li > ul.sub-menu li.current_page_item > a, .header_nav ul li > ul.sub-menu li.current_page_parent > a, .header_nav ul li > ul.sub-menu li.current_page_ancestor > a{ background:var(--primary-color); color:#fff; }

.header_nav > ul > li:hover > a, .header_nav > ul > li.current-menu-item > a, .header_nav > ul > li.current-menu-parent > a, .header_nav > ul > li.current_page_parent > a, .header_nav > ul > li.current_page_ancestor > a{ color:var(--primary-color); }

.header_nav ul li > ul.sub-menu li > ul.sub-menu{ top:0; left:100%; }
.header_nav ul li.menu-item-has-children > a{ position:relative; padding-right:26px; }
.header_nav ul li.menu-item-has-children > a::after{ content:""; position:absolute; right: 8px; top:50%; width:10px; height:10px; margin-top:-10px; border-right:2px solid currentColor; border-bottom:2px solid currentColor; transform:rotate(45deg); transition:.3s ease; }

.header_nav ul li > ul.sub-menu{ transition: opacity .5s ease, visibility .5s ease, transform .5s cubic-bezier(.25,.8,.25,1); }
/* .header_nav ul li.menu-item-has-children:hover > a::after{
    transform:rotate(225deg);
} */

.common_main_item:nth-child(even) .multiple_btn{ justify-content: flex-start; }

.footer_menu li.current_page_item a{color: var(--primary-color);}

.def_banner{ background: #E2E2E5; margin-top: 30px; padding: 30px 0; }

.copyright p { margin: 40px 0 0; text-align: center; text-transform: uppercase; font-size: 20px; line-height: 30px; }
.copyright a { color: #000; text-decoration: none; font-size: 22px; line-height: 32px; }
.copyright a:hover { color: var(--primary-color); }

.menu-toggle{display: none;}

/* 28-07-2026 */
.page-template-secondary h1{ font-size: 60px; text-align: left; line-height: 70px;padding-bottom: 10px;color: var(--primary-color);text-transform: uppercase; }
.where_exceptional p:last-child{margin-bottom: 0;}
.elevate_content h2 { padding-bottom: 10px; }
.common_main_item_box_inr .common_main_item_box_content h2 { text-align: left; padding-bottom: 10px; }
section.services_section.feature_benefit h2 { padding-bottom: 16px; }
.left_title.service_title h2:first-child{padding-bottom: 0;}
section.through ol { text-align: left; padding: 0px 0px 0px 38px;
}section.through ol li{list-style: decimal;padding-bottom: 20px;}
.common_main_item_box_content h2{padding-bottom: 16px;}
.elevate.full_width .elevate_content { max-width: 100%; width: 100%; }
.elevate.full_width::before { width: 95%;}
section.services_section.feature_benefit .common_main_item_box_inr .common_main_item_box_content h2 {color: var(--primary-color);
text-transform: uppercase;
}


/* 31-07-26 */
.where_exceptional_otr p { text-align: justify; }
.home .services_section .common_main_item_box .common_main_item_box_inr .common_main_item_box_img .position_img { width: 797px; }
.page-id-22 .offering_content a.button {background-color: transparent;color:var(--white-color); }
.page-id-22 .offering_content a.button:hover{background-color:var(--primary-color) ;}
.proudly_img.Plumbing_map { width: 100%; line-height: 0; } 
.proudly_img .Plumbing_box { height: 100%; border-radius: 8px; }
.page-id-28 section.through.trusted.text-center p { text-align: justify; }

ul.ul_70 { width: 70%;  }
ul.ul_80 { width: 80%;  }
ul.ul_90 { width: 90%;  }


ul.ul_center li { text-align: center; width: fit-content; margin: 0 auto; }

.page-template-our-service .banner {
border-bottom: 5px solid var(--primary-color);
}
.page-template-our-service .banner::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -51px; 
    width: 100%;
    height: 46px; 
    background: #7A7A7A;
}

.page-template-our-service .through { padding: 70px 0 50px;}



/* gray-img */
.simple_img { line-height: 0; width: 100%; height: 100%; position: relative; }
.simple_img img { position: absolute; inset: -50px -61px -50px 0; width: calc(100% + 61px); height: calc(100% + 100px); object-fit: cover; display: block; }
.simple_img::after { content: ""; position: absolute; inset: -50px 0px -50px 0; backdrop-filter: grayscale(100%) brightness(.70); -webkit-backdrop-filter: grayscale(100%) brightness(.70); pointer-events: none; clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%, 0px 50px, 0px calc(100% - 50px), calc(100% - 61px) calc(100% - 50px), calc(100% - 61px) 50px, 0px 50px ); }
.common_main_otr .common_main_item:nth-child(even) .common_main_item_box .common_main_item_box_inr .simple_img::after { content: ""; position: absolute; inset: -50px 0 -50px 0px; backdrop-filter: grayscale(100%) brightness(.70); -webkit-backdrop-filter: grayscale(100%) brightness(.70); pointer-events: none; clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%, 61px 50px, 61px calc(100% - 50px), 100% calc(100% - 50px), 100% 50px, 61px 50px ); }
.common_main_otr .common_main_item:nth-child(even) .common_main_item_box .common_main_item_box_inr .simple_img img { position: absolute; inset: -50px 0 -50px 0px; width: calc(100% + 61px); height: calc(100% + 100px); object-fit: cover; display: block; }
.common_main_otr .common_main_item:nth-child(even) .common_main_item_box .common_main_item_box_inr .common_main_item_box_content{ padding: 50px 61px 50px 0; }


.left .simple_img img,.right .simple_img img{  inset: -50px 0px -50px 0px; }

.right .simple_img::after{ clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%, 0px 50px, 0px calc(100% - 50px), calc(100% - 50px) calc(100% - 50px), calc(100% - 50px) 50px, 0px 50px); }
.left .simple_img::after{ clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%, 50px 50px, 50px calc(100% - 50px), 100% calc(100% - 50px), 100% 50px, 50px 50px); }
.common_main_item .right .common_main_item_box_inr .common_main_item_box_content{ padding-left: 0; }
.common_main_item .left .common_main_item_box_inr .common_main_item_box_content{ padding-left: 0; }

.hero_banner::before{ content: ""; position: absolute; inset: 0; background: rgba(54, 54, 54, 0.76); z-index: 1; pointer-events: none; }
.hero_content{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, 120%); opacity: 0; filter: blur(10px); transition: transform .9s cubic-bezier(.22,1,.36,1), opacity .9s cubic-bezier(.22,1,.36,1), filter .9s cubic-bezier(.22,1,.36,1); }
.hero_content.show{ opacity: 1; transform: translate(-50%, -50%); filter: blur(0); }
.faq_content p{ margin-bottom: 16px; }


/* 
.header-button a {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    overflow: hidden;
    background-color: var(--primary-color);
    outline: 8px solid var(--primary-color);
    transition: background-color 0.35s ease, outline-color 0.35s ease;
}

.header-button a::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 2px solid #fff;
    transition: border-color 0.35s ease;
    z-index: 1;
}

.header-button a:hover {
    background-color: #fff;
    outline-color: var(--primary-color);
}

.header-button a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%);
    background: url('images/call.png') center / contain no-repeat;
    filter: brightness(8);
    transition: transform 0.35s ease;
    z-index: 2;
}

.header-button a:hover::before {
    filter: brightness(1);
    transform: translate(-50%, -50%) scale(0.92);
}
    
*/


.header-button a{ background: var(--primary-color); display: block; align-items: center; position: relative; width: 60px; height: 60px; }


.header-button a::before { content: ''; position: absolute; top: 50%; left: 50%; width: 45px; height: 45px; transform: translate(-50%, -50%); background: url('images/call.png') center / 24PX no-repeat; filter: brightness(8); transition: transform 0.35s ease; z-index: 2; border: 2px solid #fff; }


.header-button a:hover::before { filter: brightness(1) !important; border: 2px solid var(--primary-color) !important;}

.header-button a:hover{background-color: #fff;}

