/*=======================================================*/
@font-face {
  font-family: 'Gotham-Medium';
  src: url('../fonts/Gotham-Medium.eot');
  src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Medium.woff2') format('woff2'),
    url('../fonts/Gotham-Medium.woff') format('woff'),
    url('../fonts/Gotham-Medium.ttf') format('truetype'),
    url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham-Book.eot');
  src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Book.woff2') format('woff2'),
    url('../fonts/Gotham-Book.woff') format('woff'),
    url('../fonts/Gotham-Book.ttf') format('truetype'),
    url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham-Light';
  src: url('../fonts/Gotham-Light.eot');
  src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Light.woff2') format('woff2'),
    url('../fonts/Gotham-Light.woff') format('woff'),
    url('../fonts/Gotham-Light.ttf') format('truetype'),
    url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham-Bold';
  src: url('../fonts/Gotham-Bold.eot');
  src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Bold.woff2') format('woff2'),
    url('../fonts/Gotham-Bold.woff') format('woff'),
    url('../fonts/Gotham-Bold.ttf') format('truetype'),
    url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*=======================================================*/
.gotham_bold,
b {
  font-family: 'Gotham-Bold';
}

.gotham_medium {
  font-family: 'Gotham-Medium';
}

.gotham_book {
  font-family: 'Gotham-Book';
}

.gotham_light {
  font-family: 'Gotham-Light';
}

/*=======================================================*/
.font90 {
  font-size: 90px;
}

.font43 {
  font-size: 43px;
}

.font25 {
  font-size: 25px;
}

.font35 {
  font-size: 35px;
}

.font20 {
  font-size: 20px;
}

.font50 {
  font-size: 50px;
}

.font70 {
  font-size: 70px;
}

.font27 {
  font-size: 27px;
}

.font100 {
  font-size: 100px;
}

.font18 {
  font-size: 18px;
}

.font41 {
  font-size: 41px;
}

/*=======================================================*/
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none !important;
}

body {
  font-size: 18px;
  color: #141414;
  font-family: 'Gotham-Book';
  padding-top: 104px;
}

body.home_page {
  padding-top: 0px;

}

body,
header {
  min-width: 290px;
}

.red {
  outline: 1px solid red;
}

input,
textarea,
select {
  font-size: 16px !important;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.img_cont {
  display: block;
  text-align: center;
}

.img_cont img {
  width: 100%;
  height: auto;
}

.align_center {
  display: block;
  text-align: center;
}

a {
  text-decoration: none;
  outline: none;
  color: #141414;
}

a:hover,
a:focus {
  outline: none;
  color: #25324E;
}

textarea:focus,
input:focus,
select:focus {
  outline: none
}

input[type="search"] {
  -webkit-appearance: none;
}

.slick-slide:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  line-height: 1;
  font-weight: normal;
  font-family: 'Gotham-Medium';
}

a.img_cont:hover {
  opacity: 0.9;
}

.block {
  padding-top: 60px;
  padding-bottom: 60px;
}

input::-ms-clear {
  display: none;
}

/*==========================*/
.menu_button {
  height: 39px;
  width: 48px;
  right: 8px;
  top: 0px;
  text-align: center;
  position: absolute;
  overflow: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 999;
  margin-top: 0;
  outline: none !important;
  border: 0;
  background: transparent;
}

.menu_button.navbar-toggle {
  padding: 0px;
  margin: 0px;
}

.menu_button.active span i:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
  top: 14%;
  left: 21px;
}

.menu_button.active span i:nth-child(2) {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
}

.menu_button.active span i:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  top: 58%;
  left: 19px;
}

.menu_button span {
  width: 53px;
  height: 58px;
  position: absolute;
  right: -2px;
  top: -2px;
  cursor: pointer;
  background: transparent;
  z-index: 1;
}

.menu_button span i {
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 68%;
  height: 4px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  -webkit-transition: opacity .1s ease .1s, -webkit-transform .3s ease;
  transition: opacity .1s ease .1s, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .1s ease .1s;
  transition: transform .3s ease, opacity .1s ease .1s, -webkit-transform .3s ease;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.menu_button span i:nth-child(1) {
  top: 18%;
}

.menu_button span i:nth-child(2) {
  top: 33.8%;
}

.menu_button span i:nth-child(3) {
  top: 49%;
}

header {
  width: 100%;
  height: 104px;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1003;
  background-color: #3E42D7;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

.home_page header {
  background-color: transparent;
}

header.smaller {

  background-color: transparent;
}

header:after {
  content: '';
  height: 0px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #3E42D7;
  background-color: #151B35;

  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

header.smaller:after {
  height: 100%;
  z-index: -1;
}

.logo {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.logo img {
  width: 100%;
  height: auto;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  vertical-align: middle;
}

.logo {
  width: 238px;
  display: block;
}

.col {
  border: 1px solid transparent;
}

/*-------------*/
.main_menu {
  position: relative;
}

.active_button {
  display: inline-block;
  background-color: #F66E0A;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 0px 40px;
  height: 40px;
  line-height: 35px;
  border: 1px solid #F66E0A;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.active_button:hover,
.active_button:focus {
  background-color: #fff;
  color: #F66E0A;
  text-decoration: none;
}

/*=================================*/
.dm-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  z-index: 1050;
}

/* активируем модальное окно */

.dm-overlay:target {
  display: block;
  -webkit-animation: fade .6s;
  -moz-animation: fade .6s;
  animation: fade .6s;
}

/* блочная таблица */

.dm-table {
  display: table;
  width: 100%;
  height: 100%;
}

/* ячейка блочной таблицы */

.dm-cell {
  display: table-cell;
  padding: 0 1em;
  vertical-align: middle;
  text-align: center;
}

/* модальный блок */

.dm-modal {
  display: inline-block;
}

.popup {
  background-color: #fff;
  width: 450px;
  height: auto;
  box-shadow: 2px 5px 20px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 0px auto 0;
  z-index: 990;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
}

.close_popup {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  color: #000;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  cursor: pointer;
}

.close_popup:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -sand-transform: rotate(360deg);
}

.popup input[type=text],
.popup input[type=email],
.popup input[type=tel] {
  border: 1px solid #ccc;
  outline: none;
  margin-bottom: 15px;
  color: #000;
  background: rgba(255, 255, 255, 1);
  height: 50px;
  width: 100%;
  padding: 0px 15px;
}

.popup textarea {
  border: 1px solid #ccc;
  outline: none;
  background: rgba(255, 255, 255, 1);
  height: 120px;
  width: 100%;
  padding: 15px;
  margin-bottom: 5px;
  resize: none;
}

.popup input[type=submit] {
  background-color: #E74237;
  color: #fff;
  text-align: center;
  height: 50px;
  border: 2px solid #E74237;
  transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -moz-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -webkit-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -o-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  outline: none;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  font-size: 21px;
}

.popup input[type=submit]:hover,
.popup input[type=submit]:focus {
  background-color: #fff;
  color: #E74237;
  text-decoration: none;
  outline: none;
}

.form_wrapper_header p {
  margin-bottom: 20px;
  font-size: 30px;
  margin-top: 10px;
}

.succes {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 35px 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  margin: 0;
  z-index: 1002;
  display: none;
}

.succes .inner {
  display: table;
  width: 100%;
  height: 100%;
}

.succes .inner p {
  margin-top: 0 !important;
  display: table-cell;
  vertical-align: middle;
}

.succes p {
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  color: #000;
}

.succes p>span {
  display: block;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 45px;
  color: #E74237;
  font-size: 50px;
  margin-top: 20px;
}

/*=========================*/
.vote label {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 0;
  padding-left: 40px;
  font-size: 22px;
  padding-top: 0px;
  text-align: left;
  font-weight: normal;
  line-height: 1;
}

.vote input[type=checkbox],
.vote input[type=radio] {
  display: none;
}

.vote label:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 24px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: white;
  border: 2px solid #70707026;
  border-radius: 6px;
}

.vote input[type=checkbox]:checked+label:before {
  content: "\f102";
  font-size: 22px;
  color: #4145D8;
  line-height: 21px;
  text-align: center;
  font-family: flaticon !important;
}

/*======================================================*/
/*======================================================*/
@media only screen and (max-width : 480px) {
  .popup {
    padding-left: 15px;
    padding-right: 15px;
    width: 340px;
  }
}

@media only screen and (max-width : 400px) {
  .popup {
    width: 290px;
  }
}

/*========================*/

/*==================*/
#toTop {
  width: 47px;
  height: 47px;
  background: #3E42D7;
  border: 2px solid #3E42D7;
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  display: none;
  z-index: 100;
  color: #fff;
  text-align: center;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
  -moz-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
  -webkit-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
  -o-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
}

#toTop span {
  display: block;
  line-height: 37px;
  font-size: 18px;
  text-align: center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -sand-transform: rotate(180deg);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

#toTop:hover {
  color: #3E42D7;
  border-color: #3E42D7;
  text-decoration: none;
  background-color: #fff;
}

/*========================*/
.block_1 {
  background: transparent;
  height: 964px;
  position: relative;

}

/*.block_1:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/blue_bg.svg);
  bottom: 0;
  z-index: -1000;
}*/

.report_link {
  background-color: #23C296;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Gotham-Bold';
  text-align: center;
  text-decoration: none;
  border: 3px solid #23C296;
  padding: 0 25px;
  line-height: 50px;
  display: block;
  font-size: 20px;
  white-space: nowrap;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

header .report_link:hover,
header .report_link:focus {
  color: #fff;
  border-color: #fff;
  text-decoration: none;
  background: transparent;
}
.report_link:hover,
.report_link:focus {
  color: #23C296;
  text-decoration: none;
  background: transparent;
}
.main_menu .navbar-nav .nav-link {
  font-size: 20px;
  padding-left: 30px;
  padding-right: 30px;
  white-space: nowrap;
  color: white;
}

.main_menu .navbar-nav .nav-link:hover,
.main_menu .navbar-nav .nav-link:focus {
  text-decoration: none;
  color: white;
}

/*================*/
.nav-item.active .nav-link span:after {
  width: 100%;
}

.nav-link>span {
  display: inline-block;
  position: relative;
  font-family: 'Gotham-Medium';
}

.nav-link>span:after {
  content: '';
  position: absolute;
  top: 100%;
  background-color: #fff;
  height: 2px;
  width: 0%;
  left: 0;
  margin-top: 5px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nav-link:hover span:after {
  width: 100%;
}

.menu_button {
  top: -59px;
}

.green_color {
  color: #23C296;
}

.green_bg {
  background-color: #23C296;
}

.blue_color {
  color: #3E42D7;
}

.blue_bg {
  background-color: #3E42D7;
}

.light_grey_color {
  color: #00000015;
}

.light_grey_bg {
  background-color: #00000015;
}

.white_color {
  color: #fff;
}

.white_bg {
  background-color: #fff;
}

.transform {
  text-transform: uppercase;

}

.block_1 .banner_caption {
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  z-index: 1;
}

.green_button {
  background-color: #23C296;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Gotham-Medium';
  text-align: center;
  text-decoration: none;
  border: 3px solid #23C296;
  padding: 0 25px;
  line-height: 50px;
  display: inline-block;
  font-size: 20px;
  white-space: nowrap;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.green_button:hover,
.green_button:focus {
  color: #23C296;
  text-decoration: none;
  background: transparent;
}

.green_button.big_type {
  padding: 0 40px;
  line-height: 80px;
  font-size: 28px;
}

.lh1 {
  line-height: 1;
}

.home_about_us_body {
  padding: 100px 100px 100px 160px;
  box-shadow: 0px 0px 50px #00000015;
}

.lh13 {
  line-height: 1.3;
}

.home_about_us_body .img_cont {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 544px;
}

.home_about_us {
  position: relative;
  margin-top: -160px;
}

.partners .img_cont {
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100px;
  width: 300px;

}

.home_about_us_2_media .img_cont {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 700px;

}

.block_3 {
  padding-top: 140px;
  padding-bottom: 100px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/block_3_bg.jpg);
}

.serv_greed {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.serv_greed>li {
  width: 50%;
  margin-bottom: 40px;
}

.serv_box {
  margin-left: 20px;
  margin-right: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 50px;
  display: block;
  height: 100%;
  text-decoration: none;
  color: white;
}

.serv_box:hover,.serv_box:focus {
   color: white;
   text-decoration: none;
   opacity: .9;
}



.serv_box_icon {
  font-size: 45px;
  line-height: 1;
  margin-bottom: 30px;
  height: 45px;
}

.serv_box_txt {
  font-size: 20px;
}

.pf {
  width: 544px;
  height: 548px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1;
  margin-right: -96px;
  margin-top: -210px;
}

.home_about_us_body {
  position: relative;
  z-index: 2;
}

.serv_box_icon .flaticon-car {
  font-size: 70px;
}

/*==================*/
.block_4 {
  position: relative;
  padding-top: 0px;
  padding-bottom: 60px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/clouds.jpg);
}
.block_4:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.7);
}

.block_4_body {
  padding: 100px 120px;
  box-shadow: 0px 0px 50px #00000015;
  position: relative;
  top: 150px;
}

.block_4_box .img_cont {
  width: 100px;
  height: 100px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/*==================*/
.block_5 {
  background-color: #FCFCFC;
  padding-top: 200px;
  padding-bottom: 180px;
}

.lh15 {
  line-height: 1.5;
}

.block_5_body .img_cont {
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 100%;
  height: 950px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -200px;

}

.statistics {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/statistics.jpg);
  min-height: 560px;
  padding-top: 200px;
}

/*========================*/
footer {
  background-color: #151B35;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
}

footer a {
  color: #fff;
}

footer a:hover,
footer a:focus {
  color: #fff;
}

footer li {
  margin-bottom: 10px;
}

/*=================*/
.media_div .img_cont {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}

.media_div_txt {
  max-width: 740px;
  padding-left: 100px;
  padding-right: 15px;
  min-height: 780px;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;

}

.media_div_txt>.row {
  height: 100%;
}

.font60 {
  font-size: 60px;
}

.image_toright .media_div_txt {
  padding-left: 15px;
  padding-right: 100px;
  margin-left: auto;

}

.partner_block {
  background-color: #FAFAFA;
}

.gp {
  width: 390px;
  height: 303px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/gp.jpg);
  margin-left: auto;
  margin-right: auto;
}

.gp_wrap {
  position: relative;
}

.gp_wrap:after {
  content: '';
  position: absolute;
  height: 220px;
  width: 3px;
  background-color: #BABABA;
  top: 50%;
  margin-top: -110px;
  right: 0;

}

.testimonials {
  padding-top: 120px;
  padding-bottom: 120px;
}

.testimonials_slider_box {
  background-color: #fff;
  box-shadow: 0px 0px 15px #00000015;
  position: relative;
  margin-top: 110px;
  margin-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 140px;
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 90px;
  width: 100%;
}

.testimonials_slider_box .img_cont {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 194px;
  height: 194px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -90px;
}

.testimonials_slider_box .autor {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 40px;
}

.testimonials_slider .slick-track {
  display: flex;
}

.testimonials_slider .slick-slide {
  display: flex;
  height: auto;
}

/*================*/
.testimonials_slider .prev,
.testimonials_slider .next {
  top: 50%;
  width: 28px;
  height: 28px;
  position: absolute;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  cursor: pointer;
  z-index: 10;
  margin-top: -14px;
  background: #3E42D7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  border: 1px solid #3E42D7;
}

.testimonials_slider .prev:hover,
.testimonials_slider .next:hover,
.testimonials_slider .prev:focus,
.testimonials_slider .next:focus {
  color: #3E42D7;
  background: #fff;
}

.testimonials_slider .next {
  right: -30px;

}

.testimonials_slider .prev {
  left: -30px;
}

.font22 {
  font-size: 22px;
}

/*================*/
.tp_logo {
  width: 360px;
  height: 91px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/tp.png);

}

.tp_stars {
  width: 360px;
  height: 91px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/stars-5.svg);

}

.trust_pilot span {
  display: inline-block;
  vertical-align: middle;
}

.font29 {
  font-size: 29px;
}

.testimonials_footer {
  padding-top: 100px;
  padding-bottom: 80px;
}

.testimonials_footer .container {
  position: relative;
}

.testimonials_footer .pf2 {
  width: 544px;
  height: 499px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  margin-left: -155px;
  margin-top: -250px;
}

.mini_banner {
  height: 510px;
  background-color: #3E42D7;
}

.mini_banner>.container,
.mini_banner_wrapper {
  height: 100%;
}

.mini_banner_wrapper>.row {
  height: 100%;
}

.font40 {
  font-size: 40px;
}

.mini_banner_wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.mini_banner_wrapper .big_type {
  line-height: 110px;
  font-size: 37px;
}

/*=========================*/
.services_wrapper {
  background-color: #686CFF;
  padding-top: 120px;
  padding-bottom: 120px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/block_3_bg.jpg);
}

.services_body_box {
  background-color: rgba(0, 0, 0, 0.2);
  height: 240px;
  box-shadow: 0px 0px 50px #00000015;
  text-align: center;
  color: white;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.services_body_box:hover,
.services_body_box:focus {
  color: #000000;
  text-decoration: none;
  background-color: #fff;
}

.services_body_box>.row {

  height: 100%;

}

.services_body_box .serv_box_icon {
  margin-left: auto;
  margin-right: auto;
}
/*==========================*/
.process_wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.7);
}
.process_wrapper {
  position: relative;
   -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/clouds.jpg);
}

.process_header {
  display: inline-block;
  vertical-align: top;
  background-color: #FFC81E;
  border-radius: 0 0 25px 25px;
  -webkit-border-radius: 0 0 25px 25px;
  -moz-border-radius: 0 0 25px 25px;
  padding: 35px;
  position: relative;
  font-size: 53px;
}

.process_header i {
  display: inline-block;
  vertical-align: top;
  width: 87px;
  height: 87px;
  text-align: center;
  line-height: 87px;
  font-size: 87px;

}

.process_list .process_list_row {
  padding-top: 150px;
  padding-bottom: 150px;

}

.process_list_box {
  width: 339px;
  background-color: #28354F;
  padding: 30px;
  border-radius: 0px 18px 18px 0px;
}

.process_list_box_header {
  font-size: 22px;
  margin-bottom: 30px;
  padding-right: 34px;
  position: relative;
  line-height: 1;
}

.process_list_box_icon {
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  color: white;
  font-size: 21px;
  position: absolute;
  right: 0;
  top: 0;
}

.orange_color {
  color: #FFC81E;
}

.font16 {
  font-size: 16px;
}

.bordered i {
  position: relative;
}

.bordered i:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  width: 20px;
  height: 3px;
  background-color: #FFC81E;
}

.process_line {
  position: relative;
}

.process_line:after {
  content: '';
  position: absolute;
  left: 0;
  height: 3px;
  background-color: #28354F;
  width: 6000px;

}

.process_wrapper {
  overflow: hidden;
}

.flaticon-airplane.incline {
  display: inline-block;
  vertical-align: top;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -sand-transform: rotate(30deg);
}

.flaticon-airplane.incline:after {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -sand-transform: rotate(-30deg);
  left: 7px;
}

.pl_fig {
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 15px 0px 15px 15px;
  width: 68px;
  height: 68px;
  background-color: #FFC81E;
  text-align: center;
  line-height: 68px;
  margin-top: -34px;
  font-size: 26px;
  z-index: 1;
}

.process_line ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;

}

.pl_fig:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 2px;
  height: 168px;
  background-color: #28354F;

}

.pl_fig:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 2px;
  height: 68px;
  margin-bottom: 157px;
  margin-left: 24px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -sand-transform: rotate(45deg);
  background-color: #28354F;
}

.process_list .process_list_row {

  padding-left: 80px;
  padding-right: 80px;
}

.process_line li {
  position: relative;
  width: 20%;
}

.process_line li:nth-child(1) {
  width: 18%;
}

.process_line li:nth-child(2) {
  width: 16%;
}

.process_line li:nth-child(3) {
  width: 16%;
}

.process_line li:nth-child(4) {
  width: 18%;
}

.dir_down:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  width: 2px;
  height: 168px;
  background-color: #28354F;

}

.dir_down:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  width: 2px;
  height: 68px;
  margin-top: 157px;
  margin-left: 24px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -sand-transform: rotate(-45deg);
  background-color: #28354F;
}

.f_sg1 {
  position: relative;
  left: 100px;
}

.f_sg2 {
  position: relative;
  right: 100px;
}

/*===============*/
.page_banner {
  height: 564px;
  background: transparent;
  position: relative;
}

.page_banner:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.page_banner>.container {
  position: relative;
  z-index: 1;
}

.category_page .statistics {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: auto;
}

.cta_block {
   position: relative;
   -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/clouds.jpg);
  padding-top: 120px;
  padding-bottom: 120px;
}
.cta_block:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.7);
}

/*=========================*/

.cta_media .img_cont {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 720px;
  margin-left: 80px;
}

.cta_media {
  margin-bottom: 80px;
  position: relative;
}

.cta_media>.row {

  position: relative;
  z-index: 1;
}

.cta_media:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -80px;
  height: 90%;
  background-color: #3E42D7;
  width: 100%;
}

.cta_media_txt {
  padding-top: 150px;
}

.categories_line_box {}

.categories_line_box>.inner {
  display: block;
  text-decoration: none;
}

.category_page .testimonials {
  padding-left: 50px;
  padding-right: 50px;
}

.categories_line_box .img_cont {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 340px;
}

.categories_line {
  padding-top: 80px;
  padding-bottom: 100px;
}

.image_only .img_cont {

  min-height: 740px;

}

.text_block {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta_media2_txt {
  height: 580px;
  position: relative;
  z-index: 1;
  background-color: #3E42D7;
}

.cta_media_2 {
  overflow: hidden;
}

.cta_media_2 .img_cont {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  filter: blur(5px);

}

.cta_media_2 .img_cont:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;


  background-color: rgba(255, 255, 255, .3);

}

.gigantic_type {
  line-height: 130px;
  font-size: 37px;
  border-radius: 8px;
  padding: 0 55px;
}

.cta_media_2>.row>div,
.cta_media_2>.row {
  overflow: hidden;
}

.categories_line_box .img_cont.big_type {
  height: 360px;
}

.page_banner.big_type {
  height: 840px;
}

/*=================*/
.blog_header_txt {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 70px;
  padding-right: 70px;
}

.read_more {
  display: inline-block;
  background-color: transparent;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 0px 40px;
  height: 54px;
  line-height: 54px;
  border: 2px solid #FFC81E;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.read_more:hover,
.read_more:focus {
  background-color: transparent;
  color: #FFC81E;
  outline: none;
  text-decoration: none;
}

.blog_header_txt {
  background-color: #28354F;
}

.blog_header .img_cont {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}

.blog_header {
  position: relative;
  top: -200px;
  margin-bottom: -200px;
}

.blog_body {
  padding-top: 100px;
  padding-bottom: 100px;
}

.block_header .bordered {
  position: relative;
}

.block_header .bordered:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -20px;
  width: 46px;
  height: 10px;
  background-color: #28354F;
}

.blog_box .blog_cont {
  min-height: 315px;
  height: 100%;
  position: relative;
  color: white;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.blog_box .blog_cont:hover,
.blog_box .blog_cont:focus {
  color: white;
  text-decoration: none;
}

.blog_box .blog_cont:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.blog_box_caption {
  display: block;
  padding-left: 50px;
  padding-right: 50px;
  line-height: 1.2;
  font-size: 35px;
  position: relative;
  z-index: 1;
  text-align: left;
}

.dark_blue_color {
  color: #28354F;
}

.dark_blue_bg {
  background-color: #28354F;
}

.blog_widget_box {
  padding-bottom: 50px;
  border-bottom: 2px solid #EAEAEA;
}

.blog_widgets .blog_widget_box:last-child {

  border-bottom: 0px;
}

.pb_caption {
  max-width: 650px;
}

.next_link {
  position: relative;
  padding-left: 15px;
  letter-spacing: 2px;
}

.next_link:hover,
.next_link:focus {
  color: #151B35;
  text-decoration: none;
}

.next_link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #FFC81E;
}

.light_font {
  font-family: 'Gotham-Light';
}

/*=================*/
.post_box h1,
.post_box h2,
.post_box h3,
.post_box h4,
.post_box h5 {
  font-size: 49px;
  margin-bottom: 40px;
  line-height: 1.2;
}

.post_list {
  padding-top: 100px;
  padding-bottom: 100px;
}

.post_box {
  padding-left: 300px;
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 80px;
}

.post_list .post_box:last-child .post_box_text {
  border-bottom: 0px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.post_list .post_box:last-child {
  border-bottom: 0px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.post_box img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.post_box_text {
  position: relative;
  padding-bottom: 80px;
  border-bottom: 3px solid #000;
}

.post_box_text:after {
  content: "\f113";
  font-family: flaticon !important;
  width: 72px;
  height: 63px;
  background-color: #28354F;
  color: #FFC81E;
  text-align: center;
  line-height: 63px;
  font-size: 36px;
  position: absolute;
  left: 0;
  top: 5px;
  margin-left: -300px;
}

.post_list_wrapper {
  overflow: hidden;
}

.post_list {
  position: relative;

}

.post_list:after {
  content: '';
  position: absolute;
  width: 10000px;
  height: 100%;
  background-color: #FCFCFC;
  top: 0;
  left: 180px;
  z-index: -1;
}

.related {
  padding-top: 100px;
  padding-bottom: 100px;
}

.related_box {
  display: block;
  text-decoration: none;
}

.related_box:hover,
.related_box:focus {
  text-decoration: none;
}

.related_box .img_cont {
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 350px;
  margin-bottom: 30px;
}

.font30 {
  font-size: 30px;
}

.contact_form_wrapper {
  padding: 80px 60px;
  margin-bottom: 40px;
}

.form-control {

  height: calc(1.5em + .75rem + 24px);

}

.send_type {
  height: 65px;

}

.map {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.map_wrapper {
  position: relative;
  height: 100%;
}

button:hover,
button:focus {
  outline: none;
  text-decoration: none;
}

.contact_form textarea {
  height: 340px;
}

.nzd {
  margin-bottom: 15%;
}

.contact_info_icon {
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 90px;

}

.phone_s {
  white-space: nowrap;
}

.full_size {}

.w_shadow {
  box-shadow: 0px 0px 50px #00000015;
}

/*======================*/

.log_in_page:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.7);
}

.log_in_page {
   position: relative;
   -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/clouds.jpg);
  padding: 100px 0;
}

.log_in_page .container {
  position: relative;
} 

.log_in_wrapper {
  padding: 100px;
}

.log_in_header {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.login_form {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.login_form .vote {
  display: inline-block;
}

.resource_wrapper {
  padding: 100px 0;
}

.resource_wrapper .log_in_header {
  max-width: 1100px;
}

.resource_box_text {
  background-color: #F8F8F8;

  padding: 80px 60px;
  position: relative;
}

.resource_box_text:after {
  content: '';
  background-color: #F8F8F8;

  position: absolute;
  right: 0;
  top: 0;
  width: 10000px;
  height: 100%;
  z-index: -1;
}

.resource_box .img_cont_wrap {
  position: relative;

}

.resource_box .img_cont {
  position: absolute;
  right: 0;
  top: 0;
  width: 713px;
  height: 414px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;

}

.resource_box {
  margin-bottom: 100px;
}

.image_toright .resource_box_text:after {
  left: 0;
}

.image_toright.resource_box .img_cont {

  left: 0;
}

.resource_wrapper {
  overflow: hidden;
}

/*=======================*/
.hor_form .green_button {

  width: 500px;
  line-height: 80px;

  font-size: 25px;

}

.hor_form .form-control {
  height: calc(1.5em + .75rem + 43px);
  width: 500px;
}

.landing_wrapper {
  max-width: 1740px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FCFCFC;
  position: relative;
  top: -80px;
  padding: 100px;
}

.lang_top .img_cont {
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 400px;

}

.media_block_header {
  padding-top: 100px;
  padding-bottom: 100px;
}

.media_block_wrapper {}

.media_block_box .img_cont {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}

.media_block_box_text {
  min-height: 440px;
  padding-top: 50px;
  padding-bottom: 50px;
  height: 100%;
}

.mbbt_caption {
  padding-left: 100px;
  padding-right: 100px;
}

.media_block_box {
  background-color: #fff;
}

.w_shadow {
  box-shadow: 0px 0px 50px #00000015;
}

.narrow {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.font21 {
  font-size: 21px;
}

.font42 {
  font-size: 42px;
}

.taleft {
  max-width: 930px;
  margin-left: auto;
  padding-right: 50px;
}

.taleft_form {
  max-width: 800px;
}

.taleft_form .form-control {
  height: calc(1.5em + .75rem + 45px);
}

.taleft_wrapper {
  height: 100% !important;
  min-height: 600px;
}
/*==========================*/
.mini_banner {
  
}
.media_block_header {
      -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/block_3_bg.jpg);
}
.taleft_wrapper {
     -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/block_3_bg.jpg);
}
.mini_banner {
   -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/block_3_bg.jpg);
}
.cta_media2_txt {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/block_3_bg.jpg);
}
.cont_P_wrapp {
position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/clouds.jpg);
   
}
.cont_P_wrapp:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.7);
}
/*===================*/
.block_1 {
    position: relative;
}
.block_1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(62,66,215,.9);
}
/*=========odometer=========*/
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
 
  line-height: 1;
  
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
    text-align: left;
}
.odometer {
   position: relative;
   top: -2px;
}
/*=========odometer=========*/
.excl {
    position: relative;
   top: -4px;
}
.cta_block .container {
   
    position: relative;
    z-index: 1;
}
.font14 {
   font-size: 14px;
}
/*==============*/
