@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=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=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
* {
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.pagination {
  text-align: center;
  margin: 50px 0 0 0;
}

.page-numbers.current {
  padding: 10px 15px;
  background: #00c0ff;
}

.page-numbers {
  margin: 0 10px;
}
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: #006;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0px;
}
h1 {
	font: 500 55px/60px 'Oswald', sans-serif;
	color: #4d4d50;
}
h2 {
	font: 700 40px/45px 'Oswald', sans-serif;
	color: #000;
}
h3 {
	font: 700 35px/40px 'Oswald', sans-serif;
	color: #000;
}
h4 {
	font: 700 30px/35px 'Oswald', sans-serif;
	color: #000;
}
h5 {
	font: 700 25px/30px 'Oswald', sans-serif;
	color: #000;
}
h6 {
	font: 700 20px/25px 'Oswald', sans-serif;
	color: #000;
}
p {
	font: 400 15px/20px 'Roboto Slab', serif;
	color: #000;
	padding: 15px 0 0;
}
a, a:link, a:visited, a:hover {
	text-decoration: none;
	outline: none;
}
.btn {
	background: #ffc55d;
	font: 500 14px/54px 'Roboto Slab', serif;
	color: #000;
	text-align: center;
	padding: 0 60px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #ffc55d;
	border-radius: 30px;
	transition: all 300ms ease-out 0s;
}
.btn:hover {
}
.btn-white {
	background: #fff;
	color: #3f609b;
	border: 1px solid #fff;
}
.btn-black {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}
.btn-blue {
	background: #00c0ff;
	color: #000;
	border: 1px solid #00c0ff;
}
.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;
}
.header_bot {
	background: #00c0ff;
}
.logo {
	float: left;
}
.logo img {
}
.after-logo {
	float: right;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 51px 0;
	flex-direction: row-reverse;
}
.booking-top {
	float: right;
}
.booking-top ul {
	float: right;
}
.booking-top ul li {
	float: left;
	font: 700 22px/27px 'Oswald', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.booking-top ul li:first-child {
	background: url(../images/hi-1.png) no-repeat center left;
	padding: 10px 15px 15px 75px;
}
.booking-top ul li a {
	color: #fff;
	text-transform: lowercase;
	display: block;
}
.booking-top ul li:last-child {
	text-align: center;
	padding: 0;
}
.booking-top ul li h6 {
	color: #fff;
}
.booking-top ul li:last-child a {
	font: 400 17px/55px 'Oswald', sans-serif;
	color: #000;
	padding: 0 25px 0 75px;
	border-radius: 30px;
	background: #fdbd58 url(../images/hi-2.png) no-repeat 44px center
}
/*---navigation---*/
.desktop_view {
	display: block;
}
.mobile_view {
	display: none;
}
#navigation {
	position: relative;
}
#navigation h5 {
	color: #fff;
	margin: 0 0 15px 0;
	border-bottom: 2px solid #fff;
	padding: 0 0 5px 0;
}
#navbtn {
	display: none;
}
#navbtn-1 {
	display: none;
}
.nav-menu {
	display: table;
}
.nav-menu li {
	position: relative;
	float: left;
	padding: 0 25px;
}
.nav-menu li:last-child {
	border: none;
}
.nav-menu li .menuarrow {
	display: none;
}
.nav-menu li > a {
	font: 400 15px/46px 'Oswald', sans-serif;
	color: #fff;
	white-space: nowrap;
	display: block;
	text-transform: uppercase;
	position: relative;
}
.nav-menu li > a::before {
	position: absolute;
	content: '';
	width: 32px;
	height: 6px;
	background-color: #fdbd58;
	left: 50%;
	bottom: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	-webkit-transform: translateX(-50%) scaleX(0);
	-moz-transform: translateX(-50%) scaleX(0);
	-ms-transform: translateX(-50%) scaleX(0);
	-o-transform: translateX(-50%) scaleX(0);
	transform: translateX(-50%) scaleX(0);
}
.nav-menu li.active > a::before, .nav-menu li.current_page_item > a::before, .nav-menu li:hover > a::before {
	-webkit-transform: translateX(-50%) scaleX(1);
	-moz-transform: translateX(-50%) scaleX(1);
	-ms-transform: translateX(-50%) scaleX(1);
	-o-transform: translateX(-50%) scaleX(1);
	transform: translateX(-50%) scaleX(1);
}
.nav-menu li:hover, .nav-menu li.active, .nav-menu li.current_page_item {
}
.nav-menu li:hover > a, .nav-menu li.active > a, .nav-menu li.current_page_item > a, .nav-menu li > a:focus {
	color: #000;
}
.nav-menu .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background: #00c0ff;
	min-width: 250px;
	/*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 a::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: rgba(0,0,0,0.5);
	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 16px/46px 'Oswald', sans-serif;
	color: #fff;
	padding: 0px 10px;
	white-space: normal;
	margin: 0;
	text-transform: capitalize;
}
.nav-menu .sub-menu li+li {
	border-top: 1px solid #00a9e1;
}
.nav-menu li.mega_menu {
	position: static;
}
.nav-menu li .mega-menu {
	position: absolute;
	left: 0%;
	top: 100%;
	background: #00c0ff;
	min-width: 100%;
	/*box-shadow: 0 0 5px #e1c31f;*/
	transition: all 300ms ease-out 0s;
	display: none;
	z-index: 999;
	padding: 15px;
}
.nav-menu li .mega-menu li {
	float: none;
	background: url(../images/mi.png) no-repeat left 9px;
	padding: 5px 0 5px 15px;
}
.nav-menu li .mega-menu li a::before {
	display: none;
}
.nav-menu li .mega-menu a {
	font: 400 15px/20px 'Oswald', sans-serif;
	color: #fff;
	white-space: normal;
	display: block;
	text-transform: capitalize;
}
.nav-menu li:hover > .mega-menu {
	display: block;
}
.nav-menu li .mega-menu .half_menu ul {
	float: left;
	width: 50%;
}
.nav-menu li .mega-menu .half_menu ul li {
	width: 100%;
}
.nav-menu li .mega-menu li:hover, .nav-menu li .mega-menu li.active, .nav-menu li .mega-menu li.current_page_item {
}
.nav-menu li .mega-menu li:hover a, .nav-menu li .mega-menu li.active a, .nav-menu li .mega-menu li.current_page_item a {
	color: #000;
}
 @media only screen and (max-width: 1198px) {
.nav-menu li > a {
	margin: 0 0px;
}
}
 @media only screen and (max-width: 990px) {
#navigation {
	width: 100%;
	position: relative;
	margin: 0;
	float: right;
	background: #00c0ff;
	border: 1px solid #00c0ff;
	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: #000;
}
#navbtn-1 {
	display: block;
	background: url(../images/navigation.png) no-repeat 100% 50%;
	width: 100%;
	text-align: left;
	height: 38px;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 38px;
	cursor: pointer;
	color: #fff;
}
.nav-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	background: #007dc5;
	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: 500 14px/46px 'Oswald', sans-serif;
	color: #000;
	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%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 8;
}
.banner_wrap .txt .ban_txt {
	width: 60%;
}
.banner_wrap .txt .ban_txt h1 {
	font: 700 53px/59px 'Oswald', sans-serif;
	color: #febd59;
	text-transform: capitalize;
}
.banner_wrap .txt .ban_txt h2 {
	font: 700 53px/59px 'Oswald', sans-serif;
	color: #00c0ff;
	text-transform: uppercase;
}
.banner_wrap .txt .ban_txt p {
	font-size: 17px;
	color: #fff;
}
.banner_wrap .txt .as_txt {
}
.banner_wrap .txt .as_txt h1 {
	font: 700 53px/59px 'Oswald', sans-serif;
	color: #febd59;
	text-transform: uppercase;
}
/*--banner_wrap end--*/

/*--main_wrap start--*/

.main_wrap {
}
.content_wrapper {
	padding: 90px 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;
}
.do_wrap {
	background: #ffcb5e;
	padding-top: 0;
	padding-bottom: 0;
}
.do_area {
	text-align: center;
}
.do_area ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.do_area ul li {
	width: 33.33%;
	display: inline-flex;
	position: relative;
	justify-content: center;
	align-items: center;
	text-align: left;
	background: url(../images/divider.png) no-repeat right center;
}
.do_area ul li:last-child {
	background: none;
}
.do_area ul li .do_txt {
	float: right;
}
.do_area ul li .do_txt p {
	padding: 0;
	color: #00;
	font-size: 17px;
}
.about_img {
}
.about_img img {
	width: 100%;
	border-radius: 0 30px 0 0;
}
.ser_area {
	margin: 60px 0 0 0;
}
.ser_area ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.ser_area ul li {
	position: relative;
	display: inline-block;
	width: 50%;
}
.ser_area ul li img {
	width: 100%;
}
.ser_area ul li h3 {
	position: absolute;
	left: 15px;
	bottom: 15px;
	text-transform: uppercase;
	color: #fff;
}
.blog_wrap {
	background: #ffcb5e;
}
.blog_box {
	background: #fff;
	margin: 15px 0;
}
.blog_box .blog_img {
}
.blog_box .blog_img img {
	width: 100%;
}
.blog_box .blog_txt {
	display: inline-block;
	width: 100%;
	padding: 15px;
}
.blog_box .blog_txt h6 {
	margin: 15px 0 0 0;
	color: #0d2c55;
}
ul.tv {
	width: 100%;
	height: auto;
	display: table;
}
ul.tv li {
	width: auto;
	height: auto;
	float: left;
	font: 700 10px/20px 'Montserrat', sans-serif;
	color: #9fa3a7;
	padding: 0 5px 0 20px;
	text-transform: uppercase;
}
ul.tv li:last-child {
	float: right;
}
ul.tv li.time {
	background: url(../images/time.png) no-repeat center left;
}
ul.tv li.comment {
	background: url(../images/comment.png) no-repeat center left;
}
ul.tv li.view {
	background: url(../images/view.png) no-repeat center left;
}
.testi_box {
	padding: 52px 100px;
	text-align: center;
	background: #00c0ff;
	border-radius: 12px;
}
.testi_box .testi_txt {
}
.testi_box .testi_txt p {
	margin: 0 0 25px 0;
	color: #fff;
}
.testi_box .testi_txt h5 {
	text-transform: uppercase;
	color: #fff;
	margin: 15px 0 0;
}
.owl-carousel .owl-stage {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#owl-one .item {
	margin: 0 15px;
}
#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;
}
.mail_form {
}
.mail_form h2 {
	color: #000;
	margin: 0 0 25px 0;
	text-transform: uppercase;
}
.mail_form h6 {
	color: #000;
	font-weight: 600;
	margin: 15px 0 0 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: 58px;
	border: 1px solid #999;
	border-radius: 0px;
	margin: 5px 0;
	padding: 0 15px;
	text-indent: 0px;
	font: 300 19px/58px 'Oswald', sans-serif;
	color: #000;
	background: #fff;
}
.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: capitalize;
	/* font-size: 13px; */
	width: auto;
	display: inline-block;
	font-family: 'Roboto Slab', serif;
}
.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;
	color: #000;
}
.mail_form textarea {
	height: 114px;
	line-height: 20px;
	padding: 5px 15px;
	border-radius: 0px;
}
.mail_form input[type="submit"] {
	background: #ffc55d;
	font: 500 14px/54px 'Roboto Slab', serif;
	color: #000;
	text-align: center;
	padding: 0 60px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #ffc55d;
	border-radius: 30px;
	transition: all 300ms ease-out 0s;
}
.mail_form input[type="submit"]:hover {
	background: #000;
	color: #ffc55d;
	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: 300 19px/58px 'Oswald', sans-serif;
 color: #555 !important;
 opacity:1;
}
 .mail_form textarea::-webkit-input-placeholder {
 font: 300 19px/20px 'Oswald', sans-serif;
 color: #555 !important;
 opacity:1;
}
/*--footer_wrap start--*/
footer {
	background: #00c0ff;
	padding: 33px 0;
	text-align: center;
}
.footer_logo {
	margin: 0;
}
.footer_links {
	margin: 25px 0 0;
}
.footer_links ul {
	display: table;
}
.footer_links ul li {
	display: inline-block;
	padding: 0 18px;
	border-right: 1px solid #fff;
}
.footer_links ul li:last-child {
	border: none;
}
.footer_links ul li a {
	font: 500 15px/20px 'Oswald', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.footer_links ul li a:hover {
	color: #000;
}
.footer_links ul li:hover a, .footer_links ul li.active a {
	color: #000;
	text-decoration: none;
}
.social {
	margin: 5px 0 0 0;
}
.social ul {
	display: table;
}
.social ul li {
	display: inline-block;
	margin: 0 2.5px;
	width: 51px;
	height: 51px;
	line-height: 51px;
	border: 1px solid #fff;
	border-radius: 50%;
}
.social ul li a {
	font: 500 21px/45px 'Oswald', sans-serif;
	color: #fff;
	display: block;
}
.social ul li:hover {
	background: #fff;
}
.social ul li:hover a {
	color: #007dc5;
}
.copyright_wrap {
	width: 100%;
	padding: 15px 0 0;
	text-align: center;
}
.copyright_wrap p {
	color: #fff;
	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: #febd59;
}
.uppercase {
	text-transform: uppercase;
}
.bg-gray {
	background: #f3f3f3;
}
.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_text {
	text-align: center;
}
.about_text p {
	color: #000;
}
.service_loop {
}
.service_loop > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 92px 5%;
	position: relative;
}
.service_loop div:last-child {
	margin: 0;
}
.service_loop div .ser_image {
	float: left;
	width: 50%
}
.service_loop div .ser_image img {
	width: 100%;
}
.service_loop div .ser_text {
	float: right;
	width: 50%;
}
.service_loop div .ser_text h3 {
	text-transform: uppercase;
}
.service_loop > div:nth-child(odd) {
}
.service_loop > div:nth-child(even) {
	flex-direction: row-reverse;
	background: #fdbd58;
}
.service_loop > div:nth-child(odd) .ser_image img {
	width: 100%;
	border-radius: 0 50px 0 0;
}
.service_loop > div:nth-child(even) .ser_image img {
	width: 100%;
	border-radius: 50px 0 0 0;
}
.service_loop > div:nth-child(odd) .ser_text {
	padding: 0 0 0 31px;
}
.service_loop > div:nth-child(even) .ser_text {
	padding: 0 31px 0 0;
}
.about_txt {
}
.about_txt ul {
	width: 100%;
	margin-top: 15px 0 0 0;
}
.about_txt ul li {
	width: 100%;
	font: 500 15px/20px 'Roboto Slab', serif;
	color: #000;
	padding: 5px 0 5px 15px;
	background: url(../images/ba.png) no-repeat left 9px;
}
.artical_area {
}
.artical_area .blog_box {
	box-shadow: 0 0 15px #999;
}
.feedback_area {
}
.feedback_area .testi_box {
	margin: 45px 0;
	display: inline-block;
}
.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: 1px solid #cbcbcb;
	background: #fff;
	border-radius: 12px;
	align-items: initial!important;
}
.find_area ul li h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 0 0;
}
.find_area ul li p, .find_area ul li a {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	padding: 0;
}
.inner_txt {
}
.inner_txt h5 {
	margin: 15px 0 0 0;
}
.inner_txt ul {
	width: 100%;
	list-style-position: outside;
	list-style-type: circle;
	color: #00a69c;
}
.inner_txt ul li {
	width: 100%;
	padding: 5px;
	font: 400 15px/20px 'Roboto Slab', serif;
	color: #5d5d5d;
	margin: 0 0 0 20px;
}
#customers {
	font-family: 'Roboto Slab', serif;
	border-collapse: collapse;
	width: 100%;
	
	margin:25px 0 0;
}
#customers td, #customers th {
	border: 1px solid #ddd;
	padding: 8px;
}
#customers tr:nth-child(even) {
	background-color: #f2f2f2;
}
#customers tr:hover {
	background-color: #ddd;
}
#customers th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #00c0ff;
	color: white;
}

/*===========mega-modification=================*/
#mega-menu-wrap-primary {
    background: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 0 0px 0 0;
    display: inline-block;
    height: auto;
    vertical-align: middle;	
	position: relative;
    padding: 0 24px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font: 400 15px/46px 'Oswald', sans-serif;
    color: #fff;
    white-space: nowrap;
    display: block;
    text-transform: uppercase;
    position: relative;
	background:none !important;
	padding:0;
	height:auto;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link::before {
	position: absolute;
	content: '';
	width: 32px;
	height: 6px;
	background-color: #fdbd58;
	left: 50%;
	bottom: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	-webkit-transform: translateX(-50%) scaleX(0);
	-moz-transform: translateX(-50%) scaleX(0);
	-ms-transform: translateX(-50%) scaleX(0);
	-o-transform: translateX(-50%) scaleX(0);
	transform: translateX(-50%) scaleX(0);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a.mega-menu-link::before {
	-webkit-transform: translateX(-50%) scaleX(1);
	-moz-transform: translateX(-50%) scaleX(1);
	-ms-transform: translateX(-50%) scaleX(1);
	-o-transform: translateX(-50%) scaleX(1);
	transform: translateX(-50%) scaleX(1);
	
	color: #000;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
	background:#00c0ff;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding:0 15px;
	width: 100%;
}
 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
	 font: 400 15px/20px 'Oswald', sans-serif;
    color: #fff;
    white-space: normal;
    display: block;
    text-transform: capitalize;
	 background: url(../images/mi.png) no-repeat left 9px;
    padding: 5px 0 5px 15px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
	background:url(../images/mi.png) no-repeat left 9px;
	color:#000;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    background: #00c0ff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	background:none;
	font: 400 16px/46px 'Oswald', sans-serif;
    color: #fff;
    padding: 0px 10px;
    white-space: normal;
    margin: 0;
    text-transform: capitalize;
}

#mega-menu-wrap-primary #mega-menu-primary li+li{
	border-top: 1px solid #00a9e1 !important;
}
#mega-menu-wrap-primary #mega-menu-primary li:first-child {
    border-top: 1px solid #00a9e1 !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li+li{
	border:none !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li:first-child{border:none !important;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
	background: rgba(0,0,0,0.5);
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}
#mega-menu-wrap-primary .mega-menu-toggle{
	background:none;
}
@media only screen and (max-width: 1084px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
		padding:0 12.5px;
	}
}
@media only screen and (max-width: 842px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	width:100%;
}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link::before{
		display:none;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
		padding:0;
	}
}
/*===========mega-modification=================*/