@charset "UTF-8";
/*
Theme Name: Clr Illinois
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: 'Montserrat-regular'; src: url('fonts/Montserrat-Regular.eot'); src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Regular.woff2') format('woff2'), url('fonts/Montserrat-Regular.woff') format('woff'), url('fonts/Montserrat-Regular.ttf') format('truetype'), url('fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Montserrat-bold'; src: url('fonts/Montserrat-Bold.eot'); src: url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Bold.woff2') format('woff2'), url('fonts/Montserrat-Bold.woff') format('woff'), url('fonts/Montserrat-Bold.ttf') format('truetype'), url('fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Montserrat-Medium'; src: url('fonts/Montserrat-Medium.eot'); src: url('fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Medium.woff2') format('woff2'), url('fonts/Montserrat-Medium.woff') format('woff'), url('fonts/Montserrat-Medium.ttf') format('truetype'), url('fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Montserrat-SemiBold'; src: url('fonts/Montserrat-SemiBold.eot'); src: url('fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-SemiBold.woff2') format('woff2'), url('fonts/Montserrat-SemiBold.woff') format('woff'), url('fonts/Montserrat-SemiBold.ttf') format('truetype'), url('fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg'); font-weight: 600; font-style: normal; font-display: swap; }

:root {
  --body-color: #666;
  --primary-color: #bc6c25;
  --sec-color: #f5f3e9;
  --white-color: rgba(255, 255, 255, 1);
  --black-color: rgb(0, 0, 0);
  --footer-color: #283618;
  --btn-color: #606c38 ;


  --body-font: 'Montserrat-regular';
  --btn-font: 'Montserrat-SemiBold';
  --heading-font:'Montserrat-bold';
  --Medium-font:'Montserrat-Medium';
}


*: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: 16px; color: var(--body-color); line-height: 1; 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(--black-color); line-height: 1.2; font-weight: normal; font-family: var(--heading-font); text-transform: capitalize; }

/* Specific Header Settings */
h1, .h1 { font-size: 56px; }
h2, .h2 { font-size: 40px; }
h3, .h3 { font-size: 30px; }
h4, .h4 { font-size: 28px; }
h5, .h5 { font-size: 25px; }
h6, .h6 { font-size: 22px; }
p { word-wrap: break-word; margin-bottom: 24px; font-size: 16px; line-height: 25px; }


/* Other Typo */
strong { font-weight: bold; }
hr { border: 0 #000 solid; border-top-width: 1px; clear: both; height: 0; }
ol { list-style: decimal; }
ul { list-style: disc; }


/* 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; display: inline-block; font-size: 16px; line-height: 25px; }
a:hover { color: var(--header); }
/* 5. Forms
------------------------------------------------------------------------------*/
.button, a.button, button, html input[type="button"], input[type="reset"], input[type="submit"] { font-family: var(--btn-font); font-weight: normal; margin: 0 0 0 0; padding: 12px 30px 14px 30px; border-radius: 0; background-color: var(--btn-color); border: 0; display: inline-block; vertical-align: middle; letter-spacing: 2%; font-size: 16px; color: var(--sec-color); line-height: 1; position: relative; outline: none; 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::after, a.button::after{ content: ''; position: absolute; width: 100%; height: 100%; background-color: var(--btn-color); right: 0; top: 0; transition: all 0.3s; z-index: -1; } 
.button:hover::after, a.button:hover::after{ width: 0; } */

.button:hover, a.button:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {color: var(--white-color);  background-color: #283618;}

input[type="search"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], textarea { color: #1C1D21; padding: 19px 25px; background: rgba(255, 255, 255, 1); font-family: var(--body-font); font-size: 18px; letter-spacing: 0; width: 100%; filter: alpha(opacity=100); border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; line-height: 18px; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; outline: none !important; width: 100%; -webkit-appearance: none; -moz-appearance: none; appearance: none; resize: none; caret-color: var(--btn-color); }

textarea { padding: 21px 25px; min-height: 143px; background: rgba(255, 255, 255, 1); overflow-y: auto; resize: vertical; }

input[type="submit"]:hover { color: var(--black-color); background-color: white; }

input::-webkit-input-placeholder { color:var(--btn-color); /*opacity: 0.8;*/ }
input:-moz-placeholder { color:var(--btn-color); /*opacity: 0,8;*/ }
input::-moz-placeholder { color:var(--btn-color); /*opacity: 0.8;*/ }
input:-ms-input-placeholder { color:var(--btn-color); /*opacity: 0.8;*/ }
textarea::-webkit-input-placeholder { color:var(--btn-color); /*opacity: 0.8;*/ }
textarea:-moz-placeholder { color:var(--btn-color); /*opacity: 0.8;*/ }
textarea::-moz-placeholder { color:var(--btn-color); /*opacity: 0.8;*/ }
textarea:-ms-input-placeholder { color:var(--btn-color); /*opacity: 0.8;*/ }

/* container */
.container { max-width: 1365px; 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; }

/* svg path, svg circle { transition: 0.5s; }
.white-btn{ border-color: var(--white-color) !important; color: var(--header) !important; }
.white-btn::after{ background-color: var(--white-color) !important; }
.white-btn:hover{ color: var(--white-color) !important; }
.black-btn:hover{ color: var(--header) !important; } */
/* ------------------------------------------------- */

/* sub - menu css */
ul li ul.sub-menu { padding-left: 0 !important; gap: 0; white-space: nowrap; background-color: var(--primary-color); display: block; border-radius: 3px; flex-direction: column; gap: 0; position: absolute; margin: 0; z-index: 3; margin-top: 11px; text-align: center; transform: scaleY(0); transition: all 0.3s ease; transform-origin: top; box-shadow:none; }
ul li:hover > ul.sub-menu { transform: scaleY(1); }
ul li ul.sub-menu li a { padding: 12px 15px !important; display: block; min-width: 200px; line-height: normal; border-bottom: solid 1px #ffffff !important; transition: all 0.4s ease-in-out; font-size: 20px; text-align: left; line-height: 26px; color: #fff; }
ul li ul.sub-menu li:last-child a { border-bottom: 0 !important; }
ul li ul.sub-menu li { margin: 0; display: block; }
ul li ul.sub-menu li a:hover { color: var(--white-color); }
ul.sub-menu li > ul.sub-menu { position: absolute; left: 100%;  top: 12px;  margin: 0; transform: scaleY(0);  transform-origin: top; transition: transform 0.3s ease-in-out; z-index: 9999;  }
ul.sub-menu li > ul.sub-menu li a::before{ width: 100%; }
ul.sub-menu li > ul.sub-menu li.current-menu-item > a{ color:var(--white-color)!important ;}
ul.sub-menu li.current-menu-item > a{ color: var(--white-color) !important;}
ul.sub-menu li:hover > ul.sub-menu { transform: scaleY(1); }
ul.sub-menu li > ul.sub-menu { visibility: hidden; /* Hide by default */ opacity: 0; }
ul.sub-menu li:hover > ul.sub-menu { visibility: visible; opacity: 1; transform: scaleY(1); transition: transform 0.3s ease, visibility 0s 0s, opacity 0.3s ease-in-out; }
ul li ul.sub-menu li a::after{ right: 10px !important; }
ul li ul.sub-menu li a::before{ display: none; }
ul li ul.sub-menu li{ padding: 0; }
ul li ul.sub-menu li::before{ display: none; }

ul li.current-page-parent > a {position: relative;}
ul li.current-page-parent > a:before {
    content: "";
    position: absolute;
    bottom: -27px;
       height: 3px;
    width: 100%;
    right: 0;
    background-color: var(--btn-color);
    transition: linear .5s;
}
 ul li.current-menu-item:before {
    height: 3px;
    width: 100%;
    right: 0;
}

ul li.menu-item-has-children > a { position: relative; }
ul li.menu-item-has-children > a::after { content: ''; position: absolute; right: -18px; border-top: 2px solid var(--black-color); border-left: 2px solid var(--black-color); top: 0; transform: rotate(-135deg); width: 9px; height: 9px; }

/* slider css */
/* .slider_inr .slider_box { margin: 0 0 0 270px; padding: 40px 0 65px; }
.slider_inr .slider_box .star_img { padding: 0 0 0 10px; }
.slider_inr .slider_box p{ margin: 0; }
.slider_inr .slider_box p strong{ font-family: var(--black_font); } */
/* slider css */

/* ----------------------------------------------------- def-page --------------------------------------------------------------- */
/* def-page */ 
.def-page{padding: 50px 0;}
.def-page p { font-family: var(--body_font); color: var(--body-color); font-style: normal; font-weight: 400; margin: 0 0 15px; }
.def-page .right-img{float:right; margin:0 0 15px 40px; position: relative; z-index: 0; line-height: 0;}
.def-page .left-img{float:left; margin:0 40px 15px 0; position: relative; line-height: 0;}
.def-page .right-img img{border-radius: 0px; position: relative; width: 100% ; height: auto;}
.def-page .left-img img{border-radius: 0px; position: relative; width: 100% ; height: auto;}
.def-page h2, .def-page h3, .def-page h4, .def-page h5, .def-page h6 { margin: 0 0 15px 0; line-height: 25px; font-family: var(--heading-font); padding: 0px; color: var(--black-color); }
/* .def-page h1{ font-size: 72px; line-height: 86px;}  */
.def-page h2{ font-size: 40PX; line-height: 50px;}
.def-page h3{ font-size: 30px; line-height: 40px;}
.def-page h4{ font-size: 28px; line-height: 38px;}
.def-page h5{ font-size:25px; line-height:35px; }
.def-page h6{font-size: 22px; line-height: 32px;}
.privacy-page > div > p{ padding-bottom: 0; }


.def-page ul {margin: 0; padding-bottom: 15px; overflow: hidden; max-width: inherit; width: inherit; padding-left: 0; }
.def-page ul li { list-style: none; font-size: 16px; color: var(--body-color); position: relative; padding: 8px 22px;;}
.def-page ul li:before { content: ""; position: absolute; top: 11px; left: 0; width: 6px; height: 6px; background-color: var(--body-color); border-radius: 50%; }
.def-page ol{padding-left: 0; padding-bottom: 15px;}
.def-page ol li { list-style-type: none; counter-increment: item; font-size: 16px; color: var(--body-color); padding: 5px 0; line-height: 25px; }
.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;}
.privacy-page ol { margin-bottom: 25px;}
.privacy-page ol>li:before { padding-right: 05px;}
.privacy-page .privacy-inner{ margin-bottom: 20px;  padding-left: 30px; }
.privacy-page .privacy-inner ul{ margin-top: 05px; }
.privacy-page ul,.privacy-page ol{ margin-left:20px;}
.privacy-page ol li{padding: 10px 0px;}
.pagenotfound {width: 100%;display: block; padding: 70px 0px 80px; text-align: center;}
.pagenotfound h2 {font-size: 50px;font-weight: 600;}
.pagenotfound p{font-size: 16px;}
.thankyou {text-align: center;}
.thankyou h3 strong {font-size: 46px;}
.clearfix:after { clear: both; display: block; visibility: hidden; content: ""; }
.fl{float:left}.fr{float:right}.cl,.clear,.clr,.social_share{clear:both}.clearfix:after{clear:both;display:block;visibility:hidden;content:""}
.def-page a { color: var(--footer-color); display: inline; }
.def-page a:hover { color:var(--body-color); }
/* .def-page strong { font-size: 20px; } */

/* validation */

form .wpcf7-not-valid-tip{ display: none !important; }
.wpcf7-not-valid{ border: 1px solid #dc3232 !important; }
form .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 {color: #fff; margin: 0.5em auto; padding: 0.2em 1em; border: 2px solid #00a0d2;    width: 100%; text-align: center; }
/* validation */
/* ----------------------------------------------------- def-page --------------------------------------------------------------- */
/* header css */
header .header_inr { gap: 20px; }
header .header_inr .logo ,
header .header_inr .logo a { line-height: 0; }
header .header_right{ width: 100%;}
header .header_right .right_top { padding: 9px 0; }
header .header_right .right_top ul { gap: 30px;}
header .header_right .right_top ul li a { color: var(--white-color); position: relative; font-family: var(--Medium-font); margin: 0 0 0 30px; font-size: 12px; line-height: 1; }
header .header_right .right_top ul li a:hover { color: var(--black-color); }
header .header_right .right_top ul li a::before { content: ''; position: absolute; top: 0px; left: -30px; background: url(images/email.webp) no-repeat center; background-size: 13px; width: 13px; height: 13px; }
header .header_right .right_top ul li:last-of-type a:before { content: ''; position: absolute; top: 0px; left: -30px; background: url(images/location.webp) no-repeat center; background-size: 13px; width: 13px; height: 13px; }
header .header_right .right_btm ul { gap: 40px;}
header .header_right .right_btm ul li a { font-family: var(--btn-font); font-size: 16px; line-height: 1; color: var(--black-color); }
header .header_right .right_btm { margin: 13px 0 ; }
header .header_right .header_menu { max-width: 80%; width: 100%;}
header .header_menu nav ul li { position: relative; }
header .header_menu nav ul li:before { content: ""; position: absolute; right: 0; bottom: -27px; height: 3px; width: 0; background-color: var(--btn-color); transition: linear .5s; }
header .header_menu nav ul li.current-menu-item:before { height: 3px; width: 100%; right: 0; }
header .header_menu nav ul li:hover:before { width: 100%; left: 0; }
header .header_right .header_btn { max-width: 20%; width: 100%; position: relative; }
header .header_right .header_btn a.button{padding: 12px 30px 14px 45px;  background-color: #283618; position: relative;}
header .header_right .header_btn a.button:hover{ background-color: var(--btn-color);}
header .header_right .header_btn a.button::before { content: ''; position: absolute; background: url(images/phone.webp) no-repeat center; width: 13px; height: 13px; background-size: 13px; top: 12px; left: 24px; }
header { position: relative; box-shadow: 0 0 25px #2836183d; }
header::before { content: ''; position: absolute; top: 0; right: 0; background-color: #bc6c25; width: 75%; height: 33px; }
/* header css */
/* Hero Section */
/* .hero { background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(images/hero.webp) center/cover; height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; color: white; } */
section.hero { position: relative; }
.hero .hero_bg_img { line-height: 0; position: relative; top: 0; left: 0; max-width: 100%; width: 100%; }
.hero .hero_bg_img img{width: 100%; height: 100%; }
.hero .hero_bg_img::after { content: ''; position: absolute; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)); z-index: 0; top: 0; left: 0; }
.hero .hero-content { position: absolute; padding: 181px 0 80px; text-align: center; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.hero .hero_btn { padding: 0 0 67px; }
.hero .hero-content h1 { margin-bottom: 45px; color: var(--white-color); }
/* Hero Section */
/* bnr_ser Section */
section.bnr_ser { margin-top: -80px; }
.bnr_ser .bnr_ser_box{ flex: 1; display: flex; align-items: center; padding: 40px; gap: 15px; position: relative; overflow: hidden; }
.bnr_ser .bnr_ser_box::before { content: "01"; font-size: 169px; font-family: var(--heading-font); color: rgba(0, 0, 0, 0.071); position: absolute; right: 0; top: -30px; width: auto; height: auto; }
.bnr_ser .bnr_ser_box:nth-child(2):before { content: "02"; font-size: 169px; font-family: var(--heading-font); color: rgba(0, 0, 0, 0.071); position: absolute; right: -30px; top: -30px; width: auto; height: auto; }
.bnr_ser .bnr_ser_box:last-of-type:before { content: "03"; font-size: 169px; font-family: var(--heading-font); color: rgba(0, 0, 0, 0.071); position: absolute; right: -30px; top: -30px; width: auto; height: auto; }
.bnr_ser .bnr_ser_box > span { font-family: var(--btn-font); font-size: 28px; text-transform: capitalize; }
.bnr_ser .bnr_ser_box.light { background: #f5f3e9; color: #000; }
.bnr_ser .bnr_ser_box.dark { background: #dda15e; color: #fff; }
.bnr_ser .bnr_ser_box .icon { width: 76px; height: 76px; background: #fff; border-radius: 4px; display: flex; align-items: center; justify-content: center; }
/* bnr_ser Section */

/* About Section */
.about { padding: 140px 0 42px; }
.about .about_inr { gap: 60px; }
.about .about_left{ position: relative;}
.about .about_left::before { content: ''; position: absolute; left: 0; bottom: 0; background: url(images/about-logo.webp) no-repeat center; background-size: auto; width: 333px; height: 119px; }
.about .about_left { max-width: 45%; width: 100%; }
.about .about_right { max-width: 55%; width: 100%; }
.about .about_right_img { width: 73%; height: 705px; margin-left: auto; }
.about .about_left_img { width: 310px; height: 513px; position: absolute; z-index: -1; top: 65px; /* transform: translateY(-50%); */ }
.about .about-image {    line-height: 0; width: 100%; height: 100%;}
.about .about-image img { width: 100%; height: 100%; object-fit: cover; }
.about .about-text span { color: #ce935f; font-size: 16px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; font-family: var(--btn-font); display: block; }
.about .about-text h2 { margin-bottom: 20px; line-height: 1.2; }
.about .about-text p { margin-bottom: 20px; color: #666; line-height: 1.8; }
.about .about_right .full_width { max-width: 100%; }
/* About Section */
/* Client Logos */
.client-logos { padding: 0 0 32px; }
.client-logos .logos-box { display: flex; align-items: center; justify-content: space-between; gap: 57px; }
.client-logos .logo-item { text-align: center; transition: transform 0.3s; line-height: 0; max-width: 25%; width: 100%; }
.client-logos .logo-item:hover { transform: translateY(-5px); }
/* Client Logos */
/* .services-section */
.services-section{position: relative;}
.services-section::before { content: ''; position: absolute; left: 0; bottom: 0; background-color: #f5f3e9; width: 100%; height: 60%; z-index: -1; }
.services-section .services-header { text-align: left; margin-bottom: 27px; }
.services-section .services-grid { display: flex; flex-direction: row; gap: 40px; justify-content: center; flex-wrap: wrap; }
.services-section .services-header span { color: #ce935f; font-size: 16px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; font-family: var(--btn-font); display: block; }
.services-section .services-header-left { max-width: 30%; width: 100%; }
.services-section .services-header-right { max-width: 60%; width: 100%; }
.services-section .services-header-right p { color: #666; line-height: 1.8; margin-bottom: 0; }
.services-section .service-card { overflow: hidden; transition: transform 0.3s; max-width: 31%; width: 100%; }
.services-section .service-card-img { line-height: 0;}
.services-section .service-card:hover { transform: translateY(-10px); }
.services-section .service-card img { height: 100%; width: 100%; object-fit: cover; }
.services-section .service-content { padding: 30px 0 38px; }
.services-section .service_box_btn a.button{ color: var(--btn-color); background-color: transparent; padding: 0; border-bottom: 1px solid; }
.services-section .service_box_btn a.button:hover{ color: var(--black-color);}
.services-section .service_box_btn a.button::after{ display: none;}
.services-section .service-content p { color: #666; line-height: 1.8; margin-bottom: 20px; }

.services-section .services-grid .service-card .service-content h3 { margin-bottom: 12px; }
/* .services-section */
/* FAQ Section */
.faq { position: relative; padding: 75px 0; }
.faq .faq_inr { position: relative; }
.faq .faq_main { position: relative; }
.faq  .faq_main h2 { text-align: center; padding-bottom: 33px; color: var(--black-color); }
.accordion { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px 19px; }
.accordion-item { max-width: 49%; width: 100%; overflow: hidden; transition: 0.7s ease-in-out; height: min-content; background: white; border: 1px solid var(--btn-color); color: var(--btn-color); cursor: pointer; }
.accordion-item.active > .accordion-header::before {content: ''; transform: rotate(180deg); }
.accordion-item.active > .accordion-header{background-color: white; }
.accordion-item.active{background-color: white; }
.accordion-content { padding: 0px 30px; max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.accordion-header { position: relative; transition: 0.3s all; opacity: 1; text-align: center; padding: 12px; background: var(--white_color); }
.accordion-header:hover {  background:var(--white_color) }
.accordion-header::before { content: ''; position: absolute; top: 10px; right: 10px; background: url(images/down-arrow.webp) no-repeat center; background-size: cover; width: 24px; height: 24px; transition: 0.5s; }
.accordion-header strong { font-family: var(--btn_font); font-size: 16px; line-height: 1; }
/* Footer */
.footer { background-color: #283618; color: white; padding: 20px 0; }
.footer .footer_logo,
.footer .footer_logo > a { line-height: 0;}
.footer .footer-content { display: flex; margin-bottom: 30px; justify-content: space-between; }
.footer .footer-content .footer-brand {max-width:33.33%; width: 100%; }
.footer .footer-content .footer-links {max-width:20%; width: 100%; }
.footer .footer-content .footer-contact {max-width:20%; width: 100%; }
.footer .footer_logo { padding: 0 0 32px;}
.footer .footer-brand p { line-height: 1.8; margin: 0; }
.footer .footer-links h4, .footer-contact h4 { margin-bottom: 20px; color: var(--white-color); }
.footer .footer-links ul { list-style: none; }
.footer .footer-links li { margin-bottom: 10px; }
.footer .footer-links a { text-decoration: none; transition: color 0.3s; color: var(--white-color); }
.footer  a:hover, .footer .contact-item a:hover { color: var(--btn-color); }
.footer .contact-item { margin-bottom: 15px; }
.footer .contact-item a { color: var(--white-color); margin: 0 0px 0 30px; position: relative; }
.footer .contact-item a::before {content: ''; position: absolute; top: 5px; left: -30px; background: url(images/location.webp) no-repeat center; background-size:100%; width: 16px; height: 16px; }
.footer .contact-item:nth-child(3) a::before {content: ''; background: url(images/phone.webp) no-repeat center;  }
.footer .contact-item:last-child a::before {content: ''; background: url(images/email.webp) no-repeat center;  }
.footer .footer-bottom { border-top: 1px solid #606c38; padding-top: 20px; text-align: center; font-size: 12px; }
.footer .footer-bottom p{ margin: 0; font-size: 12px; line-height: 1;} 
.footer .footer-bottom a{ color: var(--white-color);} 
.footer .footer-bottom a:hover{ color: var(--btn-color);} 
/* footer  */
/* inr_banner */
section.inr_banner { padding: 50px 0 0; }
section.inr_banner h1 {text-transform: uppercase; }
/* inr_banner */
/* contact_page css */

/* .contact */
.contact .contact_left a, .contact .contact_left p { color: var(--btn-color); margin: 0;}
.contact .contact_left a:hover{ color: var(--footer-color);}
.contact .contact_left .mail_img, .contact .contact_left .phone_img, .contact .contact_left .fax_img, .contact .contact_left .location_img { line-height: 0; background-color: #bc6c25; box-shadow: 0 0 20px #28361847; /* border-radius: 50%; */ width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; }
.contact .contact_left .contact_mail ,
.contact .contact_left .contact_phone,
.contact .contact_left .contact_location { gap: 15px; padding: 0; padding: 0 0 50px; }
.contact .contact_form { background-color: #283618; padding: 40px; }
.contact .contact_inr { display: flex; justify-content: space-between; align-items: center; padding: 50px 0; }
.contact .contact_right { max-width: 70%; width: 100%; }
.contact .contact_left { max-width:30%; width: 100%; }
.contact .contact_form form { display: flex; flex-direction: column; }
.contact .contact_form .input-row { display: flex; gap: 40px; margin-bottom: 24px; }
.contact .contact_form input[type="text"],
.contact .contact_form input[type="tel"],
.contact .contact_form input[type="text"], .contact .contact_form input[type="tel"], .contact .contact_form input[type="text"], .contact .contact_form input[type="tel"], .contact .contact_form input[type="email"], textarea { border-radius: 0; width: 100%; padding: 12px 25px 12px; border: none; font-size: 18px; line-height: 18px; background-color: #fff; font-family: var(--heading_font); }
.contact .contact_form textarea { height: 100px; resize: none; margin-bottom: 20px; }
.contact .contact_form .from_btn { display: flex; justify-content: flex-end; }
.contact .contact_form .from_btn .button:hover { background-color:var(--white-color); color: var(--btn-color);}
/* contact */

/* .industry .contact_right { max-width: 50%; width: 100%; }. */
/* contact_page css */

.submit-recaptcha { display: flex; align-items: center; gap: 30px; }
.accordion-header::before { content: ""; position: absolute; right: 18px; top: 20px; width: 10px; height: 10px; border-right: 3px solid #283618; border-bottom: 3px solid #283618; transform: translateY(-60%) rotate(45deg); transition: transform 0.3s ease; }
.accordion-item.active .accordion-header::before { transform: translateY(-40%) rotate(-135deg); }

.col_1 { margin: 0 0 24px; }
.contact_map_inr { line-height: 0; text-align: center; }
.contact_map_inr iframe { width: 100%; height: 300px; }

.faq_page { padding: 50px 0;}
/* .faq_page .accordion-header { text-align: left; } */

header .header_left, footer .footer_logo img { max-width: 150px; width: 100% }

.ser-area-map {
    width: 100%;
    height: 350px;
}


/* .contact_left ul { flex-wrap: wrap; display: flex; justify-content: space-between; gap: 80px; } */
.industry .contact_left ul li {    list-style: none; font-size: 16px; color: var(--body-color); position: relative; padding: 8px 22px; }
.industry .contact_left ul li:before { content: ""; position: absolute; top: 11px; left: 0; width: 6px; height: 6px; background-color: var(--body-color); border-radius: 50%; }


/* service_page */
section.counter { padding: 50px 0; position: relative; background-color: #283618;}
.counter_inr{ display: flex; justify-content: center; }
.counter_inr .counter_item{ max-width: 33.33%; width: 100%; border-right: 1px solid #dadada; }
.counter_inr .counter_item:last-child{ border: 0; }
.counter_inr .counter_item_box{ color: #fff; padding:20px; text-align: center; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.counter_inr .counter_item_box strong{ font-size: 35px; font-family: var(--heading-font); display: block; padding: 0 0 0px;  }
.counter_inr .counter_item:first-child strong{ color: var(--primary-color); font-size: 50px; }
.counter_inr .icon{ width:50px; height: 50px; background: #fff; border-radius: 4px; display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; }
.counter_inr .icon img{ width: 30px; }
.counter_inr p{ margin-bottom: 0; margin-top: auto; }

.page-template-service .inr_banner{ padding: 50px 0; }

.common_section_rep{ padding: 50px 0; position: relative; }
.common_section_inr{justify-content: space-between; gap: 40px; }
.common_section_content{ max-width: 65%; width: 100%; }
.common_section_content h2{ display: flex; align-items: center; justify-content: flex-start; gap: 20px; padding: 0 0 25px; }
.common_section_content h2 span{ width:50px; height: 50px; background: var(--primary-color); border-radius: 4px; display: flex; align-items: center; justify-content: center; }
.common_section_content h2 span img{ width: 30px; }
.common_section_img{ max-width: 32%; width: 100%; }
.common_section_img_box { line-height: 0; width: 100%; height: 100%; }
/* .common_section_img_box img{ width: 100%; height: 100%; object-fit: cover; } */
.common_color_box{ padding: 20px; border-radius: 4px; border-left: 3px solid var(--primary-color);  background-color: var(--btn-color); color: #fff; }
.common_color_box p{ margin-bottom: 0; }

.common_section_rep:nth-child(even){ background-color: #f5f3e9;}
.common_section_rep:nth-child(even) .common_section_content h2 span img{ width: 35px; }
.cta_box{ padding: 50px 0; color: var(--white-color); background-color: #bc6c25; text-align: center; }
.cta_box h2{ color: var(--white-color); padding: 0 0 15px; }
a.call_button{ position: relative;     padding: 12px 30px 14px 45px;}
a.call_button::before { content: ''; position: absolute; background: url(images/phone.webp) no-repeat center; width: 20px; height: 20px; background-size: 17px; top: 12px; left: 20px; }

ul.col-2,ul.col-3{ display: flex; flex-wrap: wrap; margin-top: 20px; }
ul.col-2 li{ width: 50%; padding: 5px 15px 5px 35px; position: relative; }
ul.col-3 li{ width: 33.33%; padding: 5px 15px 5px 35px; position: relative; }
ul.col-2 li::before,ul.col-3 li::before{ content: ''; position: absolute; left: 0; top: 0px; background-image: url(images/checked.webp); background-position: center; background-repeat: no-repeat; background-size: 26px;width: 26px; height: 26px; }
.service_top{ padding-top: 0; }