@font-face {
  font-family: 'icomoon';
  src: url("/storage/template/fonts/icomoon/icomoon.eot?srf3rx");
  src: url("/storage/template/fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("/storage/template/fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("/storage/template/fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("/storage/template/fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.text-nowrap {
  white-space: nowrap;
  /* Запрещаем перенос слов */
}
#ncbo-header-new, #new-footer, .footer  {
  display: none;
}
.modal__close {
  border:none!important;
  font-size:24!important;
}
/***********discont****************/
.discount__btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 28px!important;
  gap: 8px;
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  background: #fff;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  transition: .5s;
}
.discount__btn:hover {
  color: #0C999C;
  transition: .5s;
}
.discount__descriptor {
  font-family: "Inter";
  font-weight: 400;
  font-size: 20px!important;
}
/**/
#price-single {
  width: 100%;
  height: 140px;
}
.form__heading {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  color: #101828;
}
/***********container****************/
.container-wrap {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-wrap:before, .container:after {
  content: " ";
  display: table;
}
.container-wrap:after {
  clear: both;
}
@media (min-width: 768px) {
  .container-wrap {
	width: 750px;
  }
}
@media (min-width: 992px) {
  .container-wrap {
	width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-wrap {
	width: 1170px;
  }
}
/**/
/*top menu block*/
.nervf-topmenu {
  width: 100%;
  height: 112px;
  background-color: #fff;
  position: fixed;
  z-index: 999;
}
.header_menu {
  margin-top: 20px;
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.topmenu-contener {
  margin: 0 auto;
  width: 1200px;
  display: inline;
}
.topmenu-logo {
  float: left;
  width: 129px!important;
  height: 48px!important;
}
.topmenu-link {
  float: left;
  text-align: center;
  width: 860px;
  margin-top: 15px;
}
.p-right30 {
  padding-right: 30px;
}
.nervf-tel {
  float: right;
  margin-top: -25px;
  width:240px;
  height: 50px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #005958;
}
@media screen and (max-width: 768px) {
  .nervf-nav #nervf-logo {
	font-size: 18px;
	margin-bottom: 0;
	width:150px;
  }
  .nervf-tel, .topmenu-link {
	display: none;
  }
}
#top-link0 {
  height:60px;
  width: 100%;
}
#top-link1 {
  height:60px;
  width: 100%;
}
#top-link2 {
  height:60px;
  width: 100%;
}
#top-link3 {
  height:60px;
  width: 100%;
}
#top-link4 {
  height:60px;
  width: 100%;
}
#top-link5 {
  height:100px;
  width: 100%;
}
.topnav {
  position: fixed;
  z-index: 100;
  background-color: #fff;
}
.menu-container {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  position: fixed;
  z-index: 999;
  visibility: hidden;
}
@media only screen and (max-width: 650px) {
  .menu-container {
	visibility: visible;
  }
}
.menu-mobile {
  display: none;
  padding: 20px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #005958;
}
.menu-mobile:after {
  content: url("/storage/icons/burger-menu.png");
  font-family: 'Inter';
  font-size: 16px;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}
.menu-dropdown-icon:before {
  content: url("/storage/icons/burger-menu2.png");
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}
.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
  color: #005958;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  float: left;
  padding: 0;
  margin: 0;
}
.menu > ul > li a {
  text-decoration: none;
  padding: 1.5em 3em;
  display: block;
}
.menu > ul > li:hover {
  background: #f0f0f0;
}
.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #f0f0f0;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}
.menu > ul > li > ul > li a {
  color: #777;
  padding: 0.2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: 0.8em;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;
}
.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}
/**/
.color-w {
  color:#fff!important;
}
.green-color {
  color: #0C999C!important;
}
.grey-color {
  color: #dadada!important;
}
.dark-color {
  font-weight: 600;
  font-size: 18px;
  color: #2B3541;
}
.roud-img {
  border-radius: 8px;
}
.main-title-span {
  margin-top:190px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.main-title {
  font-size:40px;
  color:#2B3541;
  font-weight:600;
  text-align: left;
  text-transform:none;
}
@media screen and (max-width: 768px) {
  .main-title {
	font-size:36px;
	margin-top:50px;
  }
  .main-title-span {
	margin-top:160px;
	font-size: 16px;
	line-height: 5px;
  }
  .btn-m {
	width: 100%;
  }
}
/*---------------*/
.dis-none {
  display:none;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2B3541;
  /*color: #80899E;*/
  background: #fff;
}
#page {
  position: relative;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}
a {
  color: #045C5E;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #045C5E;
  outline: none;
  text-decoration: none;
}
p {
  margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Inter";
  font-weight: 400;
  margin: 0 0 20px 0;
}
::-webkit-selection {
  color: #fff;
  background: #045C5E;
}
::-moz-selection {
  color: #fff;
  background: #045C5E;
}
::selection {
  color: #fff;
  background: #045C5E;
}
.nervf-nav {
  /* position: fixed;*/
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 25px 0;
  z-index: 1001;
  background: transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .nervf-nav {
	padding: 25px 0;
  }
  .nervf-cover .overlay {
	/*display: none;*/
	/*background:url(/storage/template/images/kozlov/img_bg_blank3.jpg) bottom right no-repeat!important;*/
  }
}
.nervf-nav {
  font-size: 24px;
  position: fixed;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  width:100%;
  height: 112px;
}
.autor-title {
  position: absolute;
  right: 630px;
  bottom: 40px;
  z-index: 52;
  padding: 20px;
  background: #fff;
  width: 380px;
  border-radius: 8px;
}
/*************logo sponsor****************/
.partner_logo {
  float: left;
  display: inline;
  margin-top: 100px;
  margin-right: 20px;
  filter: grayscale(1) opacity(0.2);
}
.partner_logo:hover {
  filter: grayscale(0) opacity(1);
}
.nervf-logo {
  margin-top: 0px;
  float: left;
  width: 130px;
  margin-right: 10px;
}
.partner_logo3 {
  float: left;
  display: inline;
  margin-top: 50px;
  margin-right: 20px;
  filter: grayscale(1) opacity(0.2);
  margin-bottom: 50px;
}
.partner_logo3:hover {
  filter: grayscale(0) opacity(1);
}
.partner_logo4 {
  float: left;
  display: inline;
  margin-top: 50px;
  margin-right: 20px;
  filter: grayscale(1) opacity(0.2);
  margin-bottom: 50px;
}
.partner_logo4:hover {
  filter: grayscale(0) opacity(1);
}
.partner_wrap {
  display: flex;
  /*background: #ccc;*/
}
.logo-footer {
  float: left;
  width: 65px;
  margin-right: 20px;
}
.nervf-tel {
  float: right;
  margin-top: -25px;
  width:240px;
  height: 50px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #005958;
}
@media screen and (max-width: 768px) {
  .nervf-nav #nervf-logo {
	font-size: 18px;
	margin-bottom: 0;
	width:150px;
  }
  .nervf-tel {
	display: none;
  }

  .partner_logo3 {
	margin-top: 20px!important;
	  margin-right: 30px;
  }
  .partner_logo4 .h40 {
	height: 38px;
	margin-top: -30px;
  }
}
.nervf-nav #nervf-logo a > span {
  color: #045C5E;
}
.nervf-nav a {
  padding: 5px 10px;
  color: #fff;
}
.topmenu-nervf {
  margin-left: 20px;
}
/*-------megamenu-----*/
.megamenu-container {
  background: #e9e9e9;
}
.megamenu-mobile {
  display: none;
  padding: 20px;
}
.megamenu-mobile:after {
  content: "\f394";
  font-family: "Ionicons";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}
.megamenu-dropdown-icon:before {
  content: "\f489";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}
.megamenu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .megamenu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
}
.megamenu > ul:before,
.megamenu > ul:after {
  content: "";
  display: table;
}
.megamenu > ul:after {
  clear: both;
}
/****level 1****/
.megamenu > ul > li {
  float: left;
  background: #e9e9e9;
  padding: 0;
  margin: 0;
}
.megamenu > ul > li a {
  text-decoration: none;
  padding: 1.5em 3em;
  display: block;
}
.megamenu > ul > li:hover {
  background: #f0f0f0;
}
.megamenu > ul > li > ul {
  display: none;
  width: 100%;
  background: #f0f0f0;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.megamenu > ul > li > ul:before,
.megamenu > ul > li > ul:after {
  content: "";
  display: table;
}
.megamenu > ul > li > ul:after {
  clear: both;
}
.megamenu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}
.megamenu > ul > li > ul > li a {
  color: #777;
  padding: 0.2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
}
.megamenu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}
.megamenu > ul > li > ul > li > ul:before,
.megamenu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.megamenu > ul > li > ul > li > ul:after {
  clear: both;
}
.megamenu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: 0.8em;
}
.megamenu > ul > li > ul > li > ul > li a {
  border: 0;
}
.megamenu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}
.megamenu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.megamenu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
  .megamenu-container {
	width: 100%;
  }
  .megamenu-mobile {
	display: block;
  }
  .megamenu-dropdown-icon:before {
	display: block;
  }
  .megamenu > ul {
	display: none;
  }
  .megamenu > ul > li {
	width: 100%;
	float: none;
	display: block;
  }
  .megamenu > ul > li a {
	padding: 1.5em;
	width: 100%;
	display: block;
  }
  .megamenu > ul > li > ul {
	position: relative;
  }
  .megamenu > ul > li > ul.normal-sub {
	width: 100%;
  }
  .megamenu > ul > li > ul > li {
	float: none;
	width: 100%;
	margin-top: 20px;
  }
  .megamenu > ul > li > ul > li:first-child {
	margin: 0;
  }
  .megamenu > ul > li > ul > li > ul {
	position: relative;
  }
  .megamenu > ul > li > ul > li > ul > li {
	float: none;
  }
  .megamenu .show-on-mobile {
	display: block;
  }
}
/*---------------*/
.menu-1 {
  width:850px;
}
@media screen and (max-width: 768px) {
  .nervf-nav .menu-1 {
	display: none;
  }
}
.nervf-nav ul {
  padding: 0;
  margin: 34px 0 0 0;
}
.nervf-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.nervf-nav ul li a {
  font-size: 14px;
  padding: 30px 10px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.nervf-nav ul li a:hover, .nervf-nav ul li a:focus, .nervf-nav ul li a:active {
  color: white;
}
.nervf-nav ul li.has-dropdown {
  position: relative;
}
.nervf-nav ul li.has-dropdown .dropdown {
  width: 230px;
  -webkit-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.nervf-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.nervf-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.nervf-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.nervf-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 18px;
}
.nervf-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000;
}
.nervf-nav ul li.has-dropdown:hover a, .nervf-nav ul li.has-dropdown:focus a {
  color: #fff;
}
.nervf-nav ul li.btn-cta a {
  color: #045C5E;
}
.nervf-nav ul li.btn-cta a span {
  background: #045C5E;
  color: #fff;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.nervf-nav ul li.btn-cta a:hover span {
  background: #0C999C !important;
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.nervf-nav ul li.active > a {
  color: #fff;
  position: relative;
}
.scrolled .nervf-nav {
  background: #fff;
  padding: 10px 0;
  -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
}
.scrolled .nervf-nav a {
  color: #045C5E;
}
.scrolled .nervf-nav ul li a:hover, .scrolled .nervf-nav ul li a:focus, .scrolled .nervf-nav ul li a:active {
  color: #0C999C !important;
}
.scrolled .nervf-nav ul li.active a {
  color: #045C5E;
}
.scrolled .nervf-nav ul li.has-dropdown:hover > a, .scrolled .nervf-nav ul li.has-dropdown:focus > a {
  color: #045C5E;
}
#nervf-header,
#nervf-counter,
.nervf-bg {
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fbfcfc;
}
.nervf-bg {
  background-position: right;
  position: relative;
  width: 100%;
  position: relative;
}
#nervf-header a {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#nervf-header a:hover {
  color: white;
  border-bottom: 1px solid white;
}
.nervf-cover {
  height: 740px;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
  background-position: right !important;
}
.nervf-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background:url(/storage/template/images/kozlov/img_bg_txt.jpg) bottom right no-repeat;
}
.nervf-cover > .nervf-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .nervf-cover {
	height: 700px;
	/*margin-bottom: 100px;*/
  }
  #nervf-header {
	/*display: none;*/
	height: 1200px;
  }
  .nervf-cover .overlay {
	background:url(/storage/template/images/kozlov/img_bg_m.jpg) bottom right no-repeat !important;
  }
  .hide-m {
	/*display: none;*/
  }
}
.nervf-cover .display-t,
.nervf-cover .display-tc {
  z-index: 9;
  height: 300px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .nervf-cover .display-t,
  .nervf-cover .display-tc {
	height: 600px;
  }
}
.nervf-cover.nervf-cover-sm {
  height: 300px;
}
@media screen and (max-width: 768px) {
  .nervf-cover.nervf-cover-sm {
	height: 400px;
  }
}
.nervf-cover.nervf-cover-sm .display-t,
.nervf-cover.nervf-cover-sm .display-tc {
  height: 350px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .nervf-cover.nervf-cover-sm .display-t,
  .nervf-cover.nervf-cover-sm .display-tc {
	height: 400px;
  }
}
.nervf-staff {
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
  padding: 30px;
  float: left;
  width: 100%;
}
.nervf-staff img {
  width: 100px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.nervf-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.nervf-staff p {
  margin-bottom: 30px;
}
.nervf-staff .role {
  color: #bfbfbf;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}
.pagination a {
  background: none;
  border: none !important;
  color: gray !important;
}
.pagination a:hover, .pagination a:focus, .pagination a:active {
  background: none !important;
}
.pagination > li > a {
  margin: 0 2px;
  font-size: 18px;
  padding: 0 !important;
  background: none;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.pagination > li > a:hover {
  color: #000;
  background: #e6e6e6 !important;
}
.pagination > li.disabled > a {
  background: none;
}
.pagination > li.active > a {
  background: #fa5456!important;
  -webkit-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  color: #fff !important;
}
.pagination > li.active > a:hover {
  cursor: pointer;
  background: #f96982 !important;
}
.nervf-social-icons {
  margin: 0;
  padding: 0;
}
.nervf-social-icons li {
  margin-top: 20px;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.nervf-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #045C5E;
  padding-left: 20px;
}
.nervf-social-icons li a i {
  font-size: 20px;
  color: #DADADA;
}
.nervf-social-icons li a:hover i {
  color: #045C5E;
}
.custom_bullets_arrow li {
  padding-left: 10px;
  list-style:none;
  margin-bottom: 10px;
}
.custom_bullets_arrow li:before {
  color: #0C999C!important;
  font-family: 'icomoon';
  content: '\f054';
  display: inline-block;
  margin-right: 7px;
  margin-left: -30px;
  padding-right: 5px;
  font-size: 1.2em;
  vertical-align: middle;
}
.nervf-contact-info ul {
  padding: 0;
  margin: 0;
}
.nervf-contact-info ul li {
  padding: 0 0 0 70px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.nervf-contact-info ul li:before {
  color: #ccddea;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nervf-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.nervf-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.nervf-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.nervf-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}
#nervf-header .display-tc,
#nervf-counter .display-tc,
.nervf-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#nervf-header .display-tc h1, #nervf-header .display-tc h2,
#nervf-counter .display-tc h1,
#nervf-counter .display-tc h2,
.nervf-cover .display-tc h1,
.nervf-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#nervf-header .display-tc h1,
#nervf-counter .display-tc h1,
.nervf-cover .display-tc h1 {
  margin-bottom: 0px;
  margin-top: 0;
  font-size: 38px;
  line-height: 1.3;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 300;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  #nervf-header .display-tc h1,
  #nervf-counter .display-tc h1,
  .nervf-cover .display-tc h1 {
	font-size: 40px;
  }
}
#nervf-header .display-tc h2,
#nervf-counter .display-tc h2,
.nervf-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-transform: none;
}
#nervf-header .display-tc .btn,
#nervf-counter .display-tc .btn,
.nervf-cover .display-tc .btn {
  padding: 15px 30px;
  background: #045C5E;
  color: #fff;
  border: none !important;
  font-size: 18px;
  text-transform: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#nervf-header .display-tc .btn:hover,
#nervf-counter .display-tc .btn:hover,
.nervf-cover .display-tc .btn:hover {
  background: #f6163c !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#nervf-header .display-tc .or,
#nervf-counter .display-tc .or,
.nervf-cover .display-tc .or {
  color: rgba(255, 255, 255, 0.3);
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 20px;
}
#nervf-header .display-tc .link-watch,
#nervf-counter .display-tc .link-watch,
.nervf-cover .display-tc .link-watch {
  border-bottom: none;
}
#nervf-header .display-tc .form-inline .form-group,
#nervf-counter .display-tc .form-inline .form-group,
.nervf-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#nervf-header .display-tc .form-inline .form-group .form-control,
#nervf-counter .display-tc .form-inline .form-group .form-control,
.nervf-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}
.nervf-bg-section {
  background: #FCFCFD;
}
.nervf-bg-section-green {
  background: #045C5E;
}
.nervf-bg-pattern {
  padding: 15px;
  background:url(../images/pattern.png) top left;
}
#nervf-services,
#nervf-started,
#nervf-testimonial,
#nervf-blog,
#nervf-company,
#nervf-project,
#nervf-programma,
#nervf-about,
#nervf-team,
#nervf-contact,
#nervf-footer {
  padding: 7em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #nervf-services,
  #nervf-company,
  #nervf-started,
  #nervf-testimonial,
  #nervf-blog,
  #nervf-project,
  #nervf-programma,
  #nervf-about,
  #nervf-team,
  #nervf-contact,
  #nervf-footer {
	padding: 3em 0;
  }
}
.nervf-descr-mba {
  margin-top: 50px;
}
.nervf-team2 {
  background:url(/storage/concept/kz/images/img_bg_2.jpg) top center no-repeat;
  /*-webkit-background-size:cover;*/
}
#nervf-team2 .nervf-heading h2 {
  color: #fff;
  margin-top: 80px;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 72px;
  letter-spacing: -0.02em;
}
#nervf-team2 .wb {
  padding:  60px 20px 20px;
  background-color: #fff;
  -webkit-border-radius: 2%;
  -moz-border-radius: 2%;
  -ms-border-radius: 2%;
  border-radius: 1%;
}
.author img {
  width: 100px;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.contact-manager {
  width: 300px;
  float: right;
}
.contact-manager-txt {
  float: right;
  width: 100%;
  text-align:center;
}
#nervf-testimonial {
  /*  background: #FCFCFD;*/
}
#nervf-testimonial .testimonial-nervf {
  padding: 60px;
  position: relative;
}
.testimonial-rew {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #101828;
}
#nervf-testimonial .testimonial {
  background: #fff;
  padding: 30px;
  position: relative;
  margin-bottom: 4em;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#nervf-testimonial .testimonial blockquote {
  border-left: none;
  padding: 0;
  margin: 0;
}
#nervf-testimonial .testimonial p {
  color: #666666;
  font-size: 18px;
  font-style: italic;
  line-height: 1.5;
}
#nervf-testimonial .testimonial p.author {
  color: #b3b3b3;
}
#nervf-testimonial .testimonial p.author img {
  width: 60px;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#nervf-testimonial .testimonial p.author cite {
  font-style: normal;
  font-size: 13px;
  font-family: "Inter", Arial, sans-serif;
}
#nervf-testimonial .testimonial p:last-child {
  margin-bottom: 0;
}
#nervf-testimonial .testimonial:after {
  /* position: absolute;
  left: 11%;
  bottom: -30px;
  display: block;
  width: 0;
  content: "";
  border-width: 30px 30px 0 0;
  border-style: solid;
  border-color: #fff transparent;
  */
}
#nervf-testimonial .testimonial.nervf-selected {
  background: #045C5E;
  bottom: 10px;
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
#nervf-testimonial .testimonial.nervf-selected p {
  color: #fff;
}
#nervf-testimonial .testimonial.nervf-selected p.author cite {
  color: rgba(255, 255, 255, 0.7);
}
#nervf-testimonial .testimonial.nervf-selected:after {
  border-color: #fa5456transparent;
}
@media screen and (max-width: 768px) {
  #nervf-testimonial .testimonial.nervf-selected {
	bottom: 0;
  }
}
#nervf-blog .nervf-post {
  background: #fff;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
  box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
  position: relative;
  bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#nervf-blog .nervf-post h3 {
  margin-bottom: 20px;
}
#nervf-blog .nervf-post h3 a {
  color: #045C5E;
}
#nervf-blog .nervf-post h3 a:hover {
  color: #f35f55;
}
#nervf-blog .nervf-post .nervf-date {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  color: #cccccc;
  letter-spacing: .07em;
}
#nervf-blog .nervf-post p.author {
  color: #b3b3b3;
}
#nervf-blog .nervf-post p.author img {
  width: 50px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#nervf-blog .nervf-post p.author cite {
  font-style: normal;
  font-size: 13px;
}
#nervf-blog .nervf-post p:last-child {
  margin-bottom: 0;
}
#nervf-blog .nervf-post:hover, #nervf-blog .nervf-post:focus {
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  #nervf-blog .nervf-post:hover, #nervf-blog .nervf-post:focus {
	bottom: 0;
  }
}
/********/
.fh5co-blog {
  margin-bottom: 60px;
}
.fh5co-blog a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-blog {
	width: 100%;
  }
}
.fh5co-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  width: 100%;
  padding: 30px;
  float: right;
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}
.fh5co-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}
.fh5co-blog .blog-text span.posted_by {
  font-style: italic;
  color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
}
.fh5co-blog .blog-text span.comment {
  float: right;
}
.fh5co-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.fh5co-blog .blog-text span.comment a i {
  color: #F78536;
  padding-left: 7px;
}
.fh5co-blog .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}
.fh5co-blog .blog-text h3 a {
  color: #000;
}
#nervf-counter {
  background: #fff;
  padding: 7em 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #nervf-counter {
	padding: 3em 0;
  }
}
#nervf-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #045C5E;
  font-weight: 100;
  display: block;
}
#nervf-counter .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .1em;
}
#nervf-counter .feature-center:hover .counter {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #nervf-counter .feature-center {
	margin-bottom: 30px;
  }
}
#nervf-counter .icon {
  width: 70px;
  text-align: center;
  margin-bottom: 20px;
  background: none !important;
  border: none !important;
}
#nervf-counter .icon i {
  height: 70px;
}
#nervf-counter .icon i:before {
  color: #cccccc;
  display: block;
  text-align: center;
  margin-left: 3px;
}
#nervf-company .nervf-company {
  margin-bottom: 30px;
}
#nervf-fag .nervf-fag {
  margin-top: 64px;
}
#nervf-project .nervf-project {
  margin-bottom: 30px;
}
#nervf-project .nervf-heading h2 {
}
#nervf-project .nervf-project > a {
  display: block;
  color: #000;
  position: relative;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#nervf-project .nervf-project > a img {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#nervf-project .nervf-project > a:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  /*background: rgba(0, 0, 0, 0.7);*/
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#nervf-project .nervf-project > a .nervf-copy {
  z-index: 12;
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#nervf-project .nervf-project > a .nervf-copy h3 {
  margin: 0 0 5px 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #nervf-project .nervf-project > a .nervf-copy h3 {
	color:#666 !important;
  }
  #nervf-project .nervf-project > a .nervf-copy p {
	color:#666 !important;
  }
}
#nervf-project .nervf-project > a .nervf-copy p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
#nervf-project .nervf-project > a .nervf-copy p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #nervf-project .nervf-project > a .nervf-copy {
	position: relative;
	visibility: visible;
	opacity: 1;
	bottom: 0;
	color:#666 !important;
	padding: 20px;
	background: #fff;
  }
}
#nervf-project .nervf-project > a:hover {
}
@media screen and (max-width: 768px) {
  #nervf-project .nervf-project > a:hover {
	bottom: 0;
  }
}
#nervf-project .nervf-project > a:hover:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  #nervf-project .nervf-project > a:hover:after {
	opacity: 0;
	visibility: hidden;
  }
}
#nervf-project .nervf-project > a:hover .nervf-copy {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  #nervf-project .nervf-project > a:hover .nervf-copy {
	bottom: 0;
	padding: 20px;
	background: #fff;
  }
}
#nervf-project .nervf-project > a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  #nervf-project .nervf-project > a:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
  }
}
#nervf-services .border-bottom5 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 10;
}
#nervf-project .border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2)!important;
  -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.2)!important;
  -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.2)!important;
  box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.2)!important;
  position: relative;
  z-index: 10;
}
.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2)!important;
  -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.2)!important;
  -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.2)!important;
  box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.2)!important;
  position: relative;
  z-index: 10;
}
.feature-block {
  display:  flex;
}
.feature-icon {
  float: left;
  height: 50px;
  width: 50px;
  font-size: 50px;
  margin: 0px 20px 0px 0px;
}
.feature-des {
  float: right;
  text-align: left;
}
.feature-center {
  padding: 30px;
  float: left;
  width: 100%;
  position: relative;
  bottom: 0;
  margin-bottom: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .feature-center {
	margin-bottom: 50px;
  }
}
.feature-center .desc {
  padding-left: 180px;
}
.feature-center .icon {
  margin-bottom: 20px;
  display: block;
}
.feature-center .icon i {
  font-size: 40px;
  color: rgba(42, 54, 59, 0.2);
}
.feature-center .icon2 {
  float: left;
}
.feature-center .icon2 i {
  font-size: 100px;
}
.feature-center p:last-child {
  margin-bottom: 0;
}
.feature-center p, .feature-center h3 {
  margin-bottom: 30px;
}
.feature-center h3 {
  font-size: 22px;
  color: #5d5d5d;
}
.feature-center:hover, .feature-center:focus {
  background: #045C5E;
  bottom: 10px;
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
.feature-center:hover p:last-child, .feature-center:focus p:last-child {
  margin-bottom: 0;
}
.feature-center:hover .icon i, .feature-center:focus .icon i {
  color: rgba(255, 255, 255, 0.7);
}
.feature-center:hover p, .feature-center:hover h3, .feature-center:focus p, .feature-center:focus h3 {
  color: #fff !important;
}
.feature-center:hover a, .feature-center:focus a {
  color: rgba(255, 255, 255, 0.7);
}
.feature-center:hover a:hover, .feature-center:focus a:hover {
  color: #fff;
}
.feature-bg-icon {
  background: #F5F8FA;
  border-radius: 8px;
  text-align: center;
  width: 60px;
  height: 60px;
  padding: 10px;
  margin-bottom: 60px;
}
.feature-icon-left {
  float: left;
  margin-right: 20px;
  font-size: 48px;
  width: 50px;
  height: 50px;
}
.fc-bw {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .feature-center:hover, .feature-center:focus {
	bottom: 0;
  }
}
.nervf-feature .nervf-icon {
  margin: 0 auto;
  width: 50px;
  height: 50px !important;
  display: table;
  text-align: center;
  background-color:#045C5E;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  -ms-border-radius: 10%;
  /* border-radius: 50%;*/
  border-radius: 10%
}
.nervf-feature .nervf-icon i {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  height: 50px;
}
.nervf-feature .txt {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .nervf-feature .nervf-icon i {
	font-size: 20px;
  }
}
.route-img-bg {
  background:url(../images/pr1.jpg)  no-repeat;
  background-size: cover;
  border-radius: 8px;
}
.route-project {
  padding: 30px;
  float: left;
  width: 100%;
  position: relative;
  bottom: 0;
  margin-bottom: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .route-project  {
	margin-bottom: 50px;
  }
}
.route-project .desc {
  padding-left: 180px;
}
.route-project p:last-child {
  margin-bottom: 0;
}
.route-project p, .feature-center h3 {
  margin-bottom: 50px;
}
.route-project a {
  color: #00D7DC;
}
.route-project h3 {
  font-size: 20px;
  color: #FFF;
}
/*******/
.project-img-bg {
  background:url(../images/pr1.jpg)  no-repeat;
  background-size: cover;
  border-radius: 8px;
}
.sp-project {
  padding: 24px;
  float: left;
  width: 100%;
  position: relative;
  bottom: 0;
  margin-bottom: 24px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .sp-project  {
	margin-bottom: 50px;
  }
}
.sp-project .desc {
  padding-left: 180px;
}
.sp-project .icon {
  margin-bottom: 100px;
  display: block;
}
.feature-center .icon i {
  font-size: 40px;
  color: rgba(42, 54, 59, 0.2);
}
.sp-project .icon2 {
  float: left;
}
.feature-center p:last-child {
  margin-bottom: 0;
}
.sp-project p, .feature-center h3 {
  margin-bottom: 24px;
}
.sp-project h3 {
  font-size: 22px;
  color: #FFF;
}
.project-grid {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  height: 350px;
  margin-bottom: 40px;
}
.project-grid:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.project-grid .desc {
  background: rgba(247, 56, 89, 0.9);
  padding: 10px 20px;
  position: absolute;
  bottom: -93px;
  left: 0;
  right: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.project-grid .desc h3 a {
  color: white;
}
.project-grid .desc span {
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .project-grid .desc {
	bottom: 0;
  }
}
.project-grid:hover:before, .project-grid:focus:before {
  opacity: 1;
}
.project-grid:hover .desc, .project-grid:focus .desc {
  bottom: 0;
}
.project-content {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  .project-content {
	padding: 3em 0;
  }
}
.project-content .col-half {
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 480px) {
  .project-content .col-half {
	width: 100%;
  }
}
.project-content .col-half .project, .project-content .col-half .project-grid {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.project-content .col-half .project:before, .project-content .col-half .project-grid:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.project-content .col-half .project:hover:before, .project-content .col-half .project:focus:before, .project-content .col-half .project-grid:hover:before, .project-content .col-half .project-grid:focus:before {
  opacity: 1;
}
.project-content .col-half .project:hover .desc, .project-content .col-half .project:focus .desc, .project-content .col-half .project-grid:hover .desc, .project-content .col-half .project-grid:focus .desc {
  bottom: 0;
}
@media screen and (max-width: 480px) {
  .project-content .col-half .project, .project-content .col-half .project-grid {
	height: 340px !important;
	margin-bottom: 20px;
  }
}
.project-content .col-half .project {
  height: 800px;
}
.project-content .col-half .project-grid {
  height: 390px;
  margin-bottom: 20px;
}
.project-content .col-half .project-grid:last-child {
  margin-bottom: 0;
}
.project-content .desc {
  background: rgba(247, 56, 89, 0.9);
  padding: 10px 20px;
  position: absolute;
  bottom: -93px;
  left: 0;
  right: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.project-content .desc h3 {
  color: white;
}
.project-content .desc span {
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .project-content .desc {
	bottom: 0;
  }
}
.nervf-heading {
  margin-bottom: 2em;
}
.nervf-heading.nervf-heading-sm {
  margin-bottom: 2em;
}
.nervf-heading h2 {
  font-size: 32px;
  margin-bottom: 0px;
  /* line-height: 1.4;*/
  font-weight: 600;
  color: #000;
  text-transform: none;
}
.nervf-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}
.nervf-heading span {
  display: block;
  margin-bottom: 12px;
  font-style: normal;
  font-weight: 600;
  /* text-transform: uppercase;*/
  font-size: 16px;
  letter-spacing: 2px;
  color: #0C999C;
}
#nervf-started {
  background: #fff;
}
#nervf-started .nervf-heading h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 72px;
  /* identical to box height, or 180% */
  text-align: center;
  letter-spacing: -0.02em;
  /* text-colors/text-main-light */
  color: #2B3541;
  margin-bottom: 16px;
}
#nervf-started .nervf-heading p {
  color: #333;
}
#nervf-started .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#nervf-started .form-control::-webkit-input-placeholder {
  color: #fff;
}
#nervf-started .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#nervf-started .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#nervf-started .form-control:-ms-input-placeholder {
  color: #fff;
}
#nervf-started .form-control:focus {
  background: rgba(255, 255, 255, 0.3);
}
#nervf-started .btn {
  height: 54px;
  border: none !important;
  background: #045C5E;
  color: #fff;
  font-size: 18px;
  /*text-transform: uppercase;*/
  font-weight: 500;
  padding: 15px 30px 30px;
}
#nervf-started .btn:hover {
  background: #0C999C !important;
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
}
#nervf-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#nervf-started .form-inline .form-group .form-control {
  width: 100%;
}
#nervf-footer .nervf-footer-links {
  padding: 0;
  margin: 0;
}
#nervf-footer .nervf-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#nervf-footer .nervf-footer-links li a {
  color: #000;
  text-decoration: none;
}
#nervf-footer .nervf-footer-links li a:hover {
  text-decoration: underline;
}
#nervf-footer .nervf-widget {
  margin-bottom: 30px;
}
.manager-foto img {
  width: 240px;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #nervf-footer .nervf-widget {
	text-align: left;
  }
}
#nervf-footer .nervf-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#nervf-footer .copyright .block {
  display: block;
}
#nervf-offcanvas {
  position: fixed;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #nervf-offcanvas {
	display: block;
  }
}
.offcanvas #nervf-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#nervf-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#nervf-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#nervf-offcanvas ul {
  padding: 0;
  margin: 0;
}
#nervf-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#nervf-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#nervf-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#nervf-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f078";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#nervf-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}
.nervf-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.nervf-nav-toggle.active i::before, .nervf-nav-toggle.active i::after {
  background: #444;
}
.nervf-nav-toggle:hover, .nervf-nav-toggle:focus, .nervf-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.nervf-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.nervf-nav-toggle i::before, .nervf-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.nervf-nav-toggle.nervf-nav-white > i {
  color: #fff;
  background: #fff;
}
.nervf-nav-toggle.nervf-nav-white > i::before, .nervf-nav-toggle.nervf-nav-white > i::after {
  background: #fff;
}
.nervf-nav-toggle i::before {
  top: -7px;
}
.nervf-nav-toggle i::after {
  bottom: -7px;
}
.nervf-nav-toggle:hover i::before {
  top: -10px;
}
.nervf-nav-toggle:hover i::after {
  bottom: -10px;
}
.nervf-nav-toggle.active i {
  background: transparent;
}
.nervf-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);
}
.nervf-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);
}
.nervf-nav-toggle {
  position: fixed;
  right: 0px;
  top: 18px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
.scrolled .nervf-nav-toggle {
  top: 5px;
}
@media screen and (max-width: 768px) {
  .nervf-nav-toggle {
	display: block;
  }
}
.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 500;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 12px 20px 12px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.btn-primary {
  background: #045C5E;
  color: #fff!important;
  border: 2px solid #045C5E;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #0C999C !important;
  border-color: #0C999C !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #045C5E;
  border: 2px solid #045C5E;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #045C5E;
  color: #fff;
}
.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #045C5E;
  color: #fff;
}
.btn-info {
  background: #fff;
  color: #2B3541 !important;
  border: 2px solid #D0D5DD !important;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #fff !important;
  border-color: #D0D5DD !important;
  color: #0C999C !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #ccc;
  border: 2px solid #ccc;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #ccc;
  color: #2B3541;
}
.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}
.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}
.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}
.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}
.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #045C5E;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb130 {
  margin-bottom: 130px !important;
}
.row-pb-md {
  padding-bottom: 4em !important;
}
.row-pb-sm {
  padding-bottom: 2em !important;
}
.nervf-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}
.js .animate-box {
  opacity: 0;
}
#nervf-header-subscribe #email {
  padding-right: 9em;
}
#nervf-header-subscribe button {
  position: absolute;
  top: 0;
  right: 10px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
/*custom*/
.nervf-go a {
  position: absolute;
  font-size:48px;
  bottom: 100px !important;
  left: 50%;
  margin-left: -20px;
  width: 50px;
  height: 50px;
  line-height: 24px;
  border: solid 0px #fff !important;
  border-radius: 50px;
  z-index: 300;
  color: #fff !important;
  padding: 5px 5px 5px;
  opacity:0.6;
}
.nervf-go a span {
  /*
  font-size: 20px;
  display: block;
  position: absolute;
  bototm: 0;
  left: 50%;
  margin-left: -10px;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
  */
  opacity:1;
}
.nervf-go a:hover {
  text-decoration: none;
  opacity:1;
}
.nervf-go a:hover span {
  text-decoration: none;
  opacity:1;
}
/*# sourceMappingURL=style.css.map */
/*error*/
.error {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-color: #F73859;
}
input.error, textarea.error {
  border-color: #F73859;
  border-style: solid;
  /* background: #f0bebe; color: #a35959;*/ }
input.error:focus, textarea.error:focus {
  border-color: #F73859;
}
/*pricing-section*/
#nervf-pricing-section {
  padding: 7em 0;
  /* background: #fcfcfc;*/
}
@media screen and (max-width: 768px) {
  #nervf-pricing-section {
	padding: 3em 0;
  }
}
#nervf-pricing-section .pricing {
  display: block;
  float: left;
  margin-bottom: 30px;
}
#nervf-pricing-section .price-box {
  text-align: center;
  padding: 30px;
  background: #fff;
  margin-bottom: 40px;
  position: relative;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  top: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#nervf-pricing-section .price-box.popular .btn-select-plan {
  background: #27E1CE;
}
#nervf-pricing-section .price-box.popular .price {
  color: #27E1CE;
}
#nervf-pricing-section .price-box .btn-select-plan {
  padding: 10px 20px;
  background: #f1f1f1;
  color: #999;
}
#nervf-pricing-section .price-box .btn-select-plan:hover {
  background: #045C5E;
  color: #fff;
}
#nervf-pricing-section .price-box:hover, #fh5co-pricing-section .price-box:focus {
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}
#nervf-pricing-section .pricing-plan {
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #888f94;
}
#nervf-pricing-section .pricing-plan.pricing-plan-offer {
  margin-bottom: 24px;
}
#nervf-pricing-section .pricing-plan span {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  color: #d5d8db;
}
#nervf-pricing-section .price {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  /*line-height: 48px;*/
  color: #80899E;
}
#nervf-pricing-section .price .currency {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #111827;
}
#nervf-pricing-section .price small {
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  color: #888f94;
}
#nervf-pricing-section .price-box .color {
  background:#F5F8FA;
}
#nervf-pricing-section .text-decor  {
  text-decoration: line-through;
}
/* Owl Override Style */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
	right: 0px;
  }
}
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
	left: 0px;
  }
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #2e2e2e;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000000;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #ffffff;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
	display: none;
  }
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}
.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: -2.5em;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #045C5E;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  border: 2px solid #045C5E;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border: 2px solid #045C5E;
}
/* Dropdown Nav */
.menu-wrap {
  height: 100vh;
  width: 50%;
  padding: 0;
  float: left;
  position: relative;
}
.content-wrap .inline-div {
  margin: 0 0 20px;
}
.mobile_menu {
  display: none;
  position: relative;
}
@media (max-width: 1024px) {
  .nervf-tel {
	display: none;
  }
}
/* Styles for Accordion */
.toggle:last-child {
  border-bottom: 1px solid #dddddd;
  /*margin-bottom: 70px;*/
}
.toggle .toggle-title {
  position: relative;
  display: block;
  border-top: 1px solid #dddddd;
  margin-bottom: 6px;
}
.toggle .toggle-title h3 {
  font-size: 20px;
  margin: 0px;
  line-height: 1;
  cursor: pointer;
  font-weight: 200;
}
.toggle .toggle-inner {
  padding: 7px 25px 10px 25px;
  display: none;
  margin: -7px 0 6px;
}
.toggle .toggle-inner div {
  max-width: 100%;
}
.toggle .toggle-title .title-name {
  display: block;
  padding: 25px 25px 14px;
}
.toggle .toggle-title a i {
  font-size: 22px;
  margin-right: 5px;
}
.toggle .toggle-title i {
  position: absolute;
  /*background: url(" ") 0px -24px no-repeat;*/
  content:url("/storage/template/images/arrow-down-acordion.png");
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
  margin: 20px;
  right: 0;
}
.toggle .toggle-title.active i {
  /* background: url("../images/person1.jpg") 0px 0px no-repeat;*/
  content:url("/storage/template/images/arrow-down-acordion.png");
  transform: rotate(180deg);
}
/**********************mba-section*********************/
.bg-subscribe {
  background: url(/storage/template/images/mba/background/newsletter-bg.jpg) fixed no-repeat;
  background-size: cover;
  background-position: center center;
}
.overlay-dark:before {
  content: '';
  background: -webkit-linear-gradient(-45deg, #1e5799 0%, #1d1546 0%, #1a0b25 100%, #207cca 100%);
  opacity: .75;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cta-subscribe {
  position: relative;
}
.cta-subscribe .content {
  padding: 70px 0;
}
.cta-subscribe .content h3, .cta-subscribe .content p {
  color: #fff;
}
.cta-subscribe .content h3 {
  color: #fff;
  font-weight: 500;
}
.cta-subscribe .nervf-heading h2 {
  color: #fff;
  font-weight: 500;
  font-size: 32px;
  margin-top: 70px;
}
.cta-subscribe .content p {
  color: #fff;
  font-size: 16px;
}
.cta-subscribe .subscribe-button button {
  cursor: pointer;
}
@media (max-width: 767px) {
  .cta-subscribe .subscribe-button {
	margin-bottom: 30px;
  }
}
.disp {
  display: inline-block!important;
}