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

*, *: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;}
/* end reset */

/*preset*/
body{font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 300; line-height: 31px; color:#525555;position:relative; width: 100%; max-width: 1920px; margin: 0 auto;}
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; }
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:#02bdc6; font-weight:bold; }
.comingsoon{color:red; font-style:italic; font-weight:bold;}
.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: inline-block; width: 100%;}
.main_phone {font-weight: bold;}

.back_top{display:none;background:#de3816;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:-4px 19px 10px 0;}
.thumb_right_dd, .thumb_right_dr{ float:right; margin:-4px 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;}
.text_center,.text_center 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: 1380px; margin:0 auto; position: relative;}

/*header*/
header {}
	.header_con {}
	.main_logo {position: absolute; top: 74px; left: -2px; width: 397px; height: 126px; background: rgba(255,255,255,0.97); padding: 29px 13px 25px 20px; z-index: 150; animation-duration: 2682ms!important;}
	.head_info {float: right; text-align: right;}
	.header_info {}
	.header_info h2 {}
	.header_info h2 mark {}
/*end header*/

/*nav*/
.page_nav {background: linear-gradient(90deg,#02accc 20%,#02ccc0 80%); height: 74px; text-align: center; position: fixed; top: 0; left: 0; right: 0; z-index: 999;}
.page_nav ul {}
.page_nav ul li {display: inline-block; vertical-align: top; position: relative;}
.page_nav ul li a {display: block; font-weight: 500; font-size: 20px; line-height: 72px; color: #fff; text-transform: uppercase; padding: 0 59px;}
.page_nav ul li:first-child a {padding-left: 0;}
.page_nav ul li:last-child a {padding-right: 0;}
.page_nav ul li a:hover, .page_nav ul li a:active, .page_nav ul li.current_page_item > a, .page_nav ul li a:hover small, .page_nav ul li.current_page_item a small {text-decoration: underline;}

/*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: 100%;margin-top: 0;bottom: 0;text-transform: none;}
.page_nav ul ul li {float: none;display:block;font-weight: normal;width:100%;}
.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, .page_nav ul li.current_page_item ul li a {background: #799847; color: #fff; padding: 0; 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;}

/*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:#02accc;}
.nav_toggle_button small{text-transform:uppercase;font-weight:bold;font-size:13px;color:#02accc;display:block; text-align: center; line-height: 100%;}

/* 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:#02accc;}
.menu_slide_right .toggle_holder{position: absolute;top: 55%;right: 10px;transform: translateY(-50%);}
.menu_slide_right small{text-transform:uppercase;color:#02accc;font-weight:bold;font-size:13px;display:block; line-height: 100%;}

/*end nav*/

/*banner*/
#banner {overflow: hidden;}
	.bnr_con {min-height: 855px;}
	.bnr_con:before {content: ''; z-index: 149; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 1920px; height: 100%; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 0) 60%);}
	.slider {width: 1920px; height: 945px; position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
	.mobi_ban, .rslides {display: none;}

	.bnr_info {width: 985px; min-height: 126px; background: rgba(255,255,255,0.24); color: #fff; position: absolute; top: 74px; right: 0; z-index: 150;padding: 27px 275px 20px 28px; animation-duration: 2682ms!important;}
	.bnr_info h2 {font-weight: bold; font-size: 35px; line-height: 100%; margin-bottom: 8px;}
	.bnr_info p {font-weight: 500; font-size: 20px;}
	.bnr_info a {display: block; width: 218px; line-height: 57px; background: #de3816; text-align: center; font-weight: bold; font-size: 20px; color: #fff; text-transform: uppercase; position: absolute; top: 41px; right: 43px;}
	.bnr_info a:hover {background: #333;}

/*middle*/
#middle {padding: 0 15px;}
	.middle_con {min-height: 0;   position: absolute; z-index: 150;top: -90px;}
	.middle_boxes {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;box-shadow: 0px 8px 10px 0px rgba(119,165,163,0.1); animation-duration: 2364ms!important;}
	.middle_boxes section {width: 25%; background: #fff; border: 1px solid #c2dbd9; border-left: 0; min-height: 299px;padding: 112px 20px 40px 35px;}
	.middle_boxes section h2 {font-weight: 600; font-size: 25px; line-height: 100%; color: #373737; margin-bottom: 37px; position: relative;}
	.middle_boxes section h2::before {position: absolute; top: -60px; left: 0;}
	.middle_boxes section.mid_box1 h2:before {content: url(images/mid-1.png);}
	.middle_boxes section.mid_box2 h2:before {content: url(images/mid-2.png);}
	.middle_boxes section.mid_box3 h2:before {content: url(images/mid-3.png);}
	.middle_boxes section h2:after {content: ''; position: absolute; bottom: -17px; left: -15px; width: 303px; height: 1px; background: #02ccc0;}
	.middle_boxes section p {font-size: 16px; line-height: 23px; font-weight: 400;}
	.middle_boxes section a {font-weight: bold; font-size: 16px; text-decoration: underline; color: #de3816; text-transform: uppercase;}
	.middle_boxes section a:hover {text-decoration: none; color: #000;}
	.middle_boxes figure {width: 25%;}

	.middle_boxes section.mid_box1 {background: linear-gradient(90deg,#02accc 20%,#02ccc0); color: #fff; border: 1px solid transparent}
	.middle_boxes section.mid_box1 h2 {color: #fff;}
	.middle_boxes section.mid_box1 h2:after {background: #fff;}
	.middle_boxes section.mid_box1 a {color: #fff;}
	.middle_boxes section.mid_box1 a:hover {color: #000;}

	/* .middle_boxes [class^="mid_box"]{} */

/*end middle*/

/*main*/
#main_area {padding: 0 15px; background: #fff; position: relative;}
	.main_con {min-height: 797px; padding: 347px 0 40px;}
	main {display: block; width: 780px; margin: 0 0 0 auto;position: relative;z-index: 1;}
		main .h1_title {font-weight: bold; font-size: 50px; line-height: 100%; color: #de3816; margin-bottom: 80px; position: relative;}
		main .h1_title:after {content: ''; position: absolute; bottom: -38px; left: 0; width: 145px; height: 1px; background: #bfbfbf;}
		main .h1_title small {display: inline-block; background: -webkit-linear-gradient(30deg,#02accc,#2dd5cb); background-clip: border-box; -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-shadow: none; color: #02bbc6;}
		main .h1_title span {display: block; font-weight: 300; font-size: 20px; line-height: 100%; color: #262626; text-transform: uppercase; letter-spacing: 5px;margin-bottom: 11px;}

		main p {margin-bottom: 15px;}
		main ol {padding-left: 20px; margin-bottom: 25px;}
		main ul li {position: relative;}
		main .bullet {padding: 0; margin-bottom: 25px; margin-left: 15px; margin-top: -15px;}
		main .bullet li {position: relative; padding-left: 25px; margin-bottom: 8px}
		main .bullet li:before {content: '››'; position: absolute; top: -1px; left: 0; font-weight: bold; font-size: 25px; color: #02bdc6;}
		main a {font-weight: bold; color: #de3816; text-decoration: none; display: inline-block;}
		main a:hover {color: #000; text-decoration: underline;}

/*end main*/

/*sidebar*/
.sidebar {position: absolute; bottom: -26px; left: -89px; animation-duration: 2545ms!important;}


/*end sidebar*/

/*bottom*/
#bottom1 {background: #d7f5f3; padding: 0 15px; position: relative; z-index: 1;}
 	.btm1_con {min-height: 880px; padding: 126px 0 40px;}

	.btm1_info {width: 100%; position: relative;}
	.btm1_info h2 {font-weight: bold; font-size: 50px; line-height: 100%; color: #333434;}
	.btm1_info p {width: 834px; position: absolute; top: -26px; right: 0;line-height: 35px;}

	.btm1_boxes {width: 100%; max-width: 1067px; margin: 63px auto 0; display: flex; flex-wrap: wrap; justify-content: space-between;}
	.btm1_boxes section {width: 329px; min-height: 535px; background: #fff; text-align: center; position: relative;padding-bottom: 120px;}
	.btm1_boxes section figure {margin-bottom: 30px;}
	.btm1_boxes section h2 {font-weight: 600; font-size: 25px; line-height: 30px; margin-bottom: 15px; color: #222223;min-height: 50px;display: flex;flex-direction: column;justify-content: flex-end;}
	.btm1_boxes section h2 span {display: block;}
	.btm1_boxes section p {font-weight: 400; line-height: 23px;font-size: 16px;padding: 0 20px;}
	.btm1_boxes section a {display: block; position: absolute; bottom: 50px; left: 0; right: 0; width: 168px; line-height: 52px; background: #de3816; text-align: center; color: #fff; font-weight: 500; font-size: 18px; text-transform: uppercase; margin: 0 auto;}
	.btm1_boxes section a:hover {background: #333;}

	.btm1_boxes section:hover {background: linear-gradient(90deg,#02accc 20%,#02ccc0); color: #fff;}
	.btm1_boxes section:hover h2 {color: #fff;}

	/* .btm1_boxes [class^="btm1_box"]{} */

#bottom2 {padding: 0 15px; background: #fff;}
 	.btm2_con {min-height: 554px; padding: 107px 0 40px;}
		.btm2_info {width: 640px;}
		.btm2_info h2 {font-weight: bold; font-size: 50px; line-height: 100%; color: #333434; margin-bottom: 50px; position: relative;}
		.btm2_info h2:after {content: ''; position: absolute; bottom: -38px; left: 0; width: 145px; height: 1px; background: #bfbfbf;}
		.btm2_info p {}
		.btm2_info a {display: block; width: 218px; line-height: 57px; background: #de3816; text-align: center; color: #fff; text-transform: uppercase; font-weight: 500; margin-top: 56px;}
		.btm2_info a:hover {background: #333;}

		.btm2_img {position: absolute; top: 0; right: -270px;}


#bottom3 {padding: 0 15px; background: #d7f5f3;}
	.btm3_con {min-height: 819px; padding: 109px 0 40px;}
		.btm3_info {width: 100%; position: relative;}
		.btm3_info h2 {font-weight: bold; font-size: 50px; line-height: 100%; color: #333434;}
		.btm3_info p {width: 834px; position: absolute; top: -4px; right: 31px;line-height: 35px;}

		.btm3_boxes {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;margin-top: 84px;}
		.btm3_boxes section {width: 328px; min-height: 430px; margin: 0 auto; background: #fff; color: #000; position: relative; text-align: center;padding-bottom: 100px;}
		.btm3_boxes section figure {margin-bottom: 26px;}
		.btm3_boxes section h2 {font-weight: 600; font-size: 17px; line-height: 100%; margin-bottom: 16px; text-transform: uppercase;}
		.btm3_boxes section h2 span {display: block; text-transform: none;margin-top: 1px;}
		.btm3_boxes section p {font-weight: 600; font-size: 20px;}
		.btm3_boxes section a {display: block; position: absolute; bottom: 29px; left: 0; right: 0; width: 168px; line-height: 52px; background: #de3816; text-align: center; color: #fff; font-weight: 500; font-size: 18px; text-transform: uppercase; margin: 0 auto;}
		.btm3_boxes section a:hover {background: #333;}

		.btm3_boxes section:hover {background: linear-gradient(90deg,#02accc 20%,#02ccc0); color: #fff;}

		.owl-dots {display: block; width: 70px; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 auto; position: absolute; bottom: -35px; left: 0; right: 0; text-align: center;}
		.owl-dot {display: block; width: 14px; height: 14px; border-radius: 50%; background: #c3dedc;}
		.owl-dot.active, .owl-dot:hover {background: linear-gradient(90deg,#02accc,#02ccc0);}

	#bottom4 {padding: 0 15px; background: linear-gradient(90deg,#02accc 20%,#02ccc0 85%);}
		.btm4_con {min-height: 366px; padding: 98px 0 40px; text-align: center;}
			.btm4_info {}
			.btm4_info h2 {font-weight: bold; font-size: 50px; line-height: 100%; color: #fff; margin-bottom: 45px;}

			.btm4_form {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
			.btm4_form .btm4_fields {font-family: 'Poppins'; font-weight: 300; font-size: 16px; color: #505050; width: 353px; height: 62px; background: #fff; border: 1px solid rgba(233,233,233,0.5); padding: 0 30px;line-height: 62px;}
			.btm4_form .btm4_fields:focus {box-shadow: 1px 33px 70px 0px rgba(0,0,0,0.22);}
			.btm4_form textarea.btm4_fields {width: 460px; resize: none; overflow: auto;line-height: 100%;padding: 20px 30px;}
			.btm4_form .btm4_submit {width: 168px; height: 61px; background: #de3816; border: 0; font-family: 'Poppins'; font-weight: 500; font-size: 18px; text-transform: uppercase; color: #fff;}
			.btm4_form .btm4_submit:hover {background: #333; box-shadow: 1px 33px 70px 0px rgba(0,0,0,0.22);}
/*end bottom*/

/*footer*/
footer {}
	.footer_top {background: #fff; padding: 0 15px;}
	.footer_top_con {min-height: 354px; padding: 107px 0 40px;}

		.contact_info {width: 100%; position: relative;}
		.contact_info h2 {font-weight: bold; font-size: 50px; line-height: 100%; color: #232323; margin-bottom: 22px;}
		.contact_info p {width: 447px; max-width: 100%;line-height: 35px;}
		.contact_info ul {width: 777px; max-width: 100%; position: absolute; top: -7px; right: 0; display: flex; flex-wrap: wrap; justify-content: space-between; padding-bottom: 32px; border-bottom: 1px solid rgba(166,170,178,0.5);}
		.contact_info ul li {position: relative; padding-left: 56px;line-height: 23px;}
		.contact_info ul li span {display: block; font-weight: 600; font-size: 25px; color: #232323;line-height: 100%;margin-bottom: 7px;}
		.contact_info ul li address {display: inline-block; white-space: pre-line;}
		.contact_info ul li mark {color: #333;}
		.contact_info ul li a {color: #333;}
		.contact_info ul li a[href^="tel:"] {color: inherit;}
		.contact_info ul li a:hover {text-decoration: underline;}
		.contact_info ul li q {display: block;}
		.contact_info ul li:before {position: absolute;}
		.contact_info ul li:first-child:before {content: url(images/map.png); top: 21px; left: -2px;}
		.contact_info ul li:last-child:before {content: url(images/phone.png); top: 21px; left:-11px;}
		.ftr_prvcy{display: block; font-weight: 700; background: linear-gradient(90deg, #02accc 20%, #02ccc0 80%); background-clip: border-box; -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
		.ftr_prvcy a{color: #02accc;}

		.footer_comp {display:inline-block; margin:0 10px; position:relative;}
		.footer_comp:before {content:"\2022"; left:-10px; top:0; position: absolute;}
		.footer_comp:after {content:"\2022"; right:-10px; top:0; position: absolute;}

		.copyright {position: absolute; bottom: -35px; right: 0; font-size: 16px; color: #434343;}
		.copyright a {color: #434343}
		.copyright a:hover {text-decoration: underline;}

		.gmap {width: 100%; height: 354px;}
		.gmap iframe {width: 100%; height: 100%;}

	.footer_btm {background: linear-gradient(90deg,#02accc 20%,#02ccc0 80%); padding: 0 15px;}
		.footer_btm_con {min-height: 91px; padding: 29px 0 10px;}

		.footer_nav {}
		.footer_nav ul {font-size: 0; margin: auto 0; padding: 0; list-style: none; }
		.footer_nav ul li {display: inline-block; vertical-align: top;position:relative;}
		.footer_nav ul li a {display: block; font-weight: 500; font-size: 20px; color: #fff; text-transform: uppercase; padding: 0 41px;}
		.footer_nav ul li:first-child a {padding-left: 0;}
		.footer_nav ul li a:hover, .footer_nav ul li a:active, .footer_nav ul li.current_page_item a {text-decoration: underline;}

		.social_media {position: absolute; top: 22px; right: 0;}
	  .social_media h2 {}
	  .social_media ul {}
	  .social_media ul li {display: inline-block; vertical-align: top; width: 48px;}
	  .social_media ul li:hover {opacity: 0.75;}
	  .social_media ul li a {}


/**Resources**/
.resources {}
.resources a {display:block;font-weight:bold; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; transition: all 0.3s linear;}
.resources a:hover {padding-left:2px; text-decoration: none!important; color: #25b5cb;}
.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;}
.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;}
.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 {margin-bottom: 16px; padding-bottom: 11px; border-bottom: 1px dotted gray; font-size: 18px; font-weight: normal; line-height: 25px;}
#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:#de3816;}
#breadcrumbs span[property='name']:hover {text-decoration: underline;}
#breadcrumbs .post {border-radius: 0;padding: 0;margin: 0;border: none;word-wrap: normal; background:transparent!important;}
#breadcrumbs span[class='post post-page current-item'] {display: inline-block;padding: 0;max-width: 250px;white-space: nowrap;}

/* End Breadcrumb Styling */

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

/* 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 {color: #fff; font-weight: bold; text-align: center;width: 1920px; left: 50%; transform: translateX(-50%); z-index: 2;position: absolute;bottom: 0;font-size: 40px; line-height: 100%;padding: 15px;background: linear-gradient(to right, rgba(1,172,204,0.75) 0%,rgba(1,204,192,0.75) 100%);}

.intro_txt {font-weight: bold; margin-bottom: 25px; text-align: center; font-style: italic; color: #02accc; padding: 15px 0; font-size: 30px; line-height: 110%;}

.content_area {}
.content_area h3 {}

.privacy_span { color: red; display: inline-block; }
.privacy_list { padding-left: 20px; }
.privacy_list li::marker { font: bold 20px/100% 'Poppins', sans-serif; }
.privacy_list h2 { font: bold 20px/100% 'Poppins', sans-serif; margin: 30px auto 20px; }