/*Fonts Used*/
@import url('https://fonts.googleapis.com/css2?family=Questrial&family=Urbanist:ital,wght@0,100..900;1,100..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 */
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 */
.testimonialreq{box-shadow: 0 0 3px #d92800 !important; border: 1px solid #d92800 !important;}

:root { --priFont: "Urbanist", sans-serif; 
	--secFont: "Questrial", sans-serif;
	--priColor: #5dc3db; 
	--secColor: #b2cd3a;
	--thirdColor:#ecfbff;
	--bodyColor:#333333;
	--hdngColor:#1a1a1a;
 }

/*preset*/
body { font-family: var(--secFont); font-size: 19px; line-height: 23px; color: var(--bodyColor); position: relative; }

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: 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: inline-block; width: 100%; }

.main_phone { font-weight: bold; display: inline-block;}

.back_top { display: none; background: var(--priColor); position: fixed; z-index: 999; bottom: 0; width: 100%; height: 45px; cursor: pointer;border-top: 1px solid #ffff; }

.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: 1375px; */
	margin: 0 auto;
	position: relative;
}
	.hdng2{font-family: var(--priFont); font-size: 50px; font-weight: bold; color: var(--hdngColor); line-height: 100%;}
	.hdng3{font-family: var(--priFont); font-size: 25px; font-weight: bold; color: var(--hdngColor); line-height: 100%;}
	.sml_txt{display: block; background:#c5e147; max-width: max-content; padding-inline: 15px; line-height: 32px; color:#fff; text-transform: uppercase; margin: 0 auto 15px; font-size: 20px; font-weight: normal;}
	
	.btn1{display: block; max-width: 222px; width: 100%; line-height: 56px; background: var(--secColor); font-size: 18px; text-align: center;border-radius: 50px; color:#fff;}
	.btn1:hover{background: #4fafa0; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}


	.hdng_space{margin-bottom: 20px;}


/*header*/
/* .header_holder{position: absolute; left:0; top:0; right:0; z-index: 21;} */
header {padding: 0 15px; position: relative; background: #fff;}

.header_con { min-height: 0; padding: 29px 0; }

.main_logo { position: absolute; left:0; top:50%; transform: translateY(-50%); max-width: 434px; width: 100%; }

.main_logo img {}

.head_info { display: flex; justify-content: flex-end; column-gap: 20px; }

.header_info {}

.header_info span a { display: table; margin-left: auto; }

.header_info h3 {color:#222222; text-align: right;}

.header_info h3 span mark {font-family: var(--priFont); font-size: 25px; font-weight: 500; display: block;}
.header_info h3 a:hover{text-decoration: underline;}


.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; }

.gtranslate select { width: 100%; background: url(images/icons/gtrans-arrow.png) no-repeat 95% 50% #fff; border: 2px solid #e5e5e5; height: 40px; font-size: 16px; color: #a8a8a8; padding: 0 5px; margin-left: 10px; border-radius: 5px; }
.gtranslate { display: flex; align-items: center; margin-right: 10px; }

/*end header*/

/*nav*/
.fixed_section{position: fixed; width: 100%; z-index: 99; top:0;}
.page_nav { background:var(--priColor); height: 71px; text-align: center; padding-top: 15px; padding-inline: 15px; }

.page_nav ul {}

.page_nav ul li { display: inline-block; vertical-align: top; position: relative; }

.page_nav ul li a { display: block; font-size: 18px;  color: #fff; text-transform: uppercase; padding: 0 5px; margin: 0 20px;font-weight: bold;}
.page_nav ul li a q{display: block; font-size: 17px; font-weight: normal; text-transform: capitalize;}
.page_nav ul li a:hover, .page_nav ul li a:active, .page_nav ul li.current_page_item>a { color:var(--hdngColor); }

.page_nav ul li:after { content: ""; width: 1px; height: 11px; background: #fff; position: absolute; top: 50%; transform: translateY(-50%); right: -4px; }

.page_nav ul li:last-child:after { display: none; }
.page_nav ul li:first-child a{padding-left: 0; margin-left: 0;}
.page_nav ul li:last-child a{padding-right: 0; margin-right: 0;}
/*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; text-align: center; }

.page_nav ul ul li { float: none; display: block; font-weight: normal; width: 100%; }
.page_nav ul ul li a{margin: 0 auto; padding: 10px 10px !important;}
.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: var(--secColor); 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: var(--priColor); 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: #000; 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: 50%; 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: var(--priColor);
}

.nav_toggle_button small {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	color: var(--priColor);
	display: block;
	text-align: center;
}

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

/*Responsive burger and color*/
.menu_slide_right .hamburger-inner,
.menu_slide_right .hamburger-inner:before,
.menu_slide_right .hamburger-inner:after {
	background: var(--priColor);
}

.menu_slide_right .toggle_holder {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.menu_slide_right small {
	text-transform: uppercase;
	color: var(--priColor);
	font-weight: bold;
	font-size: 13px;
	display: block;
	text-align: center;
	line-height: 31px;
}

/*end nav*/

/*banner*/
#banner {padding:0 15px; position: relative; margin-top: 108px;}

.bnr_con { min-height: 0; padding: 0; }

.box_skitter {}

.slider { width: 1920px; margin-left: 50%; transform: translateX(-50%); height: 823px; }

.mobi_ban { display: none; }

.bnr_info { position: absolute; left: 0; right:0; bottom: 0; z-index: 1;  width:100%; background: #fff; padding-block: 37px 36px; text-align: center; padding-inline: 30px; }

.bnr_info h2 { font-size: 35px; margin-bottom: 15px;}

.bnr_info h2 span { display: block; }

.bnr_info p {width: 70%; margin: auto;}

.bnr_info a {  margin: 32px 0 0; }

.bnr_info a:hover { }

/*end banner*/

/*middle*/
#middle { background: var(--secColor); padding: 0 15px; position: relative; z-index: 2; }
#middle::before{content: ''; background: var(--thirdColor); width: 100%; height:145px; position: absolute; left:0; right:0; bottom: 0;}

.mid_info{text-align: center; color:#fff;}
.mid_info h2{margin-bottom: 14px; color:#fff;}
.mid_info h2 small{margin: 0 auto 4px;}

.mid_con { min-height: 768px; padding: 34px 0; }

.mid_boxes {display: flex; justify-content: space-between;margin-top: 55px;position: relative;}

.mid_boxes section {max-width: 334px; width: 24%; height: auto;  position: relative; display: flex; flex-direction: column;}

.mid_boxes section h3 {margin-bottom: 35px;}
.mid_boxes section h3 span {display: block;}
.mid_boxes section h3::before{content: ''; background: var(--secColor); width: 46px; height: 8px; display: block; margin-bottom: 18px;}

.mid_boxes section p {font-size: 18px;}

.mid_boxes section a { display: block; position: absolute;left: 0;right: 0;margin: auto;bottom: 25px;}

.mid_boxes section a:hover {}

.mid_cont {
  padding-inline: 49px 34px;
  padding-block: 47px 135px;
  background: #fff;
  flex: 1;
}

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

/*end middle*/



/*main*/
#main_area {padding: 0 15px; position: relative; background: var(--thirdColor); }

.main_con { min-height: 476px; padding: 113px 0 20px; }

main { width: 86%; max-width: 100%; text-align: center; margin: auto;}

main .h1_title {margin-bottom: 25px;}

main .h1_title small { 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: 7px; background: var(--secColor); }

main a { font-weight: bold; color: var(--secColor); text-decoration: none; display: inline-block;}

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: 80%;
	margin: 0 auto 25px;
	padding: 15px;
	border-bottom: 3px solid var(--priColor);
	font-weight: bold;
	font-size: 22px;
}

/*end main*/

/*sidebar*/
.sidebar { float: left; width: 100%; }

.side_box1 { padding: 10px; background: #259d31; }

.side_box1 ul {}

.side_box1 ul li { display: block; vertical-align: top; margin-bottom: 5px; }

.side_box1 ul li a { color: #fff; display: block; line-height: 30px; text-align: center; }

.side_box1 ul li a:hover {}

/*end sidebar*/

/*bottom*/
#bottom1 { background: #fff; padding: 0 15px; position: relative; }

.btm1_con { min-height: 493px; padding: 120px 0 20px; text-align: center;
}
.btm1_img{max-width: 482px; width: 100%; position: absolute; left:31px; bottom: 0;}


.btm1_info{max-width: 777px; width: 100%; margin-left: auto; text-align: right;font-size: 18px;}
.btm1_info h2{margin-bottom: 40px;}
.btm1_info h2 small{margin: 0 0 10px auto;}
.btm1_info a{color: inherit;}
.btm1_info a span:hover{text-decoration: underline;}

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

#bottom2 {background: url(images/btm2-bg.jpg)top center no-repeat; padding: 0 15px; z-index: 1; position: relative;}

.btm2_con { min-height: 706px; padding: 112px 0 20px; }

.btm2_holder{max-width: 530px; width: 100%;}

.btm2_info{}
.btm2_info h2{margin-bottom: 25px;}
.btm2_info p{font-size: 18px;}



.btmform {margin-top: 26px;}

.btmform form { display: flex; flex-wrap: wrap; justify-content: space-between; row-gap: 10px; }

.btmform form > *{ font-size: 18px; color:#787878; font-family: var(--secFont); }

.btmform form .form_fullname, .btmform form .form_email { border: none; width: 100%; min-height: 64px; border-radius: 50px; padding-left: 25px; }


.btmform form .txtmessage { border: none; resize: none; overflow: hidden; width: 100%; height: 64px; border-radius: 50px; padding: 15px 0 0 25px; }

.btmform form .form_btn { border: none; max-width: 220px; min-height: 64px; }
.btn_holder{display: flex; column-gap: 15px; width: 100%;}
.disclaimer a{color: var(--priColor);display: inline-block;font-weight: 500;}
.disclaimer a:hover{text-decoration: underline;}
.disclaimer p{font-size: 17px;}

#bottom3 { background: var(--priColor); padding: 0 15px; }

.btm3_con { padding: 120px 0 20px; min-height: 265px; }

.btm3_info{display: flex; justify-content: space-between; align-items: center; color:#fff;}
.btm3_info h2{font-size: 40px; color:#fff;}

.btm3_info p{width: 40%;}
/*end bottom*/

/*footer*/
footer {}

.footer_top { background: #fff; padding: 0 15px; position: relative; }

.footer_top_con { min-height: 0; padding: 97px 0 50px; display: flex; justify-content: space-between; }

.ftr_box1{max-width: 533px; width: 50%;}

.ftr_info{font-size: 16px; font-weight: bold; margin-top: 76px;}

.ftr_logos{margin-top:21px;}
.ftr_logos ul{display: flex; column-gap: 15px;}

.ftr_box2{max-width: 785px; width: 54%; border: 1px solid #4c4c4c; padding-block: 89px 37px; padding-inline: 40px;}
.ftr_box2 ul{position: relative; padding-left: 105px;}
.ftr_box2 ul::before{content: url(images/icons/ftr-phone-icon.png); position: absolute; left:0; top:50%; transform: translateY(-50%);}
.ftr_num{font-family: var(--priFont); font-size: 34px !important; font-weight: bold; color:#101010;}
.ftr_box2 ul li{line-height: 34px; font-size: 22px;}
.ftr_box2 ul li address{display:contents;}
.ftr_box2 ul li a{color: inherit;}
.ftr_box2 ul li a:hover{text-decoration: underline;}



.ftr_map { margin-top: 50px; }
.ftr_map figure iframe{height: 150px;}

.contact_info {}

.contact_info h2 {margin-bottom: 35px;}

.contact_info h2 small { margin: 0 auto 10px 0; }



.footer_logo {}

.footer_logo img {}

.footer_btm { padding: 0 15px; position: relative; }

.footer_btm_con { min-height: 0; padding: 0; }

.footer_nav {background: var(--priColor); padding-block: 20px; position: relative;}
.footer_nav::before{content: ''; background: inherit; height: 100%; width: 1920px; position: absolute; left:50%; transform: translateX(-50%); top:0; right:0;}

.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 5px;  margin: 0 20px; color: #fff; font-size: 18px; font-weight: bold; text-transform: uppercase;}
.footer_nav ul li a q{display: block; font-size: 17px; font-weight: normal;text-transform: none;}
.footer_nav ul li a:hover, .footer_nav ul li a:active, .footer_nav ul li.current_page_item a { color:var(--hdngColor); }

.footer_nav ul li:after { content: ""; width: 1px; height: 11px; top: 50%; transform: translateY(-50%); right: -3px; background: #fff; position: absolute; }

.footer_nav ul li:last-child:after { display: none; }
.footer_nav ul li:first-child a{padding-left: 0; margin-left: 0;}
.footer_nav ul li:last-child a{padding-right: 0; margin-right: 0;}

.footer_comp1{display: block; font-size: 20px; text-transform: uppercase; font-weight: bold; color: var(--hdngColor);}
.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: #404040; margin: 0 auto 26px; text-align: center; }

.copyrigh_text:hover { text-decoration: none !important; }

.copyright a { color: inherit; }

.copyright a:hover { text-decoration: underline; }


/**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: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 { margin-bottom: 34px; border-bottom: 1px dotted gray; padding-bottom: 11px; }

.breadcrumbs span { vertical-align: bottom; display: inline-block; overflow: hidden; text-overflow: ellipsis; }

.breadcrumbs span[property='name'] { display: inline-block; padding: 0; margin-top: -3px; vertical-align: middle; max-width: 270px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #439b4f; }

.breadcrumbs span[property='name']:hover { text-decoration: underline; }

.breadcrumbs .post { background: transparent !important; border-radius: 0; padding: 0; margin: 0; border: none; word-wrap: normal; }

.breadcrumbs span[class='post post-page current-item'] { display: inline-block; padding: 0; max-width: 250px; white-space: nowrap; }

/* End Breadcrumb Styling */

/* Non-home */
.non_ban { position: relative; }

.non_ban_img { width: 1920px; margin-left: 50%; transform: translateX(-50%); }

.non_ban_img img { vertical-align: middle; height: auto; }

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

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



/* Form Activation Style (Recaptcha & Prompt Message) */
#invalid-msg { width: 100%; }

.captcha-box {max-width: 221px; height: 60px;}

.g-recaptcha { transform: scale(.75); transform-origin: 0 0; }

#g-recaptcha-response { display: block !important; position: absolute; margin: -78px 0 0 0 !important; width: 302px !important; height: 76px !important; z-index: -999999; opacity: 0; }

#error-msg { position: fixed; z-index: 9999; border: 1px solid; background: rgb(0, 0, 0, 0.4); width: 100%; height: 100%; left: 0; top: 0; }

#error-msg .message { border: 1px solid; width: 500px; margin: 9% auto; background: #fff; position: relative; padding: 188px 10px 25px 10px; border-radius: 20px; max-width: 95%; }

#error-msg .message span:nth-child(1) { font-weight: bold; color: #ca4b4b; font-size: 25px; line-height: 20px; }

#g-recaptcha-response .message span:nth-child(1) { font-weight: 900; color: #ca4b4b; font-size: 32px; line-height: 40px; }

#success { position: fixed; z-index: 9999; background: rgb(0, 0, 0, 0.4); width: 100%; height: 100%; left: 0; top: 0; }

#recaptcha-error { position: fixed; z-index: 9999; border: 1px solid; background: rgb(0, 0, 0, 0.4); width: 100%; height: 100%; left: 0; top: 0; }

.message { border: 1px solid; width: 500px; margin: 9% auto; max-width: 95%; border-radius: 20px; padding: 188px 10px 25px 10px; background: #fff; position: relative; }

.message span:nth-child(1) { font-weight: 900; color: #31af90; font-size: 26px; line-height: 27px; }

.message span:nth-child(3) { font-size: 25px; line-height: 30px; color: #000; }

.message span:nth-child(5) { line-height: 40px; font-size: 18px; color: #000; }

.close, .rclose, .error-close { position: absolute; right: 24px; top: 10px; font-size: 30px; font-family: open sans; cursor: pointer; color: #333 !important; }

#error-msg p, #success .message p { font-size: 30px !important; }

.fail-check::after { content: url('images/wrong-icon.png'); position: absolute; left: 0; right: 0; top: 30px; }

.success-check:after { content: url('images/success-icon.png'); position: absolute; left: 0; right: 0; top: 30px; }

#invalid-msg { display: none; background: #fcecec; padding: 10px; color: #ca4b4b; font-weight: bold; margin-bottom: 20px; font-size: 14px; text-align: center;}
/* End Form Activation Styling */


.privacy_span{color: red; display: inline-block;}
.privacy_list { padding-left: 20px; }
.privacy_list li::marker { font: bold 20px/100% var(--priFont); }
.privacy_list h2 { font: bold 20px/100% var(--priFont); margin: 30px auto 20px; }



/* Delete After Use */
body::after { content: ''; background: url(images/screenshot.png); width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0.1; z-index: 999; display: none; pointer-events: none; }

.nh_title{font-size: 23px; font-weight: bold; margin-bottom: 20px;}

.nh_mv { display: flex; justify-content: center; column-gap: 25px; margin-block: 30px 60px; }
.nh_mv section{width: 48%; padding: 50px 25px; border-radius: 20px; color:#fff; box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;}
.nh_mv section .comp{color: inherit;}
.nh_mv section h5{font-size: 35px; font-weight: bold; text-transform: uppercase; margin-bottom: 25px; line-height: 100%;}
.nh_mv section:first-child{background: var(--priColor);}
.nh_mv section:last-child{background: var(--secColor);}

.serv_boxes{display: flex; justify-content: center; column-gap: 20px; row-gap: 30px; flex-wrap: wrap; margin-block: 45px;}
.serv_boxes section{max-width: 400px; width: 33%; padding: 10px; position: relative; text-align: center; box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;}
.serv_boxes section h2{font-size: 25px; font-weight: 600; margin-block: 15px;}
.serv_boxes section a{width: 100%; height: 100%; position: absolute; left:0; top:0; right:0;}
.serv_boxes section:hover{background: var(--priColor); color:#fff;}


#mission{scroll-margin-top: 300px;}