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

:root { 
	--priColor: #12194f; 
	--secColor: #d7b030;

	--priFont: 'Urbanist', sans-serif; 
	--secFont: 'Caudex', sans-serif;
	--bodyFontSize: 18px; 
	--bodyFontWeight: 400;
	--bodyColor: #1a1a1a; 
	--bodyLineHeight: 28px; 

	/* Heading size */
	--xsmallFont: 16px;
	--xsmallFont2: clamp(1rem, 0.9856rem + 0.0641vw, 1.0625rem);/*17*/
	--smallFont: clamp(1.125rem, 1.0962rem + 0.1282vw, 1.25rem);/*20*/
	--smallFont2: clamp(1.25rem, 1.1923rem + 0.2564vw, 1.5rem);/*24*/
	--medFont: clamp(1.25rem, 1.1779rem + 0.3205vw, 1.5625rem);/*25*/
	--medFont2: clamp(1.5625rem, 1.5192rem + 0.1923vw, 1.75rem);/*28*/
	--largeFont: clamp(1.875rem, 1.7308rem + 0.641vw, 2.5rem);/*40*/
	--largeFont2: clamp(2.1875rem, 1.9712rem + 0.9615vw, 3.125rem);/*50*/
	--xlargeFont: clamp(2.5rem, 2.2115rem + 1.2821vw, 3.75rem);/*60*/

}


*, *: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: var(--bodyFontSize); font-weight: var(--bodyFontWeight); line-height: var(--bodyLineHeight); color: var(--bodyColor); position: relative; max-width: 1920px; margin: 0 auto;} 
body.active{overflow: hidden;width:100%;height:100%;position:fixed!important;}
a{ text-decoration:none; -webkit-transition: all .3s linear;transition: all .3s linear;}
img{max-width: 100%; vertical-align: top; image-rendering: -webkit-optimize-contrast;}
textarea { resize:vertical; }
iframe{ border: none; width: 100%;}
ul, h1, h2, h3, h4{ margin:0; padding:0; list-style:none; }
strong , b{ font-weight: bold;}
em, i{font-style: italic;}
input[type="submit"]{cursor: pointer;}
a[href^="tel:"]{color: inherit!important; text-decoration: none;}

.clearfix:before, .clearfix:after { content:""; display: table; clear: both; }
.clearfix {clear: both; overflow: hidden;}
.comp{color: inherit; 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;}

.grid_col2 { display: grid; grid-template-columns: 1fr 1fr; gap: 5px 20px; } 

.back_top{display:none;background: var(--priColor);position: fixed; z-index:999;bottom:0;width: 100%;height: 45px;cursor:pointer; border-top: 1px solid #fff;}
.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*/

/* Additional Presets */
a{color: inherit;}
video, iframe{display: block;}
.uppercase{text-transform: uppercase;}
.italic{font-style: italic;}

.wrapper{ width:100%; max-width: 1400px; margin: 0 auto; position: relative;}

/* Heading and Button Styles */
.bnr_heading{font-family: var(--secFont); font-size: var(--xlargeFont); font-weight: 400; color: inherit; line-height: 100%;}
.bnr_subHead{display: block; font-family: var(--secFont); font-size: var(--largeFont); font-weight: 400; color: inherit; line-height: 100%; margin-bottom: 5px;}

.heading{font-family: var(--secFont); font-size: var(--largeFont2); font-weight: 600; color: var(--priColor); line-height: 100%;text-transform: uppercase;}
.subHead{display: block; font-family: var(--priFont); font-size: var(--smallFont); font-weight: 500; color: var(--secColor); line-height: 100%; margin-bottom: 25px;text-transform: uppercase;letter-spacing: 5px;}

.heading2{font-family: var(--secFont); font-size: var(--smallFont); font-weight: 400; color: #000; line-height: 100%;}

.btnStyle1{ width: 170px; max-width: 100%; height: 55px; line-height: 100%; background: var(--secColor); border: none; font-size: var(--xsmallFont2); color: #fff; text-align: center; padding: 0 10px;  cursor: pointer; position: relative; z-index: 1; overflow: hidden;border-radius: 50px;font-family: var(--priFont);font-weight: 600;display: flex;justify-content: center;align-items: center;gap: 20px;text-transform: uppercase;}
.btnStyle1:hover{color: #fff;}
.btnStyle1:after { content: ""; background: var(--priColor); position: absolute; z-index: -1; left: -20%; right: -20%; top: 0; bottom: 0; transform: skewX(-45deg) scale(0, 1); transition: all 0.5s; }
.btnStyle1:hover:after { transform: skewX(-45deg) scale(1.2, 1); -webkit-transition: all 0.5s; transition: all 0.5s; }
.btnStyle1 q::before{content: url(images/icons/arrow-icon.png);line-height: 0; filter: brightness(0) invert(1);height: 100%;display: block;}

.btnStyle2{width: 33px; aspect-ratio: 1/1; border-radius: 50%; line-height: 0; background: var(--secColor); display: flex;justify-content: center;align-items: center;}
.btnStyle2::before{content: url(images/icons/arrow-icon.png);filter: brightness(0) invert(1);}
.btnStyle2:hover{}

/* Heading and Button Styles End */

/* Helper Class */
.flex{display: flex; justify-content: space-between; align-items: center; gap: 10px;}
.flex section{width: 32%; padding: 10px; position: relative;}
.pic{object-fit: cover; object-position: center;}
.vid{width: 100%;}
.position{position: absolute;}
.info_con{width: 100%;}
.btn-pos{position: absolute; inset: 0;}
.float-L{float: left;}
.float-R{float: right;}


.header-nav{position: relative;z-index: 100;}
/*header*/
header{background: transparent; padding: 0 25px; position: relative;margin-top: -44px;}
	.header_con{min-height: 112px; padding: 0;display: flex;justify-content: space-between;gap: 10px;}
	.main_logo{max-width: 487px;width: 35%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
	.main_logo img{}

	.head_info{margin-left: auto; text-align: left;max-width: 100%;width: 100%;display: flex;justify-content: space-between;align-items: center;gap: 10px;color: var(--bodyColor);font-size: var(--xsmallFont2);padding: 0 66px;background: #fff;border-radius: 50vw;}
	.header_info{width: 100%;}
	.header_info h2{}
	.header_info h2 span{}

	.header_info .contact_details{}
	.header_info .contact_details ul{display: flex;justify-content: space-between;align-items: center;gap: 45%; min-height: 75px;max-width: 100%;}
	.header_info .contact_details ul li{position: relative;line-height: 22px;}
	.header_info .contact_details ul li:first-child{padding-left: 58px;}
	.header_info .contact_details ul li:last-child{text-align: right;padding-right: 60px;}
	.header_info .contact_details ul li span{display: block;}
	.header_info .contact_details ul li a[href^="tel:"]{color: var(--priColor) !important; font-weight: 600;}
	.header_info .contact_details ul li a[href^="mailto:"]{font-size: var(--xsmallFont);}
	.header_info .contact_details ul li a:hover{text-decoration: underline;}
	.header_info .contact_details ul li::before{position: absolute;top: 50%;transform: translateY(-50%);line-height: 0;}
	.header_info .contact_details ul li:first-child::before{content: url(images/icons/call-icon.png);left: 0;}
	.header_info .contact_details ul li:last-child::before{content: url(images/icons/location-icon.png); right:0;}
	
	.header_holder{display: flex;justify-content: center;align-items: center;gap: 10px;position: absolute;top: -61px;right: 0;}

    .social_media{}
    .social_media h2{}
    .social_media h2 span{}
	.social_media ul{display: flex;justify-content: space-between; gap: 2px;}
    .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 */
	.gtranslate_wrapper { max-width: 102px; width: 100%; position: relative; z-index: 100;}
	.gtranslate{width: 100%;height: 43px;margin: 0;}
	.gt_selector { background: #fff; border: 1px solid #e5e5e5; border-radius: 3px; color: #b4b4b4; max-width: 162px; width: 100%; height: 30px; position: relative; }
	.gt_float_switcher .gt-selected .gt-current-lang { padding: 10px !important; }
	.gt_float_switcher { font-family: var(--priFont) !important; font-size: 16px !important; line-height: 16px; }
	.gt_float_switcher img { width: 28px !important; }
	.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow { height: 6px !important; }
	.gt_options {max-width: 95px !important;background: #fff;}
/*end header*/

/*nav*/
#nav_area{background: var(--priColor); position: relative;}
.page_nav {background: var(--priColor); height: 124px; text-align: left; padding: 11px 25px 0;}
.page_nav ul#menu-main-menu{width: 100%;padding-right: 180px;}
.page_nav ul#menu-main-menu li{display: inline-block; vertical-align: top; position: relative;}
.page_nav ul#menu-main-menu li a{display:block; font-size: var(--bodyFontSize); font-weight: normal; color: #fff; text-transform: uppercase; line-height: 58px; margin: 0 48px;}
.page_nav ul#menu-main-menu li a:hover, .page_nav ul#menu-main-menu li a:active, .page_nav ul#menu-main-menu li.current_page_item > a{text-decoration: underline; }

.page_nav ul#menu-main-menu li:after{content: ""; width: 6px; height: 6px; background: var(--secColor); position: absolute; top: 50%; right: -4px; transform: translateY(-50%);border-radius: 50%;}
.page_nav ul#menu-main-menu li:last-child:after{display:none;}

.page_nav ul#menu-main-menu li:first-child a{margin-left: 0;}
.page_nav ul#menu-main-menu li:last-child a{margin-right: 0;}

/*second level drop down*/
.page_nav ul#menu-main-menu li:hover{position: relative; z-index: 599; cursor: default;}
.page_nav ul#menu-main-menu ul {display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); z-index: 598; width: 200px; margin-top: 0; text-transform: none; border: 2px solid #fff; border-radius: 33px; overflow: hidden; text-align: center;}
.page_nav ul#menu-main-menu ul li {float: none;display:block;font-weight: normal;width:100%; border-bottom: 1px solid #fff;}
.page_nav ul#menu-main-menu ul li:last-child{border-bottom: none;}
.page_nav ul#menu-main-menu ul ul {top: 0; left: auto; right: -99.5%; }
.page_nav ul#menu-main-menu li:hover > ul { display: block;}
.page_nav ul#menu-main-menu ul a, .page_nav ul#menu-main-menu li.current_page_item ul li a{background: var(--secColor);color:#fff;padding: 10px 0 !important;margin:0 auto; line-height: 24px; text-transform: none; font-size: 18px; border-radius: 33px;}
.page_nav ul#menu-main-menu ul a:hover,.page_nav ul#menu-main-menu li.current_page_item ul li a:hover, .page_nav ul#menu-main-menu ul li.current_page_item a {background: var(--priColor); color: #fff; text-decoration: none;}

/*third level drop down*/
.page_nav ul#menu-main-menu ul ul { border-top: 0 none; }
.page_nav ul#menu-main-menu ul li { position: relative }

.page_nav ul#menu-main-menu span{position: absolute; left: 55%; transform: translateX(-50%); top:32px; display: none; padding: 0; cursor: pointer; z-index: 9; color: var(--secColor); 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:#fff;}
.nav_toggle_button small{text-transform:uppercase;font-weight:bold;font-size:13px;color:#fff;display:block; line-height: 100%; text-align: center; margin-top: -3px;}

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

/*end nav*/

/*banner*/
#banner{background: #fff; padding: 0 25px; position: relative;z-index: 0;}
#banner::before{content: '';position: absolute;inset: 0; background: url(images/bnr-overlay.png) no-repeat center/100% 100%;z-index: 1;}
#banner::after{content: url(images/bnr-wave.png);position: absolute;bottom: -2px;left: 50%;transform: translateX(-50%);line-height: 0;z-index: 2;}
	.bnr_con{min-height: 835px; padding:0; position: relative;}
	.slider{width: 1920px; position: absolute; left: 50%; transform: translateX(-50%);margin-top: -113px;}
	.slider video{width: 100%;}
	.banner-mobile{display: none;}
	.box_skitter{display: block; height: 934px !important; width: 100% !important;}
	.box_skitter .image img { pointer-events: none; }
	.rslides{display: none;}
	.mobi_ban{display: none;}

	.bnr_info_holder{width: 100%; position: absolute; bottom: 255px; left: 0; z-index: 150;}
	.bnr_info{max-width: 100%; color: #fff;display: flex;justify-content: space-between;align-items: end;gap: 20px;}
	.bnr_info h2{}
	.bnr_info h2 small{}
	.bnr_info h2 span{display: block; margin-top: 10px;}
	.bnr_info p{line-height: 27px; margin: 0 0 26px;max-width: 486px;width: 40%;}
	.bnr_info a{width: 194px;margin: 0 0 27px;}
	.bnr_info a:hover{}
/*end banner*/

/*main*/
#main_area{background: #fff; padding: 0 25px;position: relative;z-index: 1;}
	.main_con{min-height: 990px; padding: 53px 0 50px; display: flex; justify-content: space-between;/*! align-items: center; */gap: 20px;}
		main{width: 60%; max-width: 754px; line-height: 28px; text-align: left;}
		main .h1_title{}
		main .h1_title small{margin-bottom: 31px;}
		main .h1_title span{ display: block; margin-top: 5px;}
		main .h1_title .comp{color: inherit;}
		main p{margin-top: 45px;}
		main p span{display: block; margin-top: 28px;}
		.front_page main .comp{color: var(--priColor);}

		.main-line{display: block;max-width: 752px;height: 1px;background: var(--secColor);position: relative;margin: 70px auto 73px;width: 100%;}
		.main-line::before{content: '';display: block;width: 10px;aspect-ratio: 1/1;border-radius: 50%;background: inherit;position: absolute;top: 50%;left: 0;transform: translateY(-50%);line-height: 0;}

		.main-img{position: relative;height: auto;max-width: 522px;width: 40%;pointer-events: none;}
		.main-img figure{}
		.main-img figure img{}

		.main-img figure.img1{max-width: 522px;width: 100%;margin: -68px 0 0;}
		.main-img figure.img1 img{border-radius: 50vw;}

		.main-img figure.img2{position: absolute;bottom: -50px;left: -86px;width: 170%;max-width: 862px;}
		.main-img figure.img2 img{filter: drop-shadow(-10px 0 10px rgba(0,0,0,0.3));}

		.main_boxes{justify-content: end;gap: 24px;position: relative;z-index: 10;}
		.main_boxes section{max-width: 301px; text-align: center;width: 49%;padding: 0;pointer-events: none;}
		.main_boxes section .box_info{width: 100%; min-height: 303px; padding: 48px 20px 20px;font-size: var(--xsmallFont);border-radius: 38px;position: relative;overflow: hidden;background: url(images/main-box-bg.webp) no-repeat center/100% 100%;}
		.main_boxes section:hover .box_info{animation: pulse 1s ease-in-out;}
		.main_boxes section .box_info::before{content: ''; position: absolute;inset: 0;z-index: 1;}
		.main_boxes section:first-child .box_info::before{background: url(images/main-box1-overlay.png) no-repeat center/100% 100%;}
		.main_boxes section:last-child .box_info::before{background: url(images/main-box2-overlay.png) no-repeat center/100% 100%;}
		.main_boxes section:last-child{color: #ffff;}
		.main_boxes section:last-child a{background: #ffff;}
		.main_boxes section:last-child a::before{filter: unset;}
		.main_boxes section .box__hover{position: relative;z-index: 10;}
		.main_boxes section h2{font-family: var(--secFont);font-size: var(--smallFont);text-transform: uppercase;font-weight: 500;}
		.main_boxes section h2 small{}
		.main_boxes section h2 span{display: block; font-size: var(--medFont);}
		.main_boxes section p{margin: 25px auto 39px;max-width: 230px;width: 100%;line-height: 23px;}
		.main_boxes section a{margin: 0 auto; pointer-events: auto;}
		.main_boxes section a:hover{}

		main ol{padding-left: 35px; margin-bottom: 25px;}
		main ul li{position: relative;}
		main .bullet {padding:0;margin-bottom: 25px;}
		main .bullet li{position:relative;padding-left: 25px;margin-bottom: 8px; }
		main .bullet li:before{position: absolute; content: ""; width: 10px; height: 10px; border-radius: 50%; left: 3px; top: 9px; background: var(--secColor);}
		main a{font-weight: bold; color: var(--secColor);text-decoration: none; display:inline-block;}
		main a:hover{color: var(--priColor);text-decoration: underline;}
		main .main_phone{display:inline-block;}
		main a[href^="tel:"]:hover mark{text-decoration:underline;}

		.intro_txt { width: 80%; box-shadow: -3px 4px 5px 2px var(--priColor); border-radius: 20px;font-family: var(--priFont); font-size: 22px; font-weight: 700; text-align: center; margin: 0 auto 25px; padding: 15px; }
/*end main*/

/*bottom*/
#bottom1{background:var(--priColor); padding: 0 25px;position: relative;}
 	.btm1_con{min-height: 0; padding: 117px 0 50px;}

	.btm1_info{text-align: center;margin: 0 0 60px;color: #fff;}
	.btm1_info h2{color: inherit;}
	.btm1_info h2 small{letter-spacing: 5.4px;margin-bottom: 20px;}
	.btm1_info h2 span{display: block; margin-top: 10px;}
	.btm1_info p{margin: 24px 0 20px;}
	.btm1_info a{margin: 0 auto;}
	.btm1_info a:hover{}

	.btm1_boxes{align-items: flex-start;position: relative;z-index: 10;margin: -5px 0 -476px;}
	.btm1_boxes section{max-width: 331px; min-height: 0; padding: 0;text-align: center; pointer-events: none;}
	.btm1_boxes section .box-animate{width: 100%; padding: 26px 15px 55px;font-size: var(--xsmallFont2);line-height: 26px;background: #fff;border-radius: 50vw;box-shadow: 0 0 10px 3px rgba(0,0,0,0.02);}
	.btm1_boxes section:hover .box-animate{animation: pulse 1s ease-in-out;}
	.btm1_boxes section:nth-child(even){margin-top: 51px;}
	.btm1_boxes section .box-img{margin: 0 auto 34px;}
	.btm1_boxes section .box-img figure{}
	.btm1_boxes section .box-img figure img{border-radius: 50%;}
	.btm1_boxes section .box_info{}
	.btm1_boxes section h2{font-family: var(--secFont);font-size: var(--smallFont2);}
	.btm1_boxes section h2 small{}
	.btm1_boxes section h2 span{display: block; font-size: var(--medFont2);color: var(--priColor);margin-top: 4px;}
	.btm1_boxes section p{margin: 24px auto 39px;max-width: 240px;width: 100%;}
	.btm1_boxes section a{margin: 0 auto; pointer-events: auto}
	.btm1_boxes section a:hover{}


#bottom2{background: url(images/btm2-BG.webp) no-repeat center /100% 100%;padding: 0 25px;position: relative;}
#bottom2::before{content: ''; position: absolute;inset: 0; background: url(images/btm2-overlay.png) no-repeat center/ 100% 100%;}
#bottom2::after{content: url(images/btm2-wave.png); position: absolute;top: 0;left: 50%;transform: translateX(-50%); line-height: 0;}
 	.btm2_con{min-height: 0; padding: 540px 0 120px;}

	.btm2_info.info1{text-align: left;margin: 0 0 80px;display: flex;justify-content: space-between;align-items: center;gap: 20px;}
	.btm2_info.info1 .info_con{max-width: 588px;width: 49%;}
	.btm2_info.info1 h2{}
	.btm2_info.info1 h2 small{}
	.btm2_info.info1 h2 span{display: block; margin-top: 10px;}
	.btm2_info.info1 p{margin: 34px 0 46px;max-width: 510px;}
	.btm2_info.info1 .btm2_btn{display: flex;justify-content: flex-start;align-items: center;gap: 22px;flex-wrap: wrap;}
	.btm2_info.info1 a{margin: 0;}
	.btm2_info.info1 a.btn1{margin: 0;width: 194px;}
	.btm2_info.info1 a.btn2{margin: 0;width: 371px;background: var(--priColor);gap: 40px;}
	.btm2_info.info1 a.btn2:after{background: var(--secColor);}
	.btm2_info.info1 a:hover{}

	.btm2_info.info2{text-align: left;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;gap: 20px;padding: 29px 44px 27px;max-width: 1276px;width: 100%;background: #ffff;border-radius: 50vw;box-shadow: 0 10px 10px 10px rgba(0,0,0,0.02);}
	.btm2_info.info2 .info_con{max-width: 661px;width: 56%;margin: 20px 0 0;}
	.btm2_info.info2 h2{}
	.btm2_info.info2 h2 small{margin-bottom: 19px;}
	.btm2_info.info2 h2 span{display: block; margin-top: 10px;}
	.btm2_info.info2 p{margin: 24px 0 20px;max-width: 647px;width: 100%;}
	.btm2_info.info2 a{margin: 0;}
	.btm2_info.info2 a:hover{}

	.btm2-img1{max-width: 643px;width: 46%;}
	.btm2-img1 figure{}
	.btm2-img1 figure img{border-radius: 50%;}

	.btm2-img2{max-width: 465px;width: 40%;}
	.btm2-img2 figure{}
	.btm2-img2 figure img{border-radius: 50%;}

#bottom3{background: var(--priColor); padding: 0 25px;position: relative;}
 	.btm3_con{min-height: 574px; padding: 124px 0 50px;}

	.btm3_info{text-align: center; margin: 0 0 20px;}
	.btm3_info h2{}
	.btm3_info h2 small{}
	.btm3_info h2 span{display: block; margin-top: 10px;}
	.btm3_info p{margin: 20px 0 20px;}
	.btm3_info a{margin: 0 auto;}
	.btm3_info a:hover{}
	
	.btm3_boxes{}
	.btm3_boxes section{max-width: 340px; min-height: 0; text-align: center;}
	.btm3_boxes section .box-img{}
	.btm3_boxes section .box-img figure{}
	.btm3_boxes section .box-img figure img{}
	.btm3_boxes section .box_info{}
	.btm3_boxes section h2{}
	.btm3_boxes section h2 small{}
	.btm3_boxes section h2 span{display: block; margin-top: 5px;}
	.btm3_boxes section p{margin: 20px 0 20px;}
	.btm3_boxes section a{}
	.btm3_boxes section a:hover{}

	 .btm_form{color: #fff;}
	 .btm_form_info{text-align: center; margin: 0 0 20px;color: #fff;}
	 .btm_form_info h2{color: inherit;}
	 .btm_form_info h2 small{margin-bottom: 19px;}
	 .btm_form_info h2 span{display: block; margin-top: 10px;}
	 .btm_form_info p{margin: 20px 0 0;}
	
	.btm_form form{margin: 43px 0 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
	.btm_form form input, .btm_form textarea{max-width: 376px; height: 68px; background: #f9f9f9f9; border: none; padding: 5px 10px 5px 38px; color: #333; font-family: var(--priFont); font-size: var(--xsmallFont); font-weight: var(--bodyFontWeight);margin-bottom: 5px;width: 49%;border-radius: 50px;}
	.btm_form form input::placeholder, .btm_form textarea::placeholder{color: #757575;}
	.btm_form form textarea{resize: none; overflow: auto; padding-top: 22px; max-width: 614px;}
	.btm_form form button{border: none; width: 178px;}

	.dis_captcha{display: flex; justify-content: space-between; align-items: flex-start;width: 100%;gap: 10px;margin: 19px 0 0;}
	.form-input{}
	.input_holder{display: flex;justify-content: space-between;align-items: center;gap: 10px;width: 100%;}
	.captcha_btn{gap: 12px;}


	.disclaimer{ text-align: left;max-width: 884px;}
	.disclaimer p {font-size: 16px; position: relative; padding-left: 36px;line-height: 19px;}
	.disclaimer p a { font-weight: 700; color: var(--secColor); display: inline-block;}
	.disclaimer p a:hover{text-decoration: underline;}
	.disclaimer input { width: 22px !important; height: 21px !important; margin: 0 !important; position: absolute; top: 4px; left: 0;}

#bottom4{background: url(images/btm4-BG.webp) no-repeat center top; padding: 0 25px; position: relative;}
 	.btm4_con{min-height: 763px; padding: 0;}

/*end bottom*/

/*footer*/
footer{}
	.footer_top{background: #fff; padding: 0 25px;position: relative;}
	.footer_top_con{min-height: 452px; padding: 117px 0 50px;}

		.contact_info{display: flex;justify-content: space-between;align-items: flex-start;gap: 20px;}
		.contact_info_heading{display: block;max-width: 470px;width: 34%;}
		.contact_info_heading h2{}
		.contact_info_heading h2 small{margin-bottom: 19px;}
		.contact_info_heading h2 span{}
		.contact_info_heading p{margin: 27px 0 0;}

		.footer_contact_details{padding: 15px 0 0;margin-left: 90px;max-width: 444px;width: 35%;}
		.footer_contact_details ul{margin: 0 0 0; padding: 0; list-style: none;display: flex;flex-direction: column;gap: 30px;}
		.footer_contact_details ul li{display: block; vertical-align: top; position: relative; line-height: 25px; padding-left: 60px;}
		.footer_contact_details ul li span{display: block;}
		.footer_contact_details ul li address{display: inline;}
		.footer_contact_details ul li a{color: inherit;}
		.footer_contact_details ul li a[href^="tel:"] {color: inherit;}
		.footer_contact_details ul li a:hover{text-decoration:underline;}
		.footer_contact_details ul li:before{position: absolute; top: 50%; left: 0;transform: translateY(-50%); line-height: 0;}
		.footer_contact_details ul li:first-child:before{content: url(images/icons/ftr-call-icon.png);}
		.footer_contact_details ul li:nth-child(2):before{content: url(images/icons/ftr-location-icon.png);}
		.footer_contact_details ul li:last-child:before{display: none;;}

		.footer_logo{max-width: 253px;width: 100%;margin: -38px 0 0;}
		.footer_logo img{}

		.footer_btm{background: var(--priColor); padding: 0 25px;position: relative;}
		.footer_btm_con{min-height: 0; padding: 10px 0 28px;}

		.footer_nav{max-width: 100%;width: 100%;margin: -55px 0 24px;padding: 30px 30px;position: relative;z-index: 10;background: var(--secColor);border-radius: 50vw;}
		.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; margin: 0 55px; color: #fff;font-family: var(--bodyFontSize);font-weight: 500;text-transform: uppercase;}
		.footer_nav ul li a:hover, .footer_nav ul li a:active, .footer_nav ul li.current_page_item a{text-decoration: underline;}
		.footer_nav ul li:after{content: ""; width: 6px; height: 6px; background: #fff; position: absolute; top: 50%; right: -3px; transform: translateY(-50%);border-radius: 50%;}
		.footer_nav ul li:last-child:after{display:none;}
		.footer_nav ul li:first-child a{margin-left: 0;}
		.footer_nav ul li:last-child a{margin-right: 0;}

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

		.copyright{color:var(--bodyColor); margin: 20px auto 0; text-align: right;font-size: var(--xsmallFont2);}
		.copyrigh_text{position: relative;display: block;}
		.copyrigh_text:hover{text-decoration: none!important;}
		.copyright a{color: inherit;}
		.copyright a:hover{text-decoration: underline;}
		.copyright_btn{display: block;text-align: center;text-transform: uppercase;font-weight: 700;font-size: var(--xsmallFont2);color: var(--secColor);}
		.copyright_btn a:hover{text-decoration: underline;}

		.privacy_policy{position: relative; padding: 0 0 0 10px;}
		.privacy_policy::before{content: "\2022"; background: #fff; position: absolute; top: 50%; left: 1px; transform: translateY(-50%); line-height: 0;}

		.privacy_span {color: #ff0000;}
		.privacy_list { margin-top: 20px;  }
		.privacy_list li {font-family:var(--bodyFont); font-size:var(--bodyFontSize); margin-bottom:20px; }
		.privacy_list li::marker  {display: inline;}
		.privacy_list h2, .privacy_list h3, .privacy_list li::marker { display: inline; font-family:var(--secFont); line-height:100%; font-size: 30px;margin: 0;font-weight: 700;color: var(--priColor);}
		.privacy_list h3 { display: block; font-size: 25px; margin-top: .5em;}
		.privacy_list p {margin: 10px 0 15px;}
		.privacy_list p span a {display: inline;}
		.privacy_list .bullet {margin-bottom:15px;padding-left: 15px;}
		.privacy_list .bullet li {margin-bottom:0;}


/**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(--priColor);}
.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:16px; 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); font-weight: 700;}
#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 */

/* Form Activation Style (Recaptcha & Prompt Message) */
.FormReq {box-shadow: 0 0 3px #d92800 !important; border: 1px solid #d92800 !important;}
.hidden-field {display: none; }
.captcha-box {width: 226px;height: 55px;}
.g-recaptcha{transform: scale(.745);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; width: 100%;}
/* End Form Activation 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{width: 100%; font-family: var(--secFont); font-size: 44px; font-weight: 700; color: #fff; line-height: 100%; text-align: center; padding: 15px; position: relative;bottom: 0; left: 50%; transform: translateX(-50%); z-index: 2; isolation: isolate;}
.page_title::before{content: ""; width: 1922px; height: 100%; background: var(--priColor); position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: -1; opacity: 1;}
.FormReq {box-shadow: 0 0 3px #d92800 !important; border: 1px solid #d92800 !important;animation: shake .2s ease-in-out 0s;}

/*For Parallax*/
.fixbtmbg { background-attachment: fixed !important;position: fixed;}

/* For Fixed Navigation */
.fixedholder { position: fixed !important; margin: 0 !important; top: 0; left: 0; transition: none; width: 100%; background: #fff; transform: unset; }

.dracula-toggle.style-1 .toggle-icon-wrap { border-radius: 50% !important; background: var(--priColor) !important; }
.dracula-toggle.style-1 .toggle-icon.__dark { background-color: #fff !important; }
.dracula-toggle.style-1 .toggle-icon.__light { background-color: #fff !important; }
.cky-btn-revisit-wrapper { background: var(--priColor) !important; width: 50px !important; height: 50px !important;}

.mode-dark .gtranslate_wrapper{filter: drop-shadow(0 0 1px #fff);}
.mode-dark .main_logo img, .mode-dark .logo_slide_right img, .mode-dark .footer_logo img{filter: drop-shadow(0 0 .5px #fff) drop-shadow(0 0 .5px #fff) drop-shadow(0 0 .5px #fff) drop-shadow(0 0 .5px #fff);}
.mode-dark #banner::after{filter: brightness(0) saturate(100%) invert(13%) sepia(9%) saturate(108%) hue-rotate(131deg) brightness(95%) contrast(95%);}
.mode-dark #bottom2::after { filter: brightness(0) saturate(100%) invert(9%) sepia(27%) saturate(3437%) hue-rotate(214deg) brightness(98%) contrast(92%); }
.mode-dark .main_boxes section h2, .mode-dark .main_boxes section p, .mode-dark #bottom2::before{filter: brightness(0);}
.mode-dark .footer_nav ul li::after, .mode-dark .hamburger-inner{filter: brightness(0)invert(1);}

@media only screen
and (min-width : 1011px) {
	.non_home_page #banner { margin-top: -69px; }
}

/* CTA */
  .cta{
    margin-top:60px;
    background:var(--priColor);
    color:#fff;
    padding:40px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,0.15);
  }
  .cta a:hover{color: #fff;}

  .cta-title{
    font-size:42px;
    margin-bottom:15px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
  }

  .cta-text{
    font-size:18px;
    margin-bottom:20px;
  }
  @media(max-width:1010px){
    .cta-title{font-size:32px;}
  }


/* Floating Widgets */
body .uwy .uai{width:50px !important; height: 50px !important;}
body .uwy.userway_p5 .userway_buttons_wrapper { top: auto; bottom: 149px !important; left: 33px !important; z-index: 99999; }
.uiiw img[class*="ui"] { width: unset !important; height: unset !important; }
.uwy, body .uwy { z-index: 99999 !important; }
.cky-btn-revisit-wrapper,.dracula-toggle.style-1 .toggle-icon-wrap, body .uwy.userway_p5 .userway_buttons_wrapper { transition:.1s ease; box-shadow:rgba(255,255,255,.25) 0 4px 8px -2px,rgba(255,255,255,.08) 0 0 0 1px !important; border-radius: 50%; z-index: 99998 !important;}
.cky-btn-revisit-wrapper:hover,.dracula-toggle.style-1 .toggle-icon-wrap:hover { transform:scale(1.1) !important}
.disclaimer a[href*="privacy-notice"] { display: inline-block; font-weight: 700; }
.dracula-toggle-wrap.floating{z-index: 99998 !important;bottom: 41px !important; left: 33px !important; }
.dracula-toggle.style-1 .toggle-icon-wrap{width: calc(50px * 1) !important;}
