/* Fonts Used */
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

:root { 
  --priColor:#002569; 
  --secColor:#d2af2e; 
  --priFont:"Bai Jamjuree", sans-serif;
  --bodyFont:"Questrial", sans-serif;
  --bodyColor:#5f5f5f; 
  --textColor1:#1a1a1a;
  --bodyFontWeight:300; 
  --bodyFontSize: 1.9rem; 
  --bodyLineHeight:28px; 
} 

*, :after, :before { box-sizing: border-box; -moz-box-sizing: border-box; image-rendering: -webkit-optimize-contrast; } 

a, abbr, acronym, address, Applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; -webkit-text-size-adjust: 100%; } 
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:after, blockquote:before, q:after, q:before { 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"]),
select, textarea { -webkit-appearance: none; } 
form, label { -webkit-text-size-adjust: 100%; } 
mark { background-color: transparent; color: inherit; } 

/* RESETS */
html { font-size: 62.5%; } 
html, body { overflow-x: hidden; } 
body { font-family: var(--bodyFont); 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 0.3s linear; transition: all 0.3s linear; color: inherit; } 
img { max-width: 100%; vertical-align: top; image-rendering: -webkit-optimize-contrast; } 
textarea { resize: vertical; } 
iframe { border: none; width: 100%; } 
h1, h2, h3, h4, ul { margin: 0; padding: 0; list-style: none; } 
b, strong { font-weight: 700; } 
em, i { font-style: italic; } 
input[type="submit"] { cursor: pointer; } 
a[href^="tel:"] { color: inherit !important; text-decoration: none; } 

/* presets */

[class*=text_content] h2, [class*=text_content] h2 > span, [class*=text_content] h3, [class*=text_content] h3 > span, [class*=text_content] h4, [class*=text_content] h4 > span, [class*=text_content] h2 > small,[class*=text_content] h3 > small,[class*=text_content] h4 > small { line-height: 100%; } 
[class*=text_content] h2 > span, [class*=text_content] h3 > span, [class*=text_content] h4 > span, [class*=text_content] h2 > small,[class*=text_content] h3 > small,[class*=text_content] h4 > small { line-height: 100%; } 
[class*=text_content] h2 > small, [class*=text_content] h3 > small, [class*=text_content] h4 > small, main .h1_title small { font-family: var(--bodyFont); } 
[class*=text_content] h2, main .h1_title { font-size: 5rem; font-family: var(--priFont); font-weight: 600;color: var(--textColor1);} 
[class*=text_content] h3 { font-size: 3.2rem; font-family: var(--priFont); color: var(--textColor1);} 

[class*=text_content] h2 > span {line-height: 100%;}
[class*=text_content] h2 > small {line-height: 100%;font-size: 25px;font-weight: 400;display: block;color: var(--bodyColor);}

[class*=text_content] h3 > span {line-height: inherit;}
[class*=text_content] h3 > small {line-height: inherit;}

/* utility clasess */

.clearfix:after,
.clearfix:before { content: ""; display: table; clear: both; } 
.clearfix { clear: both; overflow: hidden; } 
.comp { color: var(--secColor); font-weight: 700; } 
.upcoming { color: red; font-style: italic; font-weight: 700; } 
.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%; } 
.grid_col2 { display: grid; grid-template-columns: 1fr 1fr; gap: 5px 20px; } 
.main_phone { font-weight: 700; display: inline-block;} 
.back_top { display: none; background: var(--secColor); position: fixed; z-index: 999; bottom: 0; width: 100%; height: 45px; cursor: pointer; } 
.back_top:before { content: ""; position: absolute; top: 45%; left: 50%; transform: translate(-50%, -45%); border-bottom: 15px solid #fff; border-left: 10px solid transparent; border-right: 10px solid transparent; } 
.back_top:hover { opacity: 0.7; } 


.h1_hdng { font-size: 22px; font-weight: 400; line-height:100%;text-transform: capitalize;color: var(--bodyColor); margin-bottom: 5px; margin-top: -5px;} 
.h1_nonhome{font-size:22px; line-height:100%;text-transform: capitalize;margin: 5px 0px;}

.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_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; } 
.block { display: block; } 
.inline-block { display: inline-block; } 
.flex_between { display: flex; justify-content: space-between; } 
.flex_between_wrap { display: flex; justify-content: space-between; flex-wrap: wrap; } 
.flex_center { display: flex; justify-content: center; flex-wrap: wrap; } 
.flex_center_wrap { display: flex; justify-content: center; flex-wrap: wrap; } 

.res_boxes { display: flex; justify-content: space-between; }
.res_boxes_wrap { display: flex; justify-content: space-between; flex-wrap: wrap; }

.btn1 {display: block; line-height: 100%; text-align: center; font-size: 32px;font-family: var(--bodyFont);color: #fff;background: var(--secColor);border-radius: 50%;width: 60px;aspect-ratio: 1/1;text-align: center;line-height: 57px;}

.btn2{display: block;width: 194px;line-height: 69px;background-color: #D2AF2E;border-radius: 35px;font-size: 21px;font-family: var(--bodyFont);color: #fff;text-align: center;}
.btn2:hover{background: var(--priColor);}

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

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

body::after { /*! content: url(images/screenshot.jpg); */ position: absolute; top: 0; height: 100%; width: 100%; opacity: .22; pointer-events: none; z-index: 999; /*! opacity: 0.72; */}
body::before {content:url(images/main-icon1-hov.png) url(images/main-icon2-hov.png) url(images/main-icon3-hov.png);position:absolute;top:0;right:0;opacity:0 !important;}

/* HEADER */
.app {
	position: absolute;
	right: 490px;
	top: -30px;
  }

  .app img {
	max-width: 80px;
  }
.phone_number h2 { font-weight: 400; font-style: normal; font-size: 18px; color: #333; }

.phone_number h2 span { display: block; font-weight: 700; font-style: normal; font-size: 18px; color: var(--priColor); }

#header_nav {}

#header { padding: 0 20px; position: relative; z-index: 999; } 
.header_con { min-height: 0; padding: 0; display: flex; justify-content: space-between; } 

.main_logo { position:absolute; top:235px; width:425px }

.main_logo a { } 
.main_logo figure { } 
.main_logo figure a { } 
.main_logo figure img { }
.phone_number { position: relative; }
.phone_number h2::before { content: url(images/header-icon1.png); width: 100%; height: 100%; position: absolute; z-index: 1; left: -130px; }
.head_info { text-align:right; display:flex; justify-content:flex-end; width:100%; padding: 38px 0 0; position: relative;}
.gtranslate-con {position: absolute; right: 250px; top: 50px;}
.header_info {} 
.header_info small { } 
.header_info h2 { } 
.header_info h2 mark { } 

.header_info2 { } 

.social_media { } 
.social_media h3 { } 
.social_media ul { } 
.social_media ul li { display: inline-block; vertical-align: top; } 
.social_media ul li a { display: block; } 
.social_media ul li a:hover img { opacity: 0.5; } 
.social_media ul li figure { height: 100%; width: 100%; } 
.social_media ul li figure img { transition: opacity 300ms linear; } 

.soc_media a{padding: 3px;}
.social_media a:hover { opacity: .7; scale: 0.9; }
/* .social_media { text-align: center; margin-top: 8px;display: flex; gap: 10px;} */

.social_media { text-align: center; display: flex; gap: 10px; justify-content: center; align-items: end; padding-bottom: 10px; }
/* NAVIGATION */
#nav_area { padding: 38px 20px; } 
.toggle_right_nav { width: 100%; } 
.nav_wrapper { } 
.page_nav { width: 100%; } 
.page_nav .nav-menu > ul {}
.page_nav ul { text-align: center; } 
.page_nav ul li { display: inline-block; vertical-align: top; position: relative; padding: 20px 31.7px; } 
.page_nav ul li a { display: block;  color: #000000;  } 
.page_nav ul li a:active, .page_nav ul li a:hover, .page_nav ul li.current_page_item > a { text-decoration: underline; } 
.page_nav ul li:after { content: ""; width: 5px; aspect-ratio: 1/1; background: #acacac; position: absolute; top: 49%; right: -4px; transform: translateY(-50%); border-radius: 50%;} 
.page_nav ul li:last-child:after { display: none; } 
.page_nav ul li:first-child { padding-left: 0; } 
.page_nav ul li:last-child { padding-right: 0; } 

.page_nav ul li span {display: none;}

/* SECOND LEVEL DROP DOWN */
.page_nav ul ul { display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); z-index: 999; width: 200px; margin-top: 0; text-transform: none; text-align: center; } 
.page_nav ul li:hover > ul { display: block; } 
.page_nav ul ul li { float: none; display: block; font-weight: 400; width: 100%; padding: 0; } 

.page_nav ul ul a { background: var(--priColor); color: #fff; padding: 0; margin: 0 auto; } 
.page_nav ul ul li:after { display: none; } 
.page_nav ul ul a:hover,
.page_nav ul ul li { position: relative; } 
.page_nav ul ul li.current_page_item a,
.page_nav ul ul li a:hover { background: #fff; color: var(--secColor); text-decoration: none; } 
.page_nav ul li.menu-item-has-children > span.nav_dropdown-icon i.fa::before { left: 50%; transform: translateX(-50%); } 
.page_nav ul li.menu-item-has-children > span.nav_dropdown-icon { position: absolute; right: 25px; top: 32px; display: none; padding: 0; cursor: pointer; z-index: 9; color: var(--bodyColor); text-align: center; } 

/* THIRD LEVEL DROP DOWN */
.page_nav ul ul ul { top: 0; left: auto; right: -99.5%; border-top: 0 none; } 

/* DROP DOWN MENU */
.fa { display: block; margin-top: -3px; } 
.fa:before { position: absolute; } 

.nav_toggle_button { display: none; text-align: left; position: relative; } 
.nav_toggle_button.active { opacity: 1; } 
.nav_toggle_button i { cursor: pointer; } 
.nav_toggle_button .toggle_holder { position: absolute; top: 50%; right: 0; transform: translateY(-50%); transform-origin: right; text-align: center;  line-height: 100%;} 
.nav_toggle_button .hamburger-inner,
.nav_toggle_button .hamburger-inner:after,
.nav_toggle_button .hamburger-inner:before { background: #000; } 
.nav_toggle_button small { text-transform: uppercase; font-weight: 700; font-size: 13px; color: #000; display: block; text-align: center; line-height: 100%; } 

.menu_slide_right { display: none; } 
.menu_slide_right .hamburger-inner,
.menu_slide_right .hamburger-inner:after,
.menu_slide_right .hamburger-inner:before { background: #000; } 
.menu_slide_right .toggle_holder { position: absolute; top: 55%; right: 10px; transform: translateY(-50%); text-align: center;  line-height: 100%;} 
.menu_slide_right small { text-transform: uppercase; color: #000; font-weight: 700; font-size: 13px; display: block;  line-height: 100%; margin-top: 4px;} 

.sub-menu { border-radius: 10px !important; overflow: auto; width: 260px !important; }
.sub-menu li a{padding: 15px !important;}

/* BANNER */
#banner { padding: 0 20px; } 
.bnr_con { min-height: 811px; padding: 0; } 
.slider { width: 1920px; margin-left: 50%; transform: translateX(-50%); display: flex;justify-content: flex-end;} 
.mobi_ban, .rslides { display: none; } 

.bnr_info { width: 382px; position: absolute; top: 158px; z-index: 150; } 
.bnr_info_text_content { } 
.bnr_info_text_content h2 q {display: block;}
.bnr_info_text_content h2 {   line-height: 112%; font-size: 3.7rem;   font-weight: 300;} 
.bnr_info_text_content h2 small { display: block; font-family: var(--bodyFont); margin-bottom: 5px; } 
.bnr_info_text_content h2 span { display: block; font-family: var(--priFont); margin-top: 5px; } 
.bnr_info_text_content p { margin: 10px auto 0; } 
.bnr_info_text_content a { display: block; margin: 36px 0 0; width: 240px;height: 69px;background-color: #FFFFFF;border: 2px solid #B1B1B1;border-radius: 99px;line-height: 63px;text-align: center;font-size: 21px;color: #000;} 
.bnr_info_text_content a:hover { background: var(--secColor) } 

/* MIDDLE */
#middle {  padding: 0 20px; margin-top: -127px;} 
.middle_con { min-height: 0; padding: 0 0; } 

.middle_header { } 
.middle_header_text_content { } 
.middle_header_text_content h2 { font-family: var(--priFont); } 
.middle_header_text_content h2 small { display: block; font-family: var(--bodyFont); margin-bottom: 5px; } 
.middle_header_text_content h2 span { display: block; font-family: var(--priFont); margin-top: 5px } 
.middle_header_text_content p { margin: 5px auto 0; } 
.middle_header_text_content a { display: block; } 
.middle_header_text_content a:hover { } 

.middle_boxes { margin-top: 5px; } 
.middle_boxes li { width: 24%; max-width: 334px; position: relative;  background-color: var(--priColor);border-radius: 47px;text-align: center;color: #fff;transition: all 300ms linear;} 
.middle_boxes li figure { } 
.middle_boxes li figure img { } 

.middle_box_text_content { position: relative;padding: 48px 4% 161px;height: 100%;} 
.middle_box_text_content h3 { font-family: var(--bodyFont); line-height: 118%;color: #fff;min-height: 75px; display: flex; flex-direction: column; justify-content: center; margin-bottom: 18px;} 
.middle_box_text_content h3 small { } 
.middle_box_text_content h3 span {  display: block;} 

.middle_box_text_content p { margin: 7px auto 0; font-size: 17px;line-height: 21px;} 
.middle_box_text_content a { display: block; position: absolute;inset: 0;} 

.middle_boxes li:hover {background: var(--secColor);}
.middle_box_text_content::before {position: absolute;bottom: 42px;left: 0;right: 0;margin: auto;}
.middle_box_text_content.content1::before {content:url(images/mid1-icon1.png)}
.middle_box_text_content.content2::before {content:url(images/mid1-icon2.png)}
.middle_box_text_content.content3::before {content:url(images/mid1-icon3.png)}
.middle_box_text_content.content4::before {content:url(images/mid1-icon4.png)}
.middle_box_text_content a:hover {  } 


#middle2 {  padding: 0 20px; } 
#middle2 .wrapper {max-width: 1471px;}
.middle2_con { min-height: 0; padding: 119px 0 86px; } 
.middle2_con .res_boxes_wrap {justify-content: center;}

.middle2_header { max-width: 1400px;margin: auto;} 
.middle2_header_text_content { display: flex;justify-content: space-between;align-items: flex-end;gap: 20px;} 
.middle2_header_text_content h2 { font-family: var(--priFont); } 
.middle2_header_text_content h2 small {  font-family: var(--bodyFont); margin-bottom: 5px; color: #000000;} 
.middle2_header_text_content h2 span { display: block; font-family: var(--priFont); margin-top: 5px } 
.middle2_header_text_content p { margin: 0; max-width: 565px;} 
.middle2_header_text_content a { display: block; } 
.middle2_header_text_content a:hover { } 

.middle2_boxes { margin-top: 42px; } 
.middle2_boxes li { width: 24%; background: #fff; position: relative;  border-radius: 25px;transition: all 300ms linear;--offsetLeft: 10%;} 

.middle2_box_text_content { position: relative;padding: 144px var(--offsetLeft) 30px;height: 100%;} 
.middle2_box_text_content h3 { font-family: var(--priFont); font-size: 25px;font-weight: 600;transition: color 300ms linear;} 
.middle2_box_text_content h3 small { } 
.middle2_box_text_content h3 span {  } 

.middle2_box_text_content p { margin: 18px 0 0; } 
.middle2_box_text_content a { display: block; position: absolute;inset: 0;} 

.middle2_boxes li:hover {box-shadow: 3.7px 6.2px 36.8px rgba(0,0,0,.06);}
.middle2_boxes li:hover .middle2_box_text_content h3{color: var(--secColor);}
.middle2_box_text_content::before {position: absolute;top: 35px;left: var(--offsetLeft);right: 0;margin: auto;}
.middle2_box_text_content.content1::before {content:url(images/mid2-icon1.png)}
.middle2_box_text_content.content2::before {content:url(images/mid2-icon2.png)}
.middle2_box_text_content.content3::before {content:url(images/mid2-icon3.png)}
.middle2_box_text_content.content4::before {content:url(images/mid2-icon4.png)}
/* MAIN AREA */
#main_area { padding: 0 25px 114px;  } 
.main_con { min-height: 538px; padding: 40px 0 0; display: flex; justify-content: space-between; position: relative;z-index: 3;} 
.main_con::after {content: '';position: absolute;top: 0;left: 0;border-top: solid 1px rgba(0,0,0,.175);width: 100%;}
main { max-width: 588px; width: 72%;  padding: 76px 5% 0 0;} 
main .h1_title {  margin-bottom: 44px;   font-family: var(--priFont); } 
main .h1_title small {     display: block;margin-bottom: 19px;line-height: 100%;font-size: 25px;font-weight: 400;color: var(--bodyColor);} 
main .h1_title span {}
main p { margin-bottom: 34px; } 
main ol { padding-left: 35px; margin-bottom: 25px; } 
main ul li { position: relative; } 
main .bullet { padding: 0; margin-bottom: 25px; margin-top: 10px; } 
main .bullet li { position: relative; padding-left: 25px; margin-bottom: 8px; } 
main .bullet li:before { position: absolute; content: "\f101"; font-family: fontAwesome; font-weight: 700; color: var(--priColor); width: 10px; height: 10px; left: 3px; } 

.main_img{width: 57%;max-width: 794px;position: relative;}
.main_img img{position: absolute;max-width: 890px;width: 113%;right: 0;bottom: 0;z-index: -1;pointer-events: none;}

.main_con2 {}

.main_boxes_con {}

.main_boxes {gap: 31px 0;} 
.main_boxes li {width: 48.9%;max-width: 684px;min-height: 154px;border-radius: 22px;border: solid 2px var(--priColor);position: relative;pointer-events: none;transition: all 300ms linear;} 

.main_boxes li figure {} 
.main_boxes li figure img {} 
.main_boxes li div {height: 100%;}

.main_box_text_content {display: flex;justify-content: space-between;align-items: center;padding: 20px 124px 20px 44px;} 
.main_box_text_content h3 {font-size: 30px;font-family: var(--bodyFont);color: var(--priColor);position: relative;padding: 0 0 0 127px;} 

.main_box_text_content h3 small {} 
.main_box_text_content h3 span {} 

.main_box_text_content a {display: block;position: absolute;top: 50%;right: 39px;transform: translateY(-50%);font-size: 32px;text-align: center;line-height: 57px;pointer-events: auto;} 

.main_box_text_content.content1 {}
.main_box_text_content.content2 {}
.main_box_text_content.content3 {}
.main_box_text_content.content4 {}

.main_boxes li:hover {background: var(--secColor);border-color: var(--secColor);}
.main_boxes li:last-child {margin-left: auto;}
.main_box_text_content h3::before { content:''; position:absolute; top:50%; left:0; transform:translateY(-50%); background: no-repeat center, var(--priColor);width: 103px;aspect-ratio: 1/1;border-radius: 50%;transition: all 300ms linear;}
.main_box_text_content.content1 h3::before {background-image:url(images/main-icon1.png);}
.main_box_text_content.content2 h3::before {background-image:url(images/main-icon2.png);}
.main_box_text_content.content3 h3::before {background-image:url(images/main-icon3.png);}

.main_boxes li:hover .main_box_text_content h3::before{background-color:#fff;}
.main_boxes li:hover .main_box_text_content h3 {color:#fff;}
.main_boxes li:hover .main_box_text_content a {background-color: var(--priColor);} 
.main_boxes li:hover .main_box_text_content.content1 h3::before {background-image:url(images/main-icon1-hov.png);}
.main_boxes li:hover .main_box_text_content.content2 h3::before {background-image:url(images/main-icon2-hov.png);}
.main_boxes li:hover .main_box_text_content.content3 h3::before {background-image:url(images/main-icon3-hov.png);}

.intro_txt { border-radius: 11px; text-align: center; margin: 0 auto 25px; padding: 15px; font-size: 3rem;  font-family: var(--bodyFont); width: 100%; line-height: 100%; background: var(--secColor); color: #fff; font-weight: bold;} 
/* ASIDE */
.main_area_links_con { max-width: 649px; width: 49%; margin-top: 8px; } 

/* BOTTOM */
#bottom1 { background: #f3f5ff; padding: 0 20px; position: relative;} 
#bottom1::before {content: url(images/btm1-decor.png);position: absolute;top: 0;left: 0;pointer-events: none;z-index: 2;}
.btm1_con { padding: 40px 0 0; position: relative;z-index: 3;} 

.btm1_header { } 
.btm1_header_text_content { } 
.btm1_header_text_content h2 { } 
.btm1_header_text_content h2 small { } 
.btm1_header_text_content h2 span { } 
.btm1_header_text_content p { margin: 10px auto 0; } 

.btm1_boxes { margin-top: -220px;min-height: 725px;} 
.btm1_boxes li { width: 33%;max-width: 443px;aspect-ratio: 1/1;border-radius: 50%;position: relative;} 
.btm1_boxes li figure { border-radius: 50%;position: relative;} 
.btm1_boxes li figure::after {content: '';width: 100%;height: 100%;background: linear-gradient(to top, #000000a3 , transparent 70%);position: absolute;bottom: 0;left: 0;right: 0;border-radius: inherit;}
.btm1_boxes li figure img { border-radius: 50%;} 

.btm1_boxes li.box1 { align-self: flex-start;} 
.btm1_boxes li.box2 { align-self: center;} 
.btm1_boxes li.box3 { align-self: flex-end;} 
.btm1_boxes li.box4 { } 

.btm1_box_text_content {position: absolute;bottom: 44px;left: 0;right: 0;width: 100%;text-align: center;} 

.btm1_box_text_content.content1 { } 
.btm1_box_text_content.content2 { } 
.btm1_box_text_content.content3 { } 
.btm1_box_text_content.content4 { } 

.btm1_box_text_content h3 { font-size: 30px;font-weight: 400;color: #fff;font-family: var(--bodyFont);} 
.btm1_box_text_content h3 small { } 
.btm1_box_text_content h3 span { display: block;} 
.btm1_box_text_content p { margin: 10px auto 0; } 
.btm1_box_text_content a { display: block; width: 49px;line-height: 44px;font-size: 25px;margin: 16px auto 0;} 
.btm1_box_text_content a:hover { background: var(--priColor); } 

#bottom2 { padding: 0 20px; background: #f3f5ff;} 
.btm2_con {  padding: 40px 0; } 

.btm2_info { position: relative;margin-top: -207px;padding-right: 36.4%;} 
.btm2_info_text_content { position: relative;z-index: 4;padding-right: 230px;} 
.btm2_info_text_content h2 { } 
.btm2_info_text_content h2 small { margin-bottom: 10px;} 
.btm2_info_text_content h2 span { } 
.btm2_info_text_content p { margin: 31px 0 0; max-width: 570px;} 
.btm2_info_text_content a {  position: absolute;bottom: -37px;right: 0;} 
.btm2_info_text_content a:hover { background:var(--priColor); } 

.btm2_box_text_content h3 span { } 
.btm2_box_text_content p { margin: 10px auto 0; } 
.btm2_box_text_content a { display: block; } 
.btm2_box_text_content a:hover { background: var(--secColor); } 

.btm3_footer_con {position: relative;min-height: 1680px;}
.btm3_footer_con::after {content: '';width: 100%;height: 100%;background: url(images/footer-bg.png) no-repeat center bottom / 1920px 1457px;position: absolute;bottom: 0;z-index: 1;}

#bottom3 {padding: 0 20px;position: relative;} 
#bottom3::after { content: '';width: 100%;height: 100%;background: #f3f5ff;position: absolute;top: 0;left: 0;}
.btm3_con { padding: 76px 0; min-height: 699px; display: flex;justify-content: space-between;gap: 20px;position: relative;z-index: 2;} 

.btm3_form_header { max-width: var(--maxWidth);margin: auto;} 
.btm3_form_text_content { }
.btm3_form_text_content h2 { } 
.btm3_form_text_content h2 small { margin-bottom: 8px;} 
.btm3_form_text_content h2 span { } 
.btm3_form_text_content p { margin: 30px 0 0; } 

.btm3_form_area {width: 50%;max-width: 676px;background-color: #FFFFFF;border-radius: 113px;padding: 96px 20px;--maxWidth: 499px;margin: 6px 0 0;}
.btm3_form_con {  --gap:13px; max-width: var(--maxWidth);margin: 28px auto 0;} 
.btm3_form { display: flex; justify-content: space-between; flex-wrap: wrap; gap: var(--gap) 0; align-items: flex-start; } 
.btm3_form .form_fullname,.btm3_form .form_email,.btm3_form .form_btn, .btm3_form .form_message { font-weight: var(--bodyFontWeight); font-family: var(--bodyFont); font-size: var(--bodyFontSize); color: var(--bodyColor); padding: 0 41px; border: none; height: 69px;background-color: #F3F5FF;border-radius: 99px;} 
.btm3_form .form_fullname,.btm3_form .form_email { max-width: 100%; width: 100%; } 
.btm3_form .form_message { padding-top: 24px !important; overflow: hidden; resize: none;  width: 100%; } 
.btm3_form .form_btn { transition: all 0.3s linear; padding: 0; border: none;  color: #fff;background: var(--secColor);height: 69px;font-size: 21px;} 
.btm3_form .form_btn:hover { background: var(--priColor); } 
.form_fullname::placeholder, .form_email::placeholder, .form_message::placeholder {  } 
.btm3_form_group {display: flex;justify-content: space-between;gap: var(--gap);margin: 20px 0 0;width: 100%;}

.btm3_info {width: 42.5%;max-width: 741px;padding: 0 23px 0 0;display: flex;justify-content: space-between;flex-direction: column;}
.btm3_info_text_content {}
.btm3_info_text_content h2 {font-size: 45px;max-width: 520px;line-height: 114%;}
.btm3_info_text_content p {margin: 31px 0 0;}
.btm3_info_text_content a {margin: 37px 0 0;}

#bottom4 { padding: 0 20px; } 
.btm4_con { min-height: 0; padding: 0 0; } 

/* FOOTER */
#footer_area {padding: 0 20px;}
.footer_area_con {display: flex;justify-content: space-between;flex-direction: row-reverse;}

#footer { position: relative;z-index: 4;width: 50%;max-width: 605px;} 
.footer_top {  } 
.footer_top_con { min-height: 0; padding: 43px 0 48px;   color: #fff;} 

.contact_info {   } 

.contact_info_header { } 
.contact_info_text_content { } 
.contact_info_text_content h2 {  color: #fff;} 
.contact_info_text_content h2 small { color: #fff;margin-bottom: 9px;} 
.contact_info_text_content h2 span {color: #fff;} 
.contact_info_text_content p { margin: 30px 0 0; max-width: 550px;} 

.contact_info ul { margin: 47px 0 0; display: flex; justify-content: space-between; gap: 30px; } 
.contact_info ul li { line-height: 29px; display: block;  position: relative; padding: 70px 0 0;} 
.contact_info ul li h3 { } 
.contact_info ul li address { display: inline-block; } 
.contact_info ul li address span { display: block; } 
.contact_info ul li p { display: block; } 
.contact_info ul li p a { } 
.contact_info ul li address small { font-weight: 400; } 
.contact_info ul li a { display: inline-block; } 
.contact_info ul li a:hover { text-decoration: underline; } 
.contact_info ul li::before { content: ""; position: absolute;     top: 0;   } 

.contact_info ul li.item1::before { content: url(images/footer-icon1.png); } 
.contact_info ul li.item2::before { content: url(images/footer-icon2.png); } 


.footer_nav { width: 131%;max-width: 761px;} 
.footer_nav h2 {color: #fff;}
.footer_nav ul { margin: 44px 0 0; padding: 0;  list-style: none; display: grid;grid-template-columns: 166px 139px 173px 156px;justify-content: space-between;gap: 32px 0;} 
.footer_nav ul li { display: inline-block; vertical-align: top; position: relative;  } 
.footer_nav ul li a { display: inline-block;   color: #fff;} 
.footer_nav ul li a:active,
.footer_nav ul li a:hover,
.footer_nav ul li.current_page_item a { text-decoration: underline; } 
.footer_nav ul li:first-child { padding-left: 0; } 
.footer_nav ul li:last-child { padding-right: 0; } 

.gmap_con .wrapper{position: static;}
.gmap { width: 682px; max-width: 63%; aspect-ratio: 1/1; position: relative;z-index: 2;align-self: center;top: -30px;} 
.gmap iframe { width: 100%; height: 100%; border-radius: 50%;} 

.footer_btm {   } 
.footer_btm_con { min-height: 0; padding: 12px 0; } 

.footer_logo_con {margin: 0 0 28px 6px; position: relative; }
.footer_logo_con::after { /*! content: ''; */width: 1920px;height: 100%;background: url(images/footer-bg.png) no-repeat center bottom / 100%;position: absolute;top: 0;z-index: 1;}
.footer_logo { width: 496px;max-width: 100%;} 
.footer_logo a { } 
.footer_logo figure { } 
.footer_logo figure img { } 

.footer_comp { display: inline-block; margin: 0 16px; position: relative; font-weight: 400; } 
.footer_comp:before { content: "|"; left: -12px; top: 0; position: absolute; } 
.footer_comp:after { content: "|"; right: -12px; top: 0; position: absolute; } 
.copyright { color: #fff; margin: 30px auto 0; text-align: center; /* margin-left: 9%;*/} 
.copyright small { margin: 0 5px;} 
.copyright a { } 
.copyright_text { display: inline-block; } 
.copyright a:hover { text-decoration: underline; } 

/* RESOURCES */
.resources a { display: block; font-weight: 700; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; transition: all 0.3s linear; color: var(--priColor); } 
.resources a:hover { padding-left: 2px; text-decoration: none !important; color: var(--secColor); } 
.resources li,
.resources ul { list-style-type: none; margin: 0; padding: 0; } 
.resources ul li { margin-bottom: 8px; padding: 12px; background: #fafdfe; border: 1px solid #ececec; } 
.resources ul li:before { content: ""; } 
.resources ul li:after { content: ""; } 
.resources ul li a span { font-size: 11px; color: #666; letter-spacing: 1px; display: block; overflow-wrap: break-word; word-wrap: break-word; -webkit-hyphens: auto; -ms-hyphens: auto; -moz-hyphens: auto; hyphens: auto; } 

/* INTERNET EXPLORER */
.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 */
.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; color: var(--priColor); text-decoration: none; } 
.sitemap li a:hover { color: var(--secColor); text-decoration: underline;} 
.sitemap li a:before { content: counter(step-counter) ". "; } 
.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) " "; } 

/* BREAD CRUMBS */
#breadcrumbs { border-bottom: 1px dashed gray; padding-bottom: 10px; margin-bottom: 30px; } 
#breadcrumbs span { font-weight: bold; color: var(--secColor); } 
#breadcrumbs span a { color: var(--priColor); text-decoration: none; } 
#breadcrumbs span a:hover { text-decoration: underline; color: var(--secColor); } 
.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: 0 0 !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; } 

/* NON HOME */
.non_ban { position: relative;  background: var(--priColor);  } 
.non_ban_img {  width: 1920px; margin-left: 50%; transform: translateX(-50%); } 
.non_ban_img img { vertical-align: middle; height: auto; } 
.page_title { text-align: center; width: 100%; z-index: 2; position: relative; font-size: 38px; line-height: 100%; padding: 15px; color: #fff; font-family: var(--bodyColor); font-weight: bold; } 
.page_title::after { content: ""; width: 1920px; height: 100%; background: var(--priColor); position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: -1;} 

/* ABOUT US*/
.mv-con-wrapper { display: flex;  justify-content: center; margin: 30px 0; clear: both;  position: relative; padding: 100px 0;} 
.mv-con-wrapper::after { content: ""; width: 1920px; height: 100%; background: var(--priColor); position: absolute; top: 0; left: 0; left: 50%; transform: translateX(-50%); } 
.mv-con { text-align: center; padding: 30px 20px; border-radius: 10px; background-color: #fff; width: 49%;  position: relative; z-index: 2; } 
.mv-con p { text-align: center; } 
.mv-con h2 { color: var(--secColor); margin-bottom: 15px; font-size: 40px; } 
.vision { margin-left: 10px; } 
.mission { margin-right: 10px; } 

.about_flex_con { display: flex; justify-content: space-between; flex-direction: row-reverse; gap: 40px; align-items: center; margin: 70px 0; } 
.about_intro_con { width: 55%; } 
.about_img { width: 38%; } 
.about_img img { border-radius: 50%; box-shadow: 0 0 26px #00256917; }

/* SERVICES */
.services_boxes { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin: 40px auto 80px; max-width: 1080px;} 
.services_boxes .hdr_decor2 { z-index: 3; margin: 19px auto 0; }
.services_boxes li { overflow:hidden; transition: 0.5s linear all;position: relative; width: calc(33% - 20px); max-width: 300px; border-radius: 999px;  padding: 20px;  background: var(--priColor);} 
.services_box_text_content { text-align: center;} 
.services_box_text_content h2 { font-size: 23px !important; color: #fff;  position: relative; z-index: 1; width: 100%;display: flex; flex-direction: column; justify-content: center; align-items: center;color: var(--priColor); color: #fff;padding: 0 10px; min-height: 0; margin-block: 20px 0 !important; font-family: var(--bodyColor);}
.services_box_text_content h2 span { display: block; }
.services_box_text_content a.btn1 {color: #fff !important; text-decoration: none !important; line-height: 49px; background-color: var(--priColor); border: solid 1px #ffff; max-width: 100%;margin: 20px auto 0; width: 60px; line-height: 55px;  }
.services_box_text_content a.btn1:hover { background: var(--priColor);color: var(--priColor) !important;background: #fff;} 
.services_box_text_content a.btn1:hover::after { border: solid 1px var(--priColor); }
.services_boxes li figure { display: flex; height: 100%; aspect-ratio: 1/1;}
.services_boxes li figure img { border-radius: 50%; object-fit: cover; }

/* CUSTOM SPACING */
.no_margin { margin: 0 !important; } 
.spacer_top0 { margin-top: 0 !important; } 
.spacer_top10 { margin-top: 10px !important; } 
.spacer_top20 { margin-top: 20px !important; } 
.spacer_top30 { margin-top: 30px !important; } 
.spacer_top40 { margin-top: 40px !important; } 
.spacer_top50 { margin-top: 50px !important; } 
.spacer_top60 { margin-top: 60px !important; } 
.spacer_top70 { margin-top: 70px !important; } 
.spacer_top80 { margin-top: 80px !important; } 
.spacer_top90 { margin-top: 90px !important; } 
.spacer_top100 { margin-top: 100px !important; } 

.spacer_btm10 { margin-bottom: 10px !important; } 
.spacer_btm20 { margin-bottom: 20px !important; } 
.spacer_btm30 { margin-bottom: 30px !important; } 
.spacer_btm40 { margin-bottom: 40px !important; } 
.spacer_btm50 { margin-bottom: 50px !important; } 
.spacer_btm60 { margin-bottom: 60px !important; } 
.spacer_btm70 { margin-bottom: 70px !important; } 
.spacer_btm80 { margin-bottom: 80px !important; } 
.spacer_btm90 { margin-bottom: 90px !important; } 
.spacer_btm100 { margin-bottom: 100px !important; } 

/* Form Activation Style (Recaptcha & Prompt Message) */
.FormReq { box-shadow: 0 0 3px #d92800 !important; border: 1px solid #d92800 !important; } 
.captcha-box {padding: 0 !important; width:277px;  height: 69px; border: none; } 
.g-recaptcha { transform: scale(0.92); 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; font-weight: bold; font-size: 1.6rem; text-align:center; margin: 0 0 var(--gap); } 
#invalid-msg span { background: #fcecec; color:#ca4b4b; text-align: center; display:block; padding:10px 10px; border-radius:50px; } 
/* End Form Activation Styling */

/* Pop-up */
.pop_cont{position: fixed; z-index: 99999999; padding: 50px 15px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: #000; background-color: rgba(0,0,0,.4);	} .pop_inner{position: relative; background-color: #fefefe; margin: auto;     margin-bottom: auto; margin-bottom: 50px; width: 100%; max-width: 800px; background: var(--secColor); border: 3px solid #1f408c; padding: 28px 0 0; -webkit-animation-name: animatetop; -webkit-animation-duration: .4s; animation-name: animatetop; animation-duration: .4s;top: 50%; transform: translateY(-50%); border-radius: 20px;}

/* Add Animation */ 
@-webkit-keyframes animatetop {
     from {top:-300px; opacity:0}     
     to {top:0; opacity:1}    
}
@keyframes animatetop {     
     from {top:-300px; opacity:0}     
     to {top:0; opacity:1} 
}

.close_x{background: url(images/pop_x.png); width: 30px; height: 30px; position: absolute; top: 0; right: 5px; font-size: 18px; font-weight: bold;}
.close_x:hover{color: var(--priColor);}
.pop_inner section{background: #fff;padding: 40px 25px; text-align: center; border-radius: 0 0 20px 20px;}
.pop_inner h3{font-size: 35px;font-weight: 600;padding-bottom: 15px;color: #0e4d92;line-height: 100%;}
.pop_inner p{padding-bottom: 15px; color: #1a1a1a; margin: 0;}
.pop_inner p:last-child{padding-bottom: 0;}

.pop_inner .btn2 { margin: 0 auto; }


/* / For floating Icons / */
body .uwy.userway_p2 .userway_buttons_wrapper { top: unset !important; right: 14px !important; bottom: 215px !important; transform: none !important; left: unset !important; }
.cky-revisit-bottom-left { right: 13px !important; left: unset !important; bottom: 160px !important; }
.dracula-toggle-wrap.floating.position-right{--side-offset: 10px !important; --bottom-offset: 100px  !important;}

#st-2{display: none !important;}
/*Services Sub pages*/

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

.faq-container h2 {
	text-align: center;
	font-size: 40px;
	font-family: var(--priFont);
  }

.faq {margin:20px auto;}

.faq-content {
	border-radius: 20px;
	max-width: 1176.6px;
	background: #2e4da7;
	padding: 10px 15px 10px 50px;
	height: auto;
	width: 100%;
	margin:10px auto;
}
.box-content1 {
	border-radius:10px;
	border: 1px solid blue;
	background:#fff;
}
.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;
	position: relative;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	line-height: 100%;
  }
  .show-text:hover {
	color:#2e4da7 !important;
  }

  .show-text::before {
	content: url(images/p-line.png);
	position: absolute;
	bottom: 95%;
  }
  
.faq h6:before {
	content: url(images/arrowdown-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%);
	transition: opacity 0.9s ease-in-out, visibility 0s 0.9s; /* Smooth transition */
}
.faq h6.clicked::before {
    content: none; /* Removes the ::before pseudo-element */
}

.sign.click:after {
	content: url(images/arrowup-icon.png);
}
.sign:after {
	content: url(images/arrowup-icon.png) !important;
	line-height: 25px;
	position: absolute;
	z-index: 1;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	bottom: 0;
	right:40px;
	cursor: pointer;
}
.sign:hover:after {
	opacity: 0.8;
}

.faq-content h6:hover {
	color: #000;
  }

 .main_content h2{font-weight: bold; margin-bottom: 15px; line-height: 100%; padding-top: 10px; font-size: 27px;}
 .last { text-align: center; line-height: 100%; margin-bottom: 11px;font-size: 27px; }
 .last-p { font-weight: normal; color: #5f5f5f; text-align: center; font-family: var(--bodyFont); line-height: 100%; font-size: 20px; margin-bottom: 3%; }
 .first { text-align: left; line-height: 100%; margin-bottom: 11px;font-size: 27px; }
 .first-p { font-weight: normal; color: #5f5f5f; text-align: left; font-family: var(--bodyFont); line-height: 26px; font-size: 20px; margin-bottom: 3%; }


   .orderlist li {
     padding-bottom: 15px;
   }

@media only screen
and (max-width : 1000px) {
	.show-text {
		padding: 20px 84px 20px 0;
		line-height: 22px;
	}


}


@media only screen
and (max-width : 653px) {
	.faq h6 {
		height: auto;
		font-size: 18px;
		padding: 10px 100px 10px 0;
	}

	/* .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*/

/* nh staffing banner*/
.staffing-container { display: flex; }
.left-section { width: 40%; position: relative; display: flex; align-items: center; justify-content: center; }
.gear-background { position: absolute; width: 100%; height: 100%; background: url('images/gear-icon.png') no-repeat center; background-size: cover; }
.text-content { position: relative; z-index: 1; text-align: left; padding: 2rem; }
.text-content h2 { color: #0d2c6c; font-size: 60px !important; font-weight: 700 !important; line-height: 1.4 !important; font-family: var(--priFont);}
.text-content h2 span {display: block;}
.staffing-btn-group { margin-top: 50px; display: flex; gap: 1rem; }
.staffing-btn { padding: 15px; background-color: #fff; color: #000; text-decoration: none; border-radius: 30px; transition: background-color .3s ease; width: 160px; text-align: center; text-transform: uppercase; border: 2px solid #b1b1b1; }
.staffing-btn:hover { background-color: #d2af2e; }
.staffing-btn-alt { background-color: #d2af2e; color: #fff; border: 2px solid #d2af2e; }
.staffing-btn-alt:hover { background-color: #0d2c6c; border: 2px solid #0d2c6c; }
.right-section { width: 60%; }
.right-section img { margin: 70px auto; }

/* Privacy Notice */
.nh_privacy_con .privacy_span{color: red;}
.nh_privacy_con ol {font-weight: bold; }
.nh_privacy_con ol li::marker {font-weight: bold;}
.nh_privacy_con ul li {font-weight: normal; }  
.nh_privacy_con .bullet li {background: unset; }  
.nh_privacy_con li h2{margin: 10px auto; font-size: 20px;}  
.nh_privacy_con li h3{margin: 10px auto; font-size: 18px; font-weight: bold; line-height: 1.3;}  
.nh_privacy_con  p { margin-bottom: 20px; font-weight: normal; }    
.nh_privacy_con .bullet {padding-bottom: 10px; }

/* Do Not Sell or Share My Personal Information */
.nh_dnsosmpi_con h2 { font-size: 20px; font-weight: bold; line-height: 1.3; }
.nh_dnsosmpi_con .bullet li a {word-break: break-all;}
.dont_sell {text-align: center; }

/* floating icons */
body .uwy.userway_p2 .userway_buttons_wrapper { top: unset !important; right: 15px !important; bottom: 215px !important; transform: none !important; left: unset !important; }
.cky-revisit-bottom-left { left: auto !important;position: fixed !important;   bottom: 163px !important;   right: 15px !important;}
.dracula-toggle-wrap.floating.position-right{--side-offset: 10px !important; --bottom-offset: 100px !important;}