body {
	font-family: "Poppins", Arial, sans-serif;
	background: #fff;
	font-size: 17px;
	line-height: 1.8;
	font-weight: 400;
	/*color: #999999;*/
	color: #212529;	
}

body.menu-show {
	overflow: hidden;
	position: fixed;
	height: 100%;
	width: 100%;
}

a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	color: #207dff;
}

a:hover, a:focus {
	text-decoration: none;
	color: #207dff;
	outline: none !important;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.9);
	font-weight: 400;
}

.text-primary {
	color: #207dff !important;
}

.top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
	background: black;
	background: #207dff;
	color: #fff;
	font-size: 14px;
}

.top .register-link {
	text-transform: uppercase;
}

.top .register-link a {
	color: #fff;
}

.top .register-link a:last-child {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	padding-left: 10px;
}

@media (max-width: 991.98px) {
	.top {
		display: none;
	}
}

.top a {
	color: #fff;
	font-size: 14px;
}

.top .icon svg {
	height: 16px;
	fill: #ffffff;
}

.ftco-navbar-light {
	background: rgba(255, 255, 255, 0.5) !important;
	position: absolute;
	top: 33px;
	left: 0;
	right: 0;
	z-index: 3;
	padding-top: 10px;
}

@media (max-width: 991.98px) {
	.ftco-navbar-light {
		background: #000000 !important;
		position: relative;
		top: 0;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.ftco-navbar-light .container {
	width: 1210px;
	margin: 0 auto;
	padding: 0;
}

.ftco-navbar-light .navbar-brand {
	color: #000000;
	padding-top: .7rem;
	padding-bottom: .7rem;
}

.ftco-navbar-light .navbar-brand:hover, .ftco-navbar-light .navbar-brand:focus {
	color: #000000 !important;
}

.viber-icon {width: 35px; height: 35px; margin: 0 10px;}
.navbar-viber {display:none;}
.social-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-left: 10px;
}

@media (max-width: 991.98px) {
	.navbar-viber {
    display: inherit;
}
	.ftco-navbar-light .navbar-brand {
		color: #fff;
		max-width: 150px;
    display: table;
    white-space: inherit;
    text-align: center;
    line-height: 1.4;
	}
}

@media (max-width: 991.98px) {
	.ftco-navbar-light .navbar-nav {
		padding-bottom: 20px;
		margin-right: 0;
	}
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
	font-size: 16px;
	padding-top: .7rem;
	padding-bottom: .7rem;
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
	font-weight: 400;
	opacity: 1 !important;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link span {
	position: relative;
	display: block;
	padding-bottom: 2px;
}

@media (max-width: 1199.98px) {
	.ftco-navbar-light .navbar-nav > .nav-item > .nav-link span {
		display: inline-block;
	}
	
	.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
	    padding-left: 10px;
	    padding-right: 10px;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link span:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background: #207dff;
	visibility: visible;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover span:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

@media (max-width: 991.98px) {
	.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 1rem;
		padding-top: 0;
		color: #fff;
	}
}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
	color: #fff;
	border: 1px solid #fe5f55;
	padding-top: .7rem;
	padding-bottom: .7rem;
	padding-left: 18px;
	padding-right: 18px;
	background: #fe5f55;
	margin-top: 0;
	font-size: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a span {
	display: inline-block;
	color: #fff;
}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a:hover {
	background: #207dff;
	border: 1px solid #207dff;
}

.ftco-navbar-light .navbar-nav > .nav-item.cta.cta-colored a {
	border: 1px solid #fe5f55;
	background: #fe5f55 !important;
}

.ftco-navbar-light .navbar-nav > .nav-item .nav-link.active {
	background: transparent;
	background: none;
	color: #207dff;
}

.ftco-navbar-light .navbar-nav > .nav-item .nav-link.active span:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

@media (max-width: 991.98px) {
	.ftco-navbar-light .navbar-nav > .nav-item.active > a {
		color: #207dff;
	}
}

.ftco-navbar-light .navbar-toggler {
	border: none;
	color: rgba(255, 255, 255, 0.5) !important;
	cursor: pointer;
	padding-right: 0;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .1em;
}

.ftco-navbar-light .navbar-toggler:hover, .ftco-navbar-light .navbar-toggler:focus {
	text-decoration: none;
	color: #207dff;
	outline: none !important;
}

.ftco-navbar-light.scrolled {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	margin-top: -130px;
	background: #fff !important;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	padding: 0 15px;
}

@media (max-width: 991.98px) {
	.ftco-navbar-light.scrolled .nav-item > .nav-link {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 20px !important;
	}
}

.ftco-navbar-light.scrolled .nav-item.active > a {
	color: #207dff !important;
}

.ftco-navbar-light.scrolled .nav-item.cta > a {
	color: #fff !important;
	background: #207dff;
	border: none !important;
	padding-top: 0.5rem !important;
	padding-bottom: .5rem !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin-top: 5px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

.ftco-navbar-light.scrolled .nav-item.cta > a span {
	display: inline-block;
	color: #fff !important;
}

.ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
	border-color: #207dff;
}

@media (max-width: 991.98px) {
	.ftco-navbar-light.scrolled .navbar-nav {
		background: none;
		border-radius: 0px;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
	}
}

.ftco-navbar-light.scrolled .navbar-toggler {
	border: none;
	color: rgba(0, 0, 0, 0.5) !important;
	border-color: rgba(0, 0, 0, 0.5) !important;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .1em;
}

.ftco-navbar-light.scrolled .nav-link {
	color: #000000 !important;
}

.ftco-navbar-light.scrolled .nav-link.active {
	color: #207dff !important;
}

.ftco-navbar-light.scrolled.awake {
	margin-top: 0px;
	-webkit-transition: .3s all ease-out;
	-o-transition: .3s all ease-out;
	transition: .3s all ease-out;
}

.ftco-navbar-light.scrolled.sleep {
	-webkit-transition: .3s all ease-out;
	-o-transition: .3s all ease-out;
	transition: .3s all ease-out;
}

.ftco-navbar-light.scrolled .navbar-brand {
	color: #000000;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 24px;
}

.ftco-navbar-light.scrolled .navbar-brand span {
	color: #207dff;
}

.navbar-brand {
	font-weight: 900;
	font-size: 24px;
}

.navbar-brand span {
	font-weight: 900;
}

.owl-carousel {
	position: relative;
}

.owl-carousel .owl-item {
	opacity: .4;
}

.owl-carousel .owl-item.active {
	opacity: 1;
}

.owl-carousel .owl-dots {
	text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: #e6e6e6;
	position: relative;
}

.owl-carousel .owl-dots .owl-dot:after {
	position: absolute;
	top: -2px;
	left: -2px;
	right: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	content: '';
	border: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
	outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
	background: #b3b3b3;
}

.hero-wrap {
	width: 100%;
	height: 700px;
	position: inherit;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

@media (max-width: 991.98px) {
	.hero-wrap {
		background-position: center center !important;
	}
}

.hero-wrap .slider-text {
	height: 700px;
}

.hero-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	opacity: 0;
	background: #000000;
}

.hero-wrap.hero-wrap-2 {
	height: 600px;
	position: relative;
	background-position: top center;
}

.hero-wrap.hero-wrap-2 .overlay {
	width: 100%;
	opacity: 0;
	background: #fff;
}

.hero-wrap.hero-wrap-2 .slider-text {
	height: 600px;
}

.slider-text .section-1 h3 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	/*color: #207dff;*/
	display: inline-block;
	margin-bottom: 20px;
	font-weight: 600;
}

.slider-text h1 {
	font-size: 64px;
	color: #000000;
	line-height: 1;
	font-weight: 700;
}

@media (max-width: 991.98px) {
	.slider-text h1 {
		font-size: 39px;
		text-align: center;
	}
	.slider-text p {
    font-size: 18px!important;
    font-weight: 400!important;
    color: #3f3f3f!important;
	text-shadow: 1px 1px 5px #ffffff;
	text-align: center;
}
	.slider-text .section-1 h3 {
    font-size: 22px;
    text-align: center;
}
	.ftco-intro h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}
	.modal-footer-phone {display: inline-block;}
	.inline-block {display: inline-block;}
	.contact-section .contact-list .contact-item {
    height: 100%!important;
}
}

.slider-text p {
	font-size: 20px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.5);
}

.slider-text p strong {
	font-weight: 700;
}

.slider-text p strong a {
	color: #000000;
}

.slider-text .breadcrumbs {
	font-size: 16px;
	margin-bottom: 20px;
	z-index: 99;
	font-weight: 400;
}

.slider-text .breadcrumbs span {
	color: rgba(0, 0, 0, 0.8);
}

.slider-text .breadcrumbs span i {
	color: rgba(0, 0, 0, 0.8);
}

.slider-text .breadcrumbs span a {
	color: black;
}

.slider-text .breadcrumbs span a:hover, .slider-text .breadcrumbs span a:focus {
	color: #207dff;
}

.slider-text .breadcrumbs span a:hover i, .slider-text .breadcrumbs span a:focus i {
	color: #207dff;
}

.slider-text .bread {
	font-weight: 700;
	color: #000000;
}

.bg-light {
	background: #f8f9fa !important;
}

.bg-primary {
	background: #207dff;
}

.bg-darken {
	background: #232931;
}

.btn {
	cursor: pointer;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
}

.btn:hover, .btn:active, .btn:focus {
	outline: none;
}

.btn.btn-primary {
	background: #207dff;
	border: 1px solid #207dff !important;
	color: #fff !important;
}

.btn.btn-primary:hover {
	border: 1px solid #207dff;
	background: #207dff;
	color: #207dff;
}

.btn.btn-primary.btn-outline-primary {
	border: 2px solid #207dff !important;
	background: transparent !important;
	color: #207dff !important;
}

.btn.btn-primary.btn-outline-primary:hover {
	border: 2px solid transparent !important;
	background: #207dff !important;
	color: #fff !important;
}

.btn.btn-secondary {
	background: #fe5f55 !important;
	border: 1px solid #fe5f55 !important;
	color: #fff !important;
}

.btn.btn-secondary:hover {
	border: 1px solid #fe5f55 !important;
	background: transparent !important;
	color: #fe5f55 !important;
}

.btn.btn-secondary.btn-outline-primary {
	border: 1px solid #fe5f55;
	background: transparent;
	color: #fe5f55;
}

.btn.btn-secondary.btn-outline-primary:hover {
	border: 1px solid transparent;
	background: #fe5f55;
	color: #fff;
}

.btn.btn-white {
	background: #fff !important;
	border: 1px solid #fff !important;
	color: #000000 !important;
}

.btn.btn-white:hover {
	border: 1px solid #000000;
	background: #fff !important;
	color: #fff;
}

.btn.btn-white.btn-outline-primary {
	border: 1px solid #207dff;
	background: transparent;
	color: #207dff;
}

.btn.btn-white.btn-outline-primary:hover {
	border: 1px solid transparent;
	background: #207dff;
	color: #fff;
}

.btn.btn-black {
	background: #000000 !important;
	border: 1px solid #000000 !important;
	color: #fff !important;
}

.btn.btn-black:hover {
	border: 1px solid #fff !important;
	background: #fff !important;
	color: #000000 !important;
}

.btn.btn-black.btn-outline-primary {
	border: 1px solid #207dff;
	background: transparent;
	color: #207dff;
}

.btn.btn-black.btn-outline-primary:hover {
	border: 1px solid transparent;
	background: #207dff;
	color: #fff;
}

.ftco-intro {
	padding: 8em 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	color: rgba(255, 255, 255, 0.8);
	background: #207dff;
}

.ftco-intro .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	opacity: .7;
	background: #207dff;
}

@media (max-width: 991.98px) {
	.ftco-intro {
		background-position: center center !important;
	}
}

.ftco-intro h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 800;
}

.ftco-intro h2 span {
	background: #207dff;
}

.ftco-facts {
	padding: 8em 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	color: rgba(255, 255, 255, 0.8);
	background: #207dff;
}

.ftco-facts .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	opacity: .8;
	background: #207dff;
}

.ftco-facts .section-1 h3 {
	margin-bottom: 20px !important;
}

.ftco-facts h2 span {
	background: #207dff;
}

.ftco-services-2 .services {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 0;
	margin-bottom: 30px;
}

.ftco-services-2 .services .icon {
	line-height: 1.3;
	position: relative;
	margin-bottom: 20px;
	width: 80px;
	height: 80px;
	z-index: 1;
	margin-bottom: 20px;
	background: #ffeeed;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.ftco-services-2 .services .icon span {
	font-size: 50px;
	color: #fe5f55;
}

.ftco-services-2 .services .media-body h3 {
	font-size: 20px;
	font-weight: 500;
	font-family: "Poppins", Arial, sans-serif;
}

.appointment-wrap {
	width: 100%;
}

.appointment-wrap h3 {
	font-size: 16px;
	margin-bottom: 30px;
	color: #207dff;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 600;
}

.appointment-form {
	width: 100%;
}

.appointment-form .form-group {
	position: relative;
	width: 100%;
	display: block;
}

.appointment-form .form-group .icon {
	position: absolute;
	top: 50% !important;
	right: 15px;
	font-size: 16px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.appointment-form .form-group .icon span {
	color: rgba(0, 0, 0, 0.2) !important;
}

.appointment-form .form-group .select-wrap, .appointment-form .form-group .input-wrap {
	position: relative;
}

.appointment-form .form-group .select-wrap select, .appointment-form .form-group .input-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.appointment-form .form-group .btn {
	width: 100%;
	display: block !important;
}

.appointment-form .form-control {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	height: 58px !important;
	padding-left: 15px;
	padding-right: 15px;
	background: #fff !important;
	color: rgba(0, 0, 0, 0.5) !important;
	font-size: 16px;
	border-radius: 30px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.appointment-form .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(0, 0, 0, 0.5);
}

.appointment-form .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(0, 0, 0, 0.5);
}

.appointment-form .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(0, 0, 0, 0.5);
}

.appointment-form .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(0, 0, 0, 0.5);
}

.appointment-form .form-control:focus, .appointment-form .form-control:active {
	border-color: #fff;
}

.appointment-form textarea.form-control {
	height: inherit !important;
}

.aside-stretch {
	background: #539bff;
}

.aside-stretch:after {
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	content: '';
	width: 360%;
	background: #539bff;
}

@media (max-width: 767.98px) {
	.aside-stretch {
		background: transparent;
	}

	.aside-stretch:after {
		background: transparent;
		display: none;
	}
}

.form-control {
	height: 52px !important;
	background: #fff !important;
	color: #000000 !important;
	font-size: 18px;
	border-radius: 5px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.form-control:focus, .form-control:active {
	border-color: #000000;
}

textarea.form-control {
	height: inherit !important;
}

.ftco-vh-100 {
	height: 100vh;
}

@media (max-width: 1199.98px) {
	.ftco-vh-100 {
		height: inherit;
		padding-top: 5em;
		padding-bottom: 5em;
	}
}

.ftco-animate {
	opacity: 0;
	visibility: hidden;
}

.bg-primary {
	background: #207dff !important;
}

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

.img-dept {
	width: 100%;
	display: block;
}


.staff {
	overflow: hidden;
	/*padding-bottom: 30px;*/
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.staff .img-wrap {
	height: 400px;
}

.staff .img {
	width: 100%;
	display: block;
	background-position: top center;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}

.staff .img:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	content: '';
	opacity: 0;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.staff .text {
	position: relative;
	background: #fff;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.staff .text h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 0;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.staff .text .position {
	text-transform: uppercase;
	color: #b3b3b3;
	color: #207dff;
	display: block;
	letter-spacing: 3px;
	font-size: 12px;
	font-weight: 600;
}

.staff .text .faded {
	opacity: 1;
}

.staff .ftco-social {
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	padding: 15px 10px;
	background: #fff;
	opacity: 0;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.staff .ftco-social li a {
	color: #fe5f55;
}

.staff:hover .ftco-social, .staff:focus .ftco-social {
	opacity: 1;
	top: -40px;
}

.staff:hover .img, .staff:focus .img {
	margin-top: -10px;
}

.staff:hover .img:after, .staff:focus .img:after {
	opacity: .5;
}

.staff:hover .text h3, .staff:focus .text h3 {
	color: #207dff;
}

.ftco-social {
	padding: 0;
}

.ftco-social li {
	list-style: none;
	margin-right: 10px;
	display: inline-block;
}

.ftco-section {
	padding: 2em 0 0;
	position: relative;
}

@media (max-width: 767.98px) {
	.ftco-section {
		padding: 6em 0;
	}
}

.ftco-no-pt {
	padding-top: 0 !important;
}

.ftco-no-pb {
	padding-bottom: 0 !important;
}

.ftco-bg-dark {
	background: #3c312e;
}

.ftco-footer {
	font-size: 16px;
	background: #b9d6ff;
	padding: 7em 0;
	z-index: 0;
	position: relative;
}

.ftco-footer .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	opacity: .7;
	background: #fff;
}

.ftco-footer .ftco-footer-logo {
	text-transform: uppercase;
	letter-spacing: .1em;
}

.ftco-footer .ftco-footer-widget h2 {
	font-weight: normal;
	color: #000000;
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: 500;
}

.ftco-footer .ftco-footer-widget h2 span a {
	color: #207dff;
}

.ftco-footer .ftco-footer-widget ul li {
	margin-bottom: 10px;
}

.ftco-footer .ftco-footer-widget ul li a {
	color: rgba(0, 0, 0, 0.6);
	color: #207dff;
}

.ftco-footer .ftco-footer-widget ul li a span {
	color: rgba(255, 255, 255, 0.6);
	color: #207dff;
}

.ftco-footer .ftco-footer-widget .btn-primary {
	background: #fff !important;
	border: 2px solid #fff !important;
}

.ftco-footer .ftco-footer-widget .btn-primary:hover {
	background: #fff;
	border: 2px solid #fff !important;
}

.ftco-footer p {
	color: rgba(0, 0, 0, 0.7);
}

.ftco-footer a {
	color: rgba(0, 0, 0, 0.7);
	color: #207dff;
}

.ftco-footer a:hover {
	color: #fff;
}

.ftco-footer .ftco-heading-2 {
	font-size: 17px;
	font-weight: 400;
	color: #000000;
}

.ftco-footer-social li {
	list-style: none;
	margin: 0 10px 0 0;
	display: inline-block;
}

.ftco-footer-social li a {
	height: 50px;
	width: 50px;
	display: block;
	background: #207dff;
	border-radius: 50%;
	position: relative;
}

.ftco-footer-social li a span {
	position: absolute;
	font-size: 26px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff !important;
}

.footer-small-nav > li {
	display: inline-block;
}

.footer-small-nav > li a {
	margin: 0 10px 10px 0;
}

.footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
	color: #207dff;
}

.media .ftco-icon {
	width: 100px;
}

.media .ftco-icon span {
	color: #207dff;
}

#map {
	height: 600px;
	width: 100%;
}

@media (max-width: 767.98px) {
	#map {
		height: 300px;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(32, 125, 255, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 30px rgba(32, 125, 255, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(32, 125, 255, 0);
	}
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(32, 125, 255, 0.4);
		-webkit-box-shadow: 0 0 0 0 rgba(32, 125, 255, 0.4);
		box-shadow: 0 0 0 0 rgba(32, 125, 255, 0.4);
	}
	70% {
		-moz-box-shadow: 0 0 0 30px rgba(32, 125, 255, 0);
		-webkit-box-shadow: 0 0 0 30px rgba(32, 125, 255, 0);
		box-shadow: 0 0 0 30px rgba(32, 125, 255, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(32, 125, 255, 0);
		-webkit-box-shadow: 0 0 0 0 rgba(32, 125, 255, 0);
		box-shadow: 0 0 0 0 rgba(32, 125, 255, 0);
	}
}

.heading-section .subheading {
	font-size: 18px;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.3);
	color: #207dff;
	letter-spacing: 2px;
	font-weight: 600;
}

.heading-section h2 {
	line-height: 1.2;
	font-size: 44px;
	font-weight: 700;
}

.heading-section h2 em {
	color: #207dff;
}

.heading-section h2 em.number {
	color: #207dff;
}

@media (max-width: 767.98px) {
	.heading-section h2 {
		font-size: 28px;
	}
}

.heading-section.heading-section-white .subheading {
	color: rgba(255, 255, 255, 0.9) !important;
}

.heading-section.heading-section-white h2 {
	color: #fff;
}

.heading-section.heading-section-white p {
	color: rgba(255, 255, 255, 0.9);
}

.img,
.blog-img,
.user-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center -150px;
}

.testimony-section {
	position: relative;
	background: #207dff;
	overflow: hidden;
}

.testimony-section .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	opacity: .7;
	background: #207dff;
}

.testimony-section .owl-carousel {
	margin: 0;
}

.testimony-section .owl-carousel .owl-stage-outer {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}

.testimony-section .owl-nav {
	position: absolute;
	bottom: 60px !important;
	left: 0;
	right: 0;
	margin: 0 auto;
}

@media (max-width: 991.98px) {
	.testimony-section .owl-nav {
		display: none;
	}
}

.testimony-section .owl-nav .owl-prev,
.testimony-section .owl-nav .owl-next {
	position: absolute;
	width: 60px;
	height: 60px;
	background: #fff !important;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
	opacity: 1;
}

.testimony-section .owl-nav .owl-prev span:before,
.testimony-section .owl-nav .owl-next span:before {
	font-size: 20px;
	margin-top: 7px;
	color: #000000;
}

.testimony-section .owl-nav .owl-prev {
	top: 0 !important;
	right: 0 !important;
}

@media (min-width: 992px) {
	.testimony-section .owl-nav .owl-prev {
		right: 61px !important;
	}
	.hide-pc {display:none;}
}

.testimony-section .owl-nav .owl-prev:hover, .testimony-section .owl-nav .owl-prev:focus {
	background: #000000 !important;
	outline: none !important;
}

.testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before {
	font-size: 20px;
	margin-top: 7px;
	color: #fff;
}

.testimony-section .owl-nav .owl-next {
	top: 0 !important;
	right: 0 !important;
}

@media (min-width: 992px) {
	.testimony-section .owl-nav .owl-next {
		right: 0 !important;
	}
}

.testimony-section .owl-nav .owl-next:hover, .testimony-section .owl-nav .owl-next:focus {
	background: #000000 !important;
	outline: none !important;
}

.testimony-section .owl-nav .owl-next:hover span:before, .testimony-section .owl-nav .owl-next:focus span:before {
	font-size: 24px;
	margin-top: 7px;
	color: #fff;
}

.testimony-section .owl-dots {
	text-align: center;
}

.testimony-section .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
}

.testimony-section .owl-dots .owl-dot.active {
	background: #fff;
}

.testimony-wrap {
	display: block;
	position: relative;
	color: rgba(255, 255, 255, 0.7);
}

.testimony-wrap .user-img {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
	background-position: top center;
}

.testimony-wrap .user-img .quote {
	position: absolute;
	bottom: -10px;
	right: 0;
	width: 40px;
	height: 40px;
	background: #fe5f55;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.testimony-wrap .user-img .quote i {
	color: #fff;
}

.testimony-wrap .text {
	padding-top: 6em;
	margin-top: -65px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.testimony-wrap .name {
	font-weight: 400;
	margin-bottom: 0;
	color: #fff;
}

.testimony-wrap .position {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}

@media (max-width: 767.98px) {
	.about-image {
		height: 400px;
		margin-bottom: 30px;
	}
}

@media (max-width: 767.98px) {
	.about-image {
		height: 400px;
		margin-bottom: 30px;
	}
}

.image-popup {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

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

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

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

#section-counter {
	position: relative;
	z-index: 0;
}

#section-counter:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: '';
	z-index: -1;
	opacity: 0;
	background: #000000;
}

@media (max-width: 1199.98px) {
	.ftco-counter {
		background-position: center center !important;
	}
}

.ftco-counter .img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

@media (max-width: 991.98px) {
	.ftco-counter .img {
		height: 350px;
	}
}

@media (max-width: 767.98px) {
	.ftco-counter .btn {
		display: block;
		margin-bottom: 5px;
	}
}

.ftco-counter .text {
	display: inline-block;
}

.ftco-counter .text p {
	font-size: 24px;
	line-height: 1;
}

.ftco-counter .text span.number {
	font-weight: 400;
	color: #000000;
	font-size: 30px;
	font-weight: 400;
}

.ftco-counter .text span {
	color: black;
	margin-bottom: 10px;
	font-weight: 500;
	display: inline-block;
	letter-spacing: 1px;
	font-size: 18px;
}

.ftco-counter {
	overflow-x: hidden;
	position: relative;
}

@media (max-width: 1199.98px) {
	.ftco-counter {
		background-position: center center !important;
	}
}

.ftco-counter .block-18 {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.ftco-counter .text strong.number {
	font-weight: 800;
	font-size: 44px;
	color: #fff;
	display: block;
}

.ftco-counter .text span {
	display: block;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	letter-spacing: 0;
}

.ftco-counter .counter-wrap {
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.2);  */
}

@media (min-width: 992px) {
	.ftco-counter .counter-wrap:nth-child(even) {
		border-left: 1px solid rgba(255, 255, 255, 0.2);
	}

	.ftco-counter .counter-wrap:last-child {
		border-bottom: none;
	}

	.ftco-counter .counter-wrap:nth-child(3) {
		border-bottom: none;
	}
}

@media (max-width: 767.98px) {
	.ftco-counter .counter-wrap {
		margin-bottom: 20px;
	}
}

.block-16 figure {
	position: relative;
	width: inherit;
}

.block-16 figure .img {
	width: 100%;
	height: 500px;
}

.block-16 figure .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 40px;
	width: 90px;
	height: 90px;
	background: #207dff;
	display: block;
	border-radius: 50%;
	opacity: 1;
}

.block-16 figure .play-button:hover {
	background: #207dff;
}

.block-16 figure .play-button > span {
	position: absolute;
	left: 55%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
}

.block-20 {
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: 250px;
	width: 100%;
	position: relative;
	display: block;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.blog-entry {
		margin-bottom: 60px;
	}
}

@media (max-width: 767.98px) {
	.blog-entry {
		margin-bottom: 30px;
	}
}

.blog-entry .text {
	position: relative;
	border-top: 0;
	border-radius: 2px;
	width: 100%;
}

.blog-entry .text .tag {
	color: #b3b3b3;
}

.blog-entry .text .heading {
	font-size: 22px;
	margin-bottom: 16px;
}

.blog-entry .text .heading a {
	color: #000000;
}

.blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
	color: #207dff;
}

.blog-entry .text .meta-chat {
	color: #fe5f55;
}

.blog-entry .text .read {
	color: #000000;
	font-size: 14px;
}

.blog-entry .meta > div {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}

.blog-entry .meta > div a {
	color: #fe5f55;
	font-size: 12px;
}

.blog-entry .meta > div a:hover {
	color: black;
}

.block-23 ul {
	padding: 0;
}

.block-23 ul li, .block-23 ul li > a {
	display: table;
	line-height: 1.5;
	margin-bottom: 15px;
}

.block-23 ul li span {
	color: rgba(0, 0, 0, 0.7);
}

.block-23 ul li .icon, .block-23 ul li .text {
	display: table-cell;
	vertical-align: top;
}

.block-23 ul li .icon {
	width: 40px;
	font-size: 18px;
	padding-top: 2px;
	color: black;
}

.block-6 .media-body p {
	font-size: 16px;
}

.block-27 ul {
	padding: 0;
	margin: 0;
}

.block-27 ul li {
	display: inline-block;
	margin-bottom: 4px;
	font-weight: 400;
}

.block-27 ul li a, .block-27 ul li span {
	color: #fe5f55;
	text-align: center;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #cccccc;
}

.block-27 ul li.active a, .block-27 ul li.active span {
	background: #fe5f55;
	color: #fff;
	border: 1px solid transparent;
}

.contact-section .contact-info p a {
	color: #1a1a1a;
}

.contact-section .box {
	width: 100%;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

@media (max-width: 991.98px) {
	.contact-section .box {
		margin-bottom: 30px;
	}
}

.contact-section .box .icon {
	width: 100px;
	height: 100px;
	background: white;
	margin: 0 auto;
	margin-bottom: 2em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.contact-section .box .icon span {
	color: #207dff;
	font-size: 30px;
}

.contact-section .box h3 {
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
}

.contact-section .contact-form {
	width: 100%;
}

.block-9 .form-control {
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	font-size: 15px;
}

.block-21 .blog-img {
	display: block;
	height: 80px;
	width: 80px;
}

.block-21 .text {
	width: calc(100% - 100px);
}

.block-21 .text .heading {
	font-size: 18px;
	font-weight: 300;
}

.block-21 .text .heading a {
	color: #000000;
}

.block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
	color: #207dff;
}

.block-21 .text .meta > div {
	display: inline-block;
	margin-right: 5px;
}

.block-21 .text .meta > div a {
	text-transform: uppercase;
	font-size: 12px;
	color: #b3b3b3;
}

/* Blog*/
.post-info {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	letter-spacing: .1em;
}

.post-info > div {
	display: inline-block;
}

.post-info > div .seperator {
	display: inline-block;
	margin: 0 10px;
	opacity: .5;
}

.tagcloud a {
	text-transform: uppercase;
	display: inline-block;
	padding: 4px 10px;
	margin-bottom: 7px;
	margin-right: 4px;
	border-radius: 4px;
	color: #000000;
	border: 1px solid #f2f2f2;
	font-size: 11px;
	background: #f2f2f2;
}

.tagcloud a:hover {
	border: 1px solid #000;
}

.comment-form-wrap {
	clear: both;
}

.comment-list {
	padding: 0;
	margin: 0;
}

.comment-list .children {
	padding: 50px 0 0 40px;
	margin: 0;
	float: left;
	width: 100%;
}

.comment-list li {
	padding: 0;
	margin: 0 0 30px 0;
	float: left;
	width: 100%;
	clear: both;
	list-style: none;
}

.comment-list li .vcard {
	width: 80px;
	float: left;
}

.comment-list li .vcard img {
	width: 50px;
	border-radius: 50%;
}

.comment-list li .comment-body {
	float: right;
	width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
	font-size: 20px;
}

.comment-list li .comment-body .meta {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .1em;
	color: #ccc;
}

.comment-list li .comment-body .reply {
	padding: 5px 10px;
	background: #e6e6e6;
	color: #000000;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .1em;
	font-weight: 400;
	border-radius: 4px;
}

.comment-list li .comment-body .reply:hover {
	color: #fff;
	background: black;
}

.search-form {
	background: #f2f2f2;
	padding: 10px;
}

.search-form .form-group {
	position: relative;
	margin-bottom: 0;
}

.search-form .form-group input {
	padding-right: 50px;
	font-size: 14px;
}

.search-form .icon {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sidebar-box {
	margin-bottom: 30px;
	padding: 25px;
	font-size: 15px;
	width: 100%;
}

.sidebar-box h3 {
	font-size: 18px;
	margin-bottom: 15px;
}

.sidebar-box .heading-sidebar {
	font-weight: 500;
	margin-bottom: 20px;
}

.categories, .sidelink {
	padding: 0;
	margin: 0;
}

.categories li, .sidelink li {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dee2e6;
	list-style: none;
}

.categories li:last-child, .sidelink li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

.categories li a, .sidelink li a {
	display: block;
	color: #1a1a1a;
}

.categories li a span, .sidelink li a span {
	position: absolute;
	right: 0;
	top: 0;
	color: #ccc;
}

.categories li.active a, .sidelink li.active a {
	color: #000000;
	font-style: italic;
}

#ftco-loader {
	position: fixed;
	width: 96px;
	height: 96px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
	border-radius: 16px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
	-o-transition: opacity .2s ease-out, visibility 0s linear .2s;
	transition: opacity .2s ease-out, visibility 0s linear .2s;
	z-index: 1000;
}

#ftco-loader.fullscreen {
	padding: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#ftco-loader.show {
	-webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
	-o-transition: opacity .4s ease-out, visibility 0s linear 0s;
	transition: opacity .4s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}

#ftco-loader .circular {
	-webkit-animation: loader-rotate 2s linear infinite;
	animation: loader-rotate 2s linear infinite;
	position: absolute;
	left: calc(50% - 24px);
	top: calc(50% - 24px);
	display: block;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

#ftco-loader .path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: loader-dash 1.5s ease-in-out infinite;
	animation: loader-dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loader-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loader-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -136px;
	}
}

@keyframes loader-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -136px;
	}
}
.head-viber-icon {    width: 25px;
    height: 25px;
    margin: 0 15px;}