@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; }
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%; width: 100%; }
/* For modern browsers */ 
.cf:before, .cf:after { content: ""; display: table }
.cf:after { clear: both; }
.cf { *zoom:1;
}
/****************************************************************************************************************/
/********************************************* Common CSS *******************************************************/
/****************************************************************************************************************/ 
p { font-size: 16px; color: #222222; line-height: 30px; font-weight: 400; padding: 0 0 20px 0; font-family: 'OpenSans-Regular'; }
h1, .h1 { font-size: 48px; margin: 0 0 20px 0; color: #222222; font-family: 'OpenSans-Semibold'; font-weight: 600; text-transform: uppercase; }
h2, .h2 { font-size: 40px; margin: 0 0 20px 0; color: #222222; font-family: 'OpenSans-Semibold'; font-weight: 600; text-transform: uppercase; }
h3, .h3 { font-size: 34px; margin: 0 0 20px 0; color: #222222; font-family: 'OpenSans-Semibold'; font-weight: 600; text-transform: uppercase; }
h4, .h4 { font-size: 30px; margin: 0 0 20px 0; color: #222222; font-family: 'OpenSans-Semibold'; font-weight: 600; text-transform: uppercase; }
h5, .h5 { font-size: 26px; margin: 0 0 20px 0; color: #222222; font-family: 'OpenSans-Semibold'; font-weight: 600; text-transform: uppercase; }
h6, .h6 { font-size: 22px; margin: 0 0 20px 0; color: #222222; font-family: 'OpenSans-Semibold'; font-weight: 600; text-transform: uppercase; }
span.h1, span.h2, span.h3, span.h4, span.h5, span.h6 { display: block; font-family: 'OpenSans-Regular'; }
body { font-size: 16px; color: #222222; line-height: 30px; font-weight: 400; font-family: 'OpenSans-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: #3374a0; color: #FFF }
::-moz-selection {
background:#3374a0;
color:#FFF;
}
::-webkit-selection {
background:#3374a0;
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); }
.header { position: relative; }
.header:before { position: absolute; left: 0; top: 0; content: ""; background: #3374a0; width: 100%; height: 10px; }
.head-call { float: right; margin: 46px 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; }
.head-call li i { color: #652d90; vertical-align: middle; display: none; }
.head-call li.head_phone i { font-size: 20px; }
.head-call li.head_mobile i { padding: 0 10px 0 0px; }
.head-call li.head_email i { font-size: 20px; }
.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); }
.head-call li { display: inline-block; margin: 0 0 0 15px }
.head-call li.head_phone { position: relative; }
.head-call li.head_email { position: relative; }
.head-call li.head_email span { padding: 0 0 0 12px; letter-spacing: 0.01em; }
.head-call span { color: #3374a0; font-size: 16px; 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: 'OpenSans-Semibold'; }
.head-call span:before { position: absolute; left: 0; bottom: 6px; width: 100%; content: ""; background: #cedae4; height: 2px }
.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: 42px 0 33px; 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: 107px 0 0 0 }
#slider1 { position: relative; }
#slider1 li:before { position: absolute; top: 0; left: 0; content: ""; background: rgba(0,0,0,0.50); width: 100%; height: 100%; z-index: 1; }
.btn_enquiry { float: right; margin: 30px 0 0 27px; -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: #fff; font-size: 16px; font-family: 'OpenSans-Bold'; 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; width: 220px; height: 60px; line-height: 60px; background: #e92123; text-align: center; border-radius: 0; }
.btn_enquiry i { display: none; }
#hl_banner_cta { position: relative; }
.hl_banner_cta { position: absolute; bottom: 0; background: #222222; width: 100%; padding: 21px 0; }
.hl_banner_cta h2 { color: #fff; margin: 4px 0 0 0; }
.hl_banner_cta a { text-transform: uppercase; color: #fff; font-size: 16px; font-family: 'OpenSans-Bold'; 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; width: 220px; height: 60px; line-height: 60px; background: #e92123; text-align: center; border-radius: 0; float: right; }
/*** Video css ****/
.video_container { position: fixed !important; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.8); display: none; z-index: 9999 }
body.video_sticky { overflow: hidden }
.video_box { position: absolute; 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%) }
.video_close:before { content: "\f00d"; font-family: Font Awesome; font-style: normal; font-weight: 900; font-size: 26px; color: #fff }
.video_close { position: absolute; right: 15px; top: 15px }
.video_box iframe { width: 770px; height: 450px; border: none }
.video_section_main { background: #303030; margin: 60px 0; padding: 50px 0; }
.video_text_main { padding: 70px 0 30px 0; }
.videosection_btn { padding: 25px 0 0; }
.view-video { margin: 0 0 0 }
.view-video > a { bottom: 0; left: 0; right: 0; top: 0; position: absolute; }
.view-video > a:before { content: "\f144"; font-family: Font Awesome; font-style: normal; font-weight: 900; font-size: 80px; color: #fff; display: block; pointer-events: none; z-index: 8; position: absolute; left: 0; right: 0; margin: 0 auto; text-align: center; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); 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; }
.video { position: fixed; top: 50%; left: 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%); padding: 20px; background: transparent }
.video iframe { border: none }
.video span { position: absolute; right: 0; font-size: 14px; height: 20px; width: 20px; text-align: center; line-height: 20px; border-radius: 0; background: #EB1C22; color: #fff; cursor: pointer; top: 0px }
.wc_video { position: relative; overflow: hidden; width: 120px; height: 120px; text-align: center; margin: 0 auto; z-index: 99; }
.wc_video img { position: relative; left: 50%; pointer-events: none; width: 100%; transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); -webkit-transform: translateX(-50%); }
.wc_video:before { content: ""; background: rgba(0,0,0,0.5); position: absolute; left: 0; right: 0; pointer-events: none; top: 0; bottom: 0; z-index: 3; opacity: 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; }
/****************************************************************************************************************/
/************************************* header section styles goes ends ******************************************/
/****************************************************************************************************************/

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


/*************************** About us section *******************************************/
.hl_form_cnt { padding: 0 0 0; }
.hl_form_cnt_main { padding: 63px 0 0 0; }
.hl_form_cnt_main h1 { font-size: 40px; line-height: 60px; margin: 0 0 17px; }
.hl_form_cnt_main p { padding: 0 0 30px; }
.hl_form_cnt_main a.btn_read_more { text-transform: uppercase; color: #fff; font-size: 16px; font-family: 'OpenSans-Bold'; 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; width: 220px; height: 60px; line-height: 60px; background: #3374a0; text-align: center; border-radius: 0; }
.home-contact-form .contact-form { padding: 0 0; }
.home-contact-form { padding: 38px 0 40px 0; }
.home-contact-form form { background: #222; padding: 0 35px 15px; }
.home-contact-form p { color: #fff; padding: 12px 0 12px; }
.home-contact-form h2.title { color: #fff; background: #03a9f4; margin: 0; font-size: 40px; text-transform: uppercase; padding: 23px 0 29px; text-align: center }
.home-contact-form p { text-align: center }
.home-contact-form .contact-form .form-group { margin-bottom: 15px; }
.home-contact-form .contact-form textarea.form-control { height: 101px !important; resize: none; padding: 17px 19px; margin: 0 0 0 0 }
.home-contact-form .contact-form .form-control { border: 0; background-color: #fff; background-image: none; border-left: none; border-right: none; border-top: none; border-radius: 0; box-shadow: none; color: #222222; display: block; font-size: 16px; height: 60px; line-height: 1.42857; padding: 0 19px; width: 100%; text-transform: inherit; }
.home-contact-form .contact-form .form-control:focus { border-color: #e92123 !important; }
.home-contact-form .contact-form-main h2 { padding: 20px 0 0; font-size: 30px; color: #303030; }
.home-contact-form .contact-form input::-webkit-input-placeholder, .home-contact-form .contact-form textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color:#222222;
opacity:1;
}
.home-contact-form .contact-form input:-moz-placeholder, .home-contact-form .contact-form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:#222222;
 opacity:1;
}
.contact_us_02 .contact-form input::-moz-placeholder, .contact_us_02 .contact-form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
color:#222222;
opacity:1;
}
.home-contact-form .contact-form form input:-ms-input-placeholder, .home-contact-form .contact-form form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
color:#222222;
opacity:1;
}
.home-contact-form .contact-form .form-group .captcha_box { height: auto; margin: 0 0 20px; padding: 0 0 0 0px; position: relative; }
.home-contact-form .contact-form .submit_btn_box { margin: 0 auto 0; text-align: center; }
.home-contact-form .contact-form .submit-btn { display: inline-block; text-align: center; line-height: 60px; min-width: 100%; position: relative; z-index: 1; color: #fff; font-family: 'OpenSans-Bold'; font-size: 16px; 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: 0; margin: 0; overflow: hidden; background: #03a9f4; text-transform: uppercase; }
.home-contact-form .contact-form .select_box { position: relative; }
.home-contact-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-contact-form .contact-form .select_box select option { padding: 5px; font-size: 14px; display: block; color: #000 }
.home-contact-form .contact-form .select_arrow i { color: #03a9f4; font-size: 20px; margin: 0; pointer-events: none; position: absolute; right: 17px; top: 45%; transform: translateY(-50%); z-index: 1; }
.uploadfile-main { padding: 0 0 0 0; }
.uploadfile-main .input-group .input-group-btn { display: block; margin: 0; font-size: inherit !important; min-height: 60px; padding: 0; cursor: pointer }
.uploadfile-main .input-group .filenameinput { pointer-events: none; background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: medium none; border-radius: 0; padding: 0px 0 5px;/*  left: 0;position: absolute; right: 0; top: 20px;*/ font-size: 13px; text-align: center; width: 100%; color: #000; }
.uploadfile-main .input-group.form-control:before { content: "\f093"; font-size: 16px; font-family: Font Awesome; font-style: normal; font-weight: 900; position: absolute; right: 13px; top: 20px; z-index: 1; display: block !important; color: #03a9f4; pointer-events: none; }
.uploadfile-main .input-group .btn.btn-primary input { padding: 0 !important; position: absolute; top: -61px; width: 100%; opacity: 0; border-bottom-left-radius: 6px !important; border-top-left-radius: 6px !important; border-bottom-right-radius: 0 !important; border-top-right-radius: 0 !important; }
.uploadfile-main .input-group .btn.btn-primary input + span { line-height: normal; position: absolute; padding: 2px 0 0 0; font-size: 12px; }
.fileuploadinput { opacity: 0; width: 0px; height: 0px; }
.fileupload_main .input-group.form-control { cursor: pointer; padding: 0 }
.uploadfile-main .input-group, .uploadfile-main .input-group.form-control { height: auto; }
.dnd-upload-counter { display: none; }
.codedropz-upload-handler { border: none; border-radius: 0; margin-bottom: 0; }
.codedropz-upload-wrapper { background: #fff; border-radius: 0!important; border: none !important; padding: 0 15px; width: 100%; display: inline-block; }
.codedropz-upload-container { padding: 13px 5px; }
.upload_file br { display: none; }
.uploadfile-main .input-group.form-control:before { display: none !important; }
.codedropz-upload-inner h3 { font-size: 16px; text-transform: capitalize; font-family: 'OpenSans-Regular'; font-weight: 300; float: left; margin: 0; }
.cd-upload-btn { color: #222; }
.fileupload_main.welcome_conent_main { min-height: 60px; max-height: 150px; padding: 0px 0; background: #fff; }
.codedropz-upload-inner span { font-size: 12px; }
div#mCSB_1_scrollbar_vertical { margin: 10px 0; }
.dnd-upload-status .dnd-upload-details .name { padding: 0px 0; font-size: 12px; }
.dnd-upload-status .dnd-upload-image { width: 25px; height: 25px; }
.dnd-upload-status .dnd-upload-image span.file { background-size: 64%; left: 63%; top: 64%; }
.dnd-upload-status .dnd-upload-details .dnd-progress-bar { height: 5px; }
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span { font-size: 8px; line-height: 7px; }
.codedropz-upload-inner span { font-size: 12px; display: inline-block; float: left; padding: 0 10px; text-transform: uppercase; line-height: 34px; font-size: 16px; font-family: 'OpenSans-Regular'; font-weight: 300; }
.uploadfile-main .input-group .filenameinput { display: none; }
.codedropz-btn-wrap { padding: 5px 0; float: left; }
/**************************************** Middle Banner section *****************************************/
.middle_banner { position: relative; z-index: 0; margin: 0 auto; padding: 80px 0; text-align: center; display: block; }
.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_desc { text-align: center }
.middle_banner_desc span.h2 { background: #03a9f4; color: #fff; max-width: 740px; margin: 0 auto 28px; line-height: 60px; padding: 4px 0; }
.middle_banner_desc p { color: #fff; font-size: 30px; line-height: 50px; padding: 0 0 33px; }
.middle_banner_desc a { text-transform: uppercase; color: #fff; font-size: 16px; font-family: 'OpenSans-Bold'; 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; width: 220px; height: 60px; line-height: 60px; background: #e92123; text-align: center; border-radius: 0; margin: 0 0 0 6px; }
.middle_banner_desc a.bg_blue { background: #3374a0; }
/*************************** Home Services section *******************************************/ 
.hl_services { padding: 70px 0 62px; }
.hl_services .container { max-width: 1570px; padding: 0; }
.hl_services span.h2 { text-align: center; margin: 0 0 22px; }
.hl_services p { text-align: center; position: absolute; top: 50%; transform: translateY(-50%); color: #fff; z-index: 1; padding: 0 30px; opacity: 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; }
.hl_services_carousel { position: relative; padding: 36px 0 0; }
.hl_services_carousel figure { position: relative; margin: 0; margin: 0 0 30px; }
.hl_services_carousel figcaption span.h3 { z-index: 1; font-size: 16px; text-align: center; position: absolute; bottom: 0; width: 100%; color: #fff; margin: 0; padding: 18px 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; }
.hl_services_carousel figcaption p { color: #fff; }
.hl_services_carousel .owl-nav { bottom: 50%; margin: 0 0 0; position: absolute; width: 100%; }
.hl_services_carousel .owl-nav > .owl-next { float: right; margin: 0 -78px 0 0; }
.hl_services_carousel .owl-nav > div span { position: relative; color: #000; font-size: 26px; 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; }
.hl_services_carousel.owl-theme .owl-controls .owl-nav .owl-prev { float: left; margin: -8px 0 0 -74px; }
.hl_services_carousel figcaption span.h3 span:before, .hl_services_carousel figcaption span.h3 span:after { content: ""; display: block; position: absolute; left: 11px; top: 0; bottom: 0; width: 50%; background: rgba(34, 34, 34); transform: skewX(-20deg); }
.hl_services_carousel figcaption span.h3 span { display: block; position: absolute; width: 100%; height: 100%; top: 0; z-index: -1; opacity: 0.9; }
.hl_services_carousel figcaption span.h3 span:after { transform: skewX(20deg); left: auto; right: 11px; }
/*************************** Our Location section *******************************************/
.hl_our_location { background: #f4f4f4; padding: 71px 0 38px 0; }
.hl_our_location .h2 { text-transform: uppercase; margin: 0 0 30px; }
.location_map { }
.location_details { padding: 3px 0 0 34px; }
.location_box { margin: 0 0 29px; }
.location_details span.h3 { color: #3374a0; font-size: 24px; line-height: 60px; margin: 0 0 13px; }
.location_icon { float: left; }
.location_icon i { color: #e92123; font-size: 20px; vertical-align: middle; }
.location_txt { padding: 0 0 0 33px; }
.location_txt p { font-size: 18px; color: #222222; padding: 0 }
.location_txt a { font-size: 18px; color: #222222; }
.location_box.two_btn a { text-transform: uppercase; color: #fff; font-size: 16px; font-family: 'OpenSans-Bold'; 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; width: 220px; height: 60px; line-height: 60px; background: #e92123; text-align: center; border-radius: 0; margin: 14px 3px 0 0; }
.location_box.two_btn a.bg_blue { background: #3374a0; }
.hl_location_box_main { margin: 0 0 32px; }
.hl_location_box_main.location_queensland .location_details { padding: 2px 0 0 4px }
.hl_location_box_main:nth-child(odd) .row { -webkit-box-orient: horizontal!important; -webkit-box-direction: reverse!important; -ms-flex-direction: row-reverse!important; flex-direction: row-reverse!important; }
/*************************** About Us section *******************************************/
.hl_about { padding: 70px 0 79px; }
.hl_about_img { text-align: center; padding: 11px 0 0; }
.hl_about_cnt { }
.hl_about_cnt h1 { font-size: 40px; margin: 0 0 24px; }
.hl_about_cnt p { padding: 0 0 30px 3px; }
.hl_about_cnt a.btn_read_more { text-transform: uppercase; color: #fff; font-size: 16px; font-family: 'OpenSans-Bold'; 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; width: 220px; height: 60px; line-height: 60px; background: #3374a0; text-align: center; border-radius: 0; margin: 0 0 0 0; }
/**************************************** Testimonials section *****************************************/
.hl_testimonials { position: relative; z-index: 0; margin: 0 auto; padding: 70px 0 79px; text-align: center; display: block; }
.hl_testimonials:before { content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; background: rgba(17,17,17,0.50) }
.hl_testimonials span.h2 { font-size: 40px; color: #fff; margin: 0 0 10px 0; }
.hl_testimonials_main { }
.hl_testimonials_carousel { padding: 21px 0 0 0; text-align: center }
.hl_testimonials_main span.quote_icon { display: block; margin: 0 0 25px 0; }
.hl_testimonials_main span.quote_icon i { color: rgba(239,209,112,1); font-size: 26px; display: inline-block }
.hl_testimonials_main p { color: #fff; font-size: 18px; line-height: 36px; padding: 0 130px 0; }
.hl_testimonials_main span.client_name { color: #fff; font-size: 18px; font-family: 'OpenSans-Semibold'; display: block; line-height: normal; text-transform: uppercase; margin: 26px 0 0 0; }
.hl_testimonials_carousel .owl-nav { bottom: 50%; margin: 0 0 0; position: absolute; width: 100%; }
.hl_testimonials_carousel .owl-nav > div span { color: #fff; font-size: 24px; 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; }
.hl_testimonials_carousel.owl-theme .owl-controls .owl-nav .owl-prev { float: left; margin: 0 0 0 -33px; }
.hl_testimonials_carousel .owl-nav > .owl-next { float: right; margin: 0 -35px 0 0; }
/************************************************ Gallery page style **************************************************/
.hl_before_after { padding: 70px 0 80px; }
.hl_before_after .h2 { text-align: center; margin: 0 0 30px; }
.gallery1_box_main .gallery_img_box { display: block; margin-bottom: 30px; -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; }
.gallery1_box_main .gallery_img_box img { -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; }
.gallery1_box_main .gallery_hvr::before { background: rgba(51, 116, 160, 0.7) none repeat scroll 0 0; bottom: 0; content: ""; height: 100%; left: 0; opacity: 0; position: absolute; right: 0; 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; width: 100%; z-index: 10; }
.gallery1_box_main .gallery_hvr { overflow: hidden; position: relative; }
.gallery1_box_main .gallery_hvr img { width: 100% }
.gallery1_box_main .gallery_name { bottom: 30px; left: 30px; position: absolute; right: 30px; top: 30px; transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); -webkit-transform: translateY(100%); 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; z-index: 50; }
.gallery1_box_main .gallery_name span { color: #fff; display: block; font-size: 45px; position: absolute; text-align: center; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 100%; }
.gallery1_box_main .col-12.col-sm-12.col-md-12.col-lg-6.col-xl-6.reduce_padding { padding: 0 10px; }
.gallery1_box_main span.img_name { position: absolute; bottom: 30px; text-align: center; display: block; left: 50%; transform: translateX(-50%); color: #fff; font-size: 18px; font-family: 'OpenSans-Semibold'; text-transform: uppercase; }
.btn_view_all { text-align: center; margin: 11px 0 0; }
.gallery1_box_main .btn_view_all a { text-transform: uppercase; color: #fff; font-size: 16px; font-family: 'OpenSans-Bold'; 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; width: 220px; height: 60px; line-height: 60px; background: #3374a0; text-align: center; border-radius: 0; margin: 0 0 0 0; }
/**************************************** Home Contact Form section *****************************************************/
.home_cnt_form_01 { padding: 0 0 0; float: left; width: 100%; }
.home_cnt_form_01 { position: relative; z-index: 0; margin: 0 auto; padding: 79px 0 50px; text-align: left; display: block; }
.home_cnt_form_01:before { content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; background: rgba(0,0,0,0.50) }
.home_cnt_form_01 .middle_banner_img { padding: 0; position: relative; }
.home_cnt_form_01 .contact-form { padding: 40px 0 0; }
.home_cnt_form_01 .title_txt h2 { position: relative; margin: 0 0 32px 0; color: #fff; letter-spacing: 0.2em; font-size: 40px; }
.home_cnt_form_01 .title_txt span { text-transform: uppercase; position: relative; margin: 0 0 6px 0; color: #fff; font-size: 40px; display: block; }
.home_cnt_form_01 .contact-form h2:before { display: none; }
.home_cnt_form_01 .contact-form .form-group { margin-bottom: 30px; }
.home_cnt_form_01 .contact-form textarea.form-control { height: 100px !important; resize: none; padding: 13px 20px; margin: 0 0 0; }
.home_cnt_form_01 .contact-form .form-control { border: 0; background-color: #fff; border-left: none; border-right: none; border-top: none; border-radius: 0; box-shadow: none; color: #222222 !important; display: block; font-size: 16px; height: 50px; line-height: 1.42857; padding: 0 20px 0; width: 100%; text-transform: inherit; }
.home_cnt_form_01 .contact-form .form-control:focus { border-color: #ea9714 !important; }
.home_cnt_form_01 .contact-form-main h2 { padding: 20px 0 0; font-size: 30px; color: #fff; }
.home_cnt_form_01 .contact-form input::-webkit-input-placeholder, .home_cnt_form_01 .contact-form textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color:#222222;
opacity:1;
}
.home_cnt_form_01 .contact-form input:-moz-placeholder, .home_cnt_form_01 .contact-form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:#222222;
opacity:1;
}
.home_cnt_form_01 .contact-form input::-moz-placeholder, .home_cnt_form_01 .contact-form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
color:#222222;
opacity:1;
}
.home_cnt_form_01 .contact-form form input:-ms-input-placeholder, .home_cnt_form_01 .contact-form form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
color:#222222;
opacity:1;
}
.home_cnt_form_01 .contact-form .captcha_box { height: auto; margin: 8px 0 30px; padding: 0 0 0 0px; position: relative; float: left; width: 48%; }
.home_cnt_form_01 .contact-form .submit_btn_box { position: relative; text-align: center; display: table; margin: 10px auto 0 }
.home_cnt_form_01 .contact-form .submit-btn { font-family: 'OpenSans-Bold'; display: inline-block; text-align: center; line-height: 60px; min-width: 220px; position: relative; z-index: 1; color: #fff; font-size: 16px; 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: 0; margin: 0; overflow: hidden; background: #e92123; text-transform: uppercase; }
.home_cnt_form_01 .contact-form .required-field { font-size: 14px; color: #626362; text-align: center; margin-top: 0; float: left; line-height: 30px; }
.home_cnt_form_01 .contact_us_02 .contact-form .required-field span { color: #fff; }
.home_cnt_form_01 .contact-form .select_box { position: relative; }
.home_cnt_form_01 .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_01 .contact-form .select_box select option { padding: 10px 15px; font-size: 14px; display: block; color: #000 }
.home_cnt_form_01 .contact-form .select_arrow i { color: #03a9f4; font-size: 20px; margin: 0; pointer-events: none; position: absolute; right: 18px; top: 45%; transform: translateY(-50%); z-index: 1; }
.home_cnt_form_01 .uploadfile-main .input-group.form-control:before { content: "\f093"; font-size: 16px; font-family: Font Awesome; font-style: normal; font-weight: 900; position: absolute; right: 17px; top: 13px; z-index: 1; display: block !important; color: #03a9f4; pointer-events: none; }
.home_cnt_form_01 .uploadfile-main .input-group .filenameinput { top: 15px; }
/****************************************************************************************************************/
/************************************* midd section styles goes ends ********************************************/
/****************************************************************************************************************/

/****************************************************************************************************************/
/************************************* Footer section styles goes here ******************************************/
/****************************************************************************************************************/
.theme-footer { margin: 70px 0 0 0; float: left; width: 100% }
.footer-title { color: #222222; font-size: 18px; margin: 0 0 0 0; display: inline-block; vertical-align: top; position: relative; line-height: 32px; font-family: 'OpenSans-Semibold'; text-transform: uppercase; }
.quick-links ul { list-style-type: none; padding: 0; margin: 17px 0 0 0; color: #333; font-size: 16px; line-height: 2; }
.quick-links .footer_social ul { margin: 33px 0 50px 0; }
.quick-links ul li { position: relative; padding: 0; }
.quick-links ul li + li { margin-top: 0; }
.quick-links ul li a { color: #222222; position: relative; font-size: 18px; line-height: 40px; }
.quick-links ul li a:before { content: ""; display: block; position: absolute; left: 0; bottom: 50%; width: 100%; height: 1px; background: #333; opacity: 0; }
.quick-links ul li.selected a { color: #e92123; }
.address_details { margin: 0 0 20px 0; }
.address_details .address_icon i { margin: 12px 0 0; color: #e92123; float: left; vertical-align: middle; font-size: 22px; display: block; }
.address_details .address_cnt { padding: 0 0 0 37px }
.contact_details ul { margin: 29px 0 0 0 }
.address_details span { display: block; text-decoration: underline; font-size: 18px; color: #3374a0; text-transform: uppercase; font-family: 'OpenSans-Bold'; vertical-align: middle; line-height: 40px; margin: -11px 0 0; }
.address_details p { line-height: normal; color: #222; padding: 0; font-size: 18px; }
.address_details a { display: block; line-height: 42px; color: #222; font-size: 18px; }
.theme-footer-top { padding: 0 0 59px; }
.theme-footer-bottom { background: #3374a0; float: left; width: 100%; padding: 0px 0 20px; }
.copyright { text-align: center }
.copyright p { padding: 10px 0 0 0; color: #fff; letter-spacing: 0.05em; }
.copyright a { padding: 10px 0 0 0; color: #fff; letter-spacing: 0.05em; }
.footer_social { }
.footer_social p { line-height: 40px; }
.footer_social .h3 { color: #222222; font-size: 18px; margin: 0 0 3px; display: inline-block; vertical-align: top; position: relative; line-height: 32px; font-family: 'OpenSans-Semibold'; text-transform: uppercase; }
.footer_social ul li { display: inline-block; margin: 0 5px 0 0; }
.footer_social ul li a { display: inline-block; width: 50px; height: 50px; background: #e92123; display: flex; justify-content: center; align-items: center; }
.footer_social ul li i { color: #fff; font-size: 22px; }
#toTop { background: #e92123; bottom: 80px; cursor: pointer; height: 54px; position: fixed; right: 20px; width: 54px; z-index: 99; border-radius: 0; }
.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; }
/****************************************************************************************************************/
/************************************* Footer section styles ends here ******************************************/
/****************************************************************************************************************/

/******************************************************************************************************************************/
/************************************************* Inner Banner style *********************************************************/
/******************************************************************************************************************************/
/*.inner-banner::before { background: rgba(0, 0, 0, 0.7) 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-caption-box-main: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%; }
.inner-caption-box-main { position: relative; padding: 10px 20px; display: table; margin: 0 auto; }
.inner-caption-box-main a.btn-main.bigbtn { text-transform: uppercase; color: #fff; font-size: 16px; font-family: 'OpenSans-Bold'; display: table; margin: 10px auto; -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; width: 220px; height: 60px; line-height: 60px; background: #3374a0; text-align: center; border-radius: 0; }
.inner-banner { position: relative; padding: 108px 0 0 0; }
.inner-banner-img { background-position: center center !important; background-size: cover !important; min-height: 500px; }
.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: 50px 0 0 0; float: left; width: 100%; }
.inner_banner_caption, .inner-banner-title .breadcrumb { }
.inner_banner_caption h1, .inner_banner_caption .h1 { color: #e92123; margin: 0 auto; position: relative; text-align: center; font-size: 40px; }
.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 { padding: 0 0 0 0; display: inline-block; font-size: 16px; margin: 0; position: relative; font-weight: 500; }
.inner-banner .breadcrumb li a { color: #333333; 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: #cbcbcb }
.inner_breadcrumb { background: #24398c; padding: 0 0 0; }
.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; padding: 0 0 0 5px; }
.inner-banner .breadcrumb > li + li::before { color: #fff; content: "/ "; padding: 0 5px; }
.inner-banner .breadcrumb li.active { color: #e92123; font-size: 18px; }
/****************************************************************************************************************************/
/************************************************ inner page section style **************************************************/
/****************************************************************************************************************************/
#inner-page { padding: 50px 0; }
.inner-page { }
.inner-page h1 { font-size: 30px; margin: 0 0 10px 0; line-height: normal; }
.inner-page h2 { font-size: 28px; margin: 0 0 10px 0; line-height: normal; }
.inner-page h3 { font-size: 24px; margin: 0 0 10px 0; line-height: normal; }
.inner-page h4 { font-size: 20px; margin: 0 0 10px 0; line-height: normal; }
.inner-page h5 { font-size: 16px; margin: 0 0 10px 0; line-height: normal; }
.inner-page ul { list-style-type: none; margin: 0 0 20px; padding: 0 0 0 20px; }
.inner-page ul li { line-height: 26px; padding: 0 0 10px 25px; position: relative; }
.inner-page ul li:before { position: absolute; top: 10px; left: 0; content: ""; background: #1f7fbf; width: 8px; height: 8px; }
.inner-page p { padding: 0 0 20px 0; line-height: 30px; font-size: 16px; }
.inner-page a { color: #1f7fbf; }
.img-block { text-align: center; }
.inner_service span { font-size: 35px; }
.inner-page .alignleft { float: left; margin: 0 20px 10px 0; }
.inner-page .alignright { float: right; margin: 0 0px 10px 20px; }
.inner-page .alignnone { margin: 20px 0; float: none; }
.inner-page ul.two_column { column-count: 2 }
.inner-page ul.three_column { column-count: 3 }
/****************************************************************************************************************************/
/************************************************ Contact page style **************************************************/
/****************************************************************************************************************************/
.contact_icon_box_main { margin: 0 0 0 0; padding: 0 0 0; text-align: center; }
.contact_icon_box_main .main_title { margin: 0 0 50px 0; font-size: 40px; }
.contact_icon_box_main .about_icon_box .about_icon { height: 160px; width: 160px; margin: 0 auto 20px auto; }
.contact_icon_box_main .about_icon_box .about_icon:before { height: auto; width: auto; left: 15px; top: 15px; right: 15px; bottom: 15px; }
.contact_icon_box_main .about_icon_box .about_icon:after { height: auto; width: auto; left: 28px; right: 28px; top: 28px; bottom: 28px; }
.contact_icon_box_main .about_icon_box p { margin: 0; padding: 0 }
.contact_icon_box_main .about_icon_box { }
.contact_icon_box_main .about_icon_box ul { margin: 14px 0 0 0; padding: 0 }
.contact_icon_box_main .about_icon_box ul.cnt_social_icons i { font-size: 24px; }
.contact_icon_box_main .about_icon_box ul > li { display: inline-block; padding: 0 0; }
.contact_icon_box_main .about_icon_box ul > li:before { display: none; }
.contact_icon_box_main .about_icon_box ul > li a svg { height: 25px; width: 25px; }
.contact_icon_box_main .about_icon_box ul > li+li { margin: 0 0 0 15px; }
.contact_icon_box_main .about_icon_box .about_icon.call svg { height: 47px; width: 47px; }
.about_icon_box { }
.about_icon_box a { color: #555 }
.about_icon_box .about_icon { display: block; margin: 0 auto 10px auto; height: 100px; width: 100px; padding: 0 0; position: relative; background: rgb(51 116 160 / 0.1); border-radius: 0; }
.about_icon_box .about_icon:before { content: ""; position: absolute; top: 10px; left: 0; margin: 0 auto; height: 83px; width: 83px; padding: 0 0; right: 0; background: rgb(51 116 160 / 0.3); border-radius: 0; }
.about_icon_box .about_icon:after { content: ""; position: absolute; top: 17px; left: 0; margin: 0 auto; height: 67px; width: 67px; padding: 0 0; right: 0; background: rgb(51 116 160 / 1); border-radius: 0; }
.about_icon_box .about_icon svg { position: absolute; 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%); z-index: 1; fill: #fff; -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; }
.contact_icon_box_main .about_icon_box span { font-size: 20px; color: #e92123; font-family: 'OpenSans-Bold'; }
.contact-form .main_title { text-align: center; font-size: 40px; margin: 0 0 30px; color: #fff; }
/****************************************************************************************************************************/
/******************************************* FAQ page section style **************************************************/
/****************************************************************************************************************************/
.accordion-button { color: #444 !important; padding: 12px 15px; line-height: 26px; font-size: 20px; position: relative; border: 1px solid #3374a0; display: block; font-family: 'OpenSans-Bold'; }
.accordion-button .icon { display: block; height: 30px; width: 30px; background: #1f7fbf; 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: #3374a0; background: #3374a0; 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: #3374a0; }
.accordion-content.show { display: block; }
.accordion-content > *:last-child { margin-bottom: 0; }
/****************************************************************************************************************************/
/*********************************************** Services Page *******************************************/
/****************************************************************************************************************************/
.services_page.hl_services { padding: 70px 0 62px; }
.services_page.hl_services .container { max-width: 1200px; padding: 0 15px; }
.services_page.hl_services span.h2 { text-align: center; margin: 0 0 22px; }
.services_page.hl_services p { text-align: center; }
.services_page.hl_services { position: relative; padding: 36px 0 0; }
.services_page.hl_services figure { position: relative; }
.services_page.hl_services figcaption span.h3 { z-index: 1; font-size: 14px; text-align: center; position: absolute; bottom: 0; width: 100%; color: #fff; margin: 0; padding: 18px 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; }
.services_page.hl_services figcaption span.h3 span:before, .services_page.hl_services figcaption span.h3 span:after { content: ""; display: block; position: absolute; left: 11px; top: 0; bottom: 0; width: 50%; background: rgba(34, 34, 34); transform: skewX(-20deg); }
.services_page.hl_services figcaption span.h3 span { display: block; position: absolute; width: 100%; height: 100%; top: 0; z-index: -1; opacity: 0.9; }
.services_page.hl_services figcaption span.h3 span:after { transform: skewX(20deg); left: auto; right: 11px; }
.services_details_page p { text-align: left }
.service_img { position: relative; }
.service_img img { width: 100%; }
.service_img:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); content: ""; z-index: 1; }
/****************************************************************************************************************************/
/************************************************ Form Error style **************************************************/
/****************************************************************************************************************************/
.wpcf7-not-valid-tip, label.error { padding: 0 5px; margin: 0; z-index: 2; font-size: 14px !important; line-height: 25px; background: #f00; position: absolute; color: #fff !important; font-weight: normal; }
.wpcf7-not-valid-tip, label.error { top: 100%; left: 0 }
.home_cnt_form .wpcf7-not-valid-tip { top: 100%; left: 15px }
.wpcf7-not-valid-tip:before, 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; }
.home-contact-form .wpcf7 .ajax-loader { position: absolute; right: 30px; top: 27px; margin: 0 }
.home_cnt_form_01 .wpcf7 .ajax-loader { margin: 20px 0 0 10px }
.armodal_box .wpcf7 .ajax-loader { margin: 0 }
.wpcf7-form-control-wrap { position: relative; display: block; }
div.wpcf7-response-output { margin: 0 0 0 !important; padding: 0.2em 1em; float: left; width: 100%; background: #fff; text-align: center; position: relative; border-radius: 0; font-size: 13px; }
/****************************************************************************************************************************/
/******************************************* testimonial page section style **************************************************/
/****************************************************************************************************************************/
.testimonialpage_main .testimonial_text p { font-size: 16px; line-height: 30px; text-align: justify; }
.testimonialpage_main .testimonial_name { font-family: 'OpenSans-Semibold'; color: #e92123; font-size: 18px; font-weight: 400; padding: 0 0 0; text-transform: uppercase; }
.testimonialpage_main i { color: #e92123; font-size: 60px; left: 0; position: absolute; top: 3px; }
.testimonialpage_main::before { background: #e92123; bottom: 38px; content: ""; left: 75px; position: absolute; top: 8px; width: 2px; }
.testimonialpage_main { border-bottom: 1px solid #e92123; margin-bottom: 30px; padding: 0 0 30px 95px; position: relative; }
.testimonialpage_main:last-child { border: none; }
/****************************************************************************************************************************/
/************************************************ Pagination style **************************************************/
/****************************************************************************************************************************/
.inner-page .my_pagination { text-align: center; padding: 0 0 40px 0; float: left; width: 100%; }
.inner-page .my_pagination .pagination .wp-pagenavi { display: inline-block; vertical-align: top }
.inner-page .my_pagination .pagination .wp-pagenavi span.current { background: #0b74b9; color: #fff }
.inner-page .my_pagination .pagination .wp-pagenavi span, .my_pagination .wp-pagenavi a { display: block; width: 40px; height: 40px; border: 1px solid #0b74b9; line-height: 40px; color: #303030; font-weight: 400; float: left; margin: 0; padding: 0 }
.inner-page .my_pagination .pagination .wp-pagenavi a + span, .my_pagination .wp-pagenavi a + a, .my_pagination .wp-pagenavi span + a { border-left: 0 }
.inner-page .my_pagination .pagination .wp-pagenavi .nextpostslink, .my_pagination .wp-pagenavi .previouspostslink { font-size: 22px; line-height: 34px }
.inner-page .my_pagination .pagination li { padding: 0; float: left; }
.inner-page .my_pagination .pagination li:before { display: none !important }
.inner-page .my_pagination .pagination li a { display: block; border-radius: 0; -webkit-border-radius: 0; color: #fff; padding: 0; height: 40px; width: 40px; line-height: 40px; background: #3374a0; margin: 0; border: none; font-size: 20px; }
.inner-page .my_pagination .pagination { display: table; margin: 0 auto; padding: 0; vertical-align: top }
.inner-page .my_pagination .pagination li.disabled a { pointer-events: none }
.inner-page .my_pagination .pagination li.selected a { background: #e92123; pointer-events: none; color: #fff }
.inner-page .my_pagination .pagination li a:hover { background: #e92123; color: #fff }
.inner-page .my_pagination .pagination li:first-child a, .inner-page .my_pagination .pagination li:last-child a { line-height: 36px; font-size: 26px }
.inner-page .my_pagination .pagination li+li { margin-left: 3px }
/****************************************************************************************************************/
/************************************* Popup Form ends here ******************************************/
/****************************************************************************************************************/
.armodal_popup_main { padding: 20px 40px 20px 20px; border: 2px solid #03a9f4; }
.armodal_popup_main .mCSB_inside>.mCSB_container { margin-right: 30px !important; }
.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: 470px; background: url(http://gopdr.yourwebsitebuilt.online/wp-content/uploads/2021/05/Pics-Suzuki-swift-before.jpg); background-size: cover; 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:before { position: absolute; content: ""; background: rgba(0,0,0,0.7); width: 100%; height: 100%; left: 0; top: 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 p { color: #fff; text-align: center; }
.armodal_box h2, .armodal_box .h2 { background: #03a9f4; font-size: 26px; color: #fff; margin: 0 0 10px 0; text-align: center; text-transform: uppercase; padding: 5px 0; }
.armodal_box h2+p, .armodal_box .h2+p { text-align: center; font-size: 14px; margin-bottom: 0; padding: 0 0 5px; line-height: 24px; }
.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; 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: 100px; 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: #03a9f4 !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_box .uploadfile-main .input-group.form-control:before { top: 10px; }
.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: #fff; text-transform: uppercase; font-size: 16px; font-family: 'OpenSans-Bold'; border-radius: 0; margin: 0 0 0 0; background: #03a9f4; 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 .btn_quote .btn_send:focus { background: #e92123; color: #fff; }
.armodal_box .btn_quote .btn_send:hover { background: #e92123; color: #fff; }
.armodal_box iframe { margin: 28px 0 0 0; height: 250px; }
.armodal_box .select_arrow i { top: 45%; color: #03a9f4; }
.hl_services.desktop_swap { display: none; }
.home_cnt_form_01.desktop_swap { display: none; }
.armodal .uploadfile-main .input-group .filenameinput { top: 10px; }
.armodal .fileupload_main .input-group.form-control { display: block; }
.armodal .uploadfile-main .input-group .filenameinput { color: #fff; }
.hl_form_cnt_main.mobile_swap { display: none; }
.home-contact-form.desk_swap { display: none; }
.codedropz-upload-wrapper { background: #fff; border-radius: 10px; }
.codedropz-upload-wrapper { background: #fff; border-radius: 10px; border: 1px solid; }
.bottom-custom-upload .codedropz-upload-container { padding: 8px 0px 0; }
.bottom-custom-upload .codedropz-upload-wrapper { padding: 0; }
.bottom-custom-upload .codedropz-upload-inner span { font-size: 12px; }
#home_cnt_form .fileupload_main .bt_conent_main { min-height: 50px; max-height: 50px; }
#home_cnt_form .codedropz-btn-wrap { padding: 5px 0 0; }
#home_cnt_form .mCSB_inside>.mCSB_container { margin-right: 0; }
/*.home_cnt_form_01 .contact-form .bottom-custom-upload .form-control { min-height: 50px;*//* max-height: 150px; height: inherit;  }*/
#home_cnt_form .fileupload_main .bt_conent_main.upload_img { min-height: 150px; }
.home_cnt_form_01 .contact-form .bottom-custom-upload .upload_img .form-control { min-height: 150px; overflow: hidden; }
.upload_img { min-height: 150px; max-height: 150px; background: #fff; }
#home_cnt_form .upload_img.fileupload_main .bt_conent_main { min-height: 150px; max-height: 150px; }
.home_cnt_form_01 .contact-form .bottom-custom-upload .form-control { min-height: 50px; /* max-height: 150px; */ height: inherit; }
.bt_conent_main .uploadfile-main .input-group .input-group-btn { min-height: 50px; }
.bt_conent_main .codedropz-upload-inner h3 { font-size: 14px; }
.bt_conent_main .codedropz-btn-wrap { font-size: 14px; color: #555; }
#home_cnt_form .bt_conent_main .codedropz-btn-wrap { float: left; }
.armodal_popup_main .codedropz-upload-wrapper { background: none; }
.armodal_popup_main .bt_conent_main .codedropz-upload-inner h3 { color: #fff; }
.armodal_popup_main .codedropz-upload-inner { padding: 0 20px; }
.armodal_popup_main .cd-upload-btn { color: #fff; }
.armodal_popup_main .upload_img { background: transparent; }
.armodal_popup_main .dnd-upload-status .dnd-upload-details .name em { color: #fff; }
.armodal_popup_main .dnd-upload-status { padding: 4px 15px; }
.bx_cover { height: 300px; width: 300px; }
.filters-button-group { width: 100%; display: flex; justify-content: center; margin: 0 0 40px; }
.filters-button-group .button { color: #fff; font-size: 16px; font-family: 'OpenSans-Bold'; 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; width: 220px; height: 60px; line-height: 56px; background: #e92123; border: 1px solid #e92123; text-align: center; border-radius: 0; margin: 0 5px; }
.filters-button-group .button.is-checked { background: #3374a0; border: 1px solid #3374a0; }
.grid:after { content: ''; display: block; clear: both; }
.hl_form_cnt .wpcf7-spinner{margin: 0;    position: absolute;    right: 30px;    z-index: 9;    top: 20px;} 
/****************************************************************************************************************/
/************************************* Location Page Css ******************************************/
/****************************************************************************************************************/
.location_page a { margin: 0 0 30px; text-transform: uppercase; color: #fff; font-size: 16px; font-family: 'OpenSans-Bold'; 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; width: 100%; height: 60px; line-height: 60px; background: #3374a0; text-align: center; border-radius: 0; }
.location_page a:hover { background: #e92123; color: #fff !important; }
.service_desc { padding: 20px; margin: 0 0 20px; float: left; width: 100%; }
.service_desc:nth-child(odd) { background: #f4f4f4; }
.location_details_page .center_cta_btn a { text-transform: uppercase; color: #fff; font-size: 16px; font-family: 'OpenSans-Bold'; 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; width: 220px; height: 50px; line-height: 50px; background: #3374a0; text-align: center; border-radius: 0; margin: 0 10px; }
.location_details_page .center_cta_btn a:hover { background: #e92123; color: #fff !important; }
section.hl_services.inner_services { float: left; width: 100%; padding: 30px 0 0; }
section.hl_services.inner_services p { padding: 20px; line-height: 24px; font-size: 13px; top: 40%; }
section.hl_services.inner_services .hl_services_carousel { position: relative; padding: 0; }
.hl_before_after.gallery1_box_main.single-location-before-after {    float: left;    width: 100%;}
.location_cnt_form.contact_us_02 .home_cnt_form_01 { padding: 60px 0; }
.location_cnt_form.contact_us_02 .home_cnt_form_01 .container{padding: 30px 30px;-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);}
.location_cnt_form.contact_us_02 .home_cnt_form_01:before{display:none}
.location_cnt_form.contact_us_02 .home_cnt_form_01 .contact-form .form-control{border: 1px solid #222;}
.location_cnt_form.contact_us_02 .home_cnt_form_01 .contact-form .submit_btn_box{margin:0;display:block;}
.location_cnt_form.contact_us_02 .home_cnt_form_01 .contact-form .submit-btn{width: 100%;    line-height: 50px;}
.location_cnt_form.contact_us_02 .wpcf7-spinner { padding: 0; margin: 10px 0 0 10px; position: absolute; }
.location_cnt_form.contact_us_02 .home_cnt_form_01 .contact-form {    padding: 0;}
.location_cnt_form.contact_us_02 .home_cnt_form_01 .contact-form .form-control:focus {    border-color: #e92123 !important;}




/*7/6/2022*/
.single-location .position_relative{margin-top: 0px;}
.single-location .inner-banner-img { min-height: 300px;}


.faq_sec { background: #f4f4f4; padding: 80px 0;}
.faq_sec .h2{  margin: 0 0 22px;}


 /* FAQ CSS */
    .faq-container {max-width: 600px;margin: 30px auto;}
    .faq-item {border: 1px solid #3374a0;border-radius: 0px;}
    .faq-question {display: flex;justify-content: space-between;align-items: center;padding: 15px;cursor: pointer;background-color: #f9f9f9;position: relative;}
    .faq-question::after {content: '+';font-size: 20px;position: absolute;right: 20px;transition: transform 0.3s, content 0.3s;height: 30px; width: 30px; background: #1f7fbf;  line-height: 30px; text-align: center; color: #fff}
    .faq-item.open .faq-question::after {content: '−';    background: #fff; color: #606060;}
    .faq-answer {max-height: 0;overflow: hidden;padding: 0 15px; transition: max-height 0.3s ease-out, padding 0.3s;}
    .faq-item.open .faq-answer {max-height: 200px;padding: 15px;}
    .new_faq_section {padding-top: 0px;    background: #f4f4f4; padding: 70px 0;}
    .new_faq_section_title {text-align: center;}
    .new_faq_section .faq-container {margin: 0px;width: 100%;display: block;}
    .new_faq_section .faq-container .faq-item {width: 100%;display: block;}
    .new_faq_section_title {margin-bottom: 40px;}
    .new_faq_section .faq-container {max-width: 100%;width: 100%;}
    .new_faq_section .faq-container .faq-item .faq-question {background-color: transparent;font-family: 'OpenSans-Bold';color: #444;font-size: 20px;line-height: normal;font-weight: 500;}
    .new_faq_section .faq-container .faq-item {margin-bottom: 20px;}
    .faq-question::after {font-size: 30px;font-weight: 400;}
    .new_faq_section .faq-container .faq-item .faq-answer {   }
    .new_faq_section .faq-container .faq-item.open .faq-question {background-color: #3374a0;color: #ffffff;}
    .new_faq_section .faq-container .faq-item .faq-answer p {    font-family: 'OpenSans-Regular';}
    .new_faq_section .faq-container .faq-item:last-child {margin-bottom: 0px;}
     
.filenote {
    font-size: 12px;
    line-height: normal;
    text-align: left !important;
    padding-bottom: 0 !important;
    padding-top: 5px !important;
	    color: #ffffff;
}

.filenote a {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-family: 'OpenSans-Bold';
}
.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	z-index: 22;
}

.btn_quote {
    position: relative;
}
     
    @media screen and (max-width: 1280px){
    .new_faq_section .faq-container .faq-item .faq-question {padding-right: 50px;}
    }
     
    @media screen and (max-width: 991px){
    .new_faq_section .faq-container .faq-item .faq-question {font-size: 18px;padding-right: 50px;}
    }
     
     
    @media screen and (max-width: 767px){
    .new_faq_section .faq-container .faq-item .faq-question {font-size: 15px;padding-right: 50px;}
    .new_faq_section .faq-container .faq-question::after {right: 15px;}
    }





.submitting .wpcf7-submit {
    pointer-events: all;
    cursor: not-allowed;
}
.submit_btn_box > br {
    display: none;
}
.cf7-cf-turnstile + br {
    display: none;
}






























/*27/4/2026*/
.home-contact-form .contact-form .form-group p {padding: 0px;}
.home-contact-form .contact-form .form-group p .codedropz-upload-wrapper {padding: 0px;}
.home-contact-form .contact-form .form-group p .codedropz-upload-wrapper .codedropz-upload-handler {margin: 0px;border: 0;}
.home-contact-form .contact-form .form-group p .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-inner {display: flex;align-items: center;justify-content: space-between;}
.home-contact-form .contact-form .form-group p .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container {padding: 10px;}
.home-contact-form .contact-form .form-group p .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-inner h3 {font-size: 14px;font-weight: 600;}
.home-contact-form .contact-form .form-group p .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-inner .codedropz-btn-wrap {font-size: 14px;font-weight: 600;}
.home-contact-form .contact-form .form-group p .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-inner span {color: #000;}




.home-contact-form .contact-form .form-group  .codedropz-upload-wrapper .dnd-upload-status {padding: 5px 10px;padding-top: 0px;padding-bottom: 10px;}
.home-contact-form .contact-form .form-group .codedropz-upload-wrapper .dnd-upload-status span.dnd-icon-remove {position: absolute;right: 10px;}
.home-contact-form .contact-form .form-group .codedropz-upload-wrapper .dnd-upload-status span {color: #000;font-weight: 600;}
























.home_cnt_form_01 .contact-form .form-group .fileupload_main.bottom-custom-upload.bt_conent_main.mCustomScrollbar._mCS_2.mCS_no_scrollbar.upload_img {min-height: unset;}
.home_cnt_form_01 .contact-form .form-group  .codedropz-upload-handler {margin: 0px;border: 0;}
.home_cnt_form_01 .contact-form .form-group .input-group.form-control p {padding: 0px;}
.home_cnt_form_01 .contact-form .form-group .codedropz-upload-handler .codedropz-upload-container {padding: 0px;}
.home_cnt_form_01 .contact-form .form-group .codedropz-upload-handler .codedropz-upload-inner {display: flex;align-items: center;height: 50px;}
.home_cnt_form_01 .contact-form .form-group .codedropz-upload-handler .codedropz-upload-inner h3 {margin: 0px;font-size: 14px;font-weight: 600;}
.home_cnt_form_01 .contact-form .form-group .codedropz-upload-handler .codedropz-upload-inner .codedropz-btn-wrap {padding: 0px !important;font-weight: 600;font-size: 14px;}
.home_cnt_form_01 .contact-form .form-group .codedropz-upload-handler .codedropz-upload-inner span {padding: 0px 20px;}
.home_cnt_form_01 .contact-form .form-group .dnd-upload-details span {font-weight: 600;color: #000;}
.home_cnt_form_01 .contact-form p {padding: 0px;}













.home_cnt_form_01.mobile_swap .contact-form .form-group .fileupload_main.bottom-custom-upload.bt_conent_main.mCustomScrollbar._mCS_2.mCS_no_scrollbar.upload_img {min-height: unset;}
.home_cnt_form_01.mobile_swap .contact-form .form-group  .codedropz-upload-handler {margin: 0px;border: 0;}
.home_cnt_form_01.mobile_swap .contact-form .form-group .input-group.form-control p {padding: 0px;}
.home_cnt_form_01.mobile_swap .contact-form .form-group .codedropz-upload-handler .codedropz-upload-container {padding: 0px;}
.home_cnt_form_01.mobile_swap .contact-form .form-group .codedropz-upload-handler .codedropz-upload-inner {display: flex;align-items: center;height: 50px;}
.home_cnt_form_01.mobile_swap .contact-form .form-group .codedropz-upload-handler .codedropz-upload-inner h3 {margin: 0px;font-size: 14px;font-weight: 600;}
.home_cnt_form_01.mobile_swap .contact-form .form-group .codedropz-upload-handler .codedropz-upload-inner .codedropz-btn-wrap {padding: 0px !important;font-weight: 600;font-size: 14px;}
.home_cnt_form_01.mobile_swap .contact-form .form-group .codedropz-upload-handler .codedropz-upload-inner span {padding: 0px 20px;}
.home_cnt_form_01.mobile_swap .contact-form .form-group .dnd-upload-details span {font-weight: 600;color: #000;}
.home_cnt_form_01.mobile_swap .contact-form p {padding: 0px;}




.location_cnt_form.contact_us_02 .home_cnt_form_01 .form-group p {
    padding: 0px;
}






.armodal .form_section .form-group .input-group.form-control p {padding: 0px;}
.armodal .form_section .form-group .input-group.form-control .codedropz-upload-handler {margin: 0px !important;height: 100% !important;border: 0;}
.armodal .form_section .form-group .input-group.form-control .codedropz-upload-handler .codedropz-upload-container {padding: 0px;}
.armodal .form_section .form-group .input-group.form-control .codedropz-upload-handler .codedropz-upload-container h3 {margin: 0px;}
.armodal .form_section .form-group .input-group.form-control .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner {display: flex;align-items: center;justify-content: space-between;padding-top: 5px;}
.armodal .form_section .form-group .input-group.form-control .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap {padding: 0px;}
.armodal .form_section .form-group .input-group.form-control p .input-group-btn {min-height: 45px;}
.armodal .form_section .form-group .input-group.form-control p .input-group-btn span.filebrow {height: 45px;}


.armodal .form_section .form-group .dnd-upload-status .dnd-upload-details .remove-file span:after {
    filter: invert(1);
    position: absolute;
    right: 15px;
}

.armodal .form_section .form-group .fileupload_main.bottom-custom-upload {
    min-height: auto;
}
.armodal .form_section .form-group p {
    padding: 0px;
}


.home_cnt_form_01 .contact-form .form-group br {
    display: none;
}