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

:root { 
	--priColor: #d9232c; 
	--secColor: #000000;
	/* --terColor: #fff; */
	/* --fourColor: #fff; */
	/* --fifColor: #fff; */

	--hover: #780c12;
	--compColor: #df444c;

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

	/* Heading size */
	--xsmallFont: 25px;
	--smallFont: 30px;
	--medFont: 45px;
	--largeFont: 50px;
	--xlargeFont: 55px;

}


*, *: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;}

.back_top{display:none;background: var(--priColor);position: fixed; z-index:999;bottom:48px;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: 600;   line-height: 100%;   text-transform: capitalize;   margin: 60px 0 -50px; }
.h1_nonhome {   font-size: 22px;   line-height: 100%;   text-transform: capitalize;   margin: 8px 0; }
/*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;}

/* PRESET */
.dracula-toggle.style-1 .toggle-icon-wrap {   border-radius: 50% !important;   background: var(--priColor) !important; }
.dracula-toggle-wrap.floating.position-right {   bottom: 79px !important; right: unset !important;   left: 30px; }
.dracula-toggle.style-1 .toggle-icon.__light {   background-color:#fff !important; }
.dracula-toggle.style-1 .toggle-icon.__dark {   background-color:#fff !important; }
.dracula-toggle-wrap.floating { bottom: 80px !important;}
 
.cky-revisit-bottom-left {   bottom: 27px !important;   left: 35px !important;   right: unset !important; }
.cky-btn-revisit-wrapper {   background-color: var(--priColor) !important; }

.pulse-anim {animation: pulse; animation-duration: 2s;}

/* GTRANS */

/* .gtranslate_container { --bgColor:#fff; --gtransHeight: 37px; --gtransWidth: 83px; width: var(--gtransWidth); height: var(--gtransHeight); position: relative;z-index: 999; background:red; position: absolute;  right: 0; top: 250px;} */
.gtranslate_container { --bgColor:#fff; --gtransHeight:37px; --gtransWidth:83px; width:var(--gtransWidth); height:var(--gtransHeight); position:relative; z-index:999; background:red; position:absolute; right:0; top:285px; }
.gtrans { width: var(--gtransWidth); height: var(--gtransHeight); position: absolute;top: -1px;right: 0; }
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code { font-size: 13px; font-weight: 400;top: 0px !important;}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {width: 10px !important;}
.gt_float_switcher .gt-selected .gt-current-lang img { width: 37px; margin-right: 0;}q
.gtranslate_wrapper { position: absolute; top: 0; right: 0; z-index: 2;}
.gt_float_switcher .gt_options {position: absolute;width: 100%;right: 0;max-width: 100% !important;background-color: var(--bgColor) !important;}
.gt_float_switcher img {box-shadow: none !important;   border-radius: 4px !important;border: 1px solid #EBE9E9 !important;margin: 0 0 4px !important;margin-bottom: 0 !important;}
.gt_float_switcher a img {margin-bottom: 5px !important;display: block;}
.gt_float_switcher {box-shadow: none !important;   border-radius: 4px !important;border: 1px solid #333 !important;width: 100%;}
.gt_float_switcher .gt-selected .gt-current-lang {padding: 1px 2px !important;width: 100%;display: flex;justify-content: space-around;height: var(--gtransHeight);align-items: center;background-color: var(--bgColor) !important;}
.gt_float_switcher .gt_options a { padding: 10px 7px !important; font-size: 11px; text-transform: uppercase;  color: #000 !important; font-family: var(--bodyFont);font-weight: 400 !important;text-align: left;line-height: 1.1em;}
.gt_float_switcher .gt-selected {background: var(--bgColor) !important;}


/* PRESET */
/* ------------- CUSTOM TEMPALTE */
html[data-dracula-scheme="dark"] .main_logo img, html[data-dracula-scheme="dark"] .logo_slide_right img { filter: drop-shadow(0 0 .8px #fff)  drop-shadow(0 0 .8px #fff)  drop-shadow(0 0 .8px #fff)  drop-shadow(0 0 .8px #fff)  drop-shadow(0 0 .8px #fff)  drop-shadow(0 0 .8px #fff); }

.dark-mode .menu_slide_right .hamburger-inner, .dark-mode .menu_slide_right .hamburger-inner::after, .dark-mode .menu_slide_right .hamburger-inner::before{filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(142deg) brightness(113%) contrast(101%);}

.dark-mode .hamburger-inner, .dark-mode .hamburger-inner::before, .dark-mode .hamburger-inner::after { filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(0) hue-rotate(142deg) brightness(113%) contrast(101%); }

.owl-theme .owl-nav { display: block !important; display: flex !important;justify-content: space-around;width: 100%;}
 
.owl-theme .owl-nav span{}
 
.owl-carousel .owl-nav button.owl-next{}
.owl-carousel .owl-nav button.owl-prev{}

/* DOT STYLE */
.owl-dots { text-align: center; margin-top: 20px; }
.owl-dot { width: 12px; height: 12px; margin: 0 5px; background-color: #fff; border-radius: 50%; display: inline-block; transition: background-color 0.3s ease; }
.owl-dot.active { background-color: var(--secColor); }

/* ARROW STYLE */
.owl-nav { position: absolute; top: 50%; left: 0; right: 0; width: 100%; display: flex; justify-content: space-between; align-items: center; transform: translateY(-50%); pointer-events: none; }
.owl-prev, .owl-next { background-color: #fff; color: #333; border-radius: 50%; width: 40px; height: 40px; font-size: 20px; display: flex; justify-content: center; align-items: center; box-shadow: 0 2px 8px rgba(0,0,0,0.15); pointer-events: auto;cursor: pointer; transition: background-color 0.3s ease; z-index: 10; }

.bubble { position: absolute; border-radius: 50%; pointer-events: none; opacity: 0.8; transform: scale(1); animation: fadeOut 0.6s ease forwards; }
@keyframes fadeOut {
      0% {
        opacity: 0.9;
        transform: scale(1);
      }
      100% {
        opacity: 0;f
        transform: scale(0.3);
      }
    }

	.fixed { position: fixed !important; top: 0; left: 0 !important; width: 100% !important; z-index: 1000 !important;  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); }

	.btn1{position: relative;background: var(--priColor);width: 223px;display: block;border-radius: 10px;font-family: var(--priFont); font-size: 17px;text-align: left;line-height: 61px;font-weight: 600;padding-left: 41px;}
	.btn1:hover{}
	.btn1 q{content: url('images/icons/arrow-r.png'); position: absolute; top: 50%; transform: translateY(-50%); right: 23px;}
	

/* ------------- END OF CUSTOM TEMPALTE */



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

/*header*/
header{background: #fafafa; padding: 0 25px;color: #fff; position: relative;}
	.header_con{min-height: 0; padding: 19px 0;display: flex;justify-content: space-between;align-items: center;}
	.main_logo{max-width: 571.9px;}
	.main_logo img{}
	.head_info{ text-align: left;}
	.header_info h2{ font-family: var(--priFont); font-size: 16px; line-height: 100%;font-weight: 550;margin: 0 0 7px 0; position: relative;}
	.header_info::after { content: ''; position: absolute; top: 2px; right: -39px; width: 1px; height: 79px; background: #333; }
	.header_info h2:before{content: url('images/icons/header-icon1.png'); position: absolute; top: 8px; left: -79px;}
	.header_info h2 span{font-family: var(--secFont); font-size: 16px; line-height: 100%;}
	.header_info h2 small{font-family: var(--priFont); font-size: 16px;}

	.header_info{display: block;gap: 15px;color: #333;margin: 0px 62px 0px 0;position: relative;}
	.header_info ul{display: block;gap: 15px;}
	.header_info ul li{position: relative;}
	.header_info ul li a[href^="tel:"]{font-size: 28px;color: var(--priColor);font-weight: 700;}
	.header_info ul li a:hover{text-decoration: underline;}
	.header_info ul li address{}
	.header_info ul li address span{}
	.header_info ul li mark{}
	.header_info ul li::before { position: absolute; top: 0; left: 0; }
	.header_info ul li:first-child {position: relative;}
	.header_info ul li:last-child {position: relative;font-size: 18px;font-weight: 550;}
	/* .header_info ul li:first-child:before {position: absolute; content: url(images/icons/header-icon1.png); left:50%; transform:translateX(-50%); }
	.header_info ul li:last-child:before {position: absolute; content: url(images/icons/header-icon2.png); left:50%; transform:translateX(-50%); } */
	.head_info_inner {display: flex;gap: 15px;justify-content: space-between;align-items: center;width: 100%;}

	.social_gtrans {display: flex;}

    .social_media{}
	.social_media p {font-family: var(--secFont);}
    .social_media h2{font-family: var(--secFont); font-size: 16px; line-height: 100%;}
    .social_media h2 small{font-family: var(--priFont); font-size: 16px;}
	.social_media ul {display: flex;flex-direction: column;gap: 5px;}
    .social_media ul li{display: inline-block; vertical-align: top;}
    .social_media ul li a{display: block;}
	.social_media ul li:hover a figure {   transform: scale(.8); }
	.social_media ul li a img {border-radius: 7px;}
/*end header*/

/*nav*/
#nav_area{}
.page_nav {background: #fafafa; min-height: 37px; text-align: center; padding: 0 25px;}
.page_nav ul{box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);display: flex;justify-content: space-between;position: absolute;top: 0px;z-index: 1;background: #fff;width: 100%;padding: 9.1px 46px;border-radius: 15px;}
.page_nav ul li{display: inline-block; vertical-align: top; position: relative;padding: 0 15px;}
.page_nav ul li a{display:flex; color: #333; min-height: 58px; font-family: var(--priFont); outline: none; border:none;align-items: center;font-weight: 600; text-transform: uppercase;}
.page_nav ul li a:hover, .page_nav ul li a:active, .page_nav ul li.current_page_item > a{text-decoration: underline;outline: none; border:none; color: var(--compColor);}
.page_nav ul li:after{content: ""; width: 4px; height: 4px; background: var(--priColor); position: absolute; top: 50%; right: -41px; transform: translateY(-50%);border-radius: 50%;}
.page_nav ul li:last-child:after{display:none;}
.page_nav ul li:first-child{}
.page_nav ul li:last-child{}

.ds {   color: #333; }

/*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; border: 2px solid #fff; border-radius: 5px;  min-height: unset; padding: 0;}
.page_nav ul ul li {float: none;display:block;font-weight: normal;width:100%; border-bottom: 1px solid #fff;}
.page_nav ul ul li:last-child{border-bottom: none;}
.page_nav ul ul ul {top: 0; left: auto; right: -150.5%; }
.page_nav ul li:hover > ul { display: block;}
.page_nav ul ul li, .page_nav ul ul li .current_page_item ul ul li {background: var(--priColor);color:#fff;padding: 0 !important;margin:0 auto; line-height: 24px; text-transform: none; font-size: 18px;}
.page_nav ul ul li:hover,.page_nav ul ul li.current_page_item ul ul li:hover, .page_nav ul ul li.current_page_item  {background: #fff; color: var(--priColor); text-decoration: none;}
.page_nav ul ul li a {line-height: 30px;text-align: center; color: #fff; min-height: 50px;font-size: 16px; letter-spacing: -1px;}
/* .page_nav ul ul li:hover a {color: #000; } */
.page_nav ul ul li, .page_nav ul ul li .current_page_item ul ul li { padding: 0; }
.page_nav ul ul li a:hover{color: var(--priColor); font-weight: normal;}
.page_nav ul ul li a { display: flex; justify-content: center; align-items: center; padding: 0 10px;}


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

.page_nav span{position: absolute; right: 25px;top:32px; display: none; padding: 0; cursor: pointer; z-index: 9; color: var(--priColor); 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:#fff;display:block; line-height: 100%; text-align: center; margin-top: -3px; display: none;}

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

/*Responsive burger and color*/
.menu_slide_right .hamburger-inner, .menu_slide_right .hamburger-inner:before, .menu_slide_right .hamburger-inner:after{background: 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; display: none;}

/*end nav*/

/*banner*/

/* Full HxW overlay */
/* #banner::before {position: absolute; top: 0; left: 0; content: ''; background: #0000006b; width: 100%; height: 100%; z-index: 150; } */

/* Left to Right = Solid to Transparent */
/* #banner::before {position: absolute; top: 0; left: 0; content: ''; background: linear-gradient(-90deg,rgba(7, 10, 69, 0.11) 34%, rgba(7, 10, 69, 1) 100%); width: 100%; height: 100%; z-index: 0; } */

/* Up to Bottom = Transparent to Solid */
/* #banner::before {position: absolute; top: 0; left: 0; content: ''; background: linear-gradient(180deg,rgba(0, 1, 33, 0.11) 34%, rgba(0, 1, 33, 1) 100%); width: 100%; height: 100%; z-index: 150; } */

#banner{background: #fafafa; padding: 0 25px;position: relative;}
	.bnr_con{min-height: 0; padding:0;}
	/* .slider{width: 1920px; position: absolute;top: 0;left: 50%;transform: translateX(-50%);height: 100%;} */
	.slider{width:1705.9px;margin-left: 50%; transform: translateX(-50%);position: relative;overflow: hidden;border-radius: 20px;}
	.slider::before {position: absolute; top: 0; left: 0; content: ''; background: linear-gradient(-90deg,rgba(0, 0, 0, 0.11) 34%, rgba(0, 0, 0, 0.87) 100%); width: 100%; height: 100%; z-index: 25; border-radius: 20px;}
	.mobi_ban{display: none;}
	.rslides{display: none;}
	.box_skitter{display: block; height: 759px !important; width: 100% !important;}
	.box_skitter .image img { pointer-events: none; }
	.rslides{display: none;}
	.mobi_ban{display: none;}
	.box_skitter .container_skitter {    width: 100% !important; height: 762.9px;}

	.bnr_info{width: 700px; max-width: 100%; position: absolute; top: 215px; left: -2px; z-index: 0; color: #fff;}
	.bnr_info h2{font-size: 70px;line-height: 100%;font-family: var(--secFont); line-height: 100%;position: relative;}
	.bnr_info h2:after{content: ''; position: absolute; bottom: -53px; left: 0; height: 5px; width: 93px; background: var(--priColor);}
	.bnr_info h2 span{display: block; margin-top: 4px;   }
	.bnr_info h2 small{color: #fff; font-family: var(--priFont); font-size: 33px;font-weight: 600;}
	.bnr_info p{line-height: 26px; margin: 86px 0 60px; font-family: var(--priFont); font-size: 20px;font-weight: 550;}
	.bnr_info a{}
	.bnr_info a:hover { background: var(--hover); }
	.bnr_info a:before {content: url(); position: absolute; top: 50%; transform: translateY(-50%); right: 0;}

	.rslides2_nav {   display: none !important; }
	.rslides3_nav {   display: none !important; }
	.rslides1_nav.prev {   position: absolute;   z-index: 100;   top: 90%;   transform: translateY(-50%);   left: 21%;   display: block;   color: #fff;background: var(--compColor);
  padding: 15px; }
	.rslides1_nav.next {   position: absolute;   z-index: 100;   top: 90%;   transform: translateY(-50%);   right: 21%;   display: block; color: #fff;background: var(--compColor);
  padding: 15px; }

  .rslides.desktop.rslides1 {   display: block; }

/*end banner*/

/*middle*/
#middle{background: #d9dcc4; padding: 0 25px;}
	.middle_con{min-height: 0; padding: 50px 0;}

	.mid_info{text-align: center;}
	.mid_info h2{font-family: var(--secFont); font-size: 16px;line-height: 100%;}
	.mid_info h2 small{font-family: var(--priFont); font-size: 16px;display: block;}
	.mid_info h2 span{font-family: var(--secFont); font-size: 16px; line-height: 100%;}
	.mid_info p{font-family: var(--priFont); }
	.mid_info a{position: relative; font-family: var(--priFont);}
	.mid_info a:hover{}
	.mid_info a:before {content: url(); position: absolute; top: 50%; transform: translateY(-50%); right: 0;}

	.middle_boxes{display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px 0px;}
	.middle_boxes section{width: 24%; min-height: 481px; background: var(--secColor); padding: 15px; min-height: 400px;}
	.middle_boxes section h2{font-family: var(--secFont); font-size: 16px; line-height: 100%;}
	.middle_boxes section h2 small{font-family: var(--priFont); font-size: 16px;}
	.middle_boxes section h2 span{display: block; margin-top: 5px;font-family: var(--secFont); font-size: 16px; line-height: 100%;}
	.middle_boxes section p{/*! margin: 20px 0 20px; */}
	.middle_boxes section a{position: relative; font-family: var(--priFont);}
	.middle_boxes section a:hover{}
	.middle_boxes section a:before {content: url(); position: absolute; top: 50%; transform: translateY(-50%); right: 0;}
	

	.midbox_info {text-align: center;}
	.midbox_info h2 {font-family: var(--secFont); font-size: 16px; line-height: 100%;}
	.midbox_info h2 small {font-family: var(--priFont); font-size: 16px;}
	.midbox_info h2 span {display: block; font-family: var(--secFont); font-size: 16px; line-height: 100%;}
	.midbox_info p {margin: 20px 0 20px; font-family: var(--priFont); }
	.midbox_info a {background: var(--priColor);width: 180px;display: block;line-height: 60px;/*! padding-left: 20px; */border-radius: 50px;text-align: center;color: white;margin: auto; font-family: var(--priFont); }

	.middle_boxes section figure {  overflow: hidden;}
	.middle_boxes section figure img { margin-left: 50%;   transform: translateX(-50%);   max-width: initial;}


/*end middle*/

/*main*/
#main_area{background: #fff; padding: 0 25px;}
	.main_con{min-height: 0; padding: 100px 0 44px; }
		main{ width: 100%; max-width: 100%; line-height: 28px; text-align: center;}
		main .h1_title{font-family: var(--secFont); font-size: 60px; line-height: 100%;letter-spacing: 0.1px;position: relative;}
		main .h1_title:after{content: '';   position: absolute;   bottom: -33px;   left: 0;   height: 5px;   width: 93px;   background: var(--priColor);right: 0;margin: 0 auto;}
		main .h1_title small{font-family: var(--priFont); font-size: 20px;display: block;font-weight: 600;letter-spacing: 5.3px;margin-bottom: 10px;}
		main .h1_title span{ display: block; margin-top: 5px;font-family: var(--secFont); font-size: 16px; line-height: 100%;}
		main .h1_title .comp{color: inherit;}
		main p{margin-top: 60px; font-family: var(--priFont);margin: 56px auto 0;max-width: 1180px;font-size: 18px;font-weight: 500;line-height: 31px;}
		main .main_p{}

		.main_img {  overflow: hidden; width: 50%; }
		.main_img img {margin-left: 50%;   transform: translateX(-50%);   max-width: initial;}

		.main_box { } 
		.main_box h2 {font-family: var(--secFont); font-size: 16px; line-height: 100%;} 
		.main_box h2 small {font-family: var(--priFont); font-size: 16px; } 
		.main_box h2 span {display: block; font-family: var(--secFont); font-size: 16px; line-height: 100%;} 
		.main_box p {font-family: var(--priFont);} 
		.main_box a {font-family: var(--priFont);  margin: 20px 0 20px;background: var(--priColor);width: 180px;display: block;min-height: 60px;/*! padding-left: 20px; */border-radius: 50px;text-align: center;color: white;margin: auto;display: flex;align-items: center;justify-content: center;} 
		.main_box 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{ }

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

/*bottom*/
#bottom1{background:#FFF6F7; padding: 0 25px;position: relative;}
#bottom1:before{content: ''; position: absolute; top: 0; left: 0; background: #fff; height: 215px; width: 100%;}
 	.btm1_con{min-height: 0; padding: 0;position: relative;}

	.btm1_info{}
	.btm1_info h2{font-family: var(--secFont); font-size: 16px; line-height: 100%;}
	.btm1_info h2 small{font-family: var(--priFont); font-size: 16px;}
	.btm1_info h2 span{display: block; font-family: var(--secFont); font-size: 16px; line-height: 100%;}
	.btm1_info p{font-family: var(--priFont); }
	.btm1_info a{position: relative; font-family: var(--priFont); }
	.btm1_info a:hover{}
	.btm1_info a:before {content: url(); position: absolute; top: 50%; transform: translateY(-50%); right: 0;}

	.btm1_boxes{display: flex; justify-content: space-between; gap: 20px;margin-top: 0;width: 100%;}
	.btm1_boxes section{width: 49%;  min-height: 0; position: relative;color: #fff;text-align: left; min-height: 371px;display: flex;gap: 20px;}
	.btm1_boxes section:hover h2, .btm1_boxes section:hover p{color: #fff;}
	.btm1_boxes section:hover a{background: var(--secColor);}
	.btm1_boxes section:hover h2:after{background: #fff;}
	.btm1_boxes section:first-child h2{font-size: 40px;}
	.btm1_boxes section figure{overflow: hidden;width: 60%;max-width: 295.6px;border-radius: 8px;}
	.btm1_boxes section figure img{margin-left: 50%;   transform: translateX(-50%);   max-width: initial;height: 100%;object-fit: cover;}
	.btm1_box_info{}
	.btm1_boxes section h2{font-family: var(--secFont); font-size: 25px; line-height: 100%;position: relative;min-height: 53px;}
	.btm1_boxes section h2:after{content: '';   position: absolute;   bottom: -33px;   left: 0;   height: 5px;   width: 57px;   background: var(--priColor);   right: 0;   }
	.btm1_boxes section h2 small{font-family: var(--priFont); font-size: 16px;}
	.btm1_boxes section h2 span{display: block;   line-height: 100%;margin-top: 3px;}
	.btm1_boxes section p{font-family: var(--priFont); font-size: 17px;margin: 64px 0 34px 0;}
	.btm1_boxes section a{line-height: 59px;width: 182px;text-transform: uppercase;padding-left: 24px;color: #fff;}
	.btm1_boxes section a:hover{}
	.btm1_boxes section a:before {content: url(); position: absolute; top: 50%; transform: translateY(-50%); right: 0;}

	.btm1_boxes section .btm1_inner{max-width: 689.4px; width: 100%;display: flex;background: #fff;padding: 26px 22px;border-radius: 20px;box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.06);}
	.btm1_boxes section .btm1_inner:hover{animation: pulse; animation-duration: 2s;}
	.btm1_boxes section .btm1_inner:hover{background: var(--priColor);}


	.btm1_boxinfo {padding: 29px 0px 0 24px;width: 50%;max-width: 313.9px;color: var(--bodyColor);}
	.btm1_boxinfo figure {overflow: hidden;}
	.btm1_boxinfo figure img {margin-left: 50%;   transform: translateX(-50%);   max-width: initial;}

	.btm1_img { overflow: hidden;}
	.btm1_img img {margin-left: 50%; transform: translateX(-50%); max-width: initial;}


#bottom2{background: #FFF6F7; padding: 0 25px;}
 	.btm2_con{min-height: 0; padding: 50px 0;}

	.btm2_info{text-align: center;padding: 69px 0 0;}
	.btm2_info h2{font-family: var(--secFont); font-size: 60px; line-height: 100%;letter-spacing: 0.2px;position: relative;}
	.btm2_info h2:after{content: '';   position: absolute;   bottom: -17px;   left: 0;   height: 5px;   width: 92px;   background: var(--priColor);   right: 0;margin: 0 auto;}
	.btm2_info h2 small{font-family: var(--priFont); font-size: 16px;}
	.btm2_info h2 span{display: block; font-family: var(--secFont); font-size: 16px; line-height: 100%;}
	.btm2_info p{font-family: var(--priFont);}
	.btm2_info a{position: relative; font-family: var(--priFont); background: var(--priColor);width: 180px;display: block;min-height: 60px;/*! padding-left: 20px; */border-radius: 50px;text-align: center;color: white;margin: auto;display: flex;align-items: center;}
	.btm2_info a:hover{}
	.btm2_info a:before {content: url(); position: absolute; top: 50%; transform: translateY(-50%); right: 0;}

	.btm2_leftCon{width: 32%;max-width: 447px;position: absolute;left: 0;top: 303px;}
	.btm2_leftCon .btm2_boxes section{ padding: 41px 32px 34px 120px; }
	.btm2_leftCon .btm2_boxes section a{top: 73px;width: 176px;left: -34px;}
	.btm2_leftCon .btm2_boxes section a:hover { background: var(--hover); }

	.btm2_rightCon{width: 32%;max-width: 447px;position: absolute;right: 0;top: 303px;}
	.btm2_rightCon .btm2_boxes section{padding: 41px 106px 34px 38px;}
	.btm2_rightCon .btm2_boxes section a{top: 73px;width: 176px;right: -34px;left: unset;}
	.btm2_rightCon .btm2_boxes section a:hover { background: var(--hover); }

	.btm2_leftCon .btm2_boxes .btm2_section{width: 100%; max-width: 447px;}
    .btm2_leftCon .btm2_boxes .btm2_section section:hover{animation-name: pulse; animation-duration: 1s;}

	.btm2_rightCon .btm2_boxes .btm2_section{width: 100%; max-width: 447px;}
    .btm2_rightCon .btm2_boxes .btm2_section section:hover{animation-name: pulse; animation-duration: 1s;}
	

	.btm2_boxes{display: flex; justify-content: space-between; align-items: center;gap: 33px;flex-direction: column;}
	.btm2_boxes section{width: 100%; max-width: 447px; min-height: 0; padding: 41px 32px 34px 120px; background: #fff;position: relative;color: var(--bodyColor);text-align: left; min-height: 210px;border-radius: 20px;box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.03);}
	.btm2_boxes section figure{overflow: hidden;border-radius: 20px;}
	.btm2_boxes section figure img{margin-left: 50%;   transform: translateX(-50%);   max-width: initial;}
	.btm2_box_info{}
	.btm2_boxes section h2{font-family: var(--secFont); font-size: 27px; line-height: 100%;position: relative;}
	.btm2_boxes section h2:after{content: '';   position: absolute;   bottom: -33px;   left: 0;   height: 5px;   width: 49px;   background: var(--priColor);   right: 0;}
	.btm2_boxes section h2 small{font-family: var(--priFont); font-size: 16px;}
	.btm2_boxes section h2 span{display: block; font-family: var(--secFont); font-size: 16px; line-height: 100%;}
	.btm2_boxes section p{font-family: var(--priFont);font-size: 16px;margin: 58px 0 0;line-height: 22px;}
	.btm2_boxes section a{position: absolute;transform: rotate(90deg);top: 73px;width: 176px;left: -34px;color: #fff;text-transform: uppercase;padding-left: 19px;}
	.btm2_boxes section a:hover{}
	.btm2_boxes section a:before {content: url(); position: absolute; top: 50%; transform: translateY(-50%); right: 0;}

	.btm2_boxinfo {}
	.btm2_boxinfo figure {overflow: hidden;}
	.btm2_boxinfo figure img {margin-left: 50%;   transform: translateX(-50%);   max-width: initial;}

	.btm2_img { overflow: hidden;margin: 79px auto 0;width: 31%;border-radius: 20px;}
	.btm2_img img {margin-left: 50%; transform: translateX(-50%); max-width: initial;}

	.btm2_vid {   background: var(--compColor);   border-radius: 50px;  margin-top: 50px;   padding: 40px 20px; }
	.btm2_vid video {   width: 100%;   max-width: 1200px;   margin: 0 auto;   border-radius: 20px; }

/* #bottom3{background: url('images/btm3_bg.jpg') top center; padding: 0 25px;} */
#bottom3{ padding: 0 25px;}

 	.btm3_con{ padding: 50px 0;}

	.btm3_info{text-align: center;max-width: 1400px;min-height: 477px;background: var(--priColor);border-radius: 20px;color: #fff;position: absolute;width: 100%;top: -60px;padding: 49px 0 0;z-index: 2;}
	.btm3_info h2{font-family: var(--secFont); font-size: 60px; line-height: 100%;position: relative;}
	.btm3_info h2:before{content: '';   position: absolute;   bottom: -22px;   left: 0;   height: 5px;   width: 93px;   background: #fff;   right: 0;   margin: 0 auto;}
	.btm3_info h2 small{font-family: var(--priFont); font-size: 20px;letter-spacing: 5px;font-weight: 500;margin: 0 0 0 5px;}
	.btm3_info h2 span{display: block;    margin: 7px 0 0 0;}
	.btm3_info p{margin: 45px auto 60px; font-family: var(--priFont); font-size: 16px;max-width: 980px;letter-spacing: 0.1px;}
	.btm3_info a{margin: 0 auto;background: var(--secColor);color: #fff;width: 181px;padding-left: 28px;}
	.btm3_info a:hover { background: var(--hover); }
	.btm3_info a:before {content: url(); position: absolute; top: 50%; transform: translateY(-50%); right: 0;}
	
	.btm3_boxes{display: flex; justify-content: space-between; }
	.btm3_boxes section{width: 32%; max-width: 340px; min-height: 0; background: var(--secColor); padding: 10px; min-height: 400px;}
	.btm3_boxes section figure{overflow: hidden;border-radius: 20px;}
	.btm3_boxes section figure img{margin-left: 50%;   transform: translateX(-50%);   max-width: initial;}
	.btm3_box_info{}
	.btm3_boxes section h2{font-family: var(--secFont); font-size: 16px; line-height: 100%;}
	.btm3_boxes section h2 small{font-family: var(--priFont); font-size: 16px;}
	.btm3_boxes section h2 span{display: block; margin-top: 5px; font-family: var(--secFont); font-size: 16px; line-height: 100%;}
	.btm3_boxes section p{margin: 20px 0 20px; font-family: var(--priFont);}
	.btm3_boxes section a{position: relative; font-family: var(--priFont);  background: var(--priColor);width: 180px;display: block;min-height: 60px;/*! padding-left: 20px; */border-radius: 50px;text-align: center;color: white;margin: auto;display: flex;align-items: center;justify-content: center;}
	.btm3_boxes section a:hover{}
	.btm3_boxes section a:before {content: url(); position: absolute; top: 50%; transform: translateY(-50%); right: 0;}

	.btm3_boxinfo {}
	.btm3_boxinfo figure {overflow: hidden;}
	.btm3_boxinfo figure img {margin-left: 50%;   transform: translateX(-50%);   max-width: initial;}

	.btm3_img { overflow: hidden;}
	.btm3_img img {margin-left: 50%; transform: translateX(-50%); max-width: initial;}

	.btm3_background {   position: absolute; }
	.btm3_background .owl-nav {top: unset;   bottom: 90px;   transform: unset;}
	.btm3_background .owl-nav .owl-next, .btm3_background .owl-nav .owl-prev {   font-size: 30px !important;   margin: 0 !important;   padding: 0 !important;   background: var(--priColor) !important;   border-radius: 50% !important;   font-weight: 700;   width: 50px;   height: 50px;   border: 2px solid #fff; }
	.btm3_background .owl-nav .owl-next:hover, .btm3_background .owl-nav .owl-prev:hover {background: #000 !important;}

#bottom4{background:  #FFFFFF; padding: 0 25px;}
 	.btm4_con{min-height: 510px; padding: 395px 0 112px;}

	 .btm4_info{ color: var(--bodyColor);text-align: center;}
	 .btm4_info h2{font-size: 60px; line-height: 70%; font-family: var(--secFont); line-height: 100%;position: relative;}
	 .btm4_info h2:after{content: '';   position: absolute;   bottom: -27px;   left: 0;   height: 5px;   width: 93px;   background: var(--priColor);   right: 0;   margin: 0 auto;}
	 .btm4_info h2 small{font-size: 20px; display: block;font-weight: 600; text-transform: uppercase; font-family: var(--priFont);letter-spacing: 0;}
	 .btm4_info h2 span{display: block; margin-top: 2px;font-family: var(--secFont);  line-height: 100%;} 
	 .btm4_info p{margin: 49px 0 20px;font-family: var(--priFont);font-weight: 500;}
	 .btm4_info a{position: relative; font-family: var(--priFont); background: var(--priColor);width: 180px;display: block;min-height: 60px;/*! padding-left: 20px; */border-radius: 50px;text-align: center;color: white;margin: auto;display: flex;align-items: center;}
	 .btm4_info a:hover{}
	 .btm4_info a:before {content: url(); position: absolute; top: 50%; transform: translateY(-50%); right: 0;}
	

	 .form_flex { display: flex; justify-content: space-between; gap: 20px;flex-wrap: wrap;}
	 .btm_form {  display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-top: 23px;}
	 .captcha_button_holder {  display: flex; justify-content: end; align-items: center; gap: 15px;  max-width: fit-content; width: 100%;  }

	 .btm4_form { }
	 .btm4_form form{margin: 36px 0 0;}
	 .btm4_form form input, .btm4_form textarea{ width: 31%; max-width: 677px; height: 60px; background: #fff; border:none; padding: 5px 10px 5px 17px; color: var(--bodyColor); font-family: var(--priFont); font-size: 16px; font-weight: var(--bodyFontWeight); border-radius: 5px;align-self: baseline;box-shadow: 0 8px 10px 4px rgba(0, 0, 0, 0.12);}
	 .btm4_form form input::placeholder, .btm4_form textarea::placeholder{color: #808080;}
	 .btm4_form form textarea{resize: none; overflow: auto; padding-top: 20px; max-width: 100%; width: 33%; }
	 .btm4_form form button{display: block;   border: none;     margin: 0;min-height: 60px;color: white;position: relative;background: var(--priColor);width: 159px;border-radius: 10px;font-family: var(--priFont); font-size: 17px;text-align: left;line-height: 61px;font-weight: 600;padding-left: 30px;text-transform: uppercase;}
	 .btm4_form form button:hover { background: var(--hover); }
		
	.disclaimer { color: var(--bodyColor); text-align: left; width: 100%; max-width: 909px;}
	.disclaimer p { display: flex; justify-content: flex-start; align-items: center; margin: 0;}
	.disclaimer p b{  font-weight: 500; margin-left: 13px; max-width: 100%; width: 100%;color: var(--bodyColor);font-size: 14px;line-height: 24px;}
	.disclaimer p a { font-weight: 400; color: var(--priColor);font-weight: 700; display: inline-block;}
	.disclaimer p a:hover{text-decoration: underline; }
	.disclaimer input { width: 23px !important; height: 23px !important; margin: 0 !important; }

	#bottom5{background: #d2d0d0; padding: 0 25px;}
 	.btm5_con{min-height: 0; padding: 50px 0;}

	.btm5_info{}
	.btm5_info h2{font-family: var(--secFont); font-size: 16px; line-height: 100%;}
	.btm5_info h2 small{font-family: var(--priFont); font-size: 16px;}
	.btm5_info h2 span{display: block; margin-top: 10px; font-family: var(--secFont); font-size: 16px; line-height: 100%;}
	.btm5_info p{margin: 20px 0 20px; font-family: var(--priFont);}
	.btm5_info a{position: relative; font-family: var(--priFont);  background: var(--priColor);width: 180px;display: block;min-height: 60px;/*! padding-left: 20px; */border-radius: 50px;text-align: center;color: white;margin: auto;display: flex;align-items: center;}
	.btm5_info a:hover{}
	.btm5_info a:before {content: url(); position: absolute; top: 50%; transform: translateY(-50%); right: 0;}
	
	.btm5_boxes{display: flex; justify-content: space-between; }
	.btm5_boxes section{width: 32%; max-width: 340px; min-height: 0; background: var(--secColor); padding: 10px; min-height: 400px;}
	.btm5_boxes section figure{overflow: hidden;border-radius: 20px;}
	.btm5_boxes section figure img{margin-left: 50%;   transform: translateX(-50%);   max-width: initial;}
	.btm5_box_info{}
	.btm5_boxes section h2{font-family: var(--secFont); font-size: 16px;line-height: 100%;}
	.btm5_boxes section h2 small{font-family: var(--priFont); font-size: 16px;}
	.btm5_boxes section h2 span{display: block; margin-top: 5px; font-family: var(--secFont); font-size: 16px;line-height: 100%;}
	.btm5_boxes section p{margin: 20px 0 20px; font-family: var(--priFont);}
	.btm5_boxes section a{position: relative; font-family: var(--priFont); background: var(--priColor);width: 180px;display: block;min-height: 60px;/*! padding-left: 20px; */border-radius: 50px;text-align: center;color: white;margin: auto;}
	.btm5_boxes section a:hover{}
	.btm5_boxes section a:before {content: url(); position: absolute; top: 50%; transform: translateY(-50%); right: 0;}

	.btm5_boxinfo {}
	.btm5_boxinfo figure {overflow: hidden;}
	.btm5_boxinfo figure img {margin-left: 50%;   transform: translateX(-50%);   max-width: initial;}

/*end bottom*/

/*footer*/
/*footer*/
footer{background:var(--secColor);}
	.footer_top{background:transparent;padding: 0 10px;}
	.footer_top_con{min-height:720px;padding: 95px 0 20px;color: #fff;}

	.footer_top_boxes{display: flex; justify-content: space-between; gap:20px;}

	
	.contact_info{}
	.contact_info h2{font-size:50px; font-family:var(--secFont);color:var(--white); line-height:100%; margin-bottom: 8px;margin-left: -3px;}
	.contact_info h2 span{font-size:20px; font-family:var(--priFont); line-height:100%;font-weight:500; text-transform: uppercase; letter-spacing: 4px;display: block;margin-bottom: 18px;margin-left: 2px;}
	.contact_info p{font-size:18px;line-height: 31px;max-width: 340px;}

	.fbox1{padding-top: 25px;width: 34%;}

	.fbox2{width: 32%;max-width: 336px;position: relative;left: -25px;top: 18px;}
	.fbox2 iframe{height: 429.4px; max-width: 100%; border-radius: 15px;overflow: hidden;}
	.fbox2 .sac{text-transform: uppercase; color: var(--priColor); text-decoration: underline;font-weight: 700;margin-bottom: 18px;font-size: 17px;margin: 42px auto 0;width: fit-content;display: block;}
	.fbox2 .sac:hover { color: var(--hover); }
	.fbox2 figure{width:336px;}
	.fbox2 figure img{border-radius:20px; height:429px; object-fit: cover;}

	.fbox3{width: 32%; padding: 26px 0 0 0;max-width: 416px;}

	.clists{display: flex; justify-content: space-between; gap:20px; flex-direction: column; margin-top: 49px; row-gap: 19px;font-size: 18px;padding-left: 71px;} 
	.clists ul li{  }
	.clists ul li a{}
	.clists ul li mark{color:var(--white);}
	.clists ul li address{display: inline;}
	.clists address{}
	.clists address span{display: block;}

	.clist2 h2{color:var(--white); line-height:24px; font-family:var(--secondary-heading); font-weight:700; font-size:24px; margin-bottom: 26px;}
	.clist2 p{font-family:var(--primary-heading); font-size:16px; color:var(--white); padding-left: 69px; line-height: 26px;}

	.clist1{position: relative;}
	.clist1:before{content: url('images/icons/footer-icon1.png'); position: absolute; top: 2px; left: -71px;}
	.clist1 ul{position:relative; padding-left:0;}

	.clist2{position: relative;}
	.clist2:before{content: url('images/icons/footer-icon2.png'); position: absolute; top: 2px; left: -71px;}
	.clist2 p{position:relative; padding-left:67px;}

	.clist3{position: relative;}
	.clist3:before{content: url('images/icons/footer-icon3.png'); position: absolute; top: 2px; left: -71px;}
	.clist3 ul{position:relative; padding-left:67px;}
	.clist3 ul:before{position:absolute; left:0;top:50%; transform:translateY(-50%); content:url();}

	.clist4{position: relative;}
	.clist4:before{content: url('images/icons/footer-icon3.png'); position: absolute; top: 2px; left: -71px;}
		

	.footer_btm{background:transparent;padding: 0 10px;}
		.footer_btm_con{min-height:0;}

		.footer_logo{max-width:100%; margin-top: 21px;}

		.footer_nav{}
		.footer_nav h2{font-family:var(--secFont); font-size:50px;  color:#fff; line-height:100%; margin-bottom: 29px;} 
		.footer_nav h2 span{display: block; font-family:var(--priFont); font-size:20px;  text-transform: uppercase; line-height:100%; font-weight:500; letter-spacing: 5px; margin-bottom: 18px;}
		.footer_nav ul{ /*! margin: auto 0; */ padding: 0; text-align: left; list-style: none; column-count:2; column-gap: 4px;width: 100%;max-width: 457px;margin: 0;}
		.footer_nav ul li{display:block;position:relative;width: 100%;max-width: 170px;padding-bottom: 11px;margin-left: 0;}
		.footer_nav ul li a{display: block; color: #fff;text-transform: uppercase;font-size: 16px;position: relative;}
		.footer_nav ul li a:after{content: url('images/icons/arrow-r.png'); position: absolute; top: 0; right: 0;}
		.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:"";top:39%; transform:translateY(-50%);right: 28px;content:url(images/arrow2.png);position:absolute;}
	



		.footer_comp{display:inline-block;  position:relative;}
		.footer_comp:before{content:url(''); width:1px; height:15px; background:var(--white); position:absolute; left:-8px; top:50%; transform:translateY(-50%);}
		

		.copyright{color:#fff; margin: 12px auto 0;text-align: left;  font-size:16px;line-height: 24px;display: flex;}
		.copyright span:first-child{position:relative; margin-left: 10px; margin-right: 8px;}
		.copyright span:last-child{position:relative; margin-left:0;}
		/* .copyright span:before{position:absolute; left:-9px; top:50%; transform:translateY(-50%); content:''; width:4px; height:4px; background:#fff; border-radius:50%;} */
		.copyright q{}
		.copyright a{color:#fff;}
		.copyright a:hover{text-decoration:underline;}

		/* .copyright{font-size: 16px; color:#fff; margin: 0 auto; text-align: center;display: flex;gap: 20px; justify-content: center;}
		.copyrigh_text{position: relative; padding-left: 3px;}
		.copyrigh_text::before{content: "\2022"; position: absolute; top: 8px; left: -12px; line-height: 10px;}
		.copyrigh_text:hover{text-decoration: none!important;}
		.copyright a{color: inherit;}
		.copyright a:hover{text-decoration: underline;} */

		.copyrigh_text span{margin: 0 !important;}
		.privacy_footer {   position: relative;    margin-left: 5px;}
		.privacy_footer::before { content: "|"; position: absolute; top: -1px; left: -6px; color: #fff;}
		.privacy_footer::after { content: "|"; position: absolute; top: -1px; right: -6px; color: #fff;}
		
		.donot_sell{margin: 50px 0 0;text-align: left; }
		.donot_sell a{color: var(--priColor);font-weight: 700;text-transform: uppercase;font-size: 17px;text-decoration: underline;letter-spacing: -0.1px;}
		.donot_sell a:hover{ text-decoration: underline;color: var(--hover);}

/**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;margin-top: 30px;}
#breadcrumbs span a{color: var(--priColor); font-weight: normal; font-size: 18px; font-family: var(--priFont);}
#breadcrumbs span a:hover{text-decoration: underline;}
.breadcrumb_last { font-family: var(--priFont); font-size: 18px; }
.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 span[class='post post-page current-item'] {display: inline-block;padding: 0;max-width: 250px;white-space: nowrap;}
.breadcrumbs .post {background:transparent!important;border-radius: 0;padding: 0;margin: 0;border: none;word-wrap: normal;}

/* End Breadcrumb Styling */

/* Form Activation Style (Recaptcha & Prompt Message) */
.captcha-box {width: 194.9px;   height: 55px;}
.g-recaptcha{transform: scale(0.64);   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: 16px; width: 100%; text-align: center;}
/* 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: absolute;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: 0.7;}
.FormReq {box-shadow: 0 0 3px #d92800 !important; border: 1px solid #d92800 !important;}
.fixbtmbg { background-attachment: fixed !important;}

/* Spacer */
.top_20{margin-top: 20px;}
.top_40{margin-top: 40px;}
.top_60{margin-top: 60px;}
.bottom_20{margin-bottom: 20px;}
.bottom_40{margin-bottom: 40px;}
.bottom_60{margin-bottom: 60px;}

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

/* Privacy Policy */
.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(--hdrFont); line-height:100%; font-size: 30px;margin: 0;font-weight: var(--hdrFontWeight);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;}
.privacy_list li p span a{display:inline;}


/* CTA */
.nh_cta {  margin-top: 0; padding: 40px 20px; border: 1px solid var(--secColor); border-radius: 20px; text-align: center;} 
.nh_cta h2 { font-size: 35px;line-height: 100%;font-weight: 500;font-family: var(--secFont);} 
.nh_cta h2 span { color: var(--secColor);} 
.nh_cta p { margin-top: 25px; text-align: center;}
.nh_cta a:hover{text-decoration: underline;}

.nh_button {background: var(--priColor); min-height: 60px; width: 200px; font-size: 18px; padding: 20px; border-radius: 50px; color: white; display: block; text-align: center;}
.nh_button:hover {background: var(--secColor); color: white;}

body .uwy.userway_p2 .userway_buttons_wrapper {top: unset !important; right: unset !important; bottom: 150px !important; transform: none !important; left: 34px !important; }
.gtrans .gt_float_switcher {border: 1px solid #333; }


/*Services Sub pages*/

.faq-container {
	padding: 20px 0;
  }

.faq-container h2 {
	text-align: center;
	font-size: 45px;
	font-weight: 500;
	line-height: 100%;
  }

.faq {margin:20px auto;}

.faq-content {
	border-radius: 30px;
	max-width: 1176.6px;
	background: #000000;
	padding: 10px 15px 10px 50px;
	height: auto;
	width: 100%;
	margin:10px auto;
	border-bottom: 10px solid #d9232c;
	border-top-left-radius: 25px;
  	border-top-right-radius: 5px;
  	border-bottom-right-radius: 25px;
  	border-bottom-left-radius: 5px;
}
.faq h6 {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	margin: 20px auto;
	cursor: pointer;
	position: relative;
	padding-right: 180px;
	
  }
  .show-text {
	display: none;
	padding: 20px 180px 20px 0;
	margin: 5px 0;
	font-weight: 500;
	position: relative;
	color: #fff;
  }
.faq h6:before{
	content: url(images/plus-icon.png);
	width:30px;
	height:30px;
	border-radius:5px;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	line-height:30px;
	position:absolute;
	top:50%;
	right: 40px;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
}
.faq .sign:before{
	content:url(images/minus-icon.png)!important;
	line-height:25px;}

.faq_h3 {
	font-size: 25px;
	font-weight: 700;
	padding-bottom: 15px;
}

.faq-container h2 span {
	display: block;
	line-height: 80px;
  }

  .entry-content ol li {
	padding-bottom: 15px;
  }

  .faqserv {
	font-size: 22px;
	font-weight: 700;
	color: #161616;
	line-height: 100%;
	margin: 10px 0 10px;
  }

  .faqserv ol li {
	padding-bottom: 15px;
  }
  
  
@media only screen
and (max-width : 1000px) {
	.show-text {
		padding: 20px 80px 20px 0;
	}
}

@media only screen
and (max-width : 800px) {
	.faq-container h2 {
		font-size: 40px;
	  }

	  .faq h6 {
		padding-right: 90px;
	  }
}

@media only screen
and (max-width : 600px) {

	.faq-content {
		padding: 10px 15px 10px 30px;
	}
	
	.faq-container h2 {
		font-size: 35px;
	}

	.faq-container h2 span {
		line-height: 100%;
	}

	.show-text {
		padding: 20px 20px 20px 0;
	  }
}

/* @media only screen
and (max-width : 400px) {

	.faq h6 {
		padding: 10px 45px 10px 0;
	}

	.faq h6::before {
		right: 7px;
	}
	
	.faq-content {
		padding: 10px 15px 10px 20px;
		
	}

} */
/*END Services Sub pages*/