@import url("https://fonts.googleapis.com/css2?family=Open Sans:wght@100;200;300;500;600;700;800;900&display=swap");
/* mobile first */
/*=== Global ===*/
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  color: #fff;
  scroll-behavior: smooth; }

body {
  font-family: 'Open Sans', sans-serif; }

.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px; }
  @media (min-width: 992px) {
    .container {
      max-width: 1400px; } }
  @media (min-width: 1440px) {
    .container {
      max-width: 1400px; } }

.bg_container {
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 100%; }

.mov_top {
  background-color: #FFCC02;
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 0 30px 0;
  width: 100%; }

/*===  page  ===*/
.page {
  display: flex;
  flex-direction: column; }

/*=== Heder ===*/
header {
  position: relative;
  width: 100%;
  z-index: 6; }
  @media (min-width: 992px) {
    header {
      background-color: transparent; } }
  @media (min-width: 1440px) {
    header {
      background-color: transparent; } }
  header .container {
    display: none; }
    @media (min-width: 992px) {
      header .container {
        align-items: center;
        background-color: transparent;
        display: flex;
        justify-content: space-between;
        padding: 40px 10px;
        width: 100%; } }
    @media (min-width: 1440px) {
      header .container {
        align-items: center;
        background-color: transparent;
        display: flex;
        justify-content: space-between;
        padding: 40px 10px;
        width: 100%; } }

.logo_img {
  max-width: 240px;
  width: 100%; }
  @media (min-width: 992px) {
    .logo_img {
      max-width: 296px; } }
  @media (min-width: 1440px) {
    .logo_img {
      max-width: 296px; } }

.navigation {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  text-decoration: none; }

.nav_link {
  border-right: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  padding: 2px 25px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 6; }
  .nav_link:hover {
    color: #FFCC02; }

.topnav {
  background-color: transparent;
  overflow: hidden;
  position: relative; }
  .topnav a {
    color: #fff;
    display: block;
    font-size: 17px;
    padding: 14px 16px;
    text-decoration: none; }
    .topnav a:hover {
      color: #FFCC02; }
  .topnav #myLinks {
    display: none; }

.topnav a.icon {
  background-color: #FFCC02;
  color: #fff;
  display: block;
  position: absolute;
  right: 10px;
  top: 14px; }

#myLinks {
  background-color: #707070; }

.desctop_navigation {
  display: none; }
  @media (min-width: 992px) {
    .desctop_navigation {
      display: block; } }
  @media (min-width: 1440px) {
    .desctop_navigation {
      display: block; } }

.mobile_navigation {
  display: block; }
  @media (min-width: 992px) {
    .mobile_navigation {
      display: none; } }
  @media (min-width: 1440px) {
    .mobile_navigation {
      display: none; } }

/*=== Live Support ===*/
.live_support {
  height: auto;
  padding-top: 160px;
  padding-bottom: 350px;
  text-align: center;
  text-transform: uppercase; }

.live_title {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.5;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 992px) {
    .live_title {
      font-size: 44px; } }
  @media (min-width: 1440px) {
    .live_title {
      font-size: 50px; } }

.live_sub_title {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.45;
  max-width: 680px;
  margin: 0 auto;
  padding: 30px 0; }
  @media (min-width: 992px) {
    .live_sub_title {
      font-size: 16px;
      line-height: 2;
      padding: 50px 0; } }
  @media (min-width: 1440px) {
    .live_sub_title {
      font-size: 18px;
      line-height: 2;
      padding: 60px 0; } }

.button_go_live {
  background-color: #FFCC02;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  margin-top: 50px;
  opacity: 1;
  padding: 20px 55px;
  text-decoration: none; }

.go_to_live_support_wrapper {
  margin: 0 auto; }
  @media (min-width: 992px) {
    .go_to_live_support_wrapper {
      margin: 0; } }
  @media (min-width: 1440px) {
    .go_to_live_support_wrapper {
      margin: 0; } }

/*=== Services ===*/
.services {
  position: relative;
  top: -125px;
  z-index: 5; }

.services_wrapp_item {
  background-color: #FFCC02;
  color: #fff;
  margin: 30px auto 0 auto;
  max-width: 1110px;
  padding: 0 10px;
  text-align: center;
  width: 100%; }
  @media (min-width: 992px) {
    .services_wrapp_item {
      padding: 0; } }
  @media (min-width: 1440px) {
    .services_wrapp_item {
      padding: 0; } }

.services_title {
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  margin: 0 auto 30px auto;
  text-align: center; }
  @media (min-width: 992px) {
    .services_title {
      font-size: 42px; } }
  @media (min-width: 1440px) {
    .services_title {
      font-size: 46px; } }

.services_item {
  margin: 10px auto;
  max-width: 580px;
  opacity: 1;
  padding: 35px 0;
  text-align: center;
  width: 100%; }

.page_link {
  color: #dedede; }

.item_title {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase; }

.item_sub_title {
  color: #fff;
  font-size: 18px;
  font-weight: 400; }

/*=== About ===*/
.about {
  height: auto; }

.about_container {
  align-items: center;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1110px;
  margin: 0 auto;
  padding-left: 0; }
  @media (min-width: 992px) {
    .about_container {
      flex-direction: row; } }
  @media (min-width: 1440px) {
    .about_container {
      flex-direction: row; } }

.about_title {
  color: #636363;
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 30px;
  margin-top: 60px;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .about_title {
      font-size: 40px;
      margin-top: 0;
      padding-bottom: 60px; } }
  @media (min-width: 1440px) {
    .about_title {
      font-size: 44px;
      margin-top: 0;
      padding-bottom: 70px; } }

.about_subtitle {
  color: #636363;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase; }

.about_text {
  color: #636363;
  font-size: 14px;
  font-weight: 400;
  margin-left: auto;
  max-width: 500px;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: center; }
  @media (min-width: 992px) {
    .about_text {
      font-size: 16px;
      line-height: 1.5;
      margin-top: 25px;
      margin-bottom: 0; } }
  @media (min-width: 1440px) {
    .about_text {
      font-size: 18px;
      line-height: 1.9;
      margin-top: 25px;
      margin-bottom: 0; } }

.about_wrapper {
  max-width: 475px;
  text-align: center; }

.goup_image {
  left: 0;
  position: relative;
  width: 100%; }

/*=== Faq ===*/
.faq {
  height: auto; }
  @media (min-width: 992px) {
    .faq {
      height: 100%;
      padding: 35px 10px; } }
  @media (min-width: 1440px) {
    .faq {
      height: 100%;
      padding: 95px 10px; } }

.faq_title {
  color: #636363;
  font-size: 44px;
  font-weight: 600;
  text-align: center; }

.faq_subtitle {
  color: #636363;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  max-width: 790px;
  text-align: center; }

.faq-content {
  margin-top: 40px;
  max-width: 884px;
  padding: 10px 0; }

.accordion {
  background-color: transparent;
  border: 2px solid transparent;
  color: #FFCC02;
  cursor: pointer;
  display: flex;
  font-size: 25px;
  font-weight: 700;
  line-height: 24px;
  margin: 13px 0 0 0;
  justify-content: center;
  outline: none;
  position: relative;
  padding: 18px 18px 18px 60px;
  text-align: left;
  transition: 0.4s;
  width: 100%; }

.active,
.accordion:hover {
  background: #FFCC02;
  color: #ffffff; }

.accordion:after {
  color: #FFCC02;
  content: "+";
  font-size: 70px;
  left: -10px;
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%); }

.accordion:hover:after {
  color: #ffffff; }

.active:after {
  content: "-";
  color: #ffffff;
  left: 0; }

.accordion.active {
  color: #ffffff; }

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }
  .panel p {
    background-color: #FFCC02;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding: 0 60px 20px; }

/*=== Contact ===*/
.contact {
  color: #636363;
  height: auto;
  padding-bottom: 80px; }

.contact_container {
  align-items: center;
  border: 2px solid #FFCC02;
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 30px 70px 30px; }
  @media (min-width: 992px) {
    .contact_container {
      padding: 20px; } }
  @media (min-width: 1440px) {
    .contact_container {
      padding: 50px 30px 70px 30px; } }

.contact_wrapp {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly; }
  @media (min-width: 992px) {
    .contact_wrapp {
      flex-direction: row; } }
  @media (min-width: 1440px) {
    .contact_wrapp {
      flex-direction: row; } }

.contact_right {
  line-height: 1.8;
  width: 100%; }
  @media (min-width: 992px) {
    .contact_right {
      line-height: 1.8;
      max-width: 500px; } }
  @media (min-width: 1440px) {
    .contact_right {
      line-height: 1.8;
      max-width: 500px; } }

.contact_left {
  max-width: 500px;
  width: 100%; }

.contact_title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 42px;
  text-align: center; }
  @media (min-width: 992px) {
    .contact_title {
      font-size: 49px; } }
  @media (min-width: 1440px) {
    .contact_title {
      font-size: 55px; } }

.contact_link {
  align-items: center;
  display: flex;
  font-size: 14px;
  flex-direction: column-reverse;
  justify-content: center;
  margin-top: 30px; }
  @media (min-width: 992px) {
    .contact_link {
      font-size: 16px;
      flex-direction: row;
      justify-content: flex-end; } }
  @media (min-width: 1440px) {
    .contact_link {
      font-size: 18px;
      flex-direction: row;
      justify-content: flex-end; } }

.link {
  font-size: 12px;
  font-weight: 600; }
  @media (min-width: 992px) {
    .link {
      font-size: 18px; } }
  @media (min-width: 1440px) {
    .link {
      font-size: 22px; } }
  .link .blue_font a {
    color: #9e9e9e;
    font-weight: 900; }

.blue_font a {
  font-weight: 500;
  text-decoration: none; }
  .blue_font a:hover {
    color: rgba(255, 0, 0, 0.8); }

.contact_text {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.35;
  text-align: center; }
  @media (min-width: 992px) {
    .contact_text {
      line-height: 2.2; } }
  @media (min-width: 1440px) {
    .contact_text {
      line-height: 2.2; } }

/*=== Back To Top button ===*/
.back_top {
  background-color: yellowgreen;
  color: black; }

#myBtn {
  background-color: #ff3200;
  border-radius: 5px;
  border: none;
  bottom: 20px;
  color: #000;
  cursor: pointer;
  font-size: 18px;
  outline: none;
  position: fixed;
  padding: 15px;
  right: 30px;
  z-index: 99; }
  #myBtn:hover {
    background-color: rgba(255, 0, 0, 0.4); }

/*=== Footer ===*/
footer {
  background-color: #FFCC02;
  color: #fff; }
  footer .container {
    font-size: 16px;
    font-weight: 700;
    padding: 50px 10px;
    text-align: center; }
