body {
	background: #fff;
	color: #333;
	font-family: 'Mukta', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Rajdhani', sans-serif;
	font-weight: normal;
	color: #333;
	line-height: 1.5
}

a {
	color: #f58132;
	text-decoration: none !important;
	-moz-transition: all .5s ease-in-out 0;
	-ms-transition: all .5s ease-in-out 0;
	-o-transition: all .5s ease-in-out 0;
	-webkit-transition: all .5s ease-in-out 0;
	transition: all .5s ease-in-out 0
}

img {
	max-width: 100%;
	border-radius: 0
}

a:hover {
	color: #f58132;
	-moz-transition: all .4s ease-in-out 0;
	-ms-transition: all .4s ease-in-out 0;
	-o-transition: all .4s ease-in-out 0;
	-webkit-transition: all .4s ease-in-out 0;
	transition: all .4s ease-in-out 0
}

a:hover,
a:focus {
	color: #02807e;
	text-decoration: none
}

.font11 {
	font-size: 11px
}

p {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #333;
	font-weight: 400;
	line-height: 26px;
	font-family: 'Mukta', sans-serif
}

.bg-dark {
	background: #17171b !important
}

.z-index {
	z-index: 9
}

.position-relative {
	position: relative !important
}

.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid #daaa73
}

.btn:focus {
	outline: none !important;
	box-shadow: none
}

button:focus {
	outline: 0 none;
	box-shadow: none
}

.button:focus {
	outline: 0;
	box-shadow: none
}

.button {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 9px 30px;
	text-align: center;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: .5px;
	font-weight: 600;
	border: 1px solid #f58132;
	background: #f58132;
	border-radius: 0;
	cursor: pointer;
	color: #fff;
	margin-top: 25px;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	will-change: transform
}

.button:hover {
	color: #fff;
	background: #191919
}


.button span {font-size: 22px !important;
	text-transform: uppercase !important;}

.button:before,
.button:after {
	content: '';
	width: 0;
	height: 100%;
	background: #191919;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: width .4s;
	transition: width .4s;
	z-index: -1;
	opacity: .4
}

.button:after {
	-webkit-transition-delay: 0;
	transition-delay: 0;
	background: #191919;
	opacity: 1
}

.button:hover:before,
.button:hover:after {
	width: 100%
}

.button:hover:after {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}


.button2 {background-color: #F1F1F1;
    border-radius: 10px;
	padding: 15px 20px; cursor: pointer;
    float: left;
    margin: 0 8px 0 0;}

.bg-gray {
	background-color: #f8f8f9
}

.bg-black {
	background-color: #000
}

.bg-dark-gray {
	background-color: #737E84;
}

.bg-dark-green {
	background-color: #032d17
}

.bg-none {
	background: none !important
}

.color-text {
	color: #daaa73
}

dl,
ol,
ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.mr-15 {
	margin-right: 15px
}

.d-table {
	width: 100%;
	height: 100%
}

.d-table-cell {
	vertical-align: middle
}

.bg-fixed {
	background-attachment: fixed
}

.bg-img {
	background-size: cover;
	background-repeat: no-repeat
}

.section-padding {
	padding: 100px 0
}

.section-title {
	text-align: center;
	margin-bottom: 65px
}

.section-title h5 {
	color: #daaa73 !important;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 5px;
	margin-bottom: 10px
}

.section-title h2 {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1.3;
	font-family: 'Rajdhani', sans-serif
}

.display-table {
	width: 100%;
	height: 100%;
	display: table
}

.table-cell {
	display: table-cell;
	vertical-align: middle
}

.mr-0 {
	margin: 0
}

.mr-top-50 {
	margin-top: 50px
}

.back-to-top {
	position: fixed;
	cursor: pointer;
	top: 0;
	right: 15px;
	color: #fff;
	background: #f58132;
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s
}

.back-to-top:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #737E84;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s
}

.back-to-top:hover:before,
.back-to-top:focus:before {
	opacity: 1;
	visibility: visible
}

.back-to-top:hover,
.back-to-top:focus {
	color: #fff
}

.back-to-top.active {
	top: 90%;
	-webkit-transform: translateY(-98%);
	transform: translateY(-98%);
	opacity: 1;
	visibility: visible
}

.back-to-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%
}

.back-to-top:hover i:first-child,
.back-to-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden
}

.back-to-top:hover i:last-child,
.back-to-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%
}

.back-to-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 20px
}

.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

[data-overlay-dark],
[data-overlay-light] {
	position: relative
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
	position: relative;
	z-index: 2
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1
}

[data-overlay-dark]:before {
	background: #000
}

[data-overlay-light]:before {
	background: #fff
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
	color: #fff
}

[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
	color: #dad6d6
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
	opacity: 0
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
	opacity: .1
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
	opacity: .2
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
	opacity: .3
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
	opacity: .4
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
	opacity: .5
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
	opacity: .6
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
	opacity: .7
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
	opacity: .8
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
	opacity: .9
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
	opacity: 1
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 20px
}

.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 7px;
	margin: 5px 5px;
	background-color: #777;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 5px;
	transition: .3s;
	border: 2px solid transparent
}

.owl-theme .owl-dots .owl-dot.active span {
	background-color: #daaa73 !important;
	width: 7px;
	height: 7px;
	transition: .3s
}

.owl-theme .owl-dots .owl-dot:hover span {
	background-color: transparent;
	border: 2px solid #daaa73;
	transition: .3s
}

#preloader {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 999999
}

#preloader .line {
	position: absolute;
	border-radius: 50%;
	border: 2px solid #fff;
	border-bottom: 2px solid #daaa73
}

#preloader .line:nth-child(1) {
	width: 25px;
	height: 25px;
	animation: circle-anim 600ms linear infinite
}

#preloader .line:nth-child(2) {
	width: 50px;
	height: 50px;
	animation: circle-anim 800ms linear infinite
}

#preloader .line:nth-child(3) {
	width: 75px;
	height: 75px;
	animation: circle-anim 1000ms linear infinite
}

#preloader .line:nth-child(4) {
	width: 100px;
	height: 100px;
	animation: circle-anim 1200ms linear infinite
}

@keyframes circle-anim {
	to {
		transform: rotate(360deg)
	}
}

.header-navber-area {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 999;
	background: transparent
}

.header-navber-area .nav-top-bar {
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-top: 15px;
	padding-bottom: 15px
}

.header-navber-area .nav-top-bar .call-to-action p {
	margin: 0 13px 0 0;
	display: inline-block;
	color: #fff;
	font-size: 15px
}

.header-navber-area .nav-top-bar .call-to-action p i {
	margin-right: 3px;
	font-size: 16px
}

.header-navber-area .nav-top-bar .call-to-action p a {
	color: #fff
}

.header-navber-area .nav-top-bar .call-to-action p a:hover,
.header-navber-area .nav-top-bar .call-to-action p a:focus {
	color: #ffc107
}

.header-navber-area .nav-top-bar .top-social {
	float: right;
	padding: 0;
	margin: 0 0 0 10px;
	list-style-type: none
}

.header-navber-area .nav-top-bar .top-social li {
	display: inline-block
}

.header-navber-area .nav-top-bar .top-social li a {
	color: #fff;
	font-size: 15px;
	margin-left: 5px
}

.header-navber-area .nav-top-bar .top-social li a:hover,
.header-navber-area .nav-top-bar .top-social li a:focus {
	color: #daaa73
}

.header-navber-area .nav-top-bar .opening-hours {
	float: right
}

.header-navber-area .nav-top-bar .opening-hours p {
	font-size: 15px;
	color: #fff;
	margin-bottom: 0
}

.header-navber-area .nav-top-bar .opening-hours p i {
	margin-right: 3px;
	font-size: 16px
}

.header-navber-area .nav-top-bar.template-color-bg {
	background: #daaa73;
	border-bottom: 0
}

.header-navber-area .nav-top-bar.template-color-bg .call-to-action p a {
	color: #fff
}

.header-navber-area .nav-top-bar.template-color-bg .top-social li a {
	color: #fff
}

.navbar-b {
	transition: all .5s ease-in-out;
	background-color: transparent;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-b.navbar-reduce {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.06)
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
	position: relative;
	padding-right: 0;
	padding-left: 10px
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
	color: #000;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0;
	padding-right: 0;
	padding-left: 12px;
	font-family: 'Mukta', sans-serif
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
	color: #000;
}

.navbar-b.navbar-trans .nav-link:hover {
	color: #000;
}

.navbar-b.navbar-trans .show>.nav-link,
.navbar-b.navbar-trans .active>.nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
	color: #000;
}

.navbar-b.navbar-reduce {
	transition: all .5s ease-in-out;
	background-color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-animation: 500ms ease-in-out 0 normal fadeInDown;
	animation: 500ms ease-in-out 0 normal fadeInDown;
	-webkit-transition: .6s;
	transition: .6s
}

.navbar-b.navbar-reduce .nav-link {
	color: #333
}

.navbar-b.navbar-reduce .nav-link:hover {
	color: #505050
}

.navbar-b.navbar-reduce .show>.nav-link,
.navbar-b.navbar-reduce .active>.nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
	color: #f58132;
}

.navbar-b.navbar-reduce .navbar-brand {
	color: #fff
}

.navbar-b.navbar-reduce .navbar-toggler span {
	background-color: #1b1b1b
}

.navbar-b .navbar-brand {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: visible !important
}

.navbar-b .dropdown-menu {
	margin: 1.12rem 0 0;
	border-radius: 0
}

.navbar-b .dropdown-menu .dropdown-item {
	padding: .7rem 1.7rem;
	transition: all 500ms ease
}

.navbar-b .dropdown-menu .dropdown-item:hover {
	background-color: #daaa73;
	color: #fff;
	transition: all 500ms ease
}

.navbar-b .dropdown-menu .dropdown-item.active {
	background-color: #daaa73
}

.navbar-toggler {
	position: relative
}

.navbar-toggler:focus,
.navbar-toggler:active {
	outline: 0
}

.navbar-toggler span {
	display: block;
	background-color: #000;
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	left: 0;
	opacity: 1
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
	transition: -webkit-transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: .9
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: .9
}

.navbar-b .black-logo {
	display: none
}

.navbar-b.navbar-reduce .navbar-brand .white-logo {
	display: none
}

.navbar-b.navbar-reduce .navbar-brand .black-logo {
	display: block
}

.slider {
	position: relative
}

.slider.fixed-slider {
	position: fixed;
	top: 0;
	left: 0;
	right: 0
}

.slider .swiper-slide-active {
	z-index: 3
}

.slider .parallax-slider {
	position: relative
}

.slider .parallax-slider .swiper-slide {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 100vh;
	padding-bottom: 50px
}

.slider .parallax-slider .swiper-slide .bg-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center
}

.slider .parallax-slider .swiper-slide-active .caption h1 {
	opacity: 1;
	animation: fadeInLeft .8s;
	-webkit-animation-delay: 1s;
	animation-delay: .3s
}

.slider .parallax-slider .caption {
	text-align: left;
}

.slider .parallax-slider .caption h1 {
	font-size: 75px;
	font-weight: 700;
	color: #fff;
	opacity: 1;
	visibility: visible;
	line-height:86px;
}

.slider .parallax-slider .caption p {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	margin-top: 10px;
	opacity: 1
}

.slider .parallax-slider .swiper-slide-active .caption p {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	margin-top: 10px;
	opacity: 1;
	animation: fadeInRight .8s
}

.slider .parallax-slider .swiper-slide-active .caption .home-slider-btn {
	font-size: 16px;
	font-weight: 300;
	text-transform: capitalize;
	letter-spacing: 1px;
	position: relative;
	opacity: 1;
	animation: fadeInUp 1s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}

.slider .control-text {
	position: absolute;
	top: 50%;
	z-index: 8;
	width: 100%;
	height: auto;
	align-items: center;
	display: flex;
	justify-content: space-between
}

.slider .control-text .swiper-nav-ctrl {
	color: #eee;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-left: 50px;
	margin-right: 50px;
	position: static;
	width: auto;
	height: auto;
	display: inline-block;
	background: transparent;
	padding: 6px 10px;
	border-radius: 3px
}

.slider .control-text .swiper-nav-ctrl:after {
	font-size: 25px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	display: block;
	text-align: center;
	background: rgb(0, 0, 0, 0.3)
}

.slider .swiper-pagination-bullets {
	bottom: 20px
}

.slider .swiper-pagination-bullet {
	background: #fff;
	opacity: .4
}

.slider .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1
}

.services-area .services-single-item {
	padding: 50px 35px;
	position: relative;
	background-size: cover;
	background-position: 50% 0 !important;
	border: 1px solid #f3f3f3
}

.services-area .services-single-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(12, 12, 12, 0.5)
}

.services-area .services-single-item:hover:after {
	opacity: 0
}

.services-area .services-single-item:hover h5,
.services-area .services-single-item:hover p,
.services-area .services-single-item:hover h5 .services-area .services-single-item:hover span {
	color: #fff
}

.services-area .services-single-item:hover .count-number {
	-webkit-text-stroke: 1px #fff
}

.services-area .services-single-item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fbfbfb;
	z-index: 1;
	-webkit-transition: all .4s;
	transition: all .4s
}

.services-area .services-single-item .services-content {
	position: relative;
	z-index: 7
}

.services-area .services-single-item h5 {
	color: #daaa73;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px
}

.services-area .services-single-item .count-number {
	font-size: 65px;
	line-height: 75px;
	font-weight: 400;
	color: transparent;
	-webkit-text-stroke: 1px #999;
	opacity: .8;
	margin-bottom: 20px
}

.services-area .bg-1 {
	background-image: url(../img/services/services-1.jpg)
}

.services-area .bg-2 {
	background-image: url(../img/services/services-2.jpg)
}

.services-area .bg-3 {
	background-image: url(../img/services/services-3.jpg)
}

.services-area .bg-4 {
	background-image: url(../img/services/services-4.jpg)
}

.services-area .bg-5 {
	background-image: url(../img/services/services-5.jpg)
}

.services-area .bg-6 {
	background-image: url(../img/services/services-6.jpg)
}

.about-content h2 {
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: normal;
}

.about-content-text p {
	margin-bottom: 15px;
}

.about-content-text h3 {
	color: #daaa73;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 5px;
	margin-bottom: 10px;
}

.about-content-text2 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0 0 20px;
	border-bottom:1px solid #f0f0f0;
}

.about-content-text2:last-child {
	border-bottom: 0px !important;
}

about-content-text2-icon {
	display: flex;
	flex-wrap: nowrap;
	align-items: center
}

.mt-icon-listgroup-icon-holder-inner {
	float: none
}

.mt-icon-listgroup-title {
	margin-bottom: 0
}

.mt-icon-listgroup-title {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 16px
}

.mt-icon-listgroup-text {
	font-size: 20px;
	font-weight: 600;
}

.about-image {
	text-align: center;
	position: relative;
	top: 0
}

.waves-box {
	position: absolute;
	top: 46%;
	left: 52%;
	transform: translate(-50%, -50%)
}

.about-image .iq-video {
	background: #fff;
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 25px;
	color: red;
	float: left;
	border-radius: 100%;
	line-height: 62px;
	z-index: 9;
	position: relative
}

.about-image .iq-video i {
	margin-left: 5px
}

.about-image .iq-waves {
	position: absolute;
	left: -30px;
	top: -30px;
	z-index: 2
}

.about-image .iq-waves .waves {
	position: absolute;
	width: 120px;
	height: 120px;
	background: rgb(197 126 126 / 50%);
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	border-radius: 50%;
	background-clip: padding-box;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite
}

.about-image .iq-waves .wave-1 {
	-webkit-animation-delay: 0;
	animation-delay: 0
}

.about-image .iq-waves .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.about-image .iq-waves .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

@-webkit-keyframes waves {
	0 {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "alpha(opacity=0)"
	}

	50% {
		opacity: .9;
		-ms-filter: "alpha(opacity=90)"
	}

	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "alpha(opacity=0)"
	}
}

@keyframes waves {
	0 {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "alpha(opacity=0)"
	}

	50% {
		opacity: .9;
		-ms-filter: "alpha(opacity=90)"
	}

	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "alpha(opacity=0)"
	}
}

.text-black {
	color: #000 !important
}

.box-holder {
	background: #0c5d5c;
	padding: 25px 0;
	text-align: center
}

.projects-area .project-single-item {
	position: relative;
	overflow: hidden
}

.projects-area .project-single-item img {
	-webkit-filter: none;
	filter: none;
	-webkit-filter: brightness(70%);
	border-radius: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.projects-area .project-single-item:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(1.09, 1.09);
	transform: scale(1.09, 1.09);
	-webkit-filter: brightness(20%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease
}

.projects-area .project-single-item:hover .project-overlay-info {
	bottom: 0
}

.projects-area .project-single-item .project-overlay-info {
	padding: 30px;
	position: absolute;
	bottom: -60px;
	left: 0;
	width: 100%;
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: center
}

.projects-area .project-single-item .project-overlay-info .category {
	position: relative;
	color: #0c5d5c;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px
}

.projects-area .project-single-item .project-overlay-info h5 {
	font-size: 24px;
	color: #fff;
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.2
}

.projects-area .project-single-item .project-overlay-info p {
	color: #fff;
	font-size: 15px
}

.projects-area .project-single-item .project-overlay-info i {
	color: #fff;
	font-size: 25px
}

.testimonial-area {
	position: relative;
	z-index: 1
}

.testimonial-area .owl-stage-outer {
	margin: 0 -8px;
	padding-left: 8px;
	padding-top: .35rem
}

.testimonial-content-inner .testimonial-text {
	position: relative;
	background: #fff;
	border-radius: 3px;
	padding: 30px 25px;
	text-align: left;
	-webkit-box-shadow: 0 3px 8px rgba(0, 9, 128, 0.05), 0 14px 10px rgba(0, 9, 128, 0.04);
	box-shadow: 0 3px 8px rgba(0, 9, 128, 0.05), 0 14px 10px rgba(0, 9, 128, 0.04)
}

.testimonial-content-inner .testimonial-text:before {
	content: '';
	bottom: -20px;
	top: auto;
	border-color: #fff transparent transparent #fff;
	display: block;
	position: absolute;
	left: 0;
	margin-left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px
}

.testimonial-text .rating-box {
	margin-top: 10px
}

.testimonial-text .rating-box h6 {
	font-size: 15px;
	font-weight: 700;
	color: #777
}

.testimonial-text .rating-box ul li {
	display: inline-block
}

.testimonial-text .rating-box ul li i {
	color: #ffce39;
	font-size: 15px
}

.testimonial-content-inner .author-info-box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: row;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	text-align: left;
	padding: 30px 0
}

.testimonial-content-inner .author-info-box .author-img img {
	border-radius: 50%;
	border: 5px solid #fff;
	width: 75px;
	margin: 0 auto;
	-webkit-box-shadow: 0 3px 15px rgba(218, 225, 232, 0.85);
	box-shadow: 0 3px 15px rgba(218, 225, 232, 0.85)
}

.testimonial-content-inner .author-info-box .author-img {
	margin-right: 18px
}

.testimonial-content-inner .author-info-box h3 {
	font-size: 20px;
	font-weight: 700
}

.testimonial-content-inner .author-info-box span {
	font-size: 16px;
	font-weight: 500
}

.testimonial-area .owl-theme .owl-nav.disabled+.owl-dots {
	position: unset;
	right: 0;
	top: 50%;
	transform: none;
	margin-top: 20px
}

.testimonial-area .owl-theme .owl-dots .owl-dot span {
	background-color: #ddd
}

.team-area .section-title {
	margin-bottom: 35px
}

.single-team-box {
	margin-top: 30px;
	overflow: hidden;
	-webkit-transition: .5s;
	transition: .5s
}

.team-image {
	position: relative;
	z-index: 1;
	border-radius: 3px;
	overflow: hidden
}

.team-image::before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	background: #000;
	-webkit-transition: .5s;
	transition: .5s
}

.single-team-box:hover .team-image::before {
	opacity: .8;
	visibility: visible
}

.single-team-box .team-image img {
	width: 100%;
	height: auto;
	-webkit-transition: .5s;
	transition: .5s
}

.single-team-box:hover .team-image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.team-social-icon {
	position: absolute;
	z-index: 5;
	top: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.team-social-icon a {
	padding: 5px 5px;
	color: #fff;
	font-size: 16px;
	margin: 0 5px;
	display: inline-block;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	will-change: transform
}

.single-team-box:hover .team-social-icon a {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.team-info {
	padding: 20px 15px 0;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s
}

.team-info h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0
}

.team-info span {
	color: #daaa73;
	font-size: 16px;
	font-weight: 400;
	display: block
}

.blog-area {
	background: #fbfbfb
}

.blog-area .section-title {
	margin-bottom: 35px
}

.blog-slingle-item {
	margin-top: 30px
}

.blog-area .blog-slingle-item .post-img {
	overflow: hidden;
	position: relative
}

.blog-slingle-item .post-img img {
	-webkit-transition: all .4s;
	transition: all .4s
}

.blog-slingle-item .post-img:hover img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.blog-slingle-item .blog-content-info {
	padding: 20px 20px 0 0
}

.blog-area .blog-slingle-item .blog-content-info h6 a {
	color: #333;
	font-size: 22px;
	font-weight: 700;
	display: block;
	margin-bottom: 10px
}

.blog-area .blog-slingle-item .blog-content-info h6 a:hover {
	color: #daaa73
}

.blog-area .blog-slingle-item .blog-content-info h5 {
	font-size: 40px;
	margin-bottom: 5px
}

.blog-area .blog-slingle-item .author-date a {
	font-size: 15px;
	color: #676767;
	letter-spacing: 2px
}

.blog-area .blog-slingle-item .author-date a {
	margin-right: 0
}

.blog-area .blog-slingle-item .author-date a:last-child {
	margin-right: 0
}

.blog-area .blog-slingle-item .author-date b {
	color: #daaa73;
	padding-right: 5px;
	letter-spacing: 4px
}

.contact-area .section-title {
	margin-bottom: 35px
}

.contact-form-box {
	margin-top: 0
}

.form-input-box {
	position: relative
}


.box-shadow-brdr { padding: 60px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);}

.contact-area .form input,
.contact-area .form textarea, 
.contact-area .form select{
	width: 100%;
	padding: 10px 0 6px;
	border: 0;
	color: #333;
	border-radius: 3px;
	height: auto;
	font-weight: 500;
	border-bottom: 1px solid #e0e0e0
}

.contact-area .form textarea {
	height: auto;
	max-height: 300px;
	max-width: 100%
}

#contact-form .contact-btn-box {
	text-align: left
}

#contact-form .contact-btn-box .button {
	margin: 0
}

.form-group {
	margin-bottom: 25px
}

.contact-form .form-group {
	margin-bottom: 15px
}

button,
input,
textarea:focus {
	border: 0;
	outline: 0
}

.single-store-location {
	padding: 30px 15px;
	background: #fbfbfb;
	border: 1px solid #f3f3f3;
	margin-top: 30px
}

.single-store-location h3 {
	color: #daaa73;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px
}

.single-store-location p {
	color: #333
}

.single-store-location p a {
	color: #333;
	letter-spacing: 0
}

.single-store-location p {
	color: #333;
	letter-spacing: 0;
	margin-top: 10px;
	font-weight: 400
}

.social-media-icon {
	margin-top: 10px
}

.social-media-icon li {
	display: inline-block;
	margin-right: 10px
}

.social-media-icon li a {
	color: #333;
	background: transparent;
	border-radius: 10px;
	width: 40px;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block
}

.social-media-icon li a:hover {
	opacity: .4;
	transition: all ease .3s;
	-webkit-transition: all ease .3s
}

::-webkit-input-placeholder {
	color: #333
}

::-moz-placeholder {
	color: #333
}

:-ms-input-placeholder {
	color: #333
}

:-moz-placeholder {
	color: #333
}

.contact-area .form-message.success {
	background: #03b103;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
	display: block;
	margin-bottom: 15px
}

.contact-area .form-message.error {
	background: #ff4d15;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
	display: block;
	margin-bottom: 15px
}

.partner-area {
	padding: 70px 0
}

.partner-item {
	padding: 5px 0;
	margin: 5px 10px
}

.partner-area .partner-carousel img {
	opacity: .8;
	max-width: 100%;
	width: inherit !important;
	margin: 0 auto
}

.partner-area .partner-carousel img:hover {
	opacity: 1;
	cursor: pointer
}

.footer-area {
	padding: 30px 0;
	background-color: #f2f2f2;
}

.footer-copyright-text p {
	color: #fff
}

.footer-area .footer-link ul {
	text-align: right;
	list-style-type: none
}

.footer-area .footer-link ul li {
	display: inline-block;
	position: relative;
	padding-left: 20px
}

.footer-area .footer-link ul li a {
	color: #fff
}

.footer-area .footer-link ul li:first-child {
	padding-left: 0
}

.footer-area .footer-link ul li::before {
	content: '';
	position: absolute;
	left: 7px;
	top: 5px;
	background: #ccc;
	width: 2px;
	height: 14px
}

.footer-area ul li:first-child::before {
	display: none
}


.footer-area2 {
	padding: 10px 0;
	background-color: #686868;
}

.devborder {
	border-style: solid;
	border-width: 0 0 1px;
	border-color: #e5e5e5;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 70px 0
}

.radio {
	position: relative;
	cursor: pointer;
	line-height: 20px;
	font-size: 14px;
	margin: 0 4px 26px 0;
	width: auto !important
}

.radio .label {
	position: relative;
	display: block;
	float: left;
	margin-right: 10px !important;
	width: 20px !important;
	height: 20px !important;
	border: 2px solid #c8ccd4;
	border-radius: 100%;
	-webkit-tap-highlight-color: transparent
}

.radio .label:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #225cff;
	transform: scale(0);
	transition: all .2s ease;
	opacity: .08;
	pointer-events: none
}

.radio:hover .label:after {
	transform: scale(3.6)
}

input[type="radio"]:checked+.label {
	border-color: #225cff
}

input[type="radio"]:checked+.label:after {
	transform: scale(1);
	transition: all .2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
	opacity: 1
}

.cntr {
	position: relative;
	top: calc(50% - 10px);
	left: 0;
	width: 100%
}

.mr-10 {
	margin-right: 10px
}

p.enquire {
	margin: 8px;
	padding: 4px 0;
	color: #fff
}

.watsapp {
	float: right;
	margin-left: 0;
	bottom: 30px;
	padding: 0 0 0 20px;
	position: fixed;
	width: auto;
	z-index: 99;
	right: 20px
}

.watsapp img {
	border-radius: none
}

.img-responsive {
	margin: 0 auto !important;
	width: 100% !important
}

.callbtn {
	float: left;
	margin-left: 0;
	top: 26px;
	padding: 0;
	position: fixed;
	width: auto;
	z-index: 999;
	right: 80px;
}

.mt-icon-listgroup-title {
	font-size: 20px;
    color: #f58132;
    font-weight: 700;
}

.mt-icon-listgroup-text {
	font-size: 16px
}

.width65 {
	width: 65%;
	margin: 0 auto
}




.title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.2vmax;
  margin: 0rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: calc(65% - 4rem);
}

.overflow {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  box-shadow: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overflow.animation-reveal {
  animation: reveal 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.strip_of {
  background-color: #D7BE82;
  height: 58%;
  width: 1.1rem;
  z-index: 99;
  position: absolute;
}
.strip_of.paper1 {
  transform: translate(-31vw, 0%);
}
.strip_of.paper2 {
  transform: translate(31vw, 0%);
}
.strip_of.invisible {
  visibility: hidden;
}

.carousel {
  width: 100%;
  height: auto;
  padding: 0 1rem;
  margin: 0;
  box-shadow: none;
  overflow: hidden;
}

.slider2 {
  width: 100%;
  height: 100%;
}

.card {
  margin: 0 0 0 0;
  overflow: hidden;
  border-radius: 0px;
  height: 70vh;
  width: 33.33%;
  position: relative;
  background-position: 50%;
  background-size: cover;
  /*cursor: pointer;*/
  transition: width 0.16s ease-in-out, height 0.16s ease-in-out;
  transition: 0.2s ease;
  /*font-size: 1vmax;*/
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  float:left;
  padding:0 10px;
  border:none;
}

.card .location {
  color: #000;
  text-align: center;
  /*display: flex;*/
  /*align-items: flex-start;
  justify-content: flex-end;*/
  /*flex-direction: column;*/
  width: 100%;
  height: 34%;
  padding: 16px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  transform: translate(0%, 195%);
  text-decoration: none;
  transition: 0.2s ease;
  bottom:40px;
}
/*.card .location:hover {
  color: white;
  transition: 0.2s ease;
}*/


.card h5 { color:#000; font-size:16px;}

.card.is-selected {
  transform: scale(1.05);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 10;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25), 0 6px 6px rgba(0, 0, 0, 0.22);
  transition: 0.2s ease;
}

.card-bg {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  padding: 0 18px 0;
}
.card-bg.nono {
  background-position: center;
  background-size: 300px;
  background-color: #191925;
  background-repeat: no-repeat;
}

a.sli {
  background-color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  border: 0;
  outline: 0;
  cursor: pointer;
  z-index: 100;
  position: absolute;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 35, 0.25);
  color: #333;
  font-size: 1rem;
  transition: 0.2s ease;
  display: block;
  text-align:center;
  padding: 4px 0 0 0;
}
a.sli.previous {
  transform: translate(-33vw, 0%);
}
a.sli.next {
  transform: translate(33vw, 0%);
}
/*.button:focus {
  transition: 0.2s ease;
  outline: 0;
  border: 0;
  box-shadow: 0 7px 7px 0 rgba(0, 0, 35, 0.25);
}
.button i {
  outline: none;
  text-decoration: none;
  background-color: #fff;
}
.button i:focus {
  outline: none;
  border: none;
}*/

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  transform: translate(0%, 8%);
  vertical-align: middle;
}

.flickity-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: absolute;
  width: 100%;
  height: 100%;
}



.demo{ background-color: #e7e7e7; }
.tab{
    background-color: #fff;
    font-family: 'Titillium Web', sans-serif;
    padding: 15px;
    border-radius: 10px;
}
.tab .nav-tabs{
    padding: 0;
    margin: 0 0 30px 0;
    border: none;
	justify-content: center;
}   
.tab .nav-tabs li a{
    color: #bbb;
    background: transparent;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 15px 6px;
    margin: 0 15px 15px 0;
    border: none;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    border-radius: 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0.2s;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a:hover{
    color: #EAB543;
    background: transparent;
    border: none;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
}
.tab .nav-tabs li a:before,
.tab .nav-tabs li a:after{
    content: '';
    background-color: #EAB543;
    height: 2px;
    width: 0;
    position: absolute;
    left: 0;
    top: -2px;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:after{
    top: auto;
    bottom: -2px;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a:hover:before,
.tab .nav-tabs li.active a:after,
.tab .nav-tabs li a:hover:after,
.tab .nav-tabs li.active a:hover:after{
    width: 100%;
}
.tab .tab-content{
    color: #999;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 10px 15px;
    border: 1px solid #EAB543;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs{
        padding: 0;
        margin: 0 0 5px;
    }
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
    }
    .tab .nav-tabs li a{ margin: 0 0 10px; }
}

.pos-rel {
    position: relative;
}
.bg-img-cover, .bg-img-cover-fixed {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


h4.hdr-orange { color:#f58132; font-weight:600;}
h5.ftr-orange { color:#f58132; font-weight:600;}
a.ftr-anchor { color:#000;}
.pl { padding-left: 3rem!important;}
.pr { padding-right: 3rem!important;}
.brdrbtm { border-bottom:1px solid #E5E5E5;}

.mt-underline-text {
    position: relative;
}


.mt-underline-text.curved:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    height: 17px;
    width: 100%;
    border-top: solid 2px;
    border-radius: 76%; border-color: #F58132;
	}
	
.mt-underline-text.curved2:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    height: 17px;
    width: 100%;
    border-top: solid 2px;
    border-radius: 76%; border-color: #fff;
	}	
	
	
#popup_this {
	top: 10% !important;
	margin-top: 0px;
	margin-left: 0px;
	background: #fff;
	padding: 30px;
	position: fixed;
	z-index:999999;
	font-weight:600;
	width:50%;
}
#popup_this h2 { font-weight:600;}

img.popthis { width:100%; float:left; margin:0;}
.b-close {
	color: #fff;
	background: #1b588f;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
	

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none
}

@media(max-width:767px) {
	
	#popup_this {
	width:100%;
}
	
	.hidden-xs {
		display: none
	}

	.visible-xs {
		display: block
	}

	.plr {
		padding: 0 20px 0
	}

	.width65 {
		width: 100%;
		margin: 0 auto
	}
	.card { width:100%;}
	
	.tabby-tabs ul li a {
    padding: 10px 0px 10px 0px !important;
	
}
.pl { padding-left: 10px!important;}
.pr { padding-right: 10px!important;}
.tabby-tabs ul li a {
  margin-right: 0px!important;
}	
}

.enquirebtn {
	top: 20%;
	right: 0;
	position: fixed;
	z-index: 999;
	writing-mode: vertical-rl;
	background-color: #f58132;
	border-radius:0;
	cursor: pointer;
	padding: 15px 0;
}

.enquirebtn:hover {
	background-color: #737E84;
}

@keyframes mymovee {
	from {
		background-color: #032d17
	}

	to {
		background-color: #032d17
	}
}

@media(max-width:767px) {
	.enquirebtn {
		top: 26%;
		right: 0;
		position: fixed;
		z-index: 999;
		writing-mode: vertical-rl;
		background-color: #f58132;
		border-radius: 0;
	}

	.sitevisit {
		top: 43%;
		right: 0;
		position: fixed;
		z-index: 999;
		writing-mode: vertical-rl;
		background-color: #032d17;
		border-radius: 6px 0 0 6px;
		-webkit-transition: ease .5s all;
		-moz-transition: ease .5s all;
		transition: ease .5s all;
		animation: mymovee 2s infinite
	}

	@keyframes mymovee {
		from {
			background-color: #032d17
		}

		to {
			background-color: #032d17
		}
}