/* mobile first */
/* desktop first */
/* Button */
@import url("https://fonts.googleapis.com/css2?family=Poppins:300,400,500,600,700,800,900");
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

body {
  font-size: 16px;
  font-family: 'Oswald', sans-serif; }

/*=== Basic Styling ===*/
a {
  text-decoration: none; }

ul {
  list-style: none;
  display: flex; }

p {
  line-height: 2; }

.container {
  max-width: 1350px;
  padding: 0 1.4rem;
  margin: 0 auto; }
  @media screen and (max-width: 1440px) {
    .container {
      max-width: 1200px; } }

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

/*===  Header  ===*/
.header {
  margin: 35px 0;
  z-index: 999; }

.navbar {
  align-items: center;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 992px) {
    .navbar {
      flex-direction: column;
      justify-content: center; } }

.navbar_nav {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 992px) {
    .navbar_nav {
      justify-content: space-between;
      width: 100%; } }

.navbar_link {
  margin-left: 55px; }
  .navbar_link:first-of-type {
    margin-left: 0; }
    .navbar_link:first-of-type .link {
      border: 2px solid #074087;
      border-radius: 9px;
      color: #074087;
      font-weight: 600;
      padding: 0.3rem 0.6rem; }
  @media screen and (max-width: 992px) {
    .navbar_link {
      margin-left: 0;
      margin: 5px 15px; } }

.link {
  color: #000000;
  font-size: 18px;
  text-transform: uppercase; }
  @media screen and (max-width: 992px) {
    .link {
      font-size: 12px; } }

/*===  Main  ===*/
.hero {
  align-items: center;
  position: relative; }

.hero_content {
  min-height: 75vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  z-index: 999; }
  @media screen and (max-width: 992px) {
    .hero_content {
      width: 100%;
      text-align: center;
      justify-content: flex-start; } }

.title {
  color: #074087;
  font-size: 60px;
  font-weight: 700;
  z-index: inherit; }
  @media screen and (max-width: 992px) {
    .title {
      font-size: 40px; } }

.subtitle {
  font-size: 20px;
  color: #6A7684;
  margin: 20px 0;
  z-index: inherit; }

.btn {
  background: linear-gradient(to right, #0079C7, #074087);
  border-radius: 10px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  height: 70px;
  text-transform: uppercase;
  width: 280px;
  transition: .4s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  z-index: inherit; }
  @media screen and (max-width: 992px) {
    .btn {
      font-size: 18px;
      height: 45px;
      width: 220px; } }
  .btn:hover {
    opacity: 0.6; }
  @media screen and (max-width: 992px) {
    .btn {
      margin: 0 auto; } }

.hero_img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 90vh; }

/*===  Services  ===*/
.services, .faq {
  background: #074087;
  color: #ffffff;
  text-align: center;
  padding: 80px 0; }

.services_content, .faq_content {
  display: flex;
  justify-content: space-between; }
  .services_content > div, .faq_content > div {
    width: 100%;
    padding: 0 50px; }
    @media screen and (max-width: 992px) {
      .services_content > div, .faq_content > div {
        padding: 30px 20px;
        max-width: 325px;
        margin: 0 auto; } }
  @media screen and (max-width: 992px) {
    .services_content, .faq_content {
      flex-wrap: wrap; } }

.service_title, .question_title {
  font-size: 25px;
  margin: 20px 0; }

/*===  About  ===*/
.about {
  padding-top: 80px;
  text-align: center; }

.about_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1060px;
  margin: auto; }

.about_title, .faq_title, .live_support_title, .contact_title {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 15px; }
  @media screen and (max-width: 992px) {
    .about_title, .faq_title, .live_support_title, .contact_title {
      font-size: 30px; } }

.about_subtitle {
  line-height: 2;
  margin-bottom: 60px; }

.about_img {
  max-width: 100%; }

/*===  FAQ  ===*/
.faq {
  padding: 40px 0;
  background: #F1F6FB;
  color: #074087; }

.stars {
  font-size: 41px; }

.question_title {
  font-size: 35px; }

.answer {
  color: #6A7684; }

/*===  Live Support  ===*/
.live_support {
  padding: 80px 0; }

.live_support_content {
  align-items: center;
  display: flex;
  max-width: 1060px;
  justify-content: space-between;
  margin: 0 auto; }
  .live_support_content:first-child {
    flex: 2; }
  @media screen and (max-width: 992px) {
    .live_support_content {
      text-align: center;
      flex-direction: column; } }
  @media screen and (max-width: 992px) {
    .live_support_content .btn {
      margin-top: 30px; } }

.live_support_text_content {
  padding-right: 150px; }
  @media screen and (max-width: 992px) {
    .live_support_text_content {
      padding-right: 0; } }

.live_support_title {
  color: #074087; }

/*=== Footer / Contact ====*/
.footer {
  color: #ffffff;
  padding: 80px 0;
  background: #074087;
  color: #ffffff;
  text-align: center; }

.contact_content {
  max-width: 540px;
  margin: 0 auto; }

.contact_title {
  color: #ffffff;
  margin-bottom: 20px; }

.info_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px; }
  .info_container img {
    margin-right: 15px; }
  .info_container a {
    color: #ffffff; }

.copyright {
  color: #000000;
  font-size: 14px;
  padding: 15px;
  text-align: center; }
