    @charset "utf-8";
/*----------intial declartaion of css----------*/
* { padding: 0; margin: 0; list-style: none; }
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; }
html { -webkit-text-size-adjust: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word }
q { quotes: none }
q:before, q:after { content: ''; content: none }
small { font-size: 80% }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sup { top: -0.5em; }
sub { bottom: -0.25em }
nav ul, nav ol { list-style: none; list-style-image: none; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; -webkit-appearance: none;}
textarea { overflow: auto; vertical-align: top }
table { border-collapse: collapse; border-spacing: 0 }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: none; cursor: pointer; }
/* remember to define focus styles! */
:focus { outline: 0; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
a { text-decoration: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
table { border: 0 none; border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
img { border: 0 none; max-width: 100%; }
a { outline: none; cursor: pointer; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
/* End hide from IE Mac */ .none { display: none; } /* End Clearfix */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block }
.clear { clear: both; }
img { max-width: 100%; }
/* For modern browsers */ 
.cf:before, .cf:after { content: ""; display: table }
.cf:after { clear: both; }
.cf { *zoom:1;
}
/****************************************************************************************************************/
/********************************************* Common CSS *******************************************************/
/****************************************************************************************************************/ 
p { font-size: 18px; color: #555555; line-height: 30px; font-family: 'Barlow-Regular'; padding: 0 0 20px 0; }
h1, .h1 { font-size: 40px; margin: 0 0 20px 0; color: #231f20; font-family: 'Barlow-SemiBold'; }
h2, .h2 { font-size: 40px; margin: 0 0 20px 0; color: #231f20; font-family: 'Barlow-SemiBold'; }
h3, .h3 { font-size: 30px; margin: 0 0 20px 0; color: #231f20; font-family: 'Barlow-SemiBold'; }
h4, .h4 { font-size: 25px; margin: 0 0 20px 0; color: #231f20; font-family: 'Barlow-SemiBold'; }
h5, .h5 { font-size: 22px; margin: 0 0 20px 0; color: #231f20; font-family: 'Barlow-SemiBold'; }
h6, .h6 { font-size: 20px; margin: 0 0 20px 0; color: #231f20; font-family: 'Barlow-SemiBold'; }
span.h1, span.h2, span.h3, span.h4, span.h5, span.h6 { display: block }
body { font-size: 18px; color: #555555; line-height: 30px; font-family: 'Barlow-Regular'; }
/****************************************************************************************************************/
.noscript { background: #000; color: #fff; float: left; font-size: 20px; left: 0; margin: 0 auto; min-height: 50px; padding: 10px 0; position: fixed; right: 0; text-align: center; bottom: 0; width: 100%; z-index: 999 }
.noscript p { margin-bottom: 0; color: #fff }
.noscript p i { color: #f90; margin-right: 10px; font-size: 20px; vertical-align: middle }
img { max-width: 100%; height: auto }
::selection { background: #0c7f40; color: #FFF }
::-moz-selection {
 background:#0c7f40;
 color:#FFF;
}
::-webkit-selection {
 background:#0c7f40;
 color:#FFF;
}
.mc { margin-left: auto; margin-right: auto }
.mt0 { margin-top: 0 }
.mt5 { margin-top: 5px }
.mt10 { margin-top: 10px }
.mt15 { margin-top: 15px }
.mt20 { margin-top: 20px }
.mt25 { margin-top: 25px }
.mt30 { margin-top: 30px }
.mb0 { margin-bottom: 0 }
.mb5 { margin-bottom: 5px }
.mb10 { margin-bottom: 10px }
.mb15 { margin-bottom: 15px }
.mb20 { margin-bottom: 20px }
.mb25 { margin-bottom: 25px }
.mb30 { margin-bottom: 30px }
.ml0 { margin-left: 0 }
.ml5 { margin-left: 5px }
.ml10 { margin-left: 10px }
.ml15 { margin-left: 15px }
.ml20 { margin-left: 20px }
.ml25 { margin-left: 25px }
.ml30 { margin-left: 30px }
.mr0 { margin-right: 0 }
.mr5 { margin-right: 5px }
.mr10 { margin-right: 10px }
.mr15 { margin-right: 15px }
.mr20 { margin-right: 20px }
.mr25 { margin-right: 25px }
.mr30 { margin-right: 30px }
.pt0 { padding-top: 0 }
.pt5 { padding-top: 5px }
.pt10 { padding-top: 10px }
.pt15 { padding-top: 15px }
.pt20 { padding-top: 20px }
.pt25 { padding-top: 25px }
.pt30 { padding-top: 30px }
.pb0 { padding-bottom: 0 }
.pb5 { padding-bottom: 5px }
.pb10 { padding-bottom: 10px }
.pb15 { padding-bottom: 15px }
.pb20 { padding-bottom: 20px }
.pb25 { padding-bottom: 25px }
.pb30 { padding-bottom: 30px }
.pl0 { padding-left: 0 }
.pl5 { padding-left: 5px }
.pl10 { padding-left: 10px }
.pl15 { padding-left: 15px }
.pl20 { padding-left: 20px }
.pl25 { padding-left: 25px }
.pl30 { padding-left: 30px }
.pr0 { padding-right: 0 }
.pr5 { padding-right: 5px }
.pr10 { padding-right: 10px }
.pr15 { padding-right: 15px }
.pr20 { padding-right: 20px }
.pr25 { padding-right: 25px }
.pr30 { padding-right: 30px }
.flex { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; flex-wrap : wrap; }
.inline-flex { display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: -inline-flex; flex-wrap : wrap; }
.flex-ac { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; align-items: center; }
.flex-jc { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; align-items: center; justify-content: center; }
.flex-js { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-between; }
.flex-center { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; align-items: center; justify-content: center; }
.flex-ac-js { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.flex-as-js { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; }
.list-style-none { list-style-type: none; padding: 0; margin: 0; }
.container { width: 100%; max-width: 1200px; padding: 0 15px; }
.alignleft { float: left; margin: 0 30px 20px 0; max-width: 40%; }
.alignright { float: right; margin: 0 0 20px 30px; max-width: 40%; }
.aligncenter { float: none; display: block; margin: 0 auto 30px auto }
::-webkit-input-placeholder {
 color: inherit;
 opacity: 1;
}
:-moz-placeholder {
 color: inherit;
 opacity: 1;
}
::-moz-placeholder {
 color: inherit;
 opacity: 1;
}
:-ms-input-placeholder {
 color: inherit;
 opacity: 1;
}
::placeholder {
 color: inherit;
 opacity: 1;
}
/****************************************************************************************************************/ 
/************************************* header section styles goes here ******************************************/
/****************************************************************************************************************/
.site-main { overflow: hidden; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.site-main > header { position: fixed; top: 0; left: 0; right: 0; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; z-index: 999; background: #fff; -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.75); -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.75); box-shadow: 0 0 5px 0 rgba(0,0,0,.75); }
.head-top-main {padding:10px 0; transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; background: #231f20 }
.head-bottom-main { }
.head-top {  padding: 0 0 0 0; display: flex; flex-wrap: wrap; align-items: center; align-content: center; justify-content: space-between;}
span.top_img {    margin: 0 0 0 10px;}
span.top_img img{height:62px;}
.left-top-head { float: left; padding: 18px 0 18px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.left-top-head span { color: #fff; position: relative; padding: 0 0 0 0; font-size: 18px; display: inline-block }
.left-top-head span .ebold { font-family: 'Barlow-ExtraBold'; padding: 0 }
.left-top-head i { color: #fff200; font-size: 25px; }
.right-top-head { float: right; padding: 0; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.right-top-head .head-call { float: left; /*margin: 16px 0 0 0;*/ -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.right-top-head .head-call li i { color: #fff200; vertical-align: middle }
.right-top-head .head-call li.head_phone i { font-size: 20px; }
.right-top-head .head-call li.head_mobile i { padding: 0 10px 0 0px; }
.right-top-head .head-call li.head_email i { font-size: 20px; }
.right-top-head .head-call li.head_phone i.fa-phone { transform: rotate(133deg); position: relative; left: -4px; -moz-transform: rotate(133deg); -ms-transform: rotate(133deg); -o-transform: rotate(133deg); -webkit-transform: rotate(133deg); }
.right-top-head .head-call li { display: inline-block; margin: 0 0 0 20px }
.right-top-head .head-call li:first-child{margin:0;}
.right-top-head .head-call li.head_phone { position: relative; }
.right-top-head .head-call li.head_email { position: relative; }
.right-top-head .head-call li.head_email span { padding: 0 0 0 9px; }
.right-top-head .head-call span { color: #fff; font-size: 18px; padding: 0 0 0 0; position: relative; top: 0; transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; display: inline-block; vertical-align: middle; font-family: 'Barlow-Medium'; line-height: 30px; }
.header .logo img { transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; }
.logo { padding: 20px 0 19px; float: left; position: relative; display: block; margin: 0 0 0 0; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.header_right { float: right; padding: 0 0 0 0; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.header-navigation { float: left; }
.banner { padding:215px 0 0 0; }
#slider1 { position: relative; }
#slider1 li:before { position: absolute; top: 0; left: 0; right: 0; content: ""; background: rgba(0,0,0,0.10); width: 100%; height: 100%; z-index: 1; }
.btn_enquiry { float: right; margin: 30px 0 0 24px; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.btn_enquiry span { text-transform: uppercase; color: #0c7f40; font-size: 16px; font-family: 'Barlow-Medium'; display: inline-block; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; position: relative; }
.btn_enquiry span:before { position: absolute; left: 0; bottom: 6px; content: ""; background: #589b71; width: 100%; height: 1px; }
.btn_enquiry a i { display: none; }
/**************************************** Home Contact Form section *****************************************************/
.home_cnt_form { padding: 0 0 0; background: #fff; }
.home_cnt_form .middle_banner_img { padding: 0 0; position: relative }
.home_cnt_form .contact-form { padding: 11px 0 40px 20px; background: #fff; margin: -80px auto 0; position: relative; /*box-shadow: 0 0 25px 0 rgba(0,0,0,0.49);*/ box-shadow: -3px 4px 35px 0px rgba(153, 153, 153, 0.49); z-index: 3;}
.home_cnt_form .contact-form h3 { color: #231f20; font-size: 20px; line-height: 30px; margin: 0 0 28px }
.form_cta { position: absolute; right: 0; top: -20px; }
.form_cta i.fa-phone { color: #fff200; transform: rotate(133deg); position: relative; left: -15px; -moz-transform: rotate(133deg); -ms-transform: rotate(133deg); -o-transform: rotate(133deg); -webkit-transform: rotate(133deg); vertical-align: middle }
.form_cta a { width: 470px; height: 60px; vertical-align: middle; display: inline-block; background: #0c7f40; text-align: center; line-height: 50px; }
.form_cta span { color: #fff; vertical-align: middle; display: inline-block; margin: 0 14px 0 0; font-size: 18px; }
.home_cnt_form .contact-form form { margin: 0 0 0 16px; }
.home_cnt_form .contact-form .form-group { margin: 0 19px 0 0; width: 210px; }
.home_cnt_form .contact-form .form-control { background-color: none; background: none; background-image: none; border: 1px solid #d3d4d6 !important; border-left: none; border-right: none; border-top: none; border-radius: 5px; box-shadow: none; color: #666666 !important; display: block; font-size: 18px; height: 60px; line-height: 1.42857; padding: 0 20px; font-family: 'Barlow-Light'; }
.home_cnt_form .contact-form .form-control:focus { border-color: #0c7f40 !important; }
 .home_cnt_form .contact-form input::-webkit-input-placeholder, .home_cnt_form .contact-form textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 color:#666666;
 opacity:1;
}
 .home_cnt_form .contact-form input:-moz-placeholder, .home_cnt_form .contact-form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:#666666;
 opacity:1;
}
 .home_cnt_form .contact-form input::-moz-placeholder, .home_cnt_form .contact-form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:#666666;
 opacity:1;
}
 .home_cnt_form .contact-form form input:-ms-input-placeholder, .home_cnt_form .contact-form form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:#666666;
 opacity:1;
}
.home_cnt_form .contact-form .captcha_box { height: auto; margin: 8px 0 30px; padding: 0 0 0 0px; position: relative; float: left; width: 48%; }
.home_cnt_form .contact-form .submit-btn { display: inline-block; text-align: center; line-height: 60px; min-width: 100%; position: relative; z-index: 1; color: #fff300; font-family: 'Barlow-Bold'; font-size: 18px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; vertical-align: top; padding: 0; border-radius: 5px; margin: 0; overflow: hidden; background: #0c7f40; text-transform: uppercase; }
.home_cnt_form .contact-form .required-field { font-size: 14px; color: #626362; text-align: center; margin-top: 0; float: left; line-height: 30px; }
.contact_us_02 .contact-form .required-field span { color: #fff; }
.home_cnt_form .contact-form .select_box { position: relative; }
.home_cnt_form .contact-form .select_box select { -moz-appearance: none; box-shadow: none; -webkit-appearance: none; -ms-appearance: none; -o-appearance: none; -ms-appearance: none; cursor: pointer; }
.home_cnt_form .contact-form .select_box select option { padding: 10px 0px; font-size: 14px; display: block; color: #000 }
.home_cnt_form .contact-form .select_arrow i { color: #666666; font-size: 25px; margin: 0; pointer-events: none; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); z-index: 1; }
/****************************************************************************************************************/
/************************************* header section styles goes ends ******************************************/
/****************************************************************************************************************/



/****************************************************************************************************************/
/************************************* midd section styles goes here ********************************************/
/****************************************************************************************************************/

/************************************* Home Services section styles goes ends ******************************************/
.hl_services { padding: 70px 0 80px 0; float: left; width: 100%; }
.hl_services .container { max-width: 1524px; padding: 0 0; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.hl_services .col-xl-3 { padding: 0 5px; }
.hl_services figure { margin: 0 0 43px 0; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.hl_services h2 { text-align: center; margin: 0 0 62px 0; position: relative; }
.hl_services h2:before { position: absolute; left: 50%; transform: translateX(-50%); bottom: -29px; background: url(../images/title_btm_pattern.png) no-repeat; content: ""; width: 143px; height: 17px; }
.services_01 .hl_services_txt { width: 400px; float: left; }
.services_01 .hl_services_imgs { float: right; width: 1100px; margin: 5px 9px 0 0; }
.services_02 .hl_services_txt { width: 400px; float: right; padding: 28px 0 0 70px }
.services_02 .hl_services_imgs { float: left; width: 1100px; margin: 33px 0 0 10px; }
.services_01 { float: left; width: 100%; }
.services_02 { float: left; width: 100%; }
.services_02 .hl_services_txt p { padding: 0 0 0 0; }
.hl_services_txt h3 { margin: 0 0 24px 0; }
.hl_services_txt p { padding: 0 70px 0 0; }
.hl_services_txt i { color: #0c7f40; font-size: 30px; vertical-align: middle; margin: 0 0 0 7px; -moz-transition: all 0.5s ease-in; -ms-transition: all 0.5s ease-in; -o-transition: all 0.5s ease-in; -webkit-transition: all 0.5s ease-in; transition: all 0.5s ease-in; }
.hl-services-item > a { position: relative; display: block; overflow: hidden; -moz-transition: all 0.5s ease-in; -ms-transition: all 0.5s ease-in; -o-transition: all 0.5s ease-in; -webkit-transition: all 0.5s ease-in; transition: all 0.5s ease-in; border-radius: 5px; }
.hl-services-item > a:before { content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(12,127,64,0.8); z-index: 2; opacity: 0; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.hl-services-item > a img { width: 100%; -moz-transition: all 0.5s ease-in; -ms-transition: all 0.5s ease-in; -o-transition: all 0.5s ease-in; -webkit-transition: all 0.5s ease-in; transition: all 0.5s ease-in; position: relative; z-index: 1; }
.hl-services-item .link-container { position: absolute; left: 0; top: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; width: 100%; height: 100%; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); -webkit-transform: scale(0); transform: scale(0); z-index: 4; padding-bottom: 12px; }
.hl-services-item .link-container .plus-icon { position: relative }
.hl-services-item .link-container .plus-icon:before { position: absolute; left: 50%; top: 50%; background: url(../images/plus_icon.png) no-repeat; content: ""; width: 45px; height: 45px; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }
.hl-services-title { font-size: 20px; margin: 0 0 21px; color: #222222; font-family: 'Barlow-SemiBold'; }
.hl-services-title a { color: #222222; }
.hl-services-item figcaption { text-align: center; padding: 14px 0 0 0; }
.hl-services-item figcaption p { padding: 0 15px }
.btn_view_all { text-align: center; float: left; width: 100%; margin: 10px 0 0; }
.btn_view_all a { background: #231f20; color: #fff; text-transform: uppercase; font-family: 'Barlow-Bold'; width: 220px; height: 60px; margin: 0 auto; display: inline-block; line-height: 60px; border-radius: 5px; }
/**************************************** Middle Banner section *****************************************/
.middle_banner { position: relative; z-index: 1; margin: 0 auto; padding: 70px 0 80px; text-align: left; display: block; float: left; width: 100%; }
.middle_banner:before { content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; background: rgba(0,0,0,0.40) }
.middle_banner_main { text-align: left; position: relative; float: none; margin: 0 0 0 0 }
.middle_banner_main h3 { color: #fff; line-height: 60px; margin: 0 0 15px 0; font-size: 40px; letter-spacing: 0.15em; }
.middle_banner_main h3 span.yellow_txt { color: #fff300 }
.middle_banner_main p { color: #fff; line-height: 35px; padding: 0 0 3px 0; font-size: 24px; }
.middle_banner_main li { margin: 0 0 27px 0 }
.middle_banner_main .icon_box { margin: 0 0 56px; }
.middle_banner_main .icon { float: left; width: 50px; height: 50px; border: 1px dashed #fff; border-radius: 5px; padding: 7px 0 0 10px; }
.middle_banner_main li span { font-size: 18px; font-family: 'Barlow-Medium'; color: #fff; display: inline-block; margin: 0 0 0 20px; vertical-align: middle; }
.middle_banner_main a { color: #fff300; font-family: 'Barlow-Bold'; font-size: 18px; display: inline-block; margin: 0 15px 0 0; border: 1px solid #fff300; width: 270px; height: 60px; line-height: 60px; text-align: center; border-radius: 5px; }
.middle_banner_main a.fill_btn { display: inline-block; text-align: center; line-height: 60px; min-width: 270px; position: relative; z-index: 1; color: #fff300; font-size: 18px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; vertical-align: top; padding: 0; border-radius: 5px; margin: 0; overflow: hidden; background: #0c7f40; text-transform: uppercase; font-family: 'Barlow-Bold'; border: 1px solid #0c7f40; }
/*.brand_logo { position: absolute; right: -310px; top: 10px; }*/
.brand_logo img { display: block; margin: 0 auto 56px }
/**************************************** About us section *****************************************/
.hl_about_us { float: left; width: 100%; padding: 63px 0 81px 0; position: relative; }
.hl_about_us:before { position: absolute; left: -9px; top: 30px; content: ""; background: url(../images/about_left_img.png) no-repeat; width: 407px; height: 847px; }
.hl_about_us:after { position: absolute; right: -11px; top: 48px; content: ""; background: url(../images/about_right_img.png) no-repeat; width: 416px; height: 830px; opacity: 0.20; }
.hl_about_content { }
.hl_about_content h1 { font-size: 40px; line-height: 50px; margin: 0 0 20px; }
.hl_about_content p { padding: 0 0 30px; }
.hl_about_content a { width: 220px; height: 60px; line-height: 60px; text-align: center; display: inline-block; border: 1px solid #0c7f40; color: #231f20; text-transform: uppercase; font-size: 18px; font-family: 'Barlow-Bold'; border-radius: 5px; margin: 5px 0 0 }
.hl_about_img { margin: 109px 0 0 24px; position: absolute; right: -165px; }
.hl_about_img .col-xl-6 img { margin: 0 0 14px; }
.hl_about_img .col-xl-6 { padding: 0 5px; }
/**************************************** Effective Pest section *****************************************/
.hl_effective_pest { float: left; width: 100%; background: #eaeef4; padding: 72px 0 78px 0; position: relative; overflow: hidden }
.hl_effective_pest:before { position: absolute; right: -9px; top: -9px; content: ""; background: url(../images/effective_right_img.png) no-repeat; width: 823px; height: 860px; }
.hl_effective_pest h2 { margin: 0 0 59px; position: relative; }
.hl_effective_pest h2:before { position: absolute; left: 0; bottom: -29px; background: url(../images/title_btm_pattern.png) no-repeat; content: ""; width: 143px; height: 17px; }
.hl_effective_pest p { padding: 0 90px 0 0; position: relative; }
.hl_effective_pest_box { margin: 60px 0 0 0 }
.hl_effective_icon { width: 70px; height: 70px; background: #0c7f40; border-radius: 5px; display: flex; justify-content: center; align-items: center; margin: 0 0 17px }
.hl_effective_pest_box h3 { color: #231f20; font-size: 20px; line-height: 60px; margin: 0 0 7px }
.hl_effective_pest_box p { padding: 0 100px 0 0 }
/**************************************** CTA section *****************************************/
.hl_cta { background: #231f20; float: left; width: 100%; padding: 63px 0 70px; position: relative; }
.hl_cta .container { position: relative; }
.hl_cta .container:before { position: absolute; left: -72px; top: -43px; content: ""; background: url(../images/cta_insect.png) no-repeat; width: 90px; height: 161px; }
.hl_cta h2 { color: #fff; float: left; font-family: 'Barlow-SemiBold'; font-size: 50px; margin: 0 0 0 48px }
.hl_cta a { width: 270px; height: 60px; line-height: 60px; text-align: center; display: inline-block; border: 1px solid #0c7f40; color: #fff300; text-transform: uppercase; font-size: 18px; font-family: 'Barlow-Bold'; border-radius: 5px; margin: 7px 50px 0 0; background: #0c7f40; float: right; }
/**************************************** TEstimonials section *****************************************/
.hl_testimonials { position: relative; padding: 68px 0 55px 0; float: left; width: 100%; overflow: hidden }
.hl_testimonials:before { position: absolute; left: -8px; top: -20px; background: url(../images/review_left_img.png) no-repeat; width: 732px; height: 600px; content: ""; opacity: 0.30; }
.hl_testimonials:after { position: absolute; right: -8px; top: 0; background: url(../images/review_right_img.png) no-repeat; width: 803px; height: 1204px; content: ""; opacity: 0.30; }
.hl_testimonials h2 { position: relative; margin: 0 0 17px }
.hl_testimonials h2:before { position: absolute; left: 50%; transform: translateX(-50%); bottom: -29px; background: url(../images/title_btm_pattern.png) no-repeat; content: ""; width: 143px; height: 17px; }
.hl_testimonials_carousel { position: relative; }
.hl_testimonials_carousel i.quote-icon { position: relative }
.hl_testimonials_carousel .owl-stage-outer { padding: 52px 0 0 0; }
.hl_testimonials_carousel img { width: auto !important; margin: 0 0 16px }
.hl_testimonials_carousel i.quote-icon:before { position: absolute; content: ""; left: -110px; top: -32px; background: url(../images/sprite.png) no-repeat -136px -84px; width: 80px; height: 83px; opacity: 0.20; }
.hl_testimonials_carousel p { color: #666666; font-size: 18px; line-height: 30px; padding: 0px 0 25px; }
.hl_testimonials_carousel .item .testi_cnt {     min-height: 400px;border: 1px solid #dddddd; border-radius: 58px; padding: 20px 30px 3px 50px; position: relative; }
.hl_testimonials_carousel .item .testi_cnt.tesi1, .hl_testimonials_carousel .item .testi_cnt.tesi2, .hl_testimonials_carousel .item .testi_cnt.tesi3 { position: relative }
.hl_testimonials_carousel .item .testi_cnt :before { position: absolute; left: 80px; bottom: -61px; background: url(../images/btm_quote_icon.png) no-repeat; content: ""; width: 45px; height: 61px; }
.hl_testimonials_carousel .item .testi_cnt.tesi1:after { position: absolute; left: -10px; top: -50px; background: url(../images/incect_icon_01.png) no-repeat; content: ""; width: 101px; height: 138px; }
.hl_testimonials_carousel .item .testi_cnt.tesi2:after { position: absolute; right: -32px; bottom: -96px; background: url(../images/incect_icon_02.png) no-repeat; content: ""; width: 101px; height: 138px; }
.hl_testimonials_carousel .item .testi_cnt.tesi3:after { position: absolute; right: 0; top: -34px; background: url(../images/incect_icon_03.png) no-repeat; content: ""; width: 138px; height: 101px; }
.hl_testimonials_carousel span.client_name { font-size: 20px; color: #231f20; display: block; position: relative; font-family: 'Barlow-SemiBold'; }
.hl_testimonials_carousel span.client_state { font-size: 16px; color: #231f20; display: block; position: relative; margin: -4px 0 0 13px }
.hl_testimonials_carousel .btm_client_name { padding: 69px 0 0 70px; }
.hl_testimonials_carousel.owl-theme .owl-dots { text-align: center; margin: 62px 0 0 }
.hl_testimonials_carousel.owl-theme .owl-dots .owl-dot { display: inline-block }
.hl_testimonials_carousel.owl-theme .owl-dots .owl-dot span:before { content: ""; background: #dddddd; position: absolute; height: 9px; width: 40px; margin: 0 auto; left: 0; right: 0; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.hl_testimonials_carousel.owl-theme .owl-dots .owl-dot span { background: #dddddd !important; border-radius: 0 !important; display: inline-block; height: 9px !important; position: relative; margin: 5px 9px; width: 40px !important; }
.hl_testimonials_carousel.owl-theme .owl-dots .owl-dot.active span:before { height: 9px; background: #0c7f40 !important; }
.brand_section { text-align: center; margin: 150px 0 0 0 }
.brand_section img { margin: 0 0 30px }
.brand_section h3 { position: relative; font-size: 22px; color: #231f20; margin: 0 0 59px }
.brand_section h3:before { position: absolute; left: 50%; transform: translateX(-50%); bottom: -29px; background: url(../images/title_btm_pattern.png) no-repeat; content: ""; width: 143px; height: 17px; }
.brand_section p { }
/****************************************************************************************************************/
/************************************* midd section styles goes ends ********************************************/
/****************************************************************************************************************/


/****************************************************************************************************************/
/************************************* Footer section styles goes here ******************************************/
/****************************************************************************************************************/
.footer_details { position: relative; padding: 75px 0 0 0 }
.footer_details:before { content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(35,31,32,0.80); }
.footer_details_main { padding: 0 0 0 0; }
.footer_details h3 { margin: 0 0 42px; color: #fff; font-size: 18px; position: relative; font-family: 'Barlow-SemiBold'; }
.footer_details h3:before { position: absolute; left: 0; bottom: -17px; content: ""; background: url(../images/footer_title_pattern.png) no-repeat; width: 51px; height: 5px; }
.footer_details .social_icons h3 { margin: 0 0 16px; }
.address_details01 { padding: 0 0 0 0; }
.footer_details .f_links ul li { }
.footer_details .f_links ul li a { font-size: 18px; color: #dddddd; line-height: 40px; }
.footer_details .f_links ul li.selected a { color: #fff200 }
.footer_details .f_links ul li.active a { color: #fff200 }
.address_details span { display: block; color: #fff200; font-size: 16px; line-height: 30px; }
.address_details i { font-size: 20px; margin: 0 0 28px 0; transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; color: #fff200; line-height: 40px; vertical-align: middle; position: absolute; }
.address_details i.fa-phone { transform: rotate(133deg); -moz-transform: rotate(133deg); -ms-transform: rotate(133deg); -o-transform: rotate(133deg); -webkit-transform: rotate(133deg); }
.address_details p { color: #dddddd; font-size: 18px; line-height: 40px; padding: 0 }
.address_details a { display: block; color: #dddddd; font-size: 16px; line-height: 40px; transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; word-break: break-all; margin: 0 0 0 42px }
.copyright { text-align: center; padding: 33px 0 39px; border-top: 1px solid #fff; margin: 67px 0 0 0; position: relative; }
.copyright p { color: #dddddd; font-size: 18px; line-height: normal; text-align: center; padding: 0; }
#toTop { background: #0c7f40; bottom: 80px; cursor: pointer; height: 54px; position: fixed; right: 20px; width: 54px; z-index: 99; border-radius: 5px; }
.top-btn .fa-sort-up { color: #fff; font-size: 28px !important; margin: 3px 0 0; }
.top-btn > div { color: #fff; font-size: 15px; margin: -16px 0 0; text-transform: uppercase; font-family: 'Barlow-Medium'; }
/****************************************************************************************************************/
/************************************* Footer section styles ends here ******************************************/
/****************************************************************************************************************/



/******************************************************************************************************************************/
/************************************************* Inner Banner style *********************************************************/
/******************************************************************************************************************************/
/*.inner-banner::before { background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0; bottom: 0; content: ""; display: block; height: 100%; left: 0; position: absolute; right: 0; top: 0; width: 100%; z-index: 20; }*/
.inner-banner { position: relative; padding: 80px 0 0 0; }
.inner-banner-img { background-position: center center !important; background-size: cover !important; min-height: 400px; }
.inner-banner-title { display: block; left: 0; position: absolute; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 100%; z-index: 50; }
.position_relative { position: relative; margin: 0 0 0 0; float: left; width: 100%; }
.inner_banner_caption, .inner-banner-title .breadcrumb { float: left; width: 100%; }
.inner_banner_caption h1, .inner_banner_caption .h1 { color: #fff300; margin: 0 auto 10px; position: relative; text-align: center; font-size: 40px; }
.inner-caption-box-main { background: rgba(0,0,0,0.5); position: relative; width: auto; float: none; margin: 0 auto; display: table; padding: 10px 10px; }
.inner-banner-title .breadcrumb { background-color: rgba(0, 0, 0, 0); display: block; margin: 0; padding: 0 0; text-align: center; z-index: 99; }
.inner-banner .breadcrumb li:first-child { padding-left: 0; }
.inner-banner .breadcrumb li { display: inline-block; font-size: 16px; margin: 0; position: relative; font-weight: 400; }
.inner-banner .breadcrumb li a { color: #fff; text-transform: capitalize; font-weight: 400; font-size: 16px; }
.breadcrumb > li + li::before { color: rgb(204, 204, 204); content: "/ "; padding: 0 5px; }
.inner-banner .breadcrumb > li + li::after { color: #fff; content: ""; font-size: 16px; left: -10px; padding: 0 5px; position: absolute; top: 0; }
.inner-banner .breadcrumb li.active { color: #d2a479 }
.inner_breadcrumb .breadcrumb { background: none; text-align: center; margin: 0; padding: 10px 0; display: -webkit-inline-box; }
.inner-banner .breadcrumb li a { font-size: 18px; color: #fff; }
.inner-banner .breadcrumb > li + li::before { color: #fff; content: "/ "; padding: 0 2px; }
.inner-banner .breadcrumb li.active { color: #fff300; font-size: 18px; }
/****************************************************************************************************************************/
/************************************************ inner page section style **************************************************/
/****************************************************************************************************************************/
#inner-page { padding: 50px 0; float:left; width:100%;}
.inner-page { }
.inner-page h1 { font-size: 40px; margin: 0 0 10px 0; line-height: normal; }
.inner-page h2 { font-size: 30px; margin: 0 0 10px 0; line-height: normal; }
.inner-page h3 { font-size: 26px; margin: 0 0 10px 0; line-height: normal; }
.inner-page h4 { font-size: 22px; margin: 0 0 10px 0; line-height: normal; }
.inner-page h5 { font-size: 20px; margin: 0 0 10px 0; line-height: normal; }
.inner-page ul { list-style-type: none; margin: 0 0 10px; padding: 0 0 0 20px; }
.inner-page ul li { line-height: 26px; padding: 0 0 15px 20px; position: relative; }
.inner-page ul li:before { position: absolute; top: 10px; left: 0; content: ""; background: #0c7f40; width: 8px; height: 8px; }
.inner-page p { padding: 0 0 25px 0; line-height: 26px; }
.inner-page a { color: #0c7f40; font-family: 'Barlow-Medium'; }
.img-block { text-align: center; }
.inner_service span { font-size: 35px; }
.inner-page .alignleft { float: left; margin: 0 15px 5px 0; }
.inner-page .alignright { float: right; margin: 0 0px 10px 15px; }
.inner-page .alignnone { margin: 20px 0; float: none; }
.inner-page .txt_link { color: #000; font-weight: bold; }
.inner-page ul.two_column { column-count: 2 }
.inner-page ul.three_column { column-count: 3 }
.inner-page ul.five_column { column-count: 5 }
.inner-page span.highlight { display: block; margin: 0 0; color: #3374c1; font-size: 24px; font-family: 'Play-Bold'; }
/****************************************************************************************************************************/
/************************************************ Services page style **************************************************/
/****************************************************************************************************************************/
.inner-page.hl_services { padding: 0 }
.inner-page.hl_services h2 { text-align: left; }
.inner-page.hl_services h2:before { display: none; }
.inner-page.hl_services .container { max-width: 1170px; }
.inner-page.hl_services .col-xl-3 { padding: 0 15px; }
.inner-page.hl_services h3.hl-services-title a { font-size: 20px; color: #231f20 }
.cnt_imgs { margin: 0 0 20px; }
/****************************************************************************************************************************/
/************************************************ News page style **************************************************/
/****************************************************************************************************************************/
.news-page { }
.news-page .home_news_box { padding: 0 0; }
.news-page .home_news_img_box { overflow: visible; }
.news-page .home_news_box .box_title.news { margin: 0 20px 20px 0; display: inline-block; text-align: center; line-height: 34px; }
.news-page .home_news_box p { margin: 20px 0 0 0; }
.box_title.news { border-color: #0c7f40; color: #0c7f40; margin: 0 0 38px 0; }
.box_title { font-size: 16px; text-transform: capitalize; display: flex; height: 40px; width: 100px; border: 2px solid transparent; border-radius: 5px; justify-content: center; align-items: center; color: #402c81; margin: 0 0 38px 0; }
.news-page .home_news_main .row { align-items: center; align-content: center; }
.news-page .home_news_main .row + .row .home_news_box { padding: 0 0 0 26px; }
.news-page .home_news_main .row:nth-child(odd) .col-12:nth-child(odd) .home_news_img_box { margin: 0 0; }
.home_news_main .row:nth-child(odd) .col-12:nth-child(odd) .home_news_img_box { float: right; margin: -50px 0 0 0; }
.home_news_main .row:nth-child(odd) .col-12:nth-child(even) { order: 1; }
.news-page .home_news_main .row + .row .home_news_img_box { margin: 0 0 0 0; }
.home_news_img_box span { display: block; }
.home_news_img_box span:before { content: ""; position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); height: 100%; width: 100%; border: 2px solid #fff; opacity: 0; margin: 0 auto; display: block; }
.home_news_img_box span:after { content: ""; position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); height: 100%; width: 100%; border: 2px solid #fff; opacity: 0; margin: 0 auto; display: block }
.news_content { }
.news_content .box_title.news { margin: 0 0 20px 0; }
.news_content .news_publish { margin: 20px 0 0 0; display: inline-block; position: relative; padding: 0 0 0 25px; }
.news_content .news_publish+.news_publish { margin: 20px 0 0 20px; }
.news_content .news_publish:before { content: ""; position: absolute; left: 0; top: 5px; background: url(../images/sprite.png); }
.news_content .news_publish.news_date:before { background-position: -117px -238px; width: 15px; height: 17px }
.news_content .news_publish.news_author:before { background-position: -142px -238px; width: 16px; height: 16px }
.news_content p { padding: 20px 0 0 0; }
.detail_topbar_section { min-height: 64px; text-align: center; display: block; font-size: 0; padding: 13px 0; position: relative; margin-bottom: 40px; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; }
.detail_topbar_section .detail_topbar_box { display: inline-block; position: static; }
.detail_topbar_section .detail_topbar_box + .detail_topbar_box .detail_topbar_button:before { width: 1px; height: 38px; background: #cccccc; position: absolute; left: 1px; top: 0; content: ""; }
.detail_topbar_section .detail_topbar_box .detail_topbar_button { font-size: 18px; color: #606060; font-weight: 700; padding: 7px 41px; cursor: pointer; position: relative }
.detail_topbar_section .detail_topbar_box .detail_topbar_button i { margin: 0 0 0 3px; vertical-align: middle; }
.detail_topbar_section .detail_topbar_box .detail_topbar_open { position: absolute; width: 100%; top: 66px; background: #fff; box-shadow: 0px 3px 3px rgba(0,0,0,0.2); left: 0; z-index: 88; border-top: 1px solid #ccc; }
.detail_topbar_section .detail_topbar_box .detail_topbar_open ul { padding: 20px 20px; margin: 0; font-size: 0; display: block; }
.detail_topbar_section .detail_topbar_box .detail_topbar_open ul li { padding: 0; margin: 5px 10px 5px 0; display: inline-block; }
.detail_topbar_section .detail_topbar_box .detail_topbar_open ul li:before { display: none }
.detail_topbar_section .detail_topbar_box .detail_topbar_open ul li a { font-size: 16px; color: #fff; font-weight: 400; background: #606060; border-radius: 34px; padding: 2px 15px; display: block; }
.detail_topbar_section .detail_topbar_box .detail_topbar_open ul li.active a, .detail_topbar_section .detail_topbar_box .detail_topbar_open ul li.selected a { background: #dd4033; }
.archives_main { }
.archives_main .input_box.select_box { margin: 0 0 0 0; }
.archives_main .input_box.select_box:before { content: ""; position: absolute; top: 50%; right: 10px; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); pointer-events: none; border-style: 0 10px 10px 10px; border-top: 5px solid #909090; border-left: 5px solid rgba(0, 0, 0, 0); border-right: 5px solid rgba(0, 0, 0, 0); height: 0; width: 0; }
.detail_topbar_section .archives_main .form-control { display: block; width: 100%; height: 50px !important; padding: 6px 16px; font-size: 18px; line-height: 1.42857143; color: #555; font-weight: 400; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 0; box-shadow: none; }
.detail_topbar_section .archives_main ul li { margin: 0 !important; display: block !important; }
.detail_topbar_section .tags-box a { font-size: 16px; color: #fff; margin: 5px 10px 5px 0; font-weight: 400; background: #606060; border-radius: 34px; padding: 5px 15px; display: inline-block; }
.tags-box { padding: 20px; }
.servicedetailsection { margin: 0 auto; }
.service-detail h3 { font-size: 25px; color: #444; font-weight: 600; margin: 0 0 20px 0; }
.archives_main .select_arrow i { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); z-index: 1; pointer-events: none; border-top: 5px solid #909090; border-left: 5px solid rgba(0, 0, 0, 0); border-right: 5px solid rgba(0, 0, 0, 0); height: 0; width: 0; display: inline-block; margin: 0 0 0 3px; vertical-align: middle; }
.input_box.select_box { position: relative; width: 100%; }
.input_box { display: inline-block; width: 100%; max-width: 100%; margin-bottom: 32px; position: relative; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.input_box.select_box .input { -webkit-appearance: none; -o-appearance: none; -ms-appearance: none; -moz-appearance: none; appearance: none; min-width: 100%; width: 100%; line-height: normal; }
.input_box .input { line-height: 40px; font-size: 16px; color: #444444; border: none; padding: 0 0 0 0; height: 40px; border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; -webkit-border-radius: 0; border-bottom: 2px solid #bbbbbb; background: transparent; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; width: 100%; text-transform: none; }
.home_news_main .row:nth-child(odd) .col-12:nth-child(even) { order: 1 }
.home_news_main .row:nth-child(odd) .col-12:nth-child(odd) { order: 2 }
.home_news_main .row:nth-child(odd) .col-12:nth-child(odd) .home_news_img_box { float: right; margin: -50px 0 0 0; }
.home_news_img_box { position: relative; display: inline-block; overflow: hidden }
.home_news_img_box:before { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 100%; background: rgba(12,127,64,0.8); z-index: 0; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; opacity: 0; }
.home_news_main .row { padding: 0px 0 20px 0; }
.home_news_main .row + .row { padding-top: 30px; }
.home_news_main .row + .row .home_news_img_box { margin: 30px 0 0 0; }
.home_news_main .row + .row .home_news_box { padding: 81px 0 0 26px; }
/****************************************************************************************************************************/
/************************************************ Contact page style **************************************************/
/****************************************************************************************************************************/
.contactpage_deailmain:after { content: ""; display: table; clear: both; }
.contactpage_deailmain { clear: both; padding: 0 0 50px 0; }
.item-contact { height: 250px; padding: 20px 20px; text-align: center; position: relative; background-size: cover; background-position: center center; }
.item-contact_box { position: absolute; top: 50%; left: 20px; right: 20px; margin: 0 auto; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.item-contact:before { content: ""; background: #231f20; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0 }
.item-contact i { position: absolute; right: 0; top: 0; width: 80px; height: 80px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 0 0 0 100%; background: #0c7f40; color: #fff; font-size: 28px; text-align: center; line-height: 65px; box-shadow: 3px -3px 13px rgba(255, 255, 255, 0.4) inset; padding: 0 0 0 15px; }
.item-contact i.fa-facebook-f { position: relative; background: none; box-shadow: none; width: auto; height: auto; padding: 0 20px 0 0; line-height: normal; font-size: 22px; }
.item-contact b:before { content: ""; background: rgba(255, 255, 255, 0.4); position: absolute; left: -20px; right: -20px; bottom: -10px; height: 1px; }
.item-contact b { font-size: 28px; display: inline-block; margin-bottom: 30px; color: #fff200; position: relative; z-index: 1; padding-bottom: 10px; font-family: 'Barlow-SemiBold'; }
.item-contact p, .item-contact a { text-align: center; font-size: 20px; color: #fff; position: relative; z-index: 1; margin-bottom: 0 }
.contact_us_page .position_relative { margin: 200px 0 0 0; }
#inner-page.contact_us_02 { padding: 50px 0 20px; }
.contact_us_02 .contact-form h2 { color: #303030; text-align: left; position: relative; margin: 0 0 10px 0 }
.contact_us_02 .contact-form h2:before { display: none; }
.contact_us_02 .contact-form .form-group { margin-bottom: 25px; }
.contact_us_02 .contact-form textarea.form-control { height: 140px !important; resize: none; padding: 13px 20px; }
.contact_us_02 .contact-form .form-control { background-color: #fff; background-image: none; border: 1px solid #595959 !important; border-left: none; border-right: none; border-top: none; border-radius: 0; box-shadow: none; color: #303030; display: block; font-size: 18px; height: 50px; line-height: 1.42857; padding: 10px 19px; width: 100%; font-family: 'Barlow-Medium'; }
.contact_us_02 .contact-form .form-control:focus { border-color: #0f8041 !important; box-shadow: 0 0 5px #0f8041; }
.contact_us_02 .contact-form-main h2 { padding: 20px 0 0; font-size: 30px; color: #303030; }
 .contact_us_02 .contact-form input::-webkit-input-placeholder, .contact_us_02 .contact-form textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 color:#303030;
 opacity:1;
}
 .contact_us_02 .contact-form input:-moz-placeholder, .contact_us_02 .contact-form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:#303030;
 opacity:1;
}
 .contact_us_02 .contact-form input::-moz-placeholder, .contact_us_02 .contact-form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:#303030;
 opacity:1;
}
 .contact_us_02 .contact-form form input:-ms-input-placeholder, .contact_us_02 .contact-form form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:#303030;
 opacity:1;
}
.contact_us_02 .contact-form .form-group .captcha_box { height: auto; margin: 0 0 20px; padding: 0 0 0 0px; position: relative; }
.contact_us_02 .contact-form .submit_btn_box { text-align: center; margin: 0 auto; display: table; }
.contact_us_02 .contact-form .submit-btn { width: 200px; height: 60px; line-height: 60px; text-align: center; display: inline-block; color: #fff300; text-transform: uppercase; font-size: 18px; font-family: 'Barlow-Bold'; border-radius: 5px; margin: 7px 0 0 0; background: #0c7f40; float: right; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.contact_map iframe { border: 2px solid #231f20 }
/****************************************************************************************************************/
/************************************* Book a Quote styles ends here ******************************************/
/****************************************************************************************************************/
.armodal_popup_main { padding: 20px 40px 20px 20px; }
.armodal_popup_main .mCSB_inside>.mCSB_container { margin-right: 30px !important; }
.armodal_popup_main .mCSB_scrollTools .mCSB_draggerRail{width:5px;}
.armodal_popup_main .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:5px;}
.armodal_popup_main .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden { margin-right: 0 !important }
.armodal_box { display: none; position: fixed; top: 0px; left: 0; right: 0; bottom: 0; z-index: 9999; background: rgba(0,0,0,0.7); text-align: left; }
.armodal { margin: 0 auto; width: 870px; background: #0b7f40; position: absolute; padding: 0px; left: 50%; top: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); max-height: 100%; max-width: 100%;/*overflow-y: auto;*/ transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; border-radius: 0; }
.armodal-close { position: absolute; top: 15px; right: 15px; font-size: 24px; color: #fff; font-family: Font Awesome; font-style: normal; font-weight: 900; }
body.sticky { overflow: hidden }
.armodal_box h2, .armodal_box .h2 { font-size: 30px; color: #fff; margin: 0 0 0 0; text-align: center; text-transform: uppercase; padding-bottom: 15px; }
.armodal_box h2+p, .armodal_box .h2+p { text-align: center; font-size: 18px; margin-bottom: 40px }
.armodal_box .col-sm-12.col-md-8 { width: 100%; }
.armodal_box .col-sm-12.col-md-4 { width: 100%; }
.armodal_box a.armodal-close.fa.fa-times { font-family: Font Awesome; font-style: normal; font-weight: 900; }
.armodal_box .captcha_box { float: left; display: block; margin-bottom: 30px; margin-top: 0; }
.armodal_box .input-box.submit-box { float: left; width: 50%; margin-top: 0; }
.armodal_box .form-control { height: 45px; border-radius: 0; box-shadow: none; color: #fff; border: 1px solid #fff !important; font-weight: normal; font-size: 16px; padding: 10px 18px; font-family: 'Barlow-Medium'; background: none; }
.armodal_box input.submit-btn { border: 0; background: none; width: 100%; text-transform: uppercase; }
.armodal_box .required-field { margin-bottom: 0; clear: both; position: absolute; bottom: 40px; right: -275px; }
.armodal_box .submit_btn_box { float: right; margin-bottom: 0; position: relative; }
.armodal_box textarea.form-control { resize: none; height: 150px; padding: 10px 20px; }
.armodal_box h2 { width: 100%; }
.armodal_box .contact-form-main.contact_block_main { padding: 0; }
.armodal_box .contact-form-main.contact_block_main .col-sm-6.col-xs-12 { width: 100%; }
.armodal_box input.input { background: none; border: 0; width: 100%; padding: 0; margin: 0 auto; text-transform: uppercase; }
.armodal_box .button { min-width: 270px; line-height: 60px; font-size: 14px; padding: 0; }
.armodal_box .submit_btn_box .main_btn { position: relative; text-align: center; margin: 0 auto 10px; width: 240px; }
.armodal span.text_main { text-align: center; margin: 0 auto; display: block; margin-bottom: 20px; }
.armodal .form_section { clear: both; margin: 0 auto 0; display: block; padding: 10px 0 0 0; background: transparent; }
.armodal .form_section:before { display: none }
.armodal label { margin-bottom: 3px; font-size: 16px; color: #404040; }
.armodal label span { color: #f62d2d }
.armodal span.text_main span.star { color: #f62d2d; }
.form_section:after { content: ""; display: table; clear: both; }
.armodal_box .button.secondary { background: #C3D92E; }
.armodal_box .button.secondary:before { background: #505050; }
.armodal label.main_label { font-size: 20px; display: block; }
.armodal_box .form-control:focus { border-color: #231f20 !important; box-shadow: 0 0 5px #231f20; }
.select_box { position: relative; }
.select_arrow i { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); z-index: 1; pointer-events: none; font-size: 24px; color: #fff; }
.select_box select { appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; -webkit-appearance: none; }
.select_box select option { color: #666 }
.armodal .form_section .col-sm-4 { width: 50%; }
 .armodal_box input::-webkit-input-placeholder, .armodal_box textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 color:#fff;
 opacity:1;
}
 .armodal_box input:-moz-placeholder, .armodal_box textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:#fff;
 opacity:1;
}
 .armodal_box input::-moz-placeholder, .armodal_box textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:#fff;
 opacity:1;
}
 .armodal_box form input:-ms-input-placeholder, .armodal_box form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:#fff;
 opacity:1;
}
.armodal .form_section .form-group { margin-bottom: 15px; }
.armodal_box .btn_quote { text-align: center; }
.armodal_box .btn_quote .btn_send { width: 170px; height: 50px; line-height: 50px; text-align: center; display: inline-block; color: #231f20; text-transform: uppercase; font-size: 18px; font-family: 'Barlow-Bold'; border-radius: 5px; margin: 7px 0 0 0; background: #fff300; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.armodal_box iframe { margin: 28px 0 0 0; height: 250px; }
.popup_contact_details i { font-size: 20px; margin: 0 0 28px 0; transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; color: #fff200; line-height: 40px; vertical-align: middle; position: absolute; }
.popup_contact_details i.fa-phone { transform: rotate(133deg); -moz-transform: rotate(133deg); -ms-transform: rotate(133deg); -o-transform: rotate(133deg); -webkit-transform: rotate(133deg); }
.popup_contact_details p { color: #dddddd; font-size: 18px; line-height: 40px; padding: 0 }
.popup_contact_details a { display: block; color: #fff; font-size: 18px; line-height: 40px; transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; word-break: break-all; margin: 0 0 0 42px; font-family: 'Barlow-Medium'; }
/****************************************************************************************************************/
/************************************* Locations Page styles ends here ******************************************/
/****************************************************************************************************************/
.location-box { margin: 0 0 20px; }
.location-box a { display: flex; justify-content: center;    align-items: center;min-height:60px; text-align: center; line-height: normal; min-width: 100%; position: relative; z-index: 1; color: #fff300; font-family: 'Barlow-Bold'; font-size: 17px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; vertical-align: top; padding: 10px 0; border-radius: 5px; margin: 0; overflow: hidden; background: #0c7f40; text-transform: uppercase; }
.carpent_set_bottom {     border: 5px solid #0b7f40; float: left; padding: 10px 0; text-align: center; width: 100%; margin: 0 0 20px; border-radius: 5px;}
.carpent_set_bottom p { color: #000; font-size: 24px;    padding: 0; }
.carpent_set_bottom a {   line-height: 30px;  display: inline-block;background: #0b7f40; border-radius: 5px; color: #fff300; font-size: 20px; padding: 7px 20px; -webkit-transition: all .5s ease-out 0s; -moz-transition: all .5s ease-out 0s; -o-transition: all .5s ease-out 0s; transition: all .5s ease-out 0s; border:1px solid #0b7f40;}
.carpent_set_bottom a:hover{background: #fff300; color:#0b7f40 }
.h1_location .col-xl-3{max-width: 25%;}
/****************************************************************************************************************************/
/************************************************ Form Error style **************************************************/
/****************************************************************************************************************************/
div .wpcf7-form label.error { padding: 0 5px; margin: 0; z-index: 2; font-size: 14px; line-height: 25px; background: #f00; position: absolute; color: #fff; font-weight: normal; }
div .wpcf7-form label.error { top: 100%; left: 0 }
div .wpcf7-form label.error:before { background: #f00; transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); position: absolute; top: -3px; left: 7px; display: block; width: 5px; content: ""; height: 5px; }
.wpcf7 .ajax-loader { position: absolute; right: 30px; top: 30px; z-index: 1 }
.armodal .wpcf7 .ajax-loader { right: 35%; top:25px;}
.wpcf7-form-control-wrap { position: relative; display: block; }
div.wpcf7-response-output { margin: 0 0 20px !important; padding: 0.2em 1em; float: left; width: 100%; background: #fff; text-align: center; position: relative; font-size: 15px; }
.armodal .wpcf7-response-output { line-height: normal; }
.submit_btn_box { position: relative; }
.home_cnt_form .wpcf7 .ajax-loader { position: absolute; right: 10px; top: 23px; z-index: 1; }
.home_cnt_form .wpcf7-response-output { margin: 20px 0 0 0 !important }
.page-template-contact-page .position_relative { margin: 150px 0 0 0 }
.h1_location h3{font-size:20px;}
.h1_location a.view_services { display: inline-block; text-align: center; line-height: 60px; min-width: 270px; position: relative; z-index: 1; color: #fff300; font-family: 'Barlow-Bold'; font-size: 18px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; vertical-align: top; padding: 0; border-radius: 5px; margin: 10px auto 30px; overflow: hidden; background: #0c7f40; align-content: space-between; }
.h1_location a.view_services:hover{background:#fff300;}
/****************************************************************************************************************************/
/******************************************* FAQ page section style **************************************************/
/****************************************************************************************************************************/
.h1-faq { float: left; width: 100%; padding: 50px 0; background: #f0f0f0;}
.accordion-button { color: #444 !important; padding: 12px 50px 12px 15px; line-height: 26px; font-size: 20px; position: relative; border: 1px solid #0c7f40; display: block; }
.accordion-button .icon { display: block; height: 30px; width: 30px; background: #0c7f40; position: absolute; right: 10px; top: 10px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.accordion-button .icon:before, .accordion-button .icon:after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 2px; background: #fff; -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.accordion-button .icon:after { width: 2px; height: 14px; }
.accordion-content { padding: 15px; border: 1px solid #ddd; border-top: none; display: none; }
.accordion + .accordion { margin-top: 15px; }
.accordion-button.active { border-color: #0c7f40; background: #0c7f40; color: #fff !important; }
.accordion-button.active .icon { background: #fff; }
.accordion-button.active .icon:before { background: #606060; }
.accordion-button.active .icon:after { background: #606060; height: 0; }
.accordion-button.active + .accordion-content { border-color: #0c7f40; }
.accordion-content.show { display: block; }
.accordion-content > *:last-child { margin-bottom: 0; }

.covid_text_msg{background:#0c7f40; text-align:center; padding:10px 0;}
.covid_text_msg p{color:#fff; padding:0;font-size: 18px;font-weight: bold;}
.covid_text_msg a{color:#fff300;font-size: 18px;font-weight: bold;}
/************************************************************/
.modal-backdrop.fade { opacity: 0.8; }
#onloadpopup.fade:not(.show) { opacity: 1; }
#onloadpopup.modal.fade .modal-dialog { -webkit-transform: translate(0, 0px); transform: translate(0, 0px); }
#onloadpopup span.close_btn { position: absolute; right: 20px; top: 9px; font-size: 32px; color: #000; transform: rotate(45deg); cursor: pointer; }
#onloadpopup .modal-content p { color:#555; font-size: 16px; line-height: 1.8;   margin:0 0 15px; padding:0}
#onloadpopup .modal-body { padding: 30px 20px; border-top: 5px solid #0c7f40; background: #fff;   position: relative;   }
#onloadpopup .modal-body:after { position: absolute; content: ""; height: 100%; width: 100%; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(255, 255, 255, 0.90); z-index: -1; }
#onloadpopup .modal-body h2 { color: #555; text-transform: uppercase;     margin: 20px 0 20px;    font-size: 34px;}
#onloadpopup .modal.fade .modal-dialog {min-height: calc(100% - (1.75rem * 2)); display: flex; align-items: center; }
#onloadpopup .modal-body a{color:#0c7f40;}
#onloadpopup .modal-body a:hover{color:#000;}
/*.modal-body a { display: inline-block;background-color: #0245ae; border: none; transition: all ease-in-out 0.2s; padding: 17px 50px; border-radius: 0px; font-size: 16px; font-weight: 600; color: #fff; position: relative; }
.modal-body a:hover{background-color: #f8dc00; }*/
   .top_green_btn{ padding: 7px 20px;
    background: #0c7f40;
    border-radius: 5px;
    color:#fff200;
}
.top_green_btn:hover {
    padding: 7px 20px;
    background: #fff;
    border-radius: 5px;
    color: #231f20;
}

.contact_map iframe { height: 515px;}
.armodal_box iframe {   height: 310px;}
.home_cnt_form .contact-form .form-group {  width: 172px;}

.left_sticky{ position:fixed;left:10px;bottom:10px;    z-index: 9;}
.left_sticky img{width:120px;}




/*14/2/2023*/

.inner_team_page {padding: 50px 0px;}
.inner_team_img, .inner_team_img img {width: 100%;}