/*Fonts Used*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i|Open+Sans:400,400i');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

:root {
    /* Fonts */
	--priFont: 'Poppins', sans-serif;
    --secFont: 'Times New Roman', Times, serif;

    /* Colors */
    --priColor: #4d4d4d;
    --secColor: #000;
    --terColor: #d99d25;
	--gradColor: linear-gradient(90deg, #CBDC75 3%, #D2AB28 52%, #DA9B25 98%);
}

*, *:before, *:after { box-sizing: border-box; -moz-box-sizing: border-box; image-rendering: -webkit-optimize-contrast;}

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline; -webkit-text-size-adjust: 100%;}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer; }
input:not([type='radio']):not([type='checkbox']), textarea, select{-webkit-appearance: none;}
form, label {-webkit-text-size-adjust: 100%;}
mark {background-color: transparent;color:inherit;}
/* end reset */

/*preset*/
body{font-family: var(--priFont); font-size: 16px; color:var(--priColor); position:relative; max-width: 1920px; margin: 0 auto;}
p {line-height: 25px;}
body.active{overflow: hidden;width:100%;height:100%;position:fixed!important;}
a{ text-decoration:none; -webkit-transition: all .3s linear;transition: all .3s linear;}
img{max-width: 100%; vertical-align: top; image-rendering: -webkit-optimize-contrast;}
textarea { resize:vertical; }
iframe{ border: none; width: 100%;}
ul, h1, h2, h3, h4{ margin:0; padding:0; list-style:none; line-height: 100%;}
strong , b{ font-weight: bold;}
em, i{font-style: italic;}
input[type="submit"]{cursor: pointer;}
a[href^="tel:"]{color: inherit!important; text-decoration: none;}

.clearfix:before, .clearfix:after { content:""; display: table; clear: both; }
.clearfix {clear: both; overflow: hidden;}
.comp{color:#ffbb2c; font-weight:700; }
.upcoming{color:red; font-style:italic; font-weight:700;}
.col2{-webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 10px; -moz-column-gap: 10px;  column-gap: 10px;}
.col3{-webkit-column-count: 3; -moz-column-count: 3; column-count: 3; -webkit-column-gap: 10px; -moz-column-gap: 10px;  column-gap: 10px;}
.col2 li, .col3 li{display: block; width: 100%;}
.main_phone {font-weight: 700;}

.back_top{display:none;background:#090a0b;position: fixed; z-index:999;bottom:0;width: 100%;height: 45px;cursor:pointer;}
.back_top:before{content:"";position:absolute;top:45%;left:50%;transform:translate(-50%,-45%);border-bottom:15px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent;}
.back_top:hover{opacity:.7}

/*Heading for SEO*/
.h1_hdng{font-size: 22px; font-weight: 700; color: #000;}

/*Thumbnail Images*/
.thumb_left_dd, .thumb_left_dr{  float:left; margin:0 19px 10px 0;}
.thumb_right_dd, .thumb_right_dr{ float:right; margin:0 0 10px 19px;}
.thumb_center_dd, .thumb_center_dr{ display: block; margin: 10px auto;}

/* Text Alignment */
.text_left, .text_left p{text-align: left;}
.text_right, .text_right p{text-align: right;}
.center_text,.center_text p{text-align: center; display: block;}

/* Forms Presets */
::-webkit-input-placeholder {opacity: 1; color: inherit;}
::-moz-placeholder {opacity: 1; color: inherit;}
:-ms-input-placeholder {opacity: 1; color: inherit;}
:-moz-placeholder {opacity: 1; color: inherit;}

/*end preset*/

.wrapper{ width:100%; max-width:1400px; margin:0 auto; position:relative;}

/* Custom Global */
h2 {font-family: var(--secFont); font-size: 50px; position: relative; color: #333; text-transform: uppercase;}
.heading::after {content: ""; background: var(--gradColor); width: 138px; height: 2px; display: block; margin-top: 26px;}
h2 small {display: block; margin-bottom: 10px; font-family: var(--priFont); font-size: 30px; line-height: 100%;}
h3 {font-family: var(--secFont); font-size: 20px; text-transform: uppercase; color: #1a1a1a;}
q {display: inline-block;}
.btn {max-width: 211px; width: 100%; line-height: 47px; text-align: center; background: transparent; color: #fff; display: block; border: 1px solid #fff; font-weight: 500; text-transform: uppercase; -webkit-transition: none; transition: none;}
.btn:hover {background: var(--gradColor); border: none; line-height: 49px;}
.line_btn {display: inline-block; font-weight: 500; text-transform: uppercase; position: relative; color: var(--terColor);line-height: 25px; -webkit-transition: all .3s linear; transition: all .3s linear;}
.line_btn::before {content: ""; position: absolute; width: 100%; height: 1px; left: 50%; transform: translateX(-50%); bottom: 4px; background: var(--terColor); -webkit-transition: all .3s linear; transition: all .3s linear;}
.line_btn:hover {filter: brightness(125%);}
.line_btn:hover::before {width: 0;}

/* Put your screenshot.jpg here */
/* body::before{content: "";display: block;width: 100%;height: 100%;  position: absolute;top: 0;left: 0;opacity: 0.5; background: url(images/screenshot.jpg) no-repeat; } */

/*header*/
header {padding: 0 20px;}
	.header_con{min-height:0;padding:0;}
	.main_logo{ position: absolute; left: 0; top: 56%; transform: translateY(-50%); max-width: 331px;}
	.main_logo img {}

/*end header*/

/*nav*/
#nav_area {padding: 0 20px; position: absolute; width: 100%; z-index: 152;top: 20px;}
.page_nav {text-align: right;}
#menu-main-menu {}
.page_nav ul li {display:inline-block;vertical-align: top; position:relative; line-height: 95px;}
.page_nav ul li a { color: #fff; padding:0 5px; font-size: 16px; margin: 0 51px; font-family: var(--secFont); text-transform: uppercase; position: relative;}
.page_nav ul li:last-of-type a{ padding-right: 0; margin-right: 0;}
.page_nav ul li:first-of-type a{ padding-left: 0; margin-left: 0;}
.page_nav ul li a:hover {}
.page_nav ul li a:active::before, .page_nav ul li.current_page_item > a::before {width: 100%;}
.page_nav ul li:after {content:"";width:1px;height:6px;background:#fff; position:absolute; top: 50%; transform: translateY(-50%); right: -3px; border-radius: 50%;}
.page_nav ul li:last-child:after{display:none;}

.page_nav ul li a::before {content: ""; position: absolute; width: 0; height: 2px; left: 50%; transform: translateX(-50%); bottom: -9px; background: var(--gradColor); -webkit-transition: all .3s linear; transition: all .3s linear;}
.page_nav ul li a:hover::before {width: 100%;}

.page_nav ul li:first-of-type a::before {left: 46%;}
.page_nav ul li:last-of-type a::before {left: 53%;}


/*second level drop down*/

.page_nav ul li:hover{position: relative; z-index: 599; cursor: default;}
.page_nav ul ul {display: none; position: absolute; top: 100%; left: 0; z-index: 598; width: 180px;margin-top: 0;text-transform: none;}
.page_nav ul ul li{float: none;display:block;font-weight: normal;width:100%;}
.page_nav ul ul li:after{display:none;}
.page_nav ul ul ul {top: 0; left: auto; right: -99.5%; }
.page_nav ul li:hover > ul { display: block;}
.page_nav ul ul a{background:#799847;color:#fff;padding:12px 10px!important;line-height:100%;margin:0 auto;}
.page_nav ul ul a:hover,.page_nav ul li.current_page_item ul li a:hover, .page_nav ul ul li.current_page_item a {background:#1a271a;color:#a5ff16;text-decoration:none;}

/*third level drop down*/
.page_nav ul ul ul { border-top: 0 none; }
.page_nav ul ul li { position: relative }

.page_nav span{position: absolute; right: 25px;top:32px; display: none; padding: 0; cursor: pointer; z-index: 9; color: #fff;text-align: center;}

/* Drop down icon */
.fa{display:block; margin-top: -3px;}
.fa:before{position: absolute;}

/* Navigation bar icon */
.nav_toggle_button{display:none; text-align:left;position:relative;}
.nav_toggle_button.active {opacity:1;}
.nav_toggle_button i{cursor: pointer;}

/*Burger Color*/
.nav_toggle_button .toggle_holder{position: absolute;top: 60%;right: 0;transform: translateY(-50%);}
.nav_toggle_button .hamburger{}
.nav_toggle_button .hamburger-inner, .nav_toggle_button .hamburger-inner:before, .nav_toggle_button .hamburger-inner:after{background:#fff;}
.nav_toggle_button small{text-transform:uppercase;font-weight:bold;font-size:13px;color:#fff;display:block; text-align: center;}

/* Default Responsive Style for Toggle Swipe Right */
.menu_slide_right {display: none;}

/*Responsive burger and color*/
.menu_slide_right .hamburger-inner, .menu_slide_right .hamburger-inner:before, .menu_slide_right .hamburger-inner:after{background:#d99d25;}
.menu_slide_right .toggle_holder{position: absolute;top: 55%;right: 10px;transform: translateY(-50%);}
.menu_slide_right small{text-transform:uppercase;color:#d99d25;font-weight:bold;font-size:13px;display:block; margin-top: 5px;}

/*end nav*/

/*banner*/
#banner {padding: 0 20px;}
	.bnr_con{min-height:0;padding:0;}
	.box_skitter{ display: block; z-index: -1;}
	.rslides { display: none; z-index: -1; }
	.slider {width:1920px;position: relative; left: 50%; transform: translateX(-50%);overflow: hidden; }
	.slider::before {content: ""; background: url(images/bnr-overlay.png) repeat; top: 0; left: 0; width: 100%; height: 100%; position: absolute;}
	.mobi_ban{display: none;}

	.bnr_info { width: 100%; position:absolute; z-index:150; color: #fff; text-align: center;bottom: 306px;}
	.bnr_info h2 {color: inherit; text-transform: initial; font-size: 65px;}
	.bnr_info h2 span {display: inline-block;}
	.bnr_info p {margin: 41px auto 41px; max-width: 650px;line-height: 27px;}
	.bnr_info .btn {margin: 0 auto;}
/*end banner*/

/*middle*/
#middle {padding: 0 20px; background-color: #fff;}
	.middle_con {min-height:0; padding:208px 0 207px; display: flex; justify-content: space-between;}
	.mid_boxes {display: flex; flex-direction: column; row-gap: 72px;}
	.mid_boxes section { position: relative; max-width: 345px; width: 100%;}
	.mid_boxes section::before {content: ""; display: block; margin-bottom: 14px;}
	.mid_boxes section h3 {margin-bottom: 14px;}
	.mid_boxes section h3 span {}
	.mid_boxes section p {}
	.mid_boxes section p .line_btn {}

	.mid_left {margin-left: 4px;}

	.mid_left section:nth-child(1)::before {content: url(images/icons/mid-1.png);}
	.mid_left section:nth-child(2)::before {content: url(images/icons/mid-2.png);}
	.mid_right section:nth-child(1)::before {content: url(images/icons/mid-3.png);}
	.mid_right section:nth-child(2)::before {content: url(images/icons/mid-4.png);}

	#middle .none {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);pointer-events: none;}
/*end middle*/

/*main*/
#main_area {padding: 0 20px; position: relative; background-image: url(images/main-bg2.jpg); background-position: center top -350px; background-repeat: no-repeat; background-size: cover;}
#main_area::before {content: ""; background: url(images/main-overlay.png) repeat; top: 0; left: 0; width: 100%; height: 100%; position: absolute;}
	.main_con{min-height:0;padding:112px 0 87px; }
		main {width: 100%; max-width: 600px; color: #fff;margin-left: 3px;}
		main .h1_title {font-size: 50px; margin-bottom:21px; font-family: var(--secFont); text-transform: uppercase;}
		main .h1_title small {display: block; line-height: 100%; font-family: var(--priFont); font-weight: 300; font-size: 25px;}
		main .h1_title span {display: block; line-height: 100%; font-size: 28px; margin: 0px 0 8px;}

		main p{margin-bottom:27px; line-height: 27px;}
		main ol{padding-left: 35px; margin-bottom: 15px;}
		main ul li {position: relative;}
		main .bullet {padding:0;margin-bottom: 25px;}
		main .bullet li{position:relative; padding-left: 25px; margin-bottom: 8px; overflow: hidden; line-height: 26px;}
		.double {column-count: 2;}
		.long_double {column-count: 2;}
		main .bullet li:before{position: absolute; content: "\00BB"; left: 3px; top: -2px; font-size: 30px; color: var(--terColor);}
		main a{font-weight: bold; color: #ffbb2c; text-decoration: underline;display: inline-block;}
		main a:hover{color:#986525;text-decoration: none;}

		#breadcrumbs{border-bottom: 1px dashed gray;padding-bottom: 10px;margin-bottom: 30px;}
    #breadcrumbs span a{color:var(--terColor);}

		.intro_txt{text-align: center;width:80%;margin:0 auto 25px;padding: 15px;border-bottom: 3px solid var(--secColor); font-weight: bold;font-size: 25px; font-family: var(--secFont);}

/*end main*/

.main_bg {width: 1920px; height: 100%; position: absolute; overflow: hidden; left: -261px; top: 0; z-index: -1;}
.main_bg figure {position: absolute; top: -828px;}
.main_bg figure img {max-width: initial;}

.main_bg .fixed_main {position: fixed; top: 0;}

/*bottom*/
#bottom1 {padding: 0 20px; background-color: #fff;}
	.btm1_con {min-height:0;padding:113px 0 63px;}
	.btm1_info {text-align: center;margin-bottom: 99px;}
	.btm1_info h2 {margin-bottom: 28px;}
	.btm1_info h2::after {margin: 26px auto 0;}
	.btm1_info h2 span {display: inline-block;}
	.btm1_info p {margin: 0 auto; max-width: 760px;line-height: 27px;}

	.btm1_menu {column-count: 2;}
	.btm1_menu li {margin-bottom: 47px; max-width: 631px;}
	.btm1_menu li h3 {position: relative; margin-bottom: 9px;}
	.btm1_menu li h3::before {content: ""; width: 84px; height: 84px; border-radius: 50%; display: block; overflow: hidden;margin-bottom: 17px;}
	.btm1_menu li p {max-width: 355px;}
	.btm1_menu li .price {color: #fff; text-align: center; display: block; max-width: 76px; line-height: 29px; background: var(--gradColor); width: 100%;position: relative;top: -9px;}

	.btm1_menu li .menu_flex {display: flex; justify-content: space-between;align-items: start; position: relative;column-gap: 10px;}
	/* .btm1_menu li .menu_flex::before {content:"";   background-image: radial-gradient(circle, var(--priColor) 0%, var(--priColor) 50%, transparent 50%); background-size: 4px 4px; background-repeat: repeat; position: absolute; width: calc(100% - 435px); height: 4px; left: 350px; } */
	.btm1_menu li .menu_flex::before { content: ""; background-image: repeating-radial-gradient(circle,var(--priColor),var(--priColor) 1px,transparent 1px,transparent 10px); background-size: 100% 100%; background-repeat: repeat; position: absolute; left: 355px; width: calc(100% - 435px); background-size: 8px 100%; top: 16px; height: 2px; }
	.btm1_menu .last_half {margin: 0 0 47px auto;}

	.btm1_menu li:nth-child(1) h3::before {content: url(images/menu-1.jpg)}
	.btm1_menu li:nth-child(2) h3::before {content: url(images/menu-2.jpg)}
	.btm1_menu li:nth-child(3) h3::before {content: url(images/menu-3.jpg)}
	.btm1_menu li:nth-child(4) h3::before {content: url(images/menu-4.jpg)}
	.btm1_menu li:nth-child(5) h3::before {content: url(images/menu-5.jpg)}
	.btm1_menu li:nth-child(6) h3::before {content: url(images/menu-6.jpg)}

#bottom2 {padding: 0 20px; background: rgba(0,0,0,.6);}
	.btm2_con {min-height:0;padding:116px 0 117px; color: #fff; max-width: 714px; margin: 0 0 0 auto; padding-left: 77px;position: relative;z-index: 2;}
	.btm2_boxes {display: flex; justify-content: space-between; position: relative;margin-bottom: 44px;}
	.btm2_boxes::before { content: ""; width: 1px; height: 69px; position: absolute; background-color: #fff; left: 50%; top: 50%; transform: translate(-50%, -50%); }
	.btm2_boxes section {max-width: 245px; width: 49%;}
	.btm2_boxes section h3 {color: inherit;}
	.btm2_boxes section h3 span {}
	.btm2_boxes section p {margin: 17px 0 15px;}
	.btm2_boxes section .line_btn {}
	

	.btm2_info {padding-top: 41px; border-top: 1px solid #515151;}
	.btm2_info h2 {color: inherit;margin-bottom: 29px;}
	.btm2_info h2::after {}
	.btm2_info p {}
	.btm2_info .line_btn {}

	.btm2_bg {position: absolute; z-index: -1; width: 1920px; top: 0; left: 50%; transform: translateX(-50%); display: flex; justify-content: space-between; height: 100%;z-index: 1;}
	.btm2_bg figure {width: 50%; overflow: hidden; position: relative;}
	.btm2_bg figure img {object-fit: cover; width: 100%; height: 100%; position: relative;}

	.btm2_bg .left_bg {max-width: 949px; z-index: 1;}
	.btm2_bg .left_bg img {}
	.btm2_bg .right_bg {max-width: 974px; width: 51%;}
	.btm2_bg .right_bg img {}

#bottom3 {padding: 0 20px; background-color: #fff;}
	.btm3_con {min-height:0;padding:118px 0 121px; display: flex; justify-content: space-between; align-items: center;}
	.btm3_left {max-width: 686px; width: 49%; padding-right: 25px;}
	.btm3_info {max-width: 547px;}
	.btm3_info h2 {}
	.btm3_info h2::after {margin-top: 32px;}
	.btm3_info p {margin: 34px 0 30px;}

	.btm3_right {max-width: 714px; width: 51%;}
	.btm3_right img {object-fit: cover; height: 634px; width: 100%;}

	.btm_form {  display:flex;  justify-content:space-between; flex-wrap: wrap;row-gap: 13px; position: relative;}	
	.btm_form input, form textarea {font-family: var(--priFont); font-size: 16px; color: var(--priColor); background-color: #f5f5f5; }
	.btm_form input {padding:0px 16px;  border: none; height:60px; width: 100%;}
	.btm_form textarea {  resize:none;  margin:0; overflow:hidden; padding:9px 16px;  border: none; height:153px; width: 100%;margin-bottom: 3px;}
	.btm_form .captcha-box {max-width: 301px; max-height: 75px; width: 100%;}
	.btm_form .form_btn { transition:.6s; display:block; color:#fff; max-width:100%; line-height:76px; position:relative; text-align:center;  width: calc(100% - 314px); height: auto; font-size: 16px; font-weight: 500; background: var(--gradColor);}
	.btm_form .form_btn:hover { filter: brightness(120%); }

	.FormReq { box-shadow: 0 0 3px #d92800 !important; border: 1px solid #d92800 !important; }

	.btm_form .captcha-box {max-width: 301px; max-height: 75px; width: 100%;}
	.g-recaptcha{transform: scale(1, 0.967); transform-origin: 0 0;}
	#g-recaptcha-response {display: block !important;position: absolute;margin: -78px 0 0 0 !important;width: 302px !important;height: 76px !important;z-index: -999999;opacity: 0;}
	#error-msg {position: fixed;z-index: 9999;border: 1px solid;background: rgb(0,0,0,0.4);width: 100%;height: 100%;left: 0;top: 0;}
	#error-msg .message {border: 1px solid;width: 500px;margin: 9% auto;background: #fff;position: relative;padding: 188px 10px 25px 10px;border-radius: 20px;max-width: 95%;}
	#error-msg .message span:nth-child(1){font-weight: bold;color: #ca4b4b;font-size: 25px;line-height: 20px;}
	#g-recaptcha-response .message span:nth-child(1) {font-weight: 900;color:  #ca4b4b;font-size: 32px;line-height: 40px;}
	#success {position: fixed;z-index: 9999;background: rgb(0,0,0,0.4);width: 100%;height: 100%;left: 0;top: 0;}
	#recaptcha-error{position: fixed;z-index: 9999;border: 1px solid;background: rgb(0,0,0,0.4);width: 100%;height: 100%;left: 0;top: 0;}
	.message {border: 1px solid;width: 500px;margin: 9% auto;max-width: 95%;border-radius: 20px;padding: 188px 10px 25px 10px;background: #fff;position: relative;}
	.message span:nth-child(1) {font-weight: 900;color: #31af90;font-size: 26px;line-height: 27px;}
	.message span:nth-child(3) {font-size: 25px;line-height: 30px;color: #000;}
	.message span:nth-child(5) {line-height: 40px;font-size: 18px; color: #000;}
	.close, .rclose, .error-close { position: absolute; right: 24px; top: 10px; font-size: 30px; font-family: open sans; cursor: pointer;color: #333 !important; }
	#error-msg p, #success .message p{font-size: 30px !important;}
	.fail-check::after {content: url('images/wrong-icon.png');position: absolute;  left: 0; right: 0; top: 30px; } 
	.success-check:after{content:url('images/success-icon.png'); position: absolute;left: 0;right: 0;top: 30px;}
	#invalid-msg {display: none; background: #fcecec; padding: 10px; color: #ca4b4b; font-weight: bold; font-size: 14px; width: 100%;}

/*end bottom*/

/*footer*/
footer {background-color: var(--secColor);}
	.footer_top {padding: 0 20px; position: relative; background: url(images/ftr-bg.jpg) no-repeat center; background-size: cover;}
	.footer_top::before {content: ""; width: 100%; height: 100%; background-color: rgba(0,0,0,.75); position: absolute; top: 0; left: 0;}
	.footer_top_con{min-height:0;padding:119px 0 208px; text-align: center; color: #fff;}

		.footer_logo {margin-bottom: 50px;}
		.footer_logo img {}

		.social_media {}
		.social_media ul li{display:inline-block;vertical-align:top;}
		.social_media ul li a{display:block;}
		.social_media ul li a figure { width: 40px; height: 40px; border-radius: 50%; background-color: #fff; position: relative;}
		.social_media ul li a figure img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
		.social_media ul li a:hover img {}
		.social_media ul li a:hover figure {animation: pulse 1s; background-color: rgba(255,255,255,0.8);}

		.service_covered {margin: 20px 0 78px;}
		.service_covered p {}
		.service_covered .open_hrs {}
		.service_covered .open_hrs q {}
		.service_covered .open_hrs span:first-of-type { position: relative; margin-right: 21px;}
		.service_covered .open_hrs span:first-of-type::before {content: ""; width: 1px; height: 15px; background: #fff; position: absolute; right: -15px; top: 50%; transform: translateY(-50%);}

		.contact_info {position: relative; text-align: left;padding-right: 265px;}
		.contact_info ul {display: flex; width: calc(100% - 130px); justify-content: space-between; }
		.contact_info ul li {}
		.contact_info ul li h4 {line-height: 25px;}
		.contact_info ul li span {line-height: 25px;}
		.contact_info ul li span mark {}
		.contact_info ul li span a {color: inherit;}
		.contact_info ul li span a:hover {text-decoration: underline;}
		.contact_info ul li address {line-height: 25px;}
		.contact_info ul li address q {}
		.contact_info .btn {max-width: 226px; position: absolute; right: 0; top: 0;}

	.footer_btm { padding: 0 20px; background: #171717;}
		.footer_btm_con{min-height:0; position: absolute; width: 100%;bottom: 0; z-index: 1;padding-right: 375px;}
		.footer_btm_con::before {content: ""; width: 1920px; height: 100%; background: #171717; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}

		.footer_nav {}
		.footer_nav ul{ margin: auto 0; padding: 0; list-style: none;}
		.footer_nav ul li{display: inline-block; vertical-align: top;position:relative; line-height: 101px;}
		.footer_nav ul li a {padding: 0 5px; color: #fff; margin: 0 24px; font-family: var(--secFont); text-transform: uppercase; position: relative; transition: none;}
		.footer_nav ul li a:hover::before {width: 100%;}
		.footer_nav ul li a:active::before, .footer_nav ul li.current_page_item a::before {width: 100%;}
		.footer_nav ul li:after{content:""; position: absolute; width: 1px; height: 6px; background-color: #fff; border-radius: 50%; top: 50%; transform: translateY(-50%); right: -3px;}
		.footer_nav ul li:last-child:after{display:none;}

		.footer_nav ul li a::before {content: ""; position: absolute; width: 0; height: 2px; left: 50%; transform: translateX(-50%); bottom: -9px; background: var(--gradColor); -webkit-transition: all .3s linear; transition: all .3s linear;}

		.footer_nav ul li:first-of-type a::before {left: 46%;}
		.footer_nav ul li:last-of-type a::before {left: 53%;}

		.footer_nav ul li:first-of-type a {padding-left: 0; margin-left: 0;}
		.footer_nav ul li:last-of-type a {padding-right: 0; margin-right: 0;}

		.copyright{color:#fff; position: absolute; right: 0; top: 49%; transform: translateY(-50%);}
		.copyrigh_text {position: relative; margin-left: 12px;}
		.copyrigh_text::before {content: ""; position: absolute; width: 4px; height: 4px; border-radius: 50%; background: #fff; left: -10px; top: 50%; transform: translateY(-50%);}
		.copyrigh_text:hover{text-decoration:none!important;}
		.copyright a{color:#fff;}
		.copyright a:hover{text-decoration:underline;}


/**Resources**/
.resources {margin-bottom: 25px;}
.resources a {display:block;font-weight:bold; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; transition: all 0.3s linear; line-height: 100%;}
.resources a:hover {padding-left:2px; text-decoration: none!important; color: #1a1a1a;}
.resources ul,.resources li {list-style-type:none; margin:0; padding:0;}
.resources ul li {margin-bottom:8px; padding:12px; background:#FAFDFE;border:1px solid #ececec; display: flex; flex-direction: column; justify-content: center; overflow: hidden;}
.resources ul li:before{content:"";}
.resources ul li:after{content:"";}
.resources ul li a span {font-size:11px; color:#666666; letter-spacing:1px; display:block; overflow-wrap: break-word;word-wrap: break-word;-webkit-hyphens: auto;-ms-hyphens: auto;-moz-hyphens: auto;hyphens: auto;}

/* IE 8 */
.lt-ie8 .dang-ie{width:100%;height:100%;position:fixed;background-color:#00abdd}
.message{text-align:center;color:#fff;font-size:20px;position:absolute;top:20%;left:0;right:0}
.inner-message{position:relative;top:-20%;left:0;right:0;text-align:center;margin:auto}
.inner-message img{position:relative;left:0}
.inner-message a.download{display:block;width:300px;padding:10px;color:#fff;margin:2em auto;border:1px solid #fff}
.terms{color:#fff;font-size:13px;padding:20px;position:absolute;right:0;bottom:0}
.terms a{color:#fff;font-weight:700}
.lt-ie8 .protect-me{display:none}

/* Sitemap Style */
.sitemap{list-style-type: none; padding: 0; -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 3px; -moz-column-gap: 3px;  column-gap: 3px;}
.sitemap li {counter-increment: step-counter; overflow: hidden;}
.sitemap li{padding:5px 15px; background: #E3E3E3;}
.sitemap li:nth-child(odd){background: #F2F2F2;}
.sitemap li a{display: block; line-height: 25px;}
.sitemap li a:before {content: counter(step-counter) '. ';}

/* Pages under Certain Parent Pages */
.sitemap ul {margin-top: 5px;}
.sitemap ul li:nth-child(odd){background: #E3E3E3;}
.sitemap ul li:nth-child(even){background: #F2F2F2;}
.sitemap ul li {counter-increment: sub-counter;}
.sitemap ul li a:before {content: counter(step-counter) '.' counter(sub-counter) ' ';}

/* Breadcrumb Styling */

#breadcrumbs{border-bottom: 1px dashed gray;padding-bottom: 10px;margin-bottom: 30px;}
#breadcrumbs span a {color:var(--terColor);}
#breadcrumbs span a:hover {color: var(--secColor);}

.breadcrumbs {margin-bottom: 34px; border-bottom: 1px dotted gray; padding-bottom: 11px; }
.breadcrumbs span{vertical-align: bottom;display: inline-block; overflow: hidden;text-overflow: ellipsis;}
.breadcrumbs span[property='name'] {display: inline-block;padding: 0;margin-top: -3px;vertical-align: middle;max-width: 270px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color:#439b4f;}
.breadcrumbs span[property='name']:hover {text-decoration: underline;}
.breadcrumbs .post {background:transparent!important;border-radius: 0;padding: 0;margin: 0;border: none;word-wrap: normal;}
.breadcrumbs span[class='post post-page current-item'] {display: inline-block;padding: 0;max-width: 250px;white-space: nowrap;}

/* End Breadcrumb Styling */

/* Non-home */
.non_ban {position: relative;}
.non_ban_img{width: 1920px;margin-left: 50%;transform:translateX(-50%);}
.non_ban_img img{vertical-align:middle;height: auto;}

.page_title{text-align: center;width: 100%;z-index: 2;position: absolute;bottom: 0;font-size: 44px;line-height: 100%;padding: 15px;color:#fff;background: rgba(0,0,0,.75); font-family: var(--secFont);}

/* About Us */
.mv { display: flex; justify-content: space-evenly; margin-top: 100px; color: #fff; text-align: center;}
.mv div { background: var(--gradColor); padding: 40px 40px 60px; position: relative; margin: 15px 0; width: 47%; border-radius: 0 60px 60px 60px;}
.mv div::before {content: "";  width: 100px; height: 100px; display: block; margin: 0 auto 20px;}
.mv div:first-child:before { background: url(images/icons/value.png) no-repeat center; background-size: contain;}
.mv div:last-child::before { background: url(images/icons/tax.png) no-repeat center; background-size: contain;}
.mv div h2 { font-size: 35px; margin-top: 0;}
.mv div h2 span {display: inline-block;}
.mv div p {margin-bottom: 0;}

/* Services */
.serv_list {margin:25px auto 0; text-align:center;}
.serv_list ul li {overflow: hidden;position: relative;text-align: center;max-width: 400px;padding: 0 !important;width:30%;display: inline-block;vertical-align: top;margin: 0 10px 20px;background: #fff;}
.serv_list ul li img {display: block;width: 100%;}
.serv_list ul li a {text-decoration: none;font-size: 20px;font-weight: bold;text-align: center;width: 100%;display: block;height: 100%;position: absolute;top: 0;left: 0;}
.serv_list ul li a span {-webkit-transition: all .3s linear;transition: all .3s linear;background: rgba(108,74,158,.8);color: #fff;font-size: 16px;width: 95%; padding: 0 10px;position: absolute;line-height: 100%;left: 50%;bottom: 5px;-ms-transform: translateX(-50%);-webkit-transform: translateX(-50%);transform: translateX(-50%);line-height: 100%; min-height: 44px; display: flex; justify-content: center; align-items: center;}
.serv_list ul li a:hover span{bottom: -50px;}
.serv_list ul li a::before {z-index: 99;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(255,255,255,0.5);content: '';-webkit-transition: -webkit-transform 0.6s;transition: transform 0.6s;-webkit-transform: scale3d(3,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);transform: scale3d(3,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);}
.serv_list ul li a:hover:before{-webkit-transform: scale3d(3,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);transform: scale3d(3,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);}

.nh_about{display: flex; justify-content: space-between; align-items: center; row-gap: 20px; column-gap: 20px;}

.nh_about figure{width: 435px; background: #3333; height: 500px; max-width: 32%;}
.nh_about figure img{   width: 100%; height: 500px; object-fit: cover; object-position: bottom;}

.nh_about_content{width: 930px; max-width: 67%;}
.nh_about_content p{}

.non_home_pages h2{font-size: 22px; font-weight: bold; margin: 15px auto; font-family: var(--secFont);}
.non_home_pages h3{font-size: 19px; font-weight: bold; margin: 15px auto; font-family: var(--secFont);}
.center{text-align: center; margin: 15px auto;}