﻿@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');
}
* {
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	font: 500 15px/20px 'Montserrat', sans-serif;
	color: #000;
	transition: all .5s ease-in-out;
	word-break: break-word;
	overflow-x: hidden;
}
ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none
}
ul li {
}
.no-padding {
	padding-left: 0;
	padding-right: 0
}
.no-margin {
	margin-left: 0;
	margin-right: 0
}
.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: #3344a3;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0px;
}
h1 {
    /*font: 700 60px/65px 'Montserrat', sans-serif;*/
    font-size: 50px !important;
    font-weight: 700;
    line-height: 1.2 !important;
    font-family: 'Montserrat', sans-serif;
    color: #192d35;
}
h2 {
    /*font: 700 40px/45px 'Montserrat', sans-serif;*/
    font-size: 40px !important;
    font-weight: 700;
    line-height: 1.2 !important;
    font-family: 'Montserrat', sans-serif;
    color: #192d35;
}
h3 {
    /*font: 400 35px/40px 'Montserrat', sans-serif;*/
    font-size: 32px !important;
    font-weight: 700;
    line-height: 1.2 !important;
    font-family: 'Montserrat', sans-serif;
    color: #192d35;
}
h4 {
	font: 400 30px/35px 'Montserrat', sans-serif;
	color: #192d35;
}
h5 {
	font: 400 25px/30px 'Montserrat', sans-serif;
	color: #192d35;
}
h6 {
	font: 400 20px/25px 'Montserrat', sans-serif;
	color: #192d35;
}
p {
	font: 500 15px/20px 'Montserrat', sans-serif;
	color: #4f4f4f;
	padding: 15px 0 0;
}
a, a:link, a:visited, a:hover {
	text-decoration: none;
	outline: none;
}
.btn {
	background: #445661;
	font: 500 16.5px/50px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0px 51px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #445661;
	border-radius: 30px;
}
.btn:hover {
}
.btn-white {
	background: #fff;
	color: #000;
	border: 1px solid #fff;
}
.btn-white:hover {
}
.btn-blue {
	background: #224a7d;
	color: #fff;
	border: 1px solid #224a7d;
}
.btn-blue:hover {
}
.pl-5 {
	padding-left: 5px;
}
.pl-10 {
	padding-left: 10px;
}
.pl-15 {
	padding-left: 15px;
}
.pl-20 {
	padding-left: 20px;
}
.pl-25 {
	padding-left: 25px;
}
.pl-30 {
	padding-left: 30px;
}
.np {
	padding: 0 !important;
}
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.active {
	top: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 9999;
	border-top: 0px;
	-webkit-animation: stuckMoveDown .6s;
	animation: stuckMoveDown .6s;
}
.header_top {
	background: #000;
	padding: 8px 0;
}
.top_right {
	float: right;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.top_right ul {
	float: right;
}
.top_right ul li {
	float: left;
	font: 400 13px/15px 'Montserrat', sans-serif;
	color: #838383;
	padding: 0 12px;
	border-right: 1px solid #fff;
}
.top_right ul li:last-child {
	border: none;
}
.top_right ul li a {
	font: 400 13px/15px 'Montserrat', sans-serif;
	color: #fff;
}
.top_right ul li:hover, .top_right ul li.active {
}
.top_right ul li:hover a, .top_right ul li.active a {
	color: #ef7e1a;
}
.booking-top {
	float: right;
	padding: 0 17px;
	background: #ef7e1a;
	border-radius: 30px;
}
.booking-top a {
	font: 400 14px/31px 'Montserrat', sans-serif;
	color: #fff;
	display: block;
	text-transform: capitalize;
}
.booking-top:hover, .booking-top.active {
	background: #fff;
}
.booking-top:hover a, .booking-top.active a {
	color: #000;
}
.header_bot {
	background: #445661;
	padding: 15px 0;
}
.logo {
	float: left;
}
.logo img {
}
.after-logo {
	float: right;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center
}
.after-logo1 {
    margin-right:2%;
}
/*---navigation---*/
/*---navigation---*/
#navigation {
	float: left;
}
#navbtn {
	display: none;
}
.nav-menu {
	display: table;
}
.nav-menu li {
	position: relative;
	float: left;
	padding: 0 0 0 50.5px;
}
.nav-menu li:last-child {
	border: none;
}
.nav-menu li .menuarrow {
	display: none;
}
.nav-menu li > a {
	font: 400 14px/39px 'Montserrat', sans-serif;
	color: #fff;
	white-space: nowrap;
	display: block;
	/*text-transform: capitalize;*/
}
.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 {
	/*text-shadow: 1px 1px 1px #000;*/
	color: #ef7e1a;
}
.nav-menu .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background: #d80000;
	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;
	margin: 0;
}
.nav-menu .sub-menu li:hover, .nav-menu .sub-menu li.active {
	background-color: rgba(0,0,0,0.5);
	border-radius: 0;
}
.nav-menu .sub-menu li:hover a, .nav-menu .sub-menu li.active a {
	color: #fff;/*text-shadow: 1px 1px 1px #000;*/
}
.nav-menu .sub-menu a {
	font: 500 16px/54px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: capitalize;
	padding: 0px 10px;
	white-space: normal;
	margin: 0;
}
.nav-menu .sub-menu li+li {
	border-top: 1px solid #b0b0b0;
	border-radius: 0;
}
 @media only screen and (max-width: 990px) {
#navigation {
	width: auto;
	position: relative;
	float: right;
	background: #ef7d1b;
	border: 1px solid #ef7d1b;
	padding: 5px 0;
	margin: 0 0 0 25px;
	clear: none;
}
#navbtn {
	display: block;
	background: url(../images/Imgs/navigation.png) no-repeat 100% 50%;
	width: 40px;
	text-align: left;
	height: 27px;
	font-size: 0px;
	text-transform: uppercase;
	line-height: 27px;
	cursor: pointer;
	color: #fff;
}
.nav-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	background: #ef7d1b;
	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 16px/46px 'Montserrat', sans-serif;
	color: #fff;
	padding: 0 10px;
	margin: 0;
	text-transform: capitalize;
}
.nav-menu li .menuarrow {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 30px;
	height: 30px;
	z-index: 99;
	background: url(../images/Imgs/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/Imgs/nav-arrow.png) no-repeat 50% 50% #fff;
}
.nav-menu .sub-menu {
	position: relative;
	margin: 0 3px;
}
.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:before {
	content: "";
	z-index: 9;
	height: 20%;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0%);
	background: url(../images/Imgs/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: 37.5%;
	text-align: center;
}
.banner_wrap .txt .ban_txt .ban_img {
}
.banner_wrap .txt .ban_txt .ban_img img {
	width: auto;
}
.banner_wrap .txt .ban_txt h1 {
	/*font: 700 45px/50px 'Montserrat', sans-serif;*/
	color: #000;
	/*text-transform: capitalize;*/
}
.banner_wrap .txt .ban_txt h4 {
	color: #ef7e1a;
}
.banner_wrap .txt .ban_txt p {
	font: 400 17px/22px 'Montserrat', sans-serif;
	color: #858585;
}
.banner_wrap .txt .ban_txt h1.colorwhite {
	color: #fff;
}
.banner_wrap .txt .ban_txt p.colorwhite {
	color: #fff;
}
.banner_wrap .txt .as_txt {
	width: 36%;
}
.banner_wrap .txt .as_txt h2 {
	display: inline-block;
}
/*--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/Imgs/border-bottom.png) no-repeat 50% 95%;
	padding: 0px 0 15px;
}
.align-center.brdr-btm-white {
	background: url(../images/Imgs/border-bottom-white.png) no-repeat 50% 95%;
	padding: 0px 0 15px;
}
.align-left.brdr-btm {
	background: url(../images/Imgs/border-bottom.png) no-repeat 00% 90%;
	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: #e2e2e2;
}
.ser_area {
	text-align: center;
}
.ser_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: initial!important;
}
.ser_area ul li {
	width: 19%;
	margin: 25px 0.5% 0;
	background: #fff;
	border-radius: 12px;
	padding: 45px 0;
}
.ser_area ul li img {
	transition: transform 0.6s;
	transform-style: preserve-3d;
}
.ser_area ul li:hover img {
	transform: rotateY(360deg);
}
.ser_area ul li h6 {
	margin: 15px 0 0 0;
	color: #000;
}
.offer_wrap {
	background: #000 url(../images/Imgs/offer-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 0;
}
.offer_area {
	text-align: center;
}
.offer_area h2 {
	margin: 0 0 25px 0;
}
.offer_area ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.offer_area ul li {
	display: inline-block;
	background: #ef7d1b;
	margin: 0.5%;
	font: 700 20px/57px 'Montserrat', sans-serif;
	color: #fff;
	padding: 0 8px;
}
.offer_area ul li a {
	display: block;
	color: #fff;
}
.offer_area ul li:hover {
	background: #000;
}
.testi_wrap {
	background: #ef7e1a;
}
.testi_box {
	text-align: center;
}
.testi_box p {
	font-size: 16px;
	color: #fff;
}
.testi_box h6 {
	border-top: 1px solid #fff;
	color: #fff;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
}
.about_loop {
}
.about_loop > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 50px 5.5%;
}
.about_loop div .about_img {
	float: left;
	width: 45%
}
.about_loop div .about_img img {
	width: 100%;
}
.about_loop div .about_text {
	float: right;
	width: 55%;
}
.about_loop div .about_text p {
}
.about_loop div .about_text h4 {
	margin: 0 0 15px 0;
}
.about_loop div:nth-child(odd) {
}
.about_loop > div:nth-child(even) {
	flex-direction: row-reverse;
	background: #eaeff2;
}
.about_loop div:nth-child(odd) .about_text {
	padding: 0 0% 0 5%
}
.about_loop div:nth-child(even) .about_text {
	padding: 0 5% 0 0%
}
#owl-one .item, #owl-two .item {
	margin: 25px 15px 0;
	text-align: center;
}
#owl-one .item img, #owl-two .item img {
	display: inline-block;
}
#owl-one .owl-nav [class*=owl-], #owl-two .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, #owl-two .owl-nav button.owl-next {
	background-position: -63px -1px !important;
	right: -50px;
	top: 50%;
	background: url(../images/Imgs/right.png) no-repeat !important;
}
#owl-one .owl-nav button.owl-prev, #owl-two .owl-nav button.owl-prev {
	background-position: -3px -1px !important;
	left: -50px;
	top: 50%;
	background: url(../images/Imgs/left.png) no-repeat !important;
}
#owl-one .owl-nav [class*=owl-], #owl-two .owl-nav [class*=owl-] {
	display: none;
}
#owl-one .owl-dots, #owl-two .owl-dots {
	display: none;
}
.mail_form {
	border: 1px solid #d7d7d7;
	border-radius: 25px;
}
.mail_form .heading {
	margin: 0 0 15px 0;
	padding: 25px 0;
	background: url(../images/Imgs/from_top.png) no-repeat top center;
	background-size: 100% 100%;
	text-align: center;
	min-height: 130px;
	border-radius: 25px 25px 0 0;
}
.mail_form .heading h2 {
	font-weight: 700;
	text-transform: uppercase;
}
.mail_form .form_body {
	padding: 0 45px 45px;
}
.mail_form .form_body p {
	font-size: 13px;
	font-weight: 500;
	color: #000;
}
.mail_form .form_body a {
	color: #ef7e1a;
}
.mail_form input[type="text"], .mail_form input[type="email"], .mail_form input[type="password"], .mail_form input[type="tel"], .mail_form select, .mail_form textarea {
	width: 100%;
	height: 55px;
	border: none;
	border-bottom: 1px solid #000;
	border-radius: 0px;
	margin: 5px 0;
	padding: 5px;
	text-indent: 0px;
	font: 400 15px/55px 'Montserrat', sans-serif;
	color: #000;
	background: transparent;
}
.mail_form textarea {
	height: 105px;
	line-height: 20px;
	padding: 5px;
}
.mail_form input[type="submit"] {
	background: #ef7e1a;
	font: 700 20px/55px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0px 51px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #ef7e1a;
	border-radius: 30px;
	float: left;
}
.mail_form input[type="submit"]:hover {
	background: #445661;
	color: #fff;
	border: 1px solid #445661;
	transition: all .3s ease-in-out;
	border-radius: 0px 15px 0 15px;
}
.mail_form input[type="reset"] {
	background: #445661;
	font: 700 20px/55px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0px 51px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #445661;
	border-radius: 30px;
	float: right;
}
.mail_form input[type="reset"]:hover {
	background: #ef7e1a;
	color: #fff;
	border: 1px solid #ef7e1a;
	transition: all .3s ease-in-out;
	border-radius: 0px 15px 0 15px;
}
 .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="password"]::-webkit-input-placeholder, .mail_form select::-webkit-input-placeholder {
 font: 500 15px/55px 'Montserrat', sans-serif;
 color: #000 !important;
 opacity:1;
}
.mail_form textarea::-webkit-input-placeholder {
 font: 500 15px/20px 'Montserrat', sans-serif;
 color: #000 !important;
 opacity:1;
}
/*--footer_wrap start--*/
footer {
	background: #445661 url(../images/Imgs/footer-bg.jpg) repeat-x top center;
	padding: 65px 0 25px;
}
.footer_logo {
}
.footer_links {
	text-align: center;
}
.footer_links ul {
	display: table;
}
.footer_links ul li {
	display: inline-block;
	padding: 0px 2px;
}
.footer_links ul li:last-child {
	border: 0;
}
.copyright {
}
.copyright p {
	font: 400 16px/20px 'Montserrat', sans-serif;
	color: #fff;
	text-align: right;
	padding: 0;
}
/*--footer_wrap end--*/
.align-center {
	text-align: center;
}
.colorwhite {
	color: #fff;
}
.colorred {
	color: #eb2027
}
.colorblack {
	color: #000;
}
.colorviolet {
	color: #471a5a;
}
.colorgray {
	color: #878687;
}
.uppercase {
	text-transform: uppercase;
}
.bg-gray {
	background: #f5f5f5;
}
.bg-black {
	background: #000;
}
.bg-yellow {
	background: #d0a024;
}
.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: #333;
	-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 {
	border: 1px solid #333;
	color: #fff;
}
.btn:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
@-webkit-keyframes stuckMoveDown {
0% {
-webkit-transform:translateY(-100%);
transform:translateY(-100%)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes stuckMoveDown {
0% {
-webkit-transform:translateY(-100%);
transform:translateY(-100%)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
 @-webkit-keyframes stuckMoveUp {
0% {
-webkit-transform:translateY(100%);
transform:translateY(100%)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes stuckMoveUp {
0% {
-webkit-transform:translateY(100%);
transform:translateY(100%)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
.fap_wrap {
	padding: 0;
	margin: -50px 0 0 0;
	position: relative;
}
.fap_area {
	background: #ef7e1a;
	padding: 57px 25px;
}
.fap_area h5 {
	color: #fff;
	margin: 0 0 15px 0;
}
.fap_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: initial;
}
.fap_area ul li {
	display: inline-block;
	width: 19%;
	margin: 0.5%;
}
.fap_area select {
	width: 100%;
	height: 55px;
	border: 1px solid #fff;
	border-radius: 0px;
	margin: 5px 0;
	padding: 5px;
	text-indent: 0px;
	font: 400 15px/45px 'Montserrat', sans-serif;
	color: #4c4c4c;
	background: #fff url(../images/Imgs/select.png) no-repeat 98% 50%;
}
.fap_area select option {
	display: none;
}
.fap_area select option+option {
	display: block;
}
.fap_area input[type="submit"] {
	width: 100%;
	background: #27292d;
	font: 500 17px/55px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0px;
	margin: 5px 0;
	display: inline-block;
	border: 1px solid #27292d;
	border-radius: px;
}
.fap_area input[type="submit"]:hover {
	background: #fff;
	color: #000;
	border: 1px solid #fff;
	transition: all .3s ease-in-out;
	border-radius: 0px 15px 0 15px;
}
.sr_box {
	margin: 25px 0 0 0;
}
.sr_box img {
	width: 100%
}
.sr_box ul {
	width: 100%;
	margin-top: 15px;
}
.sr_box ul li {
	font: 500 14px/20px 'Montserrat', sans-serif;
	color: #4f4f4f;
	padding: 5px 0 5px 15px;
	background: url(../images/Imgs/la.png) no-repeat left center;
}
.sales_wrap {
	background: #eaeff2 url(../images/Imgs/sales-bg.jpg) no-repeat top center;
}
.sale_area {
	text-align: center;
}
.sale_area ul {
	display: flex;
	align-items: flex-end;
}
.sale_area ul li {
	display: inline-block;
	width: 24.25%;
	margin: 0 0 0 1%;
	border-radius: 15px;
	vertical-align: bottom;
}
.sale_area ul li h1, .sale_area ul li p {
	color: #fff;
}
.sale_area ul li:nth-child(4n+1) {
	margin: 0;
}
.sale_area ul li:nth-child(1n) {
	background: #476088;
	padding: 55px 25px;
}
.sale_area ul li:nth-child(2n) {
	background: #ff6d74;
	padding: 85px 25px;
}
.sale_area ul li:nth-child(3n) {
	background: #e07c22;
	padding: 125px 25px;
}
.sale_area ul li:nth-child(4n) {
	background: #445661;
	padding: 175px 25px;
}
.big_box {
	background: #f2f2f2;
	margin: 25px 0 0 0;
}
.big_box .big_img {
}
.big_box .big_img img {
	width: 100%;
}
.big_box .big_txt {
	padding: 25px;
}
.big_box .big_txt h6 {
	font-size: 18px;
	font-weight: 700;
}
#accordion {
}
.accordian-title {
	background: #445661 url(../images/Imgs/plus.png) no-repeat 99% 50%;
	font: 600 19px/25px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: capitalize;
	padding: 15px 82px 15px 20px;
	margin: 15px 0 0;
	cursor: pointer;
	border-radius: 5px;
}
.accordian-title-regular {
    background: #445661 url(../images/Imgs/plus.png) no-repeat 99% 50%;
    font: 600 19px/25px 'Montserrat', sans-serif;
    color: #fff;
    padding: 15px 82px 15px 20px;
    margin: 15px 0 0;
    cursor: pointer;
    border-radius: 5px;
}
.ui-accordion-content {
	background: #e7e7e7;
	padding: 0 15px 15px;
	border-radius: 5px;
	margin: 5px 0 0 0;
}
.ui-accordion-content p {
	padding: 10px 0 0;
	color: #7b7b7b;
}
.accordian-title.ui-accordion-header-active {
	background: #ef7e1a url(../images/Imgs/minus.png) no-repeat 99% 50%;
}
.accordian-title-regular.ui-accordion-header-active {
    background: #ef7e1a url(../images/Imgs/minus.png) no-repeat 99% 50%;
}
.help_box {
	margin: 32px 0;
	text-align: center;
}
.help_box img {
	border-radius: 12px;
	box-shadow: 0 0 9px #999;
}
.help_box p {
	font-weight: 700;
	font-size: 17px;
}
.shopy_loop {
}
.shopy_loop > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 50px 5.5%;
}
.shopy_loop div .shopy_img {
	float: left;
	width: 45%
}
.shopy_loop div .shopy_img img {
	width: 100%;
}
.shopy_loop div .shopy_text {
	float: right;
	width: 55%;
}
.shopy_loop div .shopy_text p {
}
.shopy_loop div .shopy_text h4 {
	margin: 0 0 15px 0;
}
.shopy_loop > div:nth-child(odd) {
	background: #eaeff2;
}
.shopy_loop > div:nth-child(even) {
	flex-direction: row-reverse;
	background: #fff;
}
.shopy_loop div:nth-child(odd) .shopy_text {
	padding: 0 5% 0 0%
}
.shopy_loop div:nth-child(even) .shopy_text {
	padding: 0 0% 0 5%
}
.table-price .startup, .heading, .tiered-1, .tiered-2, .pro {
    color: white;
    text-align: center;
}

.table-price tbody tr:not(:first-child) td:not(:first-child) {
    border-bottom: 1px dotted;
    border-bottom-color: rgba(255,255,255,0.5);
    padding: 20px 0;
    line-height: 25px;
}


.table-price tbody tr:not(:first-child):not(:last-child) td:first-child {
    height: 100%;
    margin: 3px 0;
    background: #ef7e1a;
    border-radius: 30px 0 0 30px;
    font: 600 16px/30px 'Montserrat', sans-serif;
    color: #fff;
    padding: 15px;
    max-width: 234px;
    min-width: 150px;
    border-bottom: 5px solid;
    border-top: 5px solid;
}

.table-price tbody tr:last-child td:not(:first-child) {
    border-radius: 0 0 30px 30px;
}

.table-price tbody tr:first-child td:not(:first-child) {
    min-width: 248px;
}

    .table-price tbody tr:first-child td:not(:first-child) div {
        /*min-height: 150px;*/
        min-height: 158px;
    }

.padding-fix {
    padding-left: 0.5% !important;
    padding-right: 0.5% !important;
}

.table-price .heading {
    border-radius: 35px 35px 0 0;
}

    .table-price .heading div {
        padding: 25px;
        border-radius: 25px 25px 0 0;
        color: white;
    }

        .table-price .heading div * {
            color: white;
        }

        .table-price .heading div h1 {
            font: 700 50px/74px 'Montserrat', sans-serif;
        }

.table-price .startup {
    background: #337ab7;
    border-right: 5px solid #fff;
}

    .table-price .startup.heading div {
        background: url(../images/Imgs/pi-1.png) no-repeat top center;
        background-position-y: -3px;
    }

.table-price .tiered-1 {
    background: #42a3b7;
    border-right: 5px solid #fff;
}

.tiered-1.heading div {
    background: url(../images/Imgs/pi-2.png) no-repeat top center;
}

.table-price .tiered-2 {
    background: #80be3c;
    border-right: 5px solid #fff;
}

    .table-price .tiered-2.heading div {
        background: url(../images/Imgs/pi-3.png) no-repeat top center;
    }

.table-price .pro {
    background: #96cb5b;
}

    .table-price .pro.heading div {
        background: url(../images/Imgs/pi-3.png) no-repeat top center;
    }

.amazon_area {
}
.amazon_area ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.amazon_area ul li {
	display: block;
	width: 25%;
	border-radius: 30px;
}
.amazon_area ul li:first-child {
}
.amazon_area ul li:first-child ul {
	width: 100%;
	margin-top: 70px;
}
.amazon_area ul li:first-child ul li {
	width: 100%;
	margin: 3px 0;
	background: #ef7e1a;
	border-radius: 30px 0 0 30px;
	font: 600 16px/30px 'Montserrat', sans-serif;
	color: #fff;
	padding: 15px;
	border: none;
}
.amazon_area ul li .heading {
	text-align: center;
	padding: 38px;
	border-radius: 25px 25px 0 0;
}
.amazon_area ul li .heading h6, .amazon_area ul li .heading p {
	color: #fff;
}
.amazon_area ul li .heading h1, .amazon_area ul li .heading h3 {
	color: #fff;
	font-weight: 700;
}
.amazon_area ul li .heading h1 small {
	font-size: 14px;
}
.amazon_area ul li .ama_body {
	text-align: center;
	padding: 0 10px;
}
.amazon_area ul li .ama_body p {
	color: #fff;
}
.amazon_area ul li .ama_body ul {
	width: 100%;
}
.amazon_area ul li .ama_body ul li {
	width: 100%;
	border: none;
	border-bottom: 1px dotted;
	border-color: rgba(255,255,255,0.5);
	padding: 20px 0;
	line-height: 25px;
	border-radius: 0;
	color: #fff;
	background: transparent;
}
.amazon_area ul li .ama_body ul li:last-child {
	border: none;
}
.amazon_area ul li:nth-child(2n) {
	background: #337ab7;
}
.amazon_area ul li:nth-child(2n) .heading {
	background: url(../images/Imgs/pi-1.png) no-repeat top center;
}
.amazon_area ul li .ama_body ul li a.btn {
	margin: 0;
	background: rgba(0,0,0,0.5);
}
.amazon_area ul li:nth-child(3n) {
	background: #42a3b7;
	border: 5px solid #fff;
}
.amazon_area ul li:nth-child(3n) .heading {
	background: url(../images/Imgs/pi-2.png) no-repeat top center;
}
.amazon_area ul li:nth-child(4n) {
	background: #80be3c;
}
.amazon_area ul li:nth-child(4n) .heading {
	background: url(../images/Imgs/pi-3.png) no-repeat top center;
}
.amazon_area ul li .ama_body ul li span {
	display: none;
}
.ama_box {
	text-align: center;
	border: 3px solid #ef7e1a;
	border-radius: 12px;
	padding: 40px 20px;
}
.ama_box h5 {
	font-weight: 700;
}
.ama_box p {
	font-size: 14px;
}
.try_box {
	background: #ef7e1a;
	padding: 50px;
}
.try_box h2, .try_box p {
	color: #fff;
}
@media only screen and (min-width: 991px) {
    .activemenu {
        color: #ef7e1a !important;
    }
}
.parent-vertical-center {
    display: table;
    height: 100%;
}
.child-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.pd-12 {
    padding: 12px !important;
}
.pd-5 {
    padding: 5px !important;
}
.mg-b-16 {
    margin-bottom: 16px !important;
}
.mg-10 {
    margin: 10px !important;
}
.wd-100p {
    width:100%;
}