/* ========================
Project: www.templatemount.com by Vosidiy M. 
===================== */
/* ================== COMMON =================== */
/* ==================== INCLUDE FONTS ======================= */
@import url(../fonts/roboto/font.css);
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&subset=cyrillic");
img {
  max-width: 100%; }

/* ------------------ a links --------------------- */
a {
  text-decoration: none;
  transition: all .3s;
  color: none; }

a:hover {
  text-decoration: none;
  transition: all .3s; }

a:focus, .focus {
  outline: none;
  color: none; }

/* ============ text styles and paragraph ==============  */
body, form {
  font-size: 15px;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.7; }

p {
  margin-bottom: 10px;
  font-weight: 300; }

ol, ul, li {
  margin: 0;
  padding: 0; }

.parallax-window {
  min-height: 400px;
  background: transparent; }

/* ================== BASIC STRUCTURE ==================  */
.padding-sect {
  padding-top: 60px;
  padding-bottom: 50px; }

.padding-sect-sm {
  padding-top: 30px;
  padding-bottom: 20px; }

/* ================== SECTION ==================  */
.section-about .top-negative {
  margin-top: -100px;
  position: relative; }

/* ================== SECTION ==================  */
.section-solution .card-feature-img {
  min-height: 280px; }

/* ================== SECTION ==================  */
.section-partners .panel-lg {
  overflow: hidden;
  max-width: 800px; }

.partners-wrap a {
  width: 25%;
  height: 100px;
  display: block;
  float: left;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e8ea;
  text-align: center;
  background-color: #fff; }
.partners-wrap img {
  max-width: 100%;
  max-height: 60px;
  margin: 20px; }

/* ================== scroll top btn ================== */
.topHome {
  position: fixed;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 7px;
  bottom: 1%;
  right: 1%;
  z-index: 5; }

.section-pagetop {
  background: #0089d6;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #0E3154, #0089d6);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #0E3154, #0089d6);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #0E3154, #0089d6);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #0E3154, #0089d6);
  /* Standard syntax */
  padding-top: 100px;
  padding-bottom: 40px; }

/* ================== SECTIONS =================== */
.navbar-brand {
  display: block;
  margin-top: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 26px;
  font-weight: bold;
  color: #fff; }
  .navbar-brand img {
    max-height: 40px; }

.navbar-toggle {
  background-color: #fff;
  padding: 2px 10px !important;
  border-color: #ddd;
  font-size: 20px; }

/* desktop only */
@media all and (min-width: 768px) {
  /* ================ NAVBAR ================== */
  .navbar {
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.7) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0.7)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.7) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.7) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.7) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.7) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */
    margin: 0;
    border: 0;
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
    border-bottom: none;
    border-radius: 0; }

  .navbar .navbar-nav > li > a {
    color: #113F6D;
    padding: 20px;
    font-weight: 500; }
  .navbar .navbar-nav > li > a:hover {
    color: #EC6F23;
    background-color: transparent;
    transition: all .2s; }
  .navbar .navbar-nav > li > a:focus {
    color: #EC6F23;
    background-color: transparent; }
  .navbar .navbar-nav > .active > a {
    color: #EC6F23;
    background-color: transparent; }
  .navbar .navbar-nav > .active > a:hover {
    color: #EC6F23;
    background-color: transparent; }
  .navbar .navbar-nav > .active > a:focus {
    color: #EC6F23;
    background-color: transparent; }
  .navbar .navbar-nav .open > a {
    color: #FFC015;
    background-color: transparent; }
  .navbar .navbar-nav .open > a:hover {
    color: #FFC015;
    background-color: transparent; }
  .navbar .navbar-nav .open > a:focus {
    color: #FFC015;
    background-color: transparent; }
  .navbar .navbar-nav .dropdown-menu {
    left: -15%;
    border: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
    .navbar .navbar-nav .dropdown-menu > li {
      min-width: 100px; }
    .navbar .navbar-nav .dropdown-menu > li > a {
      padding-top: 7px;
      padding-bottom: 7px;
      color: #113F6D; }
    .navbar .navbar-nav .dropdown-menu > li > a:hover {
      color: #EC6F23; }

  .navbar-btn {
    float: right;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px; }

  /* menu hover effect */
  .navbar-nav .dropdown-menu {
    display: block;
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out 0s; }
  .navbar-nav > li:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    transition: all 0.2s ease-out 0s; }
  .navbar-nav > li:hover a {
    color: #FFC015; }

  .dropdown-menu::after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px; } }
/* desktop only .end */
.block-search {
  position: absolute;
  top: 100%;
  z-index: 20;
  width: 100%;
  background-color: white;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.7);
  text-align: center; }
  .block-search form {
    padding: 40px; }

/* ================ section-INTRO ==================  */
.icon-intro {
  width: 80px;
  margin-bottom: 7px;
  border-radius: 15px;
  box-shadow: 0 3px 6px 0 rgba(40, 43, 49, 0.08); }

.intro-wrap {
  margin-top: 150px;
  color: #fff; }
  .intro-wrap .logo-wrap {
    padding: 15px;
    border-radius: 100%;
    padding-top: 30px;
    background-color: #fff;
    width: 200px;
    height: 200px; }
  .intro-wrap .title-intro {
    font-size: 48px;
    line-height: 1.4;
    margin-bottom: 15px;
    font-family: "Ubuntu", sans-serif; }
  .intro-wrap .lead-intro {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.5); }

/* ----------------- INTRO STYLE ---------------- */
.section-intro {
  min-height: 800px;
  position: relative;
  overflow: hidden;
  background-image: -webkit-linear-gradient(315deg, rgba(17, 63, 109, 0.7), rgba(14, 49, 84, 0.7));
  background-image: linear-gradient(135deg, rgba(17, 63, 109, 0.7), rgba(14, 49, 84, 0.7));
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover; }

/* ================ SECTION-FOOTER ==================  */
.section-footer {
  font-size: 14px;
  font-weight: 300; }
  .section-footer .center {
    text-align: center; }
  .section-footer .right {
    text-align: right; }
  .section-footer .footer-about-wrap {
    margin-right: 30px; }
    .section-footer .footer-about-wrap img {
      max-width: 200px;
      margin-bottom: 15px; }
  .section-footer .footer-top {
    border-bottom: 1px solid rgba(204, 204, 204, 0.3); }
    .section-footer .footer-top .title {
      font-weight: bold;
      margin-bottom: 20px;
      color: #113F6D; }
    .section-footer .footer-top .list-nav a:hover {
      text-decoration: underline; }
  .section-footer a {
    color: inherit; }
  .section-footer .list-inline {
    margin-top: 7px; }
    .section-footer .list-inline a {
      padding: 4px 7px;
      font-weight: 500; }

.footer-bottom {
  padding: 15px 0;
  font-size: 13px;
  line-height: 1.4; }
  .footer-bottom li a {
    text-transform: uppercase; }
    .footer-bottom li a:hover {
      color: #EC6F23; }

/* ================== COMPONENTS =================== */
/* ======= social icons======= */
.social-links-wrap a {
  color: #fff; }
.social-links-wrap a:hover {
  color: #fff; }
.social-links-wrap i {
  font-size: 20px;
  width: 17px; }
.social-links-wrap .btn-facebook {
  background-color: #405D9D; }
.social-links-wrap .btn-twitter {
  background-color: #42AEEC; }
.social-links-wrap .btn-instagram {
  background-color: #C8046C; }
.social-links-wrap .btn-youtube {
  background-color: #E52D27; }
.social-links-wrap .btn-outline {
  border-color: rgba(255, 255, 255, 0.3) !important; }

.btn {
  font-weight: 500;
  box-shadow: 0 6px 7px 0 rgba(40, 45, 50, 0.1);
  border-color: transparent; }
  .btn:hover {
    box-shadow: 0 5px 10px 0 rgba(30, 35, 40, 0.3);
    border-color: transparent; }

.btn-default {
  background-color: #fff; }
  .btn-default:hover {
    background-color: #fff;
    color: #EC6F23; }

.btn-primary {
  background: #113F6D;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #0E3154, #113F6D);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #0E3154, #113F6D);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #0E3154, #113F6D);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #0E3154, #113F6D);
  /* Standard syntax */ }

.btn-warning {
  transition: all .3s;
  color: #fff;
  border-radius: 6px;
  background-image: -webkit-linear-gradient(315deg, #EC6F23, #FFC015);
  background-image: linear-gradient(135deg, #EC6F23, #FFC015); }

.btn-round {
  border-radius: 30px !important;
  padding-left: 20px;
  padding-right: 20px; }

.btn-secondary {
  background: #F45A92;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #B52FB5, #F45A92);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #B52FB5, #F45A92);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #B52FB5, #F45A92);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #B52FB5, #F45A92);
  /* Standard syntax */
  color: #fff; }

.btn-light {
  background: #0089d6;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #113F6D, #0089d6);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #113F6D, #0089d6);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #113F6D, #0089d6);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #113F6D, #0089d6);
  /* Standard syntax */
  color: #fff; }
  .btn-light:hover {
    color: #fff; }

/* =================  ICONBOXES =================== */
.iconbox {
  position: relative;
  margin-bottom: 15px; }
  .iconbox .text-wrap {
    margin-top: 15px; }
    .iconbox .text-wrap p {
      line-height: 1.6; }
  .iconbox .text {
    padding-bottom: 15px; }
  .iconbox .title {
    margin-bottom: 10px; }
  .iconbox .img-wrap {
    float: left;
    display: inline-block;
    overflow: hidden;
    width: 50px;
    height: 50px; }
  .iconbox .img-lg {
    width: 70px;
    height: 70px; }
  .iconbox .icon {
    position: relative;
    text-align: center;
    display: inline-block; }

.icon-normal {
  position: relative;
  text-align: center;
  display: inline-block;
  font-size: 28px; }

.icon-shape {
  position: relative;
  border-radius: 15px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 32px;
  color: #fff;
  text-align: center;
  display: inline-block;
  box-shadow: 0 6px 7px 0 rgba(40, 45, 50, 0.1); }

.iconbox-center {
  text-align: center;
  margin-right: 5%;
  margin-left: 5%; }

.iconbox-aside .icon-normal {
  float: left; }
.iconbox-aside .icon-shape {
  float: left;
  top: 2px; }
.iconbox-aside .text-wrap {
  padding: 0 15px;
  overflow: hidden; }
.iconbox-aside .title {
  margin-top: 0; }

/* ==== ICONTEXT ===== */
.icontext .icon {
  float: left;
  text-align: center; }
.icontext .text {
  display: block;
  overflow: hidden;
  padding-left: 15px; }
.icontext .title {
  margin-top: 0px; }

/* ==== ICONLINE ===== */
.iconline i {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
  min-width: 20px;
  font-size: 22px; }

/* ==== IMGTEXT ===== */
.imgtext .img {
  float: left;
  overflow: hidden;
  width: 56px;
  height: 56px;
  object-fit: cover; }
.imgtext .img-lg {
  width: 70px;
  height: 70px; }
.imgtext .text {
  display: block;
  overflow: hidden;
  padding-left: 15px; }
.imgtext .title {
  margin: 0px; }

/* =================  DEFINED VARIABLES =================== */
.icon-sm {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 20px; }

.icon-md {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 28px; }

.icon-lg {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 42px; }

.card {
  position: relative;
  margin-bottom: 30px;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  transition: .3s; }
  .card .img-wrap {
    display: block;
    height: 200px;
    overflow: hidden;
    background-color: #113F6D; }
  .card img {
    width: 100%; }
  .card .text-wrap {
    padding: 15px;
    overflow: hidden;
    box-shadow: inset 0 2px 7px rgba(102, 102, 102, 0.1);
    border-top: 1px solid #eee; }
  .card .title {
    margin-bottom: 10px;
    font-weight: normal;
    font-weight: 500; }
  .card p {
    color: rgba(0, 0, 0, 0.5); }
  .card:hover {
    box-shadow: 0 4px 12px rgba(51, 51, 51, 0.35);
    transition: .5s; }
  .card:hover [class*="overlay-"]:before {
    opacity: 0;
    transition: .5s; }

.card-lg .img-wrap {
  height: 400px; }

.card-feature-img {
  background: #113F6D;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #0089d6, #113F6D);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #0089d6, #113F6D);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #0089d6, #113F6D);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #0089d6, #113F6D);
  /* Standard syntax */ }
  .card-feature-img hr {
    border-color: rgba(255, 255, 255, 0.2);
    margin-top: 15px;
    margin-bottom: 15px; }
  .card-feature-img .title {
    margin-top: 0; }

/* panel */
.panel-lg {
  box-shadow: 0 4px 7px 0 rgba(40, 40, 50, 0.15);
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 30px; }
  .panel-lg .panel-body {
    padding: 30px; }

/* block */
.block {
  box-shadow: 0 2px 3px 0 rgba(20, 20, 30, 0.15);
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 15px; }

.block-lg {
  box-shadow: 0 2px 3px 0 rgba(20, 20, 30, 0.15);
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 30px; }
  .block-lg form {
    padding: 30px; }

.statbox {
  position: relative;
  color: #fff;
  line-height: 1.45;
  float: left;
  width: 100%; }
  .statbox .num-wrap {
    position: relative;
    text-align: center;
    float: left;
    font-size: 36px;
    font-weight: bold; }
  .statbox .text-wrap {
    overflow: hidden;
    padding: 3px 15px; }

.item-slide-lg .img-wrap {
  padding: 5px 15px 15px 15px; }
.item-slide-lg img {
  border-radius: 12px;
  box-shadow: 0 7px 10px rgba(51, 51, 51, 0.3); }

#overlay {
  background: #000 none repeat scroll 0 0;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 80; }

/* ------- map --------*/
.block-map {
  background-color: #ccc;
  height: 300px;
  position: relative;
  margin: 0;
  background-image: url("../images/misc/map.jpg");
  background-size: cover;
  margin-bottom: 30px;
  border-radius: 12px; }

map#google-container {
  display: block;
  position: relative;
  background-color: #e7eaf0; }

.map-controller {
  margin-left: 10px;
  position: absolute;
  margin-top: 10px; }

/* --------------------- lists ---------------------- */
[class*="list-"] li:after {
  visibility: hidden;
  display: block;
  content: "";
  overflow: hidden;
  height: 0;
  clear: both; }

.list-none {
  list-style: none; }

.list-contact {
  list-style: none;
  line-height: 1.3; }
  .list-contact li {
    position: relative;
    padding-left: 55px;
    margin-bottom: 20px; }
  .list-contact .title {
    display: block;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #EC6F23; }
  .list-contact .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    border-radius: 100%;
    color: #fff; }
  .list-contact .text {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    margin-top: 3px;
    font-size: 16px;
    padding-right: 30px; }

.list-contact-sm {
  list-style: none;
  line-height: 1.3; }
  .list-contact-sm li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 15px; }
  .list-contact-sm .title {
    display: block;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #EC6F23; }
  .list-contact-sm .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    border-radius: 100%;
    color: #fff; }
  .list-contact-sm .text {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    margin-top: 3px;
    font-size: 16px;
    padding-right: 30px; }

.list-bullet {
  list-style: none;
  margin-bottom: 15px; }
  .list-bullet li {
    margin-bottom: 7px; }
  .list-bullet li::before {
    top: -2px;
    position: relative;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0px 10px 0px 0px;
    background-color: #EC6F23;
    border-radius: 100%;
    vertical-align: middle; }

.list-check-circle {
  list-style: none;
  margin-bottom: 15px; }
  .list-check-circle li {
    margin-bottom: 7px; }
  .list-check-circle li::before {
    text-align: center;
    color: #fff;
    line-height: 18px;
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 13px;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0px 10px 0px 0px;
    background-color: #113F6D;
    border-radius: 100%;
    vertical-align: middle; }

.list-check {
  list-style: none;
  margin-bottom: 15px; }
  .list-check li {
    margin-bottom: 7px; }
  .list-check li::before {
    text-align: center;
    color: #EC6F23;
    line-height: 16px;
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 16px;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0px 10px 0px 0px;
    vertical-align: middle; }

.separator {
  line-height: 0;
  text-align: center;
  display: block; }

.line-divider {
  display: inline-block;
  height: 3px;
  width: 50px;
  background-color: #EC6F23;
  margin: 0;
  line-height: 0;
  font-size: 3px; }

.item-team {
  background-color: #F1F3F5; }
  .item-team .title {
    margin: 10px 0;
    color: #113F6D; }
  .item-team .img-wrap {
    position: relative;
    height: 250px;
    transition: .5s;
    overflow: hidden;
    border-radius: 7px; }
  .item-team .text-wrap {
    border-radius: 7px;
    display: block;
    top: 100%;
    transition: .5s;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    z-index: 100;
    background: rgba(14, 49, 84, 0.7);
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, rgba(17, 63, 109, 0.9), rgba(14, 49, 84, 0.7));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, rgba(17, 63, 109, 0.9), rgba(14, 49, 84, 0.7));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, rgba(17, 63, 109, 0.9), rgba(14, 49, 84, 0.7));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, rgba(17, 63, 109, 0.9), rgba(14, 49, 84, 0.7));
    /* Standard syntax */
    color: #fff; }
    .item-team .text-wrap .title {
      color: #fff; }
  .item-team .social a {
    display: inline-block;
    padding: 0 5px 0 5px;
    color: #FFC015; }

.item-team:hover .img-wrap {
  box-shadow: 0 5px 15px rgba(51, 51, 51, 0.3);
  transition: .5s; }

.item-team:hover .text-wrap {
  top: 0; }

.avatar-wrap {
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(51, 51, 51, 0.4);
  -webkit-box-shadow: 0 4px 15px rgba(51, 51, 51, 0.4);
  -moz-box-shadow: 0 4px 15px rgba(51, 51, 51, 0.4);
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #999ea8; }
  .avatar-wrap img {
    min-width: 100%; }

.item-review {
  padding-top: 40px;
  position: relative;
  text-align: center; }
  .item-review .avatar-wrap {
    position: relative;
    top: -70px;
    margin-bottom: -50px; }
  .item-review .meta {
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 20px; }

.item-review-simple {
  position: relative;
  text-align: center;
  max-width: 600px; }
  .item-review-simple .img-avatar {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    object-fit: cover;
    display: inline-block;
    border: 7px solid rgba(255, 255, 255, 0.2); }
  .item-review-simple .text-wrap {
    margin-bottom: 15px; }
  .item-review-simple .meta {
    font-style: normal;
    padding: 15px 15px;
    line-height: 30px;
    background-image: url("../images/icons/quote-icon.svg");
    background-position: 50% 0px;
    background-size: auto;
    background-repeat: no-repeat; }

.logos-wrap {
  text-align: center; }
  .logos-wrap a {
    display: inline-block; }
  .logos-wrap img {
    vertical-align: middle;
    height: 50px;
    margin: 15px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: .5; }
  .logos-wrap img:hover {
    opacity: 1;
    transition: .5s;
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%); }

.nav-tab-vertical > li a {
  border-radius: 12px;
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 30px;
  color: #333; }
  .nav-tab-vertical > li a i {
    font-size: 20px;
    text-align: center; }
  .nav-tab-vertical > li a p {
    font-size: 13px; }
.nav-tab-vertical > li a:hover {
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(40, 43, 49, 0.12); }
.nav-tab-vertical > li.active > a,
.nav-tab-vertical > li.active > a:hover,
.nav-tab-vertical > li.active > a:focus {
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08); }

.list-nav {
  list-style: none; }

/* ================== HELPERS  =================== */
.center {
  margin-left: auto;
  margin-right: auto; }

.screen-height {
  height: 100vh; }

.overflow-hide, .overflow-h {
  overflow: hidden; }

.flip-h {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.shadow {
  box-shadow: 0 4px 10px rgba(34, 34, 34, 0.4); }

.shadow-sm {
  box-shadow: 0 2px 4px rgba(102, 102, 102, 0.15), 0 0px 1px rgba(51, 51, 51, 0.15); }

.shadow-in {
  box-shadow: inset 0 2px 4px rgba(51, 51, 51, 0.4); }

[class*="hover-"] {
  transition: .5s; }

.hover-shadow:hover {
  box-shadow: 0 4px 15px rgba(51, 51, 51, 0.5);
  transition: .5s; }

.hover-bg:hover {
  background: #113F6D;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #113F6D, #113F6D);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #113F6D, #113F6D);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #113F6D, #113F6D);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #113F6D, #113F6D);
  /* Standard syntax */
  transition: .5s; }

.hover-icon-rotate:hover i {
  transition: .5s;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.hover-scroll {
  position: relative;
  overflow: hidden;
  cursor: zoom-in; }
  .hover-scroll img {
    position: absolute;
    top: 0;
    transition: all linear; }

.img-sm {
  max-width: 400px; }

/* borders */
.border-left {
  border-left: 1px solid rgba(153, 153, 153, 0.3); }

.border-right {
  border-right: 1px solid rgba(153, 153, 153, 0.3); }

.border-top {
  border-top: 1px solid rgba(153, 153, 153, 0.3); }

.border-bottom {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3); }

.border-left-white {
  border-left: 1px solid rgba(255, 255, 255, 0.4); }

.border-right-white {
  border-right: 1px solid rgba(255, 255, 255, 0.4); }

.border-top-white {
  border-top: 1px solid rgba(255, 255, 255, 0.4); }

.border-bottom-white {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

.border-cols {
  overflow: hidden; }
  .border-cols > [class*='col-'] {
    box-shadow: 0 0 0 1px #e7e8ea;
    border-collapse: collapse; }

img.bordered {
  border: 5px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px; }

.round-corner, .border-round {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

.round, .circle {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%; }

.block-inline {
  display: inline-block; }

.border {
  border: 1px solid red; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.p5 {
  padding: 5px; }

.p10 {
  padding: 10px; }

.p15 {
  padding: 15px; }

.p20 {
  padding: 20px; }

.p30 {
  padding: 30px; }

.pl15 {
  padding-left: 15px; }

.pl30 {
  padding-left: 30px; }

.pl60 {
  padding-left: 60px; }

.pr15 {
  padding-right: 15px; }

.pr30 {
  padding-right: 30px; }

.pr60 {
  padding-right: 60px; }

.pt15 {
  padding-top: 15px; }

.pt30 {
  padding-top: 30px; }

.pb15 {
  padding-bottom: 15px; }

.pb30 {
  padding-bottom: 30px; }

.padding-vert {
  padding-top: 30px;
  padding-bottom: 30px; }

.m5 {
  margin: 5px; }

.m10 {
  margin: 10px; }

.m15 {
  margin: 15px; }

.m30 {
  margin: 30px; }

.mt15 {
  margin-top: 15px; }

.mt30 {
  margin-top: 30px; }

.mt60 {
  margin-top: 60px; }

.mb0 {
  margin-bottom: 0px; }

.mb15 {
  margin-bottom: 15px; }

.mb30 {
  margin-bottom: 30px; }

.ml10 {
  margin-left: 10px; }

.mr10 {
  margin-right: 10px; }

.min-h-300 {
  min-height: 300px; }

.min-h-350 {
  min-height: 350px; }

.min-h-400 {
  min-height: 400px; }

.min-h-500 {
  min-height: 500px; }

.blocks-eq-280 .block-lg {
  min-height: 280px; }

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

var {
  font-style: normal; }

.form-noborder input {
  border: none; }

/* all clearfix */
article:after,
article:before,
.form-group:before,
.form-group:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.panel-body:before,
.panel-body:after,
.blok:before,
.blok:after,
.row-sm:before,
.row-sm:after {
  display: table;
  content: " "; }

article:after,
.row-sm:after,
.container:after,
.form-group:after,
.panel-body:after,
.blok:after,
.container-fluid:after {
  clear: both; }

/*  clearfix mini */
.cfx:before, .cfx:after {
  content: "";
  display: table; }

.cfx:after {
  clear: both; }

.hide {
  display: none !important; }

/* -------------------- helpers for Bootstrap --------------------- */
.no-gutter {
  margin-right: 0px;
  margin-left: 0px; }

.no-gutter {
  padding-right: 0px;
  padding-left: 0px; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.row-sm {
  margin-right: -5px;
  margin-left: -5px; }

.row-sm > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px; }

@media (min-width: 768px) {
  .col-5-1 {
    width: 20%;
    float: left !important; } }
/* --------------------- lists clearfix ---------------------- */
[class*="list-"] li:after {
  visibility: hidden;
  display: block;
  content: "";
  overflow: hidden;
  height: 0;
  clear: both; }

.bg-accent {
  background-color: #EC6F23 !important; }

.bg-secondary {
  background-color: #B52FB5 !important; }

.bg-primary {
  background-color: #113F6D; }

.bg-light {
  background-color: #0089d6; }

.bg-white {
  background-color: #fff; }

.bg-grad-primary {
  background: #113F6D;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #0E3154, #113F6D);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #0E3154, #113F6D);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #0E3154, #113F6D);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #0E3154, #113F6D);
  /* Standard syntax */ }

.bg-grad-secondary {
  background: #F45A92;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #B52FB5, #F45A92);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #B52FB5, #F45A92);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #B52FB5, #F45A92);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #B52FB5, #F45A92);
  /* Standard syntax */ }

.bg-grad-accent {
  background: #FFC015;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #EC6F23, #FFC015);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #EC6F23, #FFC015);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #EC6F23, #FFC015);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #EC6F23, #FFC015);
  /* Standard syntax */ }

.bg-grad-light {
  background: #113F6D;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #0089d6, #113F6D);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #0089d6, #113F6D);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #0089d6, #113F6D);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #0089d6, #113F6D);
  /* Standard syntax */ }

.bg-dark {
  background-color: #ccc; }

.bg-diag-light {
  background: #0089d6;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #113F6D, #0089d6);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #113F6D, #0089d6);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #113F6D, #0089d6);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #113F6D, #0089d6);
  /* Standard syntax */ }

.bg-grad-intro {
  background-color: #113F6D;
  background-image: -webkit-radial-gradient(100% 100%, ellipse farthest-side, #9bffd8 20%, #0089d6 50%, #0E3154 110%);
  background-image: radial-gradient(ellipse farthest-side at 100% 100%, #9bffd8 20%, #0089d6 50%, #0E3154 110%); }

.bg-dark-transp {
  background-color: rgba(51, 51, 51, 0.3); }

.bg-white-transp {
  background-color: rgba(255, 255, 255, 0.3); }

.bg {
  background-color: #F1F3F5; }

.bg-pattern {
  background-image: url(../images/bg/bg-pattern.svg), -webkit-linear-gradient(315deg, #113F6D, #0E3154);
  background-image: url(../images/bg/bg-pattern.svg), linear-gradient(135deg, #113F6D, #0E3154);
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-position: 0px 0px, 50% 50%; }

.bg-img {
  overflow: hidden;
  background-image: -webkit-linear-gradient(315deg, rgba(17, 63, 109, 0.7), rgba(14, 49, 84, 0.7)), url("../images/bg/bg-man-tablet.jpg");
  background-image: linear-gradient(135deg, rgba(17, 63, 109, 0.7), rgba(14, 49, 84, 0.7)), url("../images/bg/bg-man-tablet.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover; }

.bg-map {
  position: relative; }

.bg-map::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: url(../images/bg/dotted-map.png);
  background-size: contain;
  opacity: 1; }

section[class*='section'] {
  background-attachment: fixed; }

[class*="overlay-"] {
  position: relative; }
  [class*="overlay-"]:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: #113F6D;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #0E3154, #113F6D);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #0E3154, #113F6D);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #0E3154, #113F6D);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #0E3154, #113F6D);
    /* Standard syntax */
    opacity: .7; }
  [class*="overlay-"]:hover:before {
    opacity: .3;
    transition: .5s; }

.overlay-primary:before {
  background: #113F6D;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #0E3154, #113F6D);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #0E3154, #113F6D);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #0E3154, #113F6D);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #0E3154, #113F6D);
  /* Standard syntax */ }

.overlay-primary:before {
  background: #113F6D;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #0E3154, #113F6D);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #0E3154, #113F6D);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #0E3154, #113F6D);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #0E3154, #113F6D);
  /* Standard syntax */ }

.overlay-secondary:before {
  background: #F45A92;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #B52FB5, #F45A92);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #B52FB5, #F45A92);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #B52FB5, #F45A92);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #B52FB5, #F45A92);
  /* Standard syntax */ }

.overlay-accent:before {
  background: #FFC015;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #EC6F23, #FFC015);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #EC6F23, #FFC015);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #EC6F23, #FFC015);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #EC6F23, #FFC015);
  /* Standard syntax */ }

.overlay-light:before {
  background: #0089d6;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #113F6D, #0089d6);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #113F6D, #0089d6);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #113F6D, #0089d6);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #113F6D, #0089d6);
  /* Standard syntax */ }

/* --------------------- titles ---------------------- */
h5, .h5 {
  font-size: 15px; }

.section-heading {
  text-align: center;
  margin-bottom: 30px; }
  .section-heading .title-section {
    display: inline-block;
    max-width: 700px; }
  .section-heading img {
    margin-bottom: 15px; }

.title-section {
  line-height: 1.3;
  font-family: "Ubuntu", sans-serif, sans-serif;
  margin-top: 0;
  margin-bottom: 15px; }

.lead-section {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px; }

.title-text {
  margin-bottom: 15px;
  margin-top: 0; }

.title-text + .title-text {
  margin-top: 15px; }

.title-lg {
  font-size: 36px;
  margin-bottom: 30px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Ubuntu", sans-serif; }

.title-md {
  font-size: 34px;
  font-family: "Ubuntu", sans-serif; }

.title-block {
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  font-weight: 400;
  font-family: "Ubuntu", sans-serif; }

.title-block:not(:first-of-type) {
  margin-top: 30px; }

.title-article {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 400;
  font-family: "Ubuntu", sans-serif; }

.title-sm {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 400;
  font-family: "Ubuntu", sans-serif; }

.text-lg {
  font-size: 18px;
  line-height: 1.7; }

.text-sm {
  font-size: 12px; }

.text-xs {
  font-size: 10px; }

.rtl {
  direction: rtl; }

.ltr {
  direction: ltr; }

.nav a {
  color: inherit; }

.color-primary {
  color: #113F6D; }

.color-secondary {
  color: #B52FB5; }

.color-accent {
  color: #EC6F23; }

.color-light {
  color: #0089d6; }

.white, .text-white {
  color: #fff; }

.white-transp {
  color: rgba(255, 255, 255, 0.6); }

.dark, .text-dark {
  color: #333; }

.dark-transp {
  color: rgba(51, 51, 51, 0.6); }

.text-disable {
  color: rgba(0, 0, 0, 0.4); }

.text-center, .txt-center {
  text-align: center; }

.text-feature-wrap {
  margin: 30px 0; }

/* ==================  article ================ */
.article a:not(.btn) {
  border-bottom: 1px dashed #EC6F23;
  color: #DF6013; }
  .article a:not(.btn):hover {
    color: #113F6D;
    border-bottom-color: #113F6D; }
.article p {
  line-height: 1.6; }
.article img {
  vertical-align: baseline;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 3px; }
.article img[align='left'], .article img.pull-left {
  margin-right: 15px; }
.article img[align='right'], .article img.pull-right {
  margin-left: 15px; }
.article .title {
  padding: 10px 0; }
.article ul {
  margin: 7px 15px; }
.article ul ul {
  margin: 7px;
  margin-left: 30px; }

.uppercase {
  text-transform: uppercase; }

.b {
  font-weight: bold; }

.label {
  font-weight: normal;
  margin-right: 5px; }

.label {
  padding: 3px 7px 2px;
  margin-right: 3px; }
  .label i {
    margin-right: 3px; }

/* horizontal line */
hr {
  border-color: rgba(153, 153, 153, 0.3);
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: #eee; }

/* panel */
.panel {
  box-shadow: 0 4px 7px 0 rgba(40, 40, 50, 0.1);
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 15px; }

/* OWL CAROUSEL RESTYLE */
.owl-theme .owl-prev, .owl-theme .owl-next {
  transition: .5s;
  border-radius: 10px;
  color: #EC6F23;
  text-align: center;
  padding: 15px 15px;
  top: 42%;
  transform: translateY(-45%);
  font-size: 26px;
  background-color: #F1F3F5; }
  .owl-theme .owl-prev i, .owl-theme .owl-next i {
    display: block; }
.owl-theme .owl-prev:hover, .owl-theme .owl-next:hover {
  background: #EC6F23;
  transition: .5s;
  color: #fff; }
.owl-theme .owl-prev {
  left: -60px;
  content: "<"; }
.owl-theme .owl-next {
  right: -60px;
  content: ">"; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fff; }
.owl-theme .owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, 0.5); }

.owl-theme.theme-light .owl-prev, .owl-theme.theme-light .owl-next {
  transition: .5s;
  background-color: #fff; }
.owl-theme.theme-light .owl-prev:hover, .owl-theme.theme-light .owl-next:hover {
  background: #EC6F23;
  transition: .5s;
  color: #fff; }
.owl-theme.theme-light .owl-dots .owl-dot.active span, .owl-theme.theme-light .owl-dots .owl-dot:hover span {
  background-color: #ddd; }
.owl-theme.theme-light .owl-dots .owl-dot span {
  background-color: rgba(51, 51, 51, 0.7); }

.owl-theme.theme-dark .owl-prev, .owl-theme.theme-dark .owl-next {
  transition: .5s;
  background-color: #0E3154;
  color: #fff; }
.owl-theme.theme-dark .owl-prev:hover, .owl-theme.theme-dark .owl-next:hover {
  background: #0089d6;
  transition: .5s;
  color: #fff; }
.owl-theme.theme-dark .owl-dots .owl-dot.active span, .owl-theme.theme-dark .owl-dots .owl-dot:hover span {
  background-color: #ddd; }
.owl-theme.theme-dark .owl-dots .owl-dot span {
  background-color: rgba(102, 102, 102, 0.7); }

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