[class*="elementor-widget-htmega-"] h1 a, [class*="elementor-widget-htmega-"] h2 a, [class*="elementor-widget-htmega-"] h3 a, [class*="elementor-widget-htmega-"] h4 a, [class*="elementor-widget-htmega-"] h5 a, [class*="elementor-widget-htmega-"] h6 a {
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
}

.htmega-section-title svg {
	width: 20px;
}

.htmega-button .htb-btn:focus, .htmega-button .htb-btn:active {
	box-shadow: none !important;
}

.htmega-button {
	display: inline-block;
}

.htmega-button .htmega-btn-effect-5, .htmega-button .htmega-btn-effect-6, .htmega-button .htmega-btn-effect-10 {
	overflow: hidden;
}

.htmega_button_icon svg {
	width: 20px;
}

.htmega-button span svg path {
	transition: all .4s ease-in-out 0s;
}

.htmega-button .htb-btn {
	border-radius: 0;
	position: relative;
	border: none;
	z-index: 1;
	transition: all .4s ease-in-out 0s;
}

.htmega-btn-size-md {
	padding: 16px 43px !important;
}

.htmega-btn-style-2 .htb-btn::after {
	border-radius: inherit;
	border-radius: 30px;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition-delay: 0s, 0s;
	transition-duration: .3s, .3s;
	transition-property: transform, background-color;
	transition-timing-function: cubic-bezier(.25, 0, .3, 1);
	width: 100%;
	z-index: -1;
	background-color: #ff6b6b;
	transform: scale3d(.7, .7, 1);
}

.htmega-btn-effect-1 {
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	z-index: 1;
}

.htmega-btn-effect-1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #623687;
	z-index: -1;
	z-index: -1;
	background-color: #ff6b6b;
	opacity: 0;
	-webkit-transform: scale3d(.7, 1, 1);
	transform: scale3d(.7, 1, 1);
	-webkit-transition: -webkit-transform .4s, opacity .4s;
	transition: transform .4s, opacity .4s;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}

.htmega-btn-effect-1:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.htmega-btn-effect-2 {
	z-index: 1;
	overflow: hidden;
}

.htmega-btn-effect-2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: #623687;
	z-index: -1;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform .3s, opacity .3s, background-color .3s;
	transition: transform .3s, opacity .3s, background-color .3s;
}

.htmega-btn-effect-2:hover::before {
	opacity: 1;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}

.htmega-btn-effect-3 {
	z-index: 1;
	color: #fff;
}

.htmega-btn-effect-3::before, .htmega-btn-effect-3::after {
	content: "";
	border-radius: inherit;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform .3s, background-color .3s;
	transition: transform .3s, background-color .3s;
	-webkit-transition-timing-function: cubic-bezier(.25, 0, .3, 1);
	transition-timing-function: cubic-bezier(.25, 0, .3, 1);
	z-index: -1;
}

.htmega-btn-effect-3::before {
	border: 2px solid #623687;
	-webkit-transform: scale3d(.7, .7, 1);
	transform: scale3d(.7, .7, 1);
}

.htmega-btn-effect-3::after {
	background: #18012c;
}

.htmega-btn-effect-3:hover::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.htmega-btn-effect-3:hover::after {
	background-color: #623687;
	-webkit-transform: scale3d(.7, .7, 1);
	transform: scale3d(.7, .7, 1);
}

.htmega-btn-effect-4::before {
	content: "";
	position: absolute;
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background: inherit;
	z-index: -1;
	opacity: .4;
	-webkit-transform: scale3d(.8, .5, 1);
	transform: scale3d(.8, .5, 1);
}

.htmega-btn-effect-4:hover::before {
	-webkit-animation: np-btn--2 .3s .3s forwards;
	animation: np-btn--2 .3s .3s forwards;
}

.htmega-btn-effect-4:hover {
	-webkit-transition: background-color .1s .3s, color .1s .3s;
	transition: background-color .1s .3s, color .1s .3s;
	color: #eceff1;
	background-color: #623687;
	-webkit-animation: np-btn--1 .3s forwards;
	animation: np-btn--1 .3s forwards;
}

.htmega-btn-effect-5::before {
	content: "";
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #623687;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	-webkit-transition-timing-function: cubic-bezier(.7, 0, .9, 1);
	transition-timing-function: cubic-bezier(.7, 0, .9, 1);
}

.htmega-btn-effect-5:hover::before {
	-webkit-transform: scale3d(9, 9, 1);
	transform: scale3d(9, 9, 1);
}

.htmega-btn-effect-6::before {
	content: "";
	z-index: -1;
	position: absolute;
	top: 50%;
	margin: -15px 0 0 1px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #623687;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	-webkit-transition-timing-function: cubic-bezier(.7, 0, .9, 1);
	transition-timing-function: cubic-bezier(.7, 0, .9, 1);
	right: 100%;
}

.htmega-btn-effect-6:hover::before {
	-webkit-transform: scale3d(9, 9, 1);
	transform: scale3d(9, 9, 1);
}

.htmega-btn-effect-7::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: #e09d8b;
	-webkit-transform: scaleX(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	color: #fff;
}

.htmega-btn-effect-7:hover::before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.htmega-btn-effect-8::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #45b29d;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.htmega-btn-effect-8:hover::before {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}

.htmega-btn-effect-9::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: -1px;
	bottom: 0;
	background: #18012c;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.htmega-btn-effect-9:hover::before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
}

.htmega-btn-effect-10::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #18012c;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.htmega-btn-effect-10:hover::before {
	-webkit-transform: scale(2);
	transform: scale(2);
}

.htmega-btn-effect-11::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #18012c;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.htmega-btn-effect-11:hover::before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.htmega-btn-effect-12::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: -1px;
	bottom: 0;
	background: #d82f4e;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.htmega-btn-effect-12:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
}

.htmega-btn-effect-13::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #18012c;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.htmega-btn-effect-13:hover::before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
}

.htmega-btn-effect-14::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #18012c;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.htmega-btn-effect-14:hover::before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
}

.htmega-btn-shadow-1 .htb-btn::before {
	background: rgba(255, 255, 255, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, .35) 0%, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0;
	content: "";
	height: 10px;
	left: 5%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	transition-duration: .3s;
	transition-property: transform, opacity;
	width: 90%;
	z-index: -1;
}

.htmega-btn-shadow-1 .htb-btn:hover::before {
	opacity: 1;
	transform: translateY(5px);
}

.htmega-btn-shadow-2 .htb-btn::before, .htmega-btn-shadow-2 .htb-btn::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
	content: "";
	height: 5px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition-duration: .3s;
	transition-property: opacity;
	width: 100%;
}

.htmega-btn-shadow-2 .htb-btn::before {
	background: rgba(255, 255, 255, 0) radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, .6) 0%, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0;
	bottom: 100%;
}

.htmega-btn-shadow-2 .htb-btn::after {
	background: rgba(255, 255, 255, 0) radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, .6) 0%, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0;
	top: 100%;
}

.htmega-btn-shadow-2 .htb-btn:hover::before, .htmega-btn-shadow-2 .htb-btn:hover::after {
	opacity: 1;
}

.htmega-accourdion-title .htmega-items-hedding .accourdion-icon svg {
	width: 14px;
}

span.htmega-accordion-title-icon svg {
	width: 30px;
}

.htmega-social-network li a svg {
	width: 20px;
}

.htmega-features svg {
	width: 20px;
	display: inline-block;
}

.htmega-features li i, .htmega-features li svg {
	margin-right: 8px;
}

.htmega-pricing-style-1 .htmega-pricing-body ul li svg path {
	fill: #f1f1f1;
}

.htmega-pricing-style-1 .htmega-pricing-body ul li svg path a.price_btn {
	text-decoration: none;
}

.htmega-pricing-style-3 .htmega-pricing-body ul li svg path {
	fill: #fff;
}

.htmega-pricing-style-4 .htmega-pricing-body ul li svg path {
	fill: #000;
}

.htmega-testimonial-area .slick-dots {
	list-style: none;
}

.htmega-testimonial-area .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	padding: 0;
	cursor: pointer;
	color: rgba(255, 255, 255, 0);
	border: 0;
	outline: none;
	background: #e3e3e3;
	border-radius: 100%;
}

.htmega-testimonial-area .slick-dots li.slick-active button {
	background: #f60;
}

.htmega-testimonial-area .slick-dots li button:before {
	display: none;
}

.htmega-testimonial-area .slick-dots {
	bottom: -30px;
	z-index: 3;
}

.htmega-testimonial-area .slick-dots li {
	margin: 0 7px;
	width: 12px;
	height: 12px;
}

.htmega-testimonial-area:not(.htmega-testimonial-style-4) .slick-dots {
	left: 0;
}

.htmega-testimonial-style-2 .slick-dots {
	bottom: -75px;
}

.htmega-testimonial-style-4 ul.slick-dots li button::before {
	content: "0";
	display: block;
	font-size: 16px;
	height: auto;
	left: -8px;
	line-height: 1;
	opacity: 1;
	position: absolute;
	top: -4px;
	width: auto;
}

.htmega-testimonial-style-4 ul.slick-dots {
	padding: 0;
	margin: 0;
	list-style: none;
	border: 0 none;
	text-align: right;
}

.htmega-testimonial-style-4 ul.slick-dots li button {
	background: rgba(255, 255, 255, 0);
	border: 0 none;
	color: #18012c;
	font-weight: 600;
	font-size: 16px;
	position: relative;
	display: inline-block;
}

.htmega-testimonial-style-4 ul.slick-dots {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100px;
}

.htmega-testimonial-style-4 ul.slick-dots li {
	padding: 6px 0;
}

.htmega-testimonial-style-4 ul.slick-dots li.slick-active button {
	position: relative;
}

.htmega-testimonial-style-4 ul.slick-dots li {
	height: auto;
	line-height: 1;
	padding: 8px 0 10px 45px;
	position: relative;
}

.htmega-testimonial-style-4 ul.slick-dots li::after {
	position: absolute;
	content: "";
	background: #18012c;
	width: 0;
	height: 1px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: .5s;
}

.htmega-testimonial-style-4 ul.slick-dots li.slick-active::after {
	width: 30px;
}

.htmega-testimonial-style-4 ul.slick-dots li.slick-active button {
	background: rgba(255, 255, 255, 0);
}

input, textarea {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	outline: none;
}

.htmega-service svg {
	width: 30px;
	height: auto;
}

.breaking-news-title svg {
	width: 20px;
}

.breaking-news-default .breaking-news-nav button svg {
	width: 16px;
}

.breaking-news-default .breaking-news-nav button svg path {
	fill: #18012c;
}

.breaking-news-title h5 .htmega-news-tickr-svg-icon-box svg {
	height: auto;
}

.htmega-social-share svg {
	width: 20px;
	display: inline-block;
}

.htmega-social-share ul li i, .htmega-social-share ul li svg {
	display: block;
	float: left;
	height: 42px;
	line-height: 42px;
	width: 42px;
}

.image-popup-vertical-fit svg {
	fill: #fff;
	width: 20px;
}

@keyframes zoomBig {
	0% {
		transform: translate(-50%, -50%) scale(0);
		opacity: 1;
		border-width: 4px;
	}
	
	40% {
		opacity: .8;
		border-width: 3px;
	}
	
	65% {
		border-width: 2px;
	}
	
	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
		border-width: 2px;
	}
}

.htmega-search-box svg {
	width: 20px;
	margin-top: 8px;
}

.htmega-search-style-1 button.btn-search svg path {
	fill: #fff;
}

blockquote .blockquote_icon svg {
	width: 15px;
}

.htmega-instragram .slick-dots {
	position: relative;
	bottom: 0;
}

.htmega-instragram .slick-dots li {
	border-radius: 100%;
	display: inline-block;
	height: 15px;
	margin: 0 3px !important;
	width: 15px !important;
	background: #f75876;
	float: none !important;
}

.htmega-instragram .slick-dots li button {
	padding: 0;
}

.htmega-instragram .slick-dots li button::before {
	display: none;
}

.htmega-instragram .slick-dots li.slick-active {
	background: #000;
}

.htmega-switcher-nav svg {
	width: 20px;
	float: left;
	margin-right: 8px;
}

input:checked+.htmega-switche-toggle-slider {
	background-color: #2196f3;
}

input:checked+.htmega-switche-toggle-slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.htmega-tab-nav svg {
	width: 20px;
	float: left;
}

.htmega-modal-btn svg {
	width: 20px;
	margin-right: 10px;
	margin-top: 16px;
}

.modal_icon_positioning-left .htmega-modal-btn button i, .modal_icon_positioning-left .htmega-modal-btn button svg {
	order: 0;
	margin-right: 10px;
}

.modal_icon_positioning-right .htmega-modal-btn button i, .modal_icon_positioning-right .htmega-modal-btn button svg {
	order: 1;
	margin-left: 10px;
}

.modal_icon_positioning-left .htmega-modal-btn svg, .modal_icon_positioning-right .htmega-modal-btn svg {
	margin-top: 0;
}

.flipbox-icon svg {
	width: 20px;
}

ul.htmega-flipbox-social-list li a svg {
	width: 15px;
	fill: #fff;
}

ul.htmega-flipbox-social-list li a:hover svg {
	fill: #27123a;
}

.htmega-popover svg {
	width: 25px;
}

.htmega-toggle-button svg {
	width: 20px;
}

.htmega-toggle-area .htmega-toggle-button a i, .htmega-toggle-area .htmega-toggle-button a svg {
	padding-left: 5px;
}

@-webkit-keyframes marker-ripple-animation {
	0% {
		-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translate3d(-50%, -50%, 0) scale(1.7);
		opacity: 0;
	}
}

@keyframes marker-ripple-animation {
	0% {
		transform: translate3d(-50%, -50%, 0) scale(1);
		opacity: 1;
	}
	
	100% {
		transform: translate3d(-50%, -50%, 0) scale(1.7);
		opacity: 0;
	}
}

@-webkit-keyframes lineanimation {
	0%, 33% {
		opacity: 0;
		-webkit-transform: rotate(45deg) scale(1.5);
		transform: rotate(45deg) scale(1.5);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes lineanimation {
	0%, 33% {
		opacity: 0;
		-webkit-transform: rotate(45deg) scale(1.5);
		transform: rotate(45deg) scale(1.5);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes anim-francisco {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes anim-francisco {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.htmega-not-found .content a.page-back-btn svg {
	width: 20px;
	margin-right: 8px;
	fill: #131e3a;
}

@-webkit-keyframes htmegaclouds {
	0% {
		margin-left: 1000px;
	}
	
	100% {
		margin-left: -1000px;
	}
}

@-moz-keyframes htmegaclouds {
	0% {
		margin-left: 1000px;
	}
	
	100% {
		margin-left: -1000px;
	}
}

@-o-keyframes htmegaclouds {
	0% {
		margin-left: 1000px;
	}
	
	100% {
		margin-left: -1000px;
	}
}

.htmega-counter-icon svg {
	width: 20px;
}

.htmega-postslider-area .slick-dots li button::before {
	display: none;
}

.htmega-postslider-area .slick-dots li {
	background: #ccd5d5 none repeat scroll 0 0;
	border-radius: 100%;
	height: 15px;
	width: 15px;
}

.htmega-postslider-area .slick-dots li.slick-active {
	background: #00282a none repeat scroll 0 0;
}

.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots {
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	z-index: 2;
}

.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li {
	align-items: center;
	background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
	border-bottom: 5px solid #828282;
	border-left: 5px solid #828282;
	border-radius: 0;
	border-right: 5px solid #828282;
	cursor: pointer;
	display: flex;
	flex-basis: 100%;
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 20px;
	position: relative;
	text-align: left;
	transition: all .5s ease-in-out 0s;
	width: auto;
	z-index: 2;
}

.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li:first-child {
	border-top: 5px solid #828282;
}

.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li.slick-active {
	background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
	border: 5px solid #fff;
}

.htmega-postslider-style-4.htmega-postslider-area.thumb-st-layout-4 ul.slick-dots li:last-child {
	border-bottom: 0 !important;
}

.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li h6 {
	bottom: 0;
	color: #fff;
	font-weight: 500;
	line-height: 22px;
	margin: 0;
}

.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li:after {
	content: "";
	background: rgba(255, 255, 255, 0);
	left: 0;
	height: 0;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 2;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 132px;
	color: #fff;
	transition: all .3s ease-in-out;
}

.htmega-postslider-style-4.thumb-st-layout-4.htmega-postslider-area ul.slick-dots li:after {
	opacity: 0;
}

.htmega-postslider-style-4.thumb-st-layout-4.htmega-postslider-area ul.slick-dots li.slick-active:after, .htmega-postslider-style-4.thumb-st-layout-4.htmega-postslider-area ul.slick-dots li:hover:after {
	opacity: 1;
}

.htmega-thumbnails-style-2 .htmega-thumbgallery-nav .slick-arrow+.slick-dots, .htmega-thumbnails-style-4 .htmega-thumbgallery-nav .slick-arrow+.slick-dots {
	bottom: 10px;
}

.htmega-thumbgallery-for .slick-dots, .htmega-thumbgallery-nav .slick-dots {
	bottom: 10px;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.htmega-thumbgallery-nav .slick-arrow+.slick-dots {
	bottom: 50px;
}

.htmega-thumbgallery-for .slick-dots li, .htmega-thumbgallery-nav .slick-dots li {
	display: inline-block;
}

.htmega-thumbgallery-for .slick-dots li button, .htmega-thumbgallery-nav .slick-dots li button {
	background: #ddd;
	text-indent: -99999px;
	padding: 0;
	margin-right: 8px;
	border-radius: 100%;
	width: 12px;
	height: 12px;
}

.htmega-thumbgallery-for .slick-dots li.slick-active button, .htmega-thumbgallery-nav .slick-dots li.slick-active button {
	background: #000;
}

.htmega-thumbgallery-for .slick-dots li button::before, .htmega-thumbgallery-nav .slick-dots li button::before {
	display: none;
}

.htmega-call-to-action .htmega-content a.call_btn svg, .htmega-call-to-action .htmega-content a.call_btn.secondary_btn svg {
	width: 30px;
	height: 30px;
}

.htmega-twitter-area .slick-dots li button::before {
	display: none;
}

.htmega-twitter-area .slick-dots li {
	width: 10px;
	height: 10px;
}

.htmega-twitter-area .slick-dots li button {
	background: #000 none repeat scroll 0 0;
	border-radius: 100%;
	padding: 0;
	width: 10px;
	height: 10px;
}

.htmega-twitter-area .slick-dots li.slick-active button {
	background: #f15d67 none repeat scroll 0 0;
}

.htmega-twitter-style-2 .slick-dots {
	bottom: -45px;
}

.post-content {
	position: relative;
}

.ht-custom-carousel .single-custom-carousel img {
	width: 100%;
}

.htmega-carousel-style-1 .single-custom-carousel {
	position: relative;
	transition: all .3s ease 0s;
}

.htmega-carousel-activation .slick-dots {
	text-align: center;
	bottom: -60px;
}

.htmega-carousel-activation .slick-dots li {
	display: inline-block;
	margin: 0;
}

.htmega-carousel-activation .slick-dots li button {
	border: 1px solid #863f51;
	width: 12px;
	height: 12px;
	padding: 0;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0);
	text-indent: -9999px;
}

.htmega-carousel-activation .slick-dots li.slick-active button {
	background-color: #863f51;
}

.htmega-carousel-style-2 .single-custom-carousel {
	position: relative;
	transition: all .3s ease 0s;
	padding: 0 40px;
	transform: scale(1.1);
}

.htmega-carousel-style-2 {
	position: relative;
}

.htmega-carousel-style-3 .slick-dots {
	bottom: -60px;
}

.htmega-carousel-style-3 .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
}

.htmega-carousel-style-3 .slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0;
	background: #000;
	border-radius: 100%;
	border: 0;
}

.htmega-carousel-style-3 .slick-dots li button::before {
	display: none;
}

.htmega-carousel-style-3 .slick-dots li.slick-active button {
	background: #00c8fa;
}

.htmega-carousel-style-4 {
	position: relative;
}

.htmega-carousel-style-5 .slick-dots {
	bottom: -40px;
	background: #dbdbdb;
	height: 8px;
	border-radius: 4px;
	left: 0;
	right: 0;
	width: auto;
}

.htmega-carousel-style-5 .slick-dots li {
	width: 33.33%;
	height: 8px;
	margin: 0;
	left: 0;
	top: -13px;
	transition: .4s ease-in-out;
}

.htmega-carousel-style-5 .slick-dots li::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #0056ff;
	border-radius: 4px;
	transition: .4s ease-in-out;
}

.htmega-carousel-style-5 .slick-dots li button {
	width: 33.33%;
	height: 8px;
	margin: 0;
	left: 0;
}

.htmega-carousel-style-5 .slick-dots li button {
	border: none;
}

.htmega-carousel-style-5 .slick-dots li.slick-active button {
	background: rgba(255, 255, 255, 0);
}

.htmega-carousel-style-5 .slick-dots li button::before {
	display: none;
}

.htmega-carousel-style-5 .slick-dots li.slick-active::before {
	width: 100%;
}

.htmega-carousel-style-6 .slick-dots {
	background: #19243c none repeat scroll 0 0;
	margin-top: -8px;
	position: static;
}

.htmega-carousel-style-6 .slick-dots li {
	display: inline-block;
	height: inherit;
	padding: 30px 55px;
	position: relative;
	text-align: center;
	width: auto;
	z-index: 2;
}

.htmega-carousel-style-6 .slick-dots li h6 {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	position: relative;
	z-index: 3;
}

.htmega-carousel-style-6 .slick-dots li.slick-active::before {
	position: absolute;
	content: "";
	background: #223152;
	z-index: -1;
	width: 100%;
	height: 116%;
	bottom: 0;
	left: 0;
}

.htmega-doule-btn svg {
	width: 20px;
}

.post-carousel-wrapper {
	margin: 0 -15px;
}

.offcanvas svg {
	width: 20px;
	vertical-align: middle;
}

.htmega-carousel-activation {
	position: relative;
}

.panel-slider-wrapper.htmega-carousel-activation button svg {
	width: 20px;
	height: 20px;
}

.panel-slider-wrapper.htmega-carousel-activation button:hover svg {
	fill: #000;
}

.ht-scroll-indicator svg {
	width: 78px;
}

#htmega-google-map {
	width: 100%;
}

@media (min-width:768px) and (max-width:991px) {
	.htmega-btn-size-md {
		padding: 16px 25px !important;
	}
}

@media (max-width:767px) {
	.htmega-carousel-style-6 .slick-dots li {
		padding: 30px 35px;
	}
	
	.thumb-st-layout-4.htmega-postslider-area ul.slick-dots {
		width: 80px;
	}
}

[class*='htmega-'] svg {
	height: auto;
}

[class*='htmega-'] svg path {
	transition: all .3s ease-in-out;
}

[class*='htmega-']>div {
	overflow-wrap: break-word;
	word-break: break-word;
}

[class*='htmega-'] [type=button]:focus, [class*='htmega-'] [type=submit]:focus, [class*='htmega-'] button:focus {
	outline: none;
}

@-webkit-keyframes mymove {
	from {
		transform: rotate(0);
	}
	
	to {
		transform: rotate(180deg);
	}
}

@keyframes mymove {
	from {
		transform: rotate(0);
	}
	
	to {
		transform: rotate(180deg);
	}
}

@keyframes append-animate {
	from {
		transform: scale(0);
		opacity: 0;
	}
	
	to {
		transform: scale(1);
		opacity: 1;
	}
}