
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
	font-weight: 800;
	font-style: italic;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}


body {
  font-family: "Montserrat", "Open Sans", sans-serif;
/*  font-family: "Jost", sans-serif;*/
  color: black;
}

a {
  color: #535353;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

h1, h2, h3, h4, h6 {
  font-weight: bold;
}

img, svg {
	max-width: 100%;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #8E908E;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #8E908E;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


main {
	min-height: calc(100vh - 485px);
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background: black;
  box-shadow: 0px 3px 6px #00000029;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
	max-height: 24px;
}


.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .8rem;
    font-weight: 500;
    white-space: nowrap;
    transition: 0.3s;
    color: #EBECEC;
    padding: 0.5rem;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.nav-link:focus,
.nav-link:hover {
    color: #fff;
}

.navbar .getstarted,
.getstarted {padding: 5px 13px;margin-left: 0;border-radius: 3px;color: #fff;font-size: 14px;border: 1px solid #d90022;font-weight: 600;cursor: pointer;}

.navbar .getstarted:hover {
    color: #000;
    background: #8E908E;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    color: #0c3c53;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #47b2e4;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
.navbar .nav-link.active::before {
    content: " ";
    position: absolute;
    border-bottom: 3px solid red;
    width: 65%;
    bottom: -14px;
    height: 10px;
    left: 0;
    right: 0;
    margin: auto
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  position: absolute;
  left: 8px;
}

.mobile-lang {
  color: #fff;
  cursor: pointer;
  line-height: 0;
  transition: 0.5s;
  position: absolute;
  right: 3px;
  display: none;
  top: 3px;
  border: 1px solid;
  padding: 20px 10px;
  margin: 6px 5px 0 0;
  border-color: red;
  font-size: 20px;
  border-radius: 2px;
}

.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  position: absolute;
  left: 8px;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
    background: url(../img/mobile_menu.png) no-repeat center / contain;
    width: 36px;
    height: 36px;
    font-size: 0;
  }
  .mobile-lang {
    display: block;
  }
  .navbar ul {
    display: none;
  }
  #header .logo {
    width: 100%;
    text-align: center;
    margin: auto;
  }
  #header .logo img {
    max-height: 40px;
    max-width: calc(100% - 140px);
    margin: auto;
 }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  left: -100%;
  background: #0000005e;
  transition: 0.3s;
  z-index: 999;
  width: 100%;
  height: 100%;
  bottom: 0%;
}

.mobile-menu .navbar-mobile {
  left: 0%;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile .closebtn {
  font-size: 80px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 2;
  color: white;
  font-weight: 100;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #000;
  overflow-y: auto;
  transition: 1s;
  width: 85%;
  margin-bottom: 0px;
  padding-top: 80px;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 1.25em;
  color: #fff;
  margin: 12px 0;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #fff;
}

.navbar-mobile .getstarted {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

#hero {
  width: 100%;
  height: 80vh;
  background: #37517e;
}

#faq {
  background: linear-gradient(86deg, rgba(131, 132, 131, 1) 0%, rgba(49, 49, 49, 0.9923319669664741) 68%);
  box-shadow: 0px 3px 6px #00000029;
  padding-bottom: 0px;
}

#faq h1 {
  color: #FFFFFF;
  font-size: 1.8rem;
  margin: 0;
  padding: 18px 0;
}
#faq h1 a {
  color: #FFFFFF;
}

#hero .container{
  padding-top: 72px;
}
#faq .container {
  padding-top: 22px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

section {
  padding: 50px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

.faq .side_menu_wrap {
  padding-right: 3%;
}

.faq .faq-list {
  padding: 0 2px;
  border: 1px solid #8E908E;
  border-radius: 10px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
  margin: 5px 0px;
}

.faq .faq-list ul.second {
  margin: 2px 0px;
}

.faq .faq-list .first li {
  margin-top: 5px;
}

.faq .faq-list .third li {
  margin-top: 5px;
}

.faq .faq-list .second li {
  margin-top: 3px;
}


.faq .faq-list .first li {
  border-radius: 4px;
  position: relative;
}

.faq .faq-list .third li {
  border-radius: 4px;
  position: relative;
}

.faq .faq-list .first a {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  padding: 0px;
  outline: none;
  cursor: pointer;
  padding: 10px;
  background: #C5C5C5;
  border-left: 5px solid #313131;
  font-weight: bold;
}

.faq .faq-list .collapsed a:hover {
  background: #FF0000;
}

.faq .faq-list .third a {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  outline: none;
  cursor: pointer;
  border-radius: 12px 12px 0px 0px;
  padding: 10px;
	padding-right: 20px;
  background: #fff 0% 0% no-repeat padding-box !important;
  border: 1px solid #8E908E;
  font-weight: bold;
  border-bottom: 0px !important;
}

.faq .faq-list .first a.collapsed {
  background: #F8F8F8 0% 0% no-repeat padding-box !important;
  border: 0px !important;
  font-weight: 500 !important;
}

.faq .faq-list .second a {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  padding: 0px;
  outline: none;
  cursor: pointer;
  padding: 6px 25px;
  background: #ECECEC;
  border-left: 0px solid #313131;
}

.faq .faq-list .second a.collapsed {
  background: #ECECEC 0% 0% no-repeat padding-box !important;
  border: 0px !important;
  font-weight: normal !important;
}

.faq .faq-list .second a:hover {
  background: #dadada 0% 0% no-repeat padding-box !important;
  border: 0px !important;
  font-weight: normal !important;
}

.faq .faq-list .second a.on {
  background: #dadada 0% 0% no-repeat padding-box !important;
  border: 0px !important;
  font-weight: normal !important;
}


.faq .faq-list.totallist .third a.collapsed {
  background: #fff 0% 0% no-repeat padding-box !important;
  border: 1px solid #8E908E !important;
  font-weight: 600 !important;
  border-radius: 12px;
  margin-bottom: 16px;
  font-size: 12px;
}

.faq .faq-list .first .icon-show,
.faq .faq-list .first .icon-close,
.faq .faq-list .second .icon-show,
.faq .faq-list .second .icon-close,
.faq .faq-list .third .icon-show,
.faq .faq-list .third .icon-close {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 30%;
}

.faq-text {
  word-break: break-all;
}

.faq-title {
  background: #DEDEDE 0% 0% no-repeat padding-box;
  padding: 10px;
}

.faq .faq-list p {
  margin-bottom: 0;
  /* padding: 10px 0 0 0;*/
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #535353;
  transition: 0.3s;
  background: #8E908E;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

.third .faq-info {
  border: 1px solid #8E908E;
  border-top: 0px;
  border-radius: 0px 0px 12px 12px;
  padding: 10px;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 5px;
  }
}

.red {color: #d90022;}

#footer {
  font-size: 14px;
  background: black;
}

#footer .footer-top {padding: 60px 0 30px 0;background: #000000 0% 0% no-repeat padding-box;}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links:nth-child(1) ul:nth-child(1) li:nth-child(3), #footer .footer-top .footer-links:nth-child(1) ul:nth-child(1) li:nth-child(4), #footer .footer-top .footer-links:nth-child(1) ul:nth-child(1) li:nth-child(5), #footer .footer-top .footer-links:nth-child(1) ul:nth-child(1) li:nth-child(6) {
	padding: 2px 0px!important;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul li a span {
    position: relative;
    top: 1px;
    font-weight: bold;
    font-size: 1.5rem;
    margin-right: 3px;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 10px;
  padding-bottom: 30px;
  color: #fff;
  border-top: 1px solid #e8e8e887;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  padding-left: .5rem;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

.app-info {
	padding: 15px;
	max-width: 380px;
}
#footer .app-info a {
	display: unset !important;
}
.app-img {
	max-width: 47%;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
.app-img {
	max-width: 48%;
}

#footer .footer-top {}
#footer .footer-top .footer-links:nth-of-type(3){
	justify-content: center;
}


}

.search_header {
  border-left: 5px solid #000;
  padding-left: 15px;
  font-weight: bold;
}

.search_holder {
  position: relative;
  width: 100%;
  max-width: 450px;
  padding-left: 15px;
}

.search_bar,
.search_bar:focus,
.search_bar:active {
  background: black;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #8E908E !important;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  outline: none;
}

.search_bar::-webkit-input-placeholder {
  /* Edge */
  color: #F8F8F8;
}

.search_bar:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #F8F8F8;
}

.search_bar::placeholder {
  color: #F8F8F8;
}

.search_holder i {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  font-size: 20px;
}

.sp_catname {
	display: none;
}
@media (max-width: 768px) {

.side_menu_wrap h3,
.side_menu_wrap .side_menu {
	display: none;
}
.faq.index .side_menu_wrap h3,
.faq.index .side_menu_wrap .side_menu {
	display: block;
}
.sp_catname {
	display: block;
	list-style: none;
	padding: 0;
}
#main.detail .sp_catname {
	display: none;
}
.sp_catname li {
	font-size: calc(1.3rem + .6vw);
	font-weight: bold;
	padding: 0.2rem 0;
}
.sp_catname li:nth-child(1) {}
.sp_catname li:nth-child(2) {
	padding-left: 1.5rem;
	display: none;
}
.sp_catname li:nth-child(3) {
	padding-left: 3rem;
	display: none;
}

}