	/*Fonts Used*/
@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root{
	--priFont:"Roboto", sans-serif;
	--secFont:"Alexandria", sans-serif;
	--priColor: #ffa032;
	--secColor: #d48e3e;
	--terColor: #1d1d1d;
	--bodyColor : #1a1a1a;
	--bodyColor2 : #333;
	--white:#fff;
	--black:#000;
	--bodySize: 20px;
	--bodyLineHeight: 28px;
	--filter-white : brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(101deg) brightness(103%) contrast(101%);
}

*, *: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 */
body, html {overflow-x:hidden;}
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:var(--bodySize); line-height: var(--bodyLineHeight);  color:var(--bodyColor);position:relative;}
body.active{overflow: hidden;width:100%;height:100%;position:fixed!important;}

/* body::before{content: "";display: block;width: 100%;height: 100%;  position: absolute;top: 0;left: 0; right: 0; opacity: 0.45; pointer-events: none;  background: url(images/screenshot.png) no-repeat; margin: auto;  z-index: 999; max-width: 1920px;} */

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:var(--priColor); font-weight:bold; }
.upcoming{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: block; width: 100%;}
.main_phone {font-weight: bold;}

.back_top{display:none;background:var(--priColor);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*/
.h2_hdng{font-size: 50px; line-height: 100%; font-weight: 400; font-family: var(--secFont); }
.h2_small{font-size: 20px; line-height: 100%; font-weight: 400; font-family: var(--priFont);}
.hidden-field { display: none;}
/*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:1375px; margin:0 auto; position:relative;}

.btn{ display: block; width: 100%;  line-height: 60px; background: var(--secColor); font-size: 20px; color: var(--bodyColor); text-align: center; position: relative; z-index: 1;transition: all .3s linear;border-radius: 100px;max-width: 400px;font-weight: bold;}

.btn:hover{opacity: .7;}

/*header*/
header{padding: 0 10px;background: var(--secColor);}
	.header_con{min-height:70px;padding:21px 0;}
	.main_logo{position: absolute;left: 0;top: 0;max-width: 200px;width: 100%;}
	.main_logo img{}
	.head_info{ }
	.header_info{}
	.header_info ul{}
.header_info p{font-size: 25px;line-height: 100%;font-weight: bold;text-align: center;}
	.header_info ul li{}
	.header_info ul li a{color: inherit;}
	.header_info ul li a:hover{text-decoration: underline;}
	

    .social_media{}
	.social_media h2 {}
	.social_media ul{display: flex;gap: 5px;}
    .social_media ul li{display:inline-block;vertical-align:top;}
    .social_media ul li a{display:block;}
    .social_media ul li a:hover img{opacity:0.5;}
/*end header*/

/*nav*/
.page_nav { width: 100%;   color: #fff; text-align: center; background: var(--priColor); line-height: 100%; }
.page_nav ul{}
.page_nav ul li{display:inline-block;vertical-align: top; position:relative;}
.page_nav ul li a{display:block; font-size: 15px; font-weight: bold; color:#fff; text-transform: uppercase; line-height: 58px; padding:0 15px;}
.page_nav ul li a:hover, .page_nav ul li a:active, .page_nav ul li.current_page_item > a{text-decoration: underline;}
.page_nav ul li:after{content:"";width:1px;height:22px;background:#000; position:absolute; top:50%; right:-4px;transform: translateY(-50%);}
.page_nav ul li:last-child:after{display:none;}

/*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: 50%; transform: translateX(-50%); z-index: 598; width: 200px; margin-top: 0; text-transform: none;   overflow: hidden; text-align: center; padding: 0;}
.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 ul ul li {padding: 20px 10px; line-height: 100%; }
.page_nav ul li:hover > ul { display: block;}
.page_nav ul ul a, .page_nav ul li.current_page_item ul li a{background:var(--priColor);color:#fff;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:var(--secColor);color:#fff;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%);line-height: 100%;text-align: center;}
.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;display: none;}

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

/*end nav*/

/*banner*/
#banner{position: relative;padding: 0 10px;}
#banner::before{ content: ""; }
.bnr_con{min-height:0;padding:0;}
.skitter-square .prev_button{display: none !important;}
.skitter-square .next_button{display: none !important;}
.slider{width:1920px;margin-left:50%;transform: translateX(-50%);}
/* .slider::before {content: ""; background: url(images/bnr-overlay.png) repeat; top: 0; left: 0; width: 100%; height: 100%; position: absolute;} */
.mobi_ban{display: none;}
.box_skitter{display: block; height: 793px !important; width: 100% !important;}
.rslides { display: none; }

	.bnr_info{width:100%;position:absolute;top:50px;left:0;z-index:150;max-width: 700px;color: #fff;}
	.bnr_info h2{font-size:25px;color:inherit;line-height: 100%;}
	.bnr_info h2 span{display:block;font-size:50px;font-weight:bold;color:inherit;line-height:110%;}
	.bnr_info a{}
	.bnr_info p{margin: 25px 0;}

/*end banner*/

/*middle*/
#middle{background:var(--black);padding: 0 10px;}
	.middle_con{min-height:609px;padding:76px 0 0;}
	.mid_content{max-width: 538px; width: 100%;}
	.middle_boxes{display: flex;justify-content: space-between;gap: 10px;}
	.middle_boxes section{ width: 100%;height: auto; padding: 25px 91px 25px 93px;background: var(--terColor);text-align: center;max-width: 950px;margin: auto;min-height: 280px;color: #fff;position: relative;overflow: hidden;display: flex;justify-content: space-between;align-items: center;}
	.middle_boxes section::before {content: url(images/mid-overlay.png) ; position: absolute; left: 0; bottom: 0;}
	.middle_boxes section h2{font-size: 30px;line-height: 100%;color: var(--secColor);font-weight: bold;}
	.middle_boxes section h2 span{}
	.middle_boxes section p{margin: 17px 0;}
	.middle_boxes section a{display:block;max-width: 262px;margin: auto;}
	.middle_boxes section a:hover{}

	.middle_boxes section figure{}
.middle_boxes section figure img{}

	.mdl_info{text-align: center;margin: 0 auto 25px;max-width: 850px;}
	.mdl_info h2{font-size: 50px;line-height: 60px;text-align: center;color: #fff;font-family: var(--secFont);margin: 0px 0 73px;}
	.mdl_info h2 span{display: block;}
	.mdl_info p{margin: 25px 0 50px;}
	.mdl_info a{}
	
#middle2 {padding: 0 10px;background: #1a1a1a;}
.mdl2_con{padding: 25px 0; min-height: 300px;}
.mdl2_info{color: #Fff;text-align: center;}
.mdl2_info h2 {}
.mdl2_info h2 span{}
.mdl2_info p{}
.mdl2_info a{}


.mdl2_boxes {}
.mdl2_boxes section{}
.mdl2_boxes section h2{ }
.mdl2_boxes section h2 span{ }
.mdl2_boxes section figure{}
.mdl2_boxes section figure img{}
	/* .middle_boxes [class^="mid_box"]{} */

/*end middle*/



/*main*/
#main_area{padding: 0 10px;border-bottom: 4px solid var(--secColor);}
	.main_con{min-height:1401px;padding:145px 0 0; }
		main{ width: 100%; line-height: 28px; max-width: 100%; text-align: left;}
		main .h1_title { margin-bottom: 34px;font-size: 50px;line-height: 100%;font-family: var(--secFont);}
		main .h1_title small{font-size: 24px; font-weight: normal; line-height:100%;}
		main .h1_title span{font-size: 50px; line-height:100%;  font-weight: bold; display: block;}

		main p{margin-bottom:25px;}
		main ol{padding-left: 20px; margin-bottom: 25px;}
		main ul li{position: relative;}
		main .bullet {padding:0;margin-bottom: 25px;}
		main .bullet li{position:relative;padding-left: 25px;margin-bottom: 8px}
		main .bullet li:before{position: absolute;content: "";width: 10px;height: 10px;border-radius: 50%;left: 3px;top: 9px;background: var(--priColor);}
		main a{font-weight: bold; color: var(--priColor);text-decoration: none;}
		main a:hover{color:#000;text-decoration: underline;}

		#breadcrumbs{border-bottom: 1px dashed gray;padding-bottom: 10px;margin-bottom: 30px;}
			.intro_txt { text-align:center;margin:0 auto 25px; padding:15px; font-weight:700; font-size:25px; position: relative; }
		  
		  .intro_txt::before, .intro_txt::after{content:"" ; position:absolute;}
		  .intro_txt::before{background: var(--priColor); top: 0; left: 0  ;width: 100%;height: 10px; border-radius: 0 0 20px 20px;transition:  .5s} 
		  .intro_txt::after {background: var(--secColor); bottom:0; left: 0 ; width: 100%; height: 10px; border-radius: 20px 20px 0 0; transition:  .5s}
		  .intro_txt:hover::after,.intro_txt:hover::before { border-radius: 0 0 0 0; transition: .5s; height: 5px;}

		  /* cta code */

.cta {border:2px solid var(--priColor); padding:10px 20px ; margin:10px 0 0 0 ; text-align: center; box-shadow: 5px 10px 0 black; }
.cta h2 {font-weight: bold; text-align:center; font-size: 22px; font-family: var(--secFont); margin-bottom: 20px}
.cta p {margin: 0 ; text-align:center}
/*end main*/

/*sidebar*/
.sidebar{ }
.sideboxes{}
.sideboxes section{}
.sideboxes section h2 {}
.sideboxes section h2 span{}

.side_info{max-width: 999px; width: 100%; margin: auto;}
.side_info p{margin: 0 0 26px;}

.side_img{width: fit-content;margin: 0 auto 42px;}
.side_img figure{}
.side_img figure img{}
.side_img2{}
.side_img2 figure{}
.side_img2 figure img{}
	

/*end sidebar*/

/*bottom*/
#bottom1{background:#fff;padding: 0 10px;}
 	.btm1_con{min-height:698px;padding:95px 0 40px;}

	.btm1_info{}
	.btm1_info h2{margin: 0 0 43px;}
	.btm1_info h2 span{display: block;margin: 12px 0 0;}
	.btm1_info p{}
	.btm1_info a{}
	.btm1_info a:hover{}

	.btm1_img {}
	.btm1_img figure{}
	.btm1_img figure img{}

	.btm1_img2 {}
	.btm1_img2 figure{}
	.btm1_img2 figure img{}
	
	
	.btm1_boxes{display: flex;justify-content: space-between;gap: 26px 10px;flex-wrap: wrap;max-width: 1000px;margin: auto;}
	.btm1_boxes section{  width: 32%;height: auto;padding: 32px 42px;background: var(--white);max-width: 314px;min-height: 186px;box-shadow: 5px 5px 30px rgba(0,0,0,0.1);position: relative;border-top: 7px solid var(--secColor);}
	.btm1_boxes section figure {}
	.btm1_boxes section figure img{}
	.btm1_boxes section h2{}
	.btm1_boxes section h2 span{display: block;}
	.btm1_boxes section p{font-weight: 500;}
	.btm1_boxes section a{display:block;}
	.btm1_boxes section a:hover{}

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

#bottom2{padding: 0 10px;background: #f8e8d9;}
#bottom2 > .wrapper {}
 	.btm2_con{min-height:706px;padding:95px 0 90px;}
	.btm2_video {height: 670px; width: 100%; object-fit: cover;}
	.btm2_video video{height: 100%; width: 100%; display: block; object-fit: cover;}
	.btm2_info{display: flex;align-items: center;justify-content: space-between;gap: 10px;max-width: 1186px;margin: 0 0 64px;}
	.btm2_info h2{}
	.btm2_info h2 span{display: block;margin: 15px 0 0;}
	.btm2_info p{}
	.btm2_info a{max-width: 204px;}

	.btm2_img {}
	.btm2_img figure{}
	.btm2_img figure img{}

	.btm2_img2 {}
	.btm2_img2 figure{}
	.btm2_img2 figure img{}

	.btm2_boxes{display: flex;justify-content: space-between;gap: 10px;max-width: 1186px;}
	.btm2_boxes section{  width: 32%;height: auto;max-width: 372px;}
	.btm2_boxes section h2{}
.btm2_boxes section video{object-fit: cover; height: 328px; width: 100%; display: block}
	.btm2_boxes section h2 span{}
		.btm2_boxes section figure {}
	.btm2_boxes section figure img{}
	.btm2_boxes section p{}
	.btm2_boxes section a{display:block;}
	.btm2_boxes section a:hover{}

	#bottom3{padding: 0 10px;background: var(--black);}
		.btm3_con{min-height: 582px;padding: 100px 0;}
		.btm3_info{color: var(--white);position: relative;padding: 30px 0 0;}
		.btm3_info h2{margin: 0 0 41px;}
		.btm3_info h2 span{display: block;margin: 10px 0 0;}
		.btm3_info p{margin: 0 0 50px;}
		.btm3_info a{max-width: 262px;}

		.btm3_img {max-width: 255px;width: 100%;}
	.btm3_img figure{}
	.btm3_img figure img{}

	.btm3_flex{display: flex;margin: auto;max-width: 1000px;gap: 106px;}

	.btm3_img2 {}
	.btm3_img2 figure{}
	.btm3_img2 figure img{}

		.btm3_boxes{display: flex;justify-content: space-between;gap: 10px;}
	.btm3_boxes section{  width: 32%;height: auto;padding: 10px;background: var(--white);text-align: center;border: 1px solid var(--black);}
	.btm3_boxes section h2{}
		.btm3_boxes section figure {}
	.btm3_boxes section figure img{}
	.btm3_boxes section h2 span{}
	.btm3_boxes section p{}
	.btm3_boxes section a{display:block;}
	.btm3_boxes section a:hover{}

	#bottom4{padding: 0 10px;background: pink;}
		.btm4_con{min-height: 300px;padding: 25px 0;}
		.btm4_info{text-align: center;}
		.btm4_info h2{}
		.btm4_info h2 span{display: block;}
		.btm4_info p{}
		.btm4_info a{}

		.btm4_img {}
	.btm4_img figure{}
	.btm4_img figure img{}

	.btm4_img2 {}
	.btm4_img2 figure{}
	.btm4_img2 figure img{}

		.btm4_boxes{display: flex;justify-content: space-between;gap: 10px;}
	.btm4_boxes section{  width: 32%;height: auto;padding: 10px;background: var(--white);text-align: center;border: 1px solid var(--black);}
	.btm4_boxes section h2{}
	.btm4_boxes section h2 span{}
		.btm4_boxes section figure {}
	.btm4_boxes section figure img{}
	.btm4_boxes section p{}
	.btm4_boxes section a{display:block;}
	.btm4_boxes section a:hover{}

	#bottom5{padding: 0 10px;background: #333;}
		.btm5_con{min-height: 400px;padding: 25px 0;}
		.btm5_info{color: #fff;text-align: center;}
		.btm5_info h2{margin: 0 0 15px;}
		.btm5_info h2 span{font-size: 25px;display: block;}
		.btm5_info p{}
		.btm5_info a{}

		.btm5_img {}
	.btm5_img figure{}
	.btm5_img figure img{}

	.btm5_img2 {}
	.btm5_img2 figure{}
	.btm5_img2 figure img{}

		.btm5_boxes{display: flex;justify-content: space-between;gap: 10px;}
	.btm5_boxes section{  width: 32%;height: auto;padding: 10px;background: var(--white);text-align: center;border: 1px solid var(--black);}
	.btm5_boxes section h2{}
		.btm5_boxes section figure {}
	.btm5_boxes section figure img{}
	.btm5_boxes section h2 span{}
	.btm5_boxes section p{}
	.btm5_boxes section a{display:block;}
	.btm5_boxes section a:hover{}

	#bottom6{padding: 0 10px;background: #fff;}
		.btm6_con{min-height: 400px;padding: 25px 0;}
		.btm6_info{text-align: center;margin: 0 0 25px;}
		.btm6_info h2{}
		.btm6_info h2 span{display: block;}
		.btm6_info p{}
		.btm6_info a{}
			.btm6_boxes section figure {}
	.btm6_boxes section figure img{}

/*end bottom*/

/*footer*/
footer{}
	.footer_top{background:#ccc;padding: 0 10px;}
	.footer_top_con{min-height:0;padding:0;}

		.contact_info{}
		.contact_info h2{}
		.contact_info h2 span{display:block;}
		.contact_info ul{margin:0 0 0;padding:0;list-style: none;}
		.contact_info ul li{line-height: 22px;display:block; vertical-align:top; white-space:pre-line;position:relative; padding-left:30px;}
		.contact_info ul li address{display:inline-block;}
		.contact_info ul li a{font-weight: bold;}
		.contact_info ul li a[href^="tel:"] {color: inherit;}
		.contact_info ul li a:hover{text-decoration:underline;}
		.contact_info ul li:before{position:absolute;}
		.contact_info ul li:first-child:before{content:url(images/map.png);top:5px;left:0;}
		.contact_info ul li:nth-child(2):before{content:url(images/phone.png);top:5px;left:0;}
		.contact_info ul li:last-child:before{content:url(images/email.png);top:5px; left:0;}

		.footer_logo{}
		.footer_logo img{}

		.footer_btm{background:var(--white);padding: 0 10px;}
		.footer_btm_con{min-height:116px;padding:43px 0;}

		.footer_nav{}
.privacy_pol{position: absolute;right: 0;}
.privacy_pol q {display: none;}
		.footer_nav ul{ margin: auto 0; padding: 0; text-align: center; list-style: none; }
		.footer_nav ul li{display: inline-block; vertical-align: top;position:relative;}
		.footer_nav ul li a{display: block; padding: 0 10px; color: #fff;}
		.footer_nav ul li a:hover, .footer_nav ul li a:active, .footer_nav ul li.current_page_item a{text-decoration:underline;}
		.footer_nav ul li:after{content:"";width:1px;height:21px;right:-3px;background:#fff;position:absolute;top: 50%;transform: translateY(-50%);}
		.footer_nav ul li:last-child:after{display:none;}

		.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{color:var(--bodyColor2); margin: 0;}
		.copyrigh_text{display: inline-block;}
		.copyright a{color:inherit;}
		.copyright a:hover{text-decoration:underline;}
		.copyright small{}
		

		.footer_ul_list { display: flex; justify-content: space-between; gap: 10px;  position: relative; }
		.footer_ul_list ul{}
		.footer_ul_list ul li{}
		.footer_ul_list ul li a{color: inherit;}
		.footer_ul_list ul li a:hover{text-decoration: underline;}

		.footer_content{}
		.footer_left_con{}
		.footer_left_con h2{}
		.footer_left_con h2 span{display: block;}
		.footer_left_con p{}
		.footer_left_con a{}

		.footer_left_con ul li {}
		.footer_left_con ul li a{}
		.footer_left_con ul li span{}
		.footer_left_con ul li span a{}
		.footer_left_con ul li address{}

		.footer_right_con{}
		.footer_right_con h2{}
		.footer_right_con h2 span{}
		.footer_right_con p{}
		.footer_right_con a{}

		.footer_right_con ul li {}
		.footer_right_con ul li a{}
		.footer_right_con ul li span{}
		.footer_right_con ul li span a{}
		.footer_right_con ul li address{}

		.footer_mdl_con{}
		.footer_mdl_con ul{}
		.footer_mdl_con ul li {}
		.footer_mdl_con ul li a{}
		.footer_mdl_con ul li span{}
		.footer_mdl_con ul li span a{}
		.footer_mdl_con ul li address{}

		.footer_mdl_con h2{}
		.footer_mdl_con h2 span{}
		.footer_mdl_con p{}
		.footer_mdl_con a{}

		.footer_info{}
		.footer_info h2{}
		.footer_info h2 span{}
		.footer_info p{}
		.footer_info a{}
		
		.donotsell {position: absolute;left: 44%;width: fit-content;margin: auto;}
		.donotsell a{color: var(--bodyColor2);text-decoration: underline;}
.donotsell a:hover{opacity: .7;}
/**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:var(--secColor);}
.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 {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;}
.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(--priColor);}
#breadcrumbs span a:hover{text-decoration: underline;}

.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: 150; position: relative; text-transform: uppercase;  bottom: 0; font-size: 44px; line-height: 100%; padding: 15px; color: #fff; background: var(--priColor); }
.page_title::before{ content: ""; width: 1920px; height: 100%; position: absolute; left: 50%; transform: translateX(-50%); top: 0; z-index: -1; background: inherit; }

.FormReq {box-shadow: 0 0 3px #d92800 !important; border: 1px solid #d92800 !important;}
.FormReq{border-bottom: 2px solid #d92800 !important;}
/* Form Activation Style (Recaptcha & Prompt Message) */
.captcha-box {width: 240px;}
.g-recaptcha{transform: scale(.8);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 {width: 100%;text-align: center;display: none; background: #fcecec; padding: 10px; color: #ca4b4b; font-weight: bold;  margin-bottom: 20px; font-size: 14px;border-radius: 50px;}
/* End Form Activation Styling */

/* form css */
/*CSS*/
.btm_form .form{display: flex;justify-content: space-evenly;flex-wrap: wrap;gap: 10px;}
.btm_input1{width: 49%;border-radius: 35px;padding-left: 20px;font-size: 20px;color: #1a1a1a;height: 72px;background: #fff;font-family: var(--priFont);box-shadow: 0 4px 14px rgb(0 0 0 / 0.1);border: 1px solid #ccc;}
.btm_input2{width: 49%;border-radius: 35px;padding-left: 20px;font-size: 20px;color: #1a1a1a;height: 72px;background: #fff;font-family: var(--priFont);box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);border: 1px solid #ccc;}
.btm_input3{padding: 18px 0 0 20px;resize: none;font-family: var(--priFont);width: 100%;border-radius: 35px;padding-left: 20px;font-size: 19px;color: #1a1a1a;height: 69px;background: #fff;box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);border: 1px solid #ccc;}
.btn_submit{display: inline-block;}
.btn_submit button{width: 200px;height: 71px;border-radius: 35px;border: none;background: var(--priColor);color: #fff;position: relative;font-family: var(--priFont);font-size: 19px;  transition: all .3s linear;}
.btn_submit button:hover{opacity: .7;}

.recaptcha_holder{width: 100%;display: flex;justify-content: space-between;gap: 10px;align-items: center;}
.recaptcha_btn_holder{display: flex;gap: 10px;}
.disclaimer{color: inherit;}
.disclaimer p{}
.disclaimer p input{}
.disclaimer p b{ font-weight: normal;}
.disclaimer a{color: inherit;font-weight: 500;}
.disclaimer a:hover{text-decoration: underline;}

.dracula-toggle.style-1 .toggle-icon-wrap {   border-radius: 50% !important;   background: var(--priColor) !important; border: 1px solid #fff; }
.dracula-toggle-wrap.floating.position-right {   bottom: 79px !important; right: unset !important;   left: 30px; }
.dracula-toggle.style-1 .toggle-icon.__light {   background-color: white!important; }

.cky-revisit-bottom-left {   bottom: 27px !important;   left: 35px !important;   right: unset !important; }
.cky-btn-revisit-wrapper {   background: var(--priColor) !important; border: 1px solid #fff; }



.gtrans select { width: 165px; height: 33px; background: url(images/icons/translator-arrow.png) no-repeat 98%,#fff; border: 1px solid #e5e5e5; border-radius: 4px; font-family: var(--secondary-heading); font-weight: 400; font-style: normal; font-size: 16px; color: #b4b4b4; padding: 0 2px; }

	.gtrans {   width: 165px; height: 33px;  z-index: 153; position: absolute; right: 0px; top: 50%;transform: translateY(-50%);}
	.gt_options {max-width: 88px !important;}
.gt_float_switcher .gt_options a {
  padding: 5px !important;
  font-size: 16px;
}

  #gt_float_wrapper { width: fit-content; }
    #gt-wrapper-59831806 { width: fit-content; }
    .gtrans { width: fit-content; }

.gt_float_switcher .gt-selected .gt-current-lang { padding: 4px 6px !important; } 
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code { font-size: 16px; } 
.gt_float_switcher img { width: 23px !important; } 

/* if nay dark mode  */

/* .dark-mode .gtrans { box-shadow: 0 0 1px gray !important;}
.dark-mode .hamburger-box {filter: var(--filter-white);}
.dark-mode .main_logo img {filter:drop-shadow(0 0 .5px #fff) drop-shadow(0 0 .5px #fff) drop-shadow(0 0 .5px #fff) drop-shadow(0 0 .5px #fff) !important;}
.dark-mode .logo_slide_right figure img {filter:drop-shadow(0 0 .5px #fff) drop-shadow(0 0 .5px #fff) drop-shadow(0 0 .5px #fff) drop-shadow(0 0 .5px #fff) !important; } */


.faq {margin:20px auto;}
.faq h2{padding:10px 10px 10px 50px;background:#fff;color:#000;font-weight: 500;font-size:16px;margin:0 0 5px;border:1px solid var(--priColor);cursor:pointer;position:relative;}
.faq div{display:none;background:#FAFDFE;padding:20px 10px;margin:5px 0; font-weight: 500;border-left:2px solid var(--priColor);position:relative;}
.faq h2:before{content:"+";width:30px;height:30px;color:#fff;border-radius:5px;background:var(--priColor);display:inline-block;vertical-align:middle;text-align:center;line-height:30px;position:absolute;top:50%;left:10px;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);}
.faq .sign:before{content:"-"!important;line-height:25px;}