html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: 'Raleway', sans-serif;
	color: #4b4b4b;
	font-size: 16px;
	font-weight: 400;
}

body > div {
	overflow: hidden;
}

b {
	font-weight: 800;
}

.animation { opacity: 0; }
.animated { opacity: 1; }

img {
	max-width: 100%;
}

img.fleft {
	float: left !important;
	margin-right: 40px;
	margin-bottom: 20px;
}

img.fright {
	float: right; !important;
	margin-left: 40px;
	margin-bottom: 20px;
	max-width: 500px;
}

.fleft {
	float: left !important;
}

.fright {
	float: right !important;
}

.row {
	width: 100%;
	display: block;
	float: left;
}

.w30 {
	width: 33%;
	display: block;
	float: left;
}

.w50 {
	width: 50%;
	display: block;
	float: left;
}

.w100 {
	width: 100%;
}

.ib {
	display: inline-block;
}

.sec {
	display: block;
	float: left;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	text-align: center;
}

.container {
	width: 1200px;
	display: inline-block;
	text-align: left;
}

* {
	outline: none;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #0087a1;
	transition: all 0.17s ease-out;
}

a:hover {
	text-decoration: none;
	color: #000;
}

.centered {
	text-align: center !important;
}

.relative {
	position: relative;
}

hr {
	background: #dbdbdb;
	height: 2px;
	border: none;
	margin-top: 50px;
	margin-bottom: 50px;
}



/* STYLES */

#back_slider {
	position: fixed;
	z-index: -2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	background-size: cover;
}

#back_slider img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	
	z-index: 1;
}

#back_slider img.active {
	z-index: 3
}

.header_sec {
	overflow: hidden;
}

.header_sec div.tint {
	display: none;
	content: '';
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1b96b2;
	background: -moz-linear-gradient(-45deg,  #1b96b2 0%, #4fb5ba 50%, #9abe64 100%);
	background: -webkit-linear-gradient(-45deg,  #1b96b2 0%,#4fb5ba 50%,#9abe64 100%);
	background: linear-gradient(135deg,  #1b96b2 0%,#4fb5ba 50%,#9abe64 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b96b2', endColorstr='#9abe64',GradientType=1 );
	opacity: .3;
}

.header_sec .button {
	margin-bottom: 250px;
}

.logo {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	height: 70px;
}

.logo img {
	max-height: 100%;
}


#totop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	display: none;
	width: 50px;
	height: 50px;
	border-radius: 10em;
	text-align: center;
	line-height: 44px;
	cursor: pointer;
	color: #000;
	transition: color 0.4s ease, border 0.4s ease;
}

#totop:hover {
	color: #fff;
}

#totop::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	width: 0;
	height: 100%;
	background: rgba(0,0,0, .6);
	border-radius: 10em;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
}

#totop:hover::before {
	visibility: visible;
	width: 100%;
	left: 0;
	opacity: 1;
}

#totop.white {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	color: #fff;
}

#totop.white::before {
	background: rgba(255,255,255, .6);	
}

#totop.white:hover {
	color: #000;
}



.topbar {
	float: left;
	width: 100%;
}

.topmenu_box {
	position: relative;
	z-index: 1000;
	float: right;
	margin-right: -30px;
	background: rgba(0,0,0, .4);
	transform: skew(35deg);
	padding: 10px;
}

.topmenu_inner {
	display: inline-block;
	transform: skew(-35deg);
	padding-left: 30px;
	padding-right: 30px;
}

.topmenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.topmenu > li {
	position: relative;
	z-index: 1000;
	display: inline-block;
	float: left;
}

.topmenu > li > a {
	display: inline-block;
	padding: 20px 20px;
	color: #fff;
}

.topmenu > li > a::after {
	content: '';
	position: absolute;
	left: -7px;
	top: 50%;
	display: inline-block;
	width: 10px;
	height: 1px;
	background: rgba(255,255,255, .4);
}

.topmenu > li:first-child > a::after {
	display: none;
}

.topmenu > li:hover > a,
.topmenu > li.current > a {
	text-shadow: 0px 0px 3px #fff, 0px 0px 10px #fff;
}

.topmenu > span {
	position: absolute;
	left: 38px;
	bottom: -14px;
	width: calc(100% - 40px);
	height: 5px;
	border-radius: 2px 2px 0 0;
	margin-left: -18px;
	background: #38b6b6;
	transition: all 0.4s ease;
}

.tm_login > a {
	font-weight: 600;
	border: 1px solid;
	border-radius: 4px;
	margin-top: 9px;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	box-shadow: 0px 0px 5px #fff inset;
}

.tm_login > a:hover {
	background: #fff;
	border-color: #fff;
	color: #000;
}

.tm_login > a::after {
	display: none !important;
}

#menu .tm_login > a {
	border: none;
	box-shadow: none;
}

.tm_lang {
	display: none !important;
	width: 80px;
	height: 59px;
}

.tm_lang > a::after {
	display: none !important;
}

.tm_lang a {
	position: absolute;
	z-index: 10;
	top: 17px;
	left: 20px;
	opacity: .6;
	padding: 0 !important;
}

.tm_lang a:not(.active):hover {
	opacity: 1;
}

.tm_lang a img {
	float: left;
}

.tm_lang a.active {
	z-index: 20;
	opacity: 1;
	box-shadow: 0px 0px 5px 1px #fff;
}

.tm_lang:hover a:first-child {
	margin-top: -17px;
}

.tm_lang:hover a:last-child {
	margin-top:  17px;
}





/* SUBMENU */

.submenu {
	position: absolute;
	top: 100%;
	z-index: 100;
	padding: 0;
	margin: 0;
	padding-top: 14px;
	list-style: none;
	visibility: hidden;
	transform: perspective(500px) rotateX(-40deg) scale(.9);
	opacity: 0;
	transition: all 0.4s ease;
}

.topmenu > li:hover .submenu {
	visibility: visible;
	transform: skew(0deg);
	opacity: 1;
}

.submenu > li > a {
	text-align: left;
	background: rgba(0,0,0, .7);
	display: block;
	padding: 10px 20px;
	color: #fff;
	border-bottom: 1px solid #3d9395;
}

.submenu > li:hover > a,
.submenu > li.current > a {
	background: rgba(63,149,151, .9);
}

.submenu > li:last-child > a {
	border-radius: 0 0 4px 4px;
}



/* HEADER */

.header_info {
	margin-top: 13%;
	font-size: 40px;
	color: #fff;
	text-align: center;
}

.header_info h1 {
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 80px;
	text-shadow: 0px 0px 3px #38b6b6, 0px 0px 3px #38b6b6;
	opacity: 0;
	transform: scale(.6);
	transition: all 2s ease 0.3s;
}

.header_info h2 {
	display: inline-block;
	font-weight: 300;
	font-size: 26px;
	margin-bottom: 80px;
	background: #38b6b6;
	border-radius: 4px;
	padding: 5px 15px;
	opacity: 0;
	transform: scale(.6);
	transition: all 2s ease 0.5s;
}

.header_info .button {
	opacity: 0;
	transform: scale(.6) skew(-25deg);
	transition: all 2s ease 0.8s;
}

.button {
	position: relative;
	display: inline-block;
	padding: 15px 50px;
	margin-left: 25px;
	margin-right: 25px;
	background: #b2ca72;
	color: #fff;
	border: 1px solid #a0b762;
	font-size: 24px;
	transform: skew(-25deg);
}

.button:hover {
	background: #a0b762;
	border-color: #a0b762;
	color: #fff;
	transform: skew(0deg);
}

.button span {
	display: inline-block;
	transform: skew(25deg);
	transition: transform 0.17s ease-out;
}

.button:hover span {
	transform: skew(0deg);
}

.button.white {
	background: #fff;
	border: 2px solid #38b6b6;
	color: #38b6b6;
	font-weight: 500;
}

.button.white:hover {
	background: rgba(255,255,255, .1);
	border-color: #fff;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0, .5);
	box-shadow: 0px 1px 1px rgba(0,0,0, .5), 0px 1px 1px rgba(0,0,0, .5) inset;
}



.pr_sec {
	background: rgba(56, 182, 182, .8);
	box-shadow: 0 -3px rgba(0,0,0, .3);
	border-bottom: 3px solid rgba(0,0,0, .3);
	margin-top: -153px;
}

.pr_sec .container {
	text-align: center;
}

.pr_sec .container > .ib {
	margin-bottom: -4px;
}

.pr_item {
	position: relative;
	display: inline-block;
	float: left;
	width: 20%;
	min-width: 170px;
	height: 150px;
	color: #fff;
	text-align: center;
	border-right: 1px solid rgba(255,255,255, .3);
}

.pr_item:last-child {
	border-right: none;
}

.pr_item:hover {
	color: #fff;
	background: rgba(56, 182, 182, 1);
}

.pr_item div {
	position: relative;
	z-index: 3;
	display: table-cell;
	width: 1%;
	height: 110px;
	vertical-align: middle;
}

.pr_item span {
	position: relative;
	z-index: 3;
	font-weight: 500;
}

.pr_item:nth-child(even) {
	background: rgba(138, 180, 48, .2);
}

.pr_item:nth-child(even):hover {
	background: rgba(138, 180, 48, .7);
}


.sec_content {
	background: #fff;
	padding: 50px 0;
}

.intro_sec {
	background: #fff;
	padding: 60px 0; 
	line-height: 1.45em;
}

.ageto_img {
	position: relative;
	float: left;
	width: 50%;
	margin-right: 50px;
	border-radius: 4px;
	overflow: hidden;
}

.ageto_img::after {
	content: '';
	position: absolute;
	z-index: 100;
	top: 50%;
	right: -15px;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-top: -17px;
	background: #fff;
	transform: rotate(45deg);
}

.intro_sec h2 {
	position: relative;
	font-size: 40px;
	font-weight: 400;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-bottom: 20px;
	line-height: 1.1em;
	color: #000; 
}

.intro_sec h2:first-child,
.intro_sec a + h2 {
	margin-top: 0;
}

.intro_sec h2::before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 100px;
	height: 2px;
	background: #38b6b6;
	opacity: .5;
}

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

.zoom.fright {
	margin-left: 40px;
}

.zoom img {
	float: left;
}

.zoom::before {
	content: '';
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(56, 182, 182, .8) url(img/zoom.png) no-repeat center center;
	opacity: 0;
	transform: scale(.8);
	transition: all 0.7s ease-in-out;
}

.zoom:hover::before {
	opacity: 1;
	transform: scale(1);
}

.table {
	display: table;
}

.justify {
	text-align: justify;
}

.justify::after {
	content: '';
	width: 100%;
	height: 0;
	display: inline-block;
}

.offers_sec {
	background: #8fb342;
	padding: 60px 0;
	color: #fff;
	box-shadow: 0px 2px 1px rgba(0,0,0, .3) inset;
}

.offers_sec .container {
	text-align: center;
}

.of_item {
	position: relative;
	display: table-cell;
	width: 20%;
	height: 60px;
	padding-left: 80px;
	padding-right: 3%;
	vertical-align: middle;
	text-align: left;
	font-size: 18px;
	text-shadow: 0px 2px 0px rgba(0,0,0, .3);
	transition: all 0.3s ease-out;
}

.of_item:hover {
	transform: scale(1.2);
}

.of_item .fa {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 31px;
	margin-right: 20px;
	text-align: center;
	background: rgba(0,0,0, .3);
	box-shadow: 0px 2px 1px rgba(0,0,0, .2) inset;
	border-radius: 10em;
	transition: all 0.3s ease-in-out;
}

.of_item:hover .fa {
	background: rgba(0,0,0, .5);
}



/* FOOTER */

.footer_sec {
	background: #333;
	padding: 60px 0;
	color: #ddd;
}

.footer_sec .container {
	text-align: center;
}

.logo_footer {
	height: 60px;
	opacity: .4;
	margin-bottom: 40px;
}

.footer_sec a {
	color: #ddd;
}

.footer_sec a:hover {
	text-decoration: underline;
}

.fmenu {
	list-style: none;
	margin: 0;
	margin-bottom: 40px;
	padding: 0;
}

.fmenu li {
	display: inline-block;
	margin: 0 5px;
}

.fmenu li a {
	display: inline-block;
	padding: 10px;
	color: #ddd;
	border-radius: 4px;
	border: 2px solid #222;
}

.fmenu li a:hover {
	color: #fff;
	background: #222;
	text-decoration: none;
}

.fmenu li.current a {
	background: #222;
	color: #fff;
}

.fgeo,
.fmail {
	display: inline-block;
	margin: 0 10px;
}


.debug_sec {
	background: #222;
	border-top: 1px solid #111;
	padding: 20px 0;
}

.debug_sec .container {
	text-align: center;
	color: #999;
}

.debug_sec a {
	color: #ddd;
}

.debug_sec a:hover {
	color: #fff;
}

.header_sec.second {
	overflow: visible;
}

.header_sec.second div.tint {
	opacity: .7;
}
/*
.header_sec.second .topmenu_box {
	overflow: visible;
	transform: skew(0deg);
	margin-right: 0;
}

.header_sec.second .topmenu_inner {
	transform: skew(0deg);
}
.header_sec.second .topmenu > span {
	margin-left: 10px;
}
*/

.content_sec {
	background: #fff;
	padding: 50px 0;
	line-height: 1.5em;
}

.content_sec h1 {
	position: relative;
	z-index: 1;
	text-transform: capitalize;
	font-weight: 300;
	font-size: 40px;
	line-height: 1.1em;
	margin-top: 0;
	margin-bottom: 40px;
}

.content_sec h1::after {
	content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    display: inline-block;
    width: 100px;
    height: 2px;
    background: #38b6b6;
    opacity: .5;
}

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

ul.check li {
	margin-left: 25px;
	margin-bottom: 5px;
	font-weight: 500;
}

ul.check li::before {
	width: 25px;
	margin-left: -25px;
	display: inline-block;
	content: '\f058';
	font-family: 'FontAwesome';
	color: #49baba;
}

.input_text {
	width: 100%;
	margin-bottom: 15px;
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: 3px solid #ccc;
	border-radius: 4px;
	transition: all 0.2s ease-out;
}

.input_text:focus {
	border-color: #64b8c2;
}

.form_captcha img {
	float: left;
	max-width: 20%;
	margin-right: 15px;
	margin-top: 10px;
}

.form_captcha .input_text {
	max-width: 250px;
	float: left;
	margin-right: 15px;
}

.button_submit {
	float: left;
	background: #64b8c2;
	color: #fff;
	height: 43px;
	border-radius: 4px;
	border: 1px solid #64b8c2;
	border-bottom: 3px solid #4d9aa3;
	padding: 0 20px;
	text-align: center;
	width: 150px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	transition: all 0.2s ease-out;
}

.button_submit:hover {
	background: #4d9aa3;
	transform: translateY(3px);
	border-bottom-width: 0px;
}

#mmenu_button {
	display: none;
}


/* ACCORDION */

.accordion_item {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	cursor: pointer;
	transition: all 0.2s ease-out;
}

.accordion_item h3 {
	padding: 24px;
	font-weight: 600;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 82px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #f6f6f6 url(img/ac_plus.png) no-repeat right 24px top 16px;
	transition: all 0.2s ease-out;
}

.accordion_item.active h3 {
	background-image: url(img/ac_minus.png);
}

.accordion_item div {
	display: none;
	padding: 24px 60px 24px 24px;
	margin: 0 24px;
	background: #f3fdff;
	border: 1px solid #e5e5e5;
	border-top: none;
	border-radius: 0 0 4px 4px;
	box-shadow: 0px 9px 15px -12px rgba(0,0,0, .8) inset;
}

.accordion_item.active h3 {
	background-color: #38b6b6 !important;
	color: #fff;
	border: 1px solid #38b6b6;
}

.accordion_item:hover h3 {
	background-color: #eee;
}

.partners_sec {
	background: #fff;
	padding: 30px 0;
}

.partners_slider {
	list-style: none;
	margin: 0;
	padding: 0;
}

.partners_slider li {
	width: 170px;
	height: 150px;
	vertical-align: middle;
	border: 1px solid #ddd;
}

.partners_slider li::after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.partners_slider li img {
	display: inline-block !important;
	vertical-align: middle;
	max-height: 100%;
}

.partners_slider .owl-controls {
	text-align: center;
	display: none;
}

.partners_slider .owl-nav {
	display: inline-block;
	text-align: center;
	padding: 20px 0 0;
}

.partners_slider .owl-prev,
.partners_slider .owl-next {
	display: inline-block !important;
	float: left;
	width: 20px;
	height: 20px;
	margin: 3px;
	font-size: 0;
	color: transparent;
}

.partners_slider .owl-prev {
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	transform: rotate(45deg);
}

.partners_slider .owl-next {
	border-right: 2px solid #ccc;
	border-top: 2px solid #ccc;
	transform: rotate(45deg);
}

.partners_slider .owl-prev:hover,
.partners_slider .owl-next:hover {
	border-color: #8fb342;
}

h2 {
	font-size: 30px;
	font-weight: 300;
}

.partners_sec h2 {
	text-align: center;
}

.feature_item {
	float: left;
	width: 100%;
	padding: 30px 30px;
	padding-left: 120px;
}

.feature_item:nth-child(even) {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 6px;
}

.feature_item:nth-child(even) .fa {
	color: #8fb342;
	border-color: #8fb342;
}

.feature_item .fa {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 20px;
	margin-left: -100px;
	border-top: 2px solid #38b6b6;
	border-bottom: 2px solid #38b6b6;
	border-left: 2px solid transparent !important;
	border-right: 2px solid transparent !important;
	color: #38b6b6;
	text-align: center;
	line-height: 76px;
	border-radius: 10em;
	font-size: 31px;
}

.feature_item h3 {
	margin-top: 7px;
	margin-bottom: 17px;
	font-size: 22px;
	line-height: 26px;
	font-weight: 500;
}

.content_menu {
	margin: 0;
	margin-bottom: 40px;
	padding: 0;
	float: left;
	width: 100%;
}

.content_menu li {
	display: inline-block;
	margin-right: 3px;
}

.content_menu li a {
	display: inline-block;
	border: 2px solid #38b6b6;
	padding: 7px 15px;
	border-radius: 3px;
}

.content_menu li a:hover {
	background: #38b6b6;
	color: #fff;
}

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

ul.bullet > li {
	padding-left: 15px;
	color: #000;
	font-weight: 500;
}

ul.bullet > li::before {
	content: '';
	display: inline-block;
	float: left;
	margin-top: 8px;
	margin-left: -15px;
	margin-right: 10px;
	width: 5px;
	height: 5px;
	border-radius: 3px;
	background: #38b6b6;
}

ul.bullet > li > ul {
	margin: 0;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 0;
	list-style-type: none;
}

ul.bullet > li > ul > li {
	padding-left: 10px;
	color: #4b4b4b;
	font-weight: 400;
}

ul.bullet > li > ul > li::before {
	content: '- ';
	display: inline-block;
	width: 10px;
	margin-left: -10px;
}



/* QUA */

.qua_mobile {
	background-color: #f0f0f0;
}

.container_qua {
	display: inline-block;
	width: 100%;
	max-width: 500px;
	background-color: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 2px solid #ddd;
	border-radius: 10px;
	padding: 30px;
	text-align: left;
}

.qua_logo {
	max-width: 100%;
	margin-bottom: 30px;
}

.mobile_qua_sec h1,
.mobile_qua_sec h2 {
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 600;
}

.mobile_qua_sec h2 {
	margin-bottom: 10px;
}

.mobile_qua_sec h4 {
	font-size: 20px;
	font-weight: 500;
	margin-top: -7px;
	margin-bottom: 20px;
	color: #999;
}

.qua_form_section {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.qua_form_section:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.qua_form .date {
	max-width: 200px;
	background-image: url(img/i_calendar.png);
	background-position:  right 10px top 50%;
	background-repeat: no-repeat;
}

.qua_question {
	margin-bottom: 15px;
	font-weight: bold;
}

.qua_form textarea.input_text {
	height: 100px;
	resize: none;
}

.qua_label {
	display: block;
	margin-bottom: 5px;
}

.rd {
	display: none;
}

.rd + label {
	display: inline-block;
	margin-right: 15px;
	min-height: 24px;
	line-height: 24px;
	margin-bottom: 15px;
	background: url(img/radio.png) no-repeat 0 0;
	padding-left: 30px;
	cursor: pointer;
}

.rd:checked + label {
	background-image: url(img/radio_r.png);
}

.ch {
	display: none;
}

.ch + label {
	display: inline-block;
	margin-right: 15px;
	min-height: 24px;
	line-height: 24px;
	margin-bottom: 15px;
	background: url(img/checkbox.png) no-repeat 0 0;
	padding-left: 30px;
	cursor: pointer;
}

.ch:checked + label {
	background-image: url(img/checkbox_r.png);
}

.qua_button_box {
	text-align: center;
	padding-top: 10px;
}

.qua_button_box .button {
	transition: all 0.3s ease;
	font-size: 18px;
}

/* // QUA */













/* RESPONSIVE */

@media (max-width: 1200px) {

	.container {
		max-width: 100%;
		width: 100%;
		padding-left: 2%;
		padding-right: 2%;
	}

	#back_slider img {
		display: none !important;
	}


}







@media (max-width: 1100px) {
	
	#mmenu_button {
		display: inline-block;
		float: right;
		color: #fff;
		font-size: 27px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		background: rgba(0,0,0, .5);
	}

	#mmenu_button:hover {
		background: #38b6b6;
	}

	.topmenu_inner {
		display: none;
	}

	.topmenu_box {
		transform: none;
		margin-right: 0;
		background: none;
		padding: 15px;
	}

}

















@media (max-width: 800px) {

	.header_info h1 {
		font-size: 50px;
	}

	.table {
		display: block;
		float: left;
	}

	.of_item {
		text-align: center;
		display: inline-block;
		vertical-align: top;
		padding: 0 5%;
		margin-right: 0;
		height: auto;
		width: 47%;
		margin-bottom: 40px;
	}

	.of_item .fa {
		position: static;
		margin-bottom: 10px;
		margin-right: 0;
	}

	.of_item span {
		display: block;
	}

	.offers_sec {
		padding-bottom: 20px;
	}

	.pr_sec {
		margin-top: 0;
		background: #38b6b6;
	}

	.pr_sec .container {
		text-align: center;
	}

	.header_sec .button {
		margin-bottom: 40px;
	}

	.intro_sec h2 {
		font-size: 40px;
	}

	.pr_item {
		background: transparent !important;
		border-right: none;
		border-left: none;
		display: inline-block;
		float: none;
		vertical-align: top;
		min-width: 180px;
	}

	img.fright {
		max-width: 300px;
	}

}














@media (max-width: 500px) {

	.ageto_img {
		width: 100%;
		margin-bottom: 30px;
	}

	.fgeo, .fmail {
		margin: 10px;
	}

}














@media (max-width: 400px) {

	.of_item {
		width: 100%;
	}

}















