/*Fonts Used*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i|Open+Sans:400,400i');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

:root { 
	--primaryHeading:"Manrope", serif;
	--bodyFont: "Manrope", serif;
	--secondbodyFont: "Manrope", serif;
	
	--primaryColor: linear-gradient(90deg, #508103 -0%, #9E8F01 154%);
	--secColor: #db8400;
	--terColor: #508103 ;
	--body-bg_color: ; 
	
	--primaryTxtColor: #000;
	--secTxtColor: ;
	--subHcolor: ;
	--bodyColor: #000; 
	
	
	--black: #000;
	--white: #fff;
	
	--bodySize: 18px;
	--bodyWeight: 400;
	--lineheight: 29px;
	
	--smallFont: 20px;
	--mediumFont: 30px;
	--largeFont:  60px;


}

*, *: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:before{/*! content: ""; */background: url(images/screenshot.png);width: 100%;height: 100%;position: absolute;inset: 0;z-index: 151;opacity: 0.5;pointer-events: none;}
body{font-family: var(--bodyFont); font-size: var(--bodySize); color:var(--bodyColor);position:relative;font-weight: var(--bodyWeight); max-width: 1920px; margin: 0 auto; line-height: var(--lineheight);}
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(--primaryColor); 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;}
.grid_col2 { display: grid; grid-template-columns:  repeat(3, 1fr); gap: 5px 20px; }
.col2 li, .col3 li{display: inline-block; width: 100%;}
.main_phone {font-weight: bold;}

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

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

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

/* Text Alignment */
.text_left, .text_left p{text-align: left;}
.text_right, .text_right p{text-align: right;}
.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;}

h2, h3, .h1_title { font-family: var(--primaryHeading); color: var(--primaryTxtColor); }
h2 small, h3 small, .h1_title small { font-family: var(--bodyFont); }

/*header*/
header{background: var(--white); padding: 0 10px;}
.header_fix { }
.header_holder { }
.header_con{min-height:106.6px;padding:12px 0 0 76px;display: flex;justify-content: flex-start;align-items: flex-start;}
.main_logo{ position: absolute;width: 42%;max-width: 490.3px;left: 0px;top: 115.4px;transform: translatey(-50%);background: var(--white);padding: 0 20px;min-height: 105.4px;display: flex;justify-content: center;align-items: center;border-radius: 59px;z-index: 20;box-shadow: 0 0 10px rgba(0,0,0,0.3);}
.main_logo img{ }
.head_info{ display: flex;align-items: center;gap: 358px;}
.header_info{}
.header_info ul { display: flex;gap: 10px;}
.header_info ul li { color: #1a1a1a;position: relative;font-size: 16px;}
.header_info ul li:after{content: "|";position: absolute;right: -7px;}
.header_info ul li:last-child:after{display: none;}

.header_info ul li:first-child{padding-left: 41px;}
.header_info ul li:before{position: absolute;top: 0;left: 0;}
.header_info ul li:first-child:before{content: url(images/header_icon.png);}
.header_info ul li:last-child:before{content: url(images/icon.png);}
.header_info ul li span { }
.header_info ul li a { color: inherit;font-size: 18px;}
.header_info ul li a:hover { text-decoration: underline;}
.header_info ul li mark { }
.mark_none{display: none !important;}
.header_info h2{}
.header_info h2 span{}
.header_info mark { }
.header_info a { }
.header_info a:hover { }
.header_search{}
.header_search button{width: 24px;aspect-ratio: 1/1;display: block;background: url(images/icons/search-icon.png) 50% no-repeat;border: none;}

  .social_gtrans { display: flex;gap: 20px;align-items: center;}
	.social_media{}
	.social_media p{}
.social_media h2 { }
.social_media ul { }
	.social_media ul li{display:inline-block;vertical-align:top;}
	.social_media ul li a{display:block;}
	.social_media ul li a:hover img{animation: 1s tada;}

	.gtrans{width: 122px; height: 46px; font-size: 16px; display: block; position: relative; text-align: left; background: url(images/g-temp.png) no-repeat;z-index: 20;}
	.gtrans .gt_float_switcher{border-radius: 5px;}
	.gtrans .gt_options{font-size: 16px; max-width: 100% !important;}
	.gtrans .gt_options img{display: block; margin-bottom: 5px;}
	.gtrans ul{display: flex; gap: 5px; align-items: center; width: max-content;}
	.gtrans ul li{}
	.gt_selector{width: 120px; height: 32px; font-size: 16px; color: #b4b4b4; font-family: var(--bodyFont); border: 1px solid #E5E5E5; border-radius: 4px; background: url('images/gtranslate-arrow.png')no-repeat 98%, #fff;}


	.dracula-toggle-wrap.floating.position-right { --side-offset: 10px !important; --bottom-offset: 80px !important; left: 30px !important; max-width: fit-content; }

	.cky-revisit-bottom-left { bottom: 150px !important; left: 33px !important; }
	.cta{display: block; margin: 45px 0 0;}

/*end header*/

/*nav*/
.page_nav {background: var(--primaryColor);  text-align: right;position: relative;/*! left: 0; *//*! top: 0; *//*! max-width: 1374.6px; *//*! width: 100%; *//*! left: 50%; *//*! transform: translateX(-50%); */z-index: 10;}
.page_nav ul{top: -44px;max-width: 1374.6px;width: 100%;left: 50%;transform: translateX(-50%);position: absolute;z-index: 1;background: var(--primaryColor);border-radius: 60px;padding-right: 140px;}
.page_nav ul li{display:inline-block;vertical-align: top; position:relative;}
.page_nav ul li a{display:block;   color:#fff; text-transform: uppercase;  padding:0px 27px; font: 400 16px/105px var(--bodyFont);}
.page_nav ul li a:hover, .page_nav ul li a:active, .page_nav ul li.current_page_item > a{/*! text-decoration: underline; */font-weight: bold;}
.page_nav ul li:after{content:"";width:1px;height:22px;background:#000; position: absolute; top: 45%; right: -6px; transform: translateY(-50%);display: none;}
.page_nav ul li:last-child:after{display:none;}
.page_nav ul li:first-child a { padding-left: 0; }
.page_nav ul li:last-child a { padding-right: 0; }

/*second level drop down*/
.page_nav ul li:hover{position: relative; z-index: 599; cursor: default;}
.page_nav ul ul {text-align:center; display: none; position: absolute; top: 100%; left: 50%; transform:translateX(-50%); z-index: 598; width: 210px;margin-top: 0;text-transform: none; border-radius: unset; max-width: 280px; 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: 100%;  transform: unset;}
.page_nav ul li > ul { display: none;}
.page_nav ul li:hover > ul { display: block;}
.page_nav ul ul a{background:var(--primaryColor);color:#fff;padding:12px 10px!important;line-height:100%;margin:0 auto;}
.page_nav ul ul a:hover,.page_nav ul li.current_page_item ul li a:hover, .page_nav ul ul li.current_page_item a {background: var(--secColor); text-align: center; border-bottom: 1px solid #fff; font-weight: unset;}
.page_nav ul ul li:after{display:none;}
.page_nav ul ul li:last-child a{ border: unset;}

/*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; left: 50%; transform: translateX(-50%); top: 20px;}

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

/*end nav*/

/*banner*/
#banner{position: relative;}
#banner:before {content: ''; position: absolute;  width: 1920px;  height: 100%;top: 0; left: 50%; transform: translateX(-50%); background: linear-gradient(180deg, rgba(255,255,255,0) 32%, rgba(0,0,0,0.900373528317577) 91%);z-index: 1;}
.bnr_con{min-height:0;padding:0; position: relative;}
.box_skitter{display: block; z-index: -1;}
.rslides{display: none; z-index: 1;}
.box_skitter .container_skitter a{pointer-events: none;}
.slider{width:1920px;margin-left:50%;transform: translateX(-50%);position: relative;}
.slider video { display: block; width: 100%; max-width: 100%; height: auto; }
.mobi_ban{display: none;}
.rslides { display: none;}
.bnr_info{width:100%;max-width:1013px;position:absolute;top:396px;left:0;z-index:150;text-align: center;color: var(--white);right: 0;margin: 0 auto;}
.bnr_info h1{margin-bottom:7px;font-size: 50px;color: var(--white);font-weight: bold;line-height: 100%;}
.bnr_info h1 span{display:block;margin-top: 17px;}
.bnr_info h1 small { font-size: var(--smallFont);display: block;font-weight: 400;margin-bottom: 8px;}
.bnr_info p{line-height:31px;}
.banner_para { margin: 17px 0 32px;font-weight: 400;}
.bnr_info a{}
.bnr_info a:hover{}
/*end banner*/

/*middle*/
#middle{background: purple; padding: 0 10px;}
.middle_con{min-height:500px;padding:25px 0 0;text-align:center;}
.middle_info { }
.middle_info h2 { }
.middle_info h2 span { }
.middle_info h2 small { }
.middle_info p { }
.middle_info a { }
.middle_info a span { }
.middle_info a:hover { }
.middle_boxes{display:flex; justify-content: space-between;}
.middle_boxes section{width: 24%;height: auto; padding: 10px;background: burlywood;position: relative;min-height: 350px;}
.middle_boxes section h2{}
.middle_boxes section h2 span{}
.middle_boxes section p{}
.middle_boxes section a{margin:0 auto;}
.middle_boxes section a:hover{}
.middle_boxes section a span { }


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

/*end middle*/



/*main*/
#main_area{background: pink; padding: 0 10px;}
.main_con{min-height:500px;padding:75px 0 0; }
	main{width: 50%; margin: 0 0 0 auto;}
	main .h1_title{font-size: 24px; font-weight: bold;line-height:30px;}
	main .h1_title span{display: block;}
	main .h1_title small { display: block; font-size: 18px; font-weight: normal;}

	main p{}
	.para{margin:0 0 0; line-height: 26px;}
	main ol{padding-left: 35px; margin-bottom: 15px;}
	main ul li{position: relative;}
	main .bullet {padding:0;margin-bottom: 25px;}
	main .bullet li{position:relative;padding-left: 25px;margin-bottom: 8px;}
	main .bullet li:before{position: absolute; content: "";width: 10px;height: 10px;border-radius: 50%;left: 3px; top: 11px; background:var(--primaryColor);}
	main .angle {padding:0;margin: 15px 0;}
	main .angle li{position:relative;padding-left: 25px;margin-bottom: 8px}
	main .bullet li span {   display: block; }
	main .angle li::before { position: absolute; content: "\00bb"; left: 3px; top: 50%; transform: translateY(-50%); color: var(--primaryColor); }
	main a{font-weight: bold; color: var(--primaryTxtColor);text-decoration: none;}
	main a:hover{color:#000;text-decoration: underline;}

	/* Intro Text Styles */

	.intro_txt { text-align: center; width: 90%; margin: 0 auto 25px; padding: 20px; font-weight: 700; font-size: 22px; color: #000; position: relative; }
	.intro_txt::before { content: ''; background: var(--primaryColor); width: 100%; margin: 0 auto; top: 0; left: 0; right: 0; height: 13px; position: absolute; border-radius: 0 0 40px 40px; transition: all .3s ease-in-out; opacity: 0.7;}
	.intro_txt::after { content: ''; background: var(--secColor); width: 100%; margin: 0 auto; bottom: 0; left: 0; right: 0; height: 13px; position: absolute; border-radius: 40px 40px 0 0; transition: all .3s ease-in-out; opacity: 0.7;}
	.intro_txt:hover:after, .intro_txt:hover:before { height: 5px; border-radius: unset; opacity: unset; }

	/* .intro_txt{ text-align: center; width: 95%; margin: 0 auto 25px; padding: 15px; border-bottom: 3px solid var(--secColor); font-weight: 700; font-size: 22px; color:#fff; background: var(--primaryColor); border-right: 3px solid var(--secColor); border-radius: 40px; } */

	/* .intro_txt { text-align: center; width: 95%; margin: 0 auto 25px; padding: 20px; font-weight: 700; font-size: 22px; color: #fff; background: var(--secColor); border-radius: 40px; position: relative; z-index: 1; border: 5px solid var(--primaryColor); } */

	

	
/*end main*/

/*sidebar*/
.sidebar{ position: absolute;left: 0;top: 50%;width: 44%;min-height: 350px;background: violet;transform: translateY(-50%);}
.sideboxes { }
.sideboxes section { position: relative; }
.sideboxes section h2 { }
.sideboxes section h2 small { }
.sideboxes section h2 span { }
.sideboxes section p { }
.sideboxes section a { margin:0 auto;}
.sideboxes section a span { }
.sideboxes section a:hover { }
.sidebar figure { }
.sidebar figure img { }
/*end sidebar*/

/*bottom*/
#bottom1{padding: 0 10px; background:var(--white);position: relative;}
	.btm1_con{min-height:601.2px;padding:158px 0 25px;text-align:center;}

.btm1_pic { position: absolute;top: 55%;transform: translateY(-50%);left: 0;width: 44%;}
.btm1_pic figure{ max-width: 748px;width: 100%;overflow: hidden;border-radius: 48px;}
.btm1_pic figure img{ /*! position: relative; *//*! max-width: initial; *//*! left: 50%; *//*! transform: translateX(-50%); *//*! object-fit: cover; *//*! object-position: center; *//*! height: 100%; */}
#bottom1 .wrapper {   max-width: 1726.4px; }
.btm1_info { width: 51.9%;text-align: left;margin: 0 0px 0 auto;padding-right: 50px;}
.btm1_info h2 { font-size: var(--largeFont);font-weight: bold;}
.btm1_info h2 small { display: block;font-size: 20px;color: var(--terColor);font-weight: 400;margin-bottom: 31px;}
.btm1_info p { margin: 49px 0 0;line-height: 32px;}
.btm1_info a { width: 200px;line-height: 54.8px;display: block;text-align: center;background: var(--secColor);color: var(--white);border-radius: 32px;margin: 33px 0 0;}
.btm1_info a span { }
.btm1_info a:hover { background: var(--primaryColor);}
.btm1_boxes{display: flex;justify-content: space-between;margin: 30px 0 0;}
.btm1_boxes section{width: 24%;height: auto; padding: 10px;background: pink; position: relative;min-height: 350px;}
.btm1_boxes section figure { }
.btm1_boxes section figure img { }
.btm1_boxes section h2{}
.btm1_boxes section h2 small { }
.btm1_boxes section h2 span{}
.btm1_boxes section p{}
.btm1_boxes section a{display:block; margin:0 auto;}
.btm1_boxes section a span { }
.btm1_boxes section a:hover{}
.btm1_box_info{}

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

#bottom2{ padding: 0 10px; background: var(--white);}
.btm2_con{min-height:459.4px;padding:75px 0 25px;}
	.btm2_info { width: 35%;}
	.btm2_info h2 { font-size: var(--largeFont);font-weight: bold;line-height: 100%;}
	.btm2_info h2 span { display: block;line-height: 91px;}
	.btm2_info h2 small { display: block;font-size: 20px;color: var(--terColor);font-weight: 400;margin-bottom: 0px;}
	.btm2_info p { margin: 6px 0 0;line-height: 32px;}
	.btm2_info a { max-width: 280px;line-height: 54.8px;display: block;text-align: center;background: var(--secColor);color: var(--white);border-radius: 32px;margin: 33px 0 0;width: 100%;}
	.btm2_info a span { }
	.btm2_info a:hover { background: var(--primaryColor);}

.btm2_boxes{display: flex; justify-content: space-evenly;}
.btm2_boxes section{width: 32%;height: auto; padding: 10px;background: purple;position: relative;min-height: 350px;}
.btm2_boxes section figure { }
.btm2_boxes section figure img { }
.btm2_boxes section h2{}
.btm2_boxes section h2 small { }
.btm2_boxes section h2 span{}
.btm2_boxes section p{}
.btm2_pic {   position: absolute;   top: 6.7%;   /*! transform: translateY(-50%); */   right: -19px;   width: 55%; }
.btm2_pic figure{max-width: 761px;width: 100%;overflow: hidden;/*! border-radius: 48px; *//*! position: absolute; */top: 6.7%;/*! transform: translateY(-50%); */right: -19px;}
.btm2_pic figure img{}

.btm2_boxes section a span { }
.btm2_boxes section a{display:block; margin:0 auto;}
.btm2_boxes section a:hover{}
.btm2_box_info{}

.btm2_form_parent {min-height: 0;padding: 0; }
.btm2_form_parent form {margin: 0 0 0;   display: flex;   justify-content: space-between;   flex-wrap: wrap;   column-gap: 5px;   row-gap: 15px;}
.btm2_form_parent form input { padding: 18px 20px; font: normal 18px/100% var(--bodyFont); color: #666666;}
.btm2_form_parent form textarea {resize: unset; padding: 16px 20px; font: normal 18px/100% var(--bodyFont); color: #666666;}
.btm2_form_parent form button {border: unset; margin: 0; padding: 0 0;}
.btm2_form_parent form button span { }
.btm2_form_parent form button:hover { }
.captcha_div { }

#bottom3{ padding: 0 0; background: var(--white);}
.btm3_con{min-height: 404px; padding: 29px 0 0;}
.btm3_info { }
.btm3_info h2 { }
.btm3_info h2 span { }
.btm3_info h2 small { }
.btm3_info p { }
.btm3_info a { }
.btm3_info a span { }
.btm3_info a:hover { }

.btm3_boxes {display: flex; justify-content: space-between;gap: 10px;}
.btm3_boxes section{width: 100%;min-height: 333.3px; padding: 34px 45px 97px;background: #fff8ee;position: relative;max-width: 675.6px;border-radius: 33px;color: var(--bodyColor);}
.btm3_boxes section figure { }
.btm3_boxes section:hover {   background: var(--primaryColor);   color: var(--white); /* pointer-events: none; */ /*! transition: 1s; */}
.btm3_boxes section figure img { }
.btm3_boxes section h2{font-size: var(--mediumFont);font-weight: bold;color: unset;}
.btm3_boxes section h2 small { }
.btm3_boxes section h2 span{}
.btm3_boxes section p{margin: 46px 0 0;line-height: 32px;}
.btm3_boxes section a{display:block; /*! margin:24px auto 0; *//*! width: 43.6px; */pointer-events: auto;position: absolute;left: 50%;transform: translateX(-50%);bottom: 37px;}
.btm3_boxes section a span { }
.btm3_boxes section a:hover{}
.btm3_box_info{text-align: center;}
.btm3_boxes section a:before{content: url(images/btm3_icon.png);height: 43.6px;width: 43.6px;display: block;background: var(--secColor);border-radius: 100%;padding: 4px 0 0;}
.btm3_boxes section a:hover::before{background: rgba(124, 169, 52, 1);}

/* .btm3_form_con { min-height: 0;padding: 0;}
.btm3_form_parent {min-height: 0;padding: 0;}
.btm3_form_parent form {margin: 0 0 0;   display: flex;   justify-content: space-between;   flex-wrap: wrap;   column-gap: 5px;   row-gap: 15px; }
.btm3_form_parent form input { padding: 18px 20px; font: normal 18px/100% var(--bodyFont); color: #666666;}
.btm3_form_parent form textarea {resize: unset; padding: 16px 20px; font: normal 18px/100% var(--bodyFont); color: #666666;}
.btm3_form_parent form button { border: unset; margin: 0; padding: 0 0;}
.btm3_form_parent form button span { } 
.btm3_form_parent form button:hover { }
.captcha_div { }
.button_flex{display: flex; justify-content: space-between;} */

.btm3_form_con { margin-top: 40px; --gap:20px; } 
.btm3_form { display: flex; justify-content: space-between; flex-wrap: wrap; gap: var(--gap) 0; align-items: flex-start; } 
.btm3_form .form_fullname,.btm3_form .form_email,.btm3_form .form_btn, .btm3_form .form_message { font-weight: var(--bodyFontWeight); font-family: var(--bodyFont); font-size: var(--bodyFontSize); color: var(--bodyColor); padding: 0 15px; border: none; } 
.btm3_form .form_fullname,.btm3_form .form_email { max-width: 679px; width: 49.3%; } 
.btm3_form .form_message { padding-top: 11px !important; overflow: hidden; resize: none; width: 100%;  } 
.btm3_form .form_btn { transition: all 0.3s linear; padding: 0; border: none; height: auto; flex-shrink: 0;} 
.btm3_form .form_btn:hover { background: var(--priColor); } 
.form_fullname::placeholder, .form_email::placeholder, .form_message::placeholder { }

[class^="btm3_form_group"] {width: 100%;}

.btm3_form_group1 { display: flex;justify-content: space-between;gap: var(--gap) 0;flex-wrap: wrap;}
.btm3_form_group2 { display: flex;margin-inline: auto;gap: 20px;justify-content: space-between;align-items: center;}

.disclaimer {width: 286px;display: flex;gap: 10px;font-size: 16px;align-items: center;color: #fff;}
.disclaimer .form_chkbox {width: 33px;height: 33px;flex-shrink: 0;margin: 0;}
.disclaimer a {}
.disclaimer p a:hover {text-decoration: underline;}
.disclaimer span {display: inline-block;}

.btm3_form_inner_group {display: flex;justify-content: space-between;gap: 20px;flex-shrink: 0;width: 422px;}



#bottom4{ padding: 0 10px; background: var(--white);}
.btm4_con {min-height: 438.4px; padding: 30px 0 0; }
.btm4_info { }
.btm4_info h2 { }
.btm4_info h2 span { }
.btm4_info h2 small { }
.btm4_info p { }
.btm4_info a { }
.btm4_info a span { }
.btm4_info a:hover { }

.btm4_boxes { display: flex;align-items: center;justify-content: space-between;}
.btm4_boxes section{display: inline-block; vertical-align: top;width: 22%;height: auto; padding: 75px 0 53px;background: unset;position: relative;min-height: 319.5px;max-width: 295.6px;}
.btm4_boxes section figure { }
.btm4_box_info {text-align: center;}
.btm4_boxes section figure img { }
.btm4_boxes section h2{font-size: var(--mediumFont);font-weight: bold;position: relative;}
.btm4_boxes section:first-child h2:before{content: url(images/btm4_icon1.png);} 
.btm4_box2 h2:before{content: url(images/btm4_icon2.png);}
.btm4_boxes section:last-child h2:before{content: url(images/btm4_icon3.png);}
.btm4_boxes section h2::before{position: absolute;left: 50%;transform: translateX(-50%);top: -95px;}

.btm4_line {   height: 319.5px;   width: 1px;   background: #00000063; }
.btm4_line1 {   height: 319.5px;   width: 1px;   background: #00000063; }

.btm4_boxes section h2 small { font-size: 20px;font-weight: 400;display: block;margin-bottom: 3px;}
.btm4_boxes section h2 span{}
.btm4_boxes section p{margin: 24px 0 0;}
.btm4_boxes section a{/*! display:block; */ /*! margin:0 auto; */width: 200px;line-height: 54.8px;display: block;text-align: center;background: var(--secColor);color: var(--white);border-radius: 32px;margin: 33px 0 0;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
.btm4_boxes section a span { }
.btm4_boxes section a:hover{background: var(--primaryColor);}

.btm4_form_parent {min-height: 0;padding: 0; }
.btm4_form_parent form {margin: 0 0 0;   display: flex;   justify-content: space-between;   flex-wrap: wrap;   column-gap: 5px;   row-gap: 15px;}
.btm4_form_parent form input {padding: 18px 20px; font: normal 18px/100% var(--bodyFont); color: #666666;}
.btm4_form_parent form textarea { resize: unset; padding: 16px 20px; font: normal 18px/100% var(--bodyFont); color: #666666;}
.btm4_form_parent form button {border: unset; margin: 0; padding: 0 0; }
.btm4_form_parent form button span { }
.btm4_form_parent form button:hover { }
.captcha_div { }

html[data-dracula-scheme="dark"] .logo_slide_right figure img{filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%); }


.disclaimer {}
.disclaimer input { width: 20px !important; aspect-ratio: 1/1; height: auto !important; margin: 0 !important; }
.disclaimer p { /*! display: flex; */ /*! align-items: center; */ justify-content: center; gap: 5px; color: #1a1a1a;font-size: 16px;}
.disclaimer a{ color: inherit;}
.disclaimer a:hover{text-decoration: underline;}
.disclaimer b{ font-weight: normal;}
.form_top{}
.form_bottom{}

html[data-dracula-scheme="dark"] .main_logo img {filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(5deg) brightness(102%) contrast(102%); }






#bottom5{ padding: 0 10px; background: var(--white);}
.btm5_con{min-height:476.4px;padding:18px 0 25px;}
	.btm5_info { width: 100%;text-align: center;}
	.btm5_info h2 { font-size: 50px;font-weight: 1000;line-height: 100%;}
	.btm5_info h2 span { display: block;}
	.btm5_info h2 small { display: block;font-size: 20px;color: var(--terColor);font-weight: 400;margin-bottom: 0px;}
	.btm5_info p { margin: 29px 0 0;line-height: 32px;color: #1a1a1a;font-size: 16px;}
	.btm5_info a { max-width: 280px;line-height: 54.8px;display: block;text-align: center;background: var(--secColor);color: var(--white);border-radius: 32px;margin: 33px 0 0;width: 100%;}
	.btm5_info a span { }
	.btm5_info a:hover { }

.btm5_form_con { margin-top: 40px; --gap:20px; } 
.btm5_form { display: flex; justify-content: space-between; flex-wrap: wrap; gap: var(--gap) 0; align-items: flex-start; } 
.btm5_form .form_fullname,.btm5_form .form_email,.btm5_form .form_btn, .btm5_form .form_message { font-weight: var(--bodyFontWeight); font-family: var(--bodyFont); font-size: var(--bodyFontSize); color: var(--bodyColor); padding: 0 29px; border: none; background: #fff8ee;height: 55px;border-radius: 27px;font-size: 16px;color: #333333;} 
.btm5_form .form_fullname,.btm5_form .form_email { max-width: 442.7px; width: 32.3%; } 
.btm5_form .form_message { padding-top: 11px !important; overflow: hidden; resize: none; width: 92%;  max-width: 442.7px;} 
.btm5_form .form_btn { transition: all 0.3s linear; padding: 0; border: none; height: auto; flex-shrink: 0;max-width: 164.1px;line-height: 54.8px;display: block;text-align: center;background: var(--secColor);color: var(--white);border-radius: 32px;width: 100%;} 
.btm5_form .form_btn:hover { background: var(--primaryColor); } 
.form_fullname::placeholder, .form_email::placeholder, .form_message::placeholder { }

[class^="btm3_form_group"] {width: 100%;}

.btm5_form_group1 { display: flex;justify-content: flex-start;gap: var(--gap) 0px;flex-wrap: wrap;width: 100%;gap: 15px;}
.btm5_form_group2 { display: flex;margin-inline: auto;gap: 20px;justify-content: space-between;align-items: center;}

.disclaimer {width: 100%;display: flex;gap: 10px;font-size: 16px;align-items: center;color: #fff;}
.disclaimer .form_chkbox {width: 33px;height: 33px;flex-shrink: 0;margin: 0;}
.disclaimer a {}
.disclaimer p a:hover {text-decoration: underline;}
.disclaimer span {display: inline-block;}

.btm5_form_inner_group {display: flex;justify-content: space-between;gap: 20px;flex-shrink: 0;width: 422px;}
/*end bottom*/

/*footer*/
footer{}
.footer_top{background: var(--primaryColor); padding: 0 10px;}
.footer_top_con{min-height:313.1px;padding:69px 0 0;display: block;}
.gmap { }
.gmap iframe { display: block; width: 100%; height: 100%; }
	.contact_con{display: flex;align-items: flex-end;gap: 149px;}
	.contact_info{ color: var(--white);max-width: 468.4px;}
	.contact_info h2{color: var(--white);font-size: 60px;font-weight: 1000;line-height: 100%;}
	.contact_info h2 small { display: block;font-size: 20px;font-weight: 400;margin-bottom: 0px;}
	.contact_info h2 span{display:block;}
	.contact_info p { margin: 14px 0 0;}
	.contact_info a { }
	.contact_info a:hover { }
	.contact_info_ul{}
	.contact_info_ul ul{margin:0 0 0;padding:0;list-style: none;display: flex;align-items: center;gap: 103px;}
	.contact_info_ul ul li{line-height: 29px; position:relative; padding-left:71px;color: var(--white);}
	.contact_info_ul ul li span { display: flex;}
.contact_info_ul ul li small{margin-right: 4px;}
	.contact_info_ul ul li address{display:inline-block;}
	.contact_info_ul ul li address q { }
	.contact_info_ul ul li a{font-weight: normal; color: inherit;}
	.contact_info_ul ul li a[href^="tel:"] {color: inherit;}
	.contact_info_ul ul li a:hover{text-decoration:underline;}
	.contact_info_ul ul li q{display: block;margin-bottom: 20px;font-size: 30px;font-weight: 1000;}
	.contact_info_ul ul li:before{position:absolute;top:3px;left:0;}
	.contact_info_ul ul li:first-child:before{content:url(images/footer_icon1.png);}
	.contact_info_ul ul li:nth-child(2):before{content:url(images/map.png);}
	.contact_info_ul ul li:last-child:before{content:url(images/footer_icon2.png);}

	.footer_logo_holder { width: 100%;max-width: 565px;margin: 0px auto 32px;}
	.footer_logo{}
	.footer_logo img{}

	.footer_btm{background: var(--primaryColor); padding: 0 26px;}
	.footer_btm_con{min-height:356.2px;padding:33px 0;}

  .footer_btm_line {   width: 123.8%;   height: 1px;   background: var(--white);   left: 50%;   position: absolute;   top: 0;   transform: translateX(-50%);   display: block; }
	.footer_nav{ }
	.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: 0px 82px; color: #fff;font-size: 16px;}
	.footer_nav ul li a:hover, .footer_nav ul li a:active, .footer_nav ul li.current_page_item a{text-decoration:unset;font-weight: bold;}
	.footer_nav ul li:after{content:"";width:1px;height:21px;top:0;right:-3px;background:#fff;position:absolute;display: none;}
	.footer_nav ul li:last-child:after{display:none;}
	.footer_nav ul li:first-child a { padding-left: 0; }
	.footer_nav ul li:last-child a { padding-right: 0; }

	.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;}
	
	.privacy_policy{display:inline-block; margin:0 15px; position:relative;}
	.privacy_policy:before{content:"•"; left:-16px; top:0; position: absolute;}
	.privacy_policy:after{content:"•"; right:-16px; top:0; position: absolute;}

	.copyright{color:#fff; margin: 36px auto 0;text-align: center;font-size: 16px;}
	.copyright_text:hover{text-decoration:none!important;}
	.copyright a{color:inherit;}
	.copyright q { }
	.copyright a:hover{text-decoration:underline;}



/* DEFAULT CLASSES */
.responsive_img { max-width: initial; position: relative; margin-left: 50%; transform: translateX(-50%); object-fit: cover; object-position: center; height: 100%; }
.block{display: block;}
.inline{display: inline;}
.inline_block{display: inline-block;}

.h2_title{position: relative;}
.h2_title small{}
.h2_title span{}
.h2_rep{position: relative;}
.h2_rep small{}
.h2_rep span{}
.h2_rep:before{ position: absolute; top: 0; left: 0;}

.edit-link a{width: 75px; display: block; text-align: center; line-height: 50px; background: var(--primaryColor); color: #fff; font-size: 16px; font-weight: 600; border-radius: 8px; margin: 10px 0 0;}
.edit-link a:hover{background: var(--secColor); color: #fff;  text-decoration: none;}

	/* Privacy */
	.privacy_span{display: inline-block; color: red;}
	.privacy_list { padding-left: 20px; color: var(--bodyColor); }
	.privacy_list li::marker { font: bold 20px/100% var(--primaryHeading); }
	.privacy_list h2 {   font: bold 20px/51% var(--secondbodyFont);   margin: 21px auto 24px; }

	
/**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(--primaryColor);}
.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: var(--secColor);}
.sitemap li:nth-child(odd){background: var(--primaryColor);}
.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: var(--primaryColor);}
.sitemap ul li:nth-child(even){background: #be7f21;}
.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(--primaryColor);}
#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;}
.breadcrumb_last{color:var(--secColor);}
/* 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; }
.non_ban figure img {vertical-align:middle;height: auto !important;}


.faq {margin:20px auto;}
.faq h6{padding:10px 10px 10px 50px;background:#fff;color:#000;font-weight: 500;font-size:16px;margin:0 0 5px;border:1px solid #268000;cursor:pointer;position:relative;}
.faq div{display:none;background:#FAFDFE;padding:20px 10px;margin:5px 0; font-weight: 500;border-left:2px solid #268000;position:relative;}
.faq h6:before{content:"+";width:30px;height:30px;color:#fff;border-radius:5px;background:#268000;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;}




.page_title{text-align: center;width: 100%;z-index: 2;font-size: 44px;line-height: 100%;padding: 15px; color: #fff;font-family: var(--primaryHeading);font-weight: bold; text-transform: uppercase; position: absolute; bottom:0;}
.page_title h1{ color: #fff;}
.page_title:before{ content: ""; width: 100%; height: 100%; background: var(--primaryColor); position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: -1; opacity: .7;}

/* Form Activation Style (Recaptcha & Prompt Message) */
.FormReq {box-shadow: 0 0 3px #d92800 !important; border: 1px solid #d92800 !important;}
.captcha-box { width: 243px; height: 63px;}
.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%; display: none; background: #fcecec; padding: 10px; color: #ca4b4b; font-weight: bold;  font-size: 14px;text-align: center; margin: -15px 0 10px;}
/* End Form Activation Styling */

.owl-nav {font-size: 0; top: 50%; transform:translate(0,-50%); z-index: 50; display: block; position:absolute; width: 100%;}
.owl-prev{background: url(images/icon_prev.png) no-repeat center top; display:inline-block; width: 35px; height: 43px;position: absolute; top: 0; left: 15px;}
.owl-prev:hover {opacity:0.7;}
.owl-next {background: url(images/icon_next.png) no-repeat center top; display:inline-block; width: 35px; height: 43px; position: absolute; top: 0; right: 15px;}
.owl-next:hover {opacity:0.7;}


.numb { padding-left: 20px; }
.numb li::marker { font:700 20px/100% var(--primaryHeading); }
.numb li h2 { font: bold 20px/100% var(--primaryHeading); margin: 30px auto 20px; }
.numb li p { margin: 0; }


