html, body {
  scroll-behavior: smooth;
  margin: 0;
}

.navigation {
  padding: 0 !important;
  margin: 0 !important;
}

.top-nav {
  height: 35px;
  background: #f37920 !important;
  padding-top: 10px !important;
  margin: 0 !important;
  line-height: 0.5 !important;
}
.top-nav .top-nav__list {
  padding-left: 0 !important;
}
.top-nav .top-nav__list-item {
  display: inline-block;
}
.top-nav .top-nav__list-item a {
  color: #ffffff !important;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding-left: 10px;
}
.top-nav .top-nav__list-item a i {
  padding-right: 5px;
}
.top-nav .menu-social {
  text-align: right;
}
.top-nav .menu-social a {
  color: #ffffff;
  font-size: 16px;
  padding-left: 4px;
}

.navbar {
  margin: 0 !important;
  background: #FFFFFF !important;
  -webkit-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  font-family: "Open Sans", sans-serif;
  transition: 0.3s ease-out;
}
.navbar .nav-link:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #f37920;
  transition: all 0.5s ease-out;
  margin-top: 0px !important;
}
.navbar .nav-link:hover:after {
  width: 100%;
}

.navbar-nav .nav-link {
  padding: 12px 15px 10px 15px !important;
  font-family: "Exo 2", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 16px;
  color: #5a6268;
  text-transform: uppercase;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  transition: 0.6s;
}
.navbar-nav .btn {
  background: #f37920 !important;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  border-radius: 0 !important;
  font-size: 16px !important;
  transition: all 0.5s ease-out;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.navbar-nav .btn:hover, .navbar-nav .btn:focus {
  background: #FA5700 !important;
  -webkit-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #0d2344 !important;
}
.navbar-light .navbar-nav .active > .nav-link:after,
.navbar-light .navbar-nav .nav-link.active:after,
.navbar-light .navbar-nav .nav-link.show:after,
.navbar-light .navbar-nav .show > .nav-link:after {
  content: "";
  display: block;
  height: 2px;
  background-color: #f37920;
  width: 100% !important;
}

.navbar-scroll {
  opacity: 1;
  padding: 0 30px;
}

.main {
  background: #0d2344;
  background: linear-gradient(90deg, #0d2344 0%, rgba(2, 57, 140, 0.8911939776) 52%, rgba(0, 74, 185, 0.7231267507) 100%);
  width: 100%;
  min-height: 540px;
}
.main .main-content img {
  padding-top: 230px;
  padding-bottom: 45px;
}
.main .main-content .img-md {
  display: none;
}
.main .main-content .h1-md {
  display: none;
}
.main .main-content .p-md {
  display: none;
}
.main .main-content #btn-sd {
  display: none;
}
.main h1 {
  color: #ffffff;
  font-family: "Exo 2", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 64px;
  padding-top: 200px !important;
  text-align: left;
}
.main p {
  text-align: left;
  color: #ffffff;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
}
.main .btn {
  background: #f37920;
  border: 2px solid #f37920;
  color: #ffffff;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 0 !important;
  padding: 10px 20px 10px 20px;
  transition: all 0.2s;
}
.main .btn:hover, .main .btn:focus {
  -webkit-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  transform: translateX(3px);
  background: #FA5700;
  border-color: #ffffff;
}

.products {
  padding: 56px 0 56px 0;
  margin: 0 auto;
  text-align: center;
  scroll-margin: 145px 0 0 0;
}
.products h2 {
  font-size: 2.5em;
  position: relative;
  color: #0d2344;
  font-family: "Exo 2", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.products h2:after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 60px;
  height: 3px;
  background: #f37920;
}
.products .items {
  margin: 60px 0 60px 0;
}
.products .item {
  margin: 40px 0 20px 0;
}
.products .item-wrapper {
  text-decoration: none !important;
}
.products .item-overlay {
  border: 1px solid #f37920;
  padding: 15px;
  margin: 0 auto;
  height: 150px;
  transition: all 0.5s ease-out;
}
.products .item-overlay:hover, .products .item-overlay:focus {
  background: #f37920;
  color: #ffffff;
  -webkit-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
}
.products .item-overlay:hover h3, .products .item-overlay:focus h3 {
  color: #ffffff;
}
.products .item-overlay:hover span, .products .item-overlay:focus span {
  color: #ffffff;
}
.products .item-overlay h3 {
  margin-top: 40px;
  font-family: "Exo 2", sans-serif;
  color: #0d2344;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 24px;
}
.products .item-overlay span {
  color: #000000;
}
.products .item-overlay .item-overlay__icon {
  margin: 0;
  position: absolute;
  transform: translate(-50%, -65%);
  left: 50%;
  border-radius: 50%;
  height: 83px;
  width: 83px;
  border: 3px solid white;
  background: #f37920;
}
.products .item-overlay .item-overlay__icon img {
  margin: 0;
  position: absolute;
  transform: translate(-50%, 30%);
  left: 50%;
}

.about {
  padding: 0 0 56px 0;
  z-index: 1;
  background: #fafafa;
}
.about h2 {
  text-align: center !important;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  background: #0d2344;
  padding: 0.2em 0.5em;
  max-width: 60%;
  position: relative;
  font-size: 2.5em;
  color: #ffffff;
  margin-top: 65px;
  letter-spacing: 1px;
  z-index: 1;
}
.about h2:before, .about h2:after {
  content: "";
  display: block;
  border-radius: 50%;
  border-top: 2px solid #0d2344;
  width: 190%;
  margin-left: -10%;
  position: absolute;
  line-height: 1.1em;
  top: 50%;
  z-index: -1;
  left: 0;
  box-sizing: border-box;
  margin-top: -2px;
}
.about .about-row {
  padding: 65px 0 0 0;
}
.about .about-row .about-left {
  padding-left: 15px;
  padding-right: 0 !important;
  padding-top: 25px;
}
.about .about-row .about-right img {
  -webkit-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
}
.about h3 {
  padding: 0 !important;
  font-size: 28px;
  font-family: "Exo 2", sans-serif;
  color: #0d2344;
  font-weight: 700;
}
.about p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
}
.about .btn {
  margin: 25px 0 25px 0;
  text-transform: uppercase;
  background: #f37920 !important;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  border-radius: 0 !important;
  font-size: 16px !important;
  transition: all 0.5s ease-out;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.about .btn:hover, .about .btn:focus {
  background: #FA5700 !important;
  -webkit-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
}

.carousel {
  padding: 56px 0 56px 0;
  text-align: center !important;
}
.carousel h2 {
  margin: 0 0 48px 0;
  text-align: center !important;
  font-size: 2.5em;
  position: relative;
  color: #0d2344;
  font-family: "Exo 2", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.carousel h2:after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 60px;
  height: 3px;
  background: #f37920;
}

.footer {
  background: #333;
}
.footer .footer-content {
  padding: 40px 0 20px 0;
}
.footer .footer-content .footer-content__item-left {
  padding: 0 0 15px 25px;
  /*p {
    color: $colorDefault;
    font-family: $font3;
    font-size: 16px;
    font-weight: 400;
  }*/
}
.footer .footer-content .footer-content__item-left img {
  margin: 18px 0 15px 0;
}
.footer .footer-content .footer-content__item-left p {
  color: #ffffff;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0 !important;
}
.footer .footer-content .footer-content__item-left p a {
  color: #ffffff !important;
}
.footer .footer-content .footer-content__item-left .social-links {
  list-style: none !important;
  padding: 0 !important;
  margin-top: 15px !important;
}
.footer .footer-content .footer-content__item-left .social-links li {
  display: inline-block;
  font-size: 20px;
  padding-right: 10px;
}
.footer .footer-content .footer-content__item-left .social-links li a {
  font-size: 32px !important;
  color: #ffffff;
}
.footer .footer-content .footer-content__item-left .social-links li a i {
  transition: all 0.5s ease-out;
}
.footer .footer-content .footer-content__item-left .social-links li .fa-facebook:hover, .footer .footer-content .footer-content__item-left .social-links li .fa-facebook:focus {
  color: #f37920;
}
.footer .footer-content .footer-content__item-left .social-links li .fa-instagram:hover, .footer .footer-content .footer-content__item-left .social-links li .fa-instagram:focus {
  color: #f37920;
}
.footer .footer-content .footer-content__item-center {
  padding: 38px 0 15px 25px;
}
.footer .footer-content .footer-content__item-center h3 {
  color: #ffffff;
  font-family: "Exo 2", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
}
.footer .footer-content .footer-content__item-center ul {
  margin-top: 24px;
  padding: 0 !important;
  list-style: none !important;
}
.footer .footer-content .footer-content__item-center ul li {
  font-family: "Exo 2", sans-serif;
}
.footer .footer-content .footer-content__item-center ul li a {
  color: #ffffff;
}
.footer .footer-content .footer-content__item-right {
  padding: 38px 0 15px 25px;
}
.footer .footer-content .footer-content__item-right h3 {
  color: #ffffff;
  font-family: "Exo 2", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
}
.footer .footer-content .footer-content__item-right .item-right__wrapper {
  margin-top: 24px;
}
.footer .footer-content .footer-content__item-right p {
  color: #ffffff;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0 !important;
}
.footer .footer-content .footer-content__item-right p a {
  color: #ffffff !important;
}
.footer .bottom-container .row {
  padding: 15px 0 15px 0 !important;
  border-top: 1px solid #ffffff;
  margin: 0 !important;
}
.footer .bottom-container .bottom-left {
  padding: 0 !important;
}
.footer .bottom-container .bottom-left p {
  color: #ffffff;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .main .main-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .navbar-nav {
    text-align: center !important;
  }

  .main .main-content h1 {
    font-size: 48px;
  }
  .main .main-content img {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .main .main-content .img-md {
    display: block !important;
  }
  .main .main-content .h1-md {
    display: block !important;
  }
  .main .main-content .p-md {
    display: block !important;
  }
  .main .main-content #btn-sd {
    display: block !important;
  }
  .main .main-content .img-ld {
    display: none !important;
  }
  .main .main-content .h1-ld {
    display: none !important;
  }
  .main .main-content .p-ld {
    display: none !important;
  }
  .main .main-content .btn-ld {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .top-nav .top-nav__list .top-nav__list-item span {
    display: none !important;
  }

  .main .main-content img {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .products h2 {
    font-size: 1.5em;
  }

  .services h2 {
    font-size: 1.5em;
  }

  .carousel h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 380px) {
  .main h1 {
    font-size: 36px !important;
  }

  .about h2 {
    font-size: 1.5em;
  }

  .carousel h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 340px) {
  .main h1 {
    font-size: 40px;
  }
}
.headers {
  background: #0d2344;
  background: linear-gradient(90deg, #0d2344 0%, rgba(2, 57, 140, 0.8911939776) 52%, rgba(0, 74, 185, 0.7231267507) 100%);
  width: 100%;
  min-height: 336px;
}
.headers h1 {
  color: #ffffff;
  font-family: "Exo 2", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  padding-top: 200px;
  text-align: center;
  font-size: 64px;
}
.headers .h1-medium {
  padding-top: 210px;
  font-size: 48px;
}
.headers .h1-small {
  padding-top: 220px;
  font-size: 32px;
}

.about-items {
  margin: 60px 0 60px 0;
}
.about-items .about-items__content {
  text-align: center;
}
.about-items .about-items__content .about-items__content-item h3 {
  font-size: 24px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  padding: 16px 0 16px 0;
  margin: 0 !important;
  color: #0d2344;
}
.about-items .about-items__content .about-items__content-item p {
  font-size: 14px;
  font-family: "Exo 2", sans-serif;
  font-weight: 400;
  color: #333333;
}

.about-main {
  padding: 60px 0 0 0;
}
.about-main h2 {
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #0d2344;
}
.about-main p {
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #5a6268;
  line-height: 24px;
}
.about-main p b {
  color: #f37920;
}
.about-main .about-main__content-text {
  padding: 36px 25px 36px 25px;
  background: #ffffff;
  -webkit-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  scroll-margin: 145px 0 0 0;
}
.about-main .btn {
  margin: 25px 0 0 0;
  text-transform: uppercase;
  background: #f37920 !important;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  border-radius: 0 !important;
  font-size: 16px !important;
  transition: all 0.5s ease-out;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.about-main .btn:hover, .about-main .btn:focus {
  background: #FA5700 !important;
  -webkit-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
}
.about-main .about-main__content-image {
  padding: 0 !important;
}

.advantages {
  padding: 56px 0 56px 0;
  text-align: center !important;
}
.advantages h2 {
  margin: 0 0 48px 0;
  text-align: center !important;
  font-size: 2.5em;
  position: relative;
  color: #0d2344;
  font-family: "Exo 2", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.advantages h2:after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 60px;
  height: 3px;
  background: #f37920;
}
.advantages p {
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  color: #0d2344;
}
.advantages p i {
  color: #f37920;
  font-size: 12px;
  padding-right: 8px;
}

.gallery {
  scroll-margin: 145px 0 0 0;
  background: #fafafa;
  padding: 60px 0 60px 0;
  margin: 0 auto;
  text-align: center;
}
.gallery h2 {
  font-size: 2.5em;
  position: relative;
  color: #0d2344;
  font-family: "Exo 2", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.gallery h2:after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 60px;
  height: 3px;
  background: #f37920;
}
.gallery .img-gallery {
  padding-top: 60px;
}
.gallery .img-gallery .img-box {
  padding: 15px !important;
}
.gallery .img-gallery .img-box:hover {
  transform: scale(1.01);
  transition: 0.5s;
}
.gallery .img-gallery .card {
  border-radius: 0 !important;
  border: 0 none !important;
}
.gallery .img-gallery .card-img-top {
  border-radius: 0 !important;
}
.gallery .img-gallery img {
  opacity: 1;
}
.gallery .img-gallery img:hover {
  -webkit-box-shadow: 0px 4px 19px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 19px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 19px -3px rgba(0, 0, 0, 0.75);
  transition: 0.5s !important;
}

.certificates {
  background: #E6EFFF;
  padding: 60px 0 60px 0;
  margin: 0 auto;
  text-align: center;
}
.certificates h2 {
  text-align: center;
  color: #0d2344;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  font-size: 40px;
  padding: 0 0 16px 0;
}
.certificates .img-certificates {
  padding-top: 30px;
}
.certificates .img-certificates .img-box:hover {
  transform: scale(1.01);
  transition: 0.5s;
}
.certificates .img-certificates .card {
  border-radius: 0 !important;
  border: 0 none !important;
}
.certificates .img-certificates .card-img-top {
  border-radius: 0 !important;
}
.certificates .img-certificates img {
  opacity: 1;
}
.certificates .img-certificates img:hover {
  -webkit-box-shadow: 0px 4px 19px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 19px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 19px -3px rgba(0, 0, 0, 0.75);
  transition: 0.5s !important;
}

.contact-content {
  padding: 64px 0 0 0;
}
.contact-content .contact-content__items h4 {
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #0d2344;
}
.contact-content .contact-content__items p {
  margin: 0;
  padding: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.contact-content .contact-content__items i {
  color: #f37920 !important;
}
.contact-content .contact-content__items img {
  margin: 15px 0 15px 0 !important;
  -webkit-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
}
.contact-content .contact-content__items .map {
  margin: 15px 0 15px 0 !important;
}

.contact-content__info {
  background: #E6EFFF;
}

.contact-info {
  padding: 20px 0 20px 0;
  text-align: center;
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
}
.contact-info h4 {
  color: #0d2344 !important;
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.contact-info span {
  color: #0d2344;
}
.contact-info span i {
  color: #f37920;
}
.contact-info a {
  color: #0d2344;
}

.error-header {
  padding: 60px 0 60px 0;
  background: #0d2344;
}
.error-header p {
  font-size: 64px;
  color: #f37920;
  font-weight: 700;
  font-family: "Exo 2", sans-serif;
}

.error-text {
  background: #E6EFFF;
  padding: 60px 0 60px 0;
}
.error-text p {
  color: #0d2344;
  font-size: 40px;
  font-family: "Exo 2", sans-serif;
}
.error-text .btn {
  background: #f37920;
  font-family: "Exo 2", sans-serif;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 30px 10px 30px;
}
.error-text .btn:hover, .error-text .btn:focus {
  background: #FA5700;
}

.services-header {
  background: #0d2344;
  background: linear-gradient(90deg, #0d2344 0%, rgba(2, 57, 140, 0.8911939776) 52%, rgba(0, 74, 185, 0.7231267507) 100%);
  width: 100%;
  min-height: 336px;
  text-align: center;
  color: #ffffff;
}
.services-header h1 {
  color: #ffffff;
  font-family: "Exo 2", sans-serif;
  font-size: 56px;
  letter-spacing: 1px;
  font-weight: 700;
  padding-top: 200px;
  text-align: center;
}
.services-header .h1-medium {
  padding-top: 210px;
  font-size: 48px;
}
.services-header .h1-small {
  padding-top: 220px;
  font-size: 32px;
}
.services-header .arrow-navigation {
  display: block;
}
.services-header .arrow-navigation-sm {
  display: none;
}
.services-header a {
  color: #ffffff;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.services-main {
  margin: 0;
  padding: 36px 0 24px 0;
  text-align: center;
}
.services-main h2 {
  padding: 25px 0 5px 0;
  font-family: "Exo 2", sans-serif;
  font-size: 26px;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #333333;
}
.services-main .title-h2a {
  font-size: 1.6em;
  color: #0d2344;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
}
.services-main p {
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.services-main img {
  -webkit-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
}
.services-main .btn {
  margin: 15px 0 25px 0;
  text-transform: uppercase;
  background: #f37920 !important;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  border-radius: 0 !important;
  font-size: 16px !important;
  transition: all 0.5s ease-out;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.services-main .btn:hover, .services-main .btn:focus {
  background: #FA5700 !important;
  -webkit-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
}
.services-main .necessary-doc {
  padding: 54px 0 54px 0;
}
.services-main .necessary-doc .necessary-doc_item:hover {
  -webkit-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
}
.services-main .necessary-doc .necessary-doc_item img {
  margin: 15px 0 15px 0;
}
.services-main .necessary-doc .necessary-doc_item p {
  color: #0d2344;
  font-size: 16px;
  font-weight: 600;
}

.services-steps {
  text-align: center;
  padding: 40px 15px 40px 15px;
}
.services-steps h2 {
  font-family: "Exo 2", sans-serif;
  font-size: 32px;
  color: #0d2344;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}
.services-steps img {
  margin-bottom: 5px;
}
.services-steps .item {
  padding: 15px;
}
.services-steps span {
  color: #f37920;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
}
.services-steps .procedure-insurance__title {
  font-weight: 700;
  margin: 0 !important;
}
.services-steps p {
  color: #0d2344;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 500;
}

.services-iframe iframe {
  width: 100%;
  min-height: 1700px;
  display: block;
  border: 0 none !important;
}

.services-1 {
  padding: 15px 0 180px 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.services-1 .heading {
  margin: 0 0 40px 0;
}
.services-1 .title-h2 {
  text-align: center;
  font-size: 2em;
  position: relative;
  color: #0d2344;
  font-family: "Exo 2", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.services-1 .title-h2:after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 60px;
  height: 3px;
  background: #f37920;
}
.services-1 .box {
  text-align: center;
  -webkit-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  padding: 0 !important;
  text-decoration: none !important;
}
.services-1 .box .overlay-item {
  -webkit-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.services-1 .box .overlay-item .overlay-body {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 1.2em;
  color: #ffffff;
  top: 0%;
  left: 0%;
  opacity: 0;
  transition-duration: 0.4s;
}
.services-1 .box .overlay-item .overlay-body:hover, .services-1 .box .overlay-item .overlay-body:focus {
  background: rgba(0, 0, 0, 0.7);
}
.services-1 .box .overlay-item-dark {
  -webkit-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.services-1 .box .overlay-item-dark .overlay-body {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 1.2em;
  color: #ffffff;
  top: 0%;
  left: 0%;
  opacity: 0;
  transition-duration: 0.4s;
}
.services-1 .box .overlay-item-dark .overlay-body:hover, .services-1 .box .overlay-item-dark .overlay-body:focus {
  background: rgba(243, 87, 12, 0.8);
}
.services-1 .box img {
  opacity: 1;
  transition-duration: 0.4s;
}
.services-1 .box img:hover, .services-1 .box img:focus {
  opacity: 0.5;
}
.services-1 .box .box-layer {
  border: 1px solid red;
  background: black !important;
  text-align: center;
  margin: 0 auto !important;
}
.services-1 .box h2 {
  margin: 0 !important;
  text-align: center;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #ffffff;
  background: #f37920;
}
.services-1 .box .h2 {
  padding: 25px 0 25px 0;
}
.services-1 .box .h2-long {
  padding: 17px 0 16.5px 0 !important;
}
.services-1 .box p {
  padding: 0 5px 0 5px;
  font-family: "Exo 2", sans-serif;
  color: #ffffff;
  font-size: 14px;
  text-align: left !important;
}
.services-1 .box .btn {
  text-align: center !important;
  margin: 0 auto !important;
  text-transform: uppercase;
  background: #ffffff !important;
  color: #f37920;
  padding: 10px 20px 10px 20px;
  border-radius: 0 !important;
  font-size: 16px !important;
  transition: all 0.5s ease-out;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.services-1 .box .btn:hover, .services-1 .box .btn:focus {
  background: #fafafa !important;
  -webkit-box-shadow: 0px 0px 16px -6px black;
  -moz-box-shadow: 0px 0px 16px -6px black;
  box-shadow: 0px 0px 16px -6px black;
}
.services-1 .box:hover img {
  text-align: center;
  transform: scale(1.1);
}
.services-1 .overlay-item:hover .overlay-body {
  opacity: 1;
}
.services-1 .overlay-item-dark:hover .overlay-body {
  opacity: 1;
}

.services-2 {
  padding: 85px 0 85px 0;
}
.services-2 h3 {
  padding: 5px 0 5px 0;
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
.services-2 p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
}
.services-2 img {
  -webkit-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
}
.services-2 .btn {
  margin: 15px 0 25px 0;
  text-transform: uppercase;
  background: #f37920 !important;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  border-radius: 0 !important;
  font-size: 16px !important;
  transition: all 0.5s ease-out;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.services-2 .btn:hover, .services-2 .btn:focus {
  background: #FA5700 !important;
  -webkit-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
}
.services-2 .travel-insurance__box {
  -webkit-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.45);
  border-radius: 8px;
  padding: 40px 15px 25px 15px;
  background: #E6EFFF;
}
.services-2 .travel-insurance__box h2 {
  font-family: "Exo 2", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #0d2344;
}
.services-2 .travel-insurance__box p {
  color: #0d2344;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
}

.services-intro {
  scroll-margin: 145px 0 0 0;
  background: #0d2344;
  padding: 30px 0 30px 0;
}
.services-intro h3 {
  font-family: "Exo 2", sans-serif;
  font-size: 32px;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.services-intro h3 span {
  font-family: "Open Sans", sans-serif;
}

.services-select {
  scroll-margin: 145px 0 0 0;
  background: #fafafa;
  padding: 36px 0 36px 0;
}
.services-select h3 {
  padding: 54px 0 15px 0;
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #f37920;
  text-transform: uppercase;
}
.services-select p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
}
.services-select h4 {
  padding: 15px 0 5px 0;
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #f37920;
}
.services-select h4 span {
  font-family: "Open Sans", sans-serif;
}
.services-select h5 {
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.services-select .advantage {
  color: #3CB371 !important;
}
.services-select .normal {
  color: #f37920 !important;
  font-size: 10px !important;
}
.services-select .disadvantage {
  color: #b53737 !important;
}
.services-select ul li {
  padding: 4px;
  list-style: none;
  padding-left: 0 !important;
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}
.services-select ul i {
  font-size: 12px;
  color: #3CB371;
}

.online-reporting {
  background: #E6EFFF;
  padding: 54px 0 54px 0;
  scroll-margin: 145px 0 0 0;
}
.online-reporting h2 {
  text-align: center;
  color: #0d2344;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  font-size: 40px;
  padding: 0 0 16px 0;
}
.online-reporting p {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  color: #0d2344;
}
.online-reporting .online-reporting__container {
  margin-top: 40px;
  margin-bottom: 40px;
}
.online-reporting .online-reporting__item {
  margin: 15px 0 15px 0;
  text-align: center;
}
.online-reporting .online-reporting__item-content {
  padding: 15px 0 0 0;
  background: #ffffff;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.online-reporting .online-reporting__item-content img {
  margin: 15px;
}
.online-reporting .online-reporting__item-content .online-buttons {
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  margin: 15px 0 0 0;
}
.online-reporting .online-reporting__item-content .online-buttons .condition {
  color: #ffffff;
  text-decoration: none !important;
  padding: 8px;
  background: #0d2344;
  border: 2px solid #0d2344;
  transition: 0.6s;
}
.online-reporting .online-reporting__item-content .online-buttons .condition:hover {
  background: #1b4f9e;
  border: 2px solid #ffffff;
}
.online-reporting .online-reporting__item-content .online-buttons .online {
  color: #ffffff;
  text-decoration: none !important;
  padding: 8px;
  background: #f37920;
  border: 2px solid #f37920;
  transition: 0.6s;
}
.online-reporting .online-reporting__item-content .online-buttons .online:hover {
  border: 2px solid #ffffff;
  background: #FA5700;
}

@media (max-width: 991px) {
  .services-header {
    padding: 0 0 20px 0;
  }
  .services-header h1 {
    font-size: 40px;
  }

  .services-intro h3 {
    font-size: 24px;
  }

  .services-1 .box {
    margin: 20px;
  }
}
@media (max-width: 540px) {
  .services-header h1 {
    font-size: 28px;
  }

  .arrow-navigation {
    display: none !important;
  }

  .arrow-navigation-sm {
    display: block !important;
  }
  .arrow-navigation-sm a {
    font-size: 12px;
  }
}
.personal-data {
  padding: 54px 0 54px 0;
}
.personal-data h2 {
  font-size: 24px;
  color: #000000;
  font-family: "Exo 2", sans-serif;
  text-align: center;
}
.personal-data .title {
  font-size: 20px;
}
.personal-data h3 {
  padding: 25px 0 15px 0;
  font-size: 20px;
  color: #000000;
  font-family: "Exo 2", sans-serif;
  text-align: left;
  font-weight: 500;
}
.personal-data h4 {
  padding: 25px 0 15px 0;
  font-size: 28px;
  color: #f37920;
  font-family: "Exo 2", sans-serif;
  text-align: left;
  font-weight: 700;
}
.personal-data .link-download {
  color: #f37920 !important;
}
.personal-data p {
  font-size: 16px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 8px;
}
.personal-data p b {
  font-size: 16px;
  font-weight: 600;
}
.personal-data p .pd-b {
  color: #f37920 !important;
  font-weight: 700 !important;
}
.personal-data p .link-download {
  color: #f37920 !important;
}
.personal-data ol {
  padding-left: 15px !important;
}
.personal-data ol li {
  font-size: 16px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  font-weight: 400;
  line-height: 28px;
}
.personal-data ul li {
  font-size: 16px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  font-weight: 400;
  list-style: square;
  line-height: 28px;
}
.personal-data ul li b {
  font-size: 16px;
  font-weight: 600;
}

.documents .doc-download {
  padding: 20px 15px 20px 15px;
}
.documents a {
  font-size: 16px;
  color: #000000;
  font-family: "Exo 2", sans-serif;
  line-height: 30px;
}
.documents i {
  color: #FA5700;
}

#flexWrapper {
  font-family: "Exo 2", sans-serif !important;
}
#flexWrapper h2 {
  font-size: 36px;
}
#flexWrapper p {
  font-family: "Exo 2", sans-serif !important;
}

#appContentHeader h2 {
  font-family: "Exo 2", sans-serif !important;
}

/*# sourceMappingURL=style.css.map */
