
/* GENERAL */

body {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #585858;
	transition: 0.5s ease-in-out;
	font-family: 'Raleway', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	color: #444;
}

p {
	margin: 0;
}

a {
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
	letter-spacing: .2px;
}

.button-main a,
.btn {
	font-family: 'Poppins', sans-serif;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border: 2px solid transparent;
	border-radius: 4px;
	padding: 15px 36px !important;
	cursor: pointer;
	text-transform: capitalize;
	letter-spacing: .5px;
	font-size: 16px;
    font-weight: 500;
	white-space: normal;
	line-height: 1.25 !important;
}

.button-main a,
.btn.btn-primary {
	color: #fff;
	border-color: #8D75FF;
}

.button-main a:hover,
.btn.btn-primary:hover {
	background: #fff;
}

.button-main a:focus {
	color: #fff;
	box-shadow: none;
}

.addon-optin-forms,
.addon-optin-forms .optin-form-details-wrap:not(:empty){
	padding: 0px;
}

.addon-optin-forms .btn i {display: none;}

.overflow-hidden {overflow: hidden !important;}

.wt-scroll-up,
.wt-scroll-up:active,
.wt-scroll-up:focus,
.wt-scroll-up:hover {
	background-image: linear-gradient(180deg, #8D75FF 0%, #42199d 100%);
}

.spread-across .column-addons {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width: 992px) {
.spread-across .column-addons {flex-direction: row;}
}

.carousel-extended-item img {
	border-radius: 4px;
}

/* HEADER */

#wt-top {
	z-index: 9999;
	position: relative;
}

.top-phone {
	color: #2d3e4f;
	box-shadow: 0 0 0 0 #ffffff;
}
.top-phone .addon-text { font-family: "Poppins"; }
.top-phone .icon-container{width:30px;height:30px;line-height:30px;}
.top-phone .addon-text {font-size: 13px;}
.top-phone .media-content {padding: 3px 0px 0px 0px;}
.top-phone .icon .icon-container {display:inline-block;text-align:center;background-color:rgba(0, 0, 0, 0);border-style:solid;border-color:#8D75FF;border-width:1px;border-radius:202px;}
.top-phone .icon .icon-container > i {font-size:14px;width:14px;height:14px;line-height:14px;}
@media (min-width: 768px) and (max-width: 991px) {.top-phone .media .media-body {width: auto;}}
@media (max-width: 767px) {.top-phone .media .media-body {width: auto;}}
.top-phone{transition:.3s;}

.top-icons .icons-group-list {
	list-style: none;
	padding: 0;
	display: block;
    margin: -5px;
		text-align: center;
}

.top-icons .icons-group-list li {
	display: inline-block;
}

.top-icons .icons-group-list li a {
	display: inline-block;
	height: 30px;
	margin: 5px;
	padding: 0px 0px 0px 0px;
	width: 30px;
	background-color: rgba(0, 0, 0, 0);
	border-color: #8D75FF;
	border-style: solid;
	border-width: 1px;
	border-radius: 254px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}

.top-icons .icons-group-list li:hover a {
	color: #ffffff;
	border-color: #8D75FF;
}

.top-button {text-align: right;}

.top-button .btn {
    background: #fff !important;
    font-size: 13px;
    padding: 10px 30px !important;
}

.top-button .btn i {
    margin-right: 5px;
}

.top-button .btn:hover {
	color: #fff !important;
	border-color: #8D75FF;
	background: #8D75FF !important;
}

#wt-header {
	height: auto;
	box-shadow: none;
	transition: all 0.5s ease-in-out;
}

#wt-header .container {position: relative;}
#wt-header .container:before {
	content: "";
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background-color: #d8d8db;
	opacity: .3;
	position: absolute;
}

#wt-header.header-sticky {
	transition: all 0.5s ease-in-out;
	animation-name: menu_sticky;
	animation-duration: 0.60s;
	animation-timing-function: ease-out;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
	background-image: linear-gradient(90deg, #8D75FF 0%, #42199d 100%);
}

#wt-header.header-sticky .container:before {
	background-color: transparent;
}

@keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}

#wt-header > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#wt-header > .container > .container-inner > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#wt-header .logo a .logo-image,
#wt-header .logo a .logo-image-phone {
}

#wt-header .logo a {
	font-size: 30px;
	line-height: 1;
	margin: 0;
	padding: 0;
	Font-family: Poppins;
	font-weight: 600;
	background: linear-gradient(to right, #8D75FF 0%,#3a19cd 100%);
	background-clip: border-box;
	/* background-clip: border-box; */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8D75FF', endColorstr='#3a19cd',GradientType=1 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#wt-header.header-sticky .logo a {
	color: #fff;
	background: none;
	filter: none;
	-webkit-text-fill-color: #fff;
}

.wt-megamenu-parent {
	float: none;
}

.wt-megamenu-parent > li {text-align: left;}

.wt-megamenu-parent > li > a, .wt-megamenu-parent > li > span {
	padding: 0 20px;
	position: relative;
	font-family: 'Poppins', sans-serif;
font-size: 16px;
line-height: 70px;
font-weight: 500;
}

@media (max-width: 1200px) {
.wt-megamenu-parent > li > a, .wt-megamenu-parent > li > span {
	padding: 0 13px;
}
#wt-top .btn i {
	display: none;
}
}

#wt-header.header-sticky .wt-megamenu-parent > li > a {color: #fff;}

.wt-megamenu-parent > li > a:before {
	content: "";
	top:0;
	left:0;
	height: 2px;
	width: 0;
	display: block;
	position: absolute;
	transition: all 0.5s ease-in-out;
}

#wt-header.header-sticky .wt-megamenu-parent > li > a:before {
	background: #fff;
}

.wt-megamenu-parent > li:hover > a:before,
.wt-megamenu-parent > li.active > a:before,
.wt-megamenu-parent > li.current-menu-parent > a:before,
.wt-megamenu-parent > li.current_page_item > a:before {
	width: 100%;
}

#wt-header.header-sticky  .wt-megamenu-parent > li:hover > a:before,
#wt-header.header-sticky  .wt-megamenu-parent > li.active > a:before {
	background: #fff;
}

#wt-header.header-sticky .wt-megamenu-parent > li.active > a {
	color: #fff;
}

.wt-megamenu-parent .wt-dropdown .wt-dropdown-inner {
text-align: left;
list-style: none;
padding: 15px 0;
background-color: #ffffff;
box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
border-radius: 0 0 4px 4px;
}

.wt-megamenu-parent .wt-dropdown li.menu-item > a, .wt-megamenu-parent .wt-dropdown li.menu-item span:not(.wt-menu-badge) {
padding: 10px 10px 6px;
padding-left: 30px;
padding-right: 30px;
font-size: 16px;
font-weight: 500;
line-height: 24px;
display: block;
font-family: 'Poppins', sans-serif;
}


#offcanvas-toggler:hover {background-color: transparent;}


#offcanvas-toggler > .fa {
	transition: all 0.5s ease-in-out;
}

#offcanvas-toggler > .fa.fa-bars::before {
	content: "\f550";
}

#wt-header.header-sticky  #offcanvas-toggler {background-color: #fff;}

#offcanvas-toggler {
	line-height: 40px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	width: 40px;
	color: #fff;
	border-color: #8D75FF;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	font-size: 14px;
	text-align: center;
}

@media (min-width: 992px){

#offcanvas-toggler {
	line-height: 40px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	width: 40px;
	color: #fff;
	border-color: #8D75FF;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	font-size: 14px;
	text-align: center;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translatey(-50%);
	z-index: 999;
}

body.offcanvas-active .body-wrapper { right: 0; }

.close-offcanvas { width: 30px; height: 30px; background: none; }
.close-offcanvas:before,
.close-offcanvas:after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; height: 1px; border-top: 1px solid; margin: auto; }
.close-offcanvas:before { transform: rotate(-45deg); }
.close-offcanvas:after { transform: rotate(45deg); }
.offcanvas-menu .close-offcanvas > * { display: none; }


body .offcanvas-menu { top: -100%; right: 0;
	background: linear-gradient(180deg, #8D75FF 0%, #42199d 100%);}
.offcanvas-menu { width: 100%; display: flex; align-items: center; justify-content: center; }
body:not(.offcanvas-active) .offcanvas-menu {  transition-delay: 1.2s; }
.offcanvas-menu:before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 0; transition: inherit; }
.offcanvas-menu:before { transition-delay: .6s; }
body.offcanvas-active .offcanvas-menu { top: 0; }
.offcanvas-active .offcanvas-menu:before { height: 100%; }

.offcanvas-inner { opacity: 0; position: relative; top: -100px; transition: inherit; transition-delay: 1.2s; min-width: 40%; }
.offcanvas-active .offcanvas-inner { opacity: 1; top: 0; }
body:not(.offcanvas-active) .offcanvas-inner {  transition-delay: 0s; }

.close-offcanvas {
	position: absolute;
	top: 15px;
	z-index: 1;
	border-radius: 100%;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.close-offcanvas:hover {
	background: #fff;
}
}

.offcanvas-inner .desktop-content-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.offcanvas-inner .desktop-content-inner h6 {
	color: #fff;
font-size: 16px;
font-weight: 500;
margin-bottom: .8rem;
}

.offcanvas-inner .desktop-content-inner h2 {
	color: #fff;
	font-size: 48px;
	margin-bottom: 1.3rem;
}

.offcanvas-inner .desktop-content-inner p {color: #fff; margin-bottom: 40px;}

.offcanvas-inner .desktop-content-inner .btn {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

.offcanvas-inner .desktop-content-inner .btn:hover {
    background: #fff;
    border-color: #fff;
}

/* */

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0px !important;
}

.tp-flipbox__icon-front, .tp-flipbox__icon-back {
	padding: 0px !important;
}

.counter-pic img {filter: invert(100%);}

.counter-element .elementor-counter-title {margin-top: 15px;}

.holiday-feature {overflow: hidden;}

.holiday-feature:after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background: linear-gradient(1800deg, rgba(141, 117, 255, 0.75) 10%, rgba(58, 25, 205, 0.75) 100%) transparent;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .3s ease-in-out;
	opacity: 0;
	top: 0;
	left: 0;
}

.holiday-feature:hover:after {
	opacity: 1;
}

.holiday-feature .elementor-image-box-img {
    overflow: hidden;
		width: 100%;
height: 100%;
display: block !important;
}

.holiday-feature .elementor-image-box-img a {
    overflow: hidden;
		width: 100%;
height: 100%;
display: block;
}

.holiday-feature .elementor-image-box-img img {
	-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.holiday-feature:hover .elementor-image-box-img img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.holiday-feature .elementor-image-box-content {
	position: absolute;
	bottom: 20px;
	z-index: 10;
	left: 25px;
	text-align: left;
	width: 85%;
}

.holiday-feature .elementor-image-box-title {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: 0;
}

.holiday-feature .elementor-image-box-title a:hover {
	color: rgba(255,255,255,.8);
}

.holiday-feature:hover .elementor-image-box-title {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.holiday-feature .elementor-image-box-description {
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translateY(50px);
transform: translateY(50px);
}

.holiday-feature:hover .elementor-image-box-description {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.column-padding > .elementor-element-populated {padding: 35px !important;}

.destination-form .form-control {
	display: block;
width: 100%;
padding: 18px 12px;
font-size: inherit;
line-height: 1;
color: inherit;
background-color: #fff;
background-image: none;
background-clip: padding-box;
border: 0;
border-radius: 4px;
}

.destination-form .btn.btn-primary {
    color: #fff;
    background: transparent;
    border-color: #fff;
    width: 100%;
}

.destination-form .btn:hover {
    background: #fff;
    border-color: #fff;
}

.email-wrap {
	flex: 1;
}

.subscribe-form .form-control {
    display: block;
    width: 100%;
    padding: 18px 12px;
    font-size: inherit;
    line-height: 1;
    color: inherit;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 0;
    border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 55px;
}

.subscribe-form .btn.btn-primary {
	color: #fff;
	background: transparent;
	border-color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 55px;
}

.subscribe-form .btn.btn-primary:hover {
	background: transparent;
	border-color: #fff;
  border-left-color: rgba(0,0,0,.2);;
}

.subscribe-form .optin-form.form-inline .email-wrap {
	padding-right: 0px;
}

.subscribe-form .button-wrap {position: relative;}

.subscribe-form .button-wrap:after {
	content: '';
	position: absolute;
	-webkit-transition: all 0.4s cubic-bezier(0, 0, 0, 0.3);
	transition: all 0.4s cubic-bezier(0, 0, 0, 0.3);
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	background: #fff;
}

.subscribe-form .button-wrap:hover:after {
	width: 100%;
}

.home-tours .grid-meta-bottom .wpcap-post {
	padding: 0 !important;
	box-shadow: none !important;
}

.home-tours .wpcap-grid-container .post-grid-thumbnail {
	margin-bottom: 0px !important;
}

.home-tours .grid-meta-bottom article.wpcap-post  {
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px !important;
  border-radius: 4px !important;
}

.home-tours .grid-meta-bottom .post-grid-text-wrap {
	border-bottom: 0px solid #ddd;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.home-tours .wpcap-grid-container .post-grid-meta {
	margin-bottom: 0px;
}

.elementor-widget-elementor-blog-posts .wpcap-grid .wpcap-grid-container .wpcap-post .post-grid-meta span {
    color: inherit !important;
    font-weight: inherit !important;
}

.post-author:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		margin-right: 3px;
		content: "\f783";
}

.post-categories:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		margin-right: 3px;
		content: "\f3c5";
}

.home-tours .article-image-wrap {
position: relative;
  overflow: hidden;
  border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

.home-tours .article-image-wrap img {
	transform: none;
	transition: all 0.5s ease-in-out;
  width: 100%;
}

.home-tours article:hover .article-image-wrap img {
transform: scale(1.2);
}

.home-tours .button-wrap {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(1800deg, rgba(141, 117, 255, .75) 10%, rgba(58, 25, 205, .75) 100%) transparent;
    transition: all 0.5s ease-in-out;
    transform: translatey(100%);
    height: 100%;
    align-items: center;
}

.home-tours article:hover .button-wrap {transform: translatey(0%);}


.home-tours .post-grid-meta {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0 0;
  color: #888;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.home-tours .post-grid-meta span i {
    margin-right: 3px;
}

.home-tours .article-info-wrap {
    padding: 30px;
}

.home-tours.elementor-widget-elementor-blog-posts .wpcap-grid .wpcap-grid-container .wpcap-post .title > a {
    color: #444444;
    margin: 0;
    padding: 0;
}

.home-tours.elementor-widget-elementor-blog-posts .wpcap-grid .wpcap-grid-container .wpcap-post .title {
	color: #444444;
	margin: 0;
	padding: 0;
	margin-bottom: .5rem;
}


.home-tours .post-grid-inner {
	position: relative;
	overflow: hidden;
}

.home-tours .post-grid-thumbnail {
position: relative;
  overflow: hidden;
  border-top-left-radius: 4px;
border-top-right-radius: 4px;
background: linear-gradient(1800deg, rgba(141, 117, 255, 1) 10%, rgba(58, 25, 205, 1) 100%) transparent;
}

.home-tours .post-grid-thumbnail img {
	transform: none;
	transition: all 0.5s ease-in-out;
  width: 100%;
}


.home-tours .post-grid-text-wrap {
    padding: 30px 30px 0;
}

.home-tours .post-grid-meta {
    padding: 15px 30px 30px;
}


.home-tours article:hover .post-grid-thumbnail img {
transform: scale(1.2);
  opacity: .25;
}

.home-tours.elementor-widget-elementor-blog-posts .wpcap-grid .wpcap-grid-container .wpcap-post a.read-more-btn {
font-family: 'Poppins', sans-serif;
overflow: hidden;
position: relative;
z-index: 1;
border: 2px solid transparent;
border-radius: 4px;
padding: 15px 36px;
cursor: pointer;
text-transform: capitalize;
letter-spacing: .5px;
font-size: 16px;
font-weight: 500;
white-space: normal;
	color: #fff;
	background: transparent;
	border-color: #fff;
  margin-top: 0;
font-size: 13px;
padding: 10px 30px;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
	transform: translatex(-50%);
    top: 90px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    align-items: center;
}
.home-tours article:hover  a.read-more-btn {opacity: 1 !important;}

.home-tours.elementor-widget-elementor-blog-posts .wpcap-grid .wpcap-grid-container .wpcap-post a.read-more-btn:hover {
	background: #fff;
	border-color: #fff;
}


.windstripe-carousel-item {
border: 2px solid #fff;
  border-radius: 4px;
  padding: 30px;
  display: flex;
	text-align: left;
}

.lgx-section-inner {background: transparent !important; color: #fff !important;}

.sppb-testimonial-carousel-img-wrap {
	margin-left: auto;
}

.sppb-testimonial-carousel-img-wrap {
    margin-right: auto;
    height: 93px;
    width: 93px;
    margin-bottom: 15px;
}

.sppb-testimonial-carousel-img-wrap img {
    border-radius: 100px !important;
		width: 100%;
object-fit: fill;
height: 100%;
}

.sppb-testimonial-carousel-name {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    font-weight: 500;
}

.windstripe-carousel-item > .sppb-testimonial-carousel-content-wrap {
	padding-right: 30px;
  flex: 2;
  align-items: center;
  justify-content: center;
	text-align: center;
}

.rating-title-message {
  flex: 4;
}

.rating-title {display: flex; justify-content: space-between; align-items: center;}

.sppb-testimonial-carousel-designation {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 500;
}

.sppb-testimonial-carousel-designation {
	margin-top: -5px;
}

.sppb-testimonial-carousel-rating {
	display: inline-block;
	position: relative;
	letter-spacing: 5px;
}

.sppb-testimonial-carousel-rating {
	font-size: 15px;
	color: #ffb527;
}

.sppb-testimonial-carousel-rating::before {
	content: "\f005\f005\f005\f005\f005";
	font-family: "Font Awesome 5 Free";
	z-index: 1;
	width: 98%;
	overflow: hidden;
	display: block;
	font-weight: 900;
}

.sppb-testimonial-carousel-rating::after {
	content: "\f005\f005\f005\f005\f005";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.sppb-testimonial-carousel-message {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 20px;
    font-weight: 400;
}

.owl-nav {display: none;}

.owl-theme .owl-dots .owl-dot span {
	margin: 5px 7px;
	height: 12px;
	line-height: 11px;
	width: 12px;
	background: rgba(0, 0, 0, 0);
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	border-radius: 516px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
}

.wt-carousel-extended-team-content.wt-carousel-layout1 {
	transition: .4s;
	visibility: visible;
  opacity: 0;
  background: linear-gradient(1800deg, rgba(141, 117, 255, 0.95) 10%, rgba(58, 25, 205, 0.95) 100%) transparent;
    display: block;
    position: absolute;
    right: 5%;
    bottom: 5%;
    left: 5%;
    padding: 30px 35px;
    z-index: 0;
  margin: 0;
  box-shadow: none;
    text-align: left;
  border-radius: 4px;
}

.widget-person:hover .wt-carousel-extended-team-content {
opacity: 1;
}

.wt-carousel-extended-team-content-wrap {
	position: relative;
	z-index: 1;
}

.wt-carousel-extended-team-name {
	font-size: 24px;
  font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #fff;
	margin-bottom: 5px;
  -webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
  float: left;
max-width: 70%;
}

.wt-carousel-extended-team-name a {
  color: #fff;
	font-size: 24px;
  -webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}

.wt-carousel-extended-team-name a:hover {color: rgba(255,255,255,0.9);}

.wt-carousel-extended-team-designation {
	color: rgba(255,255,255,0.9);
	font-size: 16px;
	margin-bottom: 0px;
  font-weight: 300;
  -webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
  float: left;
max-width: 70%;
}


.wt-carousel-extended-team-social-icon {
	margin: 0;
	padding: 0;
	list-style: none;
  -webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
max-width: 30%;
max-height: 40px;
position: absolute;
right: 0;
  top: -5px;
}

.wt-carousel-extended-team-social-icon li {
	display: block;
	margin-right: 0;
  margin: 3px;
	float: right;
}

.wt-carousel-extended-team-social-icon a {
   line-height: 25px;
	height: 25px;
	width: 25px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-radius: 254px;
	font-size: 12px;
	display: inline-block;
text-align: center;
}

.wt-carousel-extended-team-social-icon a:hover {
	background-color: #fff;
}

.wt-addon-person {border-radius: 4px;}

.wt-addon-person .wt-person-image {
    margin-bottom: 0;
}

.wt-carousel-extended-item {
	float: none;
}

.home-blog .post-grid-inner {
background-color: #fff;
  border-radius: 4px;
}

.home-blog .post-grid-inner:after {
	content:"";
	display: block;
	clear: both;
}

.home-blog .post-grid-thumbnail {
position: relative;
  overflow: hidden;
  border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
  display: inline-block;
	max-width: 50%;
	float: left;
}

.home-blog .post-grid-thumbnail img {
transform: none;
	transition: all 0.5s ease-in-out;
}

.home-blog .post-grid-inner:hover .post-grid-thumbnail img {
transform: scale(1.2);
}

.home-blog .post-grid-text-wrap {
    padding: 25px;
		max-width: 50%;
		float: left;
}

.home-blog .post-grid-meta {
margin-bottom: 7px;
  color: #888;
  font-size: 12px;
font-family: 'Poppins', sans-serif;
font-weight: 500;
text-transform: uppercase;
  letter-spacing: 0.05em;
}

.home-blog .post-grid-meta span a {
  color: #888;
}

.home-blog .post-grid-meta span {margin-right: 25px;}
.home-blog .post-grid-meta span:last-child {margin-right: 0;}

.home-blog .post-grid-meta span:before {margin-right: 5px;}

.home-blog .post-grid-text-wrap h4 {font-size: 22px; margin-bottom: 10px;}

@media (max-width: 767px) {
	.home-blog .post-grid-thumbnail img {width: 100%;}
	.home-blog .post-grid-thumbnail {
    border-radius: 0 !important;
}
.home-blog .post-grid-text-wrap {
    padding: 25px;
}
}

.wpcap-grid-container .post-grid-thumbnail,
.wpcap-grid-container .post-grid-meta {
	margin-bottom: 0 !important;
}

.about-us-counter .elementor-counter .elementor-counter-number-wrapper {
	display: block !important;
}

.about-us-counter .elementor-counter .elementor-counter-title {
	margin-top: 8px;
	text-align: left !important;
}

.data-list {
    border-bottom: 1px solid #ebeced;
    list-style: none;
    padding: 0;
    padding-bottom: 20px;
    margin: 0;
}

.data-list li {
    padding: 6px 0;
		list-style: none;
}

.skill-title {
    font-weight: 600;
    color: #444;
    display: inline-block;
    min-width: 100px;
}

.team-tab .form-control {
    display: block;
    width: 100%;
    padding: 20px;
    font-size: inherit;
    line-height: 1;
    color: inherit;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: 0;
}

.team-tab .form-control:focus {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.team-tab .wpcf7-form-control-wrap {margin: 0px 0px 20px 0px;}

.team-tab .btn {
    margin-top: 20px;
}


/* SLIDER */

.slider-btn a {
	transition: all 0.3s ease-in-out !important;
}

/* */

/* BEFORE TITLE */

.b-title {
	background: linear-gradient(to right, #8d75ff 0%,#3a19cd 100%);
    background-clip: border-box;
background-clip: border-box;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d75ff', endColorstr='#3a19cd',GradientType=1 );
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.flip-box .tp-flipbox__back {
	background: linear-gradient(1800deg, rgba(141, 117, 255, 1) 10%, rgba(58, 25, 205, 1) 100%) transparent !important;
}

.tp-flipbox__desc-front, .tp-flipbox__desc-back {
	padding-bottom: 10px !important;
}

.flip-box h3 {margin-bottom: 0;}

.flip-box a {
	line-height: 1.25;
	font-family: 'Poppins', sans-serif;
overflow: hidden;
border-radius: 4px;
cursor: pointer;
text-transform: capitalize;
letter-spacing: .5px;
font-weight: 500;
white-space: normal;
border: 2px solid transparent;
font-size: 13px;
padding: 10px 30px;
border-color: #fff;
}

.flip-box a:hover {
	background: #fff;
	border-color: #fff;
}

.aboutus-list ul {
	font-weight: 500;
	list-style: none;
	margin: 0;
	padding: 0;
}

.aboutus-list ul li {
    position: relative;
    padding: 5px 0 5px 0;
    font-weight: 400;
    color: #444;
}

.aboutus-list ul li:before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	left: -20px;
	top: 50%;
	transform: translatey(-50%);
}


.team-icons .icons-group-list {
	list-style: none;
	padding: 0;
	display: block;
    margin: -5px;
}

.team-icons .icons-group-list li {
	display: inline-block;
	text-align: center;
}

.team-icons .icons-group-list li a {
	display: inline-block;
	height: 30px;
	margin: 5px;
	padding: 0px 0px 0px 0px;
	width: 30px;
	background-color: rgba(0, 0, 0, 0);
	border-color: #8D75FF;
	border-style: solid;
	border-width: 1px;
	border-radius: 254px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}

.team-icons .icons-group-list li:hover a {
	color: #ffffff;
	border-color: #8D75FF;
}

.team-tab.elementor-widget-tabs .elementor-tab-desktop-title {
color: #fff;
min-width: unset;
padding: 22px 35px;
border-radius: 0;
font-size: 16px;
font-weight: 400;
border: none !important;
z-index: 2;
transition: all 0.3s ease-in-out 0s;
display: inline-block !important;
}

.team-tab.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active,
.team-tab.elementor-widget-tabs .elementor-tab-desktop-title:hover {
background: #fff;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.team-tab.elementor-widget-tabs .elementor-tab-desktop-title:before,
.team-tab.elementor-widget-tabs .elementor-tab-desktop-title:after {display: none !important;}

.team-tab.elementor-widget-tabs .elementor-tab-content {
	border: none !important;
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	padding: 53px 60px;
	position: relative;
	margin-top: 0;
}

.team-tab.elementor-tab-content h4 {
    margin-bottom: 15px;
}

.elementor-widget-tabs .elementor-tabs-wrapper {
	overflow: visible !important;
}

.wt-pricing-box {
	padding: 0;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
	transition: .4s;
	text-align: center;
}

.wt-pricing-box:hover {
    transform: scale(1.1);
}

.wt-pricing-title {
		color: #fff;
	margin: 0;
	padding: 20px 0;
}

.wt-pricing-price {
	margin: 45px 0 36px !important;
	color: #444;
	display: block;
}

.wt-pricing-duration {
    display: block;
    padding-bottom: 20px;
    position: relative;
}

.wt-pricing-duration:after {
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transition: all .3s ease-in-out;
    width: 50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wt-pricing-features {
    margin: 35px auto;
    width: 200px;
}

.wt-pricing-features > ul {
	 list-style: none;
	 padding: 0;
	 margin: 0;
}

.wt-pricing-features > ul > li {
    padding-bottom: 12px;
    padding-top: 12px;
    border-bottom: 1px solid #ebeced;
    border-top: 1px solid #ebeced;
}

.wt-pricing-features > ul > li + li {
    border-top: none;
}

.wt-pricing-features > ul > li:first-child {
    border-top: none;
}

.wt-pricing-features > ul > li:last-child {
    border-bottom: none;
}

.wt-pricing-footer {
    padding: 10px 0;
}

.wt-pricing-footer .btn {
	background: transparent;
	color: #fff;
	border-color: transparent;
}

.active-table .wt-pricing-title,
.active-table .wt-pricing-duration::after,
.active-table .wt-pricing-footer {background: #42199d !important;}

.faq .elementor-toggle-item {margin-bottom: 20px;}

.faq .elementor-toggle .elementor-tab-title {
	border-bottom: 0px solid #d4d4d4;
	padding: 22px 50px 22px 25px;
	cursor: pointer;
	position: relative;
	color: #444;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	font-weight: 500;
	line-height: 1;
	font-size: 16px;
	letter-spacing: .5px;
	font-family: 'Poppins', sans-serif;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.faq .elementor-toggle .elementor-tab-content {
	padding: 35px 38px;
	border-bottom: 0px solid #d4d4d4;
	display: none;
}

.faq .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
	float: right;
}

.faq .elementor-toggle .elementor-tab-title.elementor-active {
	color: #fff;
	background: linear-gradient(90deg, #8D75FF 0%, #42199d 100%);
}

/* */

/* PAGE TITLE */

.wt-page-title {
	padding: 130px 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}

.wt-page-title .page-title-heading {
	font-size: 72px;
	line-height: 1;
	margin: 0;
	padding: 0;
	color: #fff;
}

.wt-page-title .fbc-page .fbc-wrap .fbc-items {
	font-family: inherit;
	margin: 25px 0 0 0;
	display: block;
	float: none;
	font-weight: 500;
	text-transform: lowercase;
}

.wt-page-title .fbc-page .fbc-wrap .fbc-items li {
	padding: 0;
}

.wt-page-title .fbc-page .fbc-wrap .fbc-items li .fbc-separator {
	color: #ffffff;
	padding-left: 27px;
	padding-right: 27px;
}

.wt-page-title .fbc-page .fbc-wrap .fbc-items li a:hover {
    color: rgba(255,255,255,.8);
}

/* */

/* PORTFOLIO */

.elementor-shortcode .vp-filter__style-default,
.elementor-shortcode .vp-filter__style-minimal {
	padding-bottom: 45px;
	font-family: 'Poppins', sans-serif;
	justify-content: center;
}

.elementor-shortcode .vp-filter__style-default .vp-filter__item > *,
.elementor-shortcode .vp-filter__style-minimal .vp-filter__item > * {
	color: #444;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: 30px;
	padding: 0;
	margin: 0 26px;
	text-transform: uppercase;
	background: none;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
}

.elementor-shortcode .vp-filter__style-default .vp-filter__item > a::before,
.elementor-shortcode .vp-filter__style-minimal .vp-filter__item > a::before {
	content: "";
	bottom: 0;
	left: 0;
	height: 2px;
	width: 0;
	display: block;
	position: absolute;
	transition: all 0.3s ease-in-out 0s;
}

.elementor-shortcode .vp-filter__style-default .vp-filter__item > a:hover, .elementor-shortcode .vp-filter__style-default .vp-filter__item > a:focus,
.elementor-shortcode .vp-filter__style-minimal .vp-filter__item > a:hover, .elementor-shortcode .vp-filter__style-minimal .vp-filter__item > a:focus {
	background-color: transparent;
}

.elementor-shortcode .vp-filter__style-default .vp-filter__item > a:hover:before,
.elementor-shortcode .vp-filter__style-default .vp-filter__item.vp-filter__item-active > a:before,
.elementor-shortcode .vp-filter__style-minimal .vp-filter__item > a:hover:before,
.elementor-shortcode .vp-filter__style-minimal .vp-filter__item.vp-filter__item-active > a:before {
    width: 100%;
}

.elementor-shortcode .vp-portfolio__items-style-fly .vp-portfolio__item-meta-title {
	font-size: 24px;
	font-weight: 500;
	transition: all 0.5s ease-in-out;
}

.elementor-shortcode .vp-portfolio__items-style-fly .vp-portfolio__item-meta-title:hover {
    color: rgba(255,255,255,.8);
}

.elementor-shortcode .vp-portfolio__items-style-default .vp-portfolio__item-meta > * {
	margin-bottom: 0 !important;
}

.gallery-with-title .vp-portfolio__items-style-default .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category a {
	color: #fff !important;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 0;
	min-width: 80px;
	padding: 7px 17px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: .5px;
}

.gallery-with-title .vp-portfolio__items-style-default .vp-portfolio__item .vp-portfolio__item-meta-title a {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: .5rem !important;
	display: block;
}

.gallery-with-title .vp-portfolio__items-style-default .vp-portfolio__item-meta {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
	border-color: transparent;
	padding: 35px;
}

.gallery-with-title .vp-portfolio__item {
    overflow: visible;
}

.gallery-with-title [data-vp-layout]:not([data-vp-layout="slider"]) .vp-portfolio__item-wrap {
    padding: 10px !important;
}

/* */

/* CONTACT */

.contact1-form .form-control,
.contact2-form .form-control {
	display: block;
	width: 100%;
	padding: 15px;
	font-size: inherit;
	line-height: 1;
	color: inherit;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	border: 0;
}

.contact1-form .form-control:focus,
.contact2-form .form-control:focus {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.contact1-form .btn {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

.contact1-form .btn:hover {
    background: #fff;
    border-color: #fff;
}

.contact-feature .elementor-icon {
	background: linear-gradient(180deg, #8D75FF 0%, #42199d 100%);
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 30px;
	margin: auto;
	border-radius: 100%;
}

.contact-feature .elementor-icon i {
	width: 100%;
height: 100%;
line-height: 80px;
}

/* */

/* TOURS */

.tours-subscribe .form-control {
	display: block;
	width: 100%;
	padding: 18px 12px;
	font-size: inherit;
	line-height: 1;
	color: inherit;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 0;
	border-radius: 4px;
}

.tours-subscribe .btn {
    color: #fff;
    background: transparent;
    border-color: #fff;
    width: 100%;
}

.tours-subscribe .btn:hover {
    background: #fff;
    border-color: #fff;
}

.tours-subscribe .form-inline {
	display: block;
}

.tours-subscribe .email-wrap {
	margin-bottom: 24px;
}

/* */

/* BLOG */

.article-list {
	padding: 130px 0;
}

.single-article-footer {
	padding: 0 0 130px;
}

.article-list .article {
	padding: 0;
	border: 0px solid #f5f5f5;
	border-radius: 4px 4px 0 0;
	position: relative;
	border-color: transparent;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.article-list .col-md-12 .article {margin-bottom: 0px;}

.article-list .row > .col-md-12 + .col-md-12 {margin-top: 100px;}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
	margin: 0;
	border-radius: 4px 4px 0 0;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
	position: relative;
}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
	border-radius: 4px 4px 0 0;
	width: 100%;
	transform: none;
transition: all 0.5s ease-in-out;
}

.article-list .article:hover .article-intro-image img, .article-list .article:hover .article-featured-video img, .article-list .article:hover .article-featured-audio img, .article-list .article:hover .article-feature-gallery img {
	border-radius: 4px 4px 0 0;
	width: 100%;
	transform: scale(1.2);
	transition: all 0.5s ease-in-out;
}

.article-body {
	padding: 55px 50px;
}

.article-list .article .article-header h1, .article-list .article .article-header h2 {
margin: 0 0 1rem !important;
font-size: 40px;
font-weight: 600;
line-height: 1;
text-transform: capitalize;
}

.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
	color: #444;
}

.article-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1;
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: 4;
	display: block;
	margin-bottom: 0;
padding: 10px;
background: linear-gradient(1800deg, rgba(141, 117, 255, 0.95) 10%, rgba(58, 25, 205, 0.95) 100%) transparent;
	border-radius: 4px 0 0 0;
}

.article-info > span {
color: #fff;
text-align: center;
font-weight: 400;
line-height: 20px;
font-size: 16px;
}

.article-info > span a {
	color: #fff;
}

.article-info > span a:hover {
	color: rgba(255,255,255,0.8);
}


.article-info > span:not(:last-child), .article-info > span:not(:last-child) {
	margin-right: 10px;
}

.article-info > span + span::before {
	display: none;
}

.article-info > span i {
	font-size: 16px;
	margin-right: 5px;
	position: relative;
}

.article-list .article .readmore .entry-footer {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.article-list .article .readmore .entry-footer .createdby {
color: #888;
font-size: 14px;
font-family: 'Poppins', sans-serif;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.05em;
}

.article-list .article .readmore .entry-footer .createdby i {
	margin-right: 5px;
}

.article-list .article .readmore a {
	font-size: 16px;
	font-weight: 600;
	line-height: 50px;
	margin-bottom: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	padding: 0;
	background: linear-gradient(1800deg, rgba(141, 117, 255, 0.95) 10%, rgba(58, 25, 205, 0.95) 100%) transparent;
	color: #fff;
	border-radius: 50%;
	flex-shrink: 1;
	margin-bottom: 0;
	border: 0px solid transparent;
}

.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
	background: linear-gradient(1800deg, rgba(141, 117, 255, 0.95) 10%, rgba(58, 25, 205, 0.95) 100%) transparent;
	color: #fff;
	opacity: .8;
}

.article-list .article .article-intro-image a:after {
display: flex;
justify-content: center;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
background: linear-gradient(1800deg, rgba(141, 117, 255, .75) 10%, rgba(58, 25, 205, .75) 100%) transparent;
transition: all 0.5s ease-in-out;
transform: translatey(100%);
height: 100%;
align-items: center;
content: "";
}
.article-list .article:hover .article-intro-image a:after{
	transform: translatey(0%);
}

.article-list .article .article-intro-image a:hover > img {
	opacity: 1;
}

/* SINGLE POST */

.single-post aside {padding: 130px 0;}

.article-details {
	border-color: transparent;
	box-shadow: none;
	position: relative;
}

.article-details .article-full-image {
	text-align: center;
	margin-bottom: 0;
}

.article-details .article-full-image img {
	display: block;
	border-radius: 4px;
	width: 100%;
}

.article-details .article-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1;
	left: 0px;
	position: relative;
	top: 0px;
	z-index: 4;
	display: block;
	padding: 0;
	background: transparent;
	border-radius: 0;
	margin-bottom: 15px;
	color: #888;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-top: 50px;
}

.single-article-content {
	padding: 0;
}

.article-details .article-info > span,
.article-details .article-info > span a {
	margin-bottom: 7px;
	color: #888;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.article-details .article-info > span:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 3px;
	content: "\f07c";
}

.article-details .article-info > span.meta-author:before {
	content: "\f007";
}

.article-details .article-info > span.meta-date:before {
	content: "\f017";
}

.article-info > span + span::before {
	display: inline-block;
	padding-right: 0;
	padding-left: 0;
	content: "";
}

.article-details .article-header h1, .article-details .article-header h2 {
	font-size: 48px;
	margin-bottom: 20px;
}

.article-details p {margin-bottom: 25px;}


.article-details blockquote {
	padding: 21px;
	background: #f7f7f7;
	border-left: 5px solid #8D75FF;
	font-style: italic;
	font-size: 18px;
	line-height: 27px;
}

.article-details blockquote p {margin: 0;}

.tags {
	list-style: none;
	padding: 0;
	margin: 30px 0 30px 0;
	display: block;
}

.list-inline-item:not(:last-child) {
	margin-right: 0;
}

.tags:before {
	display: inline-block;
	font-size: 18px;
	color: #444;
	margin-right: 5px;
	font-weight: 500;
	content: "Tag : ";
	font-family: 'Poppins', sans-serif;
}

.tags > li a {
height: 24px;
line-height: 24px;
text-align: center;
padding: 0 13px;
font-size: 14px;
font-weight: 400;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-right: 8px;
margin-bottom: 10px;
}

.blog__share:before {
	display: inline-block;
	font-size: 18px;
	color: #444;
	margin-right: 5px;
	font-weight: 500;
	content: "Share : ";
	font-family: 'Poppins', sans-serif;
}

.mb-30 {
    margin-bottom: 30px;
}

.article-social-share .social-share-icon ul li:not(:last-child) {
	margin-right: 8px;
}

.article-social-share .social-share-icon ul li a {
	border: none;
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #f1f1f1;
	display: inline-block;
}

.article-social-share .social-share-icon ul li a:hover {
	color: #ffffff;
}

.blog__author {
	padding: 30px 40px;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(10, 0, 58, 0.14);
	-moz-box-shadow: 0px 1px 4px 0px rgba(10, 0, 58, 0.14);
	box-shadow: 0px 1px 4px 0px rgba(10, 0, 58, 0.14);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 95px;
}

.mr-30 {
	margin-right: 30px;
}

.blog__author-content h5 {
	font-size: 18px;
	margin-bottom: 0;
}

.blog__author-content span {
	font-size: 14px;
	display: inline-block;
	margin-bottom: 15px;
}

#article-comments {
	padding-top: 0;
	margin-top: 0;
	border-top: 0px solid #f5f5f5;
}

.article-details .article-featured-video, .article-details .article-featured-audio, .article-details .article-feature-gallery {
	margin-bottom: 0;
}
.article-details .article-featured-video, .article-details .article-featured-audio, .article-details .article-feature-gallery {
	margin-bottom: 0;
}

.tours-blog .blog__share, .tours-blog .blog__author {display: none !important;}

/* Comment form */

.comment-notes, .comment-form-cookies-consent {display: none;}
.comment-reply-title {
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.comment-respond label {
	display: block;
}

.comment-form-comment {
	display: block;
	max-width: 50%;
}

.comment-form-comment textarea {width: 100%;}

.comment-form-comment label {display: none;}

.comment-respond {margin: 0 -10px;}

.comment-respond p {
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.comment-form-author, .comment-form-email {
	display: inline-block;
	max-width: 50%;
}

.form-submit input {
	font-family: 'Poppins', sans-serif;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border: 2px solid transparent;
	border-radius: 4px;
	padding: 15px 36px;
	cursor: pointer;
	text-transform: capitalize;
	letter-spacing: .5px;
	font-size: 16px;
    font-weight: 500;
	white-space: normal;
	color: #fff;
	border-color: #8D75FF;
	transition: all 0.3s ease-in-out 0s;
}

.form-submit input:hover {
	background: #fff;
}

.comment-form-comment textarea,
.comment-respond input[type="text"],
.comment-respond input[type="email"] {
	display: block;
	width: 100%;
	padding: 20px;
	font-size: inherit;
	line-height: 1;
	color: inherit;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	border: 0;
}

.comment-form-comment textarea:focus,
.comment-form-comment textarea:focus-visible,
.comment-respond input[type="text"]:focus,
.comment-respond input[type="email"]:focus {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
		border: none;
		outline: none;
}

/* */

/* BLOG WITH SIDEBAR */

.sidebar-blog article {
    padding: 0;
    border: 0px solid #f5f5f5;
    border-radius: 4px 4px 0 0;
    position: relative;
    border-color: transparent;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.sidebar-blog .wpcap-grid-container .post-grid-thumbnail {
    margin: 0;
    border-radius: 4px 4px 0 0;
    border-bottom: 0px solid #f5f5f5;
    overflow: hidden;
    position: relative;
}

.sidebar-blog .wpcap-grid-container .post-grid-thumbnail a::after {
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: linear-gradient(1800deg, rgba(141, 117, 255, .75) 10%, rgba(58, 25, 205, .75) 100%) transparent;
	transition: all 0.5s ease-in-out;
	transform: translatey(100%);
	height: 100%;
	align-items: center;
	content: "";
}

.sidebar-blog .wpcap-grid-container article:hover .post-grid-thumbnail a::after {
	transform: translatey(0%);
}

.sidebar-blog .wpcap-grid-container .post-grid-thumbnail a img {
    border-radius: 4px 4px 0 0;
    width: 100%;
    transform: none;
    transition: all 0.5s ease-in-out;
}

.sidebar-blog .wpcap-grid-container article:hover .post-grid-thumbnail a img {
    border-radius: 4px 4px 0 0;
    width: 100%;
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}

.sidebar-blog .post-grid-text-wrap {
    padding: 55px 50px;
}

.sidebar-blog .title > a {
    margin: 0;
    padding: 0;
		margin: 0 0 1rem !important;
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
	text-transform: capitalize;
}

.sidebar-blog .wpcap-grid-container .post-grid-meta {
	line-height: 1;
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: 4;
	display: block;
	margin-bottom: 0;
	padding: 10px;
	background: linear-gradient(1800deg, rgba(141, 117, 255, 0.95) 10%, rgba(58, 25, 205, 0.95) 100%) transparent;
	border-radius: 4px 0 0 0;
}

.sidebar-blog .wpcap-grid-container .post-grid-meta > span {
	color: #fff;
	text-align: center;
	font-weight: 400;
	line-height: 20px;
	font-size: 16px;
}

.sidebar-blog .wpcap-grid-container .post-grid-meta > span:before {display: none;}

.sidebar-blog .wpcap-grid-container .post-grid-meta > span a {
    color: #fff;
}

.sidebar-blog .wpcap-grid-container .wpcap-post a.read-more-btn {
	margin-top: 20px;
}

.sidebar-blog .wpcap-grid-container .wpcap-post a.read-more-btn:before {
	font-size: 16px;
	font-weight: 600;
	line-height: 50px;
	margin-bottom: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	padding: 0;
	background: linear-gradient(1800deg, rgba(141, 117, 255, 0.95) 10%, rgba(58, 25, 205, 0.95) 100%) transparent;
	color: #fff;
	border-radius: 50%;
	flex-shrink: 1;
	margin-bottom: 0;
	border: 0px solid transparent;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f30b";
	display: inline-block;
	transition: all 0.3s ease-in-out 0s;
}

.sidebar-blog .wpcap-grid-container .wpcap-post a.read-more-btn:hover:before {
    background: linear-gradient(1800deg, rgba(141, 117, 255, 0.95) 10%, rgba(58, 25, 205, 0.95) 100%) transparent;
    color: #fff;
    opacity: .8;
}

.sidebar .widget {
	background-image: linear-gradient(180deg, #8D75FF 0%, #42199d 100%);
	box-shadow: 0 0 0 0 #ffffff;
	border-radius: 4px;
	padding: 35px 35px 35px 35px;
}

.sidebar .widget + .widget {margin-top: 50px;}

.sidebar .widget .widget-title {
	margin-bottom: 40px;
color: #fff;
}

.sidebar .widget_search label {margin: 0; display: block;}

.sidebar .widget_search .search-field {
    display: block;
    width: 100%;
    padding: 18px 12px;
    font-size: inherit;
    line-height: 1;
    color: inherit;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 0;
    border-radius: 4px;
    height: 55px;
    margin-bottom: 20px;
}

.sidebar .widget_search .search-submit {
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 2px solid transparent;
    border-radius: 4px;
    padding: 15px 36px;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: .5px;
    font-size: 16px;
    font-weight: 500;
    white-space: normal;
    color: #fff;
    background: transparent;
    border-color: #fff;
    width: 100%;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.sidebar .widget_search .search-submit:hover {
    background: #fff;
    border-color: #fff;
}

.sidebar .recent-posts-widget-with-thumbnails .rpwwt-widget ul {
	margin: 0;
}

.sidebar .recent-posts-widget-with-thumbnails .rpwwt-widget ul li {
margin: 0;
}

.sidebar .recent-posts-widget-with-thumbnails .rpwwt-widget ul li + li {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(255,255,255,.1) !important;
}

.sidebar .recent-posts-widget-with-thumbnails .rpwwt-widget ul li img {
	margin: 0;
	padding-right: 15px;
}

.sidebar .recent-posts-widget-with-thumbnails .rpwwt-post-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
		line-height: 1.2;
		color: #fff;
		font-size: 20px;
		margin: 0;
		margin-bottom: 10px;
		transition: all 0.3s ease-in-out 0s;
}

.sidebar .recent-posts-widget-with-thumbnails .rpwwt-post-title:hover {
	color: rgba(255,255,255,.8) !important;
}

.sidebar .recent-posts-widget-with-thumbnails .rpwwt-post-date {
	color: #fff;
	display: block;
	margin-top: 5px;
}

.sidebar .recent-posts-widget-with-thumbnails .rpwwt-post-date:before {
    content: "\f017";
		font-family: "Font Awesome 5 Free";
		font-weight: 400;
		margin-right: 5px;
		display: inline-block;
}

.sidebar .tagcloud a {
    display: inline-block;
    padding: 12px;
    line-height: 1;
    background: #fff;
    margin: 0 5px 7px 0;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
		font-size: 16px !important;
}

.sidebar .tagcloud a:hover {
    color: #fff;
}

.sidebar .widget_categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar .widget_categories ul > li {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	    color: #fff;
			padding: 2px 0;
			line-height: 36px;
}

.sidebar .widget_categories ul > li > a {
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.sidebar .widget_categories ul > li > a:hover {
	color: rgba(255,255,255,.8) !important;
}

/* */

/* SHOP */

.shop-products ul.products li.product {
	margin-bottom: 30px;
	border: 0px solid #e1e1e1;
	position: relative;
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 0 0 30px;
}

.shop-products.woocommerce ul.products li.product a img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px 0px 30px;
	box-shadow: none;
}

.shop-products.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: 24px;
text-transform: capitalize;
font-weight: 500;
letter-spacing: 0;
line-height: 1.2em;
margin: 0 0 0.8rem;
padding-left: 0;
padding-right: 0;
text-transform: none;
transition: all 0.3s ease-in-out 0s;
letter-spacing: .2px;
padding: 0;
}

.shop-products.woocommerce ul.products li.product .price {
display: block;
font-size: 20px;
font-weight: 300;
color: #686665;
margin: 10px auto;
	line-height: 1.5;
	font-size: 20px;
	font-weight: 300;
}

.woocommerce a.button {
	font-family: 'Poppins', sans-serif;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-radius: 4px;
	border: 2px solid transparent;
	padding: 15px 36px;
	cursor: pointer;
	text-transform: capitalize;
	letter-spacing: .5px;
	font-size: 16px;
	font-weight: 500;
	white-space: normal;
	padding: 10px 29px !important;
	color: #fff;
	border-color: #8D75FF;
	margin-top: 15px !important;
	line-height: 1.25;
}

.woocommerce a.button:hover {
    background: #fff;
}

.woocommerce a.added_to_cart {
	padding-top: .5em;
	display: block;
}

.woocommerce a.added_to_cart:after {
	content:"\f30b";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	padding-left: 5px;
	transition: all 0.3s ease-in-out 0s;
}

.woocommerce a.added_to_cart:hover:after {padding-left: 10px;}

/* Single Product */

.product-single {padding-top: 130px; padding-bottom: 100px;}

.woocommerce div.product div.images .flex-control-thumbs {
	list-style: none;
	margin: 0;
	padding: 0;
	color: transparent;
	font-size: 0;
	line-height: 0;
	text-align: center;
	width: 100%;
	margin: 1px 0;
	overflow: hidden;
	margin-bottom: 0;
	margin-top: 5px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	margin: 0 0 1px;
	padding: 0;
	cursor: pointer;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	transition: all .15s ease-in-out;
}

.woocommerce div.product div.images .flex-control-thumbs li + li {padding-left: 5px;}

.woocommerce div.product .product_title {
    display: block;
    font-size: 34px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 0;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	display: block;
	font-size: 25px;
	font-weight: 500;
	color: #686665;
	margin: 10px auto;
}

.woocommerce-product-details__short-description ul.list-styled {
    padding: 20px 0;
    list-style: none;
    margin: 0;
}

.woocommerce-product-details__short-description  ul.list-styled li {
	padding: 5px 0 5px 0;
	padding-left: 30px;
	list-style: none;
	position: relative;
	margin: 0;
}

.woocommerce div.product form.cart .variations {
	margin: 20px 0 0;
	border: 0;
	width: 100%;
}

.woocommerce div.product form.cart .variations tbody {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.woocommerce div.product form.cart .variations tbody tr {
	width: 100%;
}

.woocommerce div.product form.cart .variations tbody tr + tr {padding-left: 15px;}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	border: 0;
	vertical-align: middle;
	display: block;
font-size: 14px;
font-weight: 700;
margin-bottom: 5px;
color: #444;
	line-height: 1;
	text-align: left;
}

.woocommerce div.product form.cart .variations select {
	display: block;
	width: 100%;
	padding: 20px;
	font-size: inherit;
	line-height: 1;
	color: inherit;
	height: 60px;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	border: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: "";
	width: 100%;
	text-align: center;
}

.woocommerce div.product form.cart .button {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: pre-line;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 8px 12px;
	font-size: 16px;
	line-height: 1.25;
	border-radius: 4px;
	transition: all .15s ease-in-out;
	overflow: hidden;
position: relative;
z-index: 1;
border: 2px solid transparent;
border-radius: 4px;
padding: 15px 36px;
cursor: pointer;
text-transform: capitalize;
letter-spacing: .5px;
font-size: 16px;
font-weight: 500;
white-space: normal;
font-family: 'Poppins', sans-serif;
position: relative;
top: -1px;
width: auto;
margin-top: 0px;
color: #fff !important;
padding: 15px 36px !important;
border: 2px solid #8D75FF !important;
font-weight: 300;
}

.woocommerce div.product form.cart .button:hover {
    background: #fff !important;
    color: #8D75FF !important;
}

.woocommerce div.product .stock {
	margin-bottom: 15px;
	margin-top: 10px;
}

.woocommerce div.product form.cart .reset_variations {
	display: none !important;
}

.woocommerce div.product form.cart {
	margin-bottom: 0;
}

.woocommerce div.product form.cart:before {
	border-top: 1px solid #b2b2b2;
	content: "";
	display: block;
	margin-bottom: 26px;
	position: relative;
}

.woocommerce-variation-add-to-cart {
	border-top: 1px solid #b2b2b2;
	display: block;
	margin-top: 25px;
	position: relative;
	padding-top: 25px;
}

.product_meta {
margin-top: 45px;
}

.product_meta > span {
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}

.product_meta span span,
.product_meta span a {
	margin-left: 5px;
	font-weight: 300;
}

.woocommerce-tabs {
	clear: both;
	margin-bottom: 4em;
	padding-top: 100px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: visible;
border-bottom: none;
list-style: none;
margin-bottom: 1px;
padding-left: 0;
position: relative;
z-index: 1;
display: flex;
line-height: 1.9;
margin-bottom: -1px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 0px solid #d3ced2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: transparent;
	border-radius: 0;
	margin: 0;
	border: none;
	display: flex;
	padding: 0;
	position: relative;
	z-index: 1;
}

.woocommerce-tabs ul.nav-tabs li + li {
	border-top: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	text-decoration: none;
	line-height: 1;
	color: #fff;
	min-width: unset;
	padding: 22px 35px;
	border: none;
	border-radius: 0;
	font-size: 16px;
	font-weight: 400;
	margin-right: 2px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: transparent;
	z-index: 2;
	border-bottom-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
background: #fff;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0;
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	padding: 53px 60px;
	position: relative;
	margin-top: 0;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {font-size: 24px; margin-bottom: 20px;}
.woocommerce div.product .woocommerce-tabs .panel p+p {margin-top: 15px;}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.sppb-btn-primary.focus, .sppb-btn-primary:focus {
	color: #fff;
	box-shadow: none !important;
}

.related.products {
	margin-top: 74px;
}

.related.products h2 {margin-bottom: 30px;}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
	padding-bottom: 30px;
	text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	padding: 30px 30px 0;
	margin: 0 0 0.8rem;
	font-size: 24px;
	font-weight: 500;
letter-spacing: 0;
line-height: 1.2em;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-category__title {
	transition: all .15s ease-in-out;
}

.woocommerce ul.products li.product .price {
	margin-bottom: .5em;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
}


/* CART */

.woocommerce-message {
	border-top-color: #8D75FF;
}

.woocommerce-message .button.wc-forward {margin-top: 0 !important;}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
	padding-top: 70px;
}

.woocommerce .cart-collaterals h2 {
	margin-bottom: 30px;
}

.cart-collaterals .cross-sells ul.products {
	display: flex;
flex-direction: row;
justify-content: space-between;
}

.cart-collaterals .cross-sells ul.products li {
	width: 25% !important;
	margin-right: 0;
}

.cart-collaterals .cross-sells ul.products li.first {clear: none;}

.cart-collaterals .cross-sells ul.products li .woocommerce-loop-product__title {
	padding: 15px 5px 0;
	font-size: 16px;
}

.cart-collaterals ul.products li.product .price {
	font-size: 14px;
}

.cart-collaterals ul.products li.product .button {
	font-size: 14px;
	padding: 7px !important;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    display: block;
    width: 100%;
    padding: .618em 1em;
    font-size: inherit;
    line-height: 1;
    color: inherit;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: 0;
		width: 180px;
		margin-right: 15px;
}

.woocommerce .actions button.button {
	font-family: 'Poppins', sans-serif;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border: 2px solid transparent;
	border-radius: 4px;
	padding: .618em 1em;
	cursor: pointer;
	text-transform: capitalize;
	letter-spacing: .5px;
	font-size: 16px;
    font-weight: 500;
	white-space: normal;
	background-color: #8D75FF !important;
	color: #fff !important;
	border-color: #8D75FF !important;
	transition: all .15s ease-in-out;
}

.woocommerce .actions button.button:hover  {
background-color: #fff !important;
color: #8D75FF !important;
border-color: #8D75FF !important;
}

.woocommerce a.button.alt {
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 2px solid transparent;
    border-radius: 4px;
    padding: 15px 36px;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: .5px;
    font-size: 16px;
    font-weight: 500;
    white-space: normal;
		background-color: #fff !important;
		color: #8D75FF !important;
		border-color: #8D75FF !important;
}

.woocommerce a.button.alt:hover {
	background-color: #8D75FF !important;
    color: #fff !important;
    border-color: #8D75FF !important;
}

/* Checkout */

.woocommerce form.checkout_coupon .form-row input.input-text {
    display: block;
    width: 100%;
    padding: .618em 1em;
    font-size: inherit;
    line-height: 1;
    color: inherit;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: 0;
		margin-right: 15px;
		margin-top: 5px;
}

.woocommerce form.checkout_coupon .form-row button.button {
	font-family: 'Poppins', sans-serif;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border: 2px solid transparent;
	border-radius: 4px;
	padding: .618em 1em;
	cursor: pointer;
	text-transform: capitalize;
	letter-spacing: .5px;
	font-size: 16px;
    font-weight: 500;
	white-space: normal;
	background-color: #8D75FF !important;
	color: #fff !important;
	border-color: #8D75FF !important;
	transition: all .15s ease-in-out;
	margin-top: 5px;
}

.woocommerce form.checkout_coupon .form-row button.button:hover  {
background-color: #fff !important;
color: #8D75FF !important;
border-color: #8D75FF !important;
}

.checkout.woocommerce-checkout h3 {
	margin-bottom: 30px;
}

.checkout.woocommerce-checkout label {
	margin-right: 15px;
}

.checkout.woocommerce-checkout input.input-text {
    display: block;
    width: 100%;
    padding: .618em 1em;
    font-size: inherit;
    line-height: 1;
    color: inherit;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: 0;
}

.checkout.woocommerce-checkout .select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: auto;
	margin: 0;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	border: none;
}


.checkout.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	width: 100%;
	padding: .618em 1em;
	font-size: inherit;
	line-height: 1;
	color: inherit;
	height: auto;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	border: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: "";
	width: 100%;
	text-align: center;
}

.notes .woocommerce-input-wrapper {width: 100%;}

.notes .woocommerce-input-wrapper textarea {
	display: block;
	width: 100%;
	padding: .618em 1em;
	font-size: inherit;
	line-height: 1;
	color: inherit;
	height: auto;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
	border-radius: 4px;
	border: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: "";
	width: 100%;
}

#order_review_heading {margin-top: 50px;}

#place_order {
	font-family: 'Poppins', sans-serif;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border: 2px solid transparent;
	border-radius: 4px;
	padding: .618em 1em;
	cursor: pointer;
	text-transform: capitalize;
	letter-spacing: .5px;
	font-size: 16px;
    font-weight: 500;
	white-space: normal;
	background-color: #8D75FF !important;
	color: #fff !important;
	border-color: #8D75FF !important;
	transition: all .15s ease-in-out;
	margin-top: 20px;
}

.woocommerce-checkout #payment {
    background: #f9f9f9;
    border-radius: 4px;
}

#place_order:hover  {
background-color: #fff !important;
color: #8D75FF !important;
border-color: #8D75FF !important;
}

/* */

/* FOOTER */

/* BOTTOM */

.bottom-row-overlay {
	background: linear-gradient(180deg, #8D75FF 0%, #78359b 100%) transparent;
	mix-blend-mode: multiply;
}

#wt-bottom .title {
    margin-top: 0px;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 30px;
}

#wt-bottom #column1 p {
    color: #ffffff;
}

#wt-bottom .footer-social {
    list-style: none;
    margin: -10px;
		margin-top: 30px;
    padding: 0;
    display: block;
}

#wt-bottom .footer-social li {
    text-align: center;
		display: inline-block;
}

#wt-bottom .footer-social li a {
    display: inline-block;
		line-height: 30px;
		margin: 10px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
	border-radius: 254px;
	font-size: 18px;
}

#wt-bottom .footer-social li a:hover {
    color: rgba(255, 255, 255, 0.8);
}

#wt-bottom #column2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#wt-bottom #column2 ul li {
    list-style: none;
}

#wt-bottom #column2 li + li {
    margin-top: 10px;
}

#wt-bottom #column2 a {
    color: #ffffff;
}

#wt-bottom #column2 a:hover {
    color: rgba(255, 255, 255, 0.8);
}

#wt-bottom #column3 i {
    font-size: 18px;
    width: 18px;
    height: 18px;
    line-height: 18px;
		color: #ffffff;
}

#wt-bottom #column3 .addon-text,
#wt-bottom #column3 .addon-text a {
    color: #ffffff;
}
#wt-bottom #column3 .addon-text a:hover {
    color: rgba(255, 255, 255, 0.79);
}

#wt-bottom #column3 .media + .media {margin-top: 20px;}

#wt-bottom #column4 .gallery {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: -2px;
}

#wt-bottom #column4 .gallery figure {
	display: inline-block;
	float: left;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin: 2px;
}

#wt-bottom #column4 .gallery figure a {
	display: block;
}

#wt-bottom #column4 .gallery img {
    width: 125px;
    height: 85px;
		border-radius: 4px;
transform: none;
transition: all 0.5s ease-in-out;
}

#wt-bottom #column4 .gallery figure:hover img {
    transform: scale(1.1);
}

@media (max-width: 992px) {
	#column1, #column2 {
		margin-bottom: 60px;
	}
}

@media (max-width: 768px) {
	#column3 {
		margin-bottom: 60px;
	}
}

.copyright {
	text-align: center;
	color: #fff;
	font-family: "Poppins", sans-serif;
}

section {
    position: relative;
}

#map_inner > div:first-child {display: none !important;}

#map_inner > div text {font-size: 0px !important;}

#wt-footer {
	position: relative;
}

.footer-row-overlay,
.bottom-row-overlay,
.copyright-row-overlay,
.top-bar-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
	background-repeat: repeat;
	z-index: 0;
}

.home-static-banner-text {margin: 0 auto;}

.home-static-button a {
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 2px solid transparent;
    border-radius: 4px;
    padding: 15px 36px;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: .5px;
    font-size: 16px;
    font-weight: 500;
    white-space: normal;
		color: #fff;
	background: transparent;
	border-color: #fff;
	line-height: 24px;
}

.home-static-button a:hover {
    background: #fff;
    border-color: #fff;
}

.tour-tab h4 {
    margin-bottom: 15px;
}

.tour-tab ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.tour-tab ul li {
    padding: 5px 0 5px 0;
        padding-left: 0px;
    padding-left: 30px;
    list-style: none;
    position: relative;
    margin: 0;
}

ul.positive-list li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 5px;
    font-weight: 900;
}

ul.negative-list li::before {
	content: "\f057";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	left: 0;
	position: absolute;
	top: 5px;
	font-weight: 900;
}

.tour-tab ul li strong {
    margin-right: 7px;
    font-weight: 500;
}

.no-padding {
	padding: 0 !important;
}

#left, #right {
	padding-top: 130px;
	padding-bottom: 130px;
}
