html {
	max-width: 100%;
	overflow-X: hidden;
	width: 100%;
}
body {
	padding: 0;
	margin: 0;
	max-width: 100%;
	overflow-X: hidden;
	font-family: 'Poppins', sans-serif;
	color: #000000;
	font-size: 20px;
	line-height: normal;
	font-weight: normal;
}
a, a:hover, a:focus {
	outline: none !important;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: #000;
}
img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	margin: 0px auto;
	max-height: auto;
}
ul, li, p {
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}
strong, b {
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	outline: none !important;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h1, .h1 {
	font-size: 40px;
}
h2, .h2 {
	font-size: 32px;
}
h3, .h3 {
	font-size: 28px;
}
h4, .h4 {
	font-size: 24px;
}
h5, .h5 {
	font-size: 20px;
}
h6, .h6 {
	font-size: 18px;
}
input, select, textarea, button, input:hover, select:hover, textarea:hover, button:hover, input:focus, select:focus, textarea:focus, button:focus {
	outline: none !important;
	box-shadow: none;
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-decoration: none;
}

::-webkit-input-placeholder {
 color: #3e3f41 !important;
 opacity: 1;
font-weight: normal !important;
}
::-moz-placeholder {
 color: #3e3f41 !important;
 opacity: 1;
 font-weight: normal !important;
}
:-ms-input-placeholder {
 color: #3e3f41 !important;
 opacity: 1;
 font-weight: normal !important;
}
:-moz-placeholder {
 color: #3e3f41 !important;
 opacity: 1;
 font-weight: normal !important;
}
.container {
	width: 100%;
	max-width: 1330px;
	margin: 0 auto;
	padding: 0px 15px;
}
.no_padding {
	padding: 130px 0px;
}
.ofi {
	object-fit: cover;
	font-family: 'object-fit: cover';
}
.bg {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
section, header, footer {
	float: left;
	width: 100%;
	margin: 0px;
	position: relative;
}
.content_middle {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: 0px;
	right: 0px;
	margin: 0px auto;
	text-align: center;
}
/*Start-Header*/
.header_info {
	position: absolute;
	width: 100%;
	display: inline-block;
	text-align: right;
	vertical-align: middle;
	z-index: 99;
}
.header_inner {
	position: relative;
	width: 100%;
	display: inline-block;
	text-align: right;
	vertical-align: middle;
}
.logo {
	float: left;
	width: auto;
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-top: 18px;
}
.logo a {
	display: inline-block;
	vertical-align: middle;
}
.logo img {
	height: auto;
	width: auto;
}
/*Start-Defualt_Content*/
.defualt_content_inner {
	float: left;
	width: 100%;
	position: relative;
}
.defualt_content_sec h1 {
	float: left;
	width: 100%;
	position: relative;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 20px;
	color: #000000;
	text-transform: uppercase;
}
.defualt_content_sec h2 {
	float: left;
	width: 100%;
	position: relative;
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 20px;
	color: #000000;
	text-transform: uppercase;
}
.defualt_content_sec h3 {
	float: left;
	width: 100%;
	position: relative;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 20px;
	color: #000000;
	text-transform: uppercase;
}
.defualt_content_sec h4 {
	float: left;
	width: 100%;
	position: relative;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
	color: #000000;
	text-transform: uppercase;
}
.defualt_content_sec h5 {
	float: left;
	width: 100%;
	position: relative;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	color: #000000;
	text-transform: uppercase;
}
.defualt_content_sec h6 {
	float: left;
	width: 100%;
	position: relative;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
	color: #000000;
	text-transform: uppercase;
}
.defualt_content_sec p {
	margin-bottom: 25px;
	color: #404040;
	font-size: 17px;
	line-height: normal;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
.defualt_content_sec a {
	color: #404040;
	display: inline-block;
}
.defualt_content_sec ul {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 30px;
}
.defualt_content_sec ul.two_list li {
	width: 50%;
}
.defualt_content_sec ol.two_list li {
	width: 50%;
}
.defualt_content_sec ul.three_list li {
	width: 33.33%;
}
.defualt_content_sec ol.three_list li {
	width: 33.33%;
}
.defualt_content_sec ul li {
	margin-bottom: 10px;
	color: #404040;
	font-size: 17px;
	padding-left: 20px;
	position: relative;
	width: 100%;
	float: left;
}
.defualt_content_sec ul li:before {
	background: #000;
	position: absolute;
	width: 10px;
	height: 10px;
	content: "";
	left: 0px;
	top: 50%;
	border-radius: 50px;
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.defualt_content_sec ol {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	padding-left: 0px;
}
.defualt_content_sec ol li {
	margin-bottom: 10px;
	color: #636363;
	font-size: 17px;
	counter-increment: section;
	padding-left: 30px;
	position: relative;
	width: 100%;
	float: left;
}
.defualt_content_sec ol li:before {
	content: counter(section);
	position: absolute;
	left: 0px;
	top: 3px;
	position: absolute;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 13px;
	background: #000;
	color: #fff;
	font-weight: 700;
	border-radius: 50px;
}
/*End-Defualt_Content*/


.coman_btn {
	background: none;
	border: none;
	border-radius: 0px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin: 0px auto;
	padding: 15px 30px;
	position: relative;
	text-transform: uppercase;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 99999;
}
.coman_btn:hover, .coman_btn:focus {
	color: #fff;
}
/* BUTTON 4 */
.coman_btn::before, .coman_btn::after {
	background: #5c8ac8;
	content: '';
	position: absolute;
	z-index: -1;
}
.coman_btn::before {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
.coman_btn::after {
	background: #21386f;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.coman_btn:hover:after, .coman_btn:focus:after {
	height: 0;
	left: 50%;
	top: 50%;
	width: 0;
}
.home_img {
	float: left;
	width: 100%;
	position: relative;
}
.home_img img {
	float: left;
	width: 100%;
	position: relative;
	height: auto;
}
.caption_inner {
	float: left;
	width: 100%;
	position: relative;
	background: rgba(254,249,246,0.55);
	max-width: 840px;
	text-align: left;
	padding: 70px 90px;
	left: -90px;
}
.caption_inner h2 {
	float: left;
	width: 100%;
	position: relative;
	color: #132655;
	font-size: 79px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 30px;
	position: relative;
	z-index: 99999;
}
.caption_info.content_middle {
	top: 55%;
}
.caption_inner p {
	float: left;
	width: 100%;
	position: relative;
	color: #000000;
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 38px;
	line-height: 1.2;
	position: relative;
	z-index: 99999;
}
.coman_title {
	text-align: center;
	float: left;
	width: 100%;
}
.coman_title h2 {
	text-align: center;
	float: left;
	width: 100%;
	font-size: 65px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: #000000;
}
.coman_title p {
	text-align: center;
	max-width: 840px;
	width: 100%;
	font-size: 20px;
	font-weight: normal;
	margin: auto;
	margin-bottom: 60px;
	color: #000000;
	display: inline-block;
}
.services_info {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
}
.services_info figure {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.services_info p {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.ser_block {
	float: left;
	width: 100%;
	position: relative;
}
.testi_slider {
	float: left;
	width: 100%;
	position: relative;
}
.testi_slider .item {
	float: left;
	width: 100%;
	position: relative;
}
.testi_slider .item .testi_block {
	float: left;
	width: 100%;
	position: relative;
	border: 1px solid #ededed;
}
.testi_slider .item .testi_block p {
	float: left;
	width: 100%;
	position: relative;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	color: #2f3032;
	padding: 45px;
	line-height: 1.7;
}
.testi_slider .item .testi_block .user_block {
	float: left;
	width: 100%;
	position: relative;
	padding: 20px 45px;
	background: #f8f8f8;
}
.testi_slider .item .testi_block figure {
	width: 61px;
	height: 61px;
	position: absolute;
	margin: 0px;
	border-radius: 50%;
}
.testi_slider .item .testi_block figure img {
	width: auto;
	height: auto;
	border-radius: 50%;
}
.testi_slider .item .testi_block .user_block_details {
	float: left;
	width: 100%;
	position: relative;
	padding-left: 72px;
}
.testi_slider .item .testi_block .user_block_details h2 {
	float: left;
	width: 100%;
	position: relative;
	font-size: 29px;
	font-weight: bold;
	color: #5c8ac8;
}
.testi_slider .item .testi_block .user_block_details span {
	float: left;
	width: 100%;
	position: relative;
	font-size: 15px;
	font-weight: normal;
	color: #767779;
}
.testimonial_sec {
	padding-top: 0px !important;
}
.choose_franzoni_sec {
	padding-bottom: 0px !important;
	background: url(../images/rev_benner.png) no-repeat center;
}
.choose_franzoni_info {
	float: left;
	width: 100%;
	position: relative;
}
.choose_franzoni_img img {
	float: left;
	width: 100%;
	position: relative;
}
.choose_franzoni_img {
	float: left;
	width: 100%;
	position: relative;
}
.choose_franzoni_inner_det {
	float: left;
	width: 100%;
	position: relative;
}
.choose_franzoni_inner_det .coman_block {
	float: left;
	width: 100%;
	position: relative;
}
.choose_franzoni_inner_det .choose_franzoni_block_inner {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 40px;
	height: 80px;
}
.choose_franzoni_inner_det .coman_block figure {
	height: 80px;
	width: 80px;
	background: #fafcfe;
	border-radius: 50%;
	border: 3px solid #444955;
	text-align: center;
	line-height: 70px;
	margin: 0px;
}
.choose_franzoni_inner_det .coman_block p {
	float: left;
	width: 100%;
	position: relative;
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: 1.3;
	padding-top: 10px;
}
.choose_franzoni_left_block {
	direction: rtl;
	right: -40px;
}
.choose_franzoni_right_block {
	left: -40px;
}
.choose_franzoni_left_block.coman_block figure {
	text-align: center;
	position: absolute;
}
.choose_franzoni_left_block.coman_block p {
	text-align: right;
	float: right;
	padding-right: 100px;
}
.choose_franzoni_right_block.coman_block figure {
	text-align: center;
	position: absolute;
}
.choose_franzoni_right_block.coman_block p {
	text-align: left;
	float: left;
	padding-left: 100px;
}
.special_offers_sec .container {
	max-width: 1460px;
}
.special_offers_info {
	float: left;
	width: 100%;
	position: relative;
	left: -60px;
}
.special_offers_info figure {
	float: left;
	width: 100%;
	position: relative;
	margin: 0px;
}
.special_offers_info figure video {
	float: left;
	width: 100%;
	position: relative;
	-webkit-box-shadow: 0px 0px 35px 11px rgba(241,241,241,1);
	-moz-box-shadow: 0px 0px 35px 11px rgba(241,241,241,1);
	box-shadow: 0px 0px 35px 11px rgba(241,241,241,1);
}
.special_offers_info_det {
	float: left;
	width: 100%;
	position: relative;
	padding-left: 70px;
}
.special_offers_info_det img {
	margin-bottom: 40px;
	display: block;
	float: left;
}
.special_offers_info_det h2 {
	float: left;
	width: 100%;
	position: relative;
	color: #608ecd;
	font-size: 98px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 0.8;
	margin-bottom: 20px;
}
.special_offers_info_det p {
	float: left;
	width: 100%;
	position: relative;
	color: #000000;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 30px;
}
.our_story_sec {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 250px;
}
.our_story_img {
	float: left;
	width: 100%;
	position: relative;
}
.our_story_img img {
	float: left;
	width: 100%;
	position: relative;
}
.our_story_info {
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	bottom: 0px;
}
.our_story_inner {
	float: left;
	width: 100%;
	position: relative;
	max-width: 590px;
	background: #fff;
	padding: 80px 50px 8px 50px;
	-webkit-box-shadow: 0px 0px 69px -36px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 69px -36px rgba(0,0,0,1);
	box-shadow: 0px 0px 69px -36px rgba(0,0,0,1);
	margin-bottom: -30px;
}
.our_story_inner:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
}
.our_story_inner:before {
	content: "";
	position: absolute;
	background: url(../images/curve.png) no-repeat;
	width: 100%;
	height: 98px;
	left: 0px;
	right: 0px;
	bottom: -97px;
	background-size: 100% auto !important;
	background-position: center bottom !important;
}
.our_story_inner h2 {
	float: left;
	width: 100%;
	position: relative;
	color: #000000;
	font-size: 65px;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 30px;
}
.our_story_inner p {
	float: left;
	width: 100%;
	position: relative;
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 30px;
	line-height: 1.4;
}
.our_story_inner p b {
	font-weight: 600;
}
.client_info {
	float: left;
	width: 100%;
	position: relative;
}
.clinet_logo {
	float: left;
	width: 100%;
	position: relative;
	left: -46px;
}
.clinet_logo figure {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 60px;
	text-align: center;
}
.clinet_logo figure img {
	display: block;
	width: auto;
	position: relative;
	height: auto;
}
.client_sec .coman_title h2 {
	text-align: left;
	margin-bottom: 50px;
}
.contact_form {
	background: #5c8ac8;
	padding: 55px 55px 15px 55px;
	float: right;
	width: 100%;
	position: relative;
	max-width: 450px;
	text-align: center;
	margin-bottom: -20px;
	z-index: 1;
}
.contact_form:before {
	content: "";
	position: absolute;
	background: url(../images/curve_contact.png) no-repeat;
	background-size: auto;
	width: 100%;
	height: 84px;
	left: 0px;
	right: 0px;
	bottom: -83px;
	background-size: 100% auto !important;
	background-position: center bottom !important;
	z-index: 1;
}
footer {
	background: #040a19;
}
.footer_top {
	float: left;
	width: 100%;
	position: relative;
	padding: 173px 0px 88px 0px;
	border-bottom: 1px solid #1e2330;
}
.contact_form h3 {
	color: #ffffff;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 600;
	float: left;
	width: 100%;
}
.contact_form h2 {
	color: #ffffff;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	width: 100%;
	line-height: 1;
	margin-bottom: 20px;
}
.contact_form form {
	float: left;
	width: 100%;
}
.contact_form form .form-group {
	float: left;
	width: 100%;
	margin-bottom: 14px;
}
.contact_form form .form-group .form-control {
	float: left;
	width: 100%;
	background: #fff;
	height: 60px;
	color: #3e3f41;
	font-size: 18px;
	padding: 0px 28px;
	border-radius: 0px;
	box-shadow: none;
	border: none;
}
.submit_btn {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.contact_btn {
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	background: none;
}
.submit_btn.coman_btn::before, .submit_btn.coman_btn::after {
	background: #21386f;
}
.facebook_link {
	float: left;
	width: 100%;
}
.facebook_link a {
	float: left;
	width: 100%;
	color: #ffffff;
	font-size: 17px;
}
.facebook_link a:hover, .facebook_link a:focus {
	color: #21386f;
}
.add_block {
	color: #b8bac0;
	font-size: 18px;
	float: left;
	width: 100%;
	line-height: 1.7;
}
.add_block i {
	padding-right: 7px;
	display: inline-block;
}

.phone_link {
	color: #b8bac0;
	font-weight: bold;
	float: left;
	width: 100%;
}


.footer_top h6 a {
	color: #b8bac0;
	font-weight: bold;
	float: left;
	width: 100%;
	margin-bottom:5px;
}
.phone_link:hover, .phone_link:focus {
	color: #80afee;
}
.mail_link {
	color: #80afee !important;
	font-size: 18px;
	float: left;
	width: 100%;
}
.brand_logo {
	float: left;
	width: 100%;
	text-align: right;
}
.brand_logo li {
	width: 1%;
	display: table-cell;
	padding: 0px 7px;
}
.footer_bottom {
	float: left;
	width: 100%;
	padding: 50px 0px;
}
.footer_bottom p {
	float: left;
	color: #b8bac0;
	font-size: 17px;
	font-weight: normal;
}
.footer_bottom p b {
	font-weight: blod;
	color: #fff;
}
.footer_bottom p span {
	color: #80afee;
}
.footer_bottom ul {
	float: right;
}
.footer_bottom ul li {
	display: inline-block;
	padding: 0px 17px;
}
.footer_bottom ul li:last-child {
	padding-right: 0px;
}
.footer_bottom ul li a {
	display: inline-block;
	color: #9b9da3;
	font-size: 22px;
}
.footer_bottom ul li a:hover, .footer_bottom ul li a:focus {
	color: #5c8ac8;
}
.special_offers_img {
	float: left;
	width: 100%;
}
.masseges_block {
	float: none;
	width: 100%;
	background: #f8f8f8;
	text-align: center;
	max-width: 650px;
	margin: auto;
	padding: 50px;
}
.masseges_block p, .masseges_block img {
	margin-bottom: 15px;
}
.masseges_block p b {
	color: #80afee !important;
}
.masseges_block .coman_btn{
	margin-bottom:10px;
}