/*fonts*/
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXV3I6Li01BKof4Mg.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofA6sKkZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofAjsOkZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
/*variables*/
/*colors*/
/*mixins*/
h1,
.h1 {
  font-size: 3.5rem;
  line-height: 1.2;
  margin-bottom: 25px;
}
h2,
.h2 {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
h3,
.h3 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 18px;
}
h4,
.h4 {
  font-size: 2.25rem;
  line-height: 1.2;
  margin-bottom: 15px;
}
h5,
.h5 {
  font-size: 1.625rem;
  line-height: 1.2;
  margin-bottom: 12px;
}
h6,
.h6 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 9px;
}
.p-size-18 p {
  font-size: 1.125rem;
}
.dark-p p {
  color: #002649;
  font-weight: bold;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #002649;
}

p {
  color: #637586;
}
p a {
  color: #1e96f3;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white a:not(.btn) {
  color: inherit;
}
* {
  outline: none!important;
}
html {
  font-size: 16px;
}
body {
  font-weight: 400;
  color: #637586;
  font-size: 1rem;
  font-family: 'Nunito', sans-serif;
  background-color: #f7f9fc;
}
body.modal-open .top-menu {
  width: calc(100% - 17px);
}
.navbar-toggler {
  position: relative;
  background-color: transparent;
  width: 60px;
  min-width: 60px;
  min-height: 60px;
}
.navbar-toggler span {
  width: 100%;
  float: left;
  background-color: #000;
  margin: 3px 0;
  height: 3px;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.navbar-toggler[aria-expanded="true"] span {
  width: 27px;
  position: absolute;
}
.navbar-toggler[aria-expanded="true"] span.first {
  transform: rotate(45deg) translate(-12px, 5px);
  top: 50%;
  left: 50%;
}
.navbar-toggler[aria-expanded="true"] span.last {
  transform: rotate(-45deg) translate(-5px, -12px);
  top: 50%;
  left: 50%;
}
.navbar-toggler[aria-expanded="true"] span.second {
  background-color: transparent;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: 'Nunito', sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

.popupnews {
  position: relative;
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  max-height: 700px;
  transition: all 500ms ease-in-out;
  overflow-y: auto !important;
}

.popupnews h2 {
  margin-top: 0;
  color: #333;
  font-family: 'Nunito', sans-serif;
}
.popupnews .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popupnews .close:hover {
  color: #06D85F;
}
.popupnews .content {
  font-family: 'Nunito', sans-serif;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
  .popupnews{
    width: 70%;
  }
}
img {
  max-width: 100%;
  height: auto;
}
.page-holder {
  overflow: hidden!important;
}
section {
  width: 100%;
  float: left;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 6.25rem 0;
}
.top-menu {
  position: fixed;
  width: 100%;
  padding: 0.375rem 0 0.375rem;
  float: left;
  transition: padding 0.2s ease 0s, background 0.2s ease 0s;
  -webkit-transition: padding 0.2s ease 0s, background 0.2s ease 0s;
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
  z-index: 900;
}
.top-menu .navbar-brand img {
  max-width: 10.375rem;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.top-menu .row {
  width: 100%;
}
.top-menu .navbar {
  width: 100%;
  float: left;
  padding: 0;
}
.top-menu .navbar-nav {
  width: 100%;
}
.top-menu .nav-link {
  font-size: 1.125rem;
  color: #002649;
  text-align: center;
  padding: 0.875rem 1.5625rem !important;
}
@media (min-width: 990px) {
  .top-menu .nav-link:hover {
    color: #1e96f3;
  }
}
.top-menu.fixed {
  padding: 0.75rem 0 0.8125rem;
  box-shadow: 0rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.13);
}
.top-menu.fixed .navbar {
  border: none;
}
.top-menu.fixed .navbar-brand img {
  max-width: 8.3125rem;
}
.footer {
  padding: 90px 0 12px;
  background-color: #002649;
  background-image: url(../img/footer-bg-2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (min-width: 990px) {
  .footer {
    background-image: url(../img/footer-bg-1.png);
  }
}
.footer.footer-inner {
  padding-top: 60px;
}
.footer h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #002649;
}
.footer h3 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #002649;
}
.footer .nav-link {
  font-size: 1rem;
  padding: 0.9375rem 0.9375rem !important;
  color: #fff;
}
@media (min-width: 990px) {
  .footer .nav-link:hover {
    color: #1e96f3;
  }
}
.footer .social-menu .nav-link {
  padding: 0 1.5625rem !important;
}
@media (min-width: 990px) {
  .footer .social-menu .nav-link:hover {
    color: #1e96f3;
  }
}
.footer .copyright p {
  margin: 20px 0;
  color: #c8c8c8;
  opacity: 0.5;
  font-size: 0.75rem;
}
.footer .form-holder .btn.btn-submit {
  margin-top: 20px;
}
@media (min-width: 767px) {
  .footer .form-holder .btn.btn-submit {
    position: absolute;
    top: 0;
    right: 14px;
    z-index: 5;
    margin-top: 0;
  }
}
.footer .form-control {
  position: relative;
  z-index: 0;
  background: none;
  border: none;
  width: 100%;
  height: 66px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0px 12px 40px 0px rgba(0, 38, 94, 0.1);
  -webkit-box-shadow: 0px 12px 40px 0px rgba(0, 38, 94, 0.1);
  -moz-box-shadow: 0px 12px 40px 0px rgba(0, 38, 94, 0.1);
  border: 1px solid #ebebeb;
  background-color: #fff;
  font-size: 1.125rem;
  color: #637586;
}
.footer .form-control::-webkit-input-placeholder {
  color: #637586;
}
.footer .form-control::-moz-placeholder {
  color: #637586;
}
.footer .form-control:-ms-input-placeholder {
  color: #637586;
}
.footer .form-control:-moz-placeholder {
  color: #637586;
}
.btn {
  outline: none!important;
  cursor: pointer;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  display: inline-block;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  text-align: center;
  min-height: 4.125rem;
  height: 4.125rem;
  line-height: 3.875rem;
}
.btn.btn-default {
  min-width: 12.5rem;
  background-color: #1e96f3;
  color: #fefefe;
  border: 2px solid #1e96f3;
  padding: 0 0.625rem !important;
  font-size: 1rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
@media (min-width: 990px) {
  .btn.btn-default:hover {
    background-color: #fefefe;
    color: #1e96f3;
  }
}
.btn.btn-submit {
  min-width: 12.5rem;
  background-color: #1e96f3;
  color: #fff;
  border: 2px solid #1e96f3;
  padding: 0 0.625rem !important;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.btn.btn-submit.btn-lg {
  min-width: 14.6875rem;
}
@media (min-width: 990px) {
  .btn.btn-submit:hover {
    background-color: #fff;
    color: #1e96f3;
  }
}
.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 16.5625rem 0 10.9375rem;
}
.hero.hero-home {
  background-image: url(../img/hero.jpg);
}
.hero.hero-inner {
  padding: 7.5rem 0 4.6875rem;
}
.hero.hero-inner .image-box {
  width: 100%;
  float: left;
  padding-bottom: 56.25%;
  min-height: 500px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
.hero.hero-inner-1 {
  background-image: url(../img/hero-image-2.jpg);
  padding: 17.8125rem 0 16.25rem;
}
.hero.hero-inner-2 {
  background-image: url(../img/hero-image-3.jpg);
  padding: 15.625rem 0 11.25rem;
}
.hero.hero-inner-3 {
  background-image: url(../img/tiimi_web2.jpg);
  padding: 15.625rem 0 11.25rem;
}
.hero h1 {
  line-height: 1.333;
}
.hero h1 span {
  color: #f85d5b;
}
.hero .btn.btn-default {
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 15px;
}
.section-title h2 span {
  color: #f85d5b;
}
.title-holder h2 {
  font-size: 2.5rem;
}
.step-holder {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.step-holder label {
  font-size: 1.125rem;
  margin-left: 20px;
}
.step-holder label span {
  display: inline-block;
  width: 68px;
  height: 68px;
  line-height: 68px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 0 10px;
  text-align: center;
  background-color: #1e96f3;
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
}
.step-holder.step-holder-dark {
  margin-top: 30px;
}
.step-holder.step-holder-dark label {
  margin-left: 0;
}
.step-holder.step-holder-dark label span {
  background-color: #002649;
  margin-right: 15px;
}
.step-content h2 {
  font-size: 2.5rem;
}
.step-content h2 span {
  color: #f85d5b;
}
.step-content p {
  font-size: 1.125rem;
}
.step-content p.hltext {
  font-size: 1.125rem;
  color: #f85d5b;
  font-weight: bold;
  display: inline;
}
.bg-white {
  background-color: #fff;
}

.bg-dark-blue {
  background-color: #002649;
}
.hr-bottom {
  border-bottom: 1px solid #e1e1e1;
}
.section-step .step-holder {
  margin-top: 0;
}
.section-step label {
  font-weight: 700;
  font-size: 1.25rem;
  color: #f85d5b;
  margin: 0;
}
.section-step label span {
  position: relative;
}
.section-step label span:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 69px;
  z-index: 0;
  margin-left: -1px;
  width: 2px;
  height: 147px;
  background-image: url(../img/line-dashed.png);
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-step label span.no-bg:after {
  display: none;
}
.section-step p {
  font-size: 0.875rem;
}
.box-has-circle {
  width: 100%;
  float: left;
}
.box-has-circle span {
  display: inline-block;
  width: 187px;
  height: 187px;
  line-height: 187px;
  text-align: center;
  padding: 0 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0px 23px 40px 0px rgba(0, 38, 94, 0.05);
  -webkit-box-shadow: 0px 23px 40px 0px rgba(0, 38, 94, 0.05);
  -moz-box-shadow: 0px 23px 40px 0px rgba(0, 38, 94, 0.05);
  background-color: #fff;
  border: 1px solid #ebebeb;
}
.box-has-circle h3 {
  color: #002649;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 25px 0 15px;
}
.box-has-circle p {
  min-height: 85px;
  line-height: 1.8;
  margin-bottom: 25px;
}
.box-margin {
  margin-top: 90px;
}
.white-holder {
    width: 100%;
    float: left;
    border-radius: 20px 20px;
    -webkit-border-radius: 20px 20px;
    -moz-border-radius: 20px 20px;
    box-shadow: 0px 12px 70px 0px rgb(0 38 94 / 23%);
    -webkit-box-shadow: 0px 12px 70px 0px rgb(0 38 94 / 23%);
    -moz-box-shadow: 0px 12px 70px 0px rgba(0, 38, 94, 0.23);
    background-color: #fff;
    padding: 20px 50px !important;
}
.white-holder-footer {
    width: 350;
    float: center;
	margin-left: auto;
	margin-right: auto;
    border-radius: 20px 20px;
    -webkit-border-radius: 20px 20px;
    -moz-border-radius: 20px 20px;
    box-shadow: 0px 12px 70px 0px rgb(0 38 94 / 23%);
    -webkit-box-shadow: 0px 12px 70px 0px rgb(0 38 94 / 23%);
    -moz-box-shadow: 0px 12px 70px 0px rgba(0, 38, 94, 0.23);
    background-color: #fff;
    padding: 20px 50px !important;
}
label.holder-title {
    min-height: 80px;
}
.counter {
    color: #f85d5b;
    font-size: 40px;
    margin-bottom: 30px;
    display: inline-block;
}
.no-mb-p p {
  margin: 0;
}
.white-holder {
  width: 100%;
  float: left;
  border-radius: 20px 20px;
  -webkit-border-radius: 20px 20px;
  -moz-border-radius: 20px 20px;
  box-shadow: 0px 12px 70px 0px rgba(0, 38, 94, 0.23);
  -webkit-box-shadow: 0px 12px 70px 0px rgba(0, 38, 94, 0.23);
  -moz-box-shadow: 0px 12px 70px 0px rgba(0, 38, 94, 0.23);
  background-color: #fff;
  padding: 65px 20px;
}
.white-holder.small-padd {
  box-shadow: 0px 13px 29px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 13px 29px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 13px 29px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
}
.white-holder.big-padd {
  box-shadow: 0px 13px 29px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 13px 29px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 13px 29px 0px rgba(0, 0, 0, 0.15);
  padding: 95px 20px 90px;
}
.white-holder.three-box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0px 12px 40px 0px rgba(0, 38, 94, 0.1);
  -webkit-box-shadow: 0px 12px 40px 0px rgba(0, 38, 94, 0.1);
  -moz-box-shadow: 0px 12px 40px 0px rgba(0, 38, 94, 0.1);
  min-height: 220px;
}
.white-holder.three-box label {
  color: #002649;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  display: block;
}
.like-link {
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  background-image: url(../img/like-grey.png);
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.like-link.active {
  background-image: url(../img/like-red.png);
}
.item-box {
  position: relative;
  width: 100%;
  min-width: 250px;
  float: left;
  background-color: #fff;
}
.item-box h3 {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #384042;

}
.item-box .content-bottom {
  width: 100%;
  float: left;
  padding: 20px;
}
.item-box .image-box {
  position: relative;
  width: 100%;
  float: left;
  height: 440px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.item-box .image-box h3 {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #384042;

}
.item-box .image-box h4 {
  position: absolute;
  bottom: 0px;
  left: 20px;
  font-size: 1.0rem;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #384042;
}
.section-slider {
  position: relative;
}
.section-slider .item {
  margin-left: 40px;
}
.section-slider .slick-arrow {
  position: absolute;
  content: '';
  left: -24%;
  z-index: 1;
  cursor: pointer;
  border: none;
  background: none;
  width: 100px;
  height: 28px;
  color: #002649;
  font-size: 1.125rem;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  background-image: url(../img/arrow-left.png);
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: top 5px left 7px;
  text-align: right;
  bottom: 23%;
}
.section-slider .slick-arrow.slick-next {
  background-image: url(../img/arrow-right.png);
  background-position: top 5px right;
  text-align: left;
  bottom: 30%;
}
.section-slider .slick-arrow.slick-disabled {
  display: none!important;
}
.box-image {
  min-height: 180px;
}
.partner-box {
  margin-top: 40px;
}
.partner-box p {
  font-size: 1.125rem;
  margin: 0;
}
.mobile-slider {
  position: relative;
}
.mobile-slider .slick-arrow {
  position: absolute;
  content: '';
  right: 115px;
  bottom: -40px;
  z-index: 1;
  cursor: pointer;
  border: none;
  background: none;
  width: 100px;
  height: 28px;
  color: #002649;
  font-size: 1.125rem;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  background-image: url(../img/arrow-left.png);
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: top 5px left 7px;
  text-align: right;
}
.mobile-slider .slick-arrow.slick-next {
  background-image: url(../img/arrow-right.png);
  background-position: top 5px right;
  text-align: left;
  right: 15px;
}
.mobile-slider .slick-arrow.slick-disabled {
  display: none!important;
}
.team-box {
  width: 100%;
  margin-top: 50px;
  float: left;
}
.team-box h3 {
  font-size: 1.5rem;
  color: #f85d5b;
  margin: 20px 0 5px;
}
.team-box label,
.team-box p {
  font-size: 1.125rem;
  margin: 0;
}
.team-box img {
  width: 100%;
  max-width: 170px;
  min-height: 178px;
  box-shadow: 0px 2px 10px 0px rgba(194, 194, 194, 0.82);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(194, 194, 194, 0.82);
  -moz-box-shadow: 0px 2px 10px 0px rgba(194, 194, 194, 0.82);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.form-holder-left p {
  margin-bottom: 25px;
  font-size: 1.125rem;
  color: #767676;
}
.form-holder-left a {
  margin-top: 30px;
  color: #777;
  font-size: 1.125rem;
}
.form-holder-left a span {
  margin-right: 20px;
}
.form-holder-left hr {
  margin: 0 50px;
}
.section-bottom {
  background-color: #fff;
}
.section-bottom .image-holder {
  min-height: 435px;
}
.section-bottom .form-group label {
  color: #484848;
  font-size: 1.125rem;
}
.section-bottom .form-group .btn-submit {
  right: auto;
  left: 0;
  position: relative;
}
.section-bottom textarea {
  min-height: 100px;
}
.section-bottom .form-holder {
  width: 100%;
  float: left;
  padding: 60px 40px 65px 40px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow: 0px 2px 10px 0px rgba(194, 194, 194, 0.82);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(194, 194, 194, 0.82);
  -moz-box-shadow: 0px 2px 10px 0px rgba(194, 194, 194, 0.82);
  background-color: #fff;
}
@media (min-width: 990px) {
  .section-bottom .form-holder {
    padding: 60px 65px 65px 70px;
  }
}
.section-bottom .form-holder h3 {
  color: #1a7cea;
  font-size: 2.25rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.section-bottom .form-control {
  background: none;
  border: none;
  width: 100%;
  height: 40px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  color: #002649;
}
.section-bottom .form-control:focus {
  border-color: #1e96f3;
}
.section-bottom .form-control::-webkit-input-placeholder {
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  color: #777;
}
.section-bottom .form-control::-moz-placeholder {
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  color: #777;
}
.section-bottom .form-control:-ms-input-placeholder {
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  color: #777;
}
.section-bottom .form-control:-moz-placeholder {
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  color: #777;
}
.image-holder {
  width: 100%;
  float: left;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.image-holder.h-350 {
  min-height: 350px;
}
.image-holder.h-625 {
  min-height: 625px;
}
.bottom-content h3 {
  font-size: 2.25rem;
  font-weight: 700;
}
.has-arrow {
  position: relative;
}
.has-arrow:after {
  position: absolute;
  content: '';
  bottom: -93px;
  z-index: 10;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.has-arrow.position-1:after {
  width: 35px;
  height: 187px;
  background-image: url(../img/arrow-1.png);
  right: calc(100% - 1140px);
  margin-right: -10%;
}
.has-arrow.position-2:after {
  background-image: url(../img/arrow-2.png);
  width: 51px;
  height: 184px;
  left: calc(100% - 1140px);
  margin-left: -10%;
}
.has-arrow.position-3:after {
  background-image: url(../img/arrow-4.png);
  width: 118px;
  height: 53px;
  right: -133px;
  bottom: 73px;
  z-index: -1;
}
.has-arrow.position-3:before {
  position: absolute;
  content: '';
  z-index: -1;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/arrow-3.png);
  width: 117px;
  height: 54px;
  left: -133px;
  bottom: 108px;
}
#thanksRow {
  display: none;
}
.modal .modal-content {
  border: none;
}
.modal .modal-header {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
}
.modal-backdrop {
  background-color: #002649;
}
.modal-backdrop.show {
  opacity: 0.75;
}
@media (max-width: 1300px) {
  .has-arrow.position-1:after {
    margin-right: 0;
  }
  .has-arrow.position-2:after {
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .hero.hero-inner .image-box {
    min-height: 1px;
  }
  .hero.hero-inner-2 {
    background-position: left -250px center;
  }
  .hero.hero-inner-3 {
    background-position: left -250px top;
  }
  .section-slider .slick-arrow {
    left: -25%;
  }
  .has-arrow.position-1:after {
    right: calc(100% - 960px);
  }
  .has-arrow.position-2:after {
    left: calc(100% - 960px);
  }
  .footer.footer-inner h2 {
    font-size: 1.875rem;
  }
  .footer.footer-inner h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 1100px) {
  .hero.hero-inner-2 {
    background-position: left -410px center;
  }
  .hero.hero-inner-3 {
    background-position: left -410px top;
  }
  .has-arrow.position-3:before {
    bottom: 156px;
  }
  .has-arrow.position-3:after {
    right: -121px;
    bottom: 25px;
  }
  .footer {
    padding-top: 68px;
  }
  .footer.footer-inner {
    background-image: url(../img/footer-bg-2.png);
    background-size: 100% 246px;
  }
}
@media (max-width: 990px) {
  .hero.hero-inner-2 {
    background-position: left -520px center;
  }
  .hero.hero-inner-3 {
    background-position: left -520px top;
  }
  .benefit-box p {
    min-height: 114px;
  }
  .benefit-box p br {
    display: none;
  }
  /*.team-box {
    margin-top: 70px;
  }*/
  .footer {
    padding-top: 104px;
  }
  .has-arrow.position-3:before {
    left: -120px;
    bottom: 181px;
  }
  .has-arrow.position-3:after {
    right: -82px;
    bottom: -39px;
  }
  .box-has-circle p {
    min-height: 112px;
  }
  .box-has-circle p br {
    display: none;
  }
  .section-slider .slick-arrow {
    left: -27%;
  }
  .has-arrow.position-1:after {
    right: calc(100% - 720px);
    margin-right: -10%;
  }
  .has-arrow.position-2:after {
    left: calc(100% - 720px);
    margin-left: -10%;
  }
}
@media (max-width: 890px) {
  .hero.hero-inner-2 {
    background-position: left -570px center;
  }
  .hero.hero-inner-3 {
    background-position: left -570px top;
  }
  .has-arrow.position-1:after {
    margin-right: -4%;
  }
  .has-arrow.position-2:after {
    margin-left: -4%;
  }
}
@media (max-width: 767px) {
  .hero.hero-inner-2 {
    background-position: right -132px center;
    padding: 250px 0 20px;
  }
  .hero.hero-inner-3 {
    background-position: right -132px top;
    padding: 250px 0 20px;
  }
  .hero.hero-inner-2 .container {
    position: relative;
    z-index: 50;
  }
  .hero.hero-inner-3 .container {
    position: relative;
    z-index: 50;
  }
  .hero.hero-inner-2 p {
    color: #002649;
    line-height: 1.4;
  }
  .hero.hero-inner-3 p {
    color: #002649;
    line-height: 1.4;
  }
  .hero.hero-inner-2:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(45deg, #ffffff 0%, rgba(255, 255, 255, 0.96) 14%, rgba(255, 255, 255, 0.9) 35%, rgba(255, 255, 255, 0.24) 75%, rgba(255, 255, 255, 0.24) 100%);
    background: -webkit-linear-gradient(45deg, #ffffff 0%, rgba(255, 255, 255, 0.96) 14%, rgba(255, 255, 255, 0.9) 35%, rgba(255, 255, 255, 0.24) 75%, rgba(255, 255, 255, 0.24) 100%);
    background: linear-gradient(45deg, #ffffff 0%, rgba(255, 255, 255, 0.96) 14%, rgba(255, 255, 255, 0.9) 35%, rgba(255, 255, 255, 0.24) 75%, rgba(255, 255, 255, 0.24) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#3dffffff', GradientType=1);
  }
  .hero.hero-inner-3:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(45deg, #ffffff 0%, rgba(255, 255, 255, 0.96) 14%, rgba(255, 255, 255, 0.9) 35%, rgba(255, 255, 255, 0.24) 75%, rgba(255, 255, 255, 0.24) 100%);
    background: -webkit-linear-gradient(45deg, #ffffff 0%, rgba(255, 255, 255, 0.96) 14%, rgba(255, 255, 255, 0.9) 35%, rgba(255, 255, 255, 0.24) 75%, rgba(255, 255, 255, 0.24) 100%);
    background: linear-gradient(45deg, #ffffff 0%, rgba(255, 255, 255, 0.96) 14%, rgba(255, 255, 255, 0.9) 35%, rgba(255, 255, 255, 0.24) 75%, rgba(255, 255, 255, 0.24) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#3dffffff', GradientType=1);
  }
  .section-slider .slick-arrow {
    left: auto;
    bottom: auto;
    top: -45px;
    right: 115px;
  }
  .section-slider .slick-arrow.slick-next {
    right: 15px;
  }
  .hero.hero-home {
    background-image: url(../img/hero-mobile.jpg);
    padding-bottom: 580px;
  }
  .hero.hero-inner {
    padding-top: 70px;
  }
  .hero.hero-inner .container {
    max-width: 100%;
    padding: 0;
  }
  .hero.hero-inner .image-box {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  .hero h1 {
    font-size: 3.125rem;
  }
  .hero h1 br {
    display: none;
  }
  h1,
  .h1 {
    font-size: 3.125rem;
  }
  section {
    padding: 60px 0;
  }
  .benefit-box {
    margin-top: 60px;
  }
  .benefit-box p {
    min-height: 1px;
  }
  .box-has-circle {
    margin-top: 50px;
  }
  .box-has-circle p {
    min-height: 1px;
  }
  .white-holder {
    padding: 20px;
  }
  .step-holder label {
    margin: 0;
  }
  .section-progress .step-holder label {
    margin: 0 20px 0 0;
  }
  .partner-box {
    margin-top: 0;
  }
  .mobile-info-holder {
    margin-left: 25%;
  }
  .footer {
    padding-top: 72px;
  }
  .footer.footer-inner {
    background-size: auto 264px;
    padding-top: 84px;
  }
  .white-holder.three-box {
    min-height: 1px;
    padding: 30px 20px;
    margin-top: 30px;
  }
  .white-holder.three-box label br {
    display: none;
  }
  .dark-p p br {
    display: none;
  }
  .section-slider h2 br {
    display: none;
  }
  .section-slider .item {
    margin-right: 40px;
    margin-left: 0;
  }
  .section-step label span:after {
    height: 120px;
  }
  .box-margin {
    margin-top: 0;
  }
  .box-middle {
    margin-top: 220px;
  }
  .has-arrow.position-3:before {
    left: -68px;
    bottom: 20px;
    transform: rotate(148deg);
  }
  .has-arrow.position-3:after {
    right: auto;
    bottom: auto;
    left: -70px;
    top: -48px;
    transform: rotate(26deg);
  }
  .has-arrow.position-1:after {
    display: none;
  }
  .has-arrow.position-2:after {
    display: none;
  }
}
@media (max-width: 576px) {
  .hero.hero-home {
    padding-bottom: 80px;
  }
  .hero.hero-inner-1 {
    padding: 200px 0 150px;
  }
  .mobile-info-holder {
    margin-left: 20%;
  }
  .footer {
    padding-top: 55px;
  }
  .footer.footer-inner {
    padding-top: 45px;
  }
}
@media (max-width: 500px) {
  .section-step label span:after {
    height: 135px;
  }
  .footer {
    padding-top: 35px;
  }
}
@media (max-width: 476px) {
  .footer {
    padding-top: 20px;
  }
  .section-step label span:after {
    height: 167px;
  }
}
@media (min-width: 768px){
.mt-md-5, .my-md-5 {
    margin-top: 5rem!important;
}

}
/*# sourceMappingURL=main.css.map */