/* Circular */
@font-face {
  font-family: "Circular";
  src: url("../fonts/Circular/CircularStdBook.ttf");
  font-weight: regular;
}
@font-face {
  font-family: "Circular";
  src: url("../fonts/Circular/CircularStdMedium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Circular";
  src: url("../fonts/Circular/CircularStdBold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Circular";
  src: url("../fonts/Circular/CircularStdBlack.ttf");
  font-weight: 900;
}
html {
  overflow-x: hidden;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: "Circular", serif;
  background: #ffffff;
  color: #333e63;
  font-size: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #292929;
  font-weight: bold;
}
input {
  color: #292929;
}
input:active,
input:focus,
button:active,
button:focus {
  outline: none;
}
a {
  color: #333e63;
}
a:hover {
  text-decoration: none;
  color: #1a6bc7;
}
.main_btn {
  background-color: #1a6bc7;
  color: #fff;
  border: none;
  border-radius: 2px;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.4rem 1.2rem;
  min-width: 80px;
}
a.main_btn {
  color: #fff;
}
.main_btn:hover {
  background-color: #1461b9;
}
.mobile_view,
.tablet_view,
.xs_view {
  display: none;
}
/* Custom scrollbar */
body::-webkit-scrollbar {
  background-color: #fff;
  width: 16px;
}

body::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
body::-webkit-scrollbar-track:hover {
  background-color: #f4f4f4;
}

body::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 5px solid #f4f4f4;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a5;
  border: 4px solid #f4f4f4;
}

body::-webkit-scrollbar-button {
  display: none;
}

/* Navbar */
.xv_nav {
  background-color: #fff;
  padding: 0.7rem 2rem;
  box-shadow: 0px 0px 0px 0px rgb(218, 218, 218);
  transition: box-shadow 0.2s;
}
.xv_nav.scrolled {
  box-shadow: 0px 1px 5px 1px rgb(232, 232, 232);
  transition: box-shadow 0.2s;
}
.xv_nav .navbar-brand {
  color: #1a6bc7;
  font-weight: 700;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}
.xv_nav .navbar-brand:hover {
  color: #1a6bc7;
}
.xv_nav .navbar-brand img {
  width: 35px;
  margin-right: 0.5rem;
}
.xv_nav .navbar-nav {
  padding: 0rem 4rem;
}
.xv_nav .navbar-nav .nav-item {
  margin-right: 0.5rem;
}
.xv_nav .nav-link {
  color: #333e63;
  font-weight: 700;
  font-size: 0.84rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.nav-item.active .nav-link {
  color: #1a6bc7 !important;
}
.xv_container .nav-link:hover {
  color: #1a6bc7 !important;
}

/* Hero */
.xv_home {
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.xv_home {
  background-image: url("../assets/hero_1.jpg");
}
.xv_home.company {
  background-image: url("../assets/hero_2.jpg");
}
.xv_home_text .main_text {
  color: #333e63;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 2.5rem;
  margin: 0;
}
.xv_home_text .main_text.first {
}
.xv_home_text .main_text.second {
  font-weight: 700 !important;
  font-size: 1.8rem !important;
}
.xv_home_text .sub_text {
  color: #333e63;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
  line-height: 2rem;
}
.xv_home_text p {
  color: #333e63;
  margin-top: 1rem;
  margin-bottom: 4rem;
  font-size: 1.1rem;
}

.xv_home.company h3 {
  color: #333e63;
  font-size: 38px;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 10px;
}
.xv_home .form .form_footer {
  padding: 1rem 0rem;
  display: flex;
  font-size: 0.86rem;
}
.xv_home .form .form_footer .mdi {
  color: #21b385;
}
.xv_home .form .form_footer div {
  margin-right: 0.8rem;
}
.xv_home .form .form_footer .mdi {
  margin-right: 0.2rem;
}
.xv_home .form .email {
  position: absolute;
  padding: 0.4rem 0.6rem;
  font-size: 1.4rem;
  color: #1a6bc7;
}
.xv_home .form input {
  width: 50%;
  border: 1px solid rgba(243, 243, 243, 0.726);
  box-shadow: 0 2px 4px 0 rgba(174, 174, 186, 0.24),
    0 8px 24px 0 rgba(174, 174, 186, 0.16);
  padding: 0.4rem 1rem 0.4rem 2.2rem;
  height: 45px;
}
.xv_home .form button {
  height: 45px;
  background-color: #1a6bc7;
  color: #fff;
  padding: 0.4rem 1rem;
  border: none;
  margin-left: -5px;
}
.xv_home .form button:hover {
  background-color: #1661b8;
}
/* Feature */
.xv_feature {
  padding: 4rem 0rem;
  background-color: #f4f7fb;
}
.xv_feature.company {
  min-height: 100vh;
}
.xv_feature.last {
  background-color: #fff;
}
.xv_feature .row {
  align-items: center;
}
.xv_feature .title {
  font-size: 30px;
  width: 100%;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.xv_feature .text {
  width: 100%;
  font-size: 1.1rem;
  margin-bottom: 1.8rem;
}
.xv_feature .text.highlight {
  font-weight: 600;
}
.feature_image {
  width: 100%;
  box-shadow: 0 0 13px 2px rgb(230, 230, 230);
}
/* Grid section */
.xv_grid {
  padding-bottom: 10rem;
}

.xv_grid .section .mdi {
  font-size: 2.2rem;
  padding: 6px;
  border-radius: 50px;
}
.xv_grid .section {
  text-align: left;
  padding: 1rem 3rem;
}
.xv_grid .section:nth-child(2) {
  transform: translateY(-6rem);
}
.xv_grid .section:nth-child(3) {
  transform: translateY(6rem);
}
.xv_grid label {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 20px;
  width: 100%;
}
/* Contact */
.xv_feature .contact {
  padding-bottom: 6rem;
}
.xv_feature .contact label {
  font-size: 25px;
  width: 100%;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
}
.xv_feature .contact img {
  width: 35%;
}
/* Talk to us */
.xv_feature .talktous {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.xv_feature .talktous .wrap {
  height: 130px;
}
.xv_feature .talktous .left,
.xv_feature .talktous .right {
  width: 100%;
  color: #fff;
  padding: 3rem 2rem;
}
.xv_feature .talktous .left {
  background-color: #f3f3f5;
  background-image: url("../assets/talk.jpg");
  background-size: cover;
}
.xv_feature .talktous .left .sec {
  width: 50%;
  float: right;
  text-align: center;
}
.xv_feature .talktous .left .title {
  color: #585858;
  font-size: 20px;
}
.xv_feature .talktous .left .talk {
  background: #1a6bc7;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
}
.xv_feature .talktous .left .talk:hover {
  background: #1764bd;
}
.xv_feature .talktous .right {
  background-color: #1a6bc7;
}
.xv_feature .talktous .title {
  margin-bottom: 0.4rem !important;
}
.xv_feature .talktous .sub_title {
  font-size: 20px;
  margin-bottom: 0.8rem;
}
.xv_feature .talktous .try_btn {
  background: #23b888;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
}
.xv_feature .talktous .try_btn:hover {
  background: #21b385;
}
/* Footer */
.footer {
  width: 100%;
  padding-top: 4rem;
  background-color: #f4f7fb;
}
.footer .links {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.footer .section {
  text-align: left;
  margin-left: 2rem;
  margin-right: 2rem;
}
.footer .links .section label {
  font-weight: 500;
}
.footer .links .section .content a {
  color: grey;
}
.footer .links .section .content div {
  margin-bottom: 0.3rem;
}
.footer .links .section .content a:hover {
  color: #1a6bc7;
}
.footer_credits {
  padding: 1rem 0rem 0.6rem 0rem;
}
.footer .footer_credits .legal {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.footer .footer_credits .legal div {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.footer .footer_credits .legal a {
  color: grey;
}
.footer .footer_credits .legal a:hover {
  color: #1a6bc7;
}
.footer .footer_credits .credit {
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
}

.footer .footer_credits .credit a:hover {
  color: #1a6bc7;
}
/* Company */
.xv_feature .mission {
  padding: 0rem 8rem;
}
/********************** Media queries ********************************/
@media (max-width: 360px) {
  .mobile_view {
    display: none !important;
  }
  .tablet_view {
    display: none !important;
  }
  .md_hide {
    display: block !important;
  }
  .sm_hide {
    display: block !important;
  }
  .xs_view {
    display: block;
  }
  .xv_home .form input {
    width: 50% !important;
  }
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .xv_home {
    margin-top: 4rem !important;
    height: auto;
  }
  .mobile_view {
    display: flex;
    align-items: flex-end;
    margin-bottom: 3rem;
  }
  .tablet_view {
    display: none !important;
  }
  .md_hide {
    display: block !important;
  }
  .sm_hide {
    display: none !important;
  }
  .xs_view {
    display: none;
  }
  .xv_grid .section {
    width: 100%;
  }
  .xv_feature .contact img {
    width: 60%;
  }
  .footer .links {
    flex-wrap: wrap;
  }
  .footer .section {
    width: 100%;
    margin-bottom: 1rem;
  }
  .xv_feature .talktous .left {
    text-align: center;
    background-image: none;
  }
  .xv_feature .talktous {
    flex-wrap: wrap;
  }
  .xv_feature .talktous .left,
  .xv_feature .talktous .right {
    width: 100%;
  }
  .xv_grid .section {
    padding: 1rem 1rem;
    text-align: center;
  }
  .xv_grid .section:nth-child(2) {
    transform: translateY(-0rem);
  }
  .xv_grid .section:nth-child(3) {
    transform: translateY(0rem);
  }
  .xv_feature.more {
    padding: 4rem 0rem 0rem 0rem;
  }
  .xv_home .form input {
    width: 60%;
  }
  .xv_home .form .form_footer {
    flex-wrap: wrap;
  }
  .xv_home .form .form_footer div {
    margin-right: 0rem;
    width: 100%;
  }
  .xv_home_text {
    margin-top: 1rem !important;
  }
  .xv_home_text .main_text {
    font-size: 2rem;
    line-height: 2rem;
  }
  .xv_home_text .sub_text {
    font-size: 1.3rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1.8rem;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .md_hide {
    display: none;
  }
  .xv_nav .navbar-nav {
    padding: 0rem 0rem;
  }
  .xv_home {
    background-image: none;
    margin-top: 2rem;
  }
  .xv_home img {
    width: 100%;
  }
  .tablet_view {
    display: flex;
    align-items: flex-end;
    margin-bottom: 3rem;
  }
  .xv_home.company {
    background-image: none;
  }
  .xv_feature .talktous .left {
    text-align: center;
    background-image: none;
  }
  .xv_feature .talktous .left,
  .xv_feature .talktous .right {
    padding: 2rem 1rem;
  }
  .md_order {
    order: 2;
  }

  .xv_feature .talktous .wrap {
    height: auto;
  }

  .xv_feature .talktous .left .sec {
    width: 100%;
    float: none;
    text-align: center;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
