@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 {
  background-size: cover;
  background-position: 100% 100%;
  color: #fff;
  scroll-behavior: smooth; }

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

.container, .services_wrapp_item, .about_container, .faq_container, .slider_container, .contact_container, .contact_title {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px; }
  @media (min-width: 992px) {
    .container, .services_wrapp_item, .about_container, .faq_container, .slider_container, .contact_container, .contact_title {
      max-width: 1360px; } }
  @media (min-width: 1440px) {
    .container, .services_wrapp_item, .about_container, .faq_container, .slider_container, .contact_container, .contact_title {
      max-width: 1360px; } }

.bg_container {
  background-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 992px) {
    .bg_container {
      background-size: cover; } }
  @media (min-width: 1440px) {
    .bg_container {
      background-size: cover; } }

/*===  page  ===*/
.page {
  background-color: #fff;
  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, header .services_wrapp_item, header .about_container, header .faq_container, header .slider_container, header .contact_container, header .contact_title {
    display: none; }
    @media (min-width: 992px) {
      header .container, header .services_wrapp_item, header .about_container, header .faq_container, header .slider_container, header .contact_container, header .contact_title {
        align-items: center;
        background-color: transparent;
        display: flex;
        justify-content: space-between;
        padding: 40px 10px;
        width: 100%; } }
    @media (min-width: 1440px) {
      header .container, header .services_wrapp_item, header .about_container, header .faq_container, header .slider_container, header .contact_container, header .contact_title {
        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 {
  color: #131313;
  font-weight: 600;
  padding: 5px 25px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 6; }
  .nav_link:hover {
    color: #FFE000; }

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

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

#myLinks {
  background-color: #dedede; }

.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: 120px 0;
  text-align: center; }
  @media (min-width: 992px) {
    .live_support {
      text-align: left; } }
  @media (min-width: 1440px) {
    .live_support {
      text-align: left; } }
  .live_support .button_go_live {
    margin: 70px 0 120px auto; }

.live_title {
  color: #131313;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 992px) {
    .live_title {
      font-size: 46px;
      max-width: 570px;
      margin: 0 auto 0 0; } }
  @media (min-width: 1440px) {
    .live_title {
      font-size: 52px;
      max-width: 570px;
      margin: 0 auto 0 0; } }

.live_sub_title {
  color: #131313;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.45;
  margin: 30px auto 0 auto;
  width: 100%; }
  @media (min-width: 992px) {
    .live_sub_title {
      font-size: 16px;
      max-width: 470px;
      margin: 60px auto 0 0; } }
  @media (min-width: 1440px) {
    .live_sub_title {
      font-size: 18px;
      max-width: 470px;
      margin: 70px auto 0 0; } }

.button_go_live {
  background-color: #FFE000;
  border-radius: 36px;
  color: #131313;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  margin-top: 50px;
  opacity: 1;
  padding: 19px 60px;
  text-decoration: none;
  text-transform: uppercase; }
  .button_go_live:hover {
    opacity: 0.8; }

.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 {
  padding-bottom: 150px; }

.services_wrapp_item {
  color: #131313;
  display: block;
  margin-top: 30px;
  padding: 0 10px;
  text-align: center;
  width: 100%; }
  @media (min-width: 992px) {
    .services_wrapp_item {
      display: flex;
      justify-content: space-between;
      margin-top: 100px;
      padding: 0; } }
  @media (min-width: 1440px) {
    .services_wrapp_item {
      display: flex;
      justify-content: space-between;
      margin-top: 100px;
      padding: 0; } }

.services_item {
  background-color: #FFFAD3;
  box-shadow: 0px 0px 30px #5555551A;
  border-radius: 20px;
  margin: 10px auto;
  padding: 20px;
  text-align: center;
  width: 100%; }
  @media (min-width: 992px) {
    .services_item {
      margin: 0;
      max-width: 420px;
      padding: 60px 35px;
      text-align: left; } }
  @media (min-width: 1440px) {
    .services_item {
      margin: 0;
      max-width: 420px;
      padding: 60px 35px;
      text-align: left; } }

.middle_item {
  border: 2px solid #FFE000;
  background-color: #fff; }

.services_title {
  color: #131313;
  font-size: 20px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  margin: 20px auto; }
  @media (min-width: 992px) {
    .services_title {
      align-items: center;
      display: flex;
      font-size: 25px;
      margin: 40px auto 30px; } }
  @media (min-width: 1440px) {
    .services_title {
      align-items: center;
      display: flex;
      font-size: 25px;
      margin: 40px auto 30px; } }

.sevices_text {
  color: #131313;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2; }
  @media (min-width: 992px) {
    .sevices_text {
      font-size: 16px;
      line-height: 1.8; } }
  @media (min-width: 1440px) {
    .sevices_text {
      font-size: 16px;
      line-height: 1.8; } }

/*=== About ===*/
.about {
  height: auto;
  padding: 30px 10px; }
  @media (min-width: 992px) {
    .about {
      padding: 80px 10px; } }
  @media (min-width: 1440px) {
    .about {
      padding: 100px 0; } }
  .about .go_to_live_support_wrapper {
    text-align: center; }
    @media (min-width: 992px) {
      .about .go_to_live_support_wrapper {
        text-align: left; } }
    @media (min-width: 1440px) {
      .about .go_to_live_support_wrapper {
        text-align: left; } }

.about_container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0; }
  @media (min-width: 992px) {
    .about_container {
      flex-direction: row; } }
  @media (min-width: 1440px) {
    .about_container {
      flex-direction: row; } }

.about_title, .faq_title {
  color: #111419;
  font-size: 42px;
  font-weight: 700;
  margin-top: 60px;
  text-align: center;
  width: 100%; }
  @media (min-width: 992px) {
    .about_title, .faq_title {
      font-size: 54px;
      margin-top: 0;
      max-width: 600px;
      text-align: left; } }
  @media (min-width: 1440px) {
    .about_title, .faq_title {
      font-size: 60px;
      margin-top: 0;
      max-width: 600px;
      text-align: left; } }

.about_sub_title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin-left: auto;
  max-width: 630px;
  margin-top: 25px;
  text-align: center; }
  @media (min-width: 992px) {
    .about_sub_title {
      font-size: 18px;
      line-height: 1.8;
      text-align: left; } }
  @media (min-width: 1440px) {
    .about_sub_title {
      font-size: 20px;
      line-height: 1.8;
      text-align: left; } }

.about_image {
  max-width: 300px;
  width: 100%; }
  @media (min-width: 992px) {
    .about_image {
      max-width: 600px; } }
  @media (min-width: 1440px) {
    .about_image {
      max-width: 600px; } }

.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 .link_font {
    margin-right: 5px; }

.faq_container {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  padding: 30px 10px; }
  @media (min-width: 992px) {
    .faq_container {
      flex-direction: row;
      padding: 0; } }
  @media (min-width: 1440px) {
    .faq_container {
      flex-direction: row;
      padding: 0; } }

.page_link {
  color: #B10000; }
  .page_link:hover {
    color: #000;
    font-weight: 700; }

.faq_title {
  max-width: 1360px;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 992px) {
    .faq_title {
      margin: 0 0 50px 0;
      text-align: left; } }
  @media (min-width: 1440px) {
    .faq_title {
      margin: 0 0 50px 0;
      text-align: left; } }

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

.accordion {
  border: 1px solid transparent;
  background-color: #fff;
  box-shadow: 0px 0px 15px #5555551A;
  border-radius: 20px 20px;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 25px;
  font-weight: 700;
  line-height: 24px;
  margin: 13px 0 0 0;
  outline: none;
  position: relative;
  padding: 5px 30px 5px 5px;
  text-align: left;
  transition: 0.4s;
  width: 100%; }
  @media (min-width: 992px) {
    .accordion {
      padding: 15px 40px 15px 15px; } }
  @media (min-width: 1440px) {
    .accordion {
      padding: 15px 40px 15px 15px; } }

.active,
.accordion:hover {
  background-color: #fff;
  color: #303030; }

.accordion:before {
  color: #FFE000;
  content: "+";
  font-size: 52px;
  position: absolute;
  right: 15px;
  top: 55%;
  transform: translate(50%, -50%); }
  @media (min-width: 992px) {
    .accordion:before {
      top: 50%; } }
  @media (min-width: 1440px) {
    .accordion:before {
      top: 50%; } }

.accordion.active {
  border-radius: 20px 20px 0 0;
  border-bottom: transparent; }

.accordion:hover:before {
  color: #dd0000; }

.active:before {
  content: "-";
  color: #FFE000;
  right: 15px; }

.accordion.active {
  color: #000; }

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }
  .panel p {
    border: 1px solid transparent;
    background-color: #fff;
    box-shadow: inset 1px 20px 20px 11px #5555551a;
    border-radius: 0 0 20px 20px;
    color: #303030;
    font-size: 18px;
    font-weight: 400;
    padding: 10px; }
    @media (min-width: 992px) {
      .panel p {
        padding: 0 40px 15px; } }
    @media (min-width: 1440px) {
      .panel p {
        padding: 0 60px 20px; } }

/*=== Slider ===*/
.slider {
  color: #131313;
  padding: 35px 10px; }
  @media (min-width: 992px) {
    .slider {
      padding: 75px 10px; } }
  @media (min-width: 1440px) {
    .slider {
      padding: 85px 10px; } }

.slider_container {
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 0px 30px #5555551A;
  border-radius: 20px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  padding: 10px; }
  @media (min-width: 992px) {
    .slider_container {
      flex-direction: row;
      padding: 60px; } }
  @media (min-width: 1440px) {
    .slider_container {
      flex-direction: row;
      padding: 80px; } }

.slider_item {
  width: 100%; }
  @media (min-width: 992px) {
    .slider_item {
      max-width: 630px; } }
  @media (min-width: 1440px) {
    .slider_item {
      max-width: 630px; } }

.img_path {
  margin: 15px 0; }

.img_slider {
  max-width: 300px;
  width: 100%; }
  @media (min-width: 992px) {
    .img_slider {
      max-width: 510px;
      width: 100%; } }
  @media (min-width: 1440px) {
    .img_slider {
      max-width: 530px;
      width: 100%; } }

.slider_text {
  font-size: 20px;
  font-weight: 600;
  margin-right: 40px; }

.slider_name {
  font-size: 16px;
  font-weight: 600; }

.slider_data {
  align-items: center;
  display: flex;
  justify-content: space-between; }

/*=== Contact ===*/
.contact {
  background-color: #F7F7F7;
  color: #131313;
  height: auto;
  padding: 40px 0;
  text-align: center; }

.contact_container {
  align-items: flex-start;
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    .contact_container {
      align-items: center;
      flex-direction: row;
      justify-content: space-between; } }
  @media (min-width: 1440px) {
    .contact_container {
      align-items: center;
      flex-direction: row;
      justify-content: space-between; } }
  .contact_container .button_go_live {
    margin: 0; }
    .contact_container .button_go_live:hover {
      color: #000;
      opacity: 0.8; }

.contact_title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 10px; }

.contact_item {
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .contact_item {
      margin: 0; } }
  @media (min-width: 1440px) {
    .contact_item {
      margin: 0; } }
  .contact_item .button_go_live {
    font-size: 20px;
    padding: 8px 43px; }
  .contact_item a {
    color: #131313;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none; }
    .contact_item a:hover {
      color: #dd0000; }

.symbol_icon {
  align-items: center;
  display: flex; }

.img_contact {
  height: 20px;
  margin-right: 15px;
  width: 22px; }

.icon_content {
  font-size: 14px;
  text-align: left; }

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

#myBtn {
  background-color: #66ff33;
  border-radius: 5px;
  border: none;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  outline: none;
  position: fixed;
  padding: 15px;
  right: 30px;
  z-index: 99; }
  #myBtn:hover {
    background-color: #2db300;
    color: #000; }

/*=== Footer ===*/
footer {
  color: #131313; }
  footer .container, footer .services_wrapp_item, footer .about_container, footer .faq_container, footer .slider_container, footer .contact_container, footer .contact_title {
    font-size: 16px;
    font-weight: 700;
    padding: 50px 10px;
    text-align: center; }
