/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600&display=swap');*/

.post-tag__container {
    margin-bottom: 24px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.post-tag {
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: rgba(128, 137, 158, 1);
}

.post-tag_Руководителю {
    background-color: rgba(244, 236, 220, 1);
}

.post-tag_Специалисту {
    background-color: rgba(220, 235, 244, 1);
}

.post-tag_Студенту {
    background-color: rgba(228, 244, 220, 1);
}

.post-tag_Школьнику {
    background-color: rgb(244, 220, 220);
}

.post-tag_Бухгалтеру {
    background-color: rgb(242, 220, 244);
}

#ncbo-header-new,
#new-footer,
.header__intro,
.footer,
.visually-hidden {
    display: none !important;
}
.p-slider {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #4d566a;
}
.p-slider2 {
    font-size: 20px;
    line-height: 24px;
    color: #2b3541;
}

.slider .slick-arrow {
    background-image: url(/storage/template/images/icons/arrow-left.png) !important;
}
.flex {
    display: flex;
}
.slider-wrap {
    margin: 0 auto;
    width: 1200px;
    height: 640px;
}
.slider-wrap-mob {
    display: none;
}
.modal__close {
    border: none !important;
    font-size: 24 !important;
}
.form__heading {
    color: #000;
}
/*************logo sponsor****************/
.partner_logo_wrap {
    height: 70px;
}
.partner_logo {
    float: left;
    display: inline;
    margin-top: 50px;
    margin-right: 20px;
    filter: grayscale(1) opacity(0.5);
}
.partner_logo:hover {
    filter: grayscale(0) opacity(1);
}
/*top menu block*/
.nervf-topmenu {
    width: 100%;
    height: 96px;
    background-color: #fff;
    /* position: fixed;*/
    z-index: 999;
    margin-bottom: -20px;
}
.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: 130px;
}
.topmenu-link {
    float: left;
    text-align: center;
    width: 860px;
    margin-top: 15px;
}
.topmenu-link-right {
    float: left;
    text-align: right;
    width: 760px;
    margin-top: 15px;
}
.sub-menu-wrap {
    height: 64px;
    width: 100%;

    background: #045c5e;
}
.sub-menu-container {
    margin: 0 auto;
    width: 1170px;
    padding: 0px 10px 20px;
}

.sub-menu-link a {
    float: left;
    text-align: left;
    font-size: 16px !important;

    margin-top: 20px;

    color: #fff !important;
}
.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: 16px;
    line-height: 24px;
    color: #005958;
}
.nervf-tel2 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #005958;
    /* float: right;
  margin-top: 15px;
  width:140px;
  height: 50px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #005958;
	text-align: right;
*/
}

@media screen and (max-width: 768px) {
    .nervf-nav #nervf-logo {
        font-size: 18px;
        margin-bottom: 0;
        width: 150px;
    }
    .nervf-tel {
        display: none;
    }
}
#top-menuwr {
    height: 84px;
    width: 100%;
}
#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;
}
/**/
/***********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;
    }
}
/**/
@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;
}
.thinfont {
    font-family: "Inter";
    font-weight: 200 !important;
}
.color-w {
    color: #f1f1f1;
}
.green-color {
    color: #0c999c !important;
}

.roud-img {
    border-radius: 8px;
}

.border-green {
    border: 2px solid #0c999c;
    padding: 50px;
}
.main-title-span {
    margin-top: 190px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.main-title-span-slider {
    margin-top: 70px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.main-title {
    font-size: 44px;
    color: #2b3541;
    font-weight: 600;
    text-align: left;
    /* text-transform:uppercase;*/
}
@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;
    }
    .main-title-span-slider {
        margin-top: 50px;
    }
    .btn-m {
        width: 100%;
    }
}
/*---------------*/
.dis-none {
    display: none;
}
/* =======================================================
*
* 	Template Style
*
* ======================================================= */
body {
    font-family: "Inter";
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #2b3541;
    background: #fff;
}
#page {
    position: relative;
    overflow-x: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.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;
    }
    .overlay {
        /*display: none;*/
    }
}
.nervf-nav {
    font-size: 24px;
    position: fixed;
    margin: 0;
    font-weight: bold;
    width: 100%;
    height: 112px;
}
.nervf-logo {
    margin-top: 0px;
    float: left;
    width: 130px;
    margin-right: 10px;
}
.logo-footer {
    float: left;
    width: 65px;
    margin-right: 20px;
}
.nervf-tel-footer {
    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;
    }
}
.nervf-nav #nervf-logo a > span {
    color: #045c5e;
}
.nervf-nav a {
    padding: 5px 10px;
    color: #fff;
}
.topmenu-nervf {
    margin-left: 20px;
}
/*********flex-menu****/
.dropbtn {
    background-color: #4caf50;
    color: white;
    padding: 20px 20px 20px 0px;

    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown-block {
    position: relative;
    display: inline-block;
}

.dropdown-contentmenu {
    display: none;
    position: absolute;
    right: 0;
    background-color: #fff;
    width: 1170px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9999999;
    height: 150px;
}

.dropdown-contentmenu a {
    color: #000 !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-contentmenu a:hover {
    background-color: #f1f1f1;
}

.dropdown-block:hover .dropdown-contentmenu {
    display: block;
}

.dropdown-block:hover .dropbtn {
    background-color: #3e8e41;
}
.flex-menu-wrap {
    margin: 0 auto;
    width: 1170px;
    display: none;
}

.flex-menu {
    display: flex;
    width: 100%;
    background: #fff;
    flex-direction: row;
}
.megamenu-lists {
    width: 100%;
    display: table;
}
.list-col-3 {
    width: 33%;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
    .flex-menu-wrap {
        width: 100%;
    }
}

@media only screen and (max-width: 360px) {
    .flex-menu {
        flex-direction: column !important;
    }
    .list-col-3 {
    }
}

@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;
}
.img-banner {
    height: 640px;
    /*background: #746161;*/
}
.im-bg {
    position: absolute;
    bottom: 70px !important;
    right: 0px;
    height: 500px !important;
}
#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: 640px;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 100%;
    background-position: right !important;
    /*  background:url(/storage/template/images/slider/s1.jpg) top right no-repeat;*/
}
.nervf-cover-mba {
    height: 640px;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 100%;
    background-position: right !important;
    background: url(/storage/template/images/slider/mba9.jpg) top right
        no-repeat;
}
.nervf-cover-dir {
    height: 640px;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 100%;
    background-position: right !important;
    /*  background:url(/storage/template/images/slider/dir2.jpg) top right no-repeat;*/
}
.nervf-cover-st {
    height: 640px;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 100%;
    background-position: right !important;
    /*  background:url(/storage/template/images/slider/st-bg.jpg) top right no-repeat;*/
}
.nervf-cover-bs {
    height: 640px;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 100%;
    background-position: right !important;
    background: url(/storage/template/images/slider/bs.jpg) top right no-repeat;
}
.nervf-cover-dect {
    height: 640px;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 100%;
    background-position: right !important;
    background: url(/storage/template/images/slider/img_bg_decterev.jpg) top
        right no-repeat;
}
.nervf-cover-blank {
    height: 640px;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 100%;
}
.nervf-cover .overlay,
.nervf-cover-mba .overlay,
.nervf-cover-st .overlay,
.nervf-cover-dir .overlay,
.nervf-cover-bs .overlay,
.nervf-cover-dect .overlay,
.nervf-cover-blank .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.nervf-cover2 .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: url(/storage/template/images/slider/s2.jpg) top right no-repeat;
}
.nervf-cover,
.nervf-cover-dir,
.nervf-cover-mba,
.nervf-cover-st,
.nervf-cover-dect,
.nervf-cover-blank > .nervf-container {
    position: relative;
    z-index: 10;
}
@media screen and (max-width: 768px) {
    .nervf-cover,
    .nervf-cover-mba,
    .nervf-cover-dir,
    .nervf-cover-st,
    .nervf-cover-bs,
    .nervf-cover-dect,
    .nervf-cover-blank {
        height: 600px;
    }
    .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-staff2 h3 {
    font-weight: 500;
    font-size: 24px !important;
    color: #101828;
}
.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: #80899e;
}
.nervf-social-icons li a:hover i {
    color: #045c5e;
}
.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: 0.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:uppercase;*/
}
@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:uppercase;*/
}
#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: uppercase;
    -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-pattern {
    padding: 15px;
    background: url(../images/pattern.png) top left;
}
.bg-litegreen {
    background: #e5f1f1;
}
.nervf-bg-green {
    background-color: #045c5e;
}
.nervf-bg-black {
    background-color: #000;
}
.nervf-bg-img {
    background-color: #045c5e;
    background: url(../images/card_bg2.png) #045c5e top center;
    background-size: cover;
}
#nervf-services,
#nervf-started,
#nervf-testimonial,
#nervf-blog,
#nervf-company,
#nervf-project,
#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-about,
    #nervf-team,
    #nervf-contact,
    #nervf-footer {
        padding: 3em 0;
    }
}
.nervf-descr-mba {
    margin-top: 140px;
}
.nervf-descr-mba h3 {
    font-weight: 500;
    font-size: 24px;
    color: #101828;
}
#nervf-nomber {
    margin-bottom: 60px;
}
.nervf-team2 {
    background: url(../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: 38px;
    line-height: 72px;
    letter-spacing: -0.02em;
}
#nervf-team2 h3 {
    font-weight: 500;
    font-size: 24px;
    color: #101828;
}
#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: 240px;
    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: #fa5456 transparent;
}
@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: 0.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;
    }
}
/****news***/
#nervf-catalog {
    margin-bottom: 24px;
}
.bw {
    filter: grayscale(0.8) opacity(0.7);
}
.bw:hover {
    filter: grayscale(0) opacity(1);
}
.nervf-catalog h2 {
    color: #fff;
    margin-top: 60px;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -0.02em;
}
.nervf-catalog-bg {
    background: #004546;
    margin-bottom: 70px;
}
.nervf-catalog {
    height: 255px;
}

.news .blog-post {
    transition: 0.2s ease;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .news .blog-post .post-thumb img {
        width: 100%;
    }
}

.post-time__date {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    color: rgba(77, 86, 106, 1);
}

.post-content {
    padding: 24px 32px 32px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 206px);
}

.news .blog-post .post-content .date {
    position: absolute;
    top: -40px;
    left: 25px;
    width: 110px;
    height: 40px;
    padding-top: 20px;
    text-align: center;
    background: #045c5e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.news .blog-post .post-content .post-readon {
    margin-bottom: 20px;
}
.news .blog-post .post-content .date h4 {
    color: #fff;
}
.news .blog-post .post-content .date h4 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.news .blog-post .post-content .post-title {
    padding-bottom: 5px;
    /*border-bottom: 1px solid #e5e5e5;*/
    margin-bottom: 15px;
}
.news .blog-post .post-content .post-title h2 {
    margin-top: 10px;
}
.news .blog-post .post-content .post-title h2 a {
    /*  font-size: 20px;
  font-weight: 500;
  color: #2B3541;*/
    font-weight: 500;
    font-size: 20px;
    color: #2b3541;
}
.news .blog-post .post-content .post-title h2 a:hover {
    color: #045c5e;
}
.news .blog-post .post-content .post-meta ul {
    margin-bottom: 0;
}
.news .blog-post .post-content .post-meta ul li i {
    margin-right: 7px;
}
.news .blog-post .post-content .post-meta ul li a {
    display: inline-block;
    padding-right: 25px;
    font-size: 0.875rem;
}
.news .blog-post:hover {
    box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
}
.news .blog-post.single {
    margin-bottom: 100px;
}
.news .blog-post.single .post-title {
    padding-top: 35px;
    padding-bottom: 0;
    border: none;
    margin-bottom: 10px;
}
.news .blog-post.single .post-title h3 {
    font-weight: 400;
}
.news .blog-post.single .post-meta {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}
.news .blog-post.single .post-details p {
    padding: 13px 0;
    font-size: 15px;
}
.news .blog-post.single .post-details .quotes {
    background: #f5f5f8;
    padding: 30px;
    border-left: 3px solid #045c5e;
    margin: 15px 0;
}
.news .blog-post.single .post-details .quotes blockquote {
    font-size: 15px;
    font-style: italic;
}
.news .blog-post.single .post-details .share-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 25px;
}
.news .blog-post .post-content .post-time .icon-calendar-event-line {
    font-size: 19px;
}
.news .blog-post .post-content .post-time {
    margin-bottom: 0 !important;
    display: flex;
    gap: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #4d566a;
}
.news .blog-post .post-content .post-type {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #0c999c;
    margin-bottom: 24px;
    margin-top: auto;
}
.news .blog-post .post-content .post-type2 {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #80899e;
}
.news .blog-post .post-content .post-autor {
    display: flex;
    gap: 24px;
    font-weight: 480;
    font-size: 16px;
    line-height: 24px;
    color: #2b3541;
    margin-bottom: 24px;
}

.catalog-container {
    display: flex;
    flex-wrap: wrap;
    gap: 42px;
}

.catalog-container::before,
.catalog-container::after {
    display: none;
}

.ek-blog-post {
    width: calc((100% - 84px) / 3) !important;
    margin-bottom: 0px !important;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(245, 245, 245, 1);
    background: #FCFCFD;
}

@media (max-width: 1000px) {
    .ek-blog-post {
        width: calc((100% - 42px) / 2) !important;
    }
}

@media (max-width: 600px) {
    .catalog-container {
        padding: 0 5%;
    }
    .ek-blog-post {
        width: 100% !important;
    }
}

.post-photo__name {
    display: flex;
    align-items: center;
    margin: 0;
}

.post-photo__image-container {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}

.post-photo__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1.3;
    top: 5px;
    position: absolute;
}

@media (max-width: 991px) {
    .news .blog-post.single .post-details .share-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.news .blog-post.single .post-details .share-block p {
    padding: 0;
}
.news .blog-post.single .post-details .share-block .tag {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
@media (max-width: 991px) {
    .news .blog-post.single .post-details .share-block .tag {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
        margin-bottom: 30px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}
.news .blog-post.single .post-details .share-block .tag p,
.news .blog-post.single .post-details .share-block .tag ul {
    display: inline;
}
.news .blog-post.single .post-details .share-block .tag p {
    color: #222222;
}
.news .blog-post.single .post-details .share-block .tag ul li a {
    color: #848484;
    font-size: 15px;
}
.news .blog-post.single .post-details .share-block .tag ul li a:hover {
    color: #045c5e;
}
.news .blog-post.single .post-details .share-block .share {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: right;
}
@media (max-width: 991px) {
    .news .blog-post.single .post-details .share-block .share {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
    }
}
.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;
}
.news .blog-post.single .post-details .share-block .share p,
.news .blog-post.single .post-details .share-block .share ul {
    display: inline;
    font-family: "Montserrat", sans-serif;
}
.news .blog-post.single .post-details .share-block .share p {
    margin-right: 18px;
}
.news
    .blog-post.single
    .post-details
    .share-block
    .share
    ul.social-links-share {
    margin-bottom: 0;
}
.news
    .blog-post.single
    .post-details
    .share-block
    .share
    ul.social-links-share
    .list-inline-item:not(:last-child) {
    margin-right: 7px;
}
.news
    .blog-post.single
    .post-details
    .share-block
    .share
    ul.social-links-share
    li
    a {
    display: block;
    height: 38px;
    width: 38px;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e5e5;
}
.news
    .blog-post.single
    .post-details
    .share-block
    .share
    ul.social-links-share
    li
    a
    i {
    line-height: 38px;
}
.news
    .blog-post.single
    .post-details
    .share-block
    .share
    ul.social-links-share
    li
    a:hover {
    background: #045c5e;
    border-color: #045c5e;
}
.news
    .blog-post.single
    .post-details
    .share-block
    .share
    ul.social-links-share
    li
    a:hover
    i {
    color: #fff;
}
.news .blog-post.single:hover {
    box-shadow: none;
}
.news .comments {
    padding-bottom: 80px;
}
.news .comments h5 {
    font-weight: 400;
    margin-bottom: 10px;
}
.news .comments .comment {
    padding-top: 14px;
}
.news .comments .comment img {
    margin-right: 30px;
}
.news .comments .comment .media-body h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.news .comments .comment .media-body p,
.news .comments .comment .media-body ul {
    font-size: 15px;
}
.news .comments .comment .media-body p {
    margin-bottom: 14px;
}
.news .comments .comment .media-body ul {
    margin-bottom: 10px;
}
.news .comments .comment .media-body ul li span {
    margin-right: 7px;
}
.news .comments .comment .media-body ul li a {
    color: #045c5e;
}
.news .comment-form h5 {
    font-weight: 400;
    margin-bottom: 30px;
}
.news .comment-form .form-control,
.news .comment-form button {
    margin-bottom: 30px;
}
/*****************************************/
#nervf-counter {
    background: #fff;
    padding: 10px 0px 20px 0px;
    text-align: center;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    #nervf-counter {
        padding: 20px 0;
    }
    #nervf-counter .counter {
        margin-top: 40px;
    }
}
#nervf-counter .counter {
    font-size: 50px;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    color: #111827;
    font-weight: 600;
    display: block;
}
#nervf-counter .counter-label {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    /*line-height: 20px;*/
    color: #6b7280;
}
#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 h3 {
    font-weight: 500;
    font-size: 24px !important;
    color: #101828;
}
#nervf-project .nervf-project > a {
    display: block;
    color: #000;
    position: relative;
    bottom: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#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.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#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-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.01);
    -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);
    position: relative;
    z-index: 10;
}
.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.01);
    -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);
    position: relative;
    z-index: 10;
}
.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: 24px;
    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-center2 {
    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-center2 {
        margin-bottom: 50px;
    }
}
.feature-center2 .desc {
    padding-left: 180px;
}
.feature-center2 .icon {
    margin-bottom: 20px;
    display: block;
}
.feature-center2 .icon i {
    font-size: 40px;
    color: rgba(42, 54, 59, 0.2);
}
.feature-center2 .icon {
    /* float: left;*/
    padding-bottom: 24px;
}
.feature-center2 .icon i {
    font-size: 100px;
}
.feature-center2 p:last-child {
    margin-bottom: 0;
}
.feature-center2 p,
.feature-center h3 {
    margin-bottom: 30px;
}
.feature-center2 h3 {
    font-size: 24px;
    /*color: #fff;*/
}
/************play icon*************/
.overlay-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    transition: 0.3s ease;
    /* background-color: #000;	*/
}

.overlay-icon:hover {
    opacity: 1;
    /*background: rgba(0, 0, 0, 0.2);*/
}

.ov-icon {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.fa-user:hover {
    color: #fff;
    opacity: 1;
}
/************play icon end*************/
.feature-bg-icon {
    background: #f5f8fa;
    border-radius: 8px;
    text-align: center;
    width: 60px;
    height: 60px;
    padding: 10px;
    margin-bottom: 60px;
}
.bg-icon-green {
    background: #045c5e;
    border-radius: 8px;
    text-align: center;
    width: 60px;
    height: 60px;
    padding: 10px;
    margin-bottom: 30px;
}
.bg-icon-mbl {
    background: #0058c8;
    border-radius: 8px;
    text-align: center;
    width: 60px;
    height: 60px;
    padding: 10px;
    margin-bottom: 30px;
}
.bg-icon-blu {
    background: #213a6a;
    border-radius: 8px;
    text-align: center;
    width: 60px;
    height: 60px;
    padding: 10px;
    margin-bottom: 30px;
}
.bg-icon-red {
    background: #db1515;
    border-radius: 8px;
    text-align: center;
    width: 60px;
    height: 60px;
    padding: 10px;
    margin-bottom: 30px;
}
.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(/storage/template/images/pr4.jpg) no-repeat;
    background-size: cover;
    border-radius: 8px;
}
.route-img-bg-1 {
    background: url(/storage/template/images/n1.jpg) no-repeat;
    background-size: cover;
    border-radius: 8px;
}
.route-img-bg-2 {
    background: url(/storage/template/images/n2.jpg) no-repeat;
    background-size: cover;
    border-radius: 8px;
}
.route-img-bg-3 {
    background: url(/storage/template/images/n3.jpg) no-repeat;
    background-size: cover;
    border-radius: 8px;
}
.route-img-bg-4 {
    background: url(/storage/template/images/n4.jpg) no-repeat;
    background-size: cover;
    border-radius: 8px;
}
.route-img-bg-5 {
    background: url(/storage/template/images/n5.jpg) no-repeat;
    background-size: cover;
    border-radius: 8px;
}
.route-img-bg-6 {
    background: url(/storage/template/images/n6.jpg) no-repeat;
    background-size: cover;
    border-radius: 8px;
}
.card-img-bg {
    background: url(/storage/template/images/card_bg.png) top left no-repeat;
    /* background-size: cover;*/
    border-radius: 8px;
    margin-bottom: 50px;
}
.card-img-bg2 {
    background: url(/storage/template/images/card_bg.png) top left no-repeat;
    /* background-size: cover;*/
    border-radius: 8px;
    margin-bottom: 50px;
}
.card-img-bg3 {
    background: url(/storage/template/images/card_bg.png) top left no-repeat;
    /* background-size: cover;*/
    border-radius: 8px;
    margin-bottom: 50px;
}
.card-img-bg4 {
    background: url(/storage/template/images/card_bg.png) top left no-repeat;
    /* background-size: cover;*/
    border-radius: 8px;
    margin-bottom: 50px;
}

.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: 24px;
    color: #fff;
}
/*******/
.project-img-bg {
    background: url(/storage/template/images/pr0.jpg) no-repeat;
    background-size: cover;
    border-radius: 8px;
}
.project-img-bg2 {
    background: url(/storage/template/images/pr2.jpg) no-repeat;
    background-size: cover;
    border-radius: 8px;
}
.project-img-bg3 {
    background: url(/storage/template/images/pr3.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: 24px;
    color: #fff !important;
}
.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%;
    }
    .card-img-bg {
        background: url(../images/card_bg3.jpg) top center no-repeat;
        /*background: none !important;*/
    }
    .card-img-bg2 {
        background: url(../images/card_bg4.jpg) top center no-repeat;
        /*background: none !important;*/
    }
    .card-img-bg3 {
        background: url(../images/card_bg7.jpg) top center no-repeat;
        /*background: none !important;*/
    }
    .card-img-bg4 {
        background: url(../images/card_bg6.jpg) top center no-repeat;
        /*background: none !important;*/
    }
    .nervf-descr-mba {
        margin-top: 20px;

        padding: 310px 0px 0px 30px;
    }
    .overlay {
        /*  background: #005958;*/
        background: #000;
        opacity: 0.6;
    }

    .slider-wrap-mob {
        margin-top: 50px;
        display: block !important;
        height: 600px;
    }
    .slider-wrap {
        height: 600px;
    }
    .slider-left,
    .slider-right {
        display: none !important;
    }
    .sub-menu-wrap {
        display: none;
    }
    .nervf-cover {
        /*background:url(../images/slider/img_mbg_m.jpg) top right no-repeat;*/
    }
    .nervf-cover-dir {
        background: url(../images/slider/img_mbg_dir2.jpg) top right no-repeat;
    }
    .nervf-cover-st {
        background: url(../images/slider/img_mbg_st.jpg) top right no-repeat;
    }
    .nervf-cover-bs {
        background: url(../images/slider/img_mbg_bs.jpg) top right no-repeat;
    }
    .nervf-cover-dect {
        background: url(../images/slider/img_mbg_dec.jpg) top right no-repeat;
    }
    .nervf-cover-blank {
        background: url(../images/slider/img_mbg_dec.jpg) top right no-repeat;
    }
    .p-slider,
    .p-slider2 {
        color: #fff !important;
    }
    .display-tc2,
    .main-title {
        color: #fff !important;
    }
    .slick-dots {
        float: left !important;
        left: 20px !important;
        bottom: 30px !important;
        /*display: none!important;*/
    }
    .slick-arrow {
        display: none !important;
    }
    #nervf-nomber {
        margin-bottom: 30px;
        background: #e5f1f1;
    }
    .nervf-tel-footer,
    .nervf-social-icons {
        margin-top: 20px !important;
        text-align: center !important;
        width: 100%;
    }
    .copyright-txt {
        text-align: center !important;
    }
    .partner_logo_wrap,
    .img-banner {
        display: none;
    }
}
.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: 36px;
    margin-bottom: 0px;
    /* line-height: 1.4;*/
    font-weight: 600;
    color: #000;
    /* text-transform:uppercase;*/
}
.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: 36px;
    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;
    padding-top: 16px !important;
}
#nervf-footer .nervf-footer-links li a {
    color: #005958;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
}
#nervf-footer .nervf-footer-links li a:hover {
    text-decoration: underline;
}
#nervf-footer .nervf-widget {
    margin-bottom: 30px;
}
@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: 18px;
    letter-spacing: 2px;
    /* text-transform:uppercase;*/
}
#nervf-footer .copyright .block {
    display: block;
}
.copyright {
    padding-top: 30px;

    border-top: 1px solid #e5e7eb;
    /*background: #ccc;*/
}
#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/0.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    transition: all 0.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 0.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;
    border: 2px solid #045c5e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #0c999c !important;
    border-color: #0c999c !important;
}
.btn-red {
    background: #db1515;
    color: #fff;
    border: 2px solid #db1515;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active {
    background: #eb4040 !important;
    border-color: #eb4040 !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-topmenu {
    color: #fff !important;
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 4px;

    padding: 4px 16px 4px;
    background: #0c999c !important;
}
.btn-topmenu:hover,
.btn-topmenu:focus,
.btn-topmenu:active {
    background: #fff !important;
    border-color: #d0d5dd !important;
    color: #0c999c !important;
}

.btn-topmenu .topmenu:focus,
.topmenu: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;
}
/* 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;
}
.sm_menu_outer.active .mobile_menu {
    display: block;
}
.sm_menu_outer {
    height: calc(100vh - 50px);
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -9;
    width: 100%;
    opacity: 0;
    background-color: #000000;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.sm_menu_outer.active {
    opacity: 1;
    z-index: 999;
}
.sm_menu_outer .mobile_menu li.back a {
    padding: 20px 5px 20px 55px;
    /* background: url("../images/back.png") no-repeat scroll 15px center / 5% auto;*/
}
.sm_menu_outer .mobile_menu a {
    color: #ffffff;
    display: block;
    font: 14px/140% "Inter", Arial, sans-serif;
    letter-spacing: 1px;
    padding: 15px 15px;
    text-transform: uppercase;
    text-decoration: none;
}
/*Sub Menu anim */
.sm_menu_outer.slide .mobile_menu .submenu {
    background-color: #000000;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 999;
}
.sm_menu_outer.slide .mobile_menu li.active > .submenu {
    right: 0;
}
.sm_menu_outer .mobile_menu li {
    list-style-type: none;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0);
    border-image: linear-gradient(
            to right,
            rgba(0, 0, 0, 0) 0%,
            #2a2a2a 20%,
            #2a2a2a 50%,
            #2a2a2a 80%,
            rgba(0, 0, 0, 0) 100%
        )
        0 0 1 0;
    color: #ffffff;
}
.sm_menu_outer.slide .mobile_menu .sub-menu a {
    font-size: 12px !important;
    color: #ccc !important;
    margin-left: -20px;
}
.sm_menu_outer.slide .mobile_menu .sub-menu a:hover {
    background-color: #333;
}
.sm_menu_outer.slide .mobile_menu li.hasChild > a {
    /*  background: url("../images/next.png") no-repeat scroll 95% center / 5% auto;*/
}
/*Hamburger Animation */
#sm_menu_ham {
    cursor: pointer;
    float: right;
    height: 25px;
    position: fixed;
    right: 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 30px;
    top: 15px;
    right: 15px;
    z-index: 9999;
}
#sm_menu_ham span {
    background-color: #000;
    border-radius: 5px;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    width: 30px;
}
#sm_menu_ham span:nth-child(1) {
    top: 0;
}
#sm_menu_ham span:nth-child(2),
#sm_menu_ham span:nth-child(3) {
    top: 10px;
}
#sm_menu_ham span:nth-child(4) {
    top: 20px;
}
#sm_menu_ham.open span:nth-child(1) {
    left: 50%;
    top: 18px;
    width: 0;
}
#sm_menu_ham.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
#sm_menu_ham.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#sm_menu_ham.open span:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0;
}
@media (min-width: 1024px) {
    #sm_menu_ham,
    .sm_menu_outer {
        display: none;
    }
}
@media (max-width: 1024px) {
    .nervf-tel,
    .topmenu-link-right {
        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: 24px;
    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;
}
.title-name {
    font-size: 20px;
    font-weight: bold;
}
.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("../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("../images/arrow-down-acordion.png");
    transform: rotate(180deg);
}
/*******************megamenu*****************************************/
/* Responsive Mega Menu */
.header_area {
    background: #fff;
    position: fixed;
    width: 100%;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.navigation {
    width: 100%;
    height: 80px;
    display: table;
    position: relative;
    font-family: inherit;
    padding-top: 10px;
}
.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
.navigation-portrait {
    height: 48px;
}
.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998;
}
.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.align-to-right {
    float: right;
}
.nav-header {
    float: left;
    margin: 10px 10px 10px 0px;
}
.navigation-hidden .nav-header {
    display: none;
}
.nav-brand {
    line-height: 70px;
    padding: 0;
    color: #000;
    font-size: 24px;
    text-decoration: none;
}
.nav-brand:hover,
.nav-brand:focus {
    color: #000;
}
.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px;
}
.nav-logo > img {
    height: 48px;
    margin: 10px auto;
    float: left;
}
.nav-logo:focus > img {
    outline: initial;
}
.navigation-portrait .nav-logo > img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
}
.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 0;
    display: none;
    cursor: pointer;
}
.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #000;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #000, 0 1em 0 0 #000;
}
.navigation-portrait .nav-toggle {
    display: block;
}
.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
}
.navigation-portrait
    .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0;
}
.nav-menus-wrapper-close-button {
    width: 30px;
    height: 30px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #343a40;
    font-size: 20px;
    cursor: pointer;
}
.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
}
.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
}
.navigation-portrait .nav-menu {
    width: 100%;
}
.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
}
.navigation-landscape .nav-menu.nav-menu-centered > li {
    float: none;
}
.nav-menu > li {
    display: inline-block;
    float: left;
    text-align: left;
}
.navigation-portrait .nav-menu > li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0;
}
.navigation-portrait .nav-menu > li:last-child {
    border-bottom: solid 1px #f0f0f0;
}
.nav-menu + .nav-menu > li:first-child {
    border-top: none;
}
/*link*/
.nav-menu > li > a {
    height: 90px;
    padding: 26px 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    color: #005958;
    transition: color 0.3s, background 0.3s;
}
.navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px;
}
.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
    color: #0c999c;
}
.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    transform: scale(1.4);
}
.nav-menu > li > a > [class*="ion-"] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8);
}
.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
}
.nav-menu.nav-menu-social > li {
    text-align: center;
    float: none;
    border: none !important;
}
.navigation-portrait .nav-menu.nav-menu-social > li {
    width: auto;
}
.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
    font-size: 12px;
}
.nav-menu.nav-menu-social > li > a > .fa {
    font-size: 18px;
}
.navigation-portrait .nav-menu.nav-menu-social > li > a {
    padding: 15px;
}
.submenu-indicator {
    margin-left: 8px;
    margin-top: 4px;
    float: right;
    transition: all 0.2s;
}
.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000;
}
.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #999 #999 transparent;
    transform: rotate(45deg);
    transition: border 0.2s;
}
.navigation-portrait .submenu-indicator-chevron {
    border-color: transparent #999 #999 transparent;
    position: absolute;
    top: 18px;
    left: 24px;
}
.navigation-portrait:hover .submenu-indicator-chevron {
    border-color: transparent #999 #999 transparent;
}
.navigation-portrait .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}
.nav-dropdown > li .submenu-indicator-chevron {
    border-color: transparent #999 #999 transparent;
}
.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}
.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 32px;
}
.navigation-hidden .nav-search {
    display: none;
}
.nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.1);
}
.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px;
}
.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #fff;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    transform: rotate(-45deg);
}
.nav-search-icon:after,
.nav-search-icon:before {
    content: "";
    pointer-events: none;
}
.nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    transform: translateX(-50%);
}
.nav-search-button:hover .nav-search-icon {
    color: #000;
}
.nav-search > form {
    width: 100%;
    height: 100%;
    padding: 0;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #3243db;
    z-index: 99;
}
.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table;
}
.navigation-portrait .nav-search-inner {
    height: 48px;
}
.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 22px;
    text-align: center;
    color: #fff;
    outline: none;
    line-height: 70px;
    border: none;
    background-color: transparent;
    transition: all 0.3s;
}
.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
}
.nav-search input[type="search"]::placeholder {
    color: #fff;
    opacity: 1;
}
.nav-search input[type="search"]:-ms-input-placeholder {
    color: #fff;
}
.nav-search input[type="search"]::-ms-input-placeholder {
    color: #fff;
}
.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    outline: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}
.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px;
}
.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}
.nav-button:hover,
.nav-button:focus {
    color: #fff;
    text-decoration: none;
}
.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
}
.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px;
}
.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
}
.navigation-portrait .nav-text + ul {
    margin-top: 15px;
}
.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
}
.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
}
.nav-dropdown .nav-dropdown {
    left: 100%;
}
.nav-menu > li > .nav-dropdown {
    border-top: solid 1px #f0f0f0;
}
.nav-dropdown > li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}
.nav-dropdown > li > a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 13px;
    color: #343a40;
    background-color: #fdfdfd;
}
.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
    color: #0c999c;
}
.nav-dropdown.nav-dropdown-left {
    right: 0;
}
.nav-dropdown > li > .nav-dropdown-left {
    left: auto;
    right: 100%;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
    text-align: right;
}
.navigation-portrait .nav-dropdown > li > a {
    padding: 12px 20px 12px 30px;
}
.navigation-portrait .nav-dropdown > li > ul > li > a {
    padding-left: 50px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
    padding-left: 70px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
    padding-left: 90px;
}
.navigation-portrait
    .nav-dropdown
    > li
    > ul
    > li
    > ul
    > li
    > ul
    > li
    > ul
    > li
    > a {
    padding-left: 110px;
}
.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 10px;
    position: absolute;
}
.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
}
.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(-45deg);
}
.navigation-portrait
    .nav-dropdown
    .submenu-indicator
    .submenu-indicator-chevron {
    transform: rotate(45deg);
}
.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
    border-color: transparent #27ae60 #27ae60 transparent;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
}
.navigation-landscape
    .nav-dropdown.nav-dropdown-left
    .submenu-indicator
    .submenu-indicator-chevron {
    transform: rotate(135deg);
}
.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0;
}
.nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0;
}
.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
}
.nav-dropdown-horizontal > li {
    width: auto;
    clear: none;
    position: static;
}
.navigation-portrait .nav-dropdown-horizontal > li {
    width: 100%;
}
.nav-dropdown-horizontal > li > a {
    position: relative;
}
.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    transform: rotate(90deg);
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    transform: rotate(0deg);
}
.navigation-portrait
    .nav-dropdown-horizontal
    .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}
.megamenu-panel {
    width: 100%;
    padding: 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #f0f0f0;
    background-color: #fff;
    box-shadow: 0 15px 20px -5px rgba(0, 0, 0, 0.2);
}
.navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block;
}
.megamenu-panel [class*="container"] {
    width: 100%;
}
.megamenu-panel [class*="container"] [class*="col-"] {
    padding: 0;
}
.megamenu-panel-half {
    width: 50%;
}
.megamenu-panel-quarter {
    width: 25%;
}
.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
    width: 100%;
}
.megamenu-panel-row {
    width: 100%;
}
.megamenu-panel-row:before,
.megamenu-panel-row:after {
    display: table;
    content: "";
    line-height: 0;
}
.megamenu-panel-row:after {
    clear: both;
}
.megamenu-panel-row [class*="col-"] {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%;
}
.megamenu-panel-row [class*="col-"]:first-child {
    margin-left: 0;
}
.navigation-portrait .megamenu-panel-row [class*="col-"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px;
}
.navigation-portrait
    .megamenu-panel-row:first-child
    [class*="col-"]:first-child {
    margin-top: 0;
}
.megamenu-panel-row .col-1 {
    width: 5.583333333333%;
}
.megamenu-panel-row .col-2 {
    width: 14.166666666666%;
}
.megamenu-panel-row .col-3 {
    width: 22.75%;
}
.megamenu-panel-row .col-4 {
    width: 31.333333333333%;
}
.megamenu-panel-row .col-5 {
    width: 39.916666666667%;
}
.megamenu-panel-row .col-6 {
    width: 48.5%;
}
.megamenu-panel-row .col-7 {
    width: 57.083333333333%;
}
.megamenu-panel-row .col-8 {
    width: 65.666666666667%;
}
.megamenu-panel-row .col-9 {
    width: 74.25%;
}
.megamenu-panel-row .col-10 {
    width: 82.833333333334%;
}
.megamenu-panel-row .col-11 {
    width: 91.416666666667%;
}
.megamenu-panel-row .col-12 {
    width: 100%;
}
.megamenu-tabs {
    width: 100%;
    float: left;
    display: block;
}
.megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}
.navigation-portrait .megamenu-tabs-nav {
    width: 100%;
}
.megamenu-tabs-nav > li > a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff;
}
.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
    background-color: #f5f5f5;
}
.megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff;
}
.megamenu-tabs-pane.active {
    display: block;
}
.navigation-portrait .megamenu-tabs-pane {
    width: 100%;
}
.megamenu-lists {
    width: 100%;
    display: table;
}
.megamenu-list {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    float: left;
    list-style: none;
}
.megamenu-list:last-child {
    margin: 0;
    border: none;
}
.navigation-landscape .megamenu-list {
    margin: -15px 0;
    padding: 20px 0;
    border-right: solid 1px #f0f0f0;
}
.navigation-landscape .megamenu-list:last-child {
    border: none;
}
.megamenu-list > li > a {
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    color: #343a40;
    text-decoration: none;
    font-size: 16px;
}
.megamenu-list > li > a:hover {
    background-color: #005958;
    color: #fff;
}
.megamenu-list > li.megamenu-list-title > a {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #343a40;
}
.megamenu-list > li.megamenu-list-title > a:hover {
    background-color: transparent;
}
.navigation-landscape .list-col-2 {
    width: 50%;
}
.navigation-landscape .list-col-3 {
    width: 33%;
}
.navigation-landscape .list-col-4 {
    width: 25%;
}
.navigation-landscape .list-col-5 {
    width: 20%;
}
.nav-dropdown > li > a {
    color: #343a40;
    padding: 10px 20px;
    border-bottom: 1px solid #f6f6f6;
}
.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
    color: #0c999c;
}
.main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}
.navigation-portrait .nav-menu > li > a {
    color: #222;
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
}
/* Media Query Mega Menu */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .nav-brand img {
        margin-top: -10px !important;
    }
    .nav-dropdown > li > a,
    .megamenu-list > li > a {
        width: 65%;
    }
}
/********************contact__form**************************************/

.contact__form {
    width: 100%;
}
.contact-manager {
    width: 300px !important;
    float: right;
    /*background: #f1f1f1;*/
}
.manager__frame {
    margin: 0 auto;
}
.manager__name {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
}
.manager__phone {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    text-align: center;

    /* text-colors/text-main-light */

    color: #2b3541;
}
.nervf-contact-flex {
    display: flex;
    margin-top: 30px;
}
@media (max-width: 680px) {
    .nervf-contact-flex {
        flex-direction: column-reverse;
    }
    .contact-manager {
        margin-right: 20%;
    }
}
@media (max-width: 360px) {
    .contact-manager {
        margin-right: 0%;
    }
}
@media (max-width: 395px) {
    .contact-manager {
        margin-right: 5%;
    }
}
.callback-message {
    font-size: 18px;
}
.form__input:not(:last-of-type) {
    margin-bottom: 2em;
}
.form__input {
    margin: 0;
    margin-bottom: 0px;
}
.modal__input {
    display: block;
    width: 100%;
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 54px;
    font-size: 18px;
    font-weight: 300;
    border-radius: 8px;
    padding-left: 15px;
}
.modal__input:active,
.modal__input:focus {
    outline: none;
    box-shadow: none;
    border-color: #045c5e;
}
.button-colors:hover {
    opacity: 0.8;
}

.modal__btn {
    width: 100%;
    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 !important;

    /* background: #045C5E!important;*/
    background: #0c999c !important;

    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 6px;
    color: #fff;
    /*border: 2px solid #f4be34;*/
}
.button-colors {
    background: #0c999c !important;
    color: #fff;
    border: 2px solid #0c999c;
}
.button-colors:hover,
.button-colors:focus,
.button-colors:active {
    background: #0fc6ca !important;
    border-color: #0fc6ca !important;
}

/*fix catalog*/
.catalog_n_frame {
    width: 100%;
    height: 206px;
}
.catalog_n_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0;
}

/********************contact__form__end**************************************/
