@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, .conversation_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, .conversation_container, .contact_container, .contact_title {
      max-width: 1420px; } }
  @media (min-width: 1440px) {
    .container, .services_wrapp_item, .about_container, .faq_container, .conversation_container, .contact_container, .contact_title {
      max-width: 1420px; } }

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

/*===  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 .conversation_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 .conversation_container, header .contact_container, header .contact_title {
        align-items: center;
        background-color: transparent;
        display: flex;
        justify-content: space-between;
        padding: 20px 10px;
        width: 100%; } }
    @media (min-width: 1440px) {
      header .container, header .services_wrapp_item, header .about_container, header .faq_container, header .conversation_container, header .contact_container, header .contact_title {
        align-items: center;
        background-color: transparent;
        display: flex;
        justify-content: space-between;
        padding: 20px 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: 16px;
  font-weight: 500;
  position: relative;
  text-decoration: none; }

.nav_link {
  color: #222121;
  font-weight: 500;
  padding: 5px 15px;
  position: relative;
  text-decoration: none;
  z-index: 6; }
  .nav_link:hover {
    color: #E95527;
    font-weight: 700; }

.contact_wrapper {
  display: flex; }

.contact_button {
  background-color: #00BB6C;
  border-radius: 10px;
  color: #fff;
  padding: 10px 20px; }

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

.topnav a.icon {
  background-color: #E95527;
  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; } }

/*=== Hero ===*/
.hero {
  height: auto;
  padding: 120px 0;
  text-align: center; }
  @media (min-width: 992px) {
    .hero {
      text-align: left; } }
  @media (min-width: 1440px) {
    .hero {
      text-align: left; } }
  .hero .button_go {
    margin: 70px 0 120px auto; }

.hero_wrapper {
  background-color: rgba(0, 0, 0, 0.51);
  max-width: 1045px;
  padding: 50px 100px 50px 50px; }
  .hero_wrapper .button_go {
    border-radius: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 500; }

.hero_title {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 992px) {
    .hero_title {
      font-size: 40px;
      margin: 0 auto 0 0; } }
  @media (min-width: 1440px) {
    .hero_title {
      font-size: 51px;
      margin: 0 auto 0 0; } }

.hero_sub_title {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  margin: 30px auto 0 auto;
  width: 100%; }
  @media (min-width: 992px) {
    .hero_sub_title {
      font-size: 20px;
      margin: 60px auto 0 0;
      line-height: 2; } }
  @media (min-width: 1440px) {
    .hero_sub_title {
      font-size: 25px;
      margin: 70px auto 0 0;
      line-height: 2; } }

.button_go {
  background-color: #00BB6C;
  border-radius: 36px;
  color: #222121;
  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:hover {
    opacity: 0.8; }

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

/*=== Services ===*/
.services {
  padding-bottom: 150px; }

.services_wrapp_item {
  color: #222121;
  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: #fff;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.08);
  margin: 10px auto;
  padding: 20px;
  text-align: center;
  line-height: 1.6;
  width: 100%; }
  @media (min-width: 992px) {
    .services_item {
      margin: 0;
      max-width: 420px;
      padding: 60px; } }
  @media (min-width: 1440px) {
    .services_item {
      margin: 0;
      max-width: 438px;
      padding: 60px; } }

.middle_item {
  border: 2px solid #00BB6C;
  background-color: #02B96C; }
  .middle_item .services_title,
  .middle_item .sevices_text {
    color: #fff; }

.services_title {
  color: #222121;
  font-size: 20px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  margin: 20px auto; }
  @media (min-width: 992px) {
    .services_title {
      margin: 40px auto 30px; } }
  @media (min-width: 1440px) {
    .services_title {
      margin: 40px auto 30px; } }

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

/*=== About ===*/
.about {
  background-color: #EFEFEF;
  height: auto;
  padding: 30px 10px; }
  @media (min-width: 992px) {
    .about {
      padding: 80px 10px; } }
  @media (min-width: 1440px) {
    .about {
      padding: 80px 0 100px 0; } }
  .about .button_go {
    border-radius: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 500; }

.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, .custom_title, .faq_title {
  color: #393535;
  font-size: 24px;
  font-weight: 700;
  margin-top: 60px;
  text-align: center;
  width: 100%; }
  @media (min-width: 992px) {
    .about_title, .custom_title, .faq_title {
      font-size: 30px;
      margin-top: 0;
      max-width: 710px;
      text-align: left; } }
  @media (min-width: 1440px) {
    .about_title, .custom_title, .faq_title {
      font-size: 35px;
      margin-top: 0;
      max-width: 710px;
      text-align: left; } }

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

.image_about {
  max-width: 300px;
  top: 0;
  position: relative;
  width: 100%; }
  @media (min-width: 992px) {
    .image_about {
      max-width: 671px;
      top: -110px; } }
  @media (min-width: 1440px) {
    .image_about {
      max-width: 671px;
      top: -110px; } }

.custom {
  color: #222121;
  padding: 140px 10px;
  text-align: center; }

.custom_container {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.5;
  width: 100%; }

.custom_title {
  text-align: center;
  max-width: 1000px;
  padding-bottom: 50px;
  line-height: 1.8;
  margin: 0 auto; }

.custom_text {
  text-align: center;
  max-width: 1000px;
  line-height: 1.8;
  margin: 10px auto; }

/*=== 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: flex-start;
  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_item {
  border: 1px solid #02B96C;
  max-width: 450px;
  min-height: 390px;
  padding: 60px 30px;
  width: 100%; }

.faq_title {
  color: #222121;
  font-size: 25px; }

.faq_text {
  color: #222121;
  font-weight: 200;
  font-size: 14px;
  line-height: 2; }
  .faq_text .page_link {
    color: #9f9f9f;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none; }
    .faq_text .page_link:hover {
      color: #E95527; }

/*=== Conversation ===*/
.conversation {
  background-size: cover;
  color: #222121;
  padding: 35px 10px; }
  @media (min-width: 992px) {
    .conversation {
      padding: 75px 10px; } }
  @media (min-width: 1440px) {
    .conversation {
      padding: 85px 10px; } }

.conversation_container {
  padding: 10px; }
  @media (min-width: 992px) {
    .conversation_container {
      padding: 60px; } }
  @media (min-width: 1440px) {
    .conversation_container {
      padding: 80px; } }

.conversation_item {
  color: #fff;
  text-align: center;
  width: 100%; }
  .conversation_item .button_go {
    background-color: #fff;
    border-radius: 0;
    color: #02B96C; }

.conversation_title {
  font-size: 35px;
  font-weight: 600;
  /*margin-right: 40px; */
}

.conversation_text {
  font-size: 18px;
  font-weight: 200;
  padding-top: 20px; }

/*=== Contact ===*/
.contact {
  background-color: #02B96C;
  color: #fff;
  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; } }

.contat_wrapper {
  border: 1px dashed red;
  display: flex;
  justify-content: space-between; }

.contact_title {
  font-size: 35px;
  font-weight: 700;
  text-align: left;
  max-width: 300px; }

.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 {
    font-size: 20px;
    padding: 8px 43px; }
  .contact_item a {
    color: #dedede;
    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-left: 15px;
  width: 22px; }

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

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

#myBtn {
  background-color: #E95527;
  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: #222121; }
  footer .container, footer .services_wrapp_item, footer .about_container, footer .faq_container, footer .conversation_container, footer .contact_container, footer .contact_title {
    font-size: 16px;
    font-weight: 700;
    padding: 50px 10px;
    text-align: center; }
