.htmega-section-title svg {
	width: 20px;
}

.htmega_button_icon svg {
	width: 20px;
}

.htmega-button span svg path {
	transition: all .4s ease-in-out 0s;
}

.single_accourdion {
	margin-bottom: 15px;
	position: relative;
}

.single_accourdion:last-child {
	margin-bottom: 0 !important;
}

.accordion-content {
	border: 1px solid #ddd;
	padding: 15px;
}

.htmega-items-hedding {
	background: #e6e6e6 none repeat scroll 0 0;
	cursor: pointer;
	padding: 10px 20px;
	position: relative;
	margin-bottom: 0;
}

.htmega-accourdion-title h2 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}

.htmega-accourdion-title .htmega-items-hedding .accourdion-icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.htmega-accourdion-title .htmega-items-hedding .accourdion-icon svg {
	width: 14px;
}

.htmega-accourdion-title .htmega-items-hedding .close-accourdion {
	opacity: 1;
	visibility: visible;
}

.htmega-accourdion-title .htmega-items-hedding .open-accourdion {
	opacity: 0;
	visibility: hidden;
}

.htmega-accourdion-title .htmega-items-hedding.htb-collapsed .open-accourdion {
	opacity: 1;
	visibility: visible;
}

.htmega-accourdion-title .htmega-items-hedding.htb-collapsed .close-accourdion {
	opacity: 0;
	visibility: hidden;
}

span.htmega-accordion-title-icon svg {
	width: 30px;
}

.htmega-items-hedding {
	margin: 0;
}

.elementor-widget-htmega-accordion-addons .accordion {
	display: block !important;
}

.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;
}

.htb-show {
	transition: opacity .15s linear;
}

.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;
}

.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-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-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;
}

.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 (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;
	}
}