/*
Theme Name: Kagan
Author: Simplyad
Version: 1.0
*/

/*********************** STYLE.CSS INDEXES ***********************

@media only all and (max-width: 768px) {}

*** custom resets ***

*** end resets ***

*** whole site style ***

**** main header ****
**** end main header ****

**** main footer ****
**** end main footer ****

**** breadcrumbs ****
**** end breadcrumbs ****

*** end whole site style ***

*** fron page ***

**** front-page-slider ****
**** end front-page-slider ****

*** end front page ***

*** page ***
*** end page ***

*** qa ***
*** end qa ***

*** satisfied customers ***
*** end satisfied customers ***

*** blog ***
*** end blog ***

*** contact ***
*** end contact ***

*** 404 ***
*** end 404 ***

*** quick tools ***
*** end quick tools ***

*** site colors ***
*** end site colors ***

*** font sizes ***
*** end font sizes ***

*** font weights ***
*** end font weights ***

*********************** END STYLE.CSS INDEXES ***********************/

/*** custom resets ***/

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

.col-md-1,.col-md-2,.col-md-3,
.col-md-4,.col-md-5,.col-md-6,
.col-md-7,.col-md-8,.col-md-9,
.col-md-10,.col-md-11,.col-md-12 {
	float: right;
}

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

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

input {
	color: #333;
}

/*** end resets ***/

/*** whole site style ***/

body {
	font-size: 16px;
	font-family: 'Alef', sans-serif;
}

/**** main header ****/

main {
	background-color: #fff;
}

#top-information-nav {
	border-bottom: 1px solid #e5e5e5;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}

#top-information-nav .container {
	min-height: 44px;
}

#top-information-nav .contact-information ul li, #top-information-nav .social-icons ul li {
	display: inline-block;
}

#top-information-nav .contact-information ul li a, #top-information-nav .social-icons ul li a {
	color: #fff;
	font-size: 1.25em;
	padding: 8px 10px;
	display: block;
}

#top-information-nav #site-logo-banner .siteLogoImg {
	height: 130px;
	padding: 30px;
	display: table;
	margin: 0 auto;
}

.headerKupot{    padding: 20px 0 0;}
.headerKupot span{display:inline-block;float:right;}
.headerKupot ul{display:inline-block;float:right;}
.headerKupot li{display:inline-block;float:right; margin:0 0 0 10px;}
.headerKupot li img{max-height:45px;}

.headerCallUs {height:130px;}
.headerCallUs span{display:block;}

#main-header {
	margin-top: 174px;
}

#main-header #main-site-nav {
	border-bottom: #e5e5e5;
	margin-top: -1px;
}

#main-header #main-site-nav ul li {
	width: 13.57142857142857%;
	float: right;
	text-align: center;
	position: relative;
}

#main-header #main-site-nav ul li:last-child {
	width: 5%;
}

#main-header #main-site-nav ul li:hover:after {
	content: '';
	width: 100%;
	height: 3px;
	background-color: #09bdf1;
	position: absolute;
	top: 0;
	left: 0;
}

#main-header #main-site-nav ul li a {
	color: #333;
	font-size: 1.25em;
	display: block;
	padding: 10px;
}

#main-header #main-site-nav ul li:hover a {
	color: #09bdf1;
	font-weight: 700;
}

#main-header #search-form-wrapper {
	height: 0;
	overflow: hidden;
}

#main-header #search-form-wrapper.open-search-form {
	padding: 10px 0;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	height: auto;
}

#main-header #search-form-wrapper input[type="search"] {
	box-shadow: none;
	border: 1px solid #ddd;
	padding: 6px 10px 6px 0;
	float: right;
	width: 85%;
}

#main-header #search-form-wrapper button {
	border: none;
	background-color: #09bdf1;
	color: #fff;
	box-shadow: none;
	padding: 6px 0;
	float: left;
	width: 10%;
	border: 1px solid #09bdf1;
}

@media only all and (max-width: 1200px) {

	#main-header #main-site-nav ul li a {
		font-size: 1.1em;
	}

}

@media only all and (max-width: 992px) {

	#main-header #main-site-nav .container {
		width: 100%;
	}

	#main-header #main-site-nav ul li a {
		font-size: 1.0em;
	}

}

@media only all and (max-width: 900px) {

	#main-header #main-site-nav ul li a {
		font-size: 0.9em;
	}

	#top-information-nav #site-logo-banner .siteLogoImg{    height: 45px;
		padding: 0 0 0 0;
		display: table;
		margin: 20px auto;}
	.logosCol{padding:0;}
	.headerKupot{    padding: 20px 0 0;}
	.headerKupot span{    font-size: .9em;}
	.headerKupot ul{}
	.headerKupot li{ margin:0 0 0 10px;}
	.headerKupot li img{max-height:17px;}	


}

@media only all and (max-width: 830px) {

	#main-header #main-site-nav ul li a {
		font-size: 0.825em;
	}

}

@media only all and (max-width: 768px) {

	#main-header {
		margin-top: 130px;
	}

	#main-header #mobile-nav-button-search {
		margin-top: -1px;
	}

	#main-header #mobile-nav-button-search div {
		position: relative;
		width: 60px;
		height: 60px;
	}

	#main-header #mobile-menu-nav {
		height: 0;
		overflow: hidden;
		white-space: nowrap;
	}

	#main-header #mobile-nav-button-search .menu-button {
		border-left: 1px solid #fff;
	}

	#main-header #mobile-nav-button-search .search-button {
		border-right: 1px solid #fff;
	}

	#main-header #mobile-menu-nav.open-nav-menu {
		border-top: 1px solid #fff;
		border-bottom: 2px solid #ddd;
		height: auto;
	}

	#main-header #mobile-menu-nav ul {
		padding: 10px 0 10px 0;
	}

	#main-header #mobile-menu-nav ul li {
		border-bottom: 1px solid #fff;
		padding-right: 20px;
	}

	#main-header #mobile-menu-nav ul li:nth-last-child(2) {
		border: none;
	}

	#main-header #mobile-menu-nav ul li a {
		display: block;
		padding: 6px 0;
		color: #333;
		font-size: 1.2em;
	}

	#main-header #mobile-menu-nav ul li:last-child {
		display: none;
	}

	#main-header #search-form-wrapper.open-search-form {
		padding-right: 15px;
		padding-left: 15px;
	}

	#main-header #search-form-wrapper input[type="search"] {
		width: 60%;
	}

	#main-header #search-form-wrapper button {
		width: 35%;
	}

}

@media only all and (max-width: 520px) {

	#top-information-nav {
		font-size: 0.8em;
	}

}

@media only all and (max-width: 440px) {

	#top-information-nav {
		font-size: 0.7em;
	}

}

@media only all and (max-width: 400px) {

	#main-header {
		margin-top: 160px;
	}

	#top-information-nav {
		/*height: 80px;*/
	}

	#top-information-nav .contact-information, #top-information-nav .social-icons {
		width: 100%;
	}

	#top-information-nav .contact-information ul, #top-information-nav .social-icons ul {
		display: table;
		margin: 0 auto;
	}

	#main-header #site-logo-banner img {
		margin-top: 80px;
	}

}

/**** end main header ****/

/**** main footer ****/

#main-footer {
	border-top: 10px solid #333;
	padding-bottom: 100px;
}

#main-footer .container {
	margin-top: 35px;
}

#main-footer a {
	color: #fff;
	text-decoration: underline;
}

#main-footer a:hover {
	color: #09bdf1;
}

#main-footer form input {
	width: 100%;
}

#main-footer form input[type="submit"] {
	width: 50%;
	box-shadow: none;
	outline: none;
	background-color: #09bdf1;
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	padding: 4px 0;
	border: none;
}

#main-footer iframe {
	width: 100%;
	height: 250px;
}

#movie-home iframe {
	width: 100%;
	height: 450px;
}

#fixed-bottom-nav {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	border-top: 1px solid #fff;
	background-color: #4caf50;
}

#fixed-bottom-nav ul li {
	width: 33.333333%;
	float: right;
}

#fixed-bottom-nav ul li:not(:last-child) {
	border-left: 1px solid #fff;
}

#fixed-bottom-nav ul li a {
	color: #fff;
	display: block;
	padding: 8px 0 4px;
	text-align: center;
	font-size: 1.1em;
}

#fixed-bottom-nav ul li a svg {
	display: inline-block;
	margin: 0 auto;
}

/**** end main footer ****/

/**** breadcrumbs ****/

#breadcrumbs .row {
	padding: 15px 0;
}

#breadcrumbs .col-md-6 ul {
	margin-top: 5px;
}

#breadcrumbs .col-md-6 ul li {
	display: inline-block;
}

#breadcrumbs .col-md-6 ul li:not(:last-child):after {
	content: '/';
	display: inline-block;
	margin: 0 10px;
	color: #fff;
	font-size: 1.2em;
}

#breadcrumbs .col-md-6 ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

@media only all and (max-width: 768px) {

	#breadcrumbs .col-md-6:last-child {
		text-align: right;
	}

}

/**** end breadcrumbs ****/

/*** end whole site style ***/

/*** front page ***/

/**** front-page-slider ****/

#front-page #front-page-slider {
	height: 460px;
}

/**** end front-page-slider ****/

#front-page #front-contact {
	padding-top: 30px;
	background-color: #f8dd2a;
}

#front-page #front-contact h3,
#front-page #front-contact h4 {
	color: #333;
}

#front-page #front-contact h4 {
	margin-bottom: 20px;
}

#front-page #front-contact .group-wrapper,
#front-page #front-contact .group-wrapper-submit {
	width: 18.4%;
	float: right;
	margin-left: 2%;
}

#front-page #front-contact .group-wrapper input {
	padding-right: 10px;
}

#front-page #front-contact .group-wrapper input,
#front-page #front-contact .group-wrapper-submit input {
	width: 100%;
}

#front-page #front-contact .group-wrapper-submit {
	margin-left: 0;
}

#front-page #front-contact .group-wrapper-submit input {
	width: 100%;
	box-shadow: none;
	outline: 0;
	background-color: #09bdf1;
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	border: 0;
}

#front-page #introduction {
	margin-bottom: 85px;
}

#front-page #introduction .col-md-12 {
	padding: 50px;
}

#front-page #introduction .col-md-12 ul li:not(:last-child) {
	margin-bottom: 10px;
}

#front-page #introduction .col-md-12 ul li svg {
	transform: rotate(45deg);
	padding-top: 8px;
}

#front-page #top-three-categories {
	margin-bottom: 50px;
}

#front-page #top-three-categories .col-md-4 img {
	width: 100%;
}

#front-page #top-three-categories .col-md-4 h3 {
	padding: 10px 0;
}

#front-page #set-meating {
	padding: 30px;
	margin-bottom: 85px;
}

#front-page #top-four-articles {
	margin-bottom: 50px;
}

#front-page #top-four-articles .col-md-6 {
	margin-bottom: 50px;
	min-height: 560px;
}

#front-page #top-four-articles .col-md-6 .image-wrapper {
	height: 270px;
	position: relative;
	overflow: hidden;
}

#front-page #top-four-articles .col-md-6 .image-wrapper img {
	width: 100%;
}

#front-page #money-back {
	margin-bottom: 85px;
}

#front-page #money-back h3 {
	padding: 20px 0;
}

#front-page #swiper-gallery {
	padding-bottom: 85px;
	cursor: move;
}

#front-page #swiper-gallery .swiper-container {
	width: 100%;
	height: 500px;   
}

@media only all and (max-width: 1200px) {

	#front-page #top-four-articles .col-md-6 {
		min-height: 580px;
	}

	#front-page #top-four-articles .col-md-6 .image-wrapper img {
		height: auto;
	}

}

@media only all and (max-width: 992px) {

	#front-page #top-four-articles .col-md-6 {
		min-height: auto;
	}

}

@media only all and (max-width: 650px) {

	#top-three-categories .col-xs-4 {
		width: 100%;
		margin-bottom: 15px;
	}  

	#front-page #front-contact .group-wrapper, #front-page #front-contact .group-wrapper-submit{    width: 100%;}


}

/*** end front page ***/

/*** page ***/

#page .main-page-banner {
	height: 450px;
	background-size: contain;
}

@media only all and (max-width: 1250px) {
	#page .main-page-banner {height: 410px;}
}

@media only all and (max-width: 1150px) {
	#page .main-page-banner {height: 365px;}
}

@media only all and (max-width: 1000px) {
	#page .main-page-banner {height: 320px;}
}

@media only all and (max-width: 880px) {
	#page .main-page-banner {height: 280px;}
}

@media only all and (max-width: 770px) {
	#page .main-page-banner {height: 230px;}
}

@media only all and (max-width: 620px) {
	#page .main-page-banner {height: 180px;}
}

@media only all and (max-width: 470px) {
	#page .main-page-banner {height: 130px;}
}

@media only all and (max-width: 350px) {
	#page .main-page-banner {height: 100px;}
}

#page #page-content {
	margin-top: 55px;
}

#page #page-content .main-content-wrapper iframe {
	width: 100%;
	height: 450px;
	border-bottom: 2px solid #ddd;
	border-top: 2px solid #ddd;
}

#page #page-content .main-content-wrapper img {
	height: auto;
	max-width: 100%;
}

#page #page-content .money-back {
	margin: 20px 0 50px;
}

#page #page-content .money-back h3 {
	padding: 20px 0;
}

#page #page-content .page-swiper-wrapper {
	margin-bottom: 50px;
	cursor: move;
}

#page #page-content .set-meating {
	padding: 30px;
	margin-bottom: 100px;
}

#page #page-content .page-swiper-wrapper .swiper-container {
	height: 450px;
	width: 100%;
}

#page #page-content .content-side h3 {
	padding: 30px;
	border-top: 3px solid #09bdf1;
}

form br {
	display: none;
}

#page #page-content .content-side .before-form-p {
	margin-top: 55px;
}

#page #page-content .content-side form input {
	width: 100%;
}

#page #page-content .content-side form input[type="submit"] {
	width: 50%;
	box-shadow: none;
	outline: none;
	background-color: #09bdf1;
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	padding: 4px 0;
	border: none;
}

@media only all and (min-width: 1200px) {

	#page .inner-pages .col-md-4 {
		margin-bottom: 20px;
		width: 32%;
	}

	#page .inner-pages .col-md-4:not(:nth-child(3n+0)) {
		margin-left: 2%;
	}

}

@media only all and (max-width: 1200px) and (min-width: 768px) {

	#page .inner-pages .col-md-4 {
		margin-bottom: 20px;
		width: 49%;
	}

	#page .inner-pages .col-md-4:not(:nth-child(2n+0)) {
		margin-left: 2%;
	}

}

#page .inner-pages .col-md-4 a {
	display: block;
	width: 100%;
	height: 100%;
}

#page .inner-pages .col-md-4 img {
	width: 100%;
}

#page .inner-pages .col-md-4 h3 {
	padding: 10px 0;
}

@media only all and (min-width: 768px) {

	#page .inner-pages .col-md-6 {
		margin-bottom: 20px;
		width: 48%;
	}

}

#page .inner-pages .col-md-6 {
	margin-bottom: 20px;
}

#page .inner-pages .col-md-6:not(:nth-child(2n+0)) {
	margin-left: 4%;
}

#page .inner-pages .col-md-6 a {
	display: block;
	width: 100%;
	height: 100%;
}

#page .inner-pages .col-md-6 img {
	width: 100%;
}

#page .inner-pages .col-md-6 h3 {
	padding: 10px 0;
}

@media only all and (max-width: 768px) {

	#page .inner-pages .col-md-4 {
		margin-bottom: 20px;
	}

	#page .inner-pages .col-md-4 h3 {
		font-size: 1em;
	}

	.content-side {
		margin-bottom: 50px;
	}

}

#page #more-articles .col-md-3 img {
	width: 100%;
	height: 150px;
}

#page #more-articles .col-md-3 h3 {
	height: 63px;
	overflow: hidden;
	padding-top: 5px;
}

#page #more-articles .col-md-3 {
	margin-bottom: 20px;
}

@media only all and (max-width: 540px) {

	#page .inner-pages .col-md-4 {
		width: 100%;
	}

}

/*** end page ***/

/*** qa ***/

#page .qa-wrapper h3 {
	outline: none;
	cursor: pointer;
}

#page .qa-wrapper h3 svg {
	float: right;
	margin-left: 10px;
}

#page .qa-wrapper h3:hover svg {
	color: #09bdf1;
}

#page .qa-wrapper h3.ui-accordion-header-active svg {
	color: #09bdf1;
}

#page .qa-wrapper div {
	height: auto;
}

/*** end qa ***/

/*** satisfied customers ***/

#page iframe {
	height: 400px;
	width: 100% !important;
}

#page .inner-pages .sc-headline h3, #page .inner-pages .sc-headline h4 {
	margin: 0;
	padding: 0;
}

#page .inner-pages .sc-headline h3 {
	padding-top: 10px;
}

#page .inner-pages .sc-headline h4 {
	padding-bottom: 10px;
}

#page .inner-sc-content {
	padding: 30px;
	border-top: 3px solid #09bdf1;
	margin-bottom: 40px;
}

#page .inner-images img {
	padding-bottom: 15px;
	display: block;
	margin: 0 auto;
}asdasdasdasdasd

/*** end satisfied customers ***/

/*** blog ***/

#page .blog-posts-wrapper {
	margin-bottom: 50px;
}

#page .blog-posts-wrapper.col-md-12 {
	margin-bottom: 50px;
}

#page #page-content .main-content-wrapper .blog-posts-wrapper img {
	width: 100%;
	height: auto;
}

/*** end blog ***/

/*** contact ***/

#page .contact-section {
	padding: 20px 0;
	border-top: 3px solid #09bdf1;
	margin: 50px 0 50px;
}

/*** end contact ***/

/*** 404 ***/



/*** end 404 ***/

/*** quick tools ***/

/*
<i class="far fa-envelope"></i> - mail
<i class="fab fa-instagram"></i> - instegram
<i class="fab fa-facebook-f"></i> - facebook
<i class="fab fa-youtube"></i> - youtube
*/

.input-error {
	border: 1px solid #BE1E2D;
}

.no-padding {padding: 0;}
.no-padding-top {padding-top: 0;}
.no-padding-right {padding-right: 0;}
.no-padding-bottom {padding-bottom: 0;}
.no-padding-left {padding-left: 0;}

@media only all and (max-width: 768px) {
	.no-padding {padding: 0 15px;}
}

.no-margin {margin: 0;}
.no-margin-top {margin-top: 0;}
.no-margin-right {margin-right: 0;}
.no-margin-bottom {margin-bottom: 0;}
.no-margin-left {margin-left: 0;}

#main-header.fixed-top-full {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 100;
	margin-top: 0;
}

@media only all and (max-width: 400px) {

	.fixed-top-full {
		top: -80px;
	}

}

.clear-float:after { 
	content: "."; 
	visibility: hidden; 
	display: block; 
	height: 0; 
	clear: both;
}

.absolute-center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.transition-015 {
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.transition-030 {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}

.visually-hidden { 
	position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height: 1px; width: 1px; 
	margin: -1px; padding: 0; border: 0; 
}

.site-bg {
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.site-bg-bottom {
	background-position: center bottom;
	background-size: cover !important;
	background-repeat: no-repeat;
}


.site-bg-fixed {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.line-height-15 {line-height: 1.5}
.line-height-16 {line-height: 1.6}
.line-height-17 {line-height: 1.7}
.line-height-18 {line-height: 1.8}
.line-height-19 {line-height: 1.9}
.line-height-20 {line-height: 2.0}

/*** end quick tools ***/

/*** site colors ***/

.site-white {color: #fff;}
.site-white-bg {background-color: #fff;}

.site-blue {color: #09bdf1;}
.site-blue-bg {background-color: #09bdf1;}

.site-black {color: #333}
.site-black-bg {background-color: #333}

.site-light-black {color: #505152}
.site-light-black-bg {background-color: #505152}

.site-gray {color: #e5e5e5}
.site-gray-bg {background-color: #e5e5e5}

.site-light-gray {color: #e5e5e5}
.site-light-gray-bg {background-color: #e5e5e5}

.site-ex-light-gray {color: #f6f6f6}
.site-ex-light-gray-bg {background-color: #f6f6f6}

/*** end site colors ***/

/*** font sizes ***/

.font08em {font-size: 0.8em;}
.font09em {font-size: 0.9em;}
.font10em {font-size: 1.0em;}
.font11em {font-size: 1.1em;}
.font12em {font-size: 1.2em;}
.font13em {font-size: 1.3em;}
.font14em {font-size: 1.4em;}
.font15em {font-size: 1.5em;}
.font16em {font-size: 1.6em;}
.font17em {font-size: 1.7em;}
.font18em {font-size: 1.8em;}
.font19em {font-size: 1.9em;}
.font20em {font-size: 2.0em;}
.font21em {font-size: 2.1em;}
.font22em {font-size: 2.2em;}
.font23em {font-size: 2.3em;}
.font24em {font-size: 2.4em;}
.font25em {font-size: 2.5em;}
.font26em {font-size: 2.6em;}
.font27em {font-size: 2.7em;}
.font28em {font-size: 2.8em;}
.font29em {font-size: 2.9em;}
.font30em {font-size: 3.0em;}
.font35em {font-size: 3.5em;}
.font25em {font-size: 2.5em;}
.font40em {font-size: 4.0em;}
.font50em {font-size: 5.0em;}

/*** end font sizes ***/

/*** font weights ***/

.font100 {font-weight: 100;}
.font200 {font-weight: 200;}
.font300 {font-weight: 300;}
.font400 {font-weight: 400;}
.font500 {font-weight: 500;}
.font600 {font-weight: 600;}
.font700 {font-weight: 700;}
.font800 {font-weight: 800;}
.font900 {font-weight: 900;}

/*** end font weights ***/

/*** swiper ***/

#front-page-slider .swiper-slide {
	opacity: 0 !important;
}

#front-page-slider .swiper-slide-active {
	opacity: 1 !important;
}

#front-page-slider .swiper-slide .swiper-image-wrapper {
	position: relative;
	width: 100%;
	height: 460px;
}

#front-page-slider .swiper-slide .swiper-image-wrapper img {
	position: absolute;
	top: 0;
	right: -100%;
	height: 100%;
	width: auto;

	-webkit-transition: all 1.00s ease-in-out;
	-moz-transition: all 1.00s ease-in-out;
	-o-transition: all 1.00s ease-in-out;
	-ms-transition: all 1.00s ease-in-out;
	transition: all 1.00s ease-in-out;
}

#front-page-slider .swiper-slide-active .swiper-image-wrapper img {
	right: 0;
	height: 100%;
	width: auto;

	-webkit-transition: all 1.00s ease-in-out;
	-moz-transition: all 1.00s ease-in-out;
	-o-transition: all 1.00s ease-in-out;
	-ms-transition: all 1.00s ease-in-out;
	transition: all 1.00s ease-in-out;
}

#front-page-slider .swiper-slide .swiper-image-wrapper h3, #front-page-slider .swiper-slide .swiper-image-wrapper h4 {
	position: absolute;
	color: #2A4A5C;
	left: -100%;
	margin: 0;
	width: 50%;
	line-height: 0.7;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

#front-page-slider .swiper-slide-active .swiper-image-wrapper h3 {
	left: 0;

	-webkit-transition: all 1.00s ease-in-out 0.50s;
	-moz-transition: all 1.00s ease-in-out 0.50s;
	-o-transition: all 1.00s ease-in-out 0.50s;
	-ms-transition: all 1.00s ease-in-out 0.50s;
	transition: all 1.00s ease-in-out 0.50s;
}

#front-page-slider .swiper-slide-active .swiper-image-wrapper h4 {
	left: 0;

	-webkit-transition: all 1.00s ease-in-out 1.00s;
	-moz-transition: all 1.00s ease-in-out 1.00s;
	-o-transition: all 1.00s ease-in-out 1.00s;
	-ms-transition: all 1.00s ease-in-out 1.00s;
	transition: all 1.00s ease-in-out 1.00s;
}

#front-page-slider .swiper-slide .swiper-image-wrapper p {
	right: -100%;
	position: absolute;
	bottom: 30px;
	width: 50%;

	-webkit-transition: all 1.00s ease-in-out 1.50s;
	-moz-transition: all 1.00s ease-in-out 1.50s;
	-o-transition: all 1.00s ease-in-out 1.50s;
	-ms-transition: all 1.00s ease-in-out 1.50s;
	transition: all 1.00s ease-in-out 1.50s;
}

#front-page-slider .swiper-slide-active .swiper-image-wrapper p {
	right: 50%;
	position: absolute;

	-webkit-transition: all 1.00s ease-in-out 1.50s;
	-moz-transition: all 1.00s ease-in-out 1.50s;
	-o-transition: all 1.00s ease-in-out 1.50s;
	-ms-transition: all 1.00s ease-in-out 1.50s;
	transition: all 1.00s ease-in-out 1.50s;
}

#front-page-slider .swiper-slide .swiper-image-wrapper h3 {
	top: 45%;

	-webkit-transition: all 1.00s ease-in-out 0.50s;
	-moz-transition: all 1.00s ease-in-out 0.50s;
	-o-transition: all 1.00s ease-in-out 0.50s;
	-ms-transition: all 1.00s ease-in-out 0.50s;
	transition: all 1.00s ease-in-out 0.50s;
}

#front-page-slider .swiper-slide .swiper-image-wrapper h4 {
	top: 55%;

	-webkit-transition: all 1.00s ease-in-out 1.00s;
	-moz-transition: all 1.00s ease-in-out 1.00s;
	-o-transition: all 1.00s ease-in-out 1.00s;
	-ms-transition: all 1.00s ease-in-out 1.00s;
	transition: all 1.00s ease-in-out 1.00s;
}

@media only all and (max-width: 992px) {

	#front-page-slider .container {
		width: 100%;
	}

	#front-page-slider .swiper-slide:last-child .swiper-image-wrapper p {
		background-color: #fff;
		padding: 10px;
	}

	#front-page-slider .swiper-slide .swiper-image-wrapper h3 {
		top: 40%;     font-size: 2em;     text-align: left;width: auto !important;display:table;

	}

	#front-page-slider .swiper-slide .swiper-image-wrapper h4 {
		top: 60%;     font-size: 1.5em;     text-align: left; width: auto !important;display:table;

	}

	#front-page-slider .swiper-slide-active .swiper-image-wrapper img {
		max-width: 100%;
	}

}

@media only all and (max-width: 750px) {

	#front-page-slider .swiper-slide .swiper-image-wrapper p {
		width: 100%;
	}

	#front-page-slider .swiper-slide .swiper-image-wrapper h3 {
		width: 100%;
		background-color: rgba(255,255,255,0.7);
		padding: 10px;
	}

	#front-page-slider .swiper-slide .swiper-image-wrapper h4 {
		width: 100%;
		background-color: rgba(255,255,255,0.7);
		padding: 10px;
	}

	#front-page-slider .swiper-slide:not(:nth-last-child(1n+3)) {
		display: none;
	}

	#front-page #front-page-slider{height:220px;}
	#front-page-slider .swiper-slide{}
	#front-page-slider .swiper-slide .swiper-image-wrapper{height:220px;}

}

.addtoany_share_save_container div {
	display: inline-block;
}

.addtoany_share_save_container div:first-child {
	margin-left: 20px;
}

/*** landing link ***/

@media only all and (min-width: 769px) {

	a.bottom-phone-link {
		display: none;
	}

	a.bottom-phone-link {
		position: fixed;
		bottom: 20px;
		right: 20px;
		color: #fff;
		z-index: 201;
	}

	a.bottom-phone-link .svg-wrapper {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background-color: #75B73B;
		border: 2px solid #fff;
		-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.5);
	}

	a.bottom-phone-link .svg-wrapper svg {
		font-size: 2em;
		-webkit-transform: translate(0,15px);
		-moz-transform: translate(0,15px);
		-o-transform: translate(0,15px);
		-ms-transform: translate(0,15px);
		transform: translate(0,15px);
	}

	a.bottom-phone-link span {
		position: absolute;
		padding: 4px 25px 4px 13px;
		background-color: #75B73B;
		color: #fff;
		top: 50%;
		left: -110px;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		z-index: -1;
		border: 2px solid #fff;
	}
}

.footerCopyrightText {
	text-align: center;
	margin-top: 50px;
}

@media only all and (min-width: 769px) {
	.costumerPicWrap{    height: 600px;overflow: hidden;width: 100%;}
	#page #page-content .main-content-wrapper img {
		max-width: fit-content;
		max-height: fit-content;
		height: 120% !important;

	}

}



/***************pop up contact**************/

.send-message{
	font-size: 1.5em !important;
	position: fixed;
	left: -50px;
	top: 300px;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background: #09bdf2;
	color: #fff;
	border: none;
}

.contact-us-modal-page label,.contact-us-modal-page .wpcf7-form-control-wrap{display:block;}
.contact-us-modal-page .wpcf7-form-control-wrap input{    width: 100%;
	padding: 5px 5px;
	border-radius: 5px;
	border: 1px solid #ccc;}

.contact-us-modal-page .wpcf7-submit{width: 100%;
	display: table;
	font-size: 1.1em;
	font-weight: bold;
}

/************ homepage ************/

.testimonials-slider .swiper-wrapper .swiper-slide {
	opacity: 0 !important;
}

.testimonials-slider .swiper-wrapper .swiper-slide-active {
	opacity: 1 !important;
}

.testimonials-slider .swiper-wrapper .inside-content {
	width: 700px;
	margin: 0 auto;
}

.testimonials-slider .swiper-wrapper .inside-content .content {
	font-size: 20px;
}

.testimonials-slider .swiper-wrapper .inside-content .name {
	font-size: 18px;
	font-weight: bold;
	padding-top: 35px;
}

.testimonials-slider .swiper-wrapper .quote-image img {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 10px;
}

@media only all and (max-width: 991px) {
	.testimonials-slider .swiper-wrapper .inside-content {
		width: 80%;
	}
}

/* call to action - form - in articles */

.call-to-action {
	background-color: #f0f0f0;
	text-align: center;
	padding: 10px 0;
}

.call-to-action h2 {
	font-weight: bold;
	padding: 0 10px;
}

.call-to-action .group-wrapper {
	display: inline-block;
	width: 30%;
}

.call-to-action div.group-wrapper:first-child {
	margin-left: 2%;
}

.call-to-action .group-wrapper label span input[type="text"],
.call-to-action .group-wrapper label span input[type="tel"] {
	width: 100%;
	padding: 6px 12px;
}

@media only all and (max-width: 600px) {
	.call-to-action .group-wrapper {
		display: block;
		width: 100%;
		padding: 0 30px;
	}
}

/* end call to action - form - in articles */