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

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */


.hidden {
    display: none!important;
    visibility: hidden!important;
}


.loader {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.loader .loader_inner {
    background-image: url(../images/preloader.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 90%;
    width: 600px;
    height: 600px;
    margin: auto;
    left: 0;
    right: 0;
    top: 20%;
    position: absolute;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  background: #fff;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}

a {
  color: #d73930;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #d73930;
  outline: none;
}

p {
  margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
  color: #444;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fff;
  background: #d73930;
}

::-moz-selection {
  color: #fff;
  background: #d73930;
}

::selection {
  color: #fff;
  background: #d73930;
}

.top_block{position: relative; z-index: 11; width: 100%;}

.item_top_block{display: inline-block;}

.item_top_block.menu_block{width: 70%;}

.top_block .container{width: 94%;}

.name_site h1{margin: 0; text-transform: uppercase; font-size: 26px;}

.name_site h2{font-family: 'Philosopher', sans-serif; font-size: 44px; font-weight: 700; color: #0241d6; margin: 0 0;}

.name_site{padding-top: 0;}

header .social{display: none;}

header .container{position: relative;}

.name_site a img{width: 180px;}

.logo_site img{margin: 10px auto 0; display: block;}

.arow{height: 40px; margin-left: 5px;
  display: inline-block;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.home_arow_left .arow_hl{height: 670px;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    z-index: 2; opacity: .7;
}

.home_arow_right .arow_hl{height: 670px;
  position: absolute;
  right: 0px;
  top: -15px;
  z-index: 2;
  opacity: .7;
}

.navbar-brand .arow{height: 40px; width: 30px;}

.phone{margin-top: 15px; text-align: right; line-height: 1.4;}

.phone p{display: inline-block; margin-bottom: 5px; margin-left: 20px; font-size: 20px; color: #666;}

#fh5co-header {
  position: relative;
  z-index: 99;
  width: 100%;
  opacity: 1;

}
#fh5co-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}

.navbar-nav{display: block; text-align: center; float: none;}

.navbar-nav > li{float: none; display: inline-block;}

.navbar-nav > li > a{padding: 12px 12px 0; line-height: 24px;}

#fh5co-header.navbar-fixed-top .phone_nav .social,
.navbar-collapse .phone_nav .social{display: none;}

#fh5co-header.navbar-fixed-top .phone_nav .social

.home-social .social{position: absolute; z-index: 100; left: 0; top: 117px; width: 120px; margin-left: 10px;}

.home-social .social ul{padding: 0;}

.home-social .social ul li a{
  width: 40px;
  height: 40px;
  background-color: #ddd;
  font-size: 20px;
}

.social {
  padding: 0;
  margin: 0 0;
  display: inline-block;
  position: absolute;
 top: 5px;
 right: 2%;
}

.social ul{padding: 0;}


.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.social li a {
  font-size: 20px;
  display: block;
  text-align: center;
  margin-right: 20px;
  overflow: hidden;
  color: #444;
  border-bottom: 1px solid #eee;
   -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.social li a p{margin-bottom: 0;}

.social li a i {
  font-size: 30px;
  position: relative;
  top: 5px;
  margin-left: 8px;
  color: #43d1c3;
   -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.social li a:hover, .social li a:active, .social li a:focus {text-decoration: none; border-bottom: 1px solid #43d1c3;}

.social a .icon-facebook{color: #666;}

.social a .icon-facebook:hover{background: #2a4288; color: #fff;}

.social a .icon-instagram{color: #666;}

.social a .icon-instagram:hover{background: #d6239f; color: #fff;}

.modal-body{text-align: center; padding: 30px 15px 10px;}

.modal-body .btn{margin: 12px 0 2px;}

.social a .icon-phone{display: none;}

.popup-block {
    width: 100%;
    max-width: 310px;
    margin: auto;
    background: rgba(255, 255, 255, 0.90);
    position: relative;
}

.modal-header {background: #4772d9; padding: 10px; text-align: center;}

.modal-title{text-transform: uppercase; color: #fff;}

.modal-header .close{display: block; font-size: 32px; font-weight: 200; opacity: .7; color: #f3f3f3; margin-top: -5px;}

.modal-header .close:hover{opacity: 1;}

#fh5co-header #navbar.navbar-collapse {border-top: 1px solid rgba(255, 255, 255, 0.2);}

#fh5co-header #navbar .navbar-right {margin-right: 0;}

#fh5co-header .page_home_link,
#fh5co-header #navbar li a {
  color: #444;
  position: relative;
  font-size: 14px;
  font-weight: 400;
}

#fh5co-header .page_home_link span,
#fh5co-header #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}

#fh5co-header .page_home_link span:before,
#fh5co-header #navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #00c1ae;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#fh5co-header .page_home_link:hover,
#fh5co-header #navbar li a:hover {
  color: #0241d6; text-decoration: none;
}

#fh5co-header .page_home_link:hover span:before,
#fh5co-header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#fh5co-header .page_home_link.active,
#fh5co-header #navbar li.active a {
  background: transparent;
  background: none;
  color: #444;}

#fh5co-header .page_home_link.active span:before,
#fh5co-header #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #4772d9;}

.page_home_link{display: inline-block; text-decoration: none; line-height: 24px; padding-top: 12px;}

.mob_page_home_link{display: none;}

#fh5co-header #navbar li.call-to-action { margin-left: 10px;}
#fh5co-header #navbar li.call-to-action a {
  border: none;
  padding: 2px 20px 2px 20px;
  margin: 12px 0 0 0px;
  line-height: 1.5;
  background-color: #d73930;
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-header #navbar li.call-to-action a:hover { border: 2px solid rgba(255, 255, 255, 0.3); color: #fff;}
#fh5co-header #navbar li.call-to-action a span:before {background-color: transparent;}

.navbar-brand img{display: inline-block; width: 170px;}

#fh5co-header .navbar-brand {
  position: absolute; 
  left: 1%;
  top: 5px;
  display: block;
  font-size: 17px;
  font-weight: 700;
  padding-left: 0;
  color: #0241d6;
  text-transform: uppercase;
  display: none;
  padding: 0;}

#fh5co-header.navbar-fixed-top .navbar-brand{display: block; position: relative; margin-left: 35px;}

#fh5co-header.navbar-fixed-top {
  position: fixed !important;
  background: rgba(255, 255, 255, 0.84);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  margin-top: 0px;
  top: 0;
  height: 50px;
}
#fh5co-header.navbar-fixed-top #navbar li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-header.navbar-fixed-top #navbar li a:hover {color: #1f3970 ;}
#fh5co-header.navbar-fixed-top #navbar li.active a {color: #1f3970  !important;}

#fh5co-header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #00c1ae;
}

#fh5co-header.navbar-fixed-top #navbar li.call-to-action a {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-header.navbar-fixed-top #navbar li.call-to-action a:hover {
  background-color: #d73930;
  color: #fff !important;
}
#fh5co-header.navbar-fixed-top #navbar li.call-to-action a span:before {background-color: transparent;}

#fh5co-header.navbar-fixed-top .social{display: block;}

.collapse {display: none;}

#fh5co-header .navbar-default {width: 80%;
  min-height: 50px;
  height: 50px;
  border: transparent;
  background: #1a1b1e;
  background: rgb(255, 255, 255);
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  text-align: center;}

  #fh5co-header.navbar-fixed-top .navbar-default{width: 100%;}

 #page #fh5co-header .navbar-default{width: 90%;}
#page #fh5co-header.navbar-fixed-top .navbar-default{width: 100%;}

#fh5co-header .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;}

#fh5co-header .navbar-default .brand-slogan em {color: #d73930; font-style: normal;}

.btn_group {text-align: center;}

.btn_group .btn.btn_header.btn_about{font-size: 18px;}

.btn_group .btn.btn_header{width: 300px; display: inline-block; margin: 60px 20px 0; background: transparent; border: 1px solid #fff;}

.btn_group .btn.btn_header.btn_whatsapp{}

.down-arrow i {color: #00c1ae; animation-name: up-down;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
}

.down-arrow {
  color: #fff;
  font-size: 30px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.floating-arrow {
  -webkit-animation-name: floating-arrow;
          animation-name: floating-arrow;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  65% {
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  65% {
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
.lead {font-size: 18px;}

.grid{margin: 0 auto; display: block; position: relative; padding: 10px 0; height: 200px;}

.grid-item{position: relative;}

.grid-item p{margin: 0 3px 6px; display: block;}

.grid-item p a{display: block; overflow: hidden;}

.grid-item p a img{width: 100%; height: auto; display: block; margin: auto;    
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;}

 .grid-item p a img:hover{
  -webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);}   

.content{background: #f2f2f2; margin-top: 0; padding: 0;  border-top: 3px solid #fff;}

.entry-header{text-align: center; padding: 0;}

.entry-content{font-size: 22px; color: #1f3970; line-height: 1.7; padding: 20px; margin: 35px 0; font-weight: 400; text-align: center;}

.site-main img{width: auto; height: auto; display: block; margin: 35px auto; cursor: zoom-in;}

.entry-content img {width: auto; max-width: 100%;}

.entry-title{text-shadow: 2px 1px 3px #ccc, 1px 1px 3px #FFFFFF; text-transform: uppercase; letter-spacing: 1px; color: #ca1248; line-height: 1.5;}

.post_thubnail img{width: 100%; height: auto;}

.shared{text-align: center;}

.shared h4{color: #666; margin-bottom: 15px;}

.shared .ya-share2__container_size_m .ya-share2__icon {width: 36px; height: 36px;}

.shared .ya-share2__list_direction_horizontal > .ya-share2__item {
    margin: 0 3px 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.shared .ya-share2__item:hover {box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);}

.section-heading_left {text-align: left; margin-top: 40px; margin-bottom: 0px;}

.section-heading_left span{margin-right: 5px; color: #00c1ae;}

.section-heading_left h2 {
  margin: 0 ;
  font-size: 76px;
  font-weight: 600;
  color: #1f3970;
  position: relative;
   text-transform: uppercase;
  display: block;
  padding-bottom: 30px;
  padding-left: 50px;
  line-height: 1.5;
  letter-spacing: -2px;
}

.section-heading_right span{margin-right: 5px; color: #205b9c;}

.section-heading_right {
 text-align: right;
  margin-top: 40px;
  margin-bottom: 0px;}

.section-heading_right h2 {
  margin: 0 ;
  font-size: 76px;
  font-weight: 600;
  color: #fff;
  position: relative;
   text-transform: uppercase;
  display: block;
  padding-bottom: 30px;
  padding-right: 50px;
  line-height: 1.5;
  letter-spacing: -2px;}

.section-heading h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #ca1248;
  color: #555;
  position: relative;
  display: block;
  padding: 0 20px 0;}

.img-shadow {
  -webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);}

.home-bg {
  background-color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  min-height: 780px;
  width: 100%;
  color: #fff;
  padding-top: 50px;
}

 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  background: rgba(10, 53, 66, 0.56) url(images/grid.png);}

.single_page .home-bg{min-height: 480px;}

.work_page.single_page .home-bg{min-height: 480px;}

.single_page  .entry-title{text-shadow: none; color: #fff; line-height: 1.7; }

.single_page  .home_arow_left .arow_hl{width: auto; height: 400px; left: -10px; top: 10px;}

.single_page  .home_arow_right .arow_hl{width: auto; height: 400px; right: -10px; top: 0;}

.single_page  .overlay{background: rgba(10, 53, 66, 0.65) url(images/grid.png);}

.single_page .text-wrap{margin-top: 7%;}

.work_page.single_page .text-wrap{margin-top: 5%;}

.single_page .text-wrap h2{position: relative; z-index: 9; color: #fff; text-transform: uppercase; letter-spacing: 2px; font-weight: 600; font-size: 42px; line-height: 1.4;}

.single_page .text-wrap h4{position: relative; z-index: 9; color: #fff;  letter-spacing: 1px; font-weight: 400; font-size: 22px; line-height: 1.6;}

.not_page.single_page .text-wrap h2{font-size: 96px; margin-bottom: 0;}
.not_page.single_page .text-wrap h4{font-size: 24px;}

.bg_content{background: #fff; padding-bottom: 20px;}

.contact-info-mob{display: none;}

.single_page .container.vopros{background: #00c1ae; padding: 40px 20px 60px; text-align: center;}

.single_page .container.vopros h4{color: #fff; font-size: 22px; margin-bottom: 15px;}

.vopros .btn_group .btn.btn_header{width: 255px; margin-top: 30px;}
.vopros .btn:hover{background: #1f3970 !important;}

.mob_visible{display: none;}

.uslugi{background: #3288e8; padding: 45px 0 100px; position:relative; }

.bg_usl img{position: absolute; bottom: -30px; width: 45%; opacity: .2; margin: auto; display: block; left: 0; right: 0;}

.usl_content ul li{list-style: none; font-size: 24px; font-weight: 400; margin-bottom: 20px; color: #1f3970;
  position: relative;
  padding-left: 30px;
  line-height: 1.5;}

.usl_content ul li:before{content: "\e049"; font-family: 'icomoon'; font-size: 26px; color: #00c1ae; position: absolute; top: 1px; left: -15px;}

.text-wrap {
  display: block;
  width: 75%;
  position: relative;
  bottom: 0;
  z-index: 4;
  margin: 3% auto 0;}

.text-wrap img{display: block; background: #fff; padding: 10px 20px; height: auto;  width: 400px; margin: 30px auto;}

.text-inner {text-align: center;}

.text-inner ul {
/*  background: rgba(255, 255, 255, 0.65);*/
  color: #fff;
  margin: 0 0;
  font-weight: 400;
  padding: 10px 35px;}

.text-inner ul li{
  display: block; margin-left: 0; list-style: none; line-height: 1.6;
  text-shadow: 2px 1px 3px #666,
  1px 1px 3px #FFFFFF; letter-spacing: 1px;}

.text-inner ul li:first-child{font-size: 62px; letter-spacing: 2px;}

.text-inner ul li:nth-child(2){font-size: 42px; font-weight: 600;} 

.text-inner ul li:nth-child(3) {font-size: 46px;}

.text-inner ul li:nth-child(4){font-size: 50px; font-weight: 700;} 

.phone .call-to-action {
  display: block;
  width: 100%;
  text-align: right;}
 .phone .call-to-action a {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
 text-transform: uppercase;
  padding: 8px 18px;
  color: #fff;
  margin-top: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);}
 .call-to-action a.download:hover{background: #0241d6; color: #fff;}

 .call-to-action a.demo {border: 2px solid #fff; text-decoration: none !important;}

.call-to-action a.demo:hover { background: rgba(255, 255, 255, 0.2);}

 .call-to-action a.download {
  background: transparent;
  text-decoration: none !important;
  border: 1px solid #4772d9;
  color: #4772d9;}

.item_princip{width: 75%; margin: 25px auto;}

.item_princip h3{color: #fff; margin-bottom: 18px; font-size: 32px; font-weight: 600;}

.item_princip p{color: #fff; font-size: 18px; border-bottom: 1px dashed #dddddd70; padding-bottom: 12px;}

.item_princip h3 i{margin-left: 12px; font-size: 30px; position: relative; top: 3px; color: #00c1ae;;}

.chart {display: block; margin: 25px 15px 25px; position: relative;}

.chart canvas {}

.chart-content {position: relative; top: 1px !important; left: 0; width: 100%; text-align: center;}

.percent,
.count-number,
.count-number-done {display: inline-block; color: #00c1ae; font-weight: 900; font-size: 92px; line-height: 1.5; }

.text-light .percent,
.text-light .count-number,
.text-light .count-number-done {color: #fff;}

.percent:after {content: '';}

.chart .chart-content .procent{display: inline-block; font-size: 80px; font-weight: 400; color: #00c1ae; line-height: 1.3;}

.chart-title{color: #fff; line-height: 1.3; font-size: 20px; font-weight: 400;}

#fh5co-about {padding: 0; background: #fff;}

#fh5co-testimony h3{font-size: 30px; text-transform: uppercase; padding-bottom: 0; margin: 40px 0 0; color: #1f3970; font-weight: 400; text-align: center;}

#servise{background: #3288e8; margin-bottom: 0; padding: 30px 0 75px; overflow: hidden;}

#servise .col-md-3,
#servise .col-sm-3,
#servise .col-xs-6{padding: 0 5px; }

.wrap{margin: 0 20px;}

.item_servise{display: block; position: relative; text-align: center; overflow: hidden; background-color: #20c8b9; margin:0 5px 15px 5px;}

.item_servise img{display: block; width: 100%; height: auto; margin: auto; opacity: .9; -webkit-transition: 1s;
-o-transition: 1s;
transition: 1s;}

.item_servise img:hover{opacity: 1; visibility: visible; 
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);}

.item_servise h3{position: relative; left: 0; right: 0; bottom: 0; z-index: 5; font-size: 16px; color: #fff; font-weight: 400;  line-height: 1.4; margin-bottom: 0; padding: 8px 10px; background: #00c1ae;
    min-height: 115px; max-height: 115px;
    overflow: hidden; }

#fh5co-explore{overflow: hidden;}

.practice-bg{
background: url(../images/bg_usl.jpg) no-repeat;
background-size: 100%;
background-attachment: fixed;
position: relative;
padding: 25px 0 80px;}

.usl_content ul{margin-left: 50px;}

.news-bg{position: relative; padding-bottom: 30px;}

.news-bg a{text-decoration: none; overflow: hidden; display: block;}

.news_item img{width: 100%; height: auto; display: block; transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;}

.news_item img:hover{    
  -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}

.news-title{margin: 5px 0; text-align: center; font-size: 17px; line-height: 1.5; color: #0241d6; font-weight: 400;}

.btn_news{text-align: center; margin: 25px auto 5px; display: block; width: 180px; }

.fh5co-explore img{width: auto; max-width: 100%; height: auto; display: block;}

.about{padding-top: 40px;}

.about_bg {position: relative; background: url(../images/about_bg.jpg) no-repeat center top; background-size: 100%; margin-top: 30px; padding: 0;}

.about img{width: 420px; max-width: 100%; height: auto; display: block; position: relative; bottom: 0; margin: 60px auto 0;}

.about p{font-size: 18px; padding: 0 20px; margin-top: 20px; margin-bottom: 0px; color: #205b9c; line-height: 1.7; font-weight: 400;}

.about_bg .col-md-4, 
.about_bg .col-md-8,
.about_bg .col-sm-9,
.about_bg .col-sm-3{position: static;} 


.lecense{background: #fff url(../images/clients.png) center top; width: 100%; position: relative; padding: 50px 0 50px;}

.mfp-title div{display: none;}

.lecense .gallery a{cursor: zoom-in;}

.lecense .gallery img{display: block; width: 75%; height: auto; margin: auto; box-shadow: 0 2px 4px 0 rgba(45, 44, 44, 0.22);
  -webkit-box-shadow: 0 2px 4px 0 rgba(45, 44, 44, 0.22);
  -moz-box-shadow: 0 2px 4px 0 rgba(45, 44, 44, 0.22);
  -ms-box-shadow: 0 2px 4px 0 rgba(45, 44, 44, 0.22);
-webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.lecense img:hover{}

.lecense .home_arow_left .arow_hl{height: 480px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .7;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.lecense .home_arow_right .arow_hl{height: 480px;
  position: absolute;
  right: 0px;
  top: 0;
  opacity: .7;

}

.btn.btn_about{background: #205b9c; position: relative; bottom: 0; left: 0; right: 0; width: 280px; margin: auto; display: block; margin-top: 50px; font-size: 20px; border-radius: 0; padding: 15px;}

.btn.btn_about i{margin-left: 15px; opacity: .5;}

#explore{position: relative;}

#explore .home_arow_left .arow_hl{z-index: 1; height: 700; top: 50px; opacity: .7;}

.form-control:focus{border-color: #4772d9;}

.media_page{padding: 0 0 5px; position: relative; margin: 5px 0;}

.video_page{position: relative;}

.video_page .col-md-3{padding: 0; margin: 10px;}

.video_page .item a img{width: 100%; height: auto; display: block;}

.video_page .video_wrap{width: 98%; margin: auto; display: block;}

.promo_video{position: absolute; left: 0; right: 0; top: 75px; z-index: 10;}

.promo_video a{width: 380px; margin: auto; display: block; }

.promo_video a img:hover{box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);}

.promo_video a img{margin: auto; width: 380px; border: 3px solid #232323; transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;}

.promo_video span{display: none;}

.fh5co-explore-bg-color {
  width: 100%;
  background: #1a1b1e;
  padding: 7em 0;
  margin-bottom: 0;
}

.mt {
  margin-top: 0px;
  margin-bottom: 30px;
}
.mt h4 {
  position: relative;
  padding-left: 40px;
  font-size: 20px;
}
.mt h4 i {
  position: absolute;
  left: 0;
  top: 0;
  color: #eb212e;
}
.mt > div {
  margin-bottom: 40px;
}
.mt .list-nav {
  margin: 10px 0 0 0;
  padding: 0;
}
.mt .list-nav li {
  list-style: none;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 18px;
  padding-left: 30px;
  margin-bottom: 7px;
  position: relative;
  color: #222;
}
.mt .list-nav li i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 20px;
  font-weight: 600;
  color: #0241d6;
}

.list-nav {
  margin: 30px 0 30px 0;
  padding: 0;
}
.list-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 20px;
  
  margin-bottom: 10px;
  position: relative;
}
.list-nav li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #eb212e;
}

#fh5co-testimony .btn{position: relative; top: -10px; margin-bottom: 30px;}

#fh5co-testimony .btn.btn-primary{position: relative; top: -0; margin-bottom: 15px;}

#fh5co-testimony .wrap-testimony .testimony-slide {
  text-align: center;
}

a:hover, a:focus{text-decoration: none;}

#fh5co-testimony .form-group{
  display: block;
  text-align: center;}

#fh5co-testimony .form-group .form-control{
  width: 580px;
  margin-left: auto;
  margin-right: auto;}

#fh5co-testimony textarea.form-control{
  max-height: 150px;
  resize: none;
  margin-bottom: 35px;}

.panel-body{padding-top: 0; padding-bottom: 0;}

#fh5co-testimony .wrap-testimony .testimony-slide span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}

.owl-carousel .owl-item img{height: auto;}

.wrap-testimony .owl-carousel .owl-item .item{
  width: 95%;
    height: auto;
    overflow: hidden;
  min-height: 350px;
  max-height: 350px;
    padding: 0 0 5px;
    margin: 50px 40px;
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0,0,0,.15);}

.wrap-testimony .owl-carousel .owl-item .item h4{line-height: 1.5; font-size: 14px; padding: 2px 10px 15px; margin: 0;}

.owl-carousel .owl-controls .owl-nav .owl-next{
position: absolute;
top: 50px;
right: 0;
width: 17%;
height: 300px;
background: transparent;}

.owl-carousel .owl-controls .owl-nav .owl-prev{position: absolute;
top: 50px;
left: 0;
width: 20%;
height: 300px;
background: transparent;}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{background: transparent;}

#fh5co-testimony .wrap-testimony .testimony-slide span a.twitter {color: #d73930; font-weight: 300;}

#fh5co-testimony .wrap-testimony .testimony-slide figure img {
  width: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;}

#fh5co-testimony .wrap-testimony .testimony-slide blockquote {
  border: none;
  margin: 0 auto;
  position: relative;}

#fh5co-testimony .wrap-testimony .testimony-slide blockquote p {
  color: #444;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.4;}

#fh5co-testimony .wrap-testimony .testimony-slide h4{
  margin-top: 15px;}

#fh5co-testimony .wrap-testimony .testimony-slide blockquote:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #d73930;
  left: 50%;
  margin-left: -25px;
  bottom: 0;}

#fh5co-testimony .wrap-testimony .testimony-slide.active {display: block;}
#fh5co-testimony .wrap-testimony .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;}

#fh5co-testimony .wrap-testimony .arrow-thumb a {font-size: 32px; color: #dadada;}

#fh5co-testimony .wrap-testimony .arrow-thumb a:hover, #fh5co-testimony .wrap-testimony .arrow-thumb a:focus, #fh5co-testimony .wrap-testimony .arrow-thumb a:active {text-decoration: none;}

.fh5co-pricing {
  padding: 4em 0 6em 0;
  background: #1a1b1e;
}
.fh5co-pricing .pricing {
  display: block;
  float: left;
  margin-bottom: 30px;
}
.fh5co-pricing .price-box {
  text-align: center;
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
  -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
}
.fh5co-pricing .price-box.popular .btn-select-plan {background: #d73930;}

.fh5co-pricing .price-box .btn-select-plan {
  padding: 10px 20px;
  background: #eb212e;
  color: #fff;
  -webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.15);}

.fh5co-pricing .pricing-plan {
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #888f94;}

.fh5co-pricing .pricing-plan.pricing-plan-offer {margin-bottom: 24px;}

.fh5co-pricing .pricing-plan span {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  color: #d5d8db;}

.fh5co-pricing .price {
  font-size: 72px;
  color: #6d6d6d;
  line-height: 50px;}

.fh5co-pricing .price .currency {
  font-size: 30px;
  top: -0.9em;
  padding-right: 10px;}

.fh5co-pricing .price small {
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  color: #888f94;}

.services{background: #fff; width: 100%; padding: 30px 0 70px;}

.services .section-heading_left{text-align: right; margin-right: 50px;}

.services h3{text-align: center; margin-bottom: 70px; margin-top: 15px;}

.services .box-services {
  position: relative;
  margin-bottom: 15px;
  padding: 5px 0;
  background-color: #fff; 
  box-shadow: 0 2px 4px 0 rgba(45, 44, 44, 0.22);
  -webkit-box-shadow: 0 2px 4px 0 rgba(45, 44, 44, 0.22);
  -moz-box-shadow: 0 2px 4px 0 rgba(45, 44, 44, 0.22);
  -ms-box-shadow: 0 2px 4px 0 rgba(45, 44, 44, 0.22);
}
.services .box-services img {width: 100%; display: block; margin: auto; height: auto;}

.services .col-md-2{padding-left: 10px; padding-right: 10px;}

.clients_wrap{width: 94%; margin: 0 auto;}

.services .fh5co-post h3 {font-size: 18px; margin-bottom: 15px;}
.services .call-to-action .btn-learn {padding: 12px 30px; background: #eb212e; color: #fff;}

.item_margue{display: flex; overflow-x: hidden; padding: 15px;}

.testimony-margue{animation: marquee1 30s infinite linear; animation-delay: 30s;}     

.testimony-margue p{font-size: 22px;
      font-size: sans-serif; color: #fff;
      animation: marquee 60s infinite linear;
      line-height: 1.3;
      padding: 24px 0;
      white-space: nowrap;
      display: inline-block;}

 .testimony-margue p i{margin: 20px; color: #00c1ae;}     


 @keyframes marquee {
        0% {
            transform: translateX(0%);
        }
        100% {
            transform: translateX(-50%);
        }
    }


#video{background: #eee; padding-bottom: 0;}

.video_wrap .owl-carousel .owl-item .item{
  margin: 0 10px;
  position: relative;
}

.video_wrap .owl-carousel .owl-item .item img{
  max-width: 400px; 
  height: auto;
  opacity: .9;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.footer_zakaz{
background: url(../images/page-zakaz.jpg) no-repeat;  
background-color: transparent;
background-position-y: bottom; 
background-size: cover;
background-attachment: fixed;
position: relative;
z-index: 1;
width: 100%;
overflow: hidden; 
padding: 15px 0 70px;
}

.footer_zakaz .section-heading{position: relative; z-index: 9; text-align: center;}

.footer_zakaz .section-heading h2{color: #fff; padding-bottom: 0; margin-bottom: 50px; margin-top: 35px; font-size: 32px; text-transform: uppercase; letter-spacing: 1px; line-height: 1.7;}


.footer_zakaz .overlay{z-index: 0;}
.footer_zakaz .tehnica{position: relative; z-index: 2; display: block; width: 100%; height: auto; }



.fotter_form{
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 4px;
  width: 350px; 
  margin: 10px auto 60px;
  background: rgba(255, 255, 255, 0.78);
  padding: 35px 20px 10px;
  text-align: center;
}

.fotter_form .form-control{background: rgba(255, 255, 255, 0.60);}


.video_wrap a i{
 position: absolute; 
 left: 0; 
 right: 0;
 top: 0;
 z-index: 8;
 background: rgba(34, 34, 34, 0.35);
 z-index: 10;
 font-size: 52px;
 margin: auto;
 display: block;
 text-align: center;
 height: 100%;
 width: 100%;
 padding-top: 25%;
 opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;}

.video_wrap a i:hover{visibility: visible; opacity: 1;}

.video_wrap .item span{position: absolute; display: none;}

.video_wrap .item h4{
  text-align: center; 
  position: relative;
  z-index: 10;
  background: #eee;
  padding: 10px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.5;
  color: #0241d6;}


.partner-logo {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;}

#fh5co-footer {
  position: relative;
  background: #3288e8;
  text-align: center;}

#contacts{ padding: 25px 0 0;}

  #fh5co-footer .home_arow_left img{top: 7%; height: 520px;}

 #fh5co-footer .section-heading_right{text-align: left; margin-left: 6%;}

#fh5co-footer .section-heading{margin-top: 15px; color: #f1f1f1}   

#fh5co-footer .social{
  position: relative;
  display: block;}

#fh5co-footer .social li a {
background-color: #eee;
width: 48px;
height: 48px;}

#fh5co-footer .social ul{
  padding: 0;
  margin-top: 10px;
}

#fh5co-footer .social li a i{line-height: 48px;}

#fh5co-footer .section-title {
  font-size: 17px;
  color: #666;
  position: relative;
  padding-bottom: 0;
  margin: 15px 0;
}

.fotter_logo{
  background: url(../images/stars.png) no-repeat ;
  background-size: 100%;
}

.fotter_logo .name_site{padding-top: 30px;}

.fotter_logo .name_site h1 {
    font-size: 28px;
}

.fotter_logo img{margin-left: auto; margin-right: auto;}

#fh5co-footer .social{right: 0; margin: 25px 0;}

.fotter_logo .name_site h2{
  font-size: 44px;
  margin-top: 20px;}

.fotter_logo .name_site .top_line{
  position: absolute;
  left: 0;
  right: 0;
  margin: -5px auto 0;
  width: 42%;}

.fotter_logo .name_site .bottom_line{
  position: absolute;
  left: 0;
  right: 0;
  margin: 5px auto 0;
  width: 42%;}

#fh5co-footer .copy-right {
  position: relative;
  padding-top: 20px;
  margin-top: 40px;
}
#fh5co-footer .copy-right > a {color: #d73930;}

#fh5co-footer .copy-right:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  height: 2px;
  background: #d73930;
}
#fh5co-footer .contact-info {position: relative;
  margin: 40px 0 50px 0;
  padding: 0;
  text-align: left;}

#fh5co-footer .contact-info p {
  font-size: 26px;
  list-style: none;
  margin: 0 0 10px 0;
  position: relative;
  color: #fff;}

#fh5co-footer .contact-info.tel_footer p{font-size: 46px; letter-spacing: 1px;}

#fh5co-footer .contact-info p strong{color: #fff; font-weight: 500;}

#fh5co-footer i {
  position: absolute;
  top: 6px;
  left: -65px;
  margin: auto;
  display: block;
  text-align: left;
  font-size: 30px;
  color: #00c1ae;
}


#fh5co-footer .section-heading h2{color: #fff; margin-top: 40px; font-size: 44px;}

#fh5co-footer .section-heading h3{color: #fff; line-height: 1.6;}


#fh5co-footer .icon-phone{font-size: 40px; top: 22px;}

#fh5co-footer .bg_usl img{right: 1%; bottom: 35px; left: inherit;}

div.wpcf7{margin: 40px auto; width: 50%;}

.form_consul{padding-bottom: 25px;}

.form_consul .section-heading{margin-top: 30px;}

.form_consul .section-heading h2{font-size: 20px; padding-bottom: 10px; color: #fff;}

.form_consul .section-heading h3{font-size: 18px; margin-bottom: 10px; color: #fff; line-height: 1.5;}

.form_consul .section-heading h3::after{display: none;}

.form-group{display: block; margin: 0 5px 20px;  }

.form-control{width: 272px; font-size: 16px;}

input[type="submit"]{position: relative; top: -3px;}

div.wpcf7-response-output{margin: 1em; padding: 5px;}

div.wpcf7 .ajax-loader{position: absolute;}

.copiraite {background: #1f3970; padding: 25px; position: relative; margin-top: 40px;}

.copiraite h5{
  text-align: center;
   margin-bottom: 0;
  font-size: 16px;
  color: #fff;}

.copiraite .design{
  position: absolute;
  right: 10%; 
  top: -10px;}

.copiraite .design p{margin: 5px 0 0 20px;
font-weight: 400;
color: #457af6;
font-size: 13px;
position: relative;
top: 13px;}

.copiraite .design a {
    font-size: 28px;
    position: relative;
    top: -10px;
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    border-bottom: 1px dotted #666;
    text-decoration: none;
}

.copiraite .design a span {
    color: #adadae;
    font-size: 16px;
    margin-left: 3px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.copiraite  .design a span:hover {color: #222;}

.page_not h1{font-size: 72px; text-align: center; margin-top: 50px;}
.page_not h2{text-align: center; margin-bottom: 60px;}

#fh5co-footer .contact-form .form-group input[type="name"],
#fh5co-footer .contact-form .form-group input[type="text"],
#fh5co-footer .contact-form .form-group input[type="email"],
#fh5co-footer .contact-form .form-group textarea {
  font-size: 14px;
}
#fh5co-footer .contact-form .form-group input[type="name"]::-webkit-input-placeholder,
#fh5co-footer .contact-form .form-group input[type="text"]::-webkit-input-placeholder,
#fh5co-footer .contact-form .form-group input[type="email"]::-webkit-input-placeholder,
#fh5co-footer .contact-form .form-group textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-footer .contact-form .form-group input[type="name"]:-moz-placeholder,
#fh5co-footer .contact-form .form-group input[type="text"]:-moz-placeholder,
#fh5co-footer .contact-form .form-group input[type="email"]:-moz-placeholder,
#fh5co-footer .contact-form .form-group textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-footer .contact-form .form-group input[type="name"]::-moz-placeholder,
#fh5co-footer .contact-form .form-group input[type="text"]::-moz-placeholder,
#fh5co-footer .contact-form .form-group input[type="email"]::-moz-placeholder,
#fh5co-footer .contact-form .form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-footer .contact-form .form-group input[type="name"]:-ms-input-placeholder,
#fh5co-footer .contact-form .form-group input[type="text"]:-ms-input-placeholder,
#fh5co-footer .contact-form .form-group input[type="email"]:-ms-input-placeholder,
#fh5co-footer .contact-form .form-group textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-footer .contact-form .form-group input {
  color: #fff;
  background: transparent;
  border: none;
  background: #485b71;
  background: #2874ca;
  box-shadow: none;
  margin-top: 30px;
}
#fh5co-footer .contact-form .form-group textarea {
  color: #fff;
  background: transparent;
  border: none;
  background: #2874ca;
  box-shadow: none;
}
#fh5co-footer #btn-submit {
  color: rgba(255, 255, 255, 0.9) !important;
  background: #d73930 !important;
  margin-top: 30px;
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #0241d6;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 2px;
  color: #0241d6;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #205b9c;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #205b9c;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  top: 6px;
  right: 30px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 25px;
  border-bottom: none !important;
}


.btn {
  background: #4772d9;
  color: #fff;
  padding: 8px 30px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.btn.btn-primary {
  background: transparent;
  color: #4772d9;
  border: none !important;
  border: 1px solid #4772d9 !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #d73930;
}
.btn:hover, .btn:active, .btn:focus {
  background: #00c1ae !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}


.social li a.social-box {
  background: #d73930;
  color: #fff;
}
.social li a.social-circle {
  background: #d73930;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.social.social-box a {
  background: #d73930;
  color: #fff;
}
.social.social-circle a {
  background: #d73930;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}


.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.js .to-animate,
.js .to-animate-2,
.js .to-animate-3,
.js .single-animate {
  opacity: 0;
}


.row-bottom-padded-lg {
  padding-bottom: 7em;
}


.row-bottom-padded-md {
  padding-bottom: 4em;
}


.row-bottom-padded-sm {
  padding-bottom: 2em;
}


.fh5co-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-controls .owl-dot span {
  background: #333333;
}
.owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus {
  background: #4d4d4d;
}
.owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span {
  background: #4d4d4d;
}
.owl-carousel .owl-controls .owl-dot.active span {
  background: transparent;
  border: 2px solid #d73930;
}

