﻿/*
Description:
		1 - Including files ("fonts.css", "reset.css" and others)
		2 - Tags styles and General styles
		3 - header
		4 - .content
		5 - footer
		* - @media rules
*/

/* 1 - BEGIN of Including files ("fonts.css", "reset.css" and others) ---------------------------------------------------------- */

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

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

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

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

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

/* BEGIN of CSS RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

/* END of CSS RESET */

/* 1 - END of Including files ("fonts.css", "reset.css" and others) ---------------------------------------------------------- */
/* 2 - BEGIN of Tags and General styles ---------------------------------------------------------- */

body {
	min-height: 500px;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	line-height: 1.85;
	font-weight: 300;
	color: #262637;
}

a {
	text-decoration: none;
	outline: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover {
	opacity: 0.7;
	text-decoration: none;
	color: inherit;
	outline: none;
}

a:active {
	opacity: 0.6;
	outline: none;
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline: none;
	color: inherit;
	text-decoration: none;
}

button, input, textarea, select {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

button:hover, input:hover, textarea:hover, select:hover {
	opacity: 0.8;
}

strong {
	font-weight: 700;
	color:#262637;
}

em {
	font-style: italic;
}

img {
	max-width: 100%;
}

h1 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 70px;
	line-height: 1.2;
	font-weight: 600;
}

h2 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 50px;
	line-height: 1.2;
	font-weight: 700;
}

h3 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 700;
}

h4 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
}

h5 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 18px;
	font-weight: 400;
}

h6 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 16px;
}

blockquote {
	margin: 0 0 0;
	padding: 0 0 20px;
	font-size: 33px;
	line-height: 1.5;
	font-weight: 400;
	display: block;
}

p {
	padding: 0 0 20px;
}

ul, ol {
	padding: 0 0 15px 20px;
}

ul ol, ul ul, ol ul, ol ol {
	padding-bottom: 0;
}

.clear:before, .clear:after {
	content: "";
	display: block;
	clear: both;
}

.hide, .hidden {
	display: none;
}

.content-wrapper {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

.alignleft, img.alignleft {
	float: left;
	display: block;
	margin: 0 5px 0 0;
}

.alignright, img.alignright {
	float: right;
	display: block;
	margin: 0 0 0 5px;
}

.aligncenter, img.aligncenter {
	float: none;
	display: block;
	margin: 0 auto 0;
}

.alignnone, img.alignnone {
	margin: 0 0 0;
	display: block;
}

/* 2 - END of Tags styles and General styles ---------------------------------------------------------- */
/* 3 - BEGIN of header ---------------------------------------------------------- */

header {
	padding: 50px 0 50px;
	position: absolute;
	z-index: 60;
	left: 0;
	right: 0;
	top: 0;
}

.navbar, header, .logo, header + * {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.header-fixed {
	position: absolute;
	z-index: 60;
	left: 0;
	right: 0;
	top: 0;
}

.logo {
	float: none;
	display: inline-block;
	margin: 0 auto 0;
	padding: 0 0 0;
	color: #ffffff;
}

.logo:hover {
	color: #ffffff;
}

.logo img {
	max-width: 54px;
	display: block;
	margin: 0 auto 0;
	padding: 0 0 0;
}

.logo h2 {
	font-size: 46px;
	font-weight: 600;
	padding: 1px 0 2px;
	margin: 0 0 0;
	line-height: 1;
}

.logo h4 {
	font-size: 19px;
	font-weight: 500;
	padding: 0 0 0;
	margin: 0 0 0;
	line-height: 1;
}

header .container-fluid {
	padding: 0 30px;
}

html header .btn-main {
	font-size: 17px;
	min-width: 140px;
	padding: 16px 30px 16px;
	font-weight: 500;
}

/*  */

.main-nav-wr {
	position: fixed;
	z-index: 5;
	overflow: auto;
	top: 0;
	bottom: 0;
	right: auto;
	left: -500px;
	text-align: center;
	color: #ffffff;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.main-nav-wr.active {
	left: 0;
}

.main-nav-inner {
	padding: 100px 35px 30px;
	min-width: 400px;
	position: absolute;
	z-index: 5;
	overflow: auto;
	top: 0;
	bottom: 0;
	height: 100%;
	right: 0;
	margin: 0 0 0;
}

.main-nav-inner .img-wr {
	clear: both;
}

.main-nav-inner .btn-main {
	display: block;
	max-width: 280px;
	padding: 20px 25px 20px;
	margin: 0 auto 25px;
	font-size: 20px;
}

body .main-nav-inner .btn-main-nav {
	opacity: 1;
	position: absolute;
	margin: 30px 30px 0;
	padding: 0 0 0;
	right: 0;
	top: 0;
}

.main-nav-inner .btn-main-nav .icon-bar {
	background: #ffffff;
}

.main-nav-inner .social-links {
	padding: 15px 0 15px;
	margin: 0 0 0;
}

.main-nav-wr ul {
	padding: 15px 0 15px;
	margin: 0 0 0;
}

.main-nav-wr li {
	margin: 0 0 10px;
	padding: 0 0 0;
	list-style: none;
	position: relative;
}

.main-nav-wr li:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 2px solid;
	margin: auto;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	width: 0;
}

.main-nav-wr li:hover:after {
	width: 50px;
}

.main-nav-wr a {
	margin: 0 0 0;
	padding: 0 0 0;
	font-size: 28px;
	font-weight: 300;
	letter-spacing: 0;
	color: #ffffff;
	display: block;
	position: relative;
}

.main-nav-wr * {
	position: relative;
	z-index: 5;
}

.main-nav-wr.active:before {
	content: "";
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: fixed;
	background-color: rgba(0,0,0,.5);
}

/*  */

.icon-hamubrger {
	min-height: 19px;
	display: block;
	float: right;
	position: relative;
}

.btn-main-nav:hover .icon-bar:nth-of-type(1) {
	-webkit-transform: translateY(4px) translateX(-3px) rotate(-45deg);
	transform: translateY(4px) translateX(-3px) rotate(-45deg);
	width: 15px;
}

.btn-main-nav:hover .icon-bar:nth-of-type(3) {
	-webkit-transform: translateY(-4px) translateX(-3px) rotate(45deg);
	transform: translateY(-4px) translateX(-3px) rotate(45deg);
	width: 15px;
}

.btn-main-nav .icon-bar {
	position: relative;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.btn-main-nav.active .icon-hamubrger .icon-bar {
	margin: 0;
	height: 2px;
	width: 35px;
}

.btn-main-nav.active .icon-hamubrger  .icon-bar:nth-of-type(1) {
	top: 8px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-main-nav.active .icon-bar:nth-of-type(2) {
	background-color: transparent;
}

.btn-main-nav:hover {
	opacity: 1;
}

.btn-main-nav.active .icon-hamubrger .icon-bar:nth-of-type(3) {
	top: 4px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

body .btn-main-nav {
	padding: 16px 25px 16px 25px;
	margin: 0 0 0;
	border: none;
	min-height: 30px;
	z-index: 25;
	border-radius: 3px;
	outline: none;
	display: block;
	float: left;
	position: relative;
	right: 0;
	top: 0;
	text-transform: uppercase;
}

.btn-main-nav.active i {
	display: none;
}

.btn-main-nav .icon-bar+.icon-bar {
	margin-top: 5px;
}

.btn-main-nav .icon-bar {
	width: 27px;
	height: 3px;
	background: #262637;
	display: block;
}

.btn-main-nav i {
	float: left;
	position: relative;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: inherit;
	font-size: 18px;
	line-height: 1;
	margin: 0 0 0;
	padding: 1px 13px 0 0;
	font-weight: 500;
	letter-spacing: -.025em;
}

.btn-main-nav:after {
	content: "";
	display: block;
	clear: both;
}

.btn-main-nav.active {
	background: transparent;
	opacity: 0;
}

/*  */

/* width */
header *::-webkit-scrollbar {
  width: 10px;
}

/* Track */
header *::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, .6);
}

/* Handle */
header *::-webkit-scrollbar-thumb {
  background: #2be0b5;
  border-radius: 10px;
  box-shadow: inset 0 0 5px #000000;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .6);
}

/* spinner css start */

.spinner-wr {
	background: #2be0b5;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;

	/*!!!!!!!!!!!!!!!!!!!!!!!*/
	/* display: none; */
}

.spinner {
	margin: auto;
	width: 70px;
	height: 22px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
	-webkit-transform: scale(0);
	transform: scale(0);
  } 40% {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
  }
}

/* spinner css end */
/* back-to-top css start */

.back-to-top {
	position: fixed;
	bottom: 5px;
	right: 4px;
	z-index: 99;
	width: 44px;
	height: 44px;
	padding: 0 0 0;
	margin: 0 0 0;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	background: transparent url('img/i-arr-up.png') no-repeat center center;
	cursor: pointer;
	text-decoration: none;
	text-indent: -9999px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0;
}

.back-to-top.show {
	opacity: 1;
}

.back-to-top:not(.show):hover {
	opacity: 0;
	cursor: default;
}

.back-to-top:hover {
	-moz-animation: bounce 1.5s infinite;
	-webkit-animation: bounce 1.5s infinite;
	animation: bounce 1.5s infinite;
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-moz-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

/* back-to-top css end */

#ho_adv {
	display: none;
	position: absolute;
	width: 0;
	height: 0;
	left: -9999px;
}

/* 3 - END of header ---------------------------------------------------------- */
/* 4 - BEGIN of .content ---------------------------------------------------------- */

.content {
	position: relative;
}

.box-wr {
	padding: 50px 0 50px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.block-rounded-top {

	clip-path: ellipse(200% 100% at 50% 100%);

/*     border-top-left-radius: 90% 13%;
	border-top-right-radius: 90% 13%;
	overflow: hidden;
	margin: 0 -25px 0; */
}

.block-rounded-bottom {

	clip-path: ellipse(130% 100% at 50% 0%);

/*  border-bottom-left-radius: 90% 13%;
	border-bottom-right-radius: 90% 13%;
	overflow: hidden;
	margin: 0 -25px 0; */
}



/* BEGIN color styles */

html body .bg-theme-semitransparent {
	/* background-color: #0e4853; */
	/* background-color: rgba(14, 72, 83, .9) */
}

html body .bg-theme {
	background-color: #2be0b5;
	color: #262637;
}

html body .bg-dark {
	background-color: #262637;
	color:  #ffffff;
}

html body .bg-gray {
	background-color: #fafafa;
}

html body .bg-white {
	background-color: #ffffff;
}

html body .bg-gray-darker {
	background-color: #f4f4f4;
}

/*  */

html body .color-theme {
	color: #2be0b5;
}

html body .color-dark {
	color: #262637;
}

html body .color-gray {
	color: #777777;
}

/* END color styles */


.img-wr {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.img-wr img {
	display: block;
	margin: 0 auto 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.img-wr > a {
	display: block;
	overflow: hidden;
	width: 100%;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}

.img-wr:hover a img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}


.bordered-bottom {
	padding: 0 0 25px;
	margin: 0 0 25px;
	position: relative;
	border: none;
}

.bordered-bottom:after {
	width: 60px;
	border-bottom: 4px solid;
	left: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: block;
	position: absolute;
}

.text-center .bordered-bottom:after, .text-center.bordered-bottom:after {
	right: 0;
}

.text-left.bordered-bottom:after {
	right: auto;
}

/*  */

.slide-item {
	outline: none;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.pos-bottom {
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
}

.display-inline-block {
	display: inline-block;
	vertical-align: middle;
}

html body .display-block {
	display: block;
}

/*  */

.list-styled {
	padding: 0 0 20px;
	margin: 0 0 0;
}

.list-styled li {
	padding: 0 0 1px 38px;
	margin: 0 0 0;
	list-style: none;
	position: relative;
}

.list-styled li:before {
	font-size: 10px;
	left: 0;
	top: 11px;
	width: 21px;
	height: 20px;
	line-height: 22px;
	position: absolute;
	content: "";
	font-family: 'FontAwesome';
	color: #d89a8b;
	background: url('img/i-check.svg') no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

/*  */

.slick-dots li button:before {
	font-size: 0;
	line-height: 16px;
	width: 16px;
	height: 16px;
	color: #ffffff;
	opacity: 1;
	border: 1px solid;
	border-radius: 50px;
	border-radius: 50%;
	background: transparent;
}

.slick-dots li.slick-active button:before {
	color: #ffffff;
	opacity: 1;
	background: #ffffff;
}

.slick-dots li {
	width: 16px;
	height: 16px;
	margin: 0 5px;
}

.slick-dots li button {
	width: 16px;
	height: 16px;
	padding: 0;
	opacity: 1;
}

.slick-dots {
	bottom: 25px;
}

/*  */

.social-links {
	padding: 0 0 0;
	margin: 0 0 0;
}

body .social-links a {
	padding: 0 0 0;
	margin: 0 5px 0;
	display: inline-block;
	color: inherit;
	border-radius: 50px;
	border-radius: 50%;
}

body .social-links a:hover {
	opacity: 1;
}

body .social-links a:hover i {
	color: #ffffff;
}

body .social-links a i {
	font-size: 22px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 0 0;
	padding: 0 0 0;
	text-align: center;
	border-radius: 50px;
	border-radius: 50%;
	display: block;
	background-color: #ffffff;
	color: #262637;
}

a [class*="facebook"]:hover {
	background-color: #3B5898;
}

a [class*="twitter"]:hover {
	background-color: #42C8F4;
}

a [class*="youtube"]:hover {
	background-color: #ca3737;
}

a [class*="play"]:hover {
	background-color: #ca3737;
}

a [class*="google-plus"]:hover {
	background-color: #e3411f;
}

a [class*="linkedin"]:hover {
	background-color: #1686b0;
}

a [class*="pinterest"]:hover {
	background-color: #ef4430;
}

a [class*="camera"]:hover {
	background-color: #aaaaaa;
}

a [class*="instagram"]:hover {
	background-color: #517ea4;
}

a [class*="envelope"]:hover {
	background-color: #999999;
}

a .fa {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

/*  */

body .btn-main {
	padding: 20px 30px 20px;
	margin: 0 auto 0;
	font-size: 20px;
	line-height: 20px;
	min-width: 250px;
	letter-spacing: 0;
	width: auto;
	font-style: normal;
	border: none;
	outline: none;
	font-weight: 500;
	text-align: center;
	position: relative;
	display: inline-block;
	border-radius: 4px;
	box-shadow: none;
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

body .btn-main:hover {
	opacity: 1;
	box-shadow: inset 0px 0px 30px 30px rgba(0,0,0,.1);
}

.btn-main.bg-transparent {
	background-color: transparent;
	box-shadow: inset 0px 0px 0px 3px;
}

.btn-main i {
	padding: 0 0 0;
	margin: -3px -10px 0 10px;
	width: 22px;
	left: 0;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
}

.btn-main:hover i {
	left: 5px;
}

.btn-main i img {
	padding: 0 0 0;
	margin: 0 0 0;
	display: block;
}

/*  */

.parallax-container {
	height: 100%;
	background: transparent;
	margin: 0 auto 0;
}

.parallax-wr {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

img.parallax-slider {
	height: auto !important;
}

.parallax-mirror {
	z-index: 0 !important;
}

/*  */

.img-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
}

.slide-item:not(.slide-zoomIn) .img-bg {
	-webkit-animation: slowZoomMin 35s linear infinite;
}

@-webkit-keyframes slowZoomMin {
	0% {
		-webkit-transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.1);
	}
}

.top-banner-slider .slide-item .img-overlay * {
	opacity: 0;
	-webkit-transition: all .9s ease;
	-o-transition: all .9s ease;
	transition: all .9s ease;
}

.top-banner-slider .slide-item.slick-current .img-overlay * {
	opacity: 1;
}

/*  */

.box-top-banner .slick-prev, .box-top-banner .slick-next {
	padding: 0 0 0;
	margin: 0 0 0;
	width: 40px;
	height: 80px;
	text-align: center;
	display: block;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.box-top-banner .slick-slider:hover .slick-prev, .box-top-banner .slick-slider:hover .slick-next {
	opacity: 1;
}

.box-top-banner .slick-prev:hover, .box-top-banner .slick-next:hover {
	margin: 0 -5px;
}

.box-top-banner .slick-prev {
	left: 25px;
}

.box-top-banner .slick-next {
	right: 25px;
}

.box-top-banner .slick-prev:before, .box-top-banner .slick-next:before {
	padding: 0 0 0;
	margin: 0 0 0;
	width: 40px;
	height: 80px;
	font-size: 80px;
	line-height: 1;
	text-align: center;
	display: block;
	font-family: "FontAwesome";
	background-color: transparent;
	color: #ffffff;
	opacity: 1;
}

.box-top-banner .slick-prev:before {
	content: "\f104";
}

.box-top-banner .slick-next:before {
	content: "\f105";
}

/*  */

.slick-prev, .slick-next {
	padding: 0 0 0;
	margin: 0 0 0;
	width: 45px;
	height: 45px;
	text-align: center;
	display: block;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.slick-prev:hover, .slick-next:hover {
	margin: 0 -5px;
}

.slick-prev {
	left: -8px;
}

.slick-next {
	right: -8px;
}

.slick-prev:before, .slick-next:before {
	padding: 0 0 0;
	margin: 0 0 0;
	width: 45px;
	height: 45px;
	line-height: 42px;
	font-size: 35px;
	border-radius: 50px;
	border-radius: 50%;
	text-align: center;
	display: block;
	font-family: "FontAwesome";
	background-color: #f4f4f4;
	color: #919191;
	opacity: 1;
}

.slick-prev:before {
	content: "\f104";
}

.slick-next:before {
	content: "\f105";
}

/* BEGIN of content of CONTACT Page */

form {
	margin: 0 0 0;
	padding: 0 0 0;
}

form:after {
	content: "";
	display: block;
	clear: both;
}

form input, form textarea, form select {
	display: block;
	margin: 0 0 0;
	padding: 19px 20px 19px;
	font-size: 18px;
	line-height: 20px;
	color: #1b2030;
	background-color: #fafafa;
	clear: both;
	outline: none;
	width: 100%;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
}

textarea {
	min-height: 120px;
}

form input[type="submit"] {
	margin: 0 0 0;
	width: auto;
}

form input:hover, form textarea:hover, form select:hover {
	color: #1b2030;
	border-color: #1b2030;
	opacity: .65;
}

form input:focus, form textarea:focus, form select:focus {
	color: #1b2030;
	border-color: #1b2030;
	opacity: 1;
}

form label {
	display: block;
}

*::-webkit-input-placeholder {
	color: #999999;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:-moz-placeholder {
	color: #999999;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*::-moz-placeholder {
	color: #999999;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:-ms-input-placeholder {
	color: #999999;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:focus::-webkit-input-placeholder {
	text-indent: 220px;
	opacity: 0;
}

*:focus::-moz-placeholder {
	text-indent: 220px;
	opacity: 0;
}

*:focus:-moz-placeholder {
	text-indent: 220px;
	opacity: 0;
}

*:focus:-ms-input-placeholder {
	text-indent: 220px;
	opacity: 0;
}

/*  */

form label {
	padding: 0 0 0;
	margin: 0 0 0;
	display: block;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.input-label {
	left: 15px;
	top: 20px;
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 0;
	margin: 0 0 0;
	letter-spacing: 0;
	position: absolute;
	z-index: 5;
	display: block;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.input-wr {
	position: relative;
}

.form-row {
	padding: 0 0 24px;
	margin: 0 0 0;
	position: relative;
}

.input-focused .input-label, .input-not-empty .input-label {
	font-size: 70%;
	top: 3px;
	left: 8px;
	opacity: .8;
}

/*  */

.error_message {
	display: block;
	line-height: 22px;
	margin: 50px 0 50px;
	color: #FF0000;
	position: relative;
	z-index: 5;
}

.error_message:before {
	margin: -2px 20px 0 0;
	font-size: 20px;
	content: "\f06a";
	display: inline-block;
	vertical-align: middle;
	font-family: 'FontAwesome';
}

#succsess_page {
	color: #2be0b5;
}

#succsess_page h1 {
	color: #2be0b5;
	padding: 0 0 10px;
	font-size: 35px;
}

#succsess_page h1:before {
	margin: 0 10px 0 0;
	font-size: 20px;
	content: "\f00c";
	display: inline-block;
	vertical-align: middle;
	font-family: 'FontAwesome';
}

/*  */

.vertical-align-middle {
	display: table-cell;
	vertical-align: middle;
}

.vertical-align-bottom {
	display: table-cell;
	vertical-align: bottom;
}

.vertical-align-wrapper {
	display: table;
	margin: 0 auto 0;
	padding: 0 0 0;
	width: 100%;
}

/*  */

.stars-rating {
	padding: 0 0 15px;
	margin: 0 0 0;
	font-size: 26px;
	color: #ffd400;
}

.stars-rating i {
	margin: 0 4px 0;
}

.background-fixed {
	background-attachment: fixed;
}

/* BEGIN of Reviews */

.review-items-wr {
	padding: 0 0 0;
}

.review-item {
	padding: 42px 50px 40px;
	margin: 0 0 30px;
	font-size: 21px;
	letter-spacing: 0;
	border-radius: 5px;
}

.review-item h3 {
	font-size: 28px;
	font-weight: normal;
}

.review-item .stars-rating {
	font-size: 25px;
	padding: 0 0 0;
	margin: 0 0 0;
	overflow: hidden;
	line-height: 1.5;
}

.review-item .alignright {
	white-space: nowrap;
}

i.alignleft {
	margin: 0 15px 0 0;
	width: 40px;
}

i.alignleft img {
	display: block;
}

.review-item .stars-rating i {
	margin: 0 1px 0;
}

.review-item-header.clear {
	padding: 0 0 8px;
}

.review-item h6 {
	padding: 4px 0 0;
	opacity: .7;
	font-size: 17px;
	font-weight: 600;
}

body .review-item p {
	padding: 0 0 5px;
	opacity: .7;
	line-height: 1.9;
}

.review-item.bg-watermark {
	background-image: url('img/icon-watermark-sm.png');
	background-repeat: no-repeat;
	background-position: bottom 5px right 50px;
	-webkit-background-size: 187px auto;
	background-size: 187px auto;
}

.bg-watermark {
	background-image: url('img/icon-watermark-md.png'), url('img/icon-watermark-md.png');
	background-repeat: no-repeat;
	-webkit-background-size: 289px auto;
	background-size: 289px auto;

	background-position: left -130px top 13%, bottom 13% right -130px;
}

/* END of Reviews */

body [data-fancybox="gallery"] {
	display: block;
	padding: 0 0 0;
	margin: 0 0 0;
	overflow: hidden;
	position: relative;
}

body [data-fancybox="gallery"]:hover {
	opacity: 1;
}

[data-fancybox="gallery"] img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

[data-fancybox="gallery"]:before {
	position: absolute;
	z-index: 55;
	left: 0;
	right: 0;
	top: -100px;
	bottom: 100%;
	width: 30px;
	height: 30px;
	line-height: 1;
	font-size: 30px;
	color: #ffffff;
	margin: auto;
	text-shadow: 0px 1px 3px #222222;
	font-family: "FontAwesome";
	content: "\f00e";
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

[data-fancybox="gallery"][href*="youtube"]:before {
	content: "\f01d";
}

[data-fancybox="gallery"]:hover:before {
	top: 0;
	bottom: 0;
}

/*  */

body .box-top-banner {
	padding: 0 0 0;
	color: #ffffff;
}

.box-top-banner .vertical-align-wrapper {
	position: relative;
	z-index: 5;
}

.box-top-banner h4 {
	font-size: 27px;
	padding: 0 0 10px;
	font-weight: normal;
}

.box-top-banner h1 {
	padding: 0 0 13px;
}

.box-top-banner .text-wr {
	height: 550px;
	padding: 150px 0 100px;
}

body .box-top-banner-inner-page .text-wr {
	height: 380px;
	padding: 150px 0 100px;
}

/*  */

.benefit-items-wr {
	padding: 10px 0 0;
}

.benefit-item {
	padding: 0 0 0;
	margin: 0 20px 30px;
	width: 350px;
	text-align: left;
	display: inline-block;
}

.benefit-item i {
	padding: 0 0 0;
	margin: 13px 17px 0 0;
	width: 45px;
	float: left;
}

.benefit-item h5 {
	padding: 3px 0 0;
	line-height: 1.4;
}

.benefit-item h4 {
	padding: 0 0 0;
}

.benefit-item i img {
	display: block;
}

/*  */

.box-steps {
	padding: 65px 0 80px;
}

.block-horizontal-items-wr {
	padding: 15px 0 15px;
}

.block-horizontal-item {
	padding: 65px 0 65px;
	margin: 0 auto 0;
	max-width: 1040px;
	line-height: 1.7;
	position: relative;
}

.block-horizontal-item:after {
	content: "";
	display: block;
	clear: both;
}

.block-horizontal-item .text-wr {
	width: 580px;
	padding: 35px 30px 35px 0;
	margin: 0 0 0;
	float: left;
}

.block-horizontal-item .img-wr {
	width: 300px;
	padding: 0 0 0;
	margin: 0 0 0;
	float: left;
	border-radius: 3px;
}

.block-horizontal-item .img-wr img {
	left: -10px;
	top: -10px;
	display: block;
	position: relative;
	width: 100%;
	border-radius: 3px;
}

.block-horizontal-item h3 {
	padding: 0 0 6px;
	position: relative;
}

.block-horizontal-item h2 {
	padding: 0 0 3px;
	letter-spacing: -.03em;
	position: relative;
}

.block-horizontal-item p {
	max-width: 450px;
	padding: 0 0 10px;
}

.block-horizontal-item h3 i {
	position: absolute;
	right: 100%;
	margin: 0 10px 0;
}

.block-horizontal-item:nth-child(even) .text-wr, .block-horizontal-item.img-left .text-wr {
	padding: 35px 0 25px 30px;
	float: right;
}

/*  */

.img-wr.img-bordered {
	width: 300px;
	max-width: 100%;
	padding: 0 0 0;
	margin: 0 0 0;
	border-radius: 3px;
}

.img-wr.img-bordered img {
	left: -10px;
	top: -10px;
	display: block;
	position: relative;
	width: 100%;
	border-radius: 3px;
}

/*  */

.pulse {
	margin: -36px -58px 0;
	padding: 0 0 0;
	display: block;
	width: 130px;
	height: 130px;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	border-radius: 500px;
	border-radius: 50%;
	background: #d5f8f1;
	cursor: pointer;
	box-shadow: 0 0 0 rgba(213, 248, 241, 0.5);
	animation: pulse 2.5s infinite;
}


@-webkit-keyframes pulse {
  0% {
	-webkit-box-shadow: 0 0 0 0 rgba(213, 248, 241, 0.5);
  }
  50% {
	  -webkit-box-shadow: 0 0 0 30px rgba(213, 248, 241, 0.0);
  }
  100% {
	  -webkit-box-shadow: 0 0 0 0 rgba(213, 248, 241, 0.0);
  }
}
@keyframes pulse {
  0% {
	-moz-box-shadow: 0 0 0 0 rgba(213, 248, 241, 0.5);
	box-shadow: 0 0 0 0 rgba(213, 248, 241, 0.5);
  }
  50% {
	  -moz-box-shadow: 0 0 0 30px rgba(213, 248, 241, 0.0);
	  box-shadow: 0 0 0 30px rgba(213, 248, 241, 0.0);
  }
  100% {
	  -moz-box-shadow: 0 0 0 0 rgba(213, 248, 241, 0.0);
	  box-shadow: 0 0 0 0 rgba(213, 248, 241, 0.0);
  }
}

/*  */

body .box-testimonials {
	padding: 0 0 0;
}

.box-testimonials .img-overlay {
	padding: 90px 0 90px;
}

.box-testimonials .slick-dots {
	bottom: -40px;
}

.testimonials-item {
	padding: 0 0 0;
	margin: 0 auto 0;
	max-width: 1000px;
	position: relative;
}

.testimonials-item h6 {
	font-size: 22px;
}

.testimonials-item .stars-rating {
	padding: 0 0 10px;
}

/*  */

.box-info .block-horizontal-item {
	padding: 45px 0 0;
}

/*  */

body .box-form {
	padding: 0 0 0;
	height: 0;
	z-index: 5;
}

.box-form + .box-wr {
	padding-top: 100px;
}

.form-subscribe {
	padding: 30px 30px 30px;
	margin: -65px auto 0;
	max-width: 600px;
	border-radius: 4px;
}

.form-subscribe .btn-main {
	width: 100%;
}

/* BEGIN of content of FAQ Page */

.accordion-wr {
	padding: 0 0 30px;
	margin: 0 0 0;
}

.accordion-item {
	padding: 0 0 0;
	margin: 0 0 0;
	border-bottom: 1px solid #eee;
}

.accordion-item-nav a {
	padding: 20px 0 20px;
	margin: 0 0 0;
	font-weight: 600;
	color: #000000;
	display: block;
	position: relative;
}

.accordion-item-nav a:before {
	content: "+";
	display: inline-block;
	position: absolute;
	left: auto;
	right: 0;
	font-size: 60px;
	height: 50px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	color: #2be0b5;
	font-weight: 100;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.accordion-item.active .accordion-item-nav a:before {
	content: "-";
}

.accordion-item-content {
	display: none;
	padding: 0 0 15px;
	margin: -10px 0 0;
	line-height: 1.65;
	color: #666666;
}

/* END of content of FAQ Page */

.btns-wr .btn-main:not(:last-child) {
	margin-right: 15px;
}

.grid-main-area {
	padding: 0 30px 0 0;
}

.block-shadowed {
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .25);
	border-radius: 4px;
}

/*  */

body .box-contact {
	padding: 0 0 80px;
}

.form-wrapper {
	padding: 45px 60px 45px;
	margin: -90px auto 0;
	max-width: 850px;
	position: relative;
}

.form-wrapper a {
	color: inherit;
}

.form-wrapper .display-inline-block:not(:last-child) {
	margin-right: 30px;
}

.form-wrapper .display-inline-block i {
	font-size: 130%;
	margin: -3px 10px 0 0;
	width: 32px;
	display: inline-block;
	vertical-align: middle;
}

.form-wrapper .display-inline-block i img {
	display: block;
	margin: 0 0 0;
}

.form-wrapper p {
	font-size: 20px;
}

.form-wrapper .form-row {
	margin: 0 0 23px;
	padding: 0 0 0;
}

.form-wrapper .form-row:last-child {
	margin-bottom: 0;
}

.form-wrapper label {
	padding: 10px 0 10px;
	font-weight: 500;
}

.form-wrapper .btn-main {
	min-width: 0;
}

/*  */

.pos-fixed-bottom {
	padding: 10px 15px 10px;
	margin: 0 0 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	z-index: 10;
	text-align: center;
}

/*  */


























/* 4 - END of .content ---------------------------------------------------------- */
/* 5 - BEGIN of footer ---------------------------------------------------------- */

footer {
	padding: 22px 0 22px;
	margin: 0 0 0;
	font-size: 14px;
	text-align: center;
	background-color: #262637;
	color: rgba(255,255,255,.65);
	border-top: 5px solid #2be0b5;
	position: relative;
}

footer a {
	color: inherit;
}

footer a:hover {
	color: #ffffff;
	opacity: 1;
}

footer i {
	margin: 0 5px;
}

/* 5 - END of footer ---------------------------------------------------------- */
/* * - BEGIN of @media ---------------------------------------------------------- */

@media (min-width: 1260px) {
	.container {
		width: 1230px;
	}
}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 1199px) {
body {
	font-size: 18px;
	line-height: 1.85;
}
h1 {
	padding: 0 0 15px;
	font-size: 50px;
}
h2 {
	padding: 0 0 15px;
	font-size: 40px;
}
h3 {
	padding: 0 0 15px;
	font-size: 30px;
}
h4 {
	padding: 0 0 15px;
	font-size: 25px;
}
h5 {
	padding: 0 0 15px;
	font-size: 16px;
}
h6 {
	padding: 0 0 15px;
	font-size: 14px;
}
blockquote {
	padding: 0 0 20px;
	font-size: 25px;
	line-height: 1.5;
}
p {
	padding: 0 0 15px;
}
.background-fixed {
	background-attachment: initial;
}
.parallax-item {
	transform: translate3d(0,0,0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1) !important;
	-webkit-transform: translate3d(0,0,0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1) !important;
}
.parallax-img-wr .parallax-item {
	top: 0;
	bottom: 0;
}
header {
	padding: 20px 0 20px;
}
header .container-fluid {
	padding: 0 20px;
}
.box-top-banner h4 {
	font-size: 22px;
	padding: 0 0 10px;
}
.box-top-banner h1 {
	padding: 0 0 5px;
}
.box-top-banner .text-wr {
	height: 400px;
	padding: 150px 0 100px;
}
.benefit-item i {
	margin: 7px 13px 0 0;
	width: 45px;
}
.benefit-item {
	padding: 0 0 0;
	margin: 0 10px 30px;
	width: 280px;
}
.block-horizontal-item .text-wr {
	width: 550px;
	padding: 20px 30px 20px 30px;
	margin: 0 0 0;
}
.block-horizontal-item p {
	padding: 0 0 15px;
}
.pulse {
	margin: -13px -33px 0;
	width: 80px;
	height: 80px;
}
.block-horizontal-item {
	padding: 40px 0 40px;
}
.box-wr {
	padding: 40px 0 40px;
}
.block-horizontal-items-wr {
	padding: 0 0 0;
}
.testimonials-item {
	padding: 0 25px 0;
	margin: 0 auto 0;
	max-width: 700px;
}
.list-styled li:before {
	top: 7px;
}
body .box-top-banner-inner-page .text-wr {
	height: 280px;
	padding: 80px 0 60px;
}
.grid-main-area {
	padding: 0 0 0;
}
.form-wrapper {
	padding: 45px 60px 45px;
	margin: -50px auto 0;
}
.main-nav-wr a {
	margin: 0 0 0;
	padding: 0 0 0;
	font-size: 20px;
}
.main-nav-inner .btn-main {
	max-width: 280px;
	padding: 20px 25px 20px;
	margin: 0 auto 10px;
}
.form-wrapper p {
	font-size: 18px;
}











}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 991px) {
body {
	font-size: 16px;
	line-height: 1.85;
}
h1 {
	padding: 0 0 15px;
	font-size: 40px;
}
h2 {
	padding: 0 0 15px;
	font-size: 35px;
}
h3 {
	padding: 0 0 15px;
	font-size: 25px;
}
h4 {
	padding: 0 0 15px;
	font-size: 20px;
}
h5 {
	padding: 0 0 15px;
	font-size: 15px;
}
h6 {
	padding: 0 0 15px;
	font-size: 13px;
}
blockquote {
	padding: 0 0 20px;
	font-size: 20px;
	line-height: 1.5;
}
.box-top-banner .slick-prev:before, .box-top-banner .slick-next:before {
	width: 30px;
	height: 40px;
	font-size: 40px;
}
.box-top-banner .slick-prev {
	left: 15px;
}
.box-top-banner .slick-next {
	right: 15px;
}
.box-top-banner .slick-prev, .box-top-banner .slick-next {
	width: 30px;
	height: 40px;
}
.benefit-item {
	padding: 0 0 0;
	margin: 0 10px 30px;
	width: 250px;
}
.block-horizontal-item .img-wr {
	width: 250px;
	padding: 0 0 0;
	margin: 0 0 0;
}
.block-horizontal-item .text-wr {
	width: 450px;
	padding: 20px 30px 20px 30px;
	margin: 0 0 0;
}
body .btn-main {
	padding: 17px 30px 17px;
	margin: 0 auto 0;
	font-size: 20px;
	line-height: 20px;
	min-width: 160px;
}
.block-horizontal-item .img-wr img {
	left: -5px;
	top: -5px;
}
.img-wr.img-bordered img {
	left: -5px;
	top: -5px;
}
.img-wr.img-bordered {
	margin: 5px auto 0;
}
form input, form textarea, form select {
	padding: 16px 20px 16px;
	font-size: 16px;
	line-height: 20px;
}
.back-to-top {
	bottom: 80px;
	right: 4px;
	width: 24px;
	height: 24px;
	-webkit-background-size: contain;
	background-size: contain;
}
.form-wrapper {
	padding: 35px 35px 25px;
	margin: -50px auto 0;
}
.form-wrapper p {
	font-size: 15px;
}
.review-item h3 {
	font-size: 24px;
}
.review-item {
	padding: 25px 25px 25px;
	margin: 0 0 15px;
	font-size: 15px;
}
.review-item.bg-watermark {
	-webkit-background-size: 120px auto;
	background-size: 120px auto;
}
.list-styled li:before {
	top: 5px;
}










}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
body {
	font-size: 15px;
	line-height: 1.85;
}
h1 {
	padding: 0 0 15px;
	font-size: 34px;
}
h2 {
	padding: 0 0 15px;
	font-size: 30px;
}
h3 {
	padding: 0 0 15px;
	font-size: 24px;
}
h4 {
	padding: 0 0 15px;
	font-size: 20px;
}
h5 {
	padding: 0 0 15px;
	font-size: 15px;
}
h6 {
	padding: 0 0 15px;
	font-size: 12px;
}
blockquote {
	padding: 0 0 20px;
	font-size: 18px;
	line-height: 1.5;
}
.block-horizontal-item .text-wr {
	width: 100%;
	padding: 0 30px 30px;
	margin: 0 0 0;
	float: none;
}
.box-top-banner h4 {
	font-size: 14px;
	padding: 0 0 10px;
}
.logo img {
	max-width: 27px;
}
.logo h2 {
	font-size: 23px;
	padding: 3px 0 3px;
}
.logo h4 {
	font-size: 10px;
}
.btn-main-nav i {
	display: none;
}
body .btn-main-nav {
	padding: 10px 12px 10px;
}
.main-nav-inner {
	padding: 80px 35px 30px;
	min-width: 100vw;
}
.main-nav-wr a {
	margin: 0 0 0;
	padding: 0 0 0;
	font-size: 25px;
}
.main-nav-wr li:after {
	content: none;
	display: none;
}
.main-nav-wr li {
	margin: 0 0 5px;
}
.block-rounded-bottom {
	clip-path: none;
}
.block-rounded-top {
	clip-path: none;
}
.box-top-banner .text-wr {
	height: 225px;
	padding: 50px 0 20px;
}
body .box-top-banner-inner-page .text-wr {
	height: 200px;
	padding: 50px 0 20px;
}
.form-subscribe {
	padding: 30px 26px 20px;
	margin: 0 -15px 0;
	max-width: 900px;
	border-radius: 0;
}
.input-item {
	margin: 0 0 10px;
}
body .box-form {
	padding: 0 0 0;
	height: auto;
}
.box-form + .box-wr {
	padding-top: 40px;
}
.block-horizontal-item .img-wr {
	width: 280px;
	padding: 0 0 0;
	margin: 0 auto 0;
	float: none;
}
.block-horizontal-item:nth-child(even) .text-wr, .block-horizontal-item.img-left .text-wr {
	padding: 0 30px 30px;
	float: none;
}
.block-horizontal-item {
	padding: 20px 0 20px;
}
footer {
	padding: 13px 0 13px;
	margin: 0 0 0;
	font-size: 12px;
}
.btns-wr .btn-main {
	margin: 0 0 15px;
}
.list-styled li:before {
	top: 6px;
	width: 18px;
	height: 16px;
}
.form-wrapper {
	padding: 25px 25px 25px;
	margin: -35px auto 0;
}
.form-wrapper .display-inline-block:not(:last-child) {
	margin-right: 10px;
}
.form-wrapper i {
	font-size: 120%;
	margin: 0px 5px 0 0;
	width: 20px;
}
.form-wrapper .form-row {
	margin: 0 0 5px;
	padding: 0 0 0;
}
.form-wrapper label {
	padding: 0 0 5px;
	text-align: left;
}
.accordion-item-nav a:before {
	font-size: 46px;
}
.review-item-header.clear {
	padding: 0 0 15px;
}
.main-nav-wr {
    left: -105%;
}
.benefit-item {
    padding: 0 0 0;
    margin: 15px 10px 30px;
    width: 290px;
}
.benefit-item:after {
	content: "";
	display: block;
	clear: both;
}
.benefit-item h5 {
    padding: 0 0 0;
    line-height: 1.4;
    font-size: 18px;
}
.benefit-item h4 {
    padding: 0 0 0;
    font-size: 25px;
}
.form-row .display-inline-block, .form-wrapper .display-inline-block:not(:last-child) {
    width: auto;
    margin: 0 auto 10px;
    text-align: left;
    min-width: 165px;
}
.form-row .display-inline-block:after {
	content: "";
	display: block;
	clear: both;
}
.form-wrapper .display-inline-block i {
    margin: -3px 5px 0 0;
    width: 25px;
}
.form-wrapper .display-inline-block a {
	white-space: nowrap;
}









}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 550px) {
.review-item-header.clear {
	padding: 0 0 15px;
}









}

/* ----------------------------------------------------------------------------------- */
/* * - END of @media ---------------------------------------------------------- */
