@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Sulphur+Point:wght@300;400;700&display=swap);
:root {
  --priColor: #060709;
  --secColor: #e86321;
  --priFont: "Poppins", sans-serif;
  --secFont: "Sulphur Point", sans-serif;
  --bodyColor: #333;
  --bodyFontWeight: 200;
  --bodyFontSize: 17px;
  --bodyLineHeight: 28px;
  --xsmallFont: 25px;
  --smallFont: 30px;
  --medFont: 50px;
  --largeFont: 55px;
  --xlargeFont: 60px;
}
.heading2 {
  font-family: var(--secFont);
  font-size: var(--xlargeFont);
  font-weight: 700;
  color: var(--bodyColor);
  line-height: 100%;
}
.subHead2 {
  display: block;
  font-size: var(--smallFont);
  font-weight: 400;
  color: var(--secColor);
  line-height: 100%;
  margin-bottom: 11px;
}
.heading3 {
  font-family: var(--secFont);
  font-size: 35px;
  font-weight: 700;
  color: var(--bodyColor);
  line-height: 100%;
}
.subHead3 {
  display: block;
  font-size: var(--xsmallFont);
  color: var(--secColor);
  line-height: 100%;
  margin-bottom: 5px;
}
.btnStyle1 {
  display: block;
  width: 100%;
  max-width: 233px;
  height: 53px;
  line-height: 53px;
  background: var(--secColor);
  border-radius: 30px;
  font-family: var(--secFont);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.btnStyle1:hover {
  background: var(--priColor);
  box-shadow: 0 0 0 2px #fff;
}
.btnStyle2 {
  display: block;
  width: 100%;
  max-width: 210px;
  height: 53px;
  line-height: 53px;
  background: var(--priColor);
  border-radius: 30px;
  font-family: var(--secFont);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.btnStyle2:hover {
  background: var(--secColor);
  box-shadow: 0 0 0 2px #fff;
}
*,
: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;
}
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 0.3s linear;
  transition: all 0.3s linear;
}
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;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
  clear: both;
}
.clearfix {
  clear: both;
  overflow: hidden;
}
.comp {
  color: var(--priColor);
  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%;
}
.main_phone {
  font-weight: 700;
  display: inline-block;
}
.back_top {
  display: none;
  background: var(--priColor);
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  height: 45px;
  cursor: pointer;
  border-top: 1px solid #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: 0.7;
}
.h1_hdng {
  font-size: 22px;
  font-weight: 700;
  color: #000;
}
.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;
}
::-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: 1375px;
  margin: 0 auto;
  position: relative;
}
header {
  background: #fff;
  padding: 0 25px;
}
.header_con {
  min-height: 186px;
  padding: 18px 0 100px;
}
.main_logo {
  float: left;
}
.main_logo img {
  width: 338px;
}
.head_info {
  float: right;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 116px;
  margin-top: 14px;
}
.header_info h2 {
  line-height: 100%;
  position: relative;
  padding-left: 57px;
}
.header_info h2 span {
  display: block;
  font-family: var(--secFont);
  font-weight: 400;
  font-size: 25px;
  color: var(--priColor);
  line-height: 100%;
  margin-top: 9px;
}
.header_info h2::before {
  content: url(images/icons/header-info.png);
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}
.social_media {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 19px;
  position: relative;
}
.social_media::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 52%;
  left: -60px;
  transform: translateY(-50%);
}
.social_media h2 {
  line-height: 100%;
}
.social_media h2 span {
  display: block;
  margin-top: 12px;
}
.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;
}
.page_nav {
  background: 0 0;
  height: auto;
  text-align: right;
  padding: 0 25px;
  position: relative;
}
.page_nav ul {
  width: 67%;
  max-width: 917px;
  height: 73px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.page_nav ul::before {
  content: "";
  background: var(--priColor);
  border-radius: 70px 0 0;
  position: absolute;
  inset: 0;
  left: 0;
  right: -273px;
}
.page_nav ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.page_nav ul li a {
  display: block;
  font-family: var(--secFont);
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  line-height: 73px;
  padding: 0 27px;
}
.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;
  height: 5px;
  background: var(--secColor);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
}
.page_nav ul li:last-child:after {
  display: none;
}
.page_nav ul li:first-child a {
  padding-left: 0;
}
.page_nav ul li:last-child a {
  padding-right: 0;
}
.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;
  overflow: hidden;
}
.page_nav ul ul li {
  float: none;
  display: block;
  font-weight: 400;
  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: -99.5%;
}
.page_nav ul li:hover > ul {
  display: block;
}
.page_nav ul li.current_page_item ul li a,
.page_nav ul ul a {
  background: var(--secColor);
  color: #fff;
  padding: 10px 0 !important;
  margin: 0 auto;
  line-height: 24px;
  text-transform: none;
  font-size: 18px;
}
.page_nav ul li.current_page_item ul li a:hover,
.page_nav ul ul a:hover,
.page_nav ul ul li.current_page_item a {
  background: var(--terColor);
  color: #fff;
  text-decoration: none;
}
.page_nav ul ul ul {
  border-top: 0 none;
}
.page_nav ul ul li {
  position: relative;
}
.page_nav span {
  position: absolute;
  right: 25px;
  top: 32px;
  display: none;
  padding: 0;
  cursor: pointer;
  z-index: 9;
  color: #fff;
  text-align: center;
}
.fa {
  display: block;
  margin-top: -3px;
}
.fa:before {
  position: absolute;
  left: 0;
  right: 0;
}
.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%);
  line-height: 100%;
}
.nav_toggle_button .hamburger-inner,
.nav_toggle_button .hamburger-inner:after,
.nav_toggle_button .hamburger-inner:before {
  background: var(--priColor);
}
.nav_toggle_button small {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: var(--priColor);
  display: block;
  line-height: 100%;
  text-align: center;
}
.menu_slide_right {
  display: none;
}
.menu_slide_right .hamburger-inner,
.menu_slide_right .hamburger-inner:after,
.menu_slide_right .hamburger-inner:before {
  background: var(--priColor);
}
.menu_slide_right .toggle_holder {
  position: absolute;
  top: 55%;
  right: 10px;
  transform: translateY(-50%);
  line-height: 100%;
}
.menu_slide_right small {
  text-transform: uppercase;
  color: var(--priColor);
  font-weight: 700;
  font-size: 13px;
  display: block;
  line-height: 100%;
  text-align: center;
  margin-top: 4px;
}
#banner {
  background: #fff;
  padding: 0 25px;
  overflow: hidden;
}
.bnr_con {
  min-height: 0;
  padding: 0;
}
.slider {
  width: 1411px;
  margin-left: 236px;
}
.box_skitter {
  display: block;
  height: 736px !important;
  width: 100% !important;
}
.box_skitter .image img {
  pointer-events: none;
}
.rslides {
  display: none;
}
.mobi_ban {
  display: none;
}
.bnr_info {
  width: 700px;
  max-width: 100%;
  min-height: 736px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 150;
  isolation: isolate;
  color: #fff;
  padding: 223px 230px 0 0;
  /* background-color: #0D4276; */
}
.bnr_info::before {
  content: url(/images/bnr-bg.png);
  position: absolute;
  bottom: -8px;
  left: -273px;
  z-index: -1;

  background: url(/images/bnr-bg.png) no-repeat;
    background-size: contain;
    filter: brightness(0); /* makes it pure black */
}
.bnr_info h2 {
  color: inherit;
}
.bnr_info h2 span {
  display: block;
  font-size: 100px;
  line-height: 100%;
  margin-bottom: 5px;
}
.bnr_info h2 small {
  color: inherit;
  font-size: 40px;
  margin-bottom: 3px;
}
.bnr_info p {
  margin: 24px 0 35px;
  width: 100%;
  max-width: 450px;
}
#main_area {
  background: #fff;
  padding: 0 25px;
}
.main_con {
  min-height: 907px;
  padding: 116px 0 50px;
}
main {
  width: 100%;
  max-width: 910px;
  text-align: center;
  margin: 0 auto;
}
main p {
  margin: 23px auto 0;
  width: 100%;
  max-width: 881px;
}
.main_boxes {
  display: flex;
  justify-content: space-between;
  margin-top: 99px;
}
.main_boxes section {
  width: 24%;
  max-width: 324px;
  min-height: 336px;
  padding: 38px 20px;
  background: #fff;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
  border-radius: 33px;
  text-align: center;
  position: relative;
  color: #4d4d4d;
  z-index: 10;
}
.main_boxes section figure {
  width: 78px;
  aspect-ratio: 1/1;
  background: var(--secColor);
  border-radius: 50%;
  box-shadow: 0 0 0 8px #e4e4e4, 0 0 20px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding-top: 20px;
  margin: 0 auto;
}
.main_boxes section h2 {
  color: var(--secColor);
  margin-top: 31px;
}
.main_boxes section h2 small {
  color: #4d4d4d;
}
.main_boxes section p {
  color: inherit;
  margin: 11px auto 0;
  width: 100%;
  max-width: 250px;
}
.main_boxes section a {
  display: block;
  position: absolute;
  inset: 0;
}
.main_boxes section:hover {
  background: var(--secColor);
  color: #fff;
}
.main_boxes section:hover figure {
  background: #fff;
  box-shadow: 0 0 0 8px #fc6a20, 0 0 20px 1px rgba(0, 0, 0, 0.05);
}
.main_boxes section:hover figure img {
  filter: brightness(0) saturate(100%) invert(45%) sepia(27%) saturate(4411%)
    hue-rotate(352deg) brightness(97%) contrast(87%);
}
.main_boxes section:hover h2 {
  color: inherit;
}
.main_boxes section:hover h2 small {
  color: inherit;
}
.main_box_img {
  width: 50%;
  max-width: 674px;
  height: 336px;
  overflow: hidden;
  border-radius: 33px;
}
.main_box_img img {
  max-width: initial;
  margin-left: 50%;
  transform: translateX(-50%);
}
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: 700;
  color: var(--secColor);
  text-decoration: none;
  display: inline-block;
}
main a:hover {
  color: var(--priColor);
  text-decoration: underline;
}
.intro_txt {
  width: 80%;
  color: #fff;
  background: var(--secColor);
  border: 8px solid #e4e4e4;
  border-radius: 50px;
  font-family: var(--priFont);
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 35px;
  padding: 15px 20px;
}
#bottom1 {
  background: linear-gradient(rgba(6, 7, 9, 0.91), rgba(10, 12, 14, 0.91)),
    url(images/btm1-bg.jpg) no-repeat right top;
  padding: 0 25px;
  position: relative;
}
.btm1_img {
  width: 40%;
  max-width: 714px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -9px;
}
.btm1_img img {
  max-width: initial;
  margin-left: 50%;
  transform: translateX(-50%);
}
.btm1_con {
  min-height: 849px;
  padding: 116px 0 50px;
}
.btm1_info {
  width: 61%;
  max-width: 833px;
  float: right;
  color: #fff;
  position: relative;
  padding-right: 220px;
}
.btm1_info h2 {
  color: inherit;
}
.btm1_info p {
  margin-top: 12px;
}
.btm1_info a {
  width: 210px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.btm1_boxes {
  display: flex;
  justify-content: space-between;
  float: right;
  margin-top: 56px;
  width: 75%;
  max-width: 1024px;
}
.btm1_boxes section {
  width: 32%;
  max-width: 324px;
  min-height: 0;
  padding: 29px 20px 47px;
  background: #fff;
  border-radius: 34px;
  text-align: center;
  position: relative;
}
.btm1_boxes section figure {
  width: 100%;
  max-width: 231px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.btm1_boxes section figure::before {
  content: "";
  border-radius: 50%;
  border: 7px solid #e4e4e4;
  position: absolute;
  inset: 0;
  z-index: 10;
}
.btm1_boxes section figure img {
  max-width: initial;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: -4px;
}
.btm1_boxes section h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 72px;
  font-size: 30px;
  width: 100%;
  max-width: 250px;
  margin: 30px auto 0;
  line-height: 120%;
}
.btm1_boxes section a {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 100;
}
.btm1_boxes section:hover {
  background: var(--secColor);
  color: #fff;
}
.btm1_boxes section:hover figure::before {
  border: 7px solid #fc6a20;
}
.btm1_boxes section:hover h2 {
  color: inherit;
}
#bottom2 {
  background: #fff;
  padding: 0 25px;
  position: relative;
  overflow: hidden;
}
.btm2_img {
  width: 43%;
  max-width: 817px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -9px;
}
.btm2_img img {
  max-width: initial;
  margin-left: 50%;
  transform: translateX(-50%);
}
.btm2_con {
  min-height: 647px;
  padding: 179px 0 50px;
  position: relative;
}
.btm2_info {
  width: 40%;
  max-width: 500px;
}
.btm2_info h2 small {
  margin-bottom: 15px;
}
.btm2_info p {
  margin: 14px 0 29px;
}
.btm2_info a {
  background: #060709;
}
.btm2_right_con {
  position: absolute;
  bottom: 0;
  right: 0;
}
.btm2_info2 {
  width: 473px;
  aspect-ratio: 1/1;
  background: var(--secColor);
  border-radius: 50%;
  position: relative;
  top: 157px;
  padding: 45px 22px 20px 219px;
  color: #fff;
  overflow: hidden;
}
.btm2_info2 figure {
  width: 78px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #fc6a20;
  text-align: center;
  padding-top: 17px;
}
.btm2_info2 h2 {
  color: inherit;
  margin: 21px 0 12px;
}
.btm2_info2 h2 small {
  color: inherit;
}
.btm2_info2 a {
  display: block;
  position: absolute;
  inset: 0;
}
.btm2_info2:hover {
  background: var(--priColor);
}
.btm2_right_img {
  position: absolute;
  bottom: 0;
  left: -325px;
}
#bottom3 {
  background: #f8f8f8;
  padding: 0 25px;
}
.btm3_con {
  min-height: 919px;
  padding: 125px 0 210px;
  position: relative;
}
.btm3_info {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.btm3_info p {
  margin: 7px 0 15px;
}
.btm3_info a {
  width: 200px;
  margin: 0 auto;
}
.btm3_boxes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1065px;
  margin: 37px auto 0;
}
.btm3_boxes section {
  width: 100%;
  max-width: 324px;
  min-height: 0;
  padding: 21px 20px 58px;
  background: #fff;
  border-radius: 33px;
  text-align: center;
  color: #4d4d4d;
  margin: 0 auto;
  position: relative;
}
.btm3_boxes section figure {
  overflow: hidden;
}
.btm3_boxes section figure img {
  border-radius: 28px;
}
.btm3_boxes section h2 {
  font-size: 25px;
  color: inherit;
  margin-top: 31px;
}
.btm3_boxes .owl-nav {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  width: 1325px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 25px;
  z-index: 1;
}
.btm3_boxes .owl-nav button {
  display: block;
  width: 68px;
  aspect-ratio: 1/1;
  background: var(--secColor) !important;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.btm3_boxes .owl-nav button:hover {
  background: #fff !important;
}
.btm3_boxes .owl-nav button:hover::before {
  filter: brightness(0) saturate(100%) invert(15%) sepia(33%) saturate(5729%)
    hue-rotate(197deg) brightness(91%) contrast(91%);
}
.btm3_boxes .owl-nav button span {
  display: none;
}
.btm3_boxes .owl-prev::before {
  content: url(images/icons/prev-button.png);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.btm3_boxes .owl-next::before {
  content: url(images/icons/next-button.png);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.btm3_form {
  width: 100%;
  min-height: 306px;
  background: var(--secColor);
  border-radius: 166px;
  padding: 60px 93px;
  position: absolute;
  bottom: -153px;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btm3_form_info {
  color: #fff;
}
.btm3_form_info h2 {
  color: inherit;
  font-size: var(--medFont);
}
.btm3_form_info h2 small {
  color: inherit;
  margin-bottom: 13px;
}
.btm3_form_info h2 span {
  display: block;
  margin-top: 10px;
}
.btm3_form form {
  margin: 15px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 286px);
}
.btm3_form form input,
.btm3_form textarea {
  width: 49%;
  height: 53px;
  background: #fff;
  border: none;
  border-radius: 30px;
  padding: 5px 10px 5px 22px;
  color: var(--bodyColor);
  font-family: var(--priFont);
  font-size: 16px;
  font-weight: var(--bodyFontWeight);
  margin-bottom: 13px;
}
.btm3_form form input::placeholder,
.btm3_form textarea::placeholder {
  color: #666;
}
.btm3_form form textarea {
  resize: none;
  overflow: auto;
  padding-top: 13px;
  width: 100%;
  margin-bottom: 0;
}
.btm3_form form input[type="submit"] {
  display: block;
  width: 100%;
  max-width: 210px;
  height: 53px;
  line-height: 53px;
  background: var(--priColor);
  border-radius: 30px;
  font-family: var(--secFont);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 0;
  border: none;
  margin: 13px 0 0;
}
.btm3_form form input[type="submit"]:hover {
  background: var(--secColor);
  box-shadow: 0 0 0 2px #fff;
}
.btm3_form_con1 {
  width: calc(100% - 253px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.btm3_form_con2 {
  width: 210px;
}
.footer_top {
  background: var(--priColor);
  padding: 0 25px;
}
.footer_top_con {
  min-height: 849px;
  padding: 263px 0 50px;
  position: relative;
}
.contact_info {
  color: #fff;
  float: right;
  width: 45%;
  max-width: 526px;
}
.contact_info ul li mark {
  display: inline-block;
}
.contact_info_heading {
  display: block;
}
.contact_info_heading h2 {
  color: inherit;
}
.contact_info_heading p span {
  font-weight: 400;
}
.contact_info_list {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
.contact_info_list li {
  display: block;
  vertical-align: top;
  white-space: pre-line;
  margin-bottom: 12px;
}
.contact_info_list li h3 {
  font-family: var(--secFont);
  font-size: var(--smallFont);
  font-weight: 400;
  color: inherit;
  line-height: 100%;
}
.contact_info_list li span {
  display: block;
}
.contact_info_list li strong {
  font-weight: 400;
}
.contact_info_list li address {
  display: inline;
}
.contact_info_list li a {
  color: inherit;
}
.contact_info_list li a[href^="tel:"] {
  color: inherit;
}
.contact_info_list li a:hover {
  text-decoration: underline;
}
.footer_left_con {
  width: 46%;
  max-width: 575px;
  position: absolute;
  top: 243px;
  left: 0;
}
.footer_map {
  width: 100%;
  min-height: 341px;
  border-radius: 36px;
  overflow: hidden;
}
.footer_map iframe {
  display: block;
}
.footer_img {
  position: absolute;
  bottom: -145px;
  right: -180px;
}
.footer_logo {
  position: absolute;
  top: 16px;
  left: 92px;
}
.footer_btm {
  background: var(--secColor);
  padding: 0 25px;
  position: relative;
}
.footer_btm_con {
  min-height: 146px;
  padding: 43px 90px 20px 445px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 34px 34px 0 0;
}
.footer_nav ul {
  margin: auto 0;
  padding: 0;
  text-align: left;
  list-style: none;
}
.footer_nav ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.footer_nav ul li a {
  display: block;
  font-family: var(--secFont);
  font-size: 19px;
  font-weight: 400;
  color: var(--bodyColor);
  padding: 0 26px;
}
.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:after {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--secColor);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
}
.footer_nav ul li:last-child:after {
  display: none;
}
.footer_nav ul li:first-child a {
  padding-left: 0;
}
.footer_nav ul li:last-child a {
  padding-right: 0;
}
.footer_comp {
  display: inline-block;
  margin: 0 10px;
  position: relative;
}
.footer_comp:before {
  content: "\2022";
  position: absolute;
  top: 0;
  left: -10px;
}
.footer_comp:after {
  content: "\2022";
  position: absolute;
  top: 0;
  right: -10px;
}
.copyright {
  color: var(--bodyColor);
  margin: 16px 0 0;
  text-align: left;
  font-size: 16px;
  position: relative;
  line-height: 100%;
}
.copyright::before {
  content: "";
  width: calc(100% - 520px);
  height: 2px;
  background: rgba(204, 204, 204, 0.5);
  position: absolute;
  top: 9px;
  right: 0;
}
.copyrigh_text:hover {
  text-decoration: none !important;
}
.copyright a {
  color: inherit;
}
.copyright a:hover {
  text-decoration: underline;
}
.resources a {
  display: block;
  font-weight: 700;
  -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 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;
}
.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 {
  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) ". ";
}
.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) " ";
}
#breadcrumbs {
  border-bottom: 1px dashed gray;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#breadcrumbs span a {
  color: var(--priColor);
}
.breadcrumbs {
  margin-bottom: 34px;
  border-bottom: 1px dotted gray;
  padding-bottom: 11px;
}
.breadcrumbs span {
  vertical-align: bottom;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs span[property="name"] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 270px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #439b4f;
}
.breadcrumbs span[property="name"]:hover {
  text-decoration: underline;
}
.breadcrumbs .post {
  background: 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;
}
.captcha-box {
  width: 207px;
  height: 53px;
}
.g-recaptcha {
  transform: scale(0.68);
  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: 700;
  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,
.error-close,
.rclose {
  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: 700;
  margin-bottom: 20px;
  font-size: 14px;
  width: 100%;
}
.non_ban {
  position: relative;
}
.non_ban_img {
  width: 1920px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.non_ban_img img {
  vertical-align: middle;
  height: auto;
}
.page_title {
  text-align: center;
  width: 1920px;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--secFont);
  font-size: 44px;
  font-weight: 700;
  line-height: 100%;
  padding: 15px;
  background: rgba(6, 7, 9, 0.7);
  color: #fff;
}
.FormReq {
  box-shadow: 0 0 3px #d92800 !important;
  border: 1px solid #d92800 !important;
}
.fixbtmbg {
  background-attachment: fixed !important;
}
.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;
}
.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;
}
.mission_vision {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0;
}
.mission_vision figure {
  overflow: hidden;
  width: 40%;
  max-width: 450px;
  border-radius: 32px;
  position: relative;
  z-index: 10;
}
.mv_con {
  width: 60%;
  position: relative;
  isolation: isolate;
  padding: 60px 0 60px 50px;
}
.mv_con::before {
  content: "";
  width: 1920px;
  height: 100%;
  background: var(--secColor);
  position: absolute;
  top: 0;
  right: -273px;
  z-index: -1;
}
.mission_vision section {
  color: #fff;
  text-align: center;
}
.mission_vision section h2 {
  margin: 0 0 20px;
  position: relative;
}
.mission_vision section p {
  margin: 30px 0 0;
}
.mission_vision section h2::before {
  display: block;
  margin-bottom: 10px;
  filter: brightness(0) invert(1);
}
.mission_vision section:first-child h2::before {
  content: url(images/icons/mission.png);
}
.mission_vision section:last-child h2::before {
  content: url(images/icons/vision.png);
}
.vision {
  margin-top: 30px;
}
.mission_vision .comp {
  color: inherit;
}
.serv_boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px 0;
}
.serv_boxes section {
  width: 24%;
  max-width: 324px;
  min-height: 0;
  padding: 29px 20px 47px;
  background: var(--secColor);
  border-radius: 34px;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
}
.serv_boxes section figure {
  width: 100%;
  max-width: 231px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
  border: 7px solid #e4e4e4;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.serv_boxes section figure img {
  max-width: initial;
  margin-left: 50%;
  transform: translateX(-50%);
}
.serv_boxes section h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  font-size: 24px;
  width: 100%;
  max-width: 250px;
  margin: 30px auto 0;
  line-height: 120%;
  color: #fff;
}
.serv_boxes section a {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 100;
}
.serv_boxes section p {
  margin: 0;
  line-height: 0;
}
.serv_boxes section:hover {
  background: var(--priColor);
  color: #fff;
}
.serv_boxes section:hover figure::before {
  border: 7px solid #fc6a20;
}
.serv_boxes section:hover h2 {
  color: inherit;
}
.privacy_span {
  color: red;
  display: inline-block;
}
.privacy_list {
  padding-left: 20px;
}
.privacy_list li::marker {
  font: bold 20px/100% var(--secColor);
}
.privacy_list h2 {
  font: bold 20px/100% var(--secColor);
  margin: 30px auto 20px;
}
.disclaimer {
  color: #fff;
  margin-top: 10px;
  order: 3;
}
.disclaimer b {
  font-weight: 400;
}
.disclaimer p a {
  color: var(--priColor);
  display: inline-block;
  font-weight: 700;
}
.disclaimer p a:hover {
  text-decoration: underline;
}
.disclaimer input {
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
}
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;
}
