@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;1,300;1,500;1,600&display=swap");

:root {
  --theme-color: #3787c3;
  --theme-one: #fa8fc1;
  --theme-two: #99754566;
  --primary-color: #3787c3;
  --section-bg: #f7f7f7;
  --section-bg-two: #fff9f5;
  --button-color: #252627;
  --secoundary-color: #1e19cf;
  --secoundary-one: #2f16;
  --white-color: #fff;
  --black-color: #000000;
  --ratting-color: #ffd247;
  --pragraph-color: #636363;
  --gray-color: #999999;
  --box-bg: #242471;
  --border-color: #91b3cd;
  --radius: #3e3ec9;
  --border: #6100ff;
  --border-two: #e8dff8;
  --placehol: #b0bcde;

  --zb-blue1: #091F2B;
  --zb-blue2: #003059;
  --zb-blue3: #2EA8E5;
  --zb-yellow: #FF7630;
}

body {
  color: var(--white-color);
  padding: 0;
  margin: 0;
  background: var(--white-color);
  overflow-x: auto;
}

.body-padding {
  padding-top: 95px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  margin: 0 !important;
}

h1 {
  font-size: 70px;
  font-weight: 700;
  line-height: clamp(50px, 8vw, 70px);
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-weight: 700;
  font-size: 57px;
  line-height: clamp(36px, 6vw, 56px);
  font-family: "Montserrat", sans-serif;
}

h3 {
  font-size: 43px;
  line-height: 57px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

h4 {
  font-size: 32px;
  line-height: 45.2px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

h5 {
  font-size: 30px;
  line-height: 31.2px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

h6 {
  font-size: 18px;
  margin-top: -1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 25px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  margin: 0;
  color: var(--white-color);
  font-family: "Montserrat", sans-serif;
}

a:hover {
  text-decoration: none;
  color: var(--zb-blue3);
}

input:focus {
  color: var(--white-color);
}

p {
  /* font-size: 16px; */
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 1.8;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
}

img,
video {
  max-width: 100%;
  height: auto;
}

.col-12 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pt-140 {
  padding-top: 140px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-30-none {
  margin-bottom: -25px;
}

.mb-30 {
  margin-bottom: 25px;
}

/*-Responsive-*/
/*-Responsive-*/
@media screen and (max-width: 991px) {
  .pt-140 {
    padding-top: 100px;
  }

  .pb-140 {
    padding-bottom: 100px;
  }

  .pt-100 {
    padding-top: 60px;
  }

  .pb-100 {
    padding-bottom: 60px;
  }

  .pt-80 {
    padding-top: 40px;
  }

  .pb-80 {
    padding-bottom: 40px;
  }

  .pt-60 {
    padding-top: 30px;
  }

  .pb-60 {
    padding-bottom: 30px;
  }

  .pt-40 {
    padding-top: 20px;
  }

  .pb-40 {
    padding-bottom: 20px;
  }

  .mt-120 {
    margin-top: 80px;
  }

  .mt-60 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pt-140 {
    padding-top: 90px;
  }

  .pb-140 {
    padding-bottom: 90px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 575px) {
  .pt-140 {
    padding-top: 80px;
  }

  .pb-140 {
    padding-bottom: 80px;
  }

  .pt-100 {
    padding-top: 40px;
  }

  .pb-100 {
    padding-bottom: 40px;
  }

  .pt-80 {
    padding-top: 30px;
  }

  .pb-80 {
    padding-bottom: 30px;
  }

  .pt-60 {
    padding-top: 25px;
  }

  .pb-60 {
    padding-bottom: 25px;
  }

  .pt-40 {
    padding-top: 20px;
  }

  .pb-40 {
    padding-bottom: 20px;
  }

  .mt-120 {
    margin-top: 40px;
  }

  .mt-60 {
    margin-top: 25px;
  }
}

/*-Responsive-*/
/*-Responsive-*/
.active-bg {
  background-color: var(--theme-color);
}

.active-bg .header-tittle {
  color: var(--white-color);
}

.active-bg .price h3 {
  color: var(--white-color) !important;
}

.active-bg .price p {
  color: var(--white-color);
}

.active-bg .price .list li {
  color: var(--white-color) !important;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.twitter {
  background: var(--secoundary-color) !important;
}

.twitch {
  background: rgb(110, 60, 210) !important;
}

.youtube {
  background: rgb(172, 46, 46) !important;
}

.insta {
  background: rgb(207, 93, 93) !important;
}

.lind {
  background: rgb(78, 131, 228) !important;
}

.face {
  background: rgb(27, 114, 244) !important;
}

.bg {
  background: var(--section-bg);
}

.cursor-pointer {
  cursor: pointer;
}

/*--Section Header Start--*/
/*--Section Header Start--*/
.section-center {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
}

.section-header {
  position: relative;
}

.section-header .section-title {
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 5px;
  text-transform: uppercase;
}

.section-header p {
  font-size: 18px;
  margin-bottom: 35px;
  color: var(--pragraph-color);
}

@media screen and (max-width: 991px) {
  .section-center {
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 767px) {
  .section-center {
    margin: 0 auto 30px;
  }

  .section-header p {
    font-size: 17px;
  }
}

@media screen and (max-width: 575px) {
  .section-header p {
    font-size: 16px;
  }
}

/*--Section Header End--*/
/*--Section Header End--*/
/*========== About Section Start  ==========*/
.about-section {
  overflow: hidden;
}

.about-section .about-thumb img {
  width: 100%;
  height: 100%;
}

.about-section .about-items .about-tittle {
  color: var(--black-color);
  margin-bottom: 30px;
}

.about-section .about-items p {
  margin-bottom: 10px;
  text-indent: 2em;
}

.about-section .about-items .js {
  margin-bottom: 10px;
  text-indent: 2em;
  overflow: hidden;
  position: relative;
}

.about-section .about-items .js #showmore {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--white-color);
  color: var(--theme-color);
  cursor: pointer;
  margin-bottom: 0;
}

.about-section .about-items .button {
  margin-top: 25px;
}

.about-section .about-items .button .btns {
  padding: 15px 30px;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
  border: 1px solid var(--theme-color);
}

.about-section .about-items .button .btns:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.about-section .about-items .progress-items {
  margin-top: 30px;
}

.about-section .about-items .progress-conetnt h6 {
  color: var(--theme-color);
  text-transform: uppercase;
  margin-bottom: -10px;
}

.about-section .about-items .progress {
  margin: 18px 0;
  padding: 0;
  width: 100%;
  height: 25px;
  overflow: hidden;
  background: var(--section-bg);
  border-radius: 6px;
}

.about-section .about-items .bar {
  position: relative;
  min-width: 1%;
  height: 100%;
  background: var(--theme-color);
}

.about-section .about-items .percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: tahoma, arial, helvetica;
  font-size: 12px;
  color: white;
}

/*========== About Section End  ==========*/
/*========== Footer Scetion Start ==========*/
.footer-section {
  overflow: hidden;
  background-color: var(--zb-blue1);
}

.footer-section .logo-box img {
  width: 120px;
}

.footer-section .basic .company-name {
  color: var(--white-color);
  margin-top: 26px;
}

.footer-section .basic .company-name-en {
  color: var(--white-color);
  font-size: 12px;
}

.footer-section .basic .right-item {
  text-align: center;
  padding-bottom: 20px;
}

.footer-section .basic .right-item .img-box {
  position: relative;
}

.footer-section .basic .right-item .img-box span {
  position: absolute;
  top: 10px;
  left: 10px;
  color: var(--white-color);
}

.footer-section .basic .right-item .img-box img {
  width: 100%;
  border-radius: 6px;
  display: inline-block;
  overflow: hidden;
}

.footer-section .basic .right-item a {
  display: inline-block;
  margin-top: 26px;
  width: clamp(100px, 80%, 200px);
  background-color: var(--zb-blue3);
  color: var(--white-color);
  border-radius: 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.footer-section .basic .right-item a:hover {
  background-color: var(--white-color);
  color: var(--zb-blue3);
}

.footer-section .basic ul li {
  /* font-size: 18px; */
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 2.5;
}

.footer-section .basic ul li a {
  cursor: pointer;
}

.footer-section .basic ul li a:hover {
  color: var(--zb-blue3);
}

.footer-section .record-filing {
  border-top: 1px solid var(--white-color);
}

.footer-section .record-filing p {
  padding-top: 12px;
  padding-bottom: 22px;
  color: var(--white-color);
}

.footer-section .record-filing p a {
  color: var(--zb-blue3);
}

/*========== Footer Scetion Here ==========*/

/*----Menu Header Start-----*/
.header-section {
  top: 0;
  width: 100%;
  z-index: 99999;
}

.header-section .header-top {
  background-color: var(--zb-blue1);
  height: 40px;
  line-height: 40px;
}

.header-section-two {
  top: 0;
  width: 100%;
  z-index: 99999;
  position: absolute;
}

.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.9s;
  background: var(--zb-blue3);
  box-shadow: 0px -31px 32px 9px var(--theme-color);
}

.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all 0.9s;
  padding: 20px 0;
}

.header-wrapper .logo-menu .logo {
  display: flex;
  /* max-height: 50px; */
}

.header-wrapper .logo-menu img {
  display: block;
  max-height: 50px;
  /* height: 100%; */
  /* width: 100%; */
}

.header-wrapper .logo-menu .company {
  margin-left: 1rem;
  border-left: 1px solid;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header-wrapper .logo-menu .company .zh {
  font-weight: 550;
  font-size: 1.1rem;
}

.header-wrapper .logo-menu .company .en {
  font-size: 0.79rem;
}

.header-wrapper .main-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.header-wrapper .main-menu .lang-container {
  display: none;
}

.header-wrapper .main-menu li {
  transition: all 0.6s;
  position: relative;
}

.header-wrapper .main-menu li:not(:nth-last-child(2)) {
  margin-right: 25px;
}
.header-wrapper .main-menu li:last-child {
  margin-right: 0;
}

.header-top .header-wrapper .main-menu li a {
  color: var(--white-color);
}

.header-wrapper .main-menu li a {
  color: var(--black-color);
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s;
  text-transform: capitalize;
  cursor: pointer;
}

.header-wrapper .main-menu li a:hover {
  color: var(--zb-blue3);
}

.header-wrapper .main-menu li a svg {
  font-size: 13px;
  margin-bottom: 3px;
}

.header-wrapper .main-menu li .sub-menu {
  display: none;
  transform: translateY(15px);
}

@media (min-width: 992px) {
  .header-wrapper.menu-wrapper .main-menu li .sub-menu {
    top: calc(100% + 20px);
  }

  .header-wrapper .main-menu li .sub-menu {
    position: absolute;
    top: 100%;
    left: -35px;
    z-index: 999;
    width: 140px;
    transition: all 0.8s;
    background: #f0f8ff;
    padding: 10px 10px 10px;
    box-shadow: -1px 7px 19px -14px rgb(66, 106, 184);
    border-radius: 5px;
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}

.header-wrapper .main-menu li .sub-menu li {
  margin-right: 0;
}

.header-wrapper .main-menu li .sub-menu li a {
  color: var(--black-color);
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  display: block;
  padding: 15px 0;
}

.header-wrapper .main-menu li .sub-menu li:not(:last-child) {
  border-bottom: 1px solid rgba(18, 19, 21, 0.1215686275);
}

.header-wrapper .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-wrapper .main-menu .active a {
  color: var(--theme-color);
}

.header-wrapper .main-menu .logo-menu-three {
  width: 130px;
  height: 85px;
}

.header-wrapper .main-menu .logo-menu-three img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.navbar .nav-links {
  color: var(--theme-color);
  margin-left: 15px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-item.style-two {
  text-align: center;
  padding: 10px;
}

/* ========= 5.1 HEADER ========= */
/* navbar Start here */
.navbar {
  background-color: transparent;
  display: block;
  padding: 15px 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: all 0.5s ease-in-out;
}

.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.9s;
  background: #f0f8ff;
  box-shadow: 0px -31px 32px 9px var(--theme-color);
}

.navbar .navbar-brand {
  color: white;
}

.navbar .nav-link {
  color: white;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.logo-brand {
  width: 150px;
  transition: 0.5s;
  position: relative;
  margin-top: 10px;
}

.logo-brand img {
  width: 100%;
}

.navbar .navbar-toggler {
  color: transparent;
  background-color: white;
}

.navbar .nav-icon {
  color: var(--theme-color);
}

.navbar .dropdown-menu {
  position: absolute;
  background-color: #fff;
  top: 50px;
  left: -60px;
  width: 250px;
  padding: 0;
  border-radius: 5px;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s ease-in-out;
}

.navbar .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 991px) {
  .navbar .nav-link {
    margin: 10px auto !important;
    text-align: center;
  }

  .navbar .dropdown-menu {
    background-color: #fff;
    top: 50px;
    left: 0px !important;
    width: 100% !important;
  }

  .navbar .dropdown-menu .dropdown-item {
    background: #fff;
  }

  .navbar-nav {
    max-height: calc(100vh - 130px);
    overflow-y: auto;
  }

  .ms-auto {
    margin-left: auto !important;
    background: var(--white-color);
    width: 100%;
    overflow: auto;
  }
}

/* navbar End here */

/*========== Breadcumd Banner Start  ==========*/
.breadcumd-banner {
  position: relative;
  background: url(../../assets/images/banner/bg5.jpg) no-repeat center center;
  background-size: cover;
}

.breadcumd-banner .breadcumd-wrapper {
  position: relative;
  padding: 200px 0px;
  text-align: center;
}

.breadcumd-banner .breadcumd-wrapper h1 {
  color: var(--black-color);
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}

/*========== Breadcumd Banner End  ==========*/

/*=============== Contact Page Here ===============*/
.contact-info {
  overflow: hidden;
}

.contact-info .transaction {
  margin-top: clamp(30px, 5.5vw, 120px);
}

.contact-info .googpemap iframe {
  width: 100%;
  height: 600px;
  border-radius: 20px;
}

.contact-info h4,
.contact-info h5 {
  color: var(--black-color);
  line-height: 2;
}

.contact-info ul li {
  color: var(--black-color);
  line-height: 2.5;
  font-size: 16px;
}

.map-section.style-two .googpemap {
  padding: 0px 0px 0px;
}

.map-section.style-two {
  overflow: hidden;
}

.map-section {
  overflow: hidden;
}

/*=============== Contact Page End ===============*/

/*=============== Pricing Section End ===============*/
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin4 {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(60deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes spin3 {
  0% {
    transform: rotate(0deg) scale(1.1);
  }

  50% {
    transform: rotate(-10deg);
  }

  100% {
    transform: rotate(0deg) scale(1.1);
  }
}

@media screen and (max-width: 1199px) {
  .header-wrapper .logo-menu {
    max-width: 330px;
  }

  .header-wrapper .main-menu .btn-wrapper {
    margin-left: 0px;
  }

  .header-wrapper .main-menu li a {
    font-size: 17px;
  }
}

@media screen and (max-width: 991px) {
  .header-section .header-top {
    display: none;
  }
  
  .header-wrapper .main-menu .lang-container {
    display: block;
  }

  .menu-btn-wrapper {
    display: none;
  }

  .header-wrapper {
    padding: 12px 0px;
  }

  .header-wrapper .logo-menu {
    padding: 0px 0px;
  }

  .main-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    display: inline !important;
    left: 0;
    z-index: 999;
    padding: 15px 15px;
    background: #f0f8ff;
    transition: all 2s !important;
    transform-origin: top;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
  }

  .main-menu:not(.active) {
    display: none !important;
    transition: all 2s;
  }

  .main-menu li {
    width: 100%;
  }

  .main-menu li:not(:last-child) {
    border-bottom: 1px solid rgb(198, 206, 210);
    margin-right: 0 !important;
  }

  .main-menu li a {
    display: block;
    padding: 14px 0px;
  }

  .main-menu .btn-wrapper {
    margin-top: 15px;
  }

  .main-menu .btn-wrapper .cmn--btn-3 {
    margin-top: 14px;
  }

  .main-menu .active a {
    color: var(--white-color);
  }

  .header-bar {
    position: relative;
    width: 25px;
    height: 20px;
  }

  .header-bar span {
    position: absolute;
    width: 100%;
    height: 2px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
    background: var(--theme-color);
  }

  .header-bar span:first-child {
    top: 0;
    background: var(--theme-color);
  }

  .header-bar span:nth-child(2) {
    top: 44%;
    background: var(--theme-color);
  }

  .header-bar span:last-child {
    bottom: 0;
    background: var(--theme-color);
  }

  .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
  }

  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }

  .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
  }

  .header-bar:hover {
    cursor: pointer;
  }

  .header-wrapper .main-menu li .sub-menu {
    background: var(--white-color);
    position: relative;
    transform: translateY(2px);
  }

  .header-wrapper .main-menu li .sub-menu li a {
    color: var(--black-color);
    padding: 10px 20px;
  }
}
@media (min-width: 1400px) {
  .container {
      width: 1280px;
  }
}

/*------ fullscreen search bar area end here --------*/
/*# sourceMappingURL=main.css.map */