.btn-style {
	padding: 0px 40px;
	color: #fff;
	height: 56px;
	display: inline-block;
	font-size: 16px;
	line-height: 52px;
	text-transform: capitalize;
	font-weight: 600;
	transition: 0.3s ease-in;
	/*  border-radius: 6px;*/
	background-color: #ff1e56;
	border-color: #ff1e56;
}




.btn-style:hover {
	background-color: #FF0040;
	border-color: #FF0040;
	color: #fff;

}

.oi-menu:before {
	content: '\e09b';
	font-size: 24px !important;
}


@media only screen and (max-width: 400px) .navbar .navbar-brand {
	font-size: 25px;
}

h3.hny-title,
h3.hny-title.two {
	font-size: 36px;
	line-height: 46px;
	color: #1C1717;
	text-transform: capitalize;
	font-weight: 700;
}

h3.hny-title.two {
	color: #fff;
}

.sub-font {

	font-weight: 400;
	letter-spacing: 1px;
}

.sub-title,
.sub-title-1 {
	position: relative;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #ff1e56;
	text-transform: uppercase;

}

.sub-title-1 {
	color: #fff;
}

p.title-para {
	margin: 0;
	width: 50%;
}

@media (max-width: 992px) {

	h3.hny-title,
	h3.hny-title.two {
		font-size: 30px;
		line-height: 40px;
	}

	p.title-para {
		margin: 0 auto;
		width: 80%;
	}
}

@media (max-width: 768px) {

	h3.hny-title,
	h3.hny-title.two {
		font-size: 26px;
		line-height: 35px;
	}
}

@media (max-width: 736px) {
	h3.title-small {
		font-size: 20px;
		line-height: 30px;
	}
}

@media (max-width: 384px) {

	h3.hny-title,
	h3.hny-title.two {
		font-size: 22px;
		line-height: 30px;
	}

	p.title-para {
		margin: 0 auto;
		width: 100%;
	}

	.sub-title,
	.sub-title-1 {
		font-size: 14px;
	}
}

/*
.navbar .navbar-brand {
  margin: 0;
  padding: 0;
  font-size: 30px;
  text-transform: capitalize;
  color: #fff;
  margin: 0;
  z-index: 1;
 
  font-weight: 700;
}
*/

.navbar .navbar-brand span.sub-logo {
	color: #fff;
}

.navbar .navbar-brand span.fa {
	display: inline-block;
	color: #ff1e56;
	z-index: -1;
	margin-right: -42px;
	font-size: 36px;
}

.navbar .navbar-brand:hover {
	opacity: 0.95;
}

.navbar .navbar-brand img {
	max-width: 140px;
	transition: all 0.5s ease;
}

.navbar-expand-lg .navbar-nav .nav-item {
	padding: 0 12px;
	transition: all 0.5s ease;
	position: relative;
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
	opacity: 1;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(255, 255, 255, 0.9);
}

.navbar-expand-lg .navbar-nav .nav-link.phone {
	text-transform: capitalize;
	transition: all 0.5s ease;
	padding: 14px 0 10px;
	font-size: 17px;
	font-weight: 600;
	color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
	text-transform: uppercase;
	transition: all 0.5s ease;
	padding: 0px 0 0px 0px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	opacity: 1;
}

.w3l-main-slider .banner-info-bg h4.sub-font {
	font-size: 20px;
	line-height: 0px !important;
	color: #d9bf77 !important;
	text-transform: capitalize;
}

.navbar-expand-lg a.nav-link.donate.btn.btn-style {
	display: block;
	padding: 0px 30px;
	color: #fff;
	height: 46px;
	font-size: 16px;
	line-height: 42px;
	text-transform: uppercase;
	font-weight: 700;
	transition: 0.3s ease-in;
	border-radius: 4px;
	background-color: #ff1e56;
	border-color: #ff1e56;
}


a.dropdown-item {
	font-weight: 600;
	font-size: 17px;
	color: #444;
}

a.dropdown-item:hover {
	color: #111;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	transform: translateX(-50px);
}

.navbar-expand-lg .navbar-nav .dropdown-menu:before {
	content: '';
	width: 14px;
	height: 14px;
	background: #fff;
	border: 1px solid rgba(146, 141, 141, 0.27);
	display: block;
	border-right: none;
	border-bottom: none;
	transform: translateX(-50%) rotateZ(45deg);
	position: absolute;
	top: -8px;
	left: 49%;
	z-index: 1001;
}

header {
	padding: 0px;
	transition: all 0.4s ease 0s;
	height: 51px;
	display: grid;
	align-items: center;
	background: #0a0200;
}

header.nav-fixed {
	padding: 0px;
	background-color: #fff;
	height: 63px;
	border-bottom: none;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
}

.navbar-dark .navbar-nav .show > ,
.navbar-dark .navbar-nav .nav-link.show {
	color: #7C6A6A;
}

nav ul li {
	display: inline-block;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
	transition: all .5s;
}

nav ul li a:hover {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus {
	color: #eee;
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-menu {
	min-width: 12rem;
	padding: 1rem 0;
}

.nav-fixed .navbar-expand-lg .navbar-nav .nav-link {
	color: #333;
	opacity: 0.95;
}

.nav-fixed .phone a {
	color: #fff;
}

.nav-fixed .phone a span {
	opacity: 1;
	color: #fff;
}

.nav-fixed .navbar-expand-lg .navbar-nav li.nav-item .nav-link {
	color: #272121;
}

.nav-fixed .navbar-expand-lg .navbar-nav li.nav-item .nav-link:hover {
	color: #ff1e56;
}

.nav-fixed .navbar-expand-lg .navbar-brand {
	color: #272121;
}

.nav-fixed .navbar-expand-lg .navbar-brand span.fa {
	color: #ff1e56;
}

.nav-fixed .navbar-expand-lg .navbar-brand span.sub-logo {
	color: #272121;
}

.nav-fixed .navbar-expand-lg .search-right a.hnysearch-icon {
	color: #272121;
	border-left: 1px solid #272121;
	border-right: 1px solid #272121;
}

.nav-fixed .navbar-expand-lg .search-right .hamburger1 div {
	background: #272121;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #ff4d00;
	text-decoration: none;
	background-color: transparent;
}

@media only screen and (max-width: 1440px) {
	.navbar-expand-lg .navbar-nav .nav-item {
		padding: 0 10px;
	}

	.navbar-expand-lg .nav_btn > li {
		padding: 0;
	}
}

@media only screen and (max-width: 1199px) {
	.navbar .navbar-brand {
		font-size: 28px;
	}






	.navbar .navbar-brand img {
		max-width: 109px;
	}

	.navbar-expand-lg .btn-gradient {
		padding: 10px 20px;
		font-size: 14px;
	}

	.navbar-expand-lg .navbar-nav.nav_btn > li {
		margin-left: 0px;
	}

	.navbar-expand-lg .navbar-nav.nav_btn a.btn {
		padding: 10px 20px;
	}

	.navbar-expand-lg .navbar-nav.nav_btn a {
		font-size: 14px;
		padding: 0px;
	}
}

@media only screen and (max-width: 991px) {
	.popup {
		display: none;
	}



@media (max-width: 600px) {
		.new-lt {
			font-size: 25px !important;
		}
	}
	
@media (max-width: 400px) {
		.new-lt {
			font-size: 23px !important;
		}
	}

	@media (max-width: 350px) {
		.new-lt {
			font-size: 19px !important;
		}
	}

	
	
	

	.navbar .navbar-brand img {
		max-width: 140px;
	}

	.navbar-toggler {
		border: 0 none;
		font-size: 24px;
	}

	.navbar-nav {
		-webkit-animation-name: none;
		animation-name: none;
		float: left;
		text-align: center;
		width: 100%;
		background: #c9b682;
		padding: 20px;
		margin-top: 16px;
		border-radius: 6px;
	}

	.navbar-nav:last-child {
		border: 0;
	}

	.navbar-expand-lg .navbar-nav .nav-item {
		-webkit-animation-name: none;
		animation-name: none;
		padding: 0;
	}

	.navbar-expand-lg .navbar-nav.nav_btn > li {
		padding-bottom: 10px;
	}

	.navbar-nav .dropdown-menu {
		text-align: center;
	}

	.navbar-nav .dropdown-menu .dropdown-menu {
		background-color: rgba(0, 0, 0, 0.3);
	}

	.navbar-expand-lg .navbar-nav .nav-item .nav-link.active::before {
		bottom: 0;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		display: inline-block;
		padding: 10px 0;
		text-align: center;
	}

	header {
		height: auto;
		/*    padding: 15px 0;*/
	}




	.navbar-expand-lg .navbar-nav .dropdown-menu {
		transform: translateX(0px);
	}


	header.nav-fixed {
		height: auto;
		padding: 8px 0;
	}

	.navbar-dark .navbar-nav .show > .nav-link,
	.navbar-dark .navbar-nav .active > .nav-link,
	.navbar-dark .navbar-nav .nav-link.show,
	.navbar-dark .navbar-nav .nav-link.active {
		color: #fff !important;
		opacity: 1;
	}

	/*
  .navbar-dark .navbar-toggler-icon {
    background-image: none;
    padding: 0;
    width: 34px;
    height: 34px;
    display: inline-block;
    background: #272121;
    border-radius: 4px;
    text-align: center;
  }

  .navbar-toggler-icon.fa {
    font-size: 20px;
    line-height: 1.2em;
    color: #fff;
    line-height: 34px;
  }
*/

	/*
  .navbar-toggler {
    padding: 0rem 0rem !important;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu:before {
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid rgba(0, 0, 0, 0);
    top: -3px;
    left: 50%;
    z-index: 1001;
  }
*/
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 480px) {
	.navbar-brand img {
		max-width: 200px;
	}
}

@media only screen and (max-width: 991px) {
	.w3l-top-header {
		position: relative;
		height: 73px;
	}

	button.navbar-toggler .icon-close {
		display: block;
	}

	.navbar {
		padding: 0rem 0rem !important;
	}

	button.navbar-toggler .icon-expand {
		display: none;
	}

	button.navbar-toggler.collapsed .icon-close {
		display: none;
	}

	button.navbar-toggler.collapsed .icon-expand {
		display: block;
	}

	.nav-fixed .navbar-expand-lg .navbar-nav li.nav-item .nav-link {
		color: #fff;
	}
}

/*--/search--*/
.search-right form.search-box {
	display: block;
}

.search-right {
	display: flex;
	align-items: center;
}

.search-right a {
	color: #fff;
}

.search-right a.hnysearch-icon {
	text-align: center;
	display: inline-block;
	margin: 0px 24px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0 6px;
}

.search-right a.hnysearch-icon span.fa.fa-search {
	width: 40px;
	font-size: 18px;
}

.search-right a:hover {
	color: #ff1e56;
}

.search-right .popup form input[type="search"] {
	padding: 15px 15px;
	border: none;
	background: #fff;
	color: #888;
	font-size: 16px;
	border-radius: 6px;
	margin: 0;
	text-align: left;
	height: 60px;
	width: 100%;
}

.search-right .popup form button {
	padding: 12px 15px;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 600;
	display: block;
	background: #ff1e56;
	border: 1px solid transparent;
	text-transform: capitalize;
	width: 100%;
	margin-top: 14px;
	height: 60px;
}

.search-right .popup form button:hover {
	background-color: #FF0040;
	border-color: #FF0040;
	color: #fff;
}

.search-right .popup form input:focus {
	outline: none;
	border: none;
}

.search-right .pop-overlay {
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	transition: opacity 0ms;
	visibility: hidden;
	opacity: 0;
	z-index: 99;
	background: rgba(0, 0, 0, 0.83);
	height: 100vh;
}

.search-right .pop-overlay:target {
	visibility: visible;
	opacity: 1;
}

.search-right .popup {
	margin: 0rem auto;
	padding: 40px 50px;
	max-width: 500px;
	border-radius: 0px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.search-right .search-top {
	display: grid;
	grid-template-columns: auto 1fr 1fr;
	grid-gap: 30px;
	margin-top: 24px;
}

.search-right .search-top h4 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 16px;
}

.search-right .popup h3 {
	color: #fff;
	margin-bottom: 26px;
	text-align: center;
}

.search-right .search-top li {
	display: block;
}

.search-right .search-top li a {
	font-size: 16px;
	color: #fff;
	line-height: 28px;
}

.search-right .search-top li a:hover {
	color: #fff;
}

.search-right .close {
	position: absolute;
	top: 20px;
	right: 40px;
	transition: all 200ms;
	font-size: 40px;
	text-decoration: none;
	color: #fff;
	opacity: 1;
	background: none;
}

.search-right .close:hover {
	opacity: 0.8;
	background: none;
}

@media (max-width: 991px) {}

/*--//search--*/
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	max-width: 450px;
	width: 450px;
	height: 100%;
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
	padding: 0px;
}

/*Left*/
.modal.left.fade .modal-dialog {
	left: -450px;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
	left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
	right: -450px;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
	border-radius: 0;
	border: none;
	padding: 14px;
}

.modal-header {
	border-bottom-color: #EEEEEE;
	background-color: #FAFAFA;
}

.modal button.close {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 1;
	z-index: 9;
}

.modal button.close span {
	font-size: 25px;
	color: #333;
	margin-top: 20px;
	margin-right: 15px;
	background: #eee;
	width: 50px;
	height: 50px;
	line-height: 47px;
	border-radius: 30px;
	transition: all .4s ease;
	opacity: 1;
	display: block;
}

.modal button.close span:hover {
	background: #ff1e56;
	color: #fff;
}

h2.logo a {
	color: #1c1717;
	font-weight: 600;
	font-size: 30px;
	padding: 0;
	margin: 0;

}

h5.widget-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 20px;
}

a.social-link {
	border: 2px solid transparent;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	height: 36px;
	line-height: 2;
	margin-right: 4px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 36px;
	transition: all .2s ease;
	border-radius: 4px;
}

ul.icon-rounded li {
	list-style-type: none;
	display: inline-block;
}

a.social-link.twitter {
	background: #1da1f2;
}

a.social-link.linkedin {
	background: #0077b5;
}

a.social-link.tumblr {
	background: #35465c;
}

ul.icon-rounded.address li {
	display: block;
}

ul.icon-rounded.address li p a {
	font-weight: 600;
	color: #323232;
}

ul.icon-rounded.address li p a:hover {
	color: #ff1e56;
}

ul.icon-rounded.address li p span.fa {
	color: #323232;
	width: 16px;
	margin-right: 5px;
}

.widget-menu-items .navbar-nav .nav-link {
	color: #323232;
}

.widget-menu-items .navbar-nav .nav-link:hover {
	color: #ff1e56;
}

@media (max-width: 768px) {

	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 15px 0px;
	}
}

@media (max-width: 568px) {
	.modal.right.fade .modal-dialog {
		right: -400px;
	}

	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		max-width: 400px;
		width: 400px;
	}

	.modal-content {
		padding: 30px;
	}
}

@media (max-width: 415px) {
	.modal.right.fade .modal-dialog {
		right: -90%;
	}

	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		max-width: 90%;
		width: 90%;
	}

	h2.logo img {
		width: 50px;
	}

	h2.logo {
		font-size: 30px;
	}
}

/*-- humberger --*/
.hamburger1 {
	width: 30px;
	float: left;
	cursor: pointer;
	background: transparent;
}

.hamburger1 div {
	height: 3px;
	background: #fff;
	width: 24px;
	margin: 5px 0px;
	transition: all 0.5s;
	border-radius: 0px;
	text-align: center;
}

/* first */
.hamburger1:hover div:nth-child(1) {
	width: 12px;
	transition: all 0.5s;
}

.hamburger1:hover div:nth-child(2) {
	width: 18px;
	transition: all 0.5s;
}

.hamburger1:hover div:nth-child(3) {
	width: 30px;
	transition: all 0.5s;
}

/*-- //humberger --*/
/*--main-slider--*/
.w3l-main-slider li {
	list-style: none;
}

.w3l-main-slider .banner-info-bg {
	max-width: 750px;
	margin-top: 100px;
	margin: 0 auto;
}

/*
.w3l-main-slider .banner-info-bg h5 {
  font-size: 60px;
  line-height: 80px;
  color: #fff;
  margin: 16px 0 30px 0;
}
*/

.w3l-main-slider .banner-info-bg h5 {
	font-size: 55px;
	line-height: 80px;
	color: #0a0000;
	margin: 16px 0 30px 0;
	text-shadow: 0px 1px gray;
	font-family: "Prata", serif;
	/*	font-weight: 700;*/
}

.w3l-main-slider .banner-info-bg h4.sub-font {
	font-size: 20px;
	line-height: 40px;
	color: #ffac41;
	text-transform: capitalize;
}

.w3l-main-slider .banner-slider {
	position: relative;
	z-index: 1;
}

.w3l-main-slider .slider-info a img {
	transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
}

.w3l-main-slider .banner-view {
	background: url(../images/banner1.jpg) no-repeat center;
	background-size: cover;
	height: 100vh;
	position: relative;
	z-index: 0;
	display: grid;
	align-items: center;
}

.w3l-main-slider .banner-top1 {
	background: url(../images/banner2.jpg) no-repeat center;
	background-size: cover;
}

.w3l-main-slider .banner-top2 {
	background: url(../images/banner4.jpg) no-repeat center;
	background-size: cover;
}

.w3l-main-slider .banner-top3 {
	background: url(../images/banner6.jpg) no-repeat center;
	background-size: cover;
}

.w3l-main-slider .banner-info {
	/*  background: url(../images/dots.png);*/
	height: 100vh;
	display: grid;
	align-items: center;
}

.new-i {
	background: red;
	border-radius: 50%;
	padding: 6px;
	height: 50px;
}

.w3l-main-slider .banhny-timing {
	/*  transform: translate(rotateX(0.5)*/
	visibility: visible;
	text-align: left;
	letter-spacing: 5px;
	font-weight: 400;
	font-size: 16px;
	border-style: none;
	margin: 0px;
	border-radius: 0px;
	padding: 0px;
	color: black;
	text-decoration: none;
	opacity: 1;
	position: fixed;
	right: 1%;
	bottom: 45%;
	z-index: 11;
}

.w3l-main-slider .banhny-left-botm {
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 19px;
	margin: 0px;
	color: #fff;
	text-decoration: none;
	opacity: 1;
	position: absolute;
	left: 30px;
	bottom: 30px;
	z-index: 1;

}

.w3l-main-slider .scrollhny-btn {
	position: absolute;
	left: 50%;
	bottom: 10%;
	z-index: 1;
}

.scroll-arrow {
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	animation: arrow-wave 1s infinite;
	animation-direction: alternate;
}

.scroll-arrow:nth-child(1) {
	animation-delay: 0.1s;
}

.scroll-arrow:nth-child(2) {
	animation-delay: 0.2s;
}

.scroll-arrow:nth-child(3) {
	animation-delay: 0.3s;
}

@keyframes arrow-wave {
	0% {
		opacity: 0;
	}

	50% {
		opacity: .5;
	}

	100% {
		opacity: 1;
	}
}

@media (max-width:1080px) {
	.w3l-main-slider .banner-info-bg h5 {
		font-size: 70px;
		line-height: 78px;
	}
}

@media (max-width: 992px) {

	.w3l-main-slider .banner-info-bg h5 {
		font-size: 66px;
		line-height: 72px;
	}

	.w3l-main-slider .owl-nav {
		display: none;
	}

	.w3l-main-slider .banhny-timing {
		/*    display: none;*/
	}

	.search-right {
		display: none;
	}
}

@media (max-width: 768px) {
	.w3l-main-slider .banner-info-bg h5 {
		font-size: 56px;
		line-height: 66px;
	}

	.w3l-main-slider .banhny-left-botm {
		left: 0px;
		bottom: 60px;
		right: 0px;
		margin: 0 auto 20px;
		text-align: center;
	}

	.w3l-main-slider .banhny-left-botm {
		letter-spacing: 0px;
		font-size: 17px;
	}

	.w3l-main-slider .banner-info-bg h4.sub-font {
		font-size: 16px;
		line-height: 24px;
	}

	.w3l-main-slider .scrollhny-btn {
		position: absolute;
		left: 50%;
		bottom: 20%;
		z-index: 1;
	}
}

@media (max-width:600px) {
	.w3l-main-slider .banner-info-bg h5 {
		font-size: 40px;
		line-height: 48px;
	}

	.w3l-main-slider .banhny-left-botm {
		left: 0px;
		bottom: 80px;
		right: 0px;
		margin: 0 auto;
		text-align: center;
	}

}

@media (max-width: 415px) {
	.w3l-main-slider .banner-info-bg h5 {
		font-size: 36px;
		line-height: 46px;
	}

}

@media (max-width: 384px) {
	.w3l-main-slider .banner-info-bg h5 {
		font-size: 32px;
		line-height: 40px;
	}
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: block;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	border: none;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

@media (max-width:600px) {

	.owl-carousel .owl-dots.disabled,
	.owl-carousel .owl-nav.disabled {
		display: none;
	}

	.owl-theme .owl-dots .owl-dot span {
		width: 14px;
		height: 14px;
	}
}

/**
  * Owl Carousel v2.3.4
  * Copyright 2013-2018 David Deutsch
  * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
  */
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	display: none;
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-dots {
	margin-top: 0px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	background: none;
}

.owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 35px;
	margin: 0px;
	width: 50px;
	background: none;
	display: inline-block;
	cursor: pointer;
	transition: 0.3s ease-in-out;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: none;
	opacity: 1;
	text-decoration: none;
	outline: none;
	box-shadow: none;
	transition: 0.3s ease-in-out;
	color: #ff0000;
}

.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme:focus,
.owl-dots:focus,
.owl-dot:focus {
	outline: none;
	box-shadow: none;
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	background: transparent;
}

.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 5px 2px;
	background: #fff;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
	position: relative;
	border: 8px solid #fff;
}

button.owl-next,
button.owl-prev {
	position: absolute;
	bottom: 50%;
}

button.owl-prev {
	left: 10px;
}

button.owl-next {
	right: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
	border: 8px solid #ff1e56;
}

/*--/testimonials--*/
.owl-testimonial.owl-carousel.owl-theme .owl-dots {
	margin-top: 0px;
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 30px;
	background: none;
}

.flaticon-lotus:before {
	content: "\f100";
	color: #d9bf77;
	font-size: 29px;
}

.owl-testimonial.owl-carousel.owl-theme .owl-dots .owl-dot span {
	width: 6px;
	height: 6px;
	margin: 5px 2px;
	background: #000000;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
	position: relative;
	border: 6px solid #000000;
	opacity: 0.3;
}

.owl-testimonial.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-testimonial.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
	background: #ff1e56;
	border: 6px solid #ff1e56;
	opacity: 0.9;
}