/** Shopify CDN: Minification failed

Line 12:0 All "@import" rules must come first

**/
/*Fonts Used*/
.landing-wrapper * {
  all: unset;      /* resets all inherited styles */
  all: revert;     /* alternatively, restore defaults */
}

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

:root{
	--priFont:"Urbanist", sans-serif;
	--secFont:"Urbanist", sans-serif;
	--primary-color: #da1515;
	--secondary-color: #214360;
	--white:#fff;
	--black:#1a1a1a;
}


*, *: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: 18px; line-height: 22px;  color:#333333;position:relative;}

body.active{overflow: hidden;width:100%;height:100%;position:fixed!important;}


.dracula-toggle-wrap.floating.position-right {   left: 13px !important;   bottom: 70px !important;   width: fit-content !important; }
.dracula-toggle.style-1 .toggle-icon-wrap { border-radius: 100% !important; }
.dracula-toggle.style-1 .toggle-icon.__light { background: var(--white) !important; } 
.dracula-toggle.style-1 .toggle-icon-wrap { background: var(--primary-color) !important; }
.cky-btn-revisit-wrapper { width: 50px !important; height: 50px !important; }


h2{font-family: var(--secFont);line-height: 100%;}
h2 span{font-family: var(--secFont);line-height: 100%;}

body::before{content: "";display: block;width: 100%;height: 100%;  position: absolute;top: 0;left: 0;opacity: 0.5; /*! background: url(screenshot.png) no-repeat; */ /*! z-index: 151; */}

a{ text-decoration:none; -webkit-transition: all .3s linear;transition: all .3s linear; color:inherit}
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: 400;}
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(--primary-color); 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: 400;}

.back_top{display:none;background:var(--primary-color);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:1400px; margin:0 auto; position:relative;}

.btn{ display: block; width: 100%;  line-height: 54px; background: var(--primary-color); font-size: 17px; color: #fff; text-align: center; position: relative; font-weight: 500;}
.btn:hover { opacity: 0.8;}
.h2_repeat{}
.h2_repeat span{}
.h2_repeat small{}
	


/* HEADER */
.top_header {
  background: #da1515;
  min-height: 40px;
  padding-top: 5px;
}

.top_header_content {
  text-align: center;
}

.top_header_content h2 {
  color: #fff;
}

/* .top_header_content h2::before {
  content: url(header-icon.png);
  display: inline-block;
  position: relative;
  top: 6px;
  margin-right: 7px;
} */

.top_header_content h2 a:hover {
  text-decoration: underline;
}

.top_header_content h2 a {
  display: inline-block;
}

.top_header_social {
  width: max-content;
  float: right;
  position: absolute;
  right: 0;
  top: 3px;
}

.top_header_social ul {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

/* .top_header_social ul li:nth-child(2) {
  top: 3px;
  position: relative;
} */

.top_header_social ul li svg {
  fill: #fff;
}

.top_header_social ul li a:hover svg {
  opacity: 0.5;
  transform: scale(0.9);
  transition: 0.3s ease all;
}

#header_nav {
  position: absolute;
  width: 100%;
  /*! z-index: 999; */
  background: #fff;
  border-bottom: solid 1px #ccc;
}

#header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 300;
  background: #fff;
}

#header {
  padding: 0 20px;
}

.header_con {
  min-height: 100px;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
}

.main_logo {
  width: 18%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  max-width: 240px;
}


.scrolling-text { display: none;}

.main_logo a {
}

.main_logo figure {
}

.main_logo figure a {
}

.main_logo figure img {
}

.head_info {
  text-align: right;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.header_info {
  width: 286px;
  height: 43px;
}

.header_info small {
}

.header_info h2 {
}

.header_info h2 a {
}

.header_info h2 a mark {
}

.form_con {
  width: 100%;
  position: relative;
  height: 100%;
}

.search_box {
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-size: 17px;
  color: #292929;
  padding: 0 31px;
  border-radius: 0;
  border: 1px solid #808080;
  position: relative;
  z-index: 2;
}

.search_box::placeholder {
  color: var(--dark1);
}

.search_box_btn {
  width: 72px;
  position: absolute;
  height: 100%;
  right: 0;
  border: none;
  background: url(search-icon.png) no-repeat center;
  border-radius: 0 var(--radius) var(--radius) 0;
  transition: all 0.3s linear;
  z-index: 2;
  background-position-x: 19px;
}

.search_box_btn:hover {
  background-color: var(--secondary-color);
  background-blend-mode: screen;
}

.header_info2 {
  /* width: 235px; */
  padding-top: 15px;
}

.header_shopping_info {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.header_shopping_info li {
  padding-left: 36px;
  position: relative;
}

.header_shopping_info li a {
}

.header_shopping_info li a:hover {
  text-decoration: underline;
}

.header_shopping_info li a.header_account {
}

.header_shopping_info li a.header_cart {
}

.header_shopping_info li::before {
  position: absolute;
  top: 56%;
  left: 0;
  transform: translateY(-50%);
}

.header_shopping_info li:first-child::before {
  content: url(shop-icon.png);
}

.header_shopping_info li:nth-child(2):before {
  content: url(account-icon.png);
}

.header_shopping_info li:last-child::before {
  content: url(cart-icon.png);
}

/* .header_shopping_info li:last-child::after {
  content: '';
  width: 1px;
  height: 22px;
  background: #000;
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
} */

/* NAVIGATION */
#nav_area {
  padding: 0 20px;
  background: var(--secondary-color);
}

.toggle_right_nav {
  width: 100%;
}

.nav_wrapper {
}

.page_nav {
  width: 100%;
  height: 59px;
}

.page_nav .nav-menu > ul {
}

.page_nav ul {
  text-align: center;
  padding-top: 17px;
}

.page_nav ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.page_nav ul li a {
  display: block;
  font-weight: 400;
  font-size: 17px;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  padding: 0 60px;
}

.page_nav ul li a:active,
.page_nav ul li a:hover,
.page_nav ul li.current_page_item > a {
  text-decoration: underline;
}

.page_nav ul li:after {
  content: "";
  width: 1px;
  height: 8px;
  background: #e9e9e9;
  position: absolute;
  top: 45%;
  right: -2px;
  transform: translateY(-50%);
}

.page_nav ul li:last-child:after {
  display: none;
}

.page_nav ul li:first-child {
  padding-left: 0;
}

.page_nav ul li:last-child {
  padding-right: 0;
}

.page_nav ul li span {
  display: none;
}

/* SECOND LEVEL DROP DOWN */
.page_nav ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 598;
  width: max-content;
  margin-top: 0;
  text-transform: none;
  text-align: center;
  padding: 0;
  margin-top: 13px;
}

.page_nav ul li:hover > ul {
  display: none;
}

.page_nav ul ul li {
  float: none;
  display: block;
  font-weight: 400;
  width: 100%;
  padding: 0;
}

.page_nav ul ul::before {
  position: absolute;
  content: "";
  background: transparent;
  top: -15px;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.page_nav ul ul a {
  background: var(--primary-color);
  color: #fff;
  margin: 0 auto;
  line-height: 40px;
  padding: 0 20px;
}

.page_nav ul ul li:after {
  display: none;
}

.page_nav ul ul a:hover,
.page_nav ul ul li {
  position: relative;
}

.page_nav ul ul li.current_page_item a,
.page_nav ul ul li a:hover {
  background: #fff;
  color: var(--secondary-color);
  text-decoration: none;
}

.page_nav ul li.menu-item-has-children > span.nav_dropdown-icon i.fa::before {
  left: 50%;
  transform: translateX(-50%);
}

.page_nav ul li.menu-item-has-children > span.nav_dropdown-icon {
  position: absolute;
  right: 25px;
  top: 32px;
  display: none;
  padding: 0;
  cursor: pointer;
  z-index: 9;
  color: var(--bodyColor);
  text-align: center;
}

/* THIRD LEVEL DROP DOWN */
.page_nav ul ul ul {
  top: 0;
  left: auto;
  right: -99.5%;
  border-top: 0 none;
}

/* DROP DOWN MENU */
.fa {
  display: block;
  margin-top: -3px;
}

.fa:before {
  position: absolute;
  top: 0;
}

.nav_toggle_button {
  display: none;
  text-align: left;
  position: relative;
}

.nav_toggle_button.active {
  opacity: 1;
}

.nav_toggle_button i {
  cursor: pointer;
}

.nav_toggle_button .toggle_holder {
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
  transform-origin: right;
  text-align: center;
}

.nav_toggle_button .hamburger-inner,
.nav_toggle_button .hamburger-inner:after,
.nav_toggle_button .hamburger-inner:before {
  background: var(--primary-color);
}

.nav_toggle_button small {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: var(--primary-color);
  display: block;
  text-align: center;
  line-height: 100%;
}

.menu_slide_right {
  display: none;
}

.menu_slide_right .hamburger-inner,
.menu_slide_right .hamburger-inner:after,
.menu_slide_right .hamburger-inner:before {
  background: var(--primary-color);
}

.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: var(--primary-color);
  font-weight: 700;
  font-size: 16px;
  display: block;
  line-height: 100%;
}

/*banner*/
#banner{position: relative;padding: 0 10px;background: url(bnr-bg.jpg) no-repeat center top;}
#banner::before{ content: ""; background: url(bnr-overlay.png) no-repeat center top;width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.bnr_con{min-height:572px;padding:25px 0 25px;}
.box_skitter{}
.slider{width:1920px;margin-left:50%;transform: translateX(-50%);}
/* .slider::before {content: ""; background: url(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:296px;left:0;z-index:150;color: #fff;text-align: center;}
	.bnr_info h2{font-size:50px;font-weight:bold;}
	.bnr_info h2 span{display:block;margin: 10px 0 0;}
	.bnr_info a{}
	.bnr_info p{}

/*end banner*/

/*middle*/
#middle{background:#d9dcc4;padding: 0 10px;}
	.middle_con{min-height:0;padding:25px 0;}
	.middle_boxes{display: flex;justify-content: space-between;gap: 10px;}
	.middle_boxes section{ width: 32%;height: auto; padding: 10px;background: var(--white);text-align: center;}
	.middle_boxes section h2{}
	.middle_boxes section h2 span{}
	.middle_boxes section p{}
	.middle_boxes section a{}
	.middle_boxes section a:hover{}

	.mdl_info{text-align: center;}
	.mdl_info h2{font-size: 45px;line-height: 100%;}
	.mdl_info h2 span{display: block;}
	.mdl_info p{margin: 25px 0 50px;}
	.mdl_info a{}
	

	/* .middle_boxes [class^="mid_box"]{} */

/*end middle*/


	



/*main*/
main {
  width: 100%;
  line-height: 28px;
  max-width: 100%;
  text-align: left;
  padding-top: 159px;
}
#main_area{padding: 0 10px;}
	.main_con{min-height:0;padding:25px 0; }
.main_fig figure{}
.main_fig figure img{}
.main_fig{}
		main{ width: 100%; line-height: 28px; max-width: 100%; text-align: left;}
		main .h1_title{font-size: 24px; font-weight: bold;line-height:30px;margin-bottom:15px;}
		main .h1_title span{font-size: 18px; font-weight: normal; 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: 3px;background: var(--primary-color);}
		main a{font-weight: bold; color: var(--primary-color);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; width: 100%; line-height: 100%; margin: 0 auto 25px; padding: 15px; border-bottom: 3px solid var(--secondary-color); font-weight: 700; font-size: 25px;}

		/*end main*/

/*sidebar*/
.sidebar{ display: flex;gap: 10px;justify-content: space-between;}
.sidebar section{}
	.sidebar section{display: block;width: 350px;aspect-ratio: 1/1;background: var(--white);box-shadow: 0px 0px 5px rgba(0,0,0,0.2);text-align: center;padding: 40px 25px;}
	.sidebar section h2{font-size: 25px;font-family: var(--secondary-color);line-height: 32px;}
	.sidebar section h2 span{display: block;}
.sidebar section p{}
	.sidebar section a{}
	

/*end sidebar*/

/*bottom*/
#bottom1{background:#fff;padding: 0 10px;}
 	.btm1_con{min-height:426px;padding:135px 0 25px;text-align:center;}

	.btm1_info{}
	.btm1_info h2{}
	.btm1_info h2 span{}
	.btm1_info p{}
	.btm1_info a{}
	.btm1_info a:hover{}
	
	
	.btm1_boxes{display: flex;justify-content: space-between;gap: 10px;position: absolute;width: 100%;top: -84px;}
	.btm1_boxes section{  width: 49%;height: auto;padding: 60px 10px 65px 57px;text-align: start;max-width: 689px;background: url(btm1-2.png) no-repeat left var(--primary-color);border-radius: 7px;}
	.btm1_boxes section h2{font-size: 35px;font-weight: 500;color: var(--white);}
	.btm1_boxes section h2 span{display: block;margin: 4px 0 0;}
	.btm1_boxes section p{}
	.btm1_boxes section a{color: inherit;text-decoration: underline;font-weight: bold;}
	.btm1_boxes section a:hover{opacity: 0.7;}

.lp_btm1_ul{margin: 59px auto 40px;max-width: 1197px;}
.lp_btm1_ul ul{display: flex;justify-content: space-between;gap: 10px;}
.lp_btm1_ul ul li{font-size: 25px;font-weight: 500;position: relative;padding: 0 0 0 40px;text-align: start;}
.lp_btm1_ul ul li:before{content: url(check.png);position: absolute;left: 0;top: 0;}

.lp_btm1_p{}
.lp_btm1_p p{font-size: 25px;font-weight: 500;}
.lp_btm1_p p:before{content: url(star.png); display: block;margin: 0 0 13px;}


.btm1_boxes section:first-child{background: url(btm1-1.png) no-repeat left var(--secondary-color);}

	/* .btm1_boxes [class^="btm1_box"]{} */

#bottom2{padding: 0 10px;background: url(btm2-bg.jpg) no-repeat center top;}
 	.btm2_con{min-height:830px;padding:93px 0 25px;}
	.btm2_info{text-align: center;color: var(--white);}
	.btm2_info h2{font-size: 50px;font-weight: bold;}
	.btm2_info h2 span{display: block;margin: 10px 0 21px;}
	.btm2_info p{font-weight: 500;}
	.btm2_info a{}

.lp_btm2_box h2::before {
	counter-increment: step;
	width: 69px;
	height: 69px;
	background: url(counter.png) no-repeat center top;
	color: #fff;
	font-size: 27.75px;
	content: counter(step, decimal-leading-zero);
	font-weight: bold;
	display: block;
	text-align: center;
	align-content: center;
	margin: -42px 0 34px 0;
}

.lp_btm2_btn {}
.lp_btm2_btn a{max-width: 292px;margin: 44px auto 0;box-shadow: 5px 5px 10px #8080801f;font-size: 17px;font-weight: 500;}

	.btm2_boxes{display: flex;justify-content: space-between;gap: 10px;counter-reset: step;margin: 64px 0 0;}
	.btm2_boxes section{  width: 24%;height: auto;padding: 10px 10px 20px 40px;background: var(--secondary-color);text-align: start;max-width: 332px;color: var(--white);border-radius: 14px;}
	.btm2_boxes section h2{font-size: 25px;font-weight: 500;}
	.btm2_boxes section h2 span{display: block;margin: 5px 0 25px;}
	.btm2_boxes section p{}
	.btm2_boxes section a{color: inherit;font-weight: bold;text-decoration: underline;}
	.btm2_boxes section a:hover{}
.lp_btm2_ul{}
.lp_btm2_ul li{position: relative;padding: 0 0 0 20px;margin: 0 0 20px;}
.lp_btm2_ul li:before{content: ""; position: absolute;background: var(--white);width: 8px;height: 7px;border-radius: 100px;left: 0;top: 8px;}
.lp_btm2_ul li a{}
.lp_btm2_ul li a:hover{opacity: 0.7;}

	#bottom3{padding: 0 10px;background: #edf7ff;}
		.btm3_con{min-height: 830px;padding: 95px 0 25px;}
		.btm3_info{text-align: center;}
		.btm3_info h2{font-size: 50px;font-weight: bold;}
		.btm3_info h2 span{}
		.btm3_info p{}
		.btm3_info a{}

.btm3_boxes{display: flex;justify-content: space-between;gap: 10px;margin: 58px 0 0;padding: 0 167px 0 0;}
.btm3_boxes section{max-width: 520px;width: 49%;}
.btm3_boxes section p{font-size: 20px;font-weight: 500;}
.btm3_boxes section a{max-width: 273px;font-size: 17px;font-weight: 500;margin: 52px 0 0;}
.btm3_boxes section h2{font-size: 30px;font-weight: bold;color: #214360;margin: 0 0 30px;}
.btm3_boxes section h2 q{color: var(--primary-color);margin: 0 4px 0 0;}
.btm3_boxes section ul{margin: 32px 0 0;}
.btm3_boxes section ul li{position: relative;padding: 0 0 0 18px;margin: 0 0 12px;}
.btm3_boxes section ul li:before{content: ""; position: absolute;width: 6px;aspect-ratio: 1/1;border-radius: 100px;background: var(--primary-color);left: 0;top: 7px;}
.btm3_info_p{text-align: center;margin: 60px 0 0;}
.btm3_info_p p{font-size: 16px;}
.btm3_info_p q{font-weight: 500;color: var(--primary-color);}
.btm3_boxes section:nth-child(2) a{max-width: 210px;}


	#bottom4{padding: 0 10px;}
		.btm4_con{min-height: 1220px;padding: 95px 0 25px;}
		.btm4_info{}
		.btm4_info h2{font-size: 50px;font-weight: bold;text-align: center;}
		.btm4_info h2 span{}
		.btm4_info p{}
		.btm4_info a{}

.btm4_boxes{margin: 50px 0 0;}
.btm4_boxes section{display: flex;justify-content: space-between;gap: 10px;margin: 0 0 18px;}
.btm4_boxes section figure{max-width: 513px;width: 37%;overflow: hidden;border-radius: 20px;}
.btm4_boxes section figure img{position: relative;max-width: initial;left: 50%;transform: translateX(-50%);object-fit: cover;object-position: center;height: 100%;border-radius: 20px;}
.btm4_boxes section h2{font-size: 25px;font-weight: bold;}
.btm4_boxes section p{max-width: 480px;margin: 17px 0 0;line-height: 26px;}
.btm4_boxes section a{}
.btm4_box_info{background: var(--secondary-color);width: 100%;max-width: 862px;color: var(--white);position: relative;padding: 64px 120px 30px 93px;border-radius: 16px;}


.btm4_boxes section:nth-child(odd){flex-direction: row-reverse;}
.btm4_boxes section:nth-child(even){}

.btm4_boxes section:nth-child(2n+1) .btm4_box_info{background: var(--primary-color);color: var(--white);}

.btm4_boxes section:nth-child(odd) .btm4_box_info:before{content: url(btm4-check1.png);}

.btm4_boxes section .btm4_box_info:before{content: url(btm4-check2.png); position: absolute;right: 50px;top: 50%;transform: translateY(-50%);}

	#bottom5{padding: 0 10px;background: var(--primary-color);}
		.btm5_con{min-height: 872px;padding: 95px 0 25px;}
		.btm5_info{text-align: center;color: var(--white);}
		.btm5_info h2{font-size: 50px;font-weight: bold;}
		.btm5_info h2 span{}
		.btm5_info p{}
		.btm5_info a{}
.btm5_boxes{color: var(--white);display: flex;justify-content: space-between;gap: 10px;margin: 70px 0 0;padding: 0 85px 0 0;}
.btm5_boxes section{width: 49%;}
.btm5_boxes section ul{}
.btm5_boxes section ul li{position: relative;padding: 0 0 0 20px;font-size: 20px;margin: 0 0 20px;}
.btm5_boxes section q{max-width: 330px;width: 100%;text-align: center;border: 1px solid var(--white);display: block;line-height: 58px;font-size: 25px;font-weight: bold;border-radius: 5px;margin: 0 0 45px;}
.btm5_boxes section ul li:before{content: ""; position: absolute;background: var(--white);width: 5px;aspect-ratio: 1/1;border-radius: 100px;left: 0;top: 10px;}

.btm5_btm_info{text-align: center;color: var(--white);margin: 50px 0 0;}
.btm5_btm_info p{font-size: 16px;font-weight: bold;margin: 0 0 30px;}
.btm5_btm_info a{max-width: 237px;margin: 0 auto;background: #e72525;box-shadow: 5px 5px 5px #0000001c;}

	#bottom6{padding: 0 10px;}
		.btm6_con{min-height: 693px;padding: 99px 0 25px;}
		.btm6_info{}
		.btm6_info h2{font-size: 50px;font-weight: bold;}
		.btm6_info h2 span{}
		.btm6_info p{}
		.btm6_info a{}

.btm6_ul{margin: 71px 0 0;}
.btm6_ul ul{display: flex;justify-content: start;gap: 10px;flex-wrap: wrap;}
.btm6_ul ul li{font-size: 25px;font-weight: 500;width: 32%;position: relative;padding: 0 0 0 26px;line-height: 27px;margin: 0 0 44px;}
.btm6_ul ul li:before{content: ""; position: absolute;background: var(--primary-color);width: 9px;aspect-ratio: 1/1;border-radius: 100px;left: 0;top: 7px;}
.btm6_btm_info{margin: 20px 0 0;}
.btm6_btm_info h2{font-size: 25px;font-weight: 500;color: var(--primary-color);margin: 0 0 20px;}
.btm6_btm_info p{max-width: 1180px;font-size: 18px;line-height: 25px;}


	#bottom7{background: #edf7ff;padding: 0 10px;}
		.btm7_con{min-height: 947px;padding: 95px 0 25px;}
		.btm7_info{text-align: center;}
		.btm7_info h2{font-size: 50px;font-weight: bold;}
		.btm7_info h2 span{}
		.btm7_info p{}
		.btm7_info a{}

.faq {margin:78px auto 0;max-width: 1244px;}
.faq h6{padding:10px 20px 28px 0;color:#214360;font-weight: bold;font-size:25px;margin:0 0 20px;border-bottom:1px solid #93c2e9;cursor:pointer;position:relative;}
.faq div{display:none;padding:20px 10px 10px 50px;margin:5px 0; font-weight: 500;position:relative;max-width: 680px;}
.faq h6:before{content:"";border-radius:5px;background:url(faq-arrow1.png);position: absolute;width: 22px;aspect-ratio: 1/1;right: 0;top: 50%;transform: translateY(-50%);}
.faq .sign:before{content:""!important;line-height:25px; background: url(faq-arrow2.png) !important;}

	#bottom8{padding: 0 10px;background: var(--secondary-color);}
		.btm8_con{min-height: 780px;padding: 95px 0 25px;color: var(--white);}
		.btm8_info{color: var(--white);text-align: center;}
		.btm8_info h2{font-size: 50px;font-weight: bold;margin: 0 0 46px;}
		.btm8_info h2 span{}
		.btm8_info p{font-size: 25px;font-weight: 500;line-height: 33px;}
.btm8_info q{font-size: 35px;font-weight: 500;margin: 70px 0 74px;display: block;}
		.btm8_info a{}

.btm8_boxes{display: flex;justify-content: space-between;gap: 10px;max-width: 1150px;margin: 0 auto;}
.btm8_boxes section{max-width: 511px;text-align: center;width: 49%;}
.btm8_boxes section h2{font-size: 30px;font-weight: 500;margin: 0 0 27px;}
.btm8_boxes section p{font-size: 25px;font-weight: 500;line-height: 34px;margin: 0 0 46px;}
.btm8_boxes section a{max-width: 256px;margin: 0 auto;background: #e72525;box-shadow: 5px 5px 5px #0000001c;}

	#bottom9{}
		.btm9_con{min-height: 872px;padding: 25px 0 25px;}
		.btm9_info{}
		.btm9_info h2{}
		.btm9_info h2 span{}
		.btm9_info p{}
		.btm9_info a{}


/*end bottom*/


/**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(--secondary-color);}
.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(--primary-color);}
#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; bottom: 0; font-size: 44px; line-height: 100%; padding: 15px; color: #fff; background: var(--primary-color); }
.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;}
.hidden-field {display: none; }
.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('wrong-icon.png');position: absolute;  left: 0; right: 0; top: 30px; } 
.success-check:after{content:url('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;}
/* End Form Activation Styling */

/* form css */
/*CSS*/
.btm_form .form{display: flex;justify-content: space-between;flex-wrap: wrap;gap: 10px;}
.btm_input1{max-width: 442px;border: none;padding-left: 20px;font-size: 20px;color: var(--black);height: 60px;background: #fff;font-family: var(--priFont);width: 49%;}
.btm_input2{max-width: 442px;border: none;padding-left: 20px;font-size: 20px;color: var(--black);height: 60px;background: #fff;font-family: var(--priFont);width: 49%;}
.btm_input3{padding: 18px 0 0 20px;resize: none;max-width: 442px;border: none;padding-left: 20px;font-size: 20px;color: var(--black);height: 60px;background: #fff;font-family: var(--priFont);width: 49%;}
.btn_submit{display: inline-block;}
.btn_submit button{width: 233px; height: 61px; border: none;           font-family: var(--secFont);}
.btn_submit button:hover{}
.btm_form{}
.btm_form_info{}
.btm_form_info h2{}
.btm_form_info h2 span{}
.btm_form_info p{}



.recaptcha_holder{display: flex; justify-content: space-between; gap: 10px; width: 100%; flex-wrap: wrap;margin: 14px 0 0;}
.disclaimer { width: 54%; position: relative; color: #333; margin: 13px 0 0; padding: 0 0 0 37px; }
.disclaimer a:hover { text-decoration: underline; }
.recaptcha_btn_holder { display: flex; gap: 10px; justify-content: space-between; width: 65%; max-width: 491px; text-align: left; }
.form_chkbox { max-width: 20px; width: 50%; min-height: 32px; position: absolute; left: -3px; top: -6px; }
.disclaimer a {  display: inline-block; color: var(--black);}
.disclaimer b{color: var(--black);font-weight: normal;}
b, strong { color: var(--black); }


/*nh*/
.about_us_boxes { }
.about_us_boxes section { width: 50%; max-width: 699px; min-height: 300px; padding: 40px 25px;   border-radius: 14px; position: relative;background: var(--primary-color); line-height: 30px;text-align: center;}
.about_us_boxes section h2 { font-size: 50px; color: #fff; line-height: 100%; font-family: var(--secFont);}
.about_us_boxes section h2:before{position: absolute; top: -70px; left: 0; right: 0; margin: 0 auto; width: max-content; padding: 15px; background: var(--secColor); border-radius: 100%;}
.mission{display: flex;   gap: 20px;   margin: 40px 0;    color: #1a1a1a;   border-radius: 20px;  align-items: start; flex-direction: column;}
.mission_info{ background: var(--primary-color);  padding: 40px;   min-height: 300px;border-radius: 14px; max-width: 690px; padding: 40px 25px;}
.mission h2{font-size: 50px; line-height: 100%;font-family: var(--secFont);color: #fff;}
.mission h2 span{}
.mission p{font-size: 16px; color: var(--white); margin: 20px 0; line-height: 20px;}
.about_us_boxes section p { color: var(--white); font-size: 16px; margin: 20px 0; line-height: 20px;}
.about_info{font-size: 35px;line-height: 100%;text-align: center;color: var(--white);background: var(--primary-color); padding: 40px 25px; border-radius: 20px;}
.about_info p{font-size: 16px; margin: 20px 0 0 !important; line-height: 20px;}
.about_info h2{font-family: var(--secFont); font-size: 50px; line-height: 100%;}
.mission figure{ border-radius: 20px; width: 49%; display: block !important; position: absolute; right: 0; top: 55.5%; transform: translateY(-50%); max-width: 600px;}
.mission img{height: 600px; max-width: 600px; border-radius: 20px;}

.about_us_boxes p{color: var(--white);}

.about_con{display: flex;gap: 10px;flex-wrap: wrap;}

.services_cards_con{}
.services_cards section{width: 48%; box-shadow: 0 0 5px #8080807d; position: relative;height: auto;text-align: center;max-width: 300px; background: var(--white); padding: 20px 10px; border-radius: 20px;}
.services_cards section h2{font-size: 20px; background: var(--primary-color) !important; -webkit-text-fill-color: transparent !important; -webkit-background-clip: text !important; font-weight: normal; font-family: var(--secFont) !important; line-height: 100%;}
.services_cards section:hover h2{background: var(--white);  -webkit-text-fill-color: transparent; -webkit-background-clip: text;}
.services_cards section p{font-size: 16px;font-weight: normal;font-family: var(--priFont);color: var(--white); margin: 0;}
.services_cards section a{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.services_cards section figure{width: 100% !important ;max-width: 300px !important ;overflow: hidden !important; display: block !important; position: static;}
.services_cards section figure img{height: 100%; max-width: unset;}
.services_cards_heading p{text-align: center; margin: 30px 0 !important;} 
.services_cards section:hover { background: var(--secondary-color); }
.service_card_boxes_info{}
.card_info{width: 100%; text-align: center;}
.card_info h2{font-size: 30px; font-family: var(--secFont); margin: 30px 0;}


.services_cards{display: flex; justify-content: center; gap: 10px; row-gap: 25px; flex-wrap: wrap;}
.service_card_boxes_info{width: 100%; text-align: center;}
.service_card_boxes_info h2{}
.services_cards_heading{width: 100%;text-align: center; margin: 15px 0;}
.services_cards_heading h2{}
.services_cards_heading p{}

.about_con_p{}
.services_box_info{padding: 20px 0;}
.services_box_info:hover { }

.btn_sevices{}

.heading_h2{font-weight: bold;}
.headings_h2{font-weight: bold; margin-top: 20px;}
.cta { text-align: center; border: 1px solid #000; width: 100%; margin: 40px auto; padding: 20px; box-shadow: 5px 5px 5px rgba(0,0,0,0.2); }
.cta h2{font-size: 30px;   font-family: var(--secFont);  line-height: 100%;    width: 100%;   margin: 17px auto;   padding-bottom: 10px;}
.cta p{margin: 10px 0 0 !important;}
.bullet_heading{}