@charset "utf-8";
 @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font: 400 15px/20px 'Roboto Slab', serif;
	color: #000;
	transition: all .3s ease-in-out;
	word-break: break-word;
	overflow-x: hidden;
}
ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none
}
ul li {
}
.flex-s {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flex-m {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flex-l {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.equal-height {
	align-items: initial!important;
}
.flex-re {
	flex-direction: row-reverse
}
.row.flex-re [class*="col-"] {
	margin-right: 2.5641%;
	margin-left: 0;
}
.row.flex-re [class*="col-"]:first-child {
	margin-right: 0;
}
a {
	text-decoration: none;
	color: #000;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0px;
}
h1 {
	font: 700 55px/60px 'Roboto Slab', serif;
	color: #4d4d50;
}
h2 {
	font: 900 40px/45px 'Roboto Slab', serif;
	color: #000;
}
h2 code {
	font: 700 14px/20px 'Roboto Slab', serif;
	color: #b6b6b6;
	display: block;
}
h3 {
	font: 900 35px/40px 'Roboto Slab', serif;
	color: #fff;
}
h4 {
	font: 300 30px/35px 'Roboto Slab', serif;
	color: #fff;
}
h5 {
	font: 400 25px/30px 'Roboto Slab', serif;
	color: #fff;
}
h6 {
	font: 400 20px/25px 'Roboto Slab', serif;
	color: #fff;
}
p {
	font: 400 16px/20px 'Roboto Slab', serif;
	color: #565656;
	padding: 15px 0 0;
}
a, a:link, a:visited, a:hover {
	text-decoration: none;
	outline: none;
}
.btn {
	background: #fff;
	font: 400 15px/52px 'Roboto Slab', serif;
	color: #000;
	text-transform: capitalize;
	text-align: center;
	padding: 0 54px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 30px;
	transition: all 300ms ease-out 0s;
}
.btn:hover {
}
.btn-white {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.btn-black {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}
.d-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
textarea:focus, input:focus, button:focus, select:focus {
	outline: none;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.bld-text {
	font-weight: 900;
}
.blk-text {
	font-weight: 700;
}
.mid-text {
	font-weight: 500;
}
.lit-text {
	font-weight: 300;
}
/*--header start--*/
header {
}
.header_top {
	background: #000;
}
.logo {
	float: left;
}
.logo img {
}
.after-logo {
	float: right;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 10px 0;
	flex-direction: row-reverse;
}
.booking-top {
	float: right;
	margin: 0 0 0 5px;
}
.booking-top {
	float: left;
}
.booking-top ul {
	float: left;
}
.booking-top ul li {
	float: left;
	padding: 19px 15px 19px 60px;
	font: 700 15px/20px 'Roboto Slab', serif;
	color: #fff;
	background: url(../images/hi-1.png) no-repeat left center;
}
.booking-top ul li:last-child {
	background: url() no-repeat left center;
	padding-right: 0;
}
.booking-top ul li a {
	font: 400 15px/20px 'Roboto Slab', serif;
	color: #fff;
	display: block;
}
.header_bot {
	background: #000;
}
/*---navigation---*/

#navbtn {
	display: none;
}
.nav-menu {
	display: table;
}
.nav-menu li {
	position: relative;
	float: left;
	padding: 0 24.5px;
}
.nav-menu li:last-child {
	border: none;
}
.nav-menu li .menuarrow {
	display: none;
}
.nav-menu li > a {
	font: 400 14px/49px 'Roboto Slab', serif;
	color: #fff;
	white-space: nowrap;
	display: block;
	text-transform: uppercase;
}
.nav-menu li:hover, .nav-menu li.active, .nav-menu li.current_page_item {
	background: #4d4d4d;
}
.nav-menu li:hover > a, .nav-menu li.active > a, .nav-menu li.current_page_item > a, .nav-menu li > a:focus {
	color: #fff;
}
.nav-menu .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background: #ccbf90;
	min-width: 220px;
	/*box-shadow: 0 0 5px #e1c31f;*/

	transition: all 300ms ease-out 0s;
	display: none;
	z-index: 999;
}
.nav-menu .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
.nav-menu li:hover > .sub-menu {
	display: block;
}
.nav-menu .sub-menu li {
	float: none;
	/*border-bottom: 1px solid #e3e3e3;*/
	padding: 0;
}
.nav-menu .sub-menu li::before {
	display: none;
}
.nav-menu .sub-menu li:hover, .nav-menu .sub-menu li.active, .nav-menu .sub-menu li.current_page_item {
	background: none;
	background: #c39529;
	border-radius: 0;
}
.nav-menu .sub-menu li:hover a, .nav-menu .sub-menu li.active a, .nav-menu .sub-menu li.current_page_item a {
	color: #fff;/*text-shadow: 1px 1px 1px #000;*/
}
.nav-menu .sub-menu a {
	font: 400 14px/49px 'Roboto Slab', serif;
	color: #1d1d1d;
	padding: 0px 10px;
	white-space: normal;
	margin: 0;
	text-transform: capitalize;
}
.nav-menu .sub-menu li+li {
	border-top: 1px solid #a87b13;
}
#navigation {
}
 @media only screen and (max-width: 1198px) {
#navigation {
}
.nav-menu li > a {
	margin: 0 0px;
}
}
 @media only screen and (max-width: 990px) {
#navigation {
	width: auto;
	position: relative;
	margin: 0;
	float: right;
	background: #000;
	border: 1px solid #000;
	margin: 0 0 0 25px;
}
#navbtn {
	display: block;
	background: url(../images/navigation.png) no-repeat 100% 50%;
	width: 38px;
	text-align: left;
	height: 38px;
	font-size: 0px;
	text-transform: uppercase;
	line-height: 38px;
	cursor: pointer;
	color: #fff;
}
.nav-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	background: #353535;
	width: 100%;
	z-index: 999;
	width: 260px;
	box-shadow: 0 0 6px #000;
}
.nav-menu li {
	float: none;
}
.nav-menu li+li {
	border-top: 1px solid #000;
}
.nav-menu li > a {
	font: 400 14px/49px 'Roboto Slab', serif;
	color: #1d1d1d;
	padding: 0 10px;
	margin: 0;
}
.nav-menu li .menuarrow {
	position: absolute;
	right: 2px;
	top: 8px;
	width: 30px;
	height: 30px;
	z-index: 99;
	background: url(../images/nav-arrow.png) no-repeat 50% 50%;
	display: block;
	cursor: pointer;
	border-radius: 3px;
}
.nav-menu li:hover > .menuarrow, .nav-menu li.active > .menuarrow, .nav-menu li.current_page_item > .menuarrow {
	background: url(../images/nav-arrow.png) no-repeat 50% 50% #fff;
}
.nav-menu .sub-menu {
	margin: 0 3px;
	position: relative;
}
.nav-menu .sub-menu .sub-menu {
	left: 0;
	margin: 0 5px;
}
.nav-menu .sub-menu li {
	float: none;
}
.nav-menu li:hover > .sub-menu {
	display: none;
}
}
 @media only screen and (min-width: 1024px) {
.nav-menu {
	display: table !important;
}
}
 @media only screen and (min-width: 1025px) {
.nav-menu {
	display: table !important;
}
}
 @media only screen and (max-width: 450px) {
}
/*---navigation---*/

/*--header end--*/

/*--banner_wrap start--*/

.banner_wrap {
	position: relative;
}
/*.banner_wrap:after {
	content: "";
	height: 15%;
	width: 100%;
	position: absolute;
	left: 0%;
	bottom: 0%;
	background: url(../images/banner_bot.png) no-repeat bottom center;
	background-size: contain;
}*/
.banner_wrap img {
	width: 100%;
}
.banner_wrap .txt {
	position: absolute;
	left: 50%;
	bottom: 0%;
	transform: translate(-50%, 0%);
	z-index: 8;
}
.banner_wrap .txt .ban_txt {
	width: 37.5%;
	background: rgba(0,0,0,0.75);
	padding: 100px 24px;
	border-radius: 0 50px 0 0;
}
.banner_wrap .txt .ban_txt h1 {
	font: 900 35px/40px 'Roboto Slab', serif;
	color: #fff;
	text-transform: uppercase;
	background: url(../images/bb.png) no-repeat 00% 85%;
	padding: 0px 0 30px;
}
.banner_wrap .txt .ban_txt h4 {
	color: #fff;
	font-weight: 300;
}
.banner_wrap .txt .ban_txt p {
	font: 400 18px/23px 'Roboto Slab', serif;
	color: #fff;
}
.ban_social {
	text-align: center;
	-ms-transform: rotate(90deg); /* IE 9 */
	transform: rotate(90deg);
	position: absolute;
	right: 0%;
	bottom: 50%;
	z-index: 8;
}
.ban_social ul {
	display: table;
}
.ban_social ul li {
	display: inline-block;
	width: 49px;
	height: 49px;
	text-align: center;
	background: #000;
	border: 1px solid #000;
	border-radius: 50%;
	margin: 2px;
	-ms-transform: rotate(90deg); /* IE 9 */
	transform: rotate(-90deg);
}
.ban_social ul li:hover {
	background: #fff;
	border: 1px solid #fff;
}
.ban_social ul li a {
	font: 500 25px/49px 'Roboto Slab', serif;
	color: #fff;
	display: block;
}
.ban_social ul li:hover a {
	color: #000;
}
/*--banner_wrap end--*/

/*--main_wrap start--*/

.main_wrap {
}
.content_wrapper {
	padding: 84px 0;
}
.content_left {
	width: 50%;
	float: left;
}
.content_right {
	width: 50%;
	float: right;
}
.align-center.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 50% 85%;
	padding: 0px 0 30px;
}
.align-center.brdr-btm-small {
	background: url(../images/border-bottom-small.png) no-repeat 50% 85%;
	padding: 0px 0 30px;
}
.align-left.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 00% 85%;
	padding: 0px 0 30px;
}
.align-left.brdr-btm-small {
	background: url(../images/border-bottom-small.png) no-repeat 00% 85%;
	padding: 0px 0 30px;
}
.img_full {
}
.img_full img {
	width: 100%;
	height: auto;
	float: left;
}
.shadow {
	padding: 1%;
	box-shadow: 0 0 9px #999;
}
.ser_wrap {
	background: #353535;
}
.ser_area {
}
.ser_box {
	border-radius: 0px;
	padding: 13px 13px;
	position: relative;
	text-align: center;
	margin: 15px 0;
	transition: all 3s ease-out-in 3s;
}
.ser_area .ser_box:nth-child(odd):hover, .ser_area .ser_box:nth-child(even):hover {
	box-shadow: 0 0 12px #000;
	border: 1px solid #353535;
}
.ser_box > div {
	background: url(../images/st.png) no-repeat top left, url(../images/sb.png) no-repeat right bottom;
	height: 100%;
	padding: 10px 0;
}
.ser_area .ser_box:nth-child(odd) {
	background: #000;
	border: 1px solid #000;
}
.ser_area .ser_box:nth-child(even) {
	background: #171616;
	border: 1px solid #171616;
}
.ser_box h6 {
	color: #fff;
	font-weight: 700;
	margin: 25px 0 0 0;
}
.about-wrap {
	background: url(../images/about-bg.jpg) no-repeat center;
	background-size: cover;
}
.about_img {
	position: relative;
	z-index: 9;
}
.about_img img {
	width: 100%;
}
.about_txt {
	border: 9px solid #353535;
	padding: 35px 25px 35px 17.5%;
	position: relative;
	z-index: 7;
	margin-left: -15% !important;
}
.three_wrap {
	background: url(../images/three-bg.jpg) no-repeat center;
	background-size: cover;
}
.three_box {
	margin: 15px 0;
	position: relative;
	text-align: center;
}
.three_box img {
	width: 100%;
}
.three_box .three_txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 8;
	width: 85%
}
.three_box .three_txt h3, .three_box .three_txt h4, .three_box .three_txt p {
	color: #fff;
}
.three_box .three_txt p a {
	color: #fff;
}
.gal_box {
	margin: 15px 0;
	position: relative;
}
.gal_box img {
	width: 100%;
}
.gal_box .gal_txt {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(0,0,0,0.8);
}
.gal_box:hover .gal_txt {
	opacity: 1;
}
.gal_box .gal_txt h4 {
	color: white;
	font: 600 30px/35px 'Raleway', sans-serif;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 96%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.gal_box .gal_txt h4 img {
	width: auto;
}
.owl-carousel .owl-stage {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#owl-one .item {
	margin: 50px 15px 25px;
}
#owl-one .item img {
	display: inline-block;
}
#owl-one .owl-nav [class*=owl-] {
	position: absolute;
	margin-top: -20px;
	outline: 0;
	width: 39px;
	height: 50px;
	text-indent: -9999px;
	z-index: 999;
}
#owl-one .owl-nav button.owl-next {
	background-position: -63px -1px !important;
	right: -50px;
	top: 50%;
	background: url(../images/right.png) no-repeat !important;
}
#owl-one .owl-nav button.owl-prev {
	background-position: -3px -1px !important;
	left: -50px;
	top: 50%;
	background: url(../images/left.png) no-repeat !important;
}
#owl-one .owl-nav [class*=owl-] {
	display: block;
}
#owl-one .owl-dots {
	display: none;
}
.eq_wrap {
	background: url(../images/find-bg.jpg) no-repeat center;
	background-size: cover;
}
.mail_form {
	text-align: center;
}
.mail_form h3 {
	color: #fff;
	margin: 0 0 25px 0;
}
.mail_form h4 {
	margin: 0 0 5px 0;
	color: #fff;
}
.mail_form p {
	margin: 0 0 25px 0;
}
.mail_form input[type="text"], .mail_form input[type="email"], .mail_form input[type="tel"], .mail_form input[type="date"], .mail_form input[type="time"], .mail_form select, .mail_form textarea {
	width: 100%;
	height: 60px;
	border: 1px solid #fff;
	border-radius: 0px;
	margin: 5px 0;
	padding: 0 15px;
	text-indent: 0px;
	font: 400 14px/60px 'Roboto Slab', serif;
	color: #fff;
	background: transparent;
}
.mail_form select {
	background: #fff url(../images/select.png) no-repeat 96% center;
}
.mail_form label {
	color: #4c4949;
	margin: 10px 10px 10px 0;
	text-transform: uppercase;
	font-size: 13px;
}
.mail_form input[type="checkbox"], .mail_form input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	width: 25px;
	height: 25px;
	line-height: 23px;
	margin: 0 7.5px 0 0;
	float: left;
}
.mail_form textarea {
	height: 113px;
	line-height: 20px;
	padding: 5px 15px;
	border-radius: 0px;
}
.mail_form input[type="submit"] {
	background: #fff;
	font: 400 15px/52px 'Roboto Slab', serif;
	color: #000;
	text-transform: capitalize;
	text-align: center;
	padding: 0 54px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 30px;
	transition: all 300ms ease-out 0s;
}
.mail_form input[type="submit"]:hover {
	background: #000;
	color: #ffff00;
	border-radius: 15px 0;
	border: 1px solid #000;
	transition: all .3s ease-in-out;
}
 .mail_form input[type="text"]::-webkit-input-placeholder, .mail_form input[type="email"]::-webkit-input-placeholder, .mail_form input[type="tel"]::-webkit-input-placeholder, .mail_form input[type="date"]::-webkit-input-placeholder, .mail_form input[type="time"]::-webkit-input-placeholder, .mail_form select::-webkit-input-placeholder {
 font: 400 14px/60px 'Roboto Slab', serif;
 color: #fff !important;
 opacity:1;
}
 .mail_form textarea::-webkit-input-placeholder {
 font: 400 14px/20px 'Roboto Slab', serif;
 color: #fff !important;
 opacity:1;
}
.find_box {
	margin: 15px 0;
	padding: 13px 0;
	display: flex;
	flex-wrap: wrap;/*align-items: center;*/
}
.find_box .find_img {
	float: left;
}
.find_box .find_txt {
	float: left;
	width: 82.5%;
	padding: 0 0 0 15px;
}
.find_box .find_txt h6 {
	text-align: left;
	font-weight: 700;
	color: #ffff00;
	text-transform: uppercase;
}
.find_box .find_txt p a {
	font-weight: 500;
	color: #fff;
	display: block;
}
.find_box .find_txt p {
	font-weight: 500;
	color: #fff;
	display: block;
	text-align: left;
}
/*--footer_wrap start--*/
footer {
	background: #000;
	padding: 40px 0 0 0;
	text-align: center;
}
footer p {
	font: 400 17px/20px 'Roboto Slab', serif;
	color: #bfbfbf;
	font-style: italic;
	padding: 15px 0;
	border-top: 1px solid #2a2a2a;
	border-bottom: 1px solid #2a2a2a;
}
.footer_logo {
	text-align: center;
}
.footer_social {
	margin: 25px 0;
}
.footer_social ul {
	display: table;
}
.footer_social ul li {
	display: inline-block;
	width: 49px;
	height: 49px;
	text-align: center;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0 5px;
}
.footer_social ul li:hover {
	background: #000;
	border: 1px solid #fff;
}
.footer_social ul li a {
	font: 500 25px/49px 'Roboto Slab', serif;
	color: #000;
	display: block;
}
.footer_social ul li:hover a {
	color: #fff;
}
.footer_links {
	margin: 15px 0;
}
.footer_links ul {
	display: table;
}
.footer_links ul li {
	display: inline-block;
	padding: 0 18.5px;
	font: 400 13px/15px 'Roboto Slab', serif;
	color: #fff;
	border-right: 1px solid #fff;
}
.footer_links ul li:last-child {
	border: none;
}
.footer_links ul li a {
	font: 400 13px/15px 'Roboto Slab', serif;
	color: #fff;
	text-transform: uppercase;
}
.footer_links ul li a:hover {
	color: #d4af37;
}
.footer_links ul li:hover a, .footer_links ul li.active a {
	color: #d4af37;
	text-decoration: none;
}
.copyright_wrap {
	width: 100%;
	padding: 0;
	background: #2e2e2e;
	margin: 36px 0 0 0;
	text-align: center;
}
.copyright_wrap p {
	font: 400 13px/15px 'Roboto Slab', serif;
	color: #fff;
	padding: 19px 0;
	text-transform: uppercase;
}
/*--footer_wrap end--*/

.align-center {
	text-align: center;
}
.colorwhite {
	color: #fff;
}
.colorred {
	color: #fa0300;
}
.colorblack {
	color: #686868;
}
.colorblue {
	color: #3156b3;
}
.coloryellow {
	color: #ffff00;
}
.uppercase {
	text-transform: uppercase;
}
.bg-gray {
	background: #353535;
}
.bg-black {
	background: #121212;
}
.bg-blue {
	background: #007dc5;
}
.img {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.img img {
	width: 100%;
	height: auto;
	float: left;
	-webkit-transition: all 5.5s;
	-moz-transition: all 5.5s;
	-o-transition: all 5.5s;
	transition: all 5.5s;
}
.img:hover, .img:focus {
/*box-shadow: 0 0 3px #999;*/

}
.img:hover img, .img:focus img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.bdr-top {
	border-top: 3px solid #e5e5e5;
}
.btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 30px;
}
.btn:hover {
	color: #fff;
	border: 1px solid #000;
}
.btn:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.move-box {
	position: relative;
 img {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 &:first-child {
 position:unset;
}
}
}
.move-1 {
	-webkit-animation: move1 15s infinite;
	animation: move1 15s infinite;
}
.move-2 {
	-webkit-animation: move2 15s infinite;
	animation: move2 15s infinite;
}
.move-3 {
	-webkit-animation: move3 15s infinite;
	animation: move3 5s infinite;
}
.move-4 {
	-webkit-animation: move4 15s infinite;
	animation: move4 5s infinite;
}
 @-webkit-keyframes move4 {
 0% {
 -webkit-transform: translate(0, -5px);
 transform: translate(0, -5px);
}
 50% {
 -webkit-transform: translate(0, 5px);
 transform: translate(0, 5px);
}
 100% {
 -webkit-transform: translate(0, -5px);
 transform: translate(0, -5px);
}
}
 @-webkit-keyframes move1 {
 0% {
 -webkit-transform: rotate(-1deg) translate(-2px, -2px);
 transform: rotate(-1deg) translate(-2px, -2px);
}
 50% {
 -webkit-transform: rotate(1deg) translate(2px, 2px);
 transform: rotate(1deg) translate(2px, 2px);
}
 100% {
 -webkit-transform: rotate(-1deg) translate(-2px, -2px);
 transform: rotate(-1deg) translate(-2px, -2px);
}
}
 @keyframes move1 {
 0% {
 -webkit-transform: rotate(-1deg) translate(-2px, -2px);
 transform: rotate(-1deg) translate(-2px, -2px);
}
 50% {
 -webkit-transform: rotate(1deg) translate(2px, 2px);
 transform: rotate(1deg) translate(2px, 2px);
}
 100% {
 -webkit-transform: rotate(-1deg) translate(-2px, -2px);
 transform: rotate(-1deg) translate(-2px, -2px);
}
}
 @-webkit-keyframes move2 {
 0% {
 -webkit-transform: rotate(1deg) translate(2px, 2px);
 transform: rotate(1deg) translate(2px, 2px);
}
 50% {
 -webkit-transform: rotate(-1deg) translate(-2px, -2px);
 transform: rotate(-1deg) translate(-2px, -2px);
}
 100% {
 -webkit-transform: rotate(1deg) translate(2px, 2px);
 transform: rotate(1deg) translate(2px, 2px);
}
}
 @-webkit-keyframes move3 {
 0% {
 transform: translate(0, 0);
}
 20% {
 transform: translate(5px, 0);
}
 40% {
 transform: translate(5px, 5px);
}
 65% {
 transform: translate(0, 5px);
}
 65% {
 transform: translate(5px, 0);
}
 100% {
 transform: translate(0, 0);
}
}
/* Move Images */
.about_box {
	margin: 15px 0;
	position: relative;
	text-align: center;
}
.about_box img {
	width: 100%;
}
.about_box .about_text {
	position: absolute;
	left: 50%;
	bottom: 5%;
	transform: translate(-50%, 0%);
	z-index: 8;
	width: 92%;
	text-align: left;
}
.about_box .about_text h3, .about_box .about_text h4, .about_box .about_text p {
	color: #fff;
}
.about_box .about_text p a {
	color: #fff;
}
.services_box {
	margin: 15px 0;
}
.services_box img {
	width: 100%;
}
.services_box h5 {
	font-weight: 900;
	margin: 15px 0 0 0;
}
.find_area {
	text-align: center;
	margin: 0 0 36px 0;
}
.find_area ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.find_area ul li {
  width: 31.33%;
  margin: 0 1%;
  padding: 62px 62px 38px;
  display: inline-table;
  text-align: center;
  border: 0x solid #2e2e2e;
  background: #262626;
  border-radius: 12px;
  align-items: initial !important;
}
/*.find_area ul li:nth-child(even) {
	background: #008081;
	border: 1px solid #008081;
}*/
.find_area ul li h6 {
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 0 0;
	color:#fff;
}
.find_area ul li p, .find_area ul li a {
	color:#fff !important;
	padding: 0;
}
/*.find_area ul li:nth-child(even) h6, .find_area ul li:nth-child(even) p, .find_area ul li:nth-child(even) a {
	color: #fff;
}*/
.about_txt ul{
	width:100%;
	margin-top:25px;
}
.about_txt ul li{
	width:100%;
	display:inline-block;
	padding:7.5px 0 7.5px 15px;
	font: 400 16px/21px 'Roboto Slab', serif;
    color: #565656;
	background:url(../images/li.png) no-repeat left 12px;
}
