/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Inter:300,500,600|Open+Sans:300,500,600");

@font-face {
  font-family: 'themefisher-font';
  src: url('fonts/themefisher-font.eot?ug5hnh');
  src: url('fonts/themefisher-font.eot?ug5hnh#iefix') format('embedded-opentype'),
    url('fonts/themefisher-font.ttf?ug5hnh') format('truetype'),
    url('fonts/themefisher-font.woff?ug5hnh') format('woff'),
    url('fonts/themefisher-font.svg?ug5hnh#themefisher-font') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="tf-"],
[class*=" tf-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'themefisher-font' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tf-ion-android-menu:before {
  content: "\f394";
}

.tf-ion-ios-arrow-down::before {
  content: "\f3d0";
}

/* TOP MENU */

.main-nav .navbar-nav .nav-item.active .nav-link {
  color: #3a5896;
}


.main-nav {
  background: #fff;
}

.main-nav .navbar-brand {
  padding: 0;
}

.main-nav .navbar-nav .nav-item {
  position: relative;
  font-family: Inter, "Open Sans", sans-serif;
}

.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 45px;
}

.main-nav .navbar-nav .nav-item.active .nav-link {
  color: #2e7eed;
}

.main-nav .navbar-nav .nav-item.active .nav-link:before {
  content: '';
  background: #2e7eed;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .main-nav .navbar-nav .nav-item.active .nav-link:before {
    content: none;
  }
}

.main-nav .dropdown-slide {
  position: static;
}

.main-nav .dropdown-slide .open>a,
.main-nav .dropdown-slide .open>a:focus,
.main-nav .dropdown-slide .open>a:hover {
  background: transparent;
}

.main-nav .dropdown-slide.full-width .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
}

.main-nav .dropdown-slide:hover .dropdown-menu {
  display: none;
  opacity: 1;
  display: block;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
  color: #777;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

@media (max-width: 768px) {
  .main-nav .dropdown-slide:hover .dropdown-menu {
    -webkit-transform: none;
    transform: none;
    left: auto;
    position: relative;
    text-align: center;
  }
}

.main-nav .dropdown-slide .dropdown-menu {
  margin-top: 0;
  border-radius: 0;
  opacity: 1;
  visibility: visible;
  position: absolute;
  padding: 5px 15px;
  border: 1px solid #ebebeb;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: .3s all;
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition: visibility 0.2s, opacity 0.2s, -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  transition: visibility 0.2s, opacity 0.2s, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  transition: visibility 0.2s, opacity 0.2s, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99), -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
}

.main-nav .dropdown-slide .dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: 4px 10px;
  transition: .3s ease;
}

.main-nav .dropdown-slide .dropdown-menu .dropdown-item:hover {
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
  background: #fff;
  color: #2e7eed;
}

@media (max-width: 480px) {
  .main-nav .dropdown-slide .dropdown-menu {
    -webkit-transform: none;
    transform: none;
  }
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  outline: none;
}

body {
  height: 100vh;
  font-family: Inter, "Open Sans", sans-serif;
}

h1 {
  font-size: 1.25rem;
  font-weight: 300;
}

h2 {
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 50px;
}

h3 {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 30px;
}

p,
a,
li,
blockquote,
label {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  color: #808080;
}

@media (min-width: 320px) {
  h1 {
    font-size: calc(1.25rem + 3.125vw - 10px);
  }
}

@media (min-width: 960px) {
  h1 {
    font-size: calc(1.25rem + 20px);
  }
}

img.left-bg {
  max-width: 300px;
}

img.logo {
  max-width: 600px;
}

@media (max-width: 375px) {
  img.logo {
    max-width: 312px;
  }
}

@media (min-width: 376px) and (max-width: 414px) {
  img.logo {
    max-width: 332px;
  }
}

@media (min-width: 415px) and (max-width: 960px) {
  img.logo {
    max-width: 352px;
  }
}

.title h1 {
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  color: #041B31;
}

.desc {
  margin-top: 80px;
  letter-spacing: 0.04em;
  margin-bottom: 54px;
}

.desc-text {
  color: #8b8b8b;
}

.desc-title {
  color: #051b32;
  margin-bottom: 23px;
}

.desc-title-highlight {
  white-space: nowrap;
  color: #3a5896;
}

.store-icon {
  height: 54px;
}

a:focus,
a:hover {
  color: #3a5896;
  text-decoration: none;
}

/* FOOTER */
.footer-classic {
  background: #fafafa;
  text-align: center;
  padding: 110px 0;
}

.footer-classic ul.footer-links li a {
  padding: 0 10px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
}

@media (max-width: 767px) {
  .container.homepage {
    min-height: 65%;
  }

  .footer-classic.homepage {
    position: relative;
    bottom: 0;
    width: 100%;
  }
}


/* CONTACT */
.form-control.main {
  background: #fff;
  padding: 15px 20px;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
  font-size: 14px;
}

.form-control.main:focus {
  border: 1px solid #3a5896;
}

.form-control::-webkit-input-placeholder {
  color: #808080;
  font-size: 14px;
}

.btn-main:focus {
  color: #fff;
  box-shadow: none;
}

.btn-main-md {
  padding: 17px 38px;
  border-radius: 3px;
  background: #3a5896;
  color: #fff;
  outline: none;
}

.btn-main-md:hover {
  color: #fff;
}

.btn-main-md:focus {
  color: #fff;
  box-shadow: none;
}