/*---------------------------------------------

Template Name: Evacon 
Template URL: http://radiustheme.net/malek/evacon/
Description: Creative Interior Design WordPress Theme
Author: RadiusTheme
Author URL: http://www.radiustheme.com 
Version: 1.0.8

===================   
CSS INDEX
===================
01. bootstrap
    1.1 Form Styles 
    1.2 Grid styles
02. Slick Slider Styles 

03. Default Styles
04. Global Styles
05. Menu Styles
06. Breadcrumbs Styles
07. Footer Styles
08. Pagination Styles
09. Section Styles

05. Blog Styles
06. Widgets Styles
07. Slider Styles
08. About Styles
09. Progress Styles
10. Service Styles
11. Testimonial Styles
12. Contact Styles
13. Team Styles
14. Brand Styles
15. Portfolio Styles
16. Pricing Plan Styles
17. Why Choose Styles
18. Responsive Styles

--------------------------------------------*/
/* - Variable Declare
=============================================*/
/* Font Family */
/* Main Colors */
/* Others Color */
/* - Rem
=============================================*/
/*=======================================================================
 = Template Layout Style
=========================================================================*/
/*------------------- 4.6 Default Css -------------------*/
.comment-form-cookies-consent {
	margin-top: 15px;
	margin-bottom: 15px;
}

.blog-fluid-grid .tag-sticky-2,
.blog-fluid-grid .sticky {
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #f5f5f5;
}

.blog-fluid-grid .tag-sticky-2 .meta-featured-post,
.blog-fluid-grid .sticky .meta-featured-post {
	top: 13px;
	right: -48px;
	padding: 10px 55px;
	position: absolute;
	text-align: center;
	color: #ffffff;
	transform: rotate(45deg);
	background-color: #2a07f9;
}

.wp-block-file .wp-block-file__button {
	padding: 2px 20px;
	background-color: #2a07f9;
}

.wp-block-search .wp-block-search__inside-wrapper {
	margin-bottom: 15px;
}

.wp-block-search .wp-block-search__input {
	padding: 10px;
}

.post-password-form label>input {
	padding: 10px 8px;
	background: #f8f8f8;
	border: 1px solid #dcdcdc;
}

.post-password-form input[type=submit] {
	color: #fff;
	padding: 11px 15px;
	border: medium none;
	background-color: #2a07f9;
}

/* ==== Accessibility ==== */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption .wp-caption-text {
	margin-top: .5em;
	margin-bottom: 0;
	color: #555d66;
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
}

footer .wp-caption .wp-caption-text {
	color: #9daab9;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

/* ==== Alignments ==== */
.alignleft {
	float: left;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
}

.alignright {
	float: right;
	margin-top: 15px;
	margin-left: 30px;
	margin-bottom: 15px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-button.aligncenter {
	text-align: center;
}

.wp-block-group.has-background {
	margin-bottom: 15px;
}

.wp-block-image .alignleft {
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
}

/* ==== Clearings ==== */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/* ==== Blockquote ==== */
.wp-block-quote,
blockquote {
	color: #041A57;
	position: relative;
	padding: 48px 30px 48px 170px;
	background-color: #f7f9ff;
	border-left: 0;
	font-size: 22px;
	font-weight: 500;
	line-height: 34px;
	border-left: 0;
	border-radius: 10px;
}

.wp-block-quote p,
blockquote p {
	margin-bottom: 0 !important;
}

.wp-block-quote:before,
blockquote:before {
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
	color: #ebebeb;
	background-color: #2a07f9;
	font-size: 50px;
	height: 100px;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

@media (max-width: 575px) {

	.wp-block-quote:before,
	blockquote:before {
		font-size: 26px;
		height: 60px;
		width: 60px;
		left: 15px;
	}
}

.wp-block-pullquote {
	padding: 0;
	text-align: left;
	border-left: 0;
	border-top-style: dashed;
	border-bottom-style: dashed;
}

.wp-block-pullquote blockquote {
	border-left: 0;
	color: #041A57;
	background-color: transparent;
}

.wp-block-pullquote p {
	font-size: 28px;
}

.wp-block-quote.is-style-large,
.wp-block-quote.is-large {
	padding: 48px 30px 48px 48px;
	border-left: 5px solid #2a07f9 !important;
}

.wp-block-quote.is-style-large p,
.wp-block-quote.is-large p {
	margin-bottom: 0 !important;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	text-align: left;
}

.wp-block-quote.has-text-align-right {
	border-right: 5px solid #2a07f9;
}

.wp-block-quote cite,
.wp-block-quote footer {
	font-size: 15px;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 32px;
	color: #041A57;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
	color: #041A57;
}

/* ==== Galleries ==== */
.gallery {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: calc(1.5 * 1rem);
}

.gallery-item {
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 16px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.sidebar-widget .gallery {
	display: inline-block;
	margin-bottom: 0;
}

.sidebar-widget .gallery-item {
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 8px;
}

.gallery-columns-2 .gallery-item {
	max-width: calc((100% - 16px * 1) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
	margin-right: 0;
}

.gallery-columns-3 .gallery-item {
	max-width: calc((100% - 16px * 2) / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
	margin-right: 0;
}

.gallery-columns-4 .gallery-item {
	max-width: calc((100% - 16px * 3) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
	margin-right: 0;
}

.gallery-columns-5 .gallery-item {
	max-width: calc((100% - 16px * 4) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
	margin-right: 0;
}

.gallery-columns-6 .gallery-item {
	max-width: calc((100% - 16px * 5) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
	margin-right: 0;
}

.gallery-columns-7 .gallery-item {
	max-width: calc((100% - 16px * 6) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
	margin-right: 0;
}

.gallery-columns-8 .gallery-item {
	max-width: calc((100% - 16px * 7) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
	margin-right: 0;
}

.gallery-columns-9 .gallery-item {
	max-width: calc((100% - 16px * 8) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
	margin-right: 0;
}

.gallery-item:last-of-type {
	padding-right: 0;
}

.gallery-caption {
	display: block;
	word-break: break-word;
}

.gallery .gallery-item .gallery-caption {
	margin: 0;
	color: #555d66;
	font-size: 13px;
	margin-top: 5px;
	line-height: 1.4;
}

/* = Comments = */
ul.comment-list {
	list-style: none;
	padding-left: 0;
}

.comments-area ul {
	list-style: none;
	padding-left: 0;
}

ul.comment-list {
	margin-bottom: 50px;
}

.blog-comment-form .blog-comment .each-comment ul>li {
	list-style: disc !important;
}

.blog-comment-form .blog-comment .each-comment ul>li>ul>li {
	list-style: circle !important;
}

.blog-comment-form .blog-comment .each-comment ul>li>ul>li>ul>li {
	list-style-type: square !important;
}

.blog-comment-form .blog-comment .each-comment ul>li>ul>li>ul,
.blog-comment-form .blog-comment .each-comment ul>li>ul,
.blog-comment-form .blog-comment .each-comment ul {
	padding-left: 30px !important;
}

.comment-text>ul,
.comment-text>ol {
	margin-bottom: 20px;
}

.bypostauthor {
	display: block;
}

.each-comment {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 25px;
	border-bottom: 1px solid #E2E2E2;
}

.each-comment .imgholder {
	float: left;
	margin-top: 5px;
	margin-right: 25px;
}

.each-comment .imgholder img {
	border-radius: 100%;
}

@media only screen and (max-width: 767px) {
	.each-comment .imgholder {
		float: unset;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 575px) {
	.each-comment .imgholder {
		margin-bottom: 0;
		margin-right: 12px;
	}
}

.each-comment .media-body {
	overflow: hidden;
	position: relative;
}

.each-comment .media-body .comment-header {
	margin-bottom: 15px;
}

.each-comment .media-body .comment-header .item-title {
	color: #041f60;
	margin-bottom: 0;
}

.each-comment .media-body .comment-header .comment-date {
	color: #77838F;
	font-size: 13px;
	position: relative;
	padding-left: 38px;
	display: inline-block;
}

.each-comment .media-body .comment-header .comment-date:after {
	content: "";
	height: 11px;
	width: 3px;
	position: absolute;
	top: 50%;
	left: 16px;
	background-color: #2a07f9;
	transform: translateY(-50%);
}

.each-comment .media-body .comment-header h4.comment-meta {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	text-transform: capitalize;
}

.each-comment .media-body .comment-header h4.comment-meta a {
	color: #000000;
}

.each-comment .media-body .comment-header h4.comment-meta a:hover {
	color: #000000;
}

.each-comment .media-body .comment-header .comment-reply-link {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 600;
	font-size: 14px;
	color: #041A57;
	line-height: 1;
}

.each-comment .media-body .comment-header .comment-reply-link:hover {
	color: #2a07f9;
}

@media only screen and (max-width: 575px) {
	.each-comment .media-body .comment-header .comment-reply-link {
		position: relative;
		margin-top: 10px;
	}
}

.each-comment .media-body .comment-header .comment-reply-link:hover {
	color: #2a07f9;
}

.each-comment .media-body .comment-text p img {
	margin: 7px 0;
}

.each-comment .media-body .comment-text p:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
	.each-comment .media-body {
		padding: 25px 20px 15px 20px;
	}

	.each-comment .media-body .comment-reply-link {
		right: 0.875rem;
	}
}

ul.comment-list li .comment-respond {
	margin-bottom: 30px;
}

.comment-reply-title {
	font-size: 26px;
	margin-bottom: 5px;
	line-height: 32px;
}

.comment-reply-title small a {
	font-size: 18px;
	margin-left: 15px;
}

p.comment-notes {
	margin-bottom: 30px;
}

.single-blog-form h3.comment-title {
	margin-bottom: 30px;
}

.single-blog-form ul.children {
	padding-left: 20px;
}

p.logged-in-as a {
	color: #2a07f9;
}

p.logged-in-as a:hover {
	color: #ee0034;
}

footer.wp-block-latest-comments__comment-meta {
	line-height: 25px;
}

footer.wp-block-latest-comments__comment-meta a {
	display: inline;
}

/* ==== Select ==== */
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 19px) calc(23px + 2px), calc(100% - 12px) calc(23px + 2px), calc(100% - 32px) 8px;
	background-size: 7px 8px,
		7px 8px,
		0px 0em;
	background-repeat: no-repeat;
	padding: 15px 12px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	background-color: transparent;
}

select:focus {
	background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 13px) 24px, calc(100% - 20px) 24px, calc(100% - 32px) 8px;
	background-size: 7px 8px,
		7px 8px,
		0px 0px;
	outline: 0;
	border-color: gray;
	background-repeat: no-repeat;
}

select:-webkit-focusring,
select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

@media only screen and (max-width: 991px) {
	.sidebar-widget-area {
		margin-top: 90px;
	}
}

.sidebar-widget-area select,
.footer-wrap select {
	width: 100%;
}

.widget .wp-block-group h2 {
	font-weight: 600;
	font-size: 24px;
	color: #041A57;
	position: relative;
	margin-bottom: 10px;
	line-height: 32px;
}

.widget .wp-block-group ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.widget ol.wp-block-latest-comments {
	padding-left: 0;
}

.widget .wp-block-search .wp-block-search__label {
	font-weight: 600;
	font-size: 24px;
	color: #041A57;
	position: relative;
	padding-bottom: 10px;
	line-height: 32px;
	margin-bottom: 10px;
}

/* ==== Block Cover ==== */
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
	color: #ffffff;
	line-height: 48px;
}

.wp-block-cover,
.wp-block-cover-image {
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 10px;
}

.has-text-align-left {
	margin: 0;
	padding: 0 30px;
	text-align: left;
	margin-bottom: 15px;
}

.wp-block-gallery.alignleft,
.wp-block-cover.alignleft {
	margin-top: 0;
}

.blocks-gallery-caption {
	margin-bottom: 23px;
}

/* ==== Calendar ==== */
.wp-block-calendar {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.wp-calendar-table td {
	padding: 0 !important;
	line-height: 32px;
	text-align: center;
}

.wp-calendar-table td a {
	width: 100%;
	height: auto;
	font-weight: 900;
	color: #5a5a5a;
	display: inline-block;
	background-color: transparent;
}

.wp-calendar-table td#today {
	font-weight: 600;
	color: #ffffff;
	background-color: #2a07f9;
}

.wp-calendar-table td#today a {
	color: #ffffff;
	background-color: #2a07f9;
}

span.wp-calendar-nav-prev {
	float: left;
}

span.wp-calendar-nav-next {
	float: right;
}

.wp-block-cover .wp-block-cover-text a {
	color: #ffffff;
}

.wp-block-cover .wp-block-cover-text a:hover {
	text-decoration: underline;
}

.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
	border-radius: 10px;
}

footer .wp-calendar-table td {
	padding: 0 !important;
	line-height: 32px;
	text-align: center;
}

footer .wp-calendar-table td a {
	color: #ee0034;
}

footer .wp-calendar-table td#today {
	font-weight: 600;
	color: #ffffff;
	background-color: #2a07f9;
}

footer .wp-calendar-table td#today a {
	color: #ffffff;
	background-color: #2a07f9;
}

footer .wp-calendar-table span.wp-calendar-nav-next {
	float: right;
}

footer span.wp-calendar-nav-next a,
footer span.wp-calendar-nav-prev a {
	color: #ffffff;
}

footer .search-form .stylish-input-group .form-control {
	color: #ffffff;
}

.wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background,
.wp-block-cover .wp-block-cover__background {
	border-radius: 10px;
}

/* ==== Block Button ==== */
.wp-block-button__link {
	font-size: 16px;
	border-radius: 4px;
	margin-bottom: 30px;
	background-color: #2a07f9;
}

.is-style-outline>.wp-block-button__link,
.wp-block-button__link.is-style-outline {
	border-color: #2a07f9;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	border: 2px solid #2a07f9;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: #ffffff;
	border-color: #2a07f9;
	background-color: #2a07f9;
}

.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

/* ==== Block Unit Test ==== */
.wp-block-separator {
	border: none;
	border-bottom: 2px solid #ccc;
	margin: 50px 0;
	text-align: left;
	background: 0 0;
}

.wp-block-media-text.has-media-on-the-right {
	margin-bottom: 15px;
}

.wp-block-cover__inner-container a {
	color: #fff;
}

.wp-block-cover__inner-container a:hover {
	text-decoration: underline;
}

/* = Gutenberg Custom color 
========================================================= */
a.wp-block-button__link.has-evacon-primary-color:not([href]):not([tabindex]),
.wp-block-pullquote.has-evacon-primary-color blockquote,
.wp-block-cover .has-evacon-primary-color a,
.wp-block-button .has-evacon-primary-color,
.has-evacon-primary-color cite,
.has-evacon-primary-color {
	color: #2a07f9;
}

.wp-block-button.is-style-outline a.wp-block-button__link.has-evacon-secondary-color:not([href]):not([tabindex]),
a.wp-block-button__link.has-evacon-secondary-color:not([href]):not([tabindex]),
.wp-block-pullquote.has-evacon-secondary-color blockquote,
.wp-block-cover .has-evacon-secondary-color a,
.wp-block-button .has-evacon-secondary-color,
.has-evacon-secondary-color cite,
.has-evacon-secondary-color {
	color: #ee0034;
}

.wp-block-button.is-style-outline a.wp-block-button__link.has-evacon-light-color:not([href]):not([tabindex]),
a.wp-block-button__link.has-evacon-light-color:not([href]):not([tabindex]),
.wp-block-pullquote.has-evacon-light-color blockquote,
.wp-block-cover .has-evacon-light-color a,
.wp-block-button .has-evacon-light-color,
.has-evacon-light-color cite,
.has-evacon-light-color {
	color: #ffffff;
}

.wp-block-button.is-style-outline a.wp-block-button__link.has-evacon-black-color:not([href]):not([tabindex]),
a.wp-block-button__link.has-evacon-black-color:not([href]):not([tabindex]),
.wp-block-pullquote.has-evacon-black-color blockquote,
.wp-block-cover .has-evacon-black-color a,
.wp-block-button .has-evacon-black-color,
.has-evacon-black-color cite,
.has-evacon-black-color {
	color: #000000;
}

.wp-block-button.is-style-outline a.wp-block-button__link.has-evacon-dark-color:not([href]):not([tabindex]),
a.wp-block-button__link.has-evacon-dark-color:not([href]):not([tabindex]),
.wp-block-pullquote.has-evacon-dark-color blockquote,
.wp-block-cover .has-evacon-dark-color a,
.wp-block-button .has-evacon-dark-color,
.has-evacon-dark-color cite,
.has-evacon-dark-color {
	color: #5a5a5a;
}

/* ==== button custom background color ==== */
.wp-block-button .has-evacon-primary-background-color a,
.wp-block-button .has-evacon-primary-background-color {
	background-color: #2a07f9;
}

.wp-block-button .has-evacon-secondary-background-color a,
.wp-block-button .has-evacon-secondary-background-color {
	background-color: #ee0034;
}

.wp-block-button .has-evacon-light-background-color a,
.wp-block-button .has-evacon-light-background-color {
	background-color: #ffffff;
}

.wp-block-button .has-evacon-black-background-color a,
.wp-block-button .has-evacon-black-background-color {
	background-color: #000000;
}

.wp-block-button .has-evacon-dark-background-color a,
.wp-block-button .has-evacon-dark-background-color {
	background-color: #5a5a5a;
}

/* ==== Gutenberg Background Colors ==== */
:root .has-evacon-primary-background-color {
	background-color: #2a07f9;
}

:root .has-evacon-secondary-background-color {
	background-color: #ee0034;
}

:root .has-evacon-light-background-color {
	background-color: #ffffff;
}

:root .has-evacon-black-background-color {
	background-color: #000000;
}

:root .has-evacon-dark-background-color {
	background-color: #5a5a5a;
}

:root .wp-block-cover.has-pale-pink-background-color {
	background-color: #000000;
}

/* ==== Gutenberg Colors ==== */
:root .has-evacon-primary-color {
	color: #2a07f9;
}

:root .has-evacon-secondary-color {
	color: #ee0034;
}

:root .has-evacon-light-color {
	color: #ffffff;
}

:root .has-evacon-black-color {
	color: #000000;
}

:root .has-evacon-dark-color {
	color: #5a5a5a;
}

/*------------------- 4.4 Global -------------------*/
html,
body {
	overflow-x: hidden;
}

body {
	color: #5a5a5a;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

h1 {
	font-size: 54px;
	font-weight: 700;
	line-height: 60px;
	color: #041A57;
}

@media only screen and (max-width: 1199px) {
	h1 {
		font-size: 44px;
		line-height: 52px;
	}
}

@media only screen and (max-width: 991px) {
	h1 {
		font-size: 40px;
		line-height: 48px;
	}
}

@media only screen and (max-width: 767px) {
	h1 {
		font-size: 36px;
		line-height: 44px;
	}
}

@media only screen and (max-width: 575px) {
	h1 {
		font-size: 30px;
		line-height: 38px;
	}
}

h2 {
	font-size: 42px;
	font-weight: 700;
	line-height: 56px;
	color: #041A57;
}

@media only screen and (max-width: 1199px) {
	h2 {
		font-size: 40px;
		line-height: 48px;
	}
}

@media only screen and (max-width: 991px) {
	h2 {
		font-size: 36px;
		line-height: 42px;
	}
}

@media only screen and (max-width: 767px) {
	h2 {
		font-size: 30px;
		line-height: 38px;
	}
}

@media only screen and (max-width: 575px) {
	h2 {
		font-size: 26px;
		line-height: 30px;
	}
}

h3 {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	color: #041A57;
}

@media only screen and (max-width: 1199px) {
	h3 {
		font-size: 28px;
		line-height: 36px;
	}
}

@media only screen and (max-width: 991px) {
	h3 {
		font-size: 26px;
		line-height: 38px;
	}
}

@media only screen and (max-width: 767px) {
	h3 {
		font-size: 24px;
		line-height: 32px;
	}
}

@media only screen and (max-width: 575px) {
	h3 {
		font-size: 22px;
		line-height: 30px;
	}
}

h4 {
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	color: #041A57;
}

@media only screen and (max-width: 1199px) {
	h4 {
		font-size: 22px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 991px) {
	h4 {
		font-size: 20px;
		line-height: 28px;
	}
}

@media only screen and (max-width: 767px) {
	h4 {
		font-size: 18px;
		line-height: 26px;
	}
}

h5 {
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	color: #041A57;
}

h6 {
	font-size: 15px;
	font-weight: 600;
	line-height: 26px;
	color: #041A57;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 20px;
}

a {
	cursor: pointer;
	color: #2a07f9;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

a:active,
a:hover,
a:focus {
	outline: 0 none;
	text-decoration: none;
	color: #2a07f9;
}

button:active,
button:hover,
button:focus {
	outline: 0 none;
}

img {
	max-width: 100%;
	height: auto;
}

hr {
	margin: 0;
}

.wp-block-code>code,
pre code,
code,
a code {
	color: #ee212b;
}

pre {
	padding: 20px 30px;
	background-color: #eee;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

s ul li {
	margin: 5px 0;
}

figcaption {
	margin-top: 10px;
}

cite {
	width: 100%;
	margin-top: 10px;
	display: inline-block;
}

iframe {
	width: 100%;
	height: 500px;
}

/* ==== Table ==== */
table {
	width: 100%;
	margin: 15px 0;
	border-spacing: 0;
	border-collapse: collapse;
}

table th,
table td {
	padding: 10px;
	border: 1px solid #dedede;
}

dt {
	margin-top: 20px;
}

/*------------------- 4.5 Helper Classes -------------------*/
.p0 {
	padding: 0 !important;
}

.gutter-enable .col {
	margin-bottom: 30px;
}

.header-logo a {
	font-size: 56px;
	font-weight: 700;
	line-height: 55px;
	color: #ffffff;
	text-transform: capitalize;
}

.site-description {
	color: #ffffff;
}

.fallbackcd-menu-item {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.fallbackcd-menu-item a.fallbackcd {
	color: #ffffff;
}

.header1.sticky-header .fallbackcd-menu-item a.fallbackcd {
	color: #5a5a5a;
}

/* = Scroll To Top = */
.scrollup {
	overflow: hidden;
	position: fixed;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	bottom: -100px;
	right: 20px;
	text-align: center;
	z-index: 9999;
	background-color: #ee0034;
	color: #ffffff;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.8s cubic-bezier(0, 0, 0.15, 1.88);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.scrollup i {
	font-size: 18px;
	transition: all 0.3s ease-in-out;
}

.scrollup:hover {
	background-color: #ffffff;
}

.scrollup:hover i {
	color: #2a07f9;
}

.scrollup:focus {
	color: #ffffff;
}

.scrollup.back-top {
	bottom: 25px;
}

/* = Defauitl list = */
.rt-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.rt-list li {
	margin-bottom: 8px;
}

.rt-list li i {
	margin-right: 7px;
	display: flex;
}

.rt-list li i:before {
	margin-top: 5px;
}

.elementor-icon-list--layout-inline .rt-list li {
	margin-right: 15px;
	display: inline-flex;
}

/* = Preloader = */
.pageoverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000000;
}

.pageoverlay .overlayDoor:before,
.pageoverlay .overlayDoor:after {
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	background: #111;
	opacity: .95;
	transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
	transition-delay: .8s;
	-webkit-transition: all 0.3s 0.3s ease-out;
	transition: all 0.3s 0.3s ease-out;
}

.pageoverlay .overlayDoor:before {
	left: 0;
}

.pageoverlay .overlayDoor:after {
	right: 0;
}

.pageoverlay.loaded .overlayDoor:before {
	left: -50%;
}

.pageoverlay.loaded .overlayDoor:after {
	right: -50%;
}

.pageoverlay.loaded .overlayContent {
	opacity: 0;
}

.pageoverlay .overlayContent {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.pageloader {
	width: 128px;
	height: 128px;
	border: 3px solid #2a07f9;
	border-bottom: 3px solid transparent;
	border-radius: 50%;
	position: relative;
	animation: spin 1s linear infinite;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pageloader .inner {
	width: 64px;
	height: 64px;
	border: 3px solid transparent;
	border-top: 3px solid #2a07f9;
	border-radius: 50%;
	animation: spinInner 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes spinInner {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(-720deg);
	}
}

/* = Social = */
.social {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	list-style: none;
}

.social li {
	margin-right: 10px;
}

.social li:last-child {
	margin-right: 0;
}

.social li a {
	color: #9EAACB;
	height: 40px;
	width: 40px;
	border: 1px solid;
	border-color: #9EAACB;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.social li a:hover {
	color: #ffffff;
}

.facebook:hover {
	background-color: #3b5998;
	border-color: #3b5998 !important;
}

.twitter:hover {
	background-color: #00acee;
	border-color: #00acee !important;
}

.linkedin:hover {
	background-color: #0077B5;
	border-color: #0077B5 !important;
}

.instagram:hover {
	background-color: #C13584;
	border-color: #C13584 !important;
}

.pinterest:hover {
	background-color: #bd081c;
	border-color: #bd081c !important;
}

header.header {
	width: 100%;
	position: relative;
	z-index: 5;
}

header.header:not(.trheader):not(.sticky-header) .site-branding .logo-dark {
	display: inline-block;
}

header.header:not(.trheader):not(.sticky-header) .site-branding .logo-light {
	display: none;
}

header.header:not(.trheader).sticky-header .site-branding .logo-dark {
	display: inline-block;
}

header.header:not(.trheader).sticky-header .site-branding .logo-light {
	display: none;
}

header.header.trheader:not(.sticky-header) .site-branding .logo-light {
	display: inline-block;
}

header.header.trheader:not(.sticky-header) .site-branding .logo-dark {
	display: none;
}

header.header.trheader.sticky-header .site-branding .logo-dark {
	display: inline-block;
}

header.header.trheader.sticky-header .site-branding .logo-light {
	display: none;
}

header.header.header2 .site-branding .logo-dark {
	display: block !important;
}

header.header.header3 .site-branding .logo-light {
	display: block !important;
}

.header-menu {
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
	transition: all 0.3s ease-in-out;
}

.header-menu:after {
	clear: both;
	content: "";
	display: block;
}

.sticky-on.sticky-header nav.template-main-menu.menu-text-light>ul.main-menu>li>a {
	color: #041A57;
}

nav.template-main-menu.menu-text-dark>ul.main-menu>li>a {
	color: #041A57;
}

nav.template-main-menu>ul.main-menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

nav.template-main-menu>ul.main-menu li {
	margin: 0;
	z-index: 1;
	position: relative;
}

nav.template-main-menu>ul.main-menu li a {
	font-size: 15px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-family: "Raleway", sans-serif;
	transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

nav.template-main-menu>ul.main-menu>li>a {
	display: block;
	letter-spacing: 1px;
}

nav.template-main-menu>ul.main-menu>li>a:focus {
	outline: none;
}

nav.template-main-menu>ul.main-menu>li>a:before {
	content: "";
	bottom: 11px;
	left: 50%;
	width: 30%;
	transform: translateX(-50%);
	position: absolute;
	background-color: #ee0034;
	border-radius: 45px;
	width: 0;
	height: 2px;
	transition: all 0.2s ease-in-out;
}

@media (max-width: 1024px) {
	nav.template-main-menu>ul.main-menu>li>a:before {
		top: 100%;
	}
}

nav.template-main-menu>ul.main-menu>li:hover:first-child>a:before {
	width: 30%;
}

nav.template-main-menu>ul.main-menu>li:hover>a:before {
	width: 30%;
}

nav.template-main-menu>ul.main-menu>li.current-menu-parent:first-child>a:before,
nav.template-main-menu>ul.main-menu>li.current-menu-item:first-child>a:before {
	width: 30%;
}

nav.template-main-menu>ul.main-menu>li.current-menu-parent>a:before,
nav.template-main-menu>ul.main-menu>li.current-menu-item>a:before {
	width: 30%;
}

nav.template-main-menu>ul.main-menu>li>ul.children,
nav.template-main-menu>ul.main-menu>li>ul.sub-menu {
	background-color: #ffffff;
	list-style: none;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 0 0 5px 5px;
	min-width: 230px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 2;
	top: 100%;
	left: 0;
	padding-left: 0;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
	transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

nav.template-main-menu>ul.main-menu>li>ul.children>li,
nav.template-main-menu>ul.main-menu>li>ul.sub-menu>li {
	padding-left: 30px;
	padding-right: 30px;
}

nav.template-main-menu>ul.main-menu>li>ul.children>li>a,
nav.template-main-menu>ul.main-menu>li>ul.sub-menu>li>a {
	font-size: 14px;
	padding: 7px 0;
	line-height: 1.4;
	color: #041A57;
	text-transform: capitalize;
	transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

nav.template-main-menu>ul.main-menu>li>ul.children>li>a:before,
nav.template-main-menu>ul.main-menu>li>ul.sub-menu>li>a:before {
	content: "";
	bottom: 5px;
	position: absolute;
	left: 0;
	background-color: #ee0034;
	width: 0;
	height: 2px;
	transition: all 0.3s ease-in-out;
}

nav.template-main-menu>ul.main-menu>li>ul.children>li:hover>a,
nav.template-main-menu>ul.main-menu>li>ul.children>li.current-menu-item>a,
nav.template-main-menu>ul.main-menu>li>ul.sub-menu>li:hover>a,
nav.template-main-menu>ul.main-menu>li>ul.sub-menu>li.current-menu-item>a {
	color: #ee0034 !important;
}

nav.template-main-menu>ul.main-menu>li>ul.children>li:hover>a:before,
nav.template-main-menu>ul.main-menu>li>ul.children>li.current-menu-item>a:before,
nav.template-main-menu>ul.main-menu>li>ul.sub-menu>li:hover>a:before,
nav.template-main-menu>ul.main-menu>li>ul.sub-menu>li.current-menu-item>a:before {
	width: 100%;
}

nav.template-main-menu>ul.main-menu>li>ul.children>li>ul.children,
nav.template-main-menu>ul.main-menu>li>ul.children>li>ul.sub-menu,
nav.template-main-menu>ul.main-menu>li>ul.sub-menu>li>ul.children,
nav.template-main-menu>ul.main-menu>li>ul.sub-menu>li>ul.sub-menu {
	min-width: 230px;
	top: 0;
	left: auto;
	right: 100%;
	background-color: #ffffff;
	list-style: none;
	padding: 20px 0;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 2;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.1);
	transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

nav.template-main-menu>ul.main-menu>li>ul.children>li>ul.children>li,
nav.template-main-menu>ul.main-menu>li>ul.children>li>ul.sub-menu>li,
nav.template-main-menu>ul.main-menu>li>ul.sub-menu>li>ul.children>li,
nav.template-main-menu>ul.main-menu>li>ul.sub-menu>li>ul.sub-menu>li {
	z-index: 1;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}

nav.template-main-menu>ul.main-menu>li>ul.children>li>ul.children>li>a,
nav.template-main-menu>ul.main-menu>li>ul.children>li>ul.sub-menu>li>a,
nav.template-main-menu>ul.main-menu>li>ul.sub-menu>li>ul.children>li>a,
nav.template-main-menu>ul.main-menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
	font-size: 14px;
	color: #041A57;
	padding: 5px 0;
	line-height: 1.4;
	transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
	text-transform: capitalize;
}

nav.template-main-menu>ul.main-menu>li>ul.children>li>ul.children>li>a:before,
nav.template-main-menu>ul.main-menu>li>ul.children>li>ul.sub-menu>li>a:before,
nav.template-main-menu>ul.main-menu>li>ul.sub-menu>li>ul.children>li>a:before,
nav.template-main-menu>ul.main-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:before {
	content: "";
	bottom: 5px;
	position: absolute;
	right: 0;
	background-color: #ee0034;
	width: 0;
	height: 2px;
	transition: all 0.2s ease-in-out;
}

nav.template-main-menu>ul.main-menu>li>ul.children>li>ul.children>li:hover>a,
nav.template-main-menu>ul.main-menu>li>ul.children>li>ul.children>li.active>a,
nav.template-main-menu>ul.main-menu>li>ul.children>li>ul.sub-menu>li:hover>a,
nav.template-main-menu>ul.main-menu>li>ul.children>li>ul.sub-menu>li.active>a,
nav.template-main-menu>ul.main-menu>li>ul.sub-menu>li>ul.children>li:hover>a,
nav.template-main-menu>ul.main-menu>li>ul.sub-menu>li>ul.children>li.active>a,
nav.template-main-menu>ul.main-menu>li>ul.sub-menu>li>ul.sub-menu>li:hover>a,
nav.template-main-menu>ul.main-menu>li>ul.sub-menu>li>ul.sub-menu>li.active>a {
	color: #ee0034;
}

nav.template-main-menu>ul.main-menu>li>ul.children>li>ul.children>li:hover>a:before,
nav.template-main-menu>ul.main-menu>li>ul.children>li>ul.children>li.active>a:before,
nav.template-main-menu>ul.main-menu>li>ul.children>li>ul.sub-menu>li:hover>a:before,
nav.template-main-menu>ul.main-menu>li>ul.children>li>ul.sub-menu>li.active>a:before,
nav.template-main-menu>ul.main-menu>li>ul.sub-menu>li>ul.children>li:hover>a:before,
nav.template-main-menu>ul.main-menu>li>ul.sub-menu>li>ul.children>li.active>a:before,
nav.template-main-menu>ul.main-menu>li>ul.sub-menu>li>ul.sub-menu>li:hover>a:before,
nav.template-main-menu>ul.main-menu>li>ul.sub-menu>li>ul.sub-menu>li.active>a:before {
	width: 100%;
}

nav.template-main-menu>ul.main-menu>li.page_item_has_children:hover>ul.children,
nav.template-main-menu>ul.main-menu>li.page_item_has_children:hover>ul.sub-menu,
nav.template-main-menu>ul.main-menu>li.menu-item-has-children:hover>ul.children,
nav.template-main-menu>ul.main-menu>li.menu-item-has-children:hover>ul.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
}

nav.template-main-menu>ul.main-menu>li.page_item_has_children:hover>ul.children li.page_item_has_children:hover ul.children,
nav.template-main-menu>ul.main-menu>li.page_item_has_children:hover>ul.children li.page_item_has_children:hover ul.sub-menu,
nav.template-main-menu>ul.main-menu>li.page_item_has_children:hover>ul.children li.menu-item-has-children:hover ul.children,
nav.template-main-menu>ul.main-menu>li.page_item_has_children:hover>ul.children li.menu-item-has-children:hover ul.sub-menu,
nav.template-main-menu>ul.main-menu>li.page_item_has_children:hover>ul.sub-menu li.page_item_has_children:hover ul.children,
nav.template-main-menu>ul.main-menu>li.page_item_has_children:hover>ul.sub-menu li.page_item_has_children:hover ul.sub-menu,
nav.template-main-menu>ul.main-menu>li.page_item_has_children:hover>ul.sub-menu li.menu-item-has-children:hover ul.children,
nav.template-main-menu>ul.main-menu>li.page_item_has_children:hover>ul.sub-menu li.menu-item-has-children:hover ul.sub-menu,
nav.template-main-menu>ul.main-menu>li.menu-item-has-children:hover>ul.children li.page_item_has_children:hover ul.children,
nav.template-main-menu>ul.main-menu>li.menu-item-has-children:hover>ul.children li.page_item_has_children:hover ul.sub-menu,
nav.template-main-menu>ul.main-menu>li.menu-item-has-children:hover>ul.children li.menu-item-has-children:hover ul.children,
nav.template-main-menu>ul.main-menu>li.menu-item-has-children:hover>ul.children li.menu-item-has-children:hover ul.sub-menu,
nav.template-main-menu>ul.main-menu>li.menu-item-has-children:hover>ul.sub-menu li.page_item_has_children:hover ul.children,
nav.template-main-menu>ul.main-menu>li.menu-item-has-children:hover>ul.sub-menu li.page_item_has_children:hover ul.sub-menu,
nav.template-main-menu>ul.main-menu>li.menu-item-has-children:hover>ul.sub-menu li.menu-item-has-children:hover ul.children,
nav.template-main-menu>ul.main-menu>li.menu-item-has-children:hover>ul.sub-menu li.menu-item-has-children:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
}

nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children {
	position: unset;
}

nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu {
	width: inherit;
	max-width: 100%;
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
	justify-content: space-between;
}

nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item {
	width: 50%;
	float: left;
}

nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item>.children,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item>.sub-menu,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item>.children,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item>.sub-menu,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item>.children,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item>.sub-menu,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item>.children,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item>.sub-menu,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item>.children,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item>.sub-menu,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item>.children,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item>.sub-menu,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item>.children,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item>.sub-menu,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item>.children,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item>.sub-menu {
	background-color: #ffffff;
	list-style: none;
	min-width: 180px;
	box-shadow: none;
	transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
	position: unset;
	opacity: unset;
	visibility: unset;
	transform: unset;
	padding: 0;
}

nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item>.children>li.page_item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item>.children>li.menu-item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item>.sub-menu>li.page_item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item>.sub-menu>li.menu-item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item>.children>li.page_item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item>.children>li.menu-item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item>.sub-menu>li.page_item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item>.sub-menu>li.menu-item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item>.children>li.page_item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item>.children>li.menu-item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item>.sub-menu>li.page_item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item>.sub-menu>li.menu-item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item>.children>li.page_item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item>.children>li.menu-item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item>.sub-menu>li.page_item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item>.sub-menu>li.menu-item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item>.children>li.page_item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item>.children>li.menu-item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item>.sub-menu>li.page_item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item>.sub-menu>li.menu-item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item>.children>li.page_item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item>.children>li.menu-item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item>.sub-menu>li.page_item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item>.sub-menu>li.menu-item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item>.children>li.page_item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item>.children>li.menu-item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item>.sub-menu>li.page_item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item>.sub-menu>li.menu-item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item>.children>li.page_item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item>.children>li.menu-item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item>.sub-menu>li.page_item,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item>.sub-menu>li.menu-item {
	position: relative;
	z-index: 1;
	padding: 0;
	width: 50%;
	display: inline-flex;
}

nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item>.children>li.page_item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item>.children>li.menu-item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item>.sub-menu>li.page_item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item>.sub-menu>li.menu-item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item>.children>li.page_item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item>.children>li.menu-item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item>.sub-menu>li.page_item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item>.sub-menu>li.menu-item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item>.children>li.page_item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item>.children>li.menu-item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item>.sub-menu>li.page_item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item>.sub-menu>li.menu-item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item>.children>li.page_item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item>.children>li.menu-item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item>.sub-menu>li.page_item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item>.sub-menu>li.menu-item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item>.children>li.page_item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item>.children>li.menu-item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item>.sub-menu>li.page_item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item>.sub-menu>li.menu-item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item>.children>li.page_item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item>.children>li.menu-item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item>.sub-menu>li.page_item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item>.sub-menu>li.menu-item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item>.children>li.page_item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item>.children>li.menu-item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item>.sub-menu>li.page_item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item>.sub-menu>li.menu-item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item>.children>li.page_item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item>.children>li.menu-item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item>.sub-menu>li.page_item>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item>.sub-menu>li.menu-item>a {
	font-size: 14px;
	color: #041A57;
	padding: 5px 0;
	line-height: 1.4;
	transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item>.children>li.page_item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item>.children>li.menu-item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item>.sub-menu>li.page_item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item>.sub-menu>li.menu-item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item>.children>li.page_item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item>.children>li.menu-item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item>.sub-menu>li.page_item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item>.sub-menu>li.menu-item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item>.children>li.page_item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item>.children>li.menu-item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item>.sub-menu>li.page_item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item>.sub-menu>li.menu-item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item>.children>li.page_item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item>.children>li.menu-item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item>.sub-menu>li.page_item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item>.sub-menu>li.menu-item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item>.children>li.page_item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item>.children>li.menu-item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item>.sub-menu>li.page_item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item>.sub-menu>li.menu-item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item>.children>li.page_item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item>.children>li.menu-item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item>.sub-menu>li.page_item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item>.sub-menu>li.menu-item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item>.children>li.page_item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item>.children>li.menu-item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item>.sub-menu>li.page_item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item>.sub-menu>li.menu-item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item>.children>li.page_item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item>.children>li.menu-item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item>.sub-menu>li.page_item>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item>.sub-menu>li.menu-item>a:before {
	content: "";
	bottom: 5px;
	position: absolute;
	right: 0;
	background-color: #ee0034;
	width: 0;
	height: 2px;
	transition: all 0.3s ease-in-out;
}

nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item>.children>li.page_item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item>.children>li.page_item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item>.children>li.menu-item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item>.children>li.menu-item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item>.sub-menu>li.page_item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item>.sub-menu>li.page_item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item>.sub-menu>li.menu-item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item>.sub-menu>li.menu-item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item>.children>li.page_item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item>.children>li.page_item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item>.children>li.menu-item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item>.children>li.menu-item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item>.sub-menu>li.page_item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item>.sub-menu>li.page_item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item>.sub-menu>li.menu-item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item>.sub-menu>li.menu-item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item>.children>li.page_item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item>.children>li.page_item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item>.children>li.menu-item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item>.children>li.menu-item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item>.sub-menu>li.page_item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item>.sub-menu>li.page_item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item>.sub-menu>li.menu-item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item>.sub-menu>li.menu-item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item>.children>li.page_item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item>.children>li.page_item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item>.children>li.menu-item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item>.children>li.menu-item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item>.sub-menu>li.page_item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item>.sub-menu>li.page_item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item>.sub-menu>li.menu-item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item>.sub-menu>li.menu-item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item>.children>li.page_item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item>.children>li.page_item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item>.children>li.menu-item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item>.children>li.menu-item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item>.sub-menu>li.page_item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item>.sub-menu>li.page_item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item>.sub-menu>li.menu-item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item>.sub-menu>li.menu-item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item>.children>li.page_item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item>.children>li.page_item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item>.children>li.menu-item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item>.children>li.menu-item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item>.sub-menu>li.page_item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item>.sub-menu>li.page_item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item>.sub-menu>li.menu-item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item>.sub-menu>li.menu-item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item>.children>li.page_item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item>.children>li.page_item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item>.children>li.menu-item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item>.children>li.menu-item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item>.sub-menu>li.page_item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item>.sub-menu>li.page_item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item>.sub-menu>li.menu-item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item>.sub-menu>li.menu-item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item>.children>li.page_item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item>.children>li.page_item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item>.children>li.menu-item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item>.children>li.menu-item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item>.sub-menu>li.page_item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item>.sub-menu>li.page_item.active>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item>.sub-menu>li.menu-item:hover>a,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item>.sub-menu>li.menu-item.active>a {
	color: #ee0034;
}

nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item>.children>li.page_item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item>.children>li.page_item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item>.children>li.menu-item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item>.children>li.menu-item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item>.sub-menu>li.page_item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item>.sub-menu>li.page_item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item>.sub-menu>li.menu-item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.page-item>.sub-menu>li.menu-item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item>.children>li.page_item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item>.children>li.page_item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item>.children>li.menu-item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item>.children>li.menu-item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item>.sub-menu>li.page_item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item>.sub-menu>li.page_item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item>.sub-menu>li.menu-item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.children>.menu-item>.sub-menu>li.menu-item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item>.children>li.page_item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item>.children>li.page_item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item>.children>li.menu-item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item>.children>li.menu-item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item>.sub-menu>li.page_item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item>.sub-menu>li.page_item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item>.sub-menu>li.menu-item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.page-item>.sub-menu>li.menu-item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item>.children>li.page_item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item>.children>li.page_item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item>.children>li.menu-item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item>.children>li.menu-item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item>.sub-menu>li.page_item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item>.sub-menu>li.page_item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item>.sub-menu>li.menu-item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.page_item_has_children>ul.sub-menu>.menu-item>.sub-menu>li.menu-item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item>.children>li.page_item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item>.children>li.page_item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item>.children>li.menu-item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item>.children>li.menu-item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item>.sub-menu>li.page_item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item>.sub-menu>li.page_item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item>.sub-menu>li.menu-item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.page-item>.sub-menu>li.menu-item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item>.children>li.page_item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item>.children>li.page_item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item>.children>li.menu-item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item>.children>li.menu-item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item>.sub-menu>li.page_item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item>.sub-menu>li.page_item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item>.sub-menu>li.menu-item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.children>.menu-item>.sub-menu>li.menu-item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item>.children>li.page_item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item>.children>li.page_item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item>.children>li.menu-item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item>.children>li.menu-item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item>.sub-menu>li.page_item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item>.sub-menu>li.page_item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item>.sub-menu>li.menu-item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.page-item>.sub-menu>li.menu-item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item>.children>li.page_item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item>.children>li.page_item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item>.children>li.menu-item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item>.children>li.menu-item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item>.sub-menu>li.page_item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item>.sub-menu>li.page_item.active>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item>.sub-menu>li.menu-item:hover>a:before,
nav.template-main-menu>ul.main-menu>li.mega-menu.mega-menu-col-2.menu-item-has-children>ul.sub-menu>.menu-item>.sub-menu>li.menu-item.active>a:before {
	width: 100%;
}

.site-branding .logo-dark img,
.site-branding .logo-light img {
	transition: max-width 0.5s ease-in;
}

.header1 .navbar-wrap {
	width: 100%;
	position: relative;
	z-index: 1;
}

.header1 .navbar-wrap .header-menu {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transition: all 0.3s ease-in-out;
	padding: 20px 0;
}

@media (max-width: 1536px) {
	.header1 .navbar-wrap .header-menu {
		padding: 5px 18px;
	}
}

@media (max-width: 480px) {
	.header1 .navbar-wrap .header-menu {
		padding: 0;
	}
}

.header1 .navbar-wrap .header-width {
	max-width: 1480px;
	width: 100%;
	margin: 0 auto;
}

.header1 nav.template-main-menu ul.main-menu>li>a {
	padding: 15px 15px;
}

@media (max-width: 1536px) {
	.header1 nav.template-main-menu ul.main-menu>li>a {
		padding: 15px 15px;
	}
}

@media screen and (max-width: 1366px) and (min-width: 992px) {
	.header1 nav.template-main-menu ul.main-menu>li>a {
		padding: 10px 10px;
		font-size: 13px !important;
	}
}

@media (max-width: 991px) {
	.header1 nav.template-main-menu ul.main-menu>li>a {
		padding: 10px 10px;
	}
}

.header1 button.offcanvas-menu-btn.style-one {
	background-color: #ffffff;
}

.header1 button.offcanvas-menu-btn.style-one .menu-btn-icon span {
	background-color: #ee0034;
}

.header1:not(.trheader).sticky-header nav.template-main-menu>ul.main-menu>li>a {
	color: #ffffff;
}

.header1.sticky-on.sticky-header .navbar-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

.header1.sticky-on.sticky-header .navbar-wrap .header-menu {
	padding: 10px 0;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	background-color: white;
}

.header1.sticky-on.sticky-header .search-wrap a svg {
	stroke: #041A57;
}

.header1.sticky-on.sticky-header .search-wrap a:hover svg {
	stroke: #2a07f9;
}

.header1.sticky-on.sticky-header .dropdown-toggle {
	color: #041A57;
}

.header1.sticky-on.sticky-header .item-btn:hover {
	background-color: #ee0034;
	color: #ffffff;
}

.header1.sticky-on.sticky-header button.offcanvas-menu-btn.style-one {
	background-color: #ee0034;
}

.header1.sticky-on.sticky-header button.offcanvas-menu-btn.style-one .menu-btn-icon span {
	background-color: #ffffff;
}

.header1.sticky-on.sticky-header .header-logo a {
	color: #2a07f9;
}

.header1.sticky-on.sticky-header .site-description {
	color: #041A57;
}

.header2 .navbar-wrap {
	width: 100%;
}

.header2 .navbar-wrap .header-menu {
	transition: all 0.3s ease-in-out;
}

.header2.trheader .navbar-wrap {
	position: relative;
	z-index: 1;
}

.header2.trheader .navbar-wrap .header-menu {
	padding: 0 100px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

@media (max-width: 1536px) {
	.header2.trheader .navbar-wrap .header-menu {
		padding: 0;
	}
}

.header2.trheader .navbar-wrap .header-menu .inner-wrap {
	background-color: #ffffff;
	padding: 0 50px;
	border-radius: 0 0 10px 0;
	position: relative;
}

@media (max-width: 1536px) {
	.header2.trheader .navbar-wrap .header-menu .inner-wrap {
		padding: 0 30px;
	}
}

@media (max-width: 575px) {
	.header2.trheader .navbar-wrap .header-menu .inner-wrap {
		padding: 0 15px;
	}
}

.header2.trheader .navbar-wrap .header-menu .inner-wrap:before {
	content: "";
	position: absolute;
	top: 99%;
	left: 0;
	clip-path: polygon(0 100%, 0% 0%, 100% 0%, 99% 0%);
	background: #ffffff;
	width: 100%;
	height: 41px;
	z-index: -1;
	border-radius: 0 0 0 10px;
	transition: all 0.3s ease-in-out;
}

.header2.trheader nav.template-main-menu ul.main-menu>li>a {
	padding: 41px 20px;
}

@media (max-width: 1536px) {
	.header2.trheader nav.template-main-menu ul.main-menu>li>a {
		padding: 41px 15px;
	}
}

@media (max-width: 1199px) {
	.header2.trheader nav.template-main-menu ul.main-menu>li>a {
		padding: 41px 10px;
	}
}

.header2.trheader .search-wrap a svg {
	stroke: #041A57;
	transition: all 0.3s ease-in-out;
}

.header2.trheader .search-wrap a:hover svg {
	stroke: #2a07f9;
}

.header2.trheader button.offcanvas-menu-btn.style-one {
	background-color: #ee0034;
}

.header2.trheader button.offcanvas-menu-btn.style-one .menu-btn-icon span {
	background-color: #ffffff;
}

.header2 .header-logo a {
	color: #2a07f9;
}

.header2 .site-description {
	color: #041A57;
}

.header2 .sidebarBtn .bar {
	background: #041A57;
}

.header2 .cart-list-trigger .dropdown-toggle {
	color: #041A57;
}

.header2.sticky-on.sticky-header .navbar-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.header2.sticky-on.sticky-header.trheader .navbar-wrap .header-menu {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	background-color: white;
}

.header2.sticky-on.sticky-header.trheader .navbar-wrap .header-menu .inner-wrap {
	background-color: white;
}

.header2.sticky-on.sticky-header.trheader .navbar-wrap .header-menu .inner-wrap:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
	background: #ffffff;
	width: 100%;
	height: 41px;
	z-index: -1;
	border-radius: 0 0 0 10px;
}

.header2.sticky-on.sticky-header.trheader nav.template-main-menu ul.main-menu>li>a {
	padding: 26px 20px;
}

@media (max-width: 1536px) {
	.header2.sticky-on.sticky-header.trheader nav.template-main-menu ul.main-menu>li>a {
		padding: 26px 15px;
	}
}

@media (max-width: 1199px) {
	.header2.sticky-on.sticky-header.trheader nav.template-main-menu ul.main-menu>li>a {
		padding: 26px 10px;
	}
}

.header2.sticky-on.sticky-header.trheader .search-wrap a svg {
	stroke: #041A57;
}

.header2.sticky-on.sticky-header.trheader .search-wrap a:hover svg {
	stroke: #2a07f9;
}

.header2.sticky-on.sticky-header.trheader .item-btn:hover {
	background-color: #ee0034;
	color: #ffffff;
}

.header2.sticky-on.sticky-header.trheader button.offcanvas-menu-btn.style-one {
	background-color: #ee0034;
}

.header2.sticky-on.sticky-header.trheader button.offcanvas-menu-btn.style-one .menu-btn-icon span {
	background-color: #ffffff;
}

.header3 .navbar-wrap {
	width: 100%;
}

.header3 .navbar-wrap .header-menu {
	position: relative;
	padding-top: 4px;
	padding-right: 50px;
	transition: all 0.3s ease-in-out;
}

.header3 .navbar-wrap .header-menu:before {
	position: absolute;
	content: "";
	height: 5px;
	width: 100%;
	background-color: #ee0034;
	top: 0;
	left: 0;
	z-index: 1;
}

.header3 .navbar-wrap .site-branding {
	min-height: 100%;
	background-color: #ee0034;
	display: flex;
	align-items: center;
}

.header3 .navbar-wrap .site-branding a {
	margin-bottom: 5px;
	padding: 5px 30px;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.header3:not(.trheader) .navbar-wrap .header-menu {
	background-color: white;
}

.header3:not(.trheader) nav.template-main-menu {
	width: 100%;
	flex: 1;
	padding-top: 10px;
	padding-left: 70px;
	padding-bottom: 10px;
}

@media (max-width: 1440px) {
	.header3:not(.trheader) nav.template-main-menu {
		width: auto;
		padding-left: 30px;
	}
}

.header3:not(.trheader) nav.template-main-menu ul.main-menu>li>a {
	color: #041A57;
	padding: 25px 20px;
}

@media (max-width: 1536px) {
	.header3:not(.trheader) nav.template-main-menu ul.main-menu>li>a {
		padding: 25px 15px;
	}
}

@media (max-width: 1199px) {
	.header3:not(.trheader) nav.template-main-menu ul.main-menu>li>a {
		padding: 25px 10px;
	}
}

.header3:not(.trheader) .search-wrap a svg {
	stroke: #041A57;
}

.header3:not(.trheader) .search-wrap a:hover svg {
	stroke: #2a07f9;
}

.header3 .site-description {
	padding: 0 40px;
}

.header3 .sidebarBtn .bar {
	background-color: #041A57;
}

.header3 .cart-list-trigger .dropdown-toggle {
	color: #041A57;
}

.header3.sticky-on.sticky-header .navbar-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.header3.sticky-on.sticky-header .navbar-wrap nav.template-main-menu ul.main-menu>li>a {
	padding: 20px 20px;
}

@media (max-width: 1536px) {
	.header3.sticky-on.sticky-header .navbar-wrap nav.template-main-menu ul.main-menu>li>a {
		padding: 20px 15px;
	}
}

@media (max-width: 1199px) {
	.header3.sticky-on.sticky-header .navbar-wrap nav.template-main-menu ul.main-menu>li>a {
		padding: 20px 10px;
	}
}

.header3.sticky-on.sticky-header:not(.trheader) .navbar-wrap .header-menu {
	background-color: white;
}

.header4 .navbar-wrap {
	width: 100%;
}

.header4 .navbar-wrap .header-menu {
	padding: 0 30px;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 1440px) {
	.header4 .navbar-wrap .header-menu {
		padding: 0 10px;
	}
}

.header4.trheader .navbar-wrap {
	position: relative;
	z-index: 1;
}

.header4.trheader .navbar-wrap .header-menu {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.header4.trheader nav.template-main-menu ul.main-menu>li>a {
	color: #ffffff;
	padding: 50px 20px;
}

@media (max-width: 1536px) {
	.header4.trheader nav.template-main-menu ul.main-menu>li>a {
		padding: 50px 15px;
	}
}

@media (max-width: 1199px) {
	.header4.trheader nav.template-main-menu ul.main-menu>li>a {
		padding: 50px 10px;
	}
}

.header4.trheader nav.template-main-menu ul.main-menu>li:first-child>a {
	padding: 50px 20px 50px 0;
}

@media (max-width: 1536px) {
	.header4.trheader nav.template-main-menu ul.main-menu>li:first-child>a {
		padding: 50px 15px 50px 0;
	}
}

@media (max-width: 1199px) {
	.header4.trheader nav.template-main-menu ul.main-menu>li:first-child>a {
		padding: 50px 10px 50px 0;
	}
}

.header4.trheader button.offcanvas-menu-btn.style-one {
	background-color: #ffffff;
}

.header4.trheader button.offcanvas-menu-btn.style-one .menu-btn-icon span {
	background-color: #ee0034;
}

.header4.sticky-on.sticky-header .navbar-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.header4.sticky-on.sticky-header.trheader .navbar-wrap .header-menu {
	background-color: white;
}

.header4.sticky-on.sticky-header.trheader nav.template-main-menu ul.main-menu>li>a {
	color: #000000;
	padding: 26px 20px;
}

@media (max-width: 1536px) {
	.header4.sticky-on.sticky-header.trheader nav.template-main-menu ul.main-menu>li>a {
		padding: 26px 15px;
	}
}

@media (max-width: 1199px) {
	.header4.sticky-on.sticky-header.trheader nav.template-main-menu ul.main-menu>li>a {
		padding: 26px 10px;
	}
}

.header4.sticky-on.sticky-header.trheader nav.template-main-menu ul.main-menu>li>a:hover {
	color: #2a07f9;
}

.header4.sticky-on.sticky-header.trheader nav.template-main-menu ul.main-menu>li:first-child>a {
	padding: 26px 20px 26px 0;
}

@media (max-width: 1199px) {
	.header4.sticky-on.sticky-header.trheader nav.template-main-menu ul.main-menu>li:first-child>a {
		padding: 26px 15px 26px 0;
	}
}

@media (max-width: 1199px) {
	.header4.sticky-on.sticky-header.trheader nav.template-main-menu ul.main-menu>li:first-child>a {
		padding: 26px 10px 26px 0;
	}
}

.header4.sticky-on.sticky-header.trheader .search-wrap a svg {
	stroke: #041A57;
}

.header4.sticky-on.sticky-header.trheader .search-wrap a:hover svg {
	stroke: #2a07f9;
}

.header4.sticky-on.sticky-header.trheader .item-btn:hover {
	background-color: #ee0034;
	color: #ffffff;
}

.header4.sticky-on.sticky-header.trheader button.offcanvas-menu-btn.style-one {
	background-color: #ee0034;
}

.header4.sticky-on.sticky-header.trheader button.offcanvas-menu-btn.style-one .menu-btn-icon span {
	background-color: #ffffff;
}

.header-action-items {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.header-action-items>li {
	list-style: none;
	margin-left: 20px;
	display: flex;
	align-items: center;
	position: relative;
}

.header-action-items>li:first-child {
	margin-left: 0;
}

@media (max-width: 575px) {
	.header-action-items>li {
		margin-left: 10px;
		position: unset;
	}

	.header-action-items>li .cart-wrapper {
		left: 15px;
		width: auto;
		right: 15px;
		padding: 20px 20px 15px;
	}
}

.header-action-items .btn-fill.style-one {
	padding: 12px 28px;
}

@media (max-width: 1024px) {
	.header-action-items .btn-fill.style-one {
		font-size: 11px;
		padding: 10px 25px;
	}
}

.header-logo a {
	display: inline-block;
}

.header-logo a img {
	width: 100%;
	height: auto;
}

.search-wrap a {
	padding: 10px 5px;
	line-height: 1;
	display: block;
}

.search-wrap a svg {
	stroke: #ffffff;
	transition: all 0.3s ease-in-out;
}

.search-wrap a:hover svg {
	stroke: #2a07f9;
}

.template-search {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
	transition: all 0.7s ease-in-out;
}

.template-search .search-form {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}

.template-search .search-form input[type="search"] {
	width: 60%;
	color: #000000;
	font-size: 36px;
	border-radius: 5px;
	text-align: left;
	border: none;
	border: 2px solid #2a07f9;
	margin: 0 auto;
	padding: 10px 150px 10px 30px;
	outline: none;
}

.template-search .search-form .search-btn {
	border-radius: 0 5px 5px 0;
	color: #ffffff;
	padding: 28px 50px 19px;
	box-shadow: none;
	border: none;
	cursor: pointer;
	font-size: 24px;
	font-weight: 600;
	transform: translateX(-128px);
	background-color: #2a07f9;
	transition: all 0.3s ease-out;
}

.template-search .search-form .search-btn i {
	margin-left: 0;
}

.template-search .search-form .search-btn:focus {
	box-shadow: none;
	outline: none;
}

.template-search .search-form .search-btn:hover {
	color: #ee0034;
}

.template-search .search-form input::-webkit-input-placeholder {
	color: #cfcfcf;
}

.template-search .search-form input::-moz-placeholder {
	color: #cfcfcf;
}

.template-search .search-form input:-moz-placeholder {
	color: #cfcfcf;
}

.template-search .search-form input:-ms-input-placeholder {
	color: #cfcfcf;
}

.template-search .close {
	position: fixed;
	top: 15px;
	right: 20px;
	color: #000000;
	border: none;
	opacity: 0.3;
	visibility: visible;
	padding: 3px 15px 5px;
	font-size: 50px;
	font-weight: 300;
	cursor: pointer;
	background-color: transparent;
	line-height: 1;
	transition: all 0.3s ease-in-out;
}

.template-search .close:focus {
	box-shadow: none;
	border: none;
	outline: none;
}

.template-search .close:hover {
	opacity: 1;
}

.template-search.open {
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
	visibility: visible;
}

.header-contact-info {
	border-right: 1px solid #2a07f9;
	padding-right: 40px;
	margin-right: 15px !important;
}

@media (max-width: 1440px) {
	.header-contact-info {
		padding-right: 20px;
		margin-right: 10px !important;
	}
}

@media (max-width: 767px) {
	.header-contact-info {
		margin-right: 10px !important;
	}
}

.header-contact-info .icon-box {
	margin-right: 10px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	border: 1px solid #2a07f9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-contact-info .icon-box svg {
	fill: #2a07f9;
}

@media (max-width: 480px) {
	.header-contact-info .icon-box {
		width: 40px;
		height: 40px;
		margin-left: 5px;
		margin-right: 8px;
	}
}

.header-contact-info .info-title {
	color: #041A57;
	font-size: 16px;
	font-weight: 500;
}

@media (max-width: 480px) {
	.header-contact-info .info-title {
		font-size: 14px;
	}
}

.header-contact-info .info-description {
	color: #041A57;
	font-weight: 600;
	font-size: 26px;
	line-height: 1.2;
}

@media (max-width: 1440px) {
	.header-contact-info .info-description {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.header-contact-info .info-description {
		font-size: 14px;
	}
}

.header-contact-info .info-description a {
	color: #041A57;
}

.header-contact-info .info-description a:hover {
	color: #ee0034;
}

button.offcanvas-menu-btn {
	border: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 10px 5px 0;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
}

button.offcanvas-menu-btn:focus {
	outline: none;
}

button.offcanvas-menu-btn .menu-btn-icon {
	display: block;
	position: relative;
	text-align: center;
	border-radius: 0;
	width: 40px;
	height: 40px;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
	button.offcanvas-menu-btn .menu-btn-icon {
		width: 30px;
		height: 30px;
	}
}

button.offcanvas-menu-btn .menu-btn-icon span {
	width: 30px;
	right: 0;
	position: absolute;
	height: 2px;
	z-index: 2;
	background-color: #000000;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
	button.offcanvas-menu-btn .menu-btn-icon span {
		width: 20px;
	}
}

button.offcanvas-menu-btn .menu-btn-icon span:nth-child(1n) {
	top: 30%;
	transform: translateY(-50%);
}

button.offcanvas-menu-btn .menu-btn-icon span:nth-child(2n) {
	top: 50%;
	transform: translateY(-50%);
}

button.offcanvas-menu-btn .menu-btn-icon span:nth-child(3n) {
	width: 20px;
	top: 70%;
	transform: translateY(-50%);
}

button.offcanvas-menu-btn .menu-btn-icon:hover span:nth-child(1n) {
	width: 20px;
}

button.offcanvas-menu-btn .menu-btn-icon:hover span:nth-child(2n) {
	width: 30px;
}

@media (max-width: 767px) {
	button.offcanvas-menu-btn .menu-btn-icon:hover span:nth-child(2n) {
		width: 25px;
	}
}

button.offcanvas-menu-btn .menu-btn-icon:hover span:nth-child(3n) {
	width: 30px;
}

@media (max-width: 767px) {
	button.offcanvas-menu-btn .menu-btn-icon:hover span:nth-child(3n) {
		width: 25px;
	}
}

.offcanvas-menu-wrap {
	height: 100%;
	padding: 35px 60px;
	max-width: 500px;
	width: 100%;
	position: fixed;
	transform: translateX(-100%);
	top: 0;
	left: 0;
	background-color: #0e1c41;
	z-index: 151;
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

@media (max-width: 767px) {
	.offcanvas-menu-wrap {
		padding: 20px 30px;
	}
}

.offcanvas-menu-wrap[data-position='right'] {
	left: auto;
	right: 0;
	transform: translateX(100%);
}

div#wrapper.open>.offcanvas-mask {
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	background: rgba(0, 0, 0, 0);
	transition: all 0.5s ease-in-out;
}

button.offcanvas-menu-btn.menu-status-close .menu-btn-icon span {
	width: 25px;
	top: 50%;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	background-color: #ffffff;
}

@media (max-width: 767px) {
	button.offcanvas-menu-btn.menu-status-close .menu-btn-icon span {
		width: 20px;
	}
}

button.offcanvas-menu-btn.menu-status-close .menu-btn-icon span:nth-child(1n) {
	transform: translateY(-50%) rotate(45deg);
}

button.offcanvas-menu-btn.menu-status-close .menu-btn-icon span:nth-child(2n) {
	display: none;
}

button.offcanvas-menu-btn.menu-status-close .menu-btn-icon span:nth-child(3n) {
	transform: translateY(-50%) rotate(-45deg);
}

button.offcanvas-menu-btn.menu-status-close .menu-btn-icon:hover {
	transform: rotate(360deg);
}

button.offcanvas-menu-btn.menu-status-close .menu-btn-icon:hover span {
	width: 25px;
}

.offcanvas-header {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	right: 30px;
}

.offcanvas-header .header-text {
	color: #ffffff;
	font-size: 18px;
}

.offcanvas-logo {
	display: block;
	margin-bottom: 20px;
}

.offcanvas-logo a {
	display: block;
}

.offcanvas-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.offcanvas-content .top-content {
	text-align: center;
	border-bottom: 1px solid #2a3450;
	padding-bottom: 30px;
	margin-bottom: 20px;
	padding-top: 100px;
}

.offcanvas-content .top-content .toggle-desc,
.offcanvas-content .top-content p {
	width: 100%;
	color: #ffffff;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.offcanvas-content h2 {
	color: #ffffff;
	font-style: italic;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 10px;
}

.offcanvas-content .sub-title {
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}

.offcanvas-content .info {
	padding: 0;
	margin: 0;
}

.offcanvas-content .info li {
	text-align: center;
	list-style: none;
	color: #d4d4d4;
	margin-bottom: 5px;
}

.offcanvas-content .info li:last-child {
	margin-bottom: 0;
}

.offcanvas-content .text-btn {
	margin-top: 20px;
	color: #ffffff;
	display: inline-block;
	transition: all 0.3s ease-in;
}

.offcanvas-content .text-btn:hover {
	color: #ee0034;
}

.offcanvas-footer {
	padding-top: 30px;
	margin-top: 40px;
	border-top: 1px solid #2a3450;
}

.offcanvas-footer ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.offcanvas-footer ul li {
	list-style: none;
	margin-right: 15px;
	margin-bottom: 10px;
	font-family: "Raleway", sans-serif;
}

.offcanvas-footer ul li:last-child {
	margin-right: 0;
}

.offcanvas-footer ul li a {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	transition: all 0.3s ease-in;
}

.offcanvas-footer ul li a:hover {
	color: #ee0034;
}

.rt-header-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	background-color: #ffffff;
	padding: 5px 15px;
	border-bottom: 1px solid rgba(81, 81, 81, 0.15);
}

@media (min-width: 991px) {
	.rt-header-menu {
		display: none;
	}
}

@media (max-width: 767px) {
	.search-mobi-disable li.search-wrap {
		display: none;
	}

	.button-mobi-disable li.header-action-item.action-btn {
		display: none;
	}

	.toggle-mobi-disable li.header-action-item.toggle-btn {
		display: none;
	}
}

@media (max-width: 767px) and (max-width: 767px) {
	.phone-mobi-disable li.header-contact-info {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.cart-mobi-disable li.woo-minicart {
		display: none;
	}
}

/*=============================================
4.3 Mobile Nav Menu
===============================================*/
li.mobile-menu-bar {
	display: none;
}

@media only screen and (max-width: 991px) {
	li.mobile-menu-bar {
		display: block;
		position: unset;
	}
}

@media only screen and (max-width: 991px) {
	nav#dropdown {
		display: none;
	}
}

@media only screen and (max-width: 1199px) {
	.template-main-menu .cirkle-main-menu {
		display: none;
	}
}

.rt-mobile-menu.mean-container {
	display: none;
}

@media only screen and (max-width: 1199px) {
	.rt-mobile-menu.mean-container {
		display: block;
	}
}

.rt-slide-nav {
	position: absolute;
	background: white;
	width: 100%;
	left: 0;
	z-index: 99;
	top: 65px;
	display: none;
	max-height: calc(100vh - 100px);
	overflow-y: auto;
	box-shadow: 0px 0px 10px 0px #0000001c;
}

@media only screen and (max-width: 575px) {
	.rt-slide-nav {
		top: 55px;
	}
}

@media only screen and (max-width: 991px) {
	.header3 .rt-slide-nav {
		top: 74px;
	}
}

.rt-slide-nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0;
}

.rt-slide-nav ul ul {
	border-top: 1px solid #dfe7ff;
}

body .sidebarBtn {
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

body .sidebarBtn .bar {
	background: #ffffff;
	height: 2px;
	width: 25px;
	display: block;
	margin-bottom: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

body .sticky-header .sidebarBtn .bar {
	background: #000000;
}

.white-bg .sidebarBtn .bar {
	background: #000000;
}

body .sidebarBtn .bar:last-child {
	margin-bottom: 0;
}

body.slidemenuon .sidebarBtn .bar:nth-child(2) {
	opacity: 0;
}

body.slidemenuon .sidebarBtn .bar:nth-child(1) {
	-webkit-transform: rotate(45deg) translate(0, 7px);
	-ms-transform: rotate(45deg) translate(0, 7px);
	transform: rotate(45deg) translate(0, 7px);
}

body.slidemenuon .sidebarBtn .bar:nth-child(3) {
	-webkit-transform: rotate(-45deg) translate(3px, -10px);
	-ms-transform: rotate(-45deg) translate(3px, -10px);
	transform: rotate(-45deg) translate(3px, -10px);
}

.offscreen-navigation .children,
.offscreen-navigation .sub-menu {
	display: none;
}

.offscreen-navigation ul li {
	margin: 0;
	position: relative;
	border-bottom: 1px solid #dfe7ff;
}

.offscreen-navigation ul li:last-child {
	border: none;
}

.offscreen-navigation li>a {
	display: block;
	position: relative;
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	background: #eff4fb;
	padding-bottom: 7px;
	padding-top: 7px;
}

.offscreen-navigation li>a:hover {
	background: rgba(0, 113, 220, 0.05);
}

.offscreen-navigation ul>li>a {
	padding-left: 15px;
}

.offscreen-navigation ul ul>li>a {
	padding-left: 30px;
}

.offscreen-navigation ul ul ul>li>a {
	padding-left: 45px;
}

.offscreen-navigation .children li>a,
.offscreen-navigation .sub-menu li>a {
	font-size: 13px;
}

.offscreen-navigation li.menu-item-has-children>span,
.offscreen-navigation li.page_item_has_children>span {
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	z-index: 99999;
	position: absolute;
	display: inline-block;
}

.offscreen-navigation li.menu-item-has-children>span:before,
.offscreen-navigation li.page_item_has_children>span:before {
	top: 7px;
	right: 10px;
	display: none;
	transition: .1s;
	font-size: 13px;
	content: '\f068';
	font-weight: 700;
	position: absolute;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	opacity: 0;
	visibility: hidden;
}

.offscreen-navigation li.menu-item-has-children>span:after,
.offscreen-navigation li.page_item_has_children>span:after {
	top: 7px;
	right: 12px;
	font-size: 12px;
	transition: .1s;
	font-weight: 700;
	content: '\f067';
	position: absolute;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
}

.offscreen-navigation li.menu-item-has-children>span.open::before,
.offscreen-navigation li.page_item_has_children>span.open::before {
	display: block;
	opacity: 1;
	visibility: visible;
}

.offscreen-navigation li.menu-item-has-children>span.open::after,
.offscreen-navigation li.page_item_has_children>span.open::after {
	display: none;
}

.admin-bar .header3 .navbar-wrap .header-menu,
.admin-bar header.header1 {
	margin-top: 32px;
	transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 782px) {

	.admin-bar .header3 .navbar-wrap .header-menu,
	.admin-bar header.header1 {
		margin-top: 45px;
	}
}

.admin-bar .header1.sticky-header .navbar-wrap .header-menu {
	top: 32px;
}

@media only screen and (max-width: 782px) {
	.admin-bar .header1.sticky-header .navbar-wrap .header-menu {
		top: 45px;
	}
}

.admin-bar .header2.trheader .navbar-wrap .header-menu,
.admin-bar .template-search {
	top: 32px;
	transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 782px) {

	.admin-bar .header2.trheader .navbar-wrap .header-menu,
	.admin-bar .template-search {
		top: 45px;
	}
}

@media only screen and (max-width: 480px) {

	.admin-bar .header2.trheader .navbar-wrap .header-menu .btn-fill,
	.admin-bar .template-search .btn-fill {
		font-size: 10px;
		padding: 5px 10px;
	}
}

.admin-bar nav.template-main-menu {
	top: 32px;
}

@media only screen and (max-width: 782px) {
	.admin-bar nav.template-main-menu {
		top: 45px;
	}
}

@media only screen and (max-width: 600px) {
	.admin-bar.mn-top nav.template-main-menu {
		top: 0;
	}
}

@media only screen and (max-width: 600px) {
	.admin-bar.mn-top .header1.sticky-header .navbar-wrap .header-menu {
		top: 0;
	}
}

@media only screen and (max-width: 600px) {

	.admin-bar.mn-top .header2.trheader .navbar-wrap .header-menu,
	.admin-bar.mn-top .admin-bar .template-search {
		top: 0;
	}
}

@media only screen and (max-width: 600px) {
	.admin-bar.mn-top .header3 .navbar-wrap .header-menu {
		margin-top: 0;
	}
}

/*------------------- 4.2 Breadcrumb Banner -------------------*/
.breadcrumbs-banner {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 991px) {
	.breadcrumbs-banner {
		padding: 80px 0;
	}
}

@media only screen and (max-width: 767px) {
	.breadcrumbs-banner {
		padding: 70px 0;
	}
}

.breadcrumbs-banner:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba( 5, 6, 7, 0.9 );
}

.breadcrumbs-banner .breadcrumbs-area {
	z-index: 1;
	position: relative;
	text-align: center;
}

.breadcrumbs-banner .breadcrumbs-area .heading-title {
	color: #ffffff;
	margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
	.breadcrumbs-banner .breadcrumbs-area .heading-title {
		font-size: 48px;
	}
}

@media only screen and (max-width: 767px) {
	.breadcrumbs-banner .breadcrumbs-area .heading-title {
		font-size: 40px;
	}
}

@media only screen and (max-width: 575px) {
	.breadcrumbs-banner .breadcrumbs-area .heading-title {
		font-size: 36px;
		line-height: 42px;
	}
}

.breadcrumbs-banner .breadcrumbs-area .entry-breadcrumb {
	font-weight: 500;
	margin-top: 20px;
	color: #e0e0e0;
	text-transform: uppercase;
}

.breadcrumbs-banner .breadcrumbs-area .entry-breadcrumb a {
	color: #ffffff;
}

.breadcrumbs-banner .breadcrumbs-area .entry-breadcrumb a:hover {
	color: #ee0034;
}

@media only screen and (max-width: 575px) {
	.breadcrumbs-banner .breadcrumbs-area .entry-breadcrumb {
		font-size: 14px;
		margin-top: 10px;
	}
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #ffffff;
	z-index: 999;
}

.preloader .preloader-inner-wrap {
	display: table;
	table-layout: fixed;
	height: 100%;
	position: relative;
	max-width: 100%;
	width: 100%;
}

.preloader .preloader-inner-wrap .preloader-inner {
	display: table-cell;
	vertical-align: middle;
}

@keyframes loading_1 {

	0%,
	10%,
	100% {
		width: 84px;
		height: 84px;
	}

	65% {
		width: 150px;
		height: 150px;
	}
}

@keyframes loading_2 {

	0%,
	30% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	55% {
		background-color: transparent;
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@keyframes loading_3 {

	0%,
	20% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	55% {
		background-color: transparent;
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

.main-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 84px;
	height: 84px;
	-webkit-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
	transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
	-webkit-animation: loading_1 1.2s infinite ease-in-out;
	animation: loading_1 1.2s infinite ease-in-out;
}

.main-loader span {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-animation: loading_2 1.2s infinite ease-in-out both;
	animation: loading_2 1.2s infinite ease-in-out both;
}

.main-loader span:nth-child(1) {
	background-color: #2a07f9;
	border: 1px #2a07f9 solid;
	top: 0;
	left: 0;
}

.main-loader span:nth-child(2) {
	background-color: #ee0034;
	border: 1px #ee0034 solid;
	top: 0;
	right: 0;
	-webkit-animation: loading_3 1.2s infinite ease-in-out both;
	animation: loading_3 1.2s infinite ease-in-out both;
}

.main-loader span:nth-child(3) {
	background-color: #ee0034;
	border: 1px #ee0034 solid;
	bottom: 0;
	left: 0;
	-webkit-animation: loading_3 1.2s infinite ease-in-out both;
	animation: loading_3 1.2s infinite ease-in-out both;
}

.main-loader span:nth-child(4) {
	background-color: #2a07f9;
	border: 1px #2a07f9 solid;
	bottom: 0;
	right: 0;
}

.btn-text {
	color: #2a07f9;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease-in-out;
}

.btn-text:before {
	content: "";
	background-color: #ee0034;
	height: 2px;
	width: 0;
	position: absolute;
	bottom: -5px;
	left: 0;
	transition: all 0.3s ease-in-out;
}

.btn-text:hover {
	color: #ee0034;
}

.btn-text:hover:before {
	width: 100%;
}

.btn-fill {
	color: #ffffff;
	background-color: #000000;
	border-radius: 5px;
	padding: 15px 35px;
	display: inline-flex;
	border: 0;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-transform: uppercase;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn-fill:before {
	content: "";
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
	top: 100%;
	left: 0;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn-fill:focus {
	border: 0;
	outline: none;
	box-shadow: none;
	color: #ffffff;
}

.btn-fill:hover {
	color: #000000;
}

.btn-fill:hover:before {
	background-color: #ffffff;
	top: 0;
}

.btn-fill.style-one {
	background-color: #2a07f9;
}

.btn-fill.style-one:before {
	background-color: #ee0034;
}

.btn-fill.style-one:hover {
	color: #ffffff;
}

.btn-fill.style-two {
	background-color: #2a07f9;
}

.btn-fill.style-two:before {
	background-color: #ffffff;
}

.btn-fill.style-two:hover {
	color: #2a07f9;
}

.btn-fill.style-three {
	background-color: #ee0034;
}

.btn-fill.style-three:before {
	background-color: #2a07f9;
}

.btn-fill.style-three:hover {
	color: #ffffff;
}

.btn-fill.style-four {
	background-color: #ee0034;
}

.btn-fill.style-four:before {
	background-color: #ffffff;
}

.btn-fill.style-four:hover {
	color: #ee0034;
}

.btn-fill.style-five {
	background-color: #ffffff;
	color: #2a07f9;
}

.btn-fill.style-five:before {
	background-color: #2a07f9;
}

.btn-fill.style-five:hover {
	color: #ffffff;
}

.btn-fill.style-six {
	background-color: #ffffff;
	color: #ee0034;
}

.btn-fill.style-six:before {
	background-color: #ee0034;
}

.btn-fill.style-six:hover {
	color: #ffffff;
}

.btn-fill.style-seven {
	background-color: #ffffff;
	color: #ee0034;
}

.btn-fill.style-seven:before {
	background-color: #2a07f9;
}

.btn-fill.style-seven:hover {
	color: #ffffff;
}

.btn-fill.style-eight {
	background-color: #ffffff;
	color: #2a07f9;
}

.btn-fill.style-eight:before {
	background-color: #ee0034;
}

.btn-fill.style-eight:hover {
	color: #ffffff;
}

.elementor-align-justify .btn-fill {
	width: 100%;
}

.video-btn {
	z-index: 1;
	width: 120px;
	height: 120px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 30px;
	position: relative;
	background-color: #2a07f9;
	transition: all 0.3s ease-in-out;
	border: none;
}

@media (max-width: 767px) {
	.video-btn {
		height: 100px;
		width: 100px;
		font-size: 24px;
	}
}

@media (max-width: 575px) {
	.video-btn {
		height: 80px;
		width: 80px;
	}
}

.video-btn i {
	color: #ffffff;
	transition: all 0.3s ease-in-out;
}

.video-btn:before {
	content: "";
	background-color: #ffffff;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	transform: scale(0);
	transition: all 0.3s ease-in-out;
}

.video-btn:hover {
	color: #2a07f9;
	background-color: #ffffff;
}

.video-btn:hover i {
	color: #2a07f9;
}

.video-btn:hover:before {
	transform: scale(1);
}

.video-title {
	color: #ffffff;
	margin-top: 15px;
	display: block;
	font-size: 20px;
	font-weight: 600;
	transition: all 0.3s ease-in-out;
}

.video-title:hover {
	color: #2a07f9;
}

.modal {
	top: 50%;
	height: auto;
	transform: translateY(-50%);
}

.modal-dialog {
	max-width: 800px;
	margin: 60px auto;
}

.modal-body {
	position: relative;
	padding: 0px;
}

.btn-close {
	top: 0;
	right: -30px;
	position: absolute;
}

.btn-close:focus {
	outline: none;
	box-shadow: none;
}

/*------------------- 5.1 Blog -------------------*/
ul.entry-meta {
	padding-left: 0;
	margin-bottom: 3px;
	list-style: none;
	align-items: center;
}

ul.entry-meta li {
	margin-right: 25px;
	margin-bottom: 5px;
	font-size: 14px;
	display: inline;
	font-weight: normal;
	color: #5a5a5a;
}

ul.entry-meta li .meta-icon i {
	margin-right: 5px;
	color: #2a07f9;
	transition: all 0.3s ease-in-out;
}

ul.entry-meta li a {
	margin-left: 3px;
	font-weight: normal;
	color: #5a5a5a;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

ul.entry-meta li a i {
	margin-right: 8px;
	color: #2a07f9;
	transition: all 0.3s ease-in-out;
}

ul.entry-meta li a:hover {
	color: #ee0034;
}

ul.entry-meta li a:hover i {
	color: #ee0034;
}

ul.entry-meta li a span {
	margin-right: 5px;
}

ul.entry-meta li:last-child {
	margin-right: 0;
}

ul.entry-meta li.entry-admin .meta-icon i {
	margin-right: 0;
}

.single-blog-footer {
	margin-top: 20px;
}

@media only screen and (max-width: 575px) {
	.single-blog-footer {
		margin-top: 10px;
	}
}

.blog-layout-1 {
	position: relative;
	margin-bottom: 24px;
}

.blog-layout-1 .content-box {
	padding: 25px 30px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.blog-layout-1 .post-category {
	font-weight: 600;
	color: #2a07f9;
	margin-bottom: 10px;
}

.blog-layout-1 h3.post-title {
	margin-bottom: 15px;
	word-break: break-word;
}

.blog-layout-1 h3.post-title a {
	color: #041A57;
}

.blog-layout-1 h3.post-title a:hover {
	color: #ee0034;
}

.blog-layout-1 .post-img {
	overflow: hidden;
	position: relative;
	display: inline-flex;
	border-radius: 10px 10px 0 0;
}

.blog-layout-1 .post-img img {
	transform: scale(1.02);
	border-radius: 10px 10px 0 0;
	transition: all 0.5s ease-in-out;
}

.blog-layout-1 .post-img .post-date {
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: 5;
}

.blog-layout-1 .post-img.figure-top {
	border-radius: 10px 10px 0 0;
}

.blog-layout-1 .post-img.figure-top img {
	border-radius: 10px 10px 0 0;
}

.blog-layout-1 .post-img.figure-bottom {
	border-radius: 0 0 10px 10px;
}

.blog-layout-1 .post-img.figure-bottom img {
	border-radius: 0 0 10px 10px;
}

.blog-layout-1 .entry-date-wrap {
	position: absolute;
	right: 0;
	bottom: 30px;
	transition: all 0.3s ease-in-out;
}

.blog-layout-1 .entry-date-wrap .entry-date {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	color: #ffffff;
	font-size: 30px;
	line-height: 1.1;
	font-weight: 700;
}

.blog-layout-1 .entry-date-wrap .entry-date span {
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	display: block;
}

.blog-layout-1 .post-date {
	padding: 10px 25px;
	color: #ffffff;
	display: inline-block;
	background-color: #2a07f9;
}

.blog-layout-1 .post-date.no-post-img {
	margin-bottom: 30px;
}

.blog-layout-1 p {
	color: #5a5a5a;
	margin-bottom: 0;
}

.blog-layout-1 .btn-text {
	margin-top: 15px;
	display: inline-block;
}

.blog-layout-1:hover .post-img img {
	transform: scale(1.1);
}

.blog-layout-1:hover .entry-date-wrap {
	bottom: 50px;
}

.blog-layout-1.no-image .post-img .post-date {
	left: 0;
	bottom: 0;
	position: relative;
	display: inline-block;
	background-color: #2a07f9;
	color: #ffffff;
	padding: 10px 25px;
	z-index: 5;
}

.blog-layout-1.addon-1 h3.post-title {
	margin-bottom: 15px;
	font-size: 28px;
	line-height: 36px;
}

.blog-layout-1.addon-1 .content-box {
	padding: 20px 30px 25px;
}

.blog-layout-1.addon-1 .content-box p {
	margin-bottom: 15px;
}

.blog-layout-1.addon-1 .btn-text {
	margin-top: 0;
	letter-spacing: 1px;
}

.blog-layout-1.addon-2 h3.post-title {
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 15px;
}

.blog-layout-1.addon-2 .content-box {
	padding: 20px 30px 25px;
}

.blog-layout-1.addon-2 .content-box p {
	margin-bottom: 15px;
}

.blog-layout-1.addon-2 .content-box .btn-text {
	margin-top: 0;
}

.blog-layout-1.addon-3 {
	border-radius: 10px;
}

.blog-layout-1.addon-3 .post-img a {
	height: 100%;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}

.blog-layout-1.addon-3 .post-img a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.blog-layout-1.addon-3 .post-img .entry-date-wrap {
	top: 30px;
	right: 30px;
	bottom: auto;
	padding: 40px 35px;
	border-radius: 10px;
	background-color: #ee0034;
}

.blog-layout-1.addon-3 .post-img .entry-date-wrap span {
	color: #ffffff;
}

.blog-layout-1.addon-3 .content-box {
	left: 30px;
	right: 30px;
	bottom: -120px;
	position: absolute;
	border-radius: 10px;
	padding: 20px 30px 25px;
	background-color: #ffffff;
}

.blog-layout-1.addon-3 .content-box h3.post-title {
	font-size: 26px;
	margin-bottom: 15px;
}

.blog-layout-1.addon-3 .content-box p {
	margin-bottom: 15px;
}

.blog-layout-1.addon-3 .content-box .btn-text {
	margin-top: 5px;
}

.blog-layout-1.addon-3:hover .post-img img {
	transform: scale(1.2);
	filter: grayscale(100%);
}

.post-grid-items .blog-layout-1 ul.entry-meta {
	margin-bottom: 5px;
}

.post-list-items .blog-layout-1 ul.entry-meta {
	margin-bottom: 3px;
}

/* = Blog Details = */
.blog-details-page {
	padding: 130px 0 100px;
}

.blog-details-page .single-blog-form {
	margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
	.blog-details-page {
		padding: 100px 0 70px;
	}
}

.single-blog-wrap .single-blog-thumb {
	margin-bottom: 30px;
}

.single-blog-wrap .single-blog-thumb img {
	border-radius: 10px;
}

.single-blog-wrap .single-blog-entry {
	margin-bottom: 20px;
}

.single-blog-wrap .entry-meta {
	align-items: center;
	list-style: none;
	padding-left: 0;
	margin-bottom: 12px;
}

@media only screen and (max-width: 479px) {
	.single-blog-wrap .entry-meta {
		display: block;
	}
}

.single-blog-wrap .entry-meta li {
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 0;
	color: #5a5a5a;
}

.single-blog-wrap .entry-meta li.entry-category {
	color: #2a07f9;
}

.single-blog-wrap .entry-title {
	font-weight: 700;
	color: #041A57;
	word-break: break-word;
}

@media only screen and (max-width: 767px) {
	.single-blog-wrap .entry-title {
		font-size: 22px;
	}
}

.single-blog-wrap .single-blog-details {
	width: 100%;
	margin-bottom: 30px;
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.single-blog-wrap .single-blog-details {
		margin-bottom: 30px;
	}
}

.single-blog-wrap .single-blog-details img {
	border-radius: 10px;
}

.single-blog-wrap .single-blog-details p {
	margin-bottom: 20px;
}

.single-blog-wrap .single-blog-details .item-title {
	font-size: 24px;
	font-weight: 700;
	color: #5a5a5a;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.single-blog-wrap .single-blog-details .item-title {
		font-size: 22px;
	}
}

.single-blog-wrap .single-blog-details ul.list-style {
	margin-bottom: 30px;
	list-style: none;
	padding-left: 0;
}

.single-blog-wrap .single-blog-details ul.list-style li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 10px;
}

.single-blog-wrap .single-blog-details ul.list-style li:before {
	content: "\f106";
	font-family: flaticon;
	font-size: 14px;
	color: #2a07f9;
	position: absolute;
	top: 0;
	left: 0;
}

.single-blog-wrap .single-blog-details .item-img {
	margin-bottom: 30px;
	text-align: center;
}

.single-blog-wrap .single-blog-details .wp-block-latest-comments li {
	padding-left: 0;
}

.single-blog-wrap .single-blog-details .wp-block-latest-comments li:before {
	display: none;
}

.single-blog-wrap .single-blog-footer {
	padding-bottom: 12px;
	margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	.single-blog-wrap .single-blog-footer .blog-tags {
		margin-bottom: 20px;
	}
}

.single-blog-wrap .single-blog-footer .blog-tags span {
	font-weight: 600;
	color: #041A57;
}

.single-blog-wrap .single-blog-footer .blog-tags a {
	color: #5a5a5a;
}

.single-blog-wrap .single-blog-footer .blog-tags a:hover {
	color: #2a07f9;
}

.single-blog-wrap .single-blog-footer .blog-share {
	text-align: right;
}

@media only screen and (max-width: 767px) {
	.single-blog-wrap .single-blog-footer .blog-share {
		text-align: left;
	}
}

.single-blog-wrap .single-blog-footer .blog-share span {
	font-weight: 600;
	margin-right: 5px;
	color: #041A57;
}

.single-blog-wrap .single-blog-footer .blog-share span i:before {
	font-size: 17px;
	color: #2a07f9;
	vertical-align: middle;
}

.single-blog-wrap .single-blog-footer .blog-share a {
	width: 36px;
	height: 36px;
	margin-left: 8px;
	color: #BFBFBF;
	line-height: 22px;
	text-align: center;
	border-radius: 50%;
	align-items: center;
	display: inline-flex;
	justify-content: center;
	border: 1px solid #BFBFBF;
}

.single-blog-wrap .single-blog-footer .blog-share a.facebook {
	color: #3b5998;
	border-color: #3b5998;
}

.single-blog-wrap .single-blog-footer .blog-share a.twitter {
	color: #00acee;
	border-color: #00acee;
}

.single-blog-wrap .single-blog-footer .blog-share a.linkedin {
	color: #0077B5;
	border-color: #0077B5;
}

.single-blog-wrap .single-blog-footer .blog-share a.pinterest {
	color: #bd081c;
	border-color: #bd081c;
}

.single-blog-wrap .single-blog-footer .blog-share a i:before {
	font-size: 12px;
}

.single-blog-wrap .single-blog-footer .blog-share a:hover {
	color: #ffffff;
}

.single-blog-wrap .blog-author {
	margin-bottom: 50px;
	border-radius: 10px;
	background-color: #f7f9ff;
	padding: 30px 40px 30px 30px;
	display: flex;
}

@media (max-width: 575px) {
	.single-blog-wrap .blog-author {
		display: block;
	}
}

.single-blog-wrap .blog-author .author-figure-box {
	margin-right: 20px;
}

@media (max-width: 575px) {
	.single-blog-wrap .blog-author .author-figure-box {
		margin-bottom: 20px;
	}
}

.single-blog-wrap .blog-author .author-figure-box img {
	border-radius: 50%;
}

.single-blog-wrap .blog-author .author-content-box {
	flex: 1;
}

.single-blog-wrap .blog-author .author-content-box .author-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.single-blog-wrap .blog-author .author-content-box .author-description {
	margin-bottom: 0;
}

.single-blog-comment {
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 70px;
	margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	.single-blog-comment {
		padding-bottom: 60px;
	}
}

.single-blog-comment .heading-title {
	font-size: 24px;
	font-weight: 700;
	color: #5a5a5a;
	margin-bottom: 50px;
}

.single-blog-comment .main-comments {
	padding-bottom: 22px;
	margin-bottom: 22px;
	border-bottom: 1px solid #E2E2E2;
}

.single-blog-comment .main-comments:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.single-blog-form .form-control {
	border-radius: 0;
	border-color: #e2e2e2;
	height: 60px;
}

.single-blog-form .form-control.textarea {
	height: 200px;
	padding: 15px 17px;
}

.single-blog-form .form-control:focus {
	box-shadow: none;
}

.single-blog-form .item-btn {
	margin-top: 15px;
}

p.comment-form-cookies-consent input {
	margin-right: 5px;
}

/* = Recent Posts = */
.widget-recent ul.recent-post li {
	display: flex;
	padding-left: 0;
	padding-top: 5px;
	padding-bottom: 10px;
}

.widget-recent ul.recent-post li:before {
	display: none;
}

.widget-recent ul.recent-post li .item-img {
	margin-right: 15px;
}

.widget-recent ul.recent-post li .item-img a {
	width: 80px;
	overflow: hidden;
}

.widget-recent ul.recent-post li .item-img a img {
	transition: all 0.3s ease-in-out;
}

.widget-recent ul.recent-post li .media-body .item-title {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 5px;
}

.widget-recent ul.recent-post li .media-body .item-title a {
	color: #041A57;
}

.widget-recent ul.recent-post li .media-body .item-title a:hover {
	color: #ee0034;
}

.widget-recent ul.recent-post li .media-body span {
	font-size: 15px;
}

.widget-recent ul.recent-post li:hover .item-img img {
	transform: scale(1.1);
}

/*------------------- 4.7 Pagination -------------------*/
.pagination {
	display: flex;
	padding-top: 30px;
	align-items: center;
	padding-bottom: 25px;
	justify-content: center;
}

.pagination ul {
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: -8.5px;
	list-style: none;
}

.pagination ul li {
	padding: 8.5px;
}

.pagination ul li span,
.pagination ul li a {
	width: 50px;
	padding: 5px;
	height: 50px;
	display: flex;
	font-size: 18px;
	font-weight: 600;
	border-radius: 5px;
	align-items: center;
	color: #5a5a5a;
	justify-content: center;
	border: 1px solid #e4e4e4;
}

.pagination ul li span:hover,
.pagination ul li a:hover {
	background-color: #2a07f9;
	color: #ffffff;
}

.pagination ul li span.pg-nav,
.pagination ul li a.pg-nav {
	background-color: #5a5a5a;
	border-color: #5a5a5a;
}

.pagination ul li span.pg-nav i,
.pagination ul li a.pg-nav i {
	line-height: 1;
}

.pagination ul li span.pg-nav i:before,
.pagination ul li a.pg-nav i:before {
	vertical-align: middle;
	color: #ffffff;
	font-weight: 700;
	font-size: 22px;
}

.pagination ul li span.pg-nav:hover,
.pagination ul li a.pg-nav:hover {
	background-color: #2a07f9;
	border-color: #2a07f9;
}

.pagination ul li span .flaticon-left-arrow:before,
.pagination ul li a .flaticon-left-arrow:before {
	margin-top: 9px;
	content: "\f127";
	display: inline-block;
}

.pagination ul li span .flaticon-right-arrow-angle:before,
.pagination ul li a .flaticon-right-arrow-angle:before {
	margin-top: 9px;
	content: "\f124";
	display: inline-block;
}

.pagination ul li.active span,
.pagination ul li.active a {
	color: #ffffff;
	background-color: #2a07f9;
}

.pagination ul li.prev a:hover,
.pagination ul li.next a:hover {
	border-color: #2a07f9;
	background-color: #2a07f9;
}

.evacon-page-links,
.page-links {
	display: flex;
	align-items: center;
}

.evacon-page-links .post-page-numbers,
.page-links .post-page-numbers {
	width: 50px;
	padding: 5px;
	height: 50px;
	display: flex;
	font-size: 18px;
	font-weight: 600;
	border-radius: 5px;
	align-items: center;
	color: #5a5a5a;
	justify-content: center;
	border: 1px solid #e4e4e4;
	margin-left: 15px;
}

.evacon-page-links .post-page-numbers:hover,
.page-links .post-page-numbers:hover {
	color: #ffffff;
	background-color: #2a07f9;
}

.evacon-page-links .post-page-numbers.current,
.page-links .post-page-numbers.current {
	color: #ffffff;
	background-color: #2a07f9;
}

/* = Portfolio Pagination = */
.pagination-nav-area .pagination,
.pagination.portfolio-pagination {
	justify-content: center;
}

.sidebar-widget-area.right-sidebar {
	padding-left: 10px;
}

@media (max-width: 991px) {
	.sidebar-widget-area.right-sidebar {
		padding-left: 0;
	}
}

.sidebar-widget-area.left-sidebar {
	padding-right: 10px;
}

@media (max-width: 991px) {
	.sidebar-widget-area.left-sidebar {
		padding-right: 0;
	}
}

.widget {
	margin-bottom: 30px;
}

.sidebar-widget ul>li>a ul,
.widget_archive ul>li>a ul,
.widget_categories ul>li>a ul,
.widget_meta ul>li>a ul,
.widget_nav_menu ul>li>a ul,
.widget_pages ul>li>a ul,
.widget_recent_entries ul>li>a ul,
.widget_recent_entries ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_archive ul,
.sidebar-widget ul,
.widget_pages ul,
.widget_meta ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.sidebar-widget ul>li>a ul li,
.widget_archive ul>li>a ul li,
.widget_categories ul>li>a ul li,
.widget_meta ul>li>a ul li,
.widget_nav_menu ul>li>a ul li,
.widget_pages ul>li>a ul li,
.widget_recent_entries ul>li>a ul li,
.widget_recent_entries ul li,
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_archive ul li,
.sidebar-widget ul li,
.widget_pages ul li,
.widget_meta ul li {
	width: 100%;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 0;
	color: #5a5a5a;
	transition: all .3s linear;
	display: inline-block;
	position: relative;
}

.sidebar-widget ul>li>a ul li:last-child,
.widget_archive ul>li>a ul li:last-child,
.widget_categories ul>li>a ul li:last-child,
.widget_meta ul>li>a ul li:last-child,
.widget_nav_menu ul>li>a ul li:last-child,
.widget_pages ul>li>a ul li:last-child,
.widget_recent_entries ul>li>a ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_categories ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_archive ul li:last-child,
.sidebar-widget ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.sidebar-widget ul>li>a ul li span,
.widget_archive ul>li>a ul li span,
.widget_categories ul>li>a ul li span,
.widget_meta ul>li>a ul li span,
.widget_nav_menu ul>li>a ul li span,
.widget_pages ul>li>a ul li span,
.widget_recent_entries ul>li>a ul li span,
.widget_recent_entries ul li span,
.widget_categories ul li span,
.widget_nav_menu ul li span,
.widget_archive ul li span,
.sidebar-widget ul li span,
.widget_pages ul li span,
.widget_meta ul li span {
	padding: 10px 0;
}

.sidebar-widget ul>li>a ul li ul.sub-menu,
.sidebar-widget ul>li>a ul li ul.children,
.widget_archive ul>li>a ul li ul.sub-menu,
.widget_archive ul>li>a ul li ul.children,
.widget_categories ul>li>a ul li ul.sub-menu,
.widget_categories ul>li>a ul li ul.children,
.widget_meta ul>li>a ul li ul.sub-menu,
.widget_meta ul>li>a ul li ul.children,
.widget_nav_menu ul>li>a ul li ul.sub-menu,
.widget_nav_menu ul>li>a ul li ul.children,
.widget_pages ul>li>a ul li ul.sub-menu,
.widget_pages ul>li>a ul li ul.children,
.widget_recent_entries ul>li>a ul li ul.sub-menu,
.widget_recent_entries ul>li>a ul li ul.children,
.widget_recent_entries ul li ul.sub-menu,
.widget_recent_entries ul li ul.children,
.widget_categories ul li ul.sub-menu,
.widget_categories ul li ul.children,
.widget_nav_menu ul li ul.sub-menu,
.widget_nav_menu ul li ul.children,
.widget_archive ul li ul.sub-menu,
.widget_archive ul li ul.children,
.sidebar-widget ul li ul.sub-menu,
.sidebar-widget ul li ul.children,
.widget_pages ul li ul.sub-menu,
.widget_pages ul li ul.children,
.widget_meta ul li ul.sub-menu,
.widget_meta ul li ul.children {
	padding-left: 0;
}

.sidebar-widget ul>li>a ul li ul.sub-menu li,
.sidebar-widget ul>li>a ul li ul.children li,
.widget_archive ul>li>a ul li ul.sub-menu li,
.widget_archive ul>li>a ul li ul.children li,
.widget_categories ul>li>a ul li ul.sub-menu li,
.widget_categories ul>li>a ul li ul.children li,
.widget_meta ul>li>a ul li ul.sub-menu li,
.widget_meta ul>li>a ul li ul.children li,
.widget_nav_menu ul>li>a ul li ul.sub-menu li,
.widget_nav_menu ul>li>a ul li ul.children li,
.widget_pages ul>li>a ul li ul.sub-menu li,
.widget_pages ul>li>a ul li ul.children li,
.widget_recent_entries ul>li>a ul li ul.sub-menu li,
.widget_recent_entries ul>li>a ul li ul.children li,
.widget_recent_entries ul li ul.sub-menu li,
.widget_recent_entries ul li ul.children li,
.widget_categories ul li ul.sub-menu li,
.widget_categories ul li ul.children li,
.widget_nav_menu ul li ul.sub-menu li,
.widget_nav_menu ul li ul.children li,
.widget_archive ul li ul.sub-menu li,
.widget_archive ul li ul.children li,
.sidebar-widget ul li ul.sub-menu li,
.sidebar-widget ul li ul.children li,
.widget_pages ul li ul.sub-menu li,
.widget_pages ul li ul.children li,
.widget_meta ul li ul.sub-menu li,
.widget_meta ul li ul.children li {
	padding-left: 15px;
}

.sidebar-widget ul>li>a ul li ul.sub-menu li:last-child,
.sidebar-widget ul>li>a ul li ul.children li:last-child,
.widget_archive ul>li>a ul li ul.sub-menu li:last-child,
.widget_archive ul>li>a ul li ul.children li:last-child,
.widget_categories ul>li>a ul li ul.sub-menu li:last-child,
.widget_categories ul>li>a ul li ul.children li:last-child,
.widget_meta ul>li>a ul li ul.sub-menu li:last-child,
.widget_meta ul>li>a ul li ul.children li:last-child,
.widget_nav_menu ul>li>a ul li ul.sub-menu li:last-child,
.widget_nav_menu ul>li>a ul li ul.children li:last-child,
.widget_pages ul>li>a ul li ul.sub-menu li:last-child,
.widget_pages ul>li>a ul li ul.children li:last-child,
.widget_recent_entries ul>li>a ul li ul.sub-menu li:last-child,
.widget_recent_entries ul>li>a ul li ul.children li:last-child,
.widget_recent_entries ul li ul.sub-menu li:last-child,
.widget_recent_entries ul li ul.children li:last-child,
.widget_categories ul li ul.sub-menu li:last-child,
.widget_categories ul li ul.children li:last-child,
.widget_nav_menu ul li ul.sub-menu li:last-child,
.widget_nav_menu ul li ul.children li:last-child,
.widget_archive ul li ul.sub-menu li:last-child,
.widget_archive ul li ul.children li:last-child,
.sidebar-widget ul li ul.sub-menu li:last-child,
.sidebar-widget ul li ul.children li:last-child,
.widget_pages ul li ul.sub-menu li:last-child,
.widget_pages ul li ul.children li:last-child,
.widget_meta ul li ul.sub-menu li:last-child,
.widget_meta ul li ul.children li:last-child {
	border: none;
}

.sidebar-widget ul>li>a ul>li>a,
.widget_archive ul>li>a ul>li>a,
.widget_categories ul>li>a ul>li>a,
.widget_meta ul>li>a ul>li>a,
.widget_nav_menu ul>li>a ul>li>a,
.widget_pages ul>li>a ul>li>a,
.widget_recent_entries ul>li>a ul>li>a,
.widget_recent_entries ul>li>a,
.widget_categories ul>li>a,
.widget_nav_menu ul>li>a,
.widget_archive ul>li>a,
.sidebar-widget ul>li>a,
.widget_pages ul>li>a,
.widget_meta ul>li>a {
	padding: 10px 0;
	position: relative;
	color: #5a5a5a;
	display: inline-block;
	padding-left: 25px;
}

.sidebar-widget ul>li>a ul>li>a:before,
.widget_archive ul>li>a ul>li>a:before,
.widget_categories ul>li>a ul>li>a:before,
.widget_meta ul>li>a ul>li>a:before,
.widget_nav_menu ul>li>a ul>li>a:before,
.widget_pages ul>li>a ul>li>a:before,
.widget_recent_entries ul>li>a ul>li>a:before,
.widget_recent_entries ul>li>a:before,
.widget_categories ul>li>a:before,
.widget_nav_menu ul>li>a:before,
.widget_archive ul>li>a:before,
.sidebar-widget ul>li>a:before,
.widget_pages ul>li>a:before,
.widget_meta ul>li>a:before {
	top: 10px;
	left: 0;
	content: '\f02e';
	position: absolute;
	display: inline-block;
	font-weight: 400;
	font-family: "Font Awesome 5 Free";
}

.widget_recent_entries ul>li a:hover,
.widget_categories ul>li a:hover,
.widget_nav_menu ul>li a:hover,
.widget_archive ul>li a:hover,
.sidebar-widget ul>li a:hover,
.widget_pages ul>li a:hover,
.widget_meta ul>li a:hover {
	color: #2a07f9;
}

.widget_recent_entries ul>li a:hover:before,
.widget_categories ul>li a:hover:before,
.widget_nav_menu ul>li a:hover:before,
.widget_archive ul>li a:hover:before,
.sidebar-widget ul>li a:hover:before,
.widget_pages ul>li a:hover:before,
.widget_meta ul>li a:hover:before {
	font-weight: 600;
}

.sidebar-widget>ul>li:last-child>span,
.sidebar-widget>ul>li:last-child>a {
	padding-bottom: 0;
}

.sidebar-widget .wp-block-group__inner-container>ul>li:last-child>span,
.sidebar-widget .wp-block-group__inner-container>ul>li:last-child>a,
.sidebar-widget .menu-testing-menu-container>ul>li:last-child>span,
.sidebar-widget .menu-testing-menu-container>ul>li:last-child>a {
	padding-bottom: 0;
}

.widget_recent_comments ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.widget_recent_comments ul li {
	position: relative;
	padding: 10px 0 10px;
	padding-left: 25px;
}

.widget_recent_comments ul li:before {
	top: 10px;
	left: 0;
	content: '\f02e';
	position: absolute;
	display: inline-block;
	font-weight: 400;
	font-family: "Font Awesome 5 Free";
}

.widget_recent_comments ul li:last-child {
	border: none;
	padding-bottom: 0;
}

.widget_recent_comments ul li a {
	padding: 0;
	color: #5a5a5a;
	display: initial;
}

.widget_recent_comments ul li a:hover {
	color: #2a07f9;
}

.widget_recent_comments ul li a:before {
	display: none;
}

.widget_recent_comments ul li:hover:before {
	font-weight: 600;
	color: #2a07f9;
}

.wp-block-latest-comments {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.wp-block-latest-comments li {
	position: relative;
	padding: 10px 0 10px;
	padding-left: 25px;
	margin-bottom: 0;
}

.wp-block-latest-comments li:before {
	top: 14px;
	left: 0;
	content: '\f02e';
	position: absolute;
	display: inline-block;
	font-weight: 400;
	font-family: "Font Awesome 5 Free";
}

.wp-block-latest-comments li:last-child {
	border: none;
	padding-bottom: 0;
}

.wp-block-latest-comments li a {
	padding: 0;
	color: #5a5a5a;
	display: initial;
}

.wp-block-latest-comments li a:hover {
	color: #2a07f9;
}

.wp-block-latest-comments li a:before {
	display: none;
}

.wp-block-latest-comments li:hover:before {
	font-weight: 600;
	color: #2a07f9;
}

.widget_rss ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.widget_rss ul li {
	padding: 10px 0;
	position: relative;
	border-bottom: 1px solid #e2e2e2;
}

.widget_rss ul li:before {
	top: 10px;
	left: 0;
	content: '\f02e';
	position: absolute;
	display: inline-block;
	font-weight: 400;
	font-family: "Font Awesome 5 Free";
}

.widget_rss ul li a {
	padding: 0;
	padding-left: 25px;
	color: #5a5a5a;
}

.widget_rss ul li a:hover {
	color: #2a07f9;
}

.widget_rss ul li a:before {
	display: none;
}

.widget_rss ul li:last-child {
	border: none;
	padding-bottom: 0;
}

.widget_rss ul li:hover:before {
	font-weight: 600;
	color: #2a07f9;
}

.textwidget p img {
	margin: 7px 0;
}

.sidebar-widget {
	padding: 20px 30px 30px;
	border: 1px solid #C7C5C5;
	border-radius: 10px;
}

.sidebar-widget .wp-block-search .wp-block-search__inside-wrapper,
.sidebar-widget select {
	margin-bottom: 0;
}

.widget-heading {
	margin-bottom: 20px;
}

.widget-heading .heading-title {
	position: relative;
	color: #041A57;
}

.widget-heading .heading-title a {
	color: #041A57;
}

.search-form .stylish-input-group {
	background: transparent;
	height: 62px;
}

.search-form .stylish-input-group .form-control {
	height: 62px;
	padding: 10px 22px 10px;
	box-shadow: none;
	border-radius: 0;
	background: transparent;
	color: #000000;
	border-radius: 10px;
}

.search-form .stylish-input-group .input-group-addon {
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent !important;
}

.search-form .stylish-input-group .input-group-addon button {
	height: 100%;
	padding: 5px 25px;
	cursor: pointer;
	background: #2a07f9;
	border: 0;
	transition: all 0.3s ease-in-out;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.search-form .stylish-input-group .input-group-addon button i {
	display: block;
	line-height: 1;
}

.search-form .stylish-input-group .input-group-addon button i:before {
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
}

.search-form .stylish-input-group .input-group-addon button:focus {
	outline: none;
}

.search-form .stylish-input-group .input-group-addon button svg {
	stroke: #ffffff;
}

.search-form .stylish-input-group input.form-control::-webkit-input-placeholder,
.search-form .stylish-input-group textarea.form-control::-webkit-input-placeholder {
	color: #C1C1C1;
}

.tagcloud a {
	font-size: 14px !important;
	color: #5a5a5a;
	border: 1px solid #E2E2E2;
	padding: 4px 18px;
	margin-bottom: 5px;
	display: inline-block;
}

.tagcloud a:hover {
	background-color: #2a07f9;
	border-color: #2a07f9;
	color: #ffffff;
}

.widget-service .service-list {
	padding-left: 0;
	list-style: none;
}

.widget-service .service-list li {
	margin-bottom: 10px;
}

.widget-service .service-list li:last-child {
	margin-bottom: 0;
}

.widget-service .service-list li.current-post a {
	background-color: #2a07f9;
	color: #ffffff;
	border-color: #2a07f9;
}

.widget-service .service-list li.current-post a:after {
	color: #ffffff;
}

.widget-service .service-list li.current-post a i:before {
	color: #ffffff;
}

.widget-service .service-list a {
	border: 1px solid #bfbfbf;
	font-weight: 600;
	display: flex;
	align-items: center;
	color: #5a5a5a;
	padding: 10px 40px 10px 14px;
	position: relative;
}

.widget-service .service-list a:after {
	content: "\f125";
	font-family: flaticon;
	position: absolute;
	font-size: 17px;
	color: #2a07f9;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}

.widget-service .service-list a i {
	line-height: 1;
	margin-right: 18px;
}

.widget-service .service-list a i:before {
	font-size: 32px;
	color: #2a07f9;
	transition: all 0.3s ease-in-out;
}

.widget-service .service-list a:hover {
	background-color: #2a07f9;
	color: #ffffff;
	border-color: #2a07f9;
}

.widget-service .service-list a:hover:after {
	color: #ffffff;
}

.widget-service .service-list a:hover i:before {
	color: #ffffff;
}

footer .widget_recent_entries ul>li,
footer .widget_categories ul>li,
footer .widget_nav_menu ul>li,
footer .widget_archive ul>li,
footer .widget_pages ul>li,
footer .widget_meta ul>li {
	color: #e5e5e5;
}

footer .widget_recent_entries ul>li:before,
footer .widget_categories ul>li:before,
footer .widget_nav_menu ul>li:before,
footer .widget_archive ul>li:before,
footer .widget_pages ul>li:before,
footer .widget_meta ul>li:before {
	top: 6px;
}

footer .widget_recent_entries ul>li>a,
footer .widget_categories ul>li>a,
footer .widget_nav_menu ul>li>a,
footer .widget_archive ul>li>a,
footer .widget_pages ul>li>a,
footer .widget_meta ul>li>a {
	color: #e5e5e5;
}

footer .widget_recent_entries ul>li span,
footer .widget_categories ul>li span,
footer .widget_nav_menu ul>li span,
footer .widget_archive ul>li span,
footer .widget_pages ul>li span,
footer .widget_meta ul>li span {
	color: #e5e5e5;
}

footer .widget_nav_menu ul>li ul li {
	padding-left: 20px;
}

footer select {
	width: 100%;
	color: #ffffff;
}

footer select option {
	color: #5a5a5a;
}

footer table {
	color: #ffffff;
}

footer table caption {
	color: #ffffff;
}

footer .widget_recent_comments ul li {
	margin: 0;
	padding-left: 25px;
	color: #ffffff;
}

footer .widget_recent_comments ul li a {
	padding: 0;
	color: #ffffff;
}

footer .widget_recent_comments ul li a:hover {
	color: #ee0034;
}

footer .widget_recent_comments ul li span {
	padding: 0;
}

footer .widget_recent_comments ul li:hover:before {
	color: #ee0034;
}

footer .widget_rss h3.footer-title a {
	color: #ffffff;
}

footer .widget_rss ul li {
	color: #e5e5e5;
}

footer .widget_rss ul li a {
	color: #e5e5e5;
}

footer .widget_rss ul li a:hover {
	color: #ee0034;
}

footer .widget_rss ul li:hover:before {
	color: #ee0034;
}

footer .widget_rss .widget_rss ul li:hover:before {
	font-weight: 600;
	color: #2a07f9;
}

footer .textwidget {
	color: #ffffff;
}

footer .tagcloud a {
	color: #ffffff;
}

footer .tagcloud a:hover {
	background-color: #ee0034;
	border-color: #ee0034;
	color: #ffffff;
}

footer .widget_recent_entries ul>li a:hover,
footer .widget_categories ul>li a:hover,
footer .widget_nav_menu ul>li a:hover,
footer .widget_archive ul>li a:hover,
footer .sidebar-widget ul>li a:hover,
footer .widget_pages ul>li a:hover,
footer .widget_meta ul>li a:hover {
	color: #ee0034;
}

footer .widget_recent_entries ul>li a:hover:before,
footer .widget_categories ul>li a:hover:before,
footer .widget_nav_menu ul>li a:hover:before,
footer .widget_archive ul>li a:hover:before,
footer .sidebar-widget ul>li a:hover:before,
footer .widget_pages ul>li a:hover:before,
footer .widget_meta ul>li a:hover:before {
	font-weight: 600;
}

.footer-style-2 .menu-quick-links-container ul,
.footer-layout2 .menu-quick-links-container ul {
	display: grid;
	grid-template-columns: 50% 50%;
}

.footer-style-2 .menu-quick-links-container ul>li,
.footer-layout2 .menu-quick-links-container ul>li {
	border: none;
	padding-right: 10px;
}

.footer-style-2 .menu-quick-links-container ul>li a,
.footer-layout2 .menu-quick-links-container ul>li a {
	padding: 6px 0;
}

.footer-style-2 .recent-post li,
.footer-layout2 .recent-post li {
	border: none;
}

.footer-style-2 .recent-post li a,
.footer-layout2 .recent-post li a {
	line-height: 24px;
}

.footer-style-2 .recent-post .media-body span,
.footer-layout2 .recent-post .media-body span {
	color: #ffffff;
}

.widget-gallery a {
	position: relative;
}

.widget-gallery a:before {
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(0, 30, 86, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.widget-gallery a:hover:before {
	visibility: visible;
	opacity: 1;
}

.wp-block-search__inside-wrapper {
	position: relative;
}

.wp-block-search__inside-wrapper .wp-block-search__input {
	width: 100%;
	padding-right: 50px;
	border: 1px solid #2a07f9;
}

.wp-block-search__inside-wrapper .wp-block-search__input:focus {
	outline: none;
}

.wp-block-search__inside-wrapper .wp-block-search__button {
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	border-top-color: #2a07f9;
	border-right-color: #2a07f9;
	border-bottom-color: #2a07f9;
	position: absolute;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	background-color: #2a07f9;
}

.wp-block-search__inside-wrapper .wp-block-search__button:after {
	top: 9px;
	right: 0;
	width: 100%;
	height: 100%;
	font-size: 18px;
	content: "\f002";
	font-weight: 900;
	position: absolute;
	color: #ffffff;
	display: inline-block;
	-webkit-text-fill-color: aliceblue;
	font-family: "Font Awesome 5 Free";
}

.widget-banner {
	position: relative;
	z-index: 1;
}

.widget-banner:before {
	content: "";
	background-color: rgba(42, 7, 249, 0.6);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	border-radius: 10px;
}

.widget-banner img {
	border-radius: 10px;
}

.widget-banner .content-box {
	padding: 30px;
	text-align: center;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
}

.widget-banner .content-box .title {
	color: #ffffff;
	font-style: italic;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 34px;
	line-height: 1.3;
}

.widget-banner .content-box .title span {
	display: block;
}

.widget-follow-us .social {
	list-style: none;
	flex-wrap: inherit;
	display: inline-flex;
}

.widget-follow-us .social li {
	margin-right: 5px;
	margin-bottom: 5px;
	padding-left: 0;
	display: inline-flex;
}

.widget-follow-us .social li:last-child {
	margin-right: 0;
}

.widget-follow-us .social li:before {
	display: none;
}

.widget-follow-us .social li a {
	padding: 0;
	width: 44px;
	height: 44px;
	display: flex;
	color: #BABBBC;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	border: 1px solid #B1B1B1;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
}

.widget-follow-us .social li a:before {
	display: none;
}

.widget-follow-us .social li a:hover {
	color: #ffffff;
}

.widget-follow-us .social li .facebook:hover {
	background-color: #3b5998;
	border-color: #3b5998;
}

.widget-follow-us .social li .twitter:hover {
	background-color: #00acee;
	border-color: #00acee;
}

.widget-follow-us .social li .linkedin:hover {
	background-color: #0077B5;
	border-color: #0077B5;
}

.widget-follow-us .social li .instagram:hover {
	background-color: #C13584;
	border-color: #C13584;
}

.widget-follow-us .social li .pinterest:hover {
	background-color: #bd081c;
	border-color: #bd081c;
}

/*------------------- 4.3 Footer -------------------*/
.footer-wrap-layout3,
.footer-wrap-layout2,
.footer-wrap-layout1 {
	position: relative;
	z-index: 0;
}

.footer-wrap-layout3:before,
.footer-wrap-layout2:before,
.footer-wrap-layout1:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: -1;
	position: absolute;
	display: inline-block;
	background-color: #0e1c41;
}

.footer-wrap-layout3.newsletter-form-enable,
.footer-wrap-layout2.newsletter-form-enable,
.footer-wrap-layout1.newsletter-form-enable {
	padding-top: 130px;
}

.footer-wrap-layout3 .copyright-text span#currentYear,
.footer-wrap-layout2 .copyright-text span#currentYear,
.footer-wrap-layout1 .copyright-text span#currentYear {
	margin-right: 3px;
}

.footer1.footer-top {
	padding: 100px 0 70px;
}

@media (max-width: 991px) {
	.footer1.footer-top {
		padding: 90px 0 60px;
	}
}

@media (max-width: 767px) {
	.footer1.footer-top {
		padding: 80px 0 50px;
	}
}

@media (max-width: 575px) {
	.footer1.footer-top {
		padding: 70px 0 40px;
	}
}

.footer1.footer-top .footer-widgets {
	margin-bottom: 30px;
}

.footer1.footer-top .footer-widgets .widget-title {
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
}

.footer1.footer-top .footer-widgets .widget-title a {
	color: #ffffff;
}

.footer1.footer-top .footer-widgets .footer-logo {
	display: block;
	margin-bottom: 15px;
}

.footer1.footer-top .footer-widgets .description {
	color: #E5E5E5;
	margin-bottom: 25px;
}

.footer1.footer-top .footer-widgets .footer-menu ul {
	list-style: none;
}

.footer1.footer-top .footer-widgets .footer-menu ul li {
	margin-bottom: 15px;
}

.footer1.footer-top .footer-widgets .footer-menu ul li:last-child {
	margin-bottom: 0;
}

.footer1.footer-top .footer-widgets .footer-menu ul li a {
	position: relative;
	font-family: "Raleway", sans-serif;
	color: #e5e5e5;
	transition: all 0.3s ease-in-out;
}

.footer1.footer-top .footer-widgets .footer-menu ul li a svg {
	margin-right: 12px;
	fill: transparent;
}

.footer1.footer-top .footer-widgets .footer-menu ul li a svg path {
	stroke: #ffffff;
	stroke-width: 1px;
	transition: all 0.3s ease-in-out;
}

.footer1.footer-top .footer-widgets .footer-menu ul li a:hover {
	color: #ee0034;
}

.footer1.footer-top .footer-widgets .footer-menu ul li a:hover:before {
	color: #ee0034;
}

.footer1.footer-top .footer-widgets .footer-menu ul li a:hover svg {
	fill: #ee0034;
}

.footer1.footer-top .footer-widgets .footer-menu ul li a:hover svg path {
	stroke: #ee0034;
}

.footer1.footer-top .footer-widgets .gallery-item {
	overflow: hidden;
	border-radius: 15px;
	transition: all 0.3s ease-in-out;
}

.footer1.footer-top .footer-widgets .gallery-item .gallery-icon.landscape {
	float: left;
	display: inline-flex;
}

.footer1.footer-top .footer-widgets .gallery-item .gallery-icon.landscape a {
	display: inline-flex;
	border-radius: 15px;
	overflow: hidden;
}

.footer1.footer-top .footer-widgets .gallery-item .gallery-icon.landscape img {
	transition: all 0.3s ease-in-out;
	border-radius: 15px;
	cursor: pointer;
}

.footer1.footer-top .footer-widgets .gallery-item .gallery-icon.landscape:hover img {
	transform: scale(1.2);
}

.footer1.footer-top .footer-widgets .gallery-item:hover a img {
	opacity: 0.95;
	transform: scale(1.2);
}

.footer1.footer-bottom {
	background-color: #2a07f9;
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 15px;
	padding: 15px;
}

.footer1.footer-bottom .link-text {
	display: inline-block;
	margin: 0 5px;
	color: #cecece;
	transition: all 0.3s ease-in-out;
}

.footer1.footer-bottom .link-text:hover {
	color: #ee0034;
}

.footer-wrap-layout2 {
	background-color: #0E1C41;
}

.footer2.footer-top {
	padding: 80px 0 20px;
}

.footer2.footer-top .widget-title {
	font-weight: 600;
	font-size: 22px;
	color: #ffffff;
}

.footer2.footer-top .footer-newsletter form {
	display: flex;
	flex-wrap: wrap;
}

.footer2.footer-top .footer-newsletter input {
	padding: 10px 20px;
	border: 0;
	height: 55px;
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
	display: inline-flex;
	background-clip: unset;
}

.footer2.footer-top .footer-newsletter input:focus {
	box-shadow: none;
}

@media (max-width: 767px) {
	.footer2.footer-top .footer-newsletter input {
		height: 50px;
	}
}

.footer2.footer-top .footer-newsletter button {
	margin-bottom: 15px;
	height: 55px;
}

@media (max-width: 767px) {
	.footer2.footer-top .footer-newsletter button {
		height: 45px;
	}
}

.footer2.footer-top .footer-newsletter .ff-t-container .ff-t-column-1 {
	width: 80%;
	padding-right: 0;
}

@media (max-width: 767px) {
	.footer2.footer-top .footer-newsletter .ff-t-container .ff-t-column-1 {
		width: 100%;
	}

	.footer2.footer-top .footer-newsletter .ff-t-container .ff-t-column-1 .ff-el-group {
		margin-bottom: 0;
	}
}

.footer2.footer-top .footer-newsletter .ff-t-container .ff-t-column-2 {
	width: 35%;
}

.footer2.footer-top .footer-logo {
	margin-bottom: 30px;
	display: inline-block;
}

.footer2.footer-top .template-secondary-menu .menu {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	align-items: center;
	margin-bottom: 10px;
}

.footer2.footer-top .template-secondary-menu .menu .menu-item {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
}

.footer2.footer-top .template-secondary-menu .menu .menu-item a {
	padding: 5px 20px;
	color: #A6B2D4;
	transition: all 0.3s ease-in-out;
}

.footer2.footer-top .template-secondary-menu .menu .menu-item a:hover {
	color: #ee0034;
}

@media (max-width: 767px) {
	.footer2.footer-top .template-secondary-menu .menu .menu-item a {
		padding: 5px 10px;
		font-size: 15px;
	}
}

.footer2.footer-top .template-secondary-menu .menu .menu-item:first-child a {
	padding: 5px 20px 5px 0;
}

.footer2.footer-bottom {
	padding: 15px 0;
	border-top: 1px solid #2C3C67;
}

.footer2.footer-bottom .widget-title {
	font-weight: 600;
	color: #ffffff;
	font-size: 22px;
}

.footer2.footer-bottom .copyright-text {
	color: #A6B2D4;
	margin: 5px 0;
}

.footer2.footer-bottom .copyright-text .link-text {
	color: #ffffff;
	display: inline-block;
	margin: 0 5px;
	transition: all 0.3s ease-in-out;
}

.footer2.footer-bottom .copyright-text .link-text:hover {
	text-decoration: underline;
	color: #ee0034;
}

@media (max-width: 575px) {
	.footer2.footer-bottom .copyright-text {
		width: 100%;
		text-align: center;
	}
}

.footer2.footer-bottom .footer-social {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	padding-left: 0;
}

.footer2.footer-bottom .footer-social li {
	margin-bottom: 5px;
	margin-right: 5px;
}

.footer2.footer-bottom .footer-social li:last-child {
	margin-right: 0;
}

.footer2.footer-bottom .footer-social li a {
	height: 30px;
	width: 35px;
	color: #A6B2D4;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
	background-color: transparent;
}

.footer2.footer-bottom .footer-social li a:hover {
	color: #ee0034;
}

@media (max-width: 575px) {
	.footer2.footer-bottom .footer-social {
		width: 100%;
		text-align: center;
		display: inline-block;
	}

	.footer2.footer-bottom .footer-social li {
		display: inline-block;
	}
}

.footer-wrap-layout3 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 0;
	background-color: #0E1C41;
}

@media (max-width: 767px) {
	.footer-wrap-layout3 {
		padding-top: 70px;
	}
}

.footer3.footer-top {
	border-bottom: 1px solid #2c3c67;
	padding-bottom: 100px;
}

.footer3.footer-top .title {
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
	max-width: 340px;
	width: 100%;
}

@media (max-width: 1199px) {
	.footer3.footer-top .title {
		font-size: 36px;
	}
}

@media (max-width: 991px) {
	.footer3.footer-top .title {
		font-size: 34px;
	}
}

@media (max-width: 767px) {
	.footer3.footer-top .title {
		font-size: 32px;
	}
}

@media (max-width: 575px) {
	.footer3.footer-top .title {
		font-size: 30px;
	}
}

.footer3.footer-top .list-description p {
	border-bottom: 1px solid #2c3c67;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.footer3.footer-top .list-description p:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.footer3.footer-top .description {
	color: #F2F2F2;
	max-width: 460px;
	width: 100%;
}

.footer3.footer-middle {
	border-bottom: 1px solid #2c3c67;
	padding-bottom: 60px;
}

.footer3.footer-middle .widget-title {
	font-weight: 600;
	font-size: 24px;
	color: #ffffff;
	line-height: 30px;
}

.footer3.footer-middle .desc {
	color: #F2F2F2;
	margin-bottom: 15px;
}

.footer3.footer-middle .desc p {
	color: #F2F2F2;
}

.footer3.footer-middle .desc p:last-child {
	margin-bottom: 0;
}

.footer3.footer-middle .footer-newsletter .fluentform .ff-el-group {
	margin: 0 !important;
}

.footer3.footer-middle .footer-newsletter .frm-fluent-form .ff-t-container {
	flex-flow: column;
}

.footer3.footer-middle .footer-newsletter input {
	padding: 5px 15px;
	background-color: transparent;
	height: 50px;
	border: 1px solid #666565;
	color: #ffffff;
	border-radius: 5px;
}

.footer3.footer-middle .footer-newsletter input:focus {
	box-shadow: none;
}

.footer3.footer-middle .footer-newsletter .ff-t-container .ff-t-column-1 {
	width: 100%;
	display: table-caption;
}

@media (max-width: 767px) {
	.footer3.footer-middle .footer-newsletter .ff-t-container .ff-t-column-1 {
		display: inline-block;
	}
}

.footer3.footer-middle .footer-newsletter .ff-t-container .ff-t-column-2 {
	padding-left: 0;
}

.footer3.footer-middle .footer-newsletter .ff-t-container .ff-t-column-2 .btn-fill.style-one {
	background-color: #ee0034;
}

.footer3.footer-middle .footer-newsletter .ff-t-container .ff-t-column-2 .btn-fill.style-one:before {
	background-color: #2a07f9;
}

.footer3.footer-middle .footer-menu ul {
	list-style: none;
}

.footer3.footer-middle .footer-menu ul li {
	margin-bottom: 15px;
}

.footer3.footer-middle .footer-menu ul li:last-child {
	margin-bottom: 0;
}

.footer3.footer-middle .footer-menu ul li a {
	position: relative;
	color: #F2F2F2;
	transition: all 0.3s ease-in-out;
}

.footer3.footer-middle .footer-menu ul li a:hover {
	color: #ee0034;
}

.footer3.footer-middle .footer-address ul {
	padding-left: 0;
	list-style: none;
}

.footer3.footer-middle .footer-address ul li {
	padding-left: 40px;
	margin-bottom: 15px;
	position: relative;
}

.footer3.footer-middle .footer-address ul li:last-child {
	margin-bottom: 0;
}

.footer3.footer-middle .footer-address ul li .icon-box {
	position: absolute;
	top: 0;
	left: 0;
}

.footer3.footer-middle .footer-address ul li .icon-box svg {
	fill: #F2F2F2;
}

.footer3.footer-middle .footer-address ul li .text-box {
	color: #F2F2F2;
}

.footer3.footer-middle .footer-address ul li a {
	color: #F2F2F2;
}

.footer3.footer-middle .footer-address ul li a:hover {
	color: #ee0034;
}

.footer3.footer-bottom {
	padding: 20px 0;
}

.footer3.footer-bottom .copyright-text {
	color: #dddddd;
}

.footer3.footer-bottom .copyright-text .link-text {
	color: #ffffff;
	display: inline-block;
	margin: 0 5px;
	transition: all 0.3s ease-in-out;
}

.footer3.footer-bottom .copyright-text .link-text:hover {
	text-decoration: underline;
	color: #ee0034;
}

.footer3-addons .footer-wrap-layout3 {
	background-color: transparent;
}

.footer3-addons .footer-wrap-layout3 .footer3.footer-middle {
	border-color: #453e45;
}

.footer-wrap-layout4 {
	padding-top: 120px;
	padding-bottom: 0;
	background-color: #0C0324;
}

@media (max-width: 1199px) {
	.footer-wrap-layout4 {
		padding-top: 105px;
	}
}

@media (max-width: 991px) {
	.footer-wrap-layout4 {
		padding-top: 90px;
	}
}

@media (max-width: 767px) {
	.footer-wrap-layout4 {
		padding-top: 75px;
	}
}

@media (max-width: 575px) {
	.footer-wrap-layout4 {
		padding-top: 60px;
	}
}

.footer4.footer-top {
	border-bottom: 1px solid #2a2143;
	padding-bottom: 50px;
}

@media (max-width: 991px) {
	.footer4.footer-top {
		padding-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.footer4.footer-top {
		padding-bottom: 30px;
	}
}

@media (max-width: 575px) {
	.footer4.footer-top {
		padding-bottom: 20px;
	}
}

.footer4.footer-top .footer-widgets {
	margin-bottom: 30px;
}

.footer4.footer-top .footer-menu ul {
	list-style: none;
}

.footer4.footer-top .footer-menu ul li {
	margin-bottom: 15px;
}

.footer4.footer-top .footer-menu ul li:last-child {
	margin-bottom: 0;
}

.footer4.footer-top .footer-menu ul li a {
	font-weight: 500;
	font-size: 18px;
	color: #f2f2f2;
	font-family: "Raleway", sans-serif;
	transition: all 0.3s ease-in-out;
}

.footer4.footer-top .footer-menu ul li a:hover {
	color: #ee0034;
}

.footer4.footer-top .footer-address {
	margin-top: -10px;
}

.footer4.footer-top .footer-address ul {
	list-style: none;
}

.footer4.footer-top .footer-address ul li {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 8px;
}

.footer4.footer-top .footer-address ul li:last-child {
	margin-bottom: 0;
}

.footer4.footer-top .footer-address ul li.mail-style {
	font-size: 28px;
	font-weight: 500;
	color: #ffffff;
	font-family: "Raleway", sans-serif;
}

@media (max-width: 991px) {
	.footer4.footer-top .footer-address ul li.mail-style {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	.footer4.footer-top .footer-address ul li.mail-style {
		font-size: 24px;
	}
}

.footer4.footer-top .footer-address ul li.phone-style {
	font-size: 18px;
	color: #ffffff;
	font-family: "Raleway", sans-serif;
}

.footer4.footer-top .footer-address ul li.phone-style .icon-box {
	margin-right: 10px;
}

.footer4.footer-bottom {
	padding: 30px 0;
}

@media (max-width: 767px) {
	.footer4.footer-bottom {
		padding: 20px 0;
	}
}

@media (max-width: 575px) {
	.footer4.footer-bottom {
		padding: 10px 0;
	}
}

.footer4.footer-bottom .copyright-text {
	color: #dddddd;
	margin: 5px 0;
}

.footer4.footer-bottom .copyright-text .link-text {
	color: #ffffff;
	display: inline-block;
	margin: 0 5px;
	transition: all 0.3s ease-in-out;
}

.footer4.footer-bottom .copyright-text .link-text:hover {
	text-decoration: underline;
	color: #ee0034;
}

footer .wp-block-latest-comments li {
	color: #e5e5e5;
}

footer .wp-block-latest-comments li a,
footer a {
	color: #e5e5e5;
}

footer .wp-block-latest-comments li a:hover,
footer a:hover {
	color: #ee0034;
}

footer .widget .wp-block-search .wp-block-search__label {
	color: #ffffff;
}

footer .widget .wp-block-group h2 {
	color: #ffffff;
}

/*------------------- 4.9 Section -------------------*/
.section {
	padding: 130px 0 100px;
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 991px) {
	.section {
		padding: 100px 0 70px;
	}
}

.section-heading {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
	.section-heading {
		margin-bottom: 20px;
	}
}

.section-heading .heading-subtitle {
	font-size: 18px;
	position: relative;
	letter-spacing: 2px;
	display: inline-block;
	color: #2a07f9;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.section-heading .heading-subtitle {
		font-size: 16px;
	}
}

.section-heading .heading-title {
	font-size: 36px;
	margin: 0 auto 5px;
	color: #041A57;
	line-height: 1.3;
}

.section-heading .heading-title a {
	color: #041A57;
}

@media only screen and (max-width: 767px) {
	.section-heading .heading-title {
		font-size: 30px;
	}
}

.section-heading p {
	margin-bottom: 0;
	max-width: 700px;
	margin: 0 auto;
	padding: 0 10px;
}

.section-heading.style-three .heading-title span {
	color: #ee0034;
}

.section-heading span.line {
	width: 100px;
	position: relative;
	display: inline-flex;
}

.section-heading span.line:before,
.section-heading span.line:after {
	content: "";
	position: absolute;
	z-index: 1;
	height: 3px;
	width: 25px;
	background-color: #2a07f9;
	transition: all 0.3s ease-in-out;
}

.section-heading span.line:before {
	left: 0;
	width: 25px;
	background-color: #2a07f9;
}

.section-heading span.line:after {
	right: 0;
	width: 65px;
	background-color: #ee0034;
}

.elementor-align-left .section-heading p {
	margin: 0;
	padding: 0;
}

.elementor-align-right .section-heading p {
	margin: 0 0 0 auto;
	padding: 0;
}

.dark-layout {
	background-color: #0C0324;
}

.template-fixed-bg {
	background-position: center 100px;
	background-repeat: no-repeat;
	background-color: #0C0324;
	height: 100vh;
	width: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
}

#template-fixed-bg-wrap {
	position: relative;
}

#template-fixed-bg-wrap .template-fixed-bg {
	position: fixed;
}

#template-fixed-bg-wrap.for-bg-fixed .template-fixed-bg {
	position: fixed;
}

section:hover .section-heading.style-two span.line:before,
section:hover .section-heading.style-three span.line:before {
	width: 65px;
}

section:hover .section-heading.style-two span.line:after,
section:hover .section-heading.style-three span.line:after {
	width: 25px;
}

body.full-page-background {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}

body.full-page-background:before {
	content: "";
	height: 100%;
	width: 100%;
	background: linear-gradient(to left, #F1ECFF, #D4E3FF);
	opacity: 0.23;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

body.full-page-background .boxed-page-wrap {
	background-color: rgba(255, 255, 255, 0.8);
	margin: 50px 95px 0;
	border-radius: 20px;
}

.search-page {
	padding-top: 120px;
	padding-bottom: 90px;
}

.no-results.not-found .search-form {
	margin-top: 30px;
}

/* = 404 error =*/
.error-wrap-layout {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #0E1C41;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom left;
	position: relative;
	z-index: 0;
}

.error-wrap-layout:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	position: absolute;
	display: inline-block;
	background-color: #000;
	opacity: .5;
	z-index: -1;
}

.error-wrap-layout .header-logo.logo-1 img {
	width: 250px;
	height: auto;
}

.error-wrap-layout h1.main-title {
	margin-top: 50px;
	color: #ffffff;
	font-size: 100px;
	line-height: 75px;
}

.error-wrap-layout h2.sub-title {
	color: #ffffff;
}

.error-wrap-layout .search-form {
	justify-content: center;
	margin: 55px 0;
	display: inline-flex;
	width: 450px;
}

@media (max-width: 600px) {
	.error-wrap-layout .search-form {
		width: 280px;
	}
}

.error-wrap-layout .search-form .form-group {
	max-width: 350px;
	width: 100%;
}

.error-wrap-layout .search-form .stylish-input-group {
	flex-wrap: inherit;
}

.error-wrap-layout .search-form .stylish-input-group .form-control {
	height: 60px;
	padding: 8px 15px;
	color: #ffffff;
	font-size: 16px;
	background-color: transparent;
	border: 1px solid #ffffff;
	border-radius: 0 !important;
	box-shadow: none;
	margin-right: 15px;
	max-width: 400px;
	width: 100%;
	color: #ffffff !important;
}

.page-details-wrap-layout {
	padding-top: 130px;
	padding-bottom: 90px;
}

@media (max-width: 1024px) {
	.page-details-wrap-layout {
		padding-top: 90px;
		padding-bottom: 70px;
	}
}

.page-details-wrap-layout .entry-content {
	width: 100%;
	display: inline-block;
}

.page-details-wrap-layout .single-blog-form,
.page-details-wrap-layout .evacon-page-links {
	margin-top: 50px;
}

/*============================================================================
26. WooCommerce Related Styles
==============================================================================*/
.content-area {
	margin-top: 130px;
	margin-bottom: 130px;
}

/* = 26.1 WooCommerce Overridge
===============================================*/
.woocommerce a.remove {
	display: inline-block;
}

.woocommerce span.onsale {
	background-color: #2a07f9;
}

.woocommerce-page #payment #place_order,
.woocommerce #payment #place_order {
	background-color: #2a07f9;
}

.woocommerce-page #payment #place_order:hover,
.woocommerce #payment #place_order:hover {
	background-color: #ee0034;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	background-color: #ffffff;
}

.woocommerce-message,
.woocommerce-info {
	border-top-color: #2a07f9;
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: #2a07f9;
}

.woocommerce table.shop_table {
	border-color: #e8e8e8;
}

.woocommerce div.product form.cart .variations label {
	margin-bottom: 0;
}

.woocommerce div.product form.cart .variations td.label {
	width: 70px;
	text-align: left;
}

.woocommerce div.product form.cart .variations td.label,
.woocommerce div.product form.cart .group_table td {
	vertical-align: middle;
}

.woocommerce span.onsale {
	min-width: 50px;
	min-height: 50px;
	font-weight: 500;
	line-height: 45px;
	background-color: #2a07f9;
}

@media only screen and (max-width: 480px) {
	.woocommerce span.onsale {
		left: 5px;
	}
}

.woocommerce table.shop_attributes td {
	padding: 5px;
}

/* = Products Archive
===============================================*/
.product-page {
	padding-top: 130px;
	padding-bottom: 110px;
}

.product-page .block-box {
	position: relative;
	margin-bottom: 30px;
}

.product-page .load-more-btn {
	margin-bottom: 80px;
}

@media only screen and (max-width: 1199px) {
	.product-page .product-filter {
		text-align: center;
	}

	.product-page .product-filter p {
		width: 100%;
	}

	.product-page .product-filter form.woocommerce-ordering {
		float: unset;
	}
}

.product-page select {
	color: #5a5a5a;
	background-position: calc(100% - 18px) calc(20px + 2px), calc(100% - 12px) calc(20px + 2px), calc(100% - 26px) 3px;
}

.product-page select:focus {
	border-color: #2a07f9;
	background-position: calc(100% - 12px) 20px, calc(100% - 18px) 20px, calc(100% - 32px) 8px;
}

.product-breadcrumb {
	z-index: 1;
	padding: 130px 0;
	overflow: hidden;
	margin-bottom: 0;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #2a07f9;
	background-image: url("../img/product_breadcrumb.png");
}

@media only screen and (max-width: 1199px) {
	.product-breadcrumb {
		padding: 100px 0;
	}
}

@media only screen and (max-width: 991px) {
	.product-breadcrumb {
		padding: 80px 0;
	}
}

@media only screen and (max-width: 767px) {
	.product-breadcrumb {
		padding: 60px 0;
	}
}

.product-breadcrumb .breadcrumb-area {
	position: relative;
	z-index: 1;
	text-align: center;
}

.product-breadcrumb .breadcrumb-area h1 {
	font-size: 28px;
	color: #ffffff;
	margin-bottom: 0;
}

.product-breadcrumb .breadcrumb-area .entry-breadcrumb {
	font-size: 14px;
	color: #ffffff;
}

.product-breadcrumb .breadcrumb-area .entry-breadcrumb a {
	font-weight: 500;
	color: #decff6;
	transition: all 0.3s ease-in-out;
}

.product-breadcrumb .breadcrumb-area .entry-breadcrumb a:hover {
	color: #ee0034;
}

.product-breadcrumb .breadcrumb-area ul li {
	display: inline-block;
	color: #ffffff;
}

.product-breadcrumb .breadcrumb-area ul li:last-child:after {
	display: none;
}

.product-breadcrumb .breadcrumb-area ul li:after {
	content: "/";
	padding: 0 2px;
}

.product-breadcrumb .breadcrumb-area ul li a {
	font-weight: 500;
	color: #decff6;
	transition: all 0.3s ease-in-out;
}

.product-breadcrumb .breadcrumb-area ul li a:hover {
	color: #ee0034;
}

.product-filter {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.product-filter {
		width: 100%;
		display: inline-block;
	}
}

.product-filter select {
	font-size: 14px;
	padding: 10px 25px;
	padding-right: 40px;
}

.product-box .product-img {
	text-align: center;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}

.product-box .product-img a {
	display: block;
}

.product-box .product-img a img {
	transform: scale(1);
	transition: all 0.3s ease-in-out;
}

.product-box .product-content {
	position: relative;
}

@media only screen and (max-width: 1199px) {
	.product-box .product-content {
		padding-top: 15px;
		text-align: center;
		border-top: 1px solid #eceef0;
	}
}

.product-box .product-content .item-category a {
	font-size: 13px;
	color: #828282;
	letter-spacing: 2px;
	font-weight: 500;
}

.product-box .product-content .item-category a:hover {
	color: #2a07f9;
}

.product-box .product-content .product-title {
	font-size: 18px;
}

.product-box .product-content .product-title a {
	color: #000000;
}

.product-box .product-content .product-title a:hover {
	color: #2a07f9;
}

.product-box .product-content .product-price {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 18px;
	font-weight: 600;
	color: #2a07f9;
}

@media only screen and (max-width: 1199px) {
	.product-box .product-content .product-price {
		position: relative;
	}
}

.product-box .product-content .product-price del {
	opacity: .4;
}

.product-box .rtin-buttons-woocart {
	left: 0;
	right: 0;
	z-index: 9;
	bottom: -30px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	transition: all 0.3s ease-in-out;
}

.product-box .rtin-buttons-woocart i {
	font-size: 18px;
}

.product-box .rtin-buttons-woocart a {
	padding: 8px 25px;
	color: #ffffff;
	border-radius: 5px;
	display: inline-block !important;
	background-color: #2a07f9;
}

.product-box .rtin-buttons-woocart a:hover {
	background-color: #ee0034;
	animation: pulse2 1s;
	box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}

.product-box .rtin-buttons-woocart a.added_to_cart.added,
.product-box .rtin-buttons-woocart a.action-cart.added {
	display: none !important;
}

.product-box .rtin-buttons-woocart a.action-cart.loading {
	top: 0;
	opacity: 0.8;
	position: relative;
}

.product-box .rtin-buttons-woocart a.action-cart.loading:after {
	top: 8px;
	right: -25px;
	content: '\e01c';
	font-weight: 400;
	position: absolute;
	color: #2a07f9;
	vertical-align: top;
	font-family: WooCommerce;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.product-box:hover .product-img a img {
	transform: scale(1.1);
}

.product-box:hover .rtin-buttons-woocart {
	opacity: 1;
	bottom: 15px;
	visibility: visible;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 var(--hover);
	}
}

/* = Products Details
===============================================*/
.woocommerce .rt-product-details-page {
	padding-top: 130px;
	padding-bottom: 95px;
}

.woocommerce .rt-product-details-page div.product form.cart .variations select {
	border-color: #d7e1ff;
}

@media only screen and (max-width: 991px) {
	.single-product .product-gallery {
		max-width: 600px;
		margin-bottom: 30px;
		display: inline-block;
	}
}

.single-product .product-gallery div.images {
	width: 100% !important;
}

.single-product .product-gallery div.images .flex-control-thumbs li {
	padding: 5px !important;
}

.single-product .product-gallery div.images .flex-control-thumbs li:first-child {
	margin-left: 0 !important;
}

.single-product .product-gallery div.images .flex-control-thumbs li:last-child {
	margin-right: 0 !important;
}

.single-product .product-gallery div.images figure.woocommerce-product-gallery__wrapper a {
	float: left;
	width: 100%;
	display: inline-flex;
}

.single-product .product-content {
	padding-left: 15px;
}

.single-product .product-content .product_cat_meta span {
	font-weight: 500;
	color: #000000;
	margin-right: 5px;
}

.single-product .product-content .product_cat_meta a {
	font-size: 12px;
	color: #828282;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.single-product .product-content h1.product_title {
	font-size: 34px;
	line-height: 46px;
	margin-bottom: 15px;
}

@media only screen and (max-width: 575px) {
	.single-product .product-content h1.product_title {
		margin-bottom: 10px;
	}
}

.single-product .product-content p.price {
	font-size: 24px !important;
	font-weight: 500;
	color: #2a07f9 !important;
	margin-bottom: 20px;
}

@media only screen and (max-width: 575px) {
	.single-product .product-content p.price {
		margin-bottom: 10px;
	}
}

.single-product .product-content .product_meta span.posted_in {
	display: none;
}

.single-product .product-content .product_meta span {
	font-weight: 500;
	color: #000000;
}

.single-product .product-content .product_meta span.sku_wrapper {
	display: block;
}

.single-product .product-content .product_meta span.sku_wrapper span.sku {
	color: #71728c;
	font-weight: 500;
}

.single-product .product-content .product_meta span.tagged_as {
	display: block;
}

.single-product .product-content .product_meta span.tagged_as a {
	color: #71728c;
	font-weight: 500;
}

.single-product .product-content .product_cat_meta {
	margin-bottom: 25px;
}

.single-product .product-content .woocommerce-product-details__short-description p {
	color: #71728c;
}

.single-product .product-content .single-add-to-cart-wrapper {
	margin-top: 50px;
}

@media only screen and (max-width: 991px) {
	.single-product .product-content .single-add-to-cart-wrapper {
		width: 100%;
		margin-top: 30px;
		margin-bottom: 30px;
		display: inline-block;
	}
}

.single-product .product-content .single-add-to-cart-wrapper .single_add_to_cart_button {
	background-color: #2a07f9;
	border-radius: 4px;
	padding: 9px 30px;
	display: block;
	height: 45px;
	color: #ffffff;
	font-weight: 500;
	transition: all 0.3s ease-in-out;
	text-align: center;
}

.single-product .product-content .single-add-to-cart-wrapper .single_add_to_cart_button:hover {
	background-color: #ee0034 !important;
}

.grouped_form table label {
	margin-bottom: 0;
}

.grouped_form table span {
	display: inline-block;
}

.woocommerce div.product form.cart .variations select {
	float: left;
	padding: 10px 40px 10px 20px;
	background-position: calc(100% - 18px) calc(20px + 2px), calc(100% - 12px) calc(20px + 2px), calc(100% - 26px) 3px;
	margin-bottom: 0;
}

.woocommerce div.product form.cart .variations select:focus {
	background-position: calc(100% - 12px) 20px, calc(100% - 18px) 20px, calc(100% - 32px) 8px;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	padding: 0;
	line-height: 1.8em;
	vertical-align: middle;
}

.woocommerce div.product div.images .flex-control-thumbs {
	display: flex;
	margin-top: 5px;
	margin-left: -5px;
	margin-right: -5px;
}

.quantity {
	margin: 0 auto;
	max-width: 181px;
	position: relative;
}

.quantity input.input-text,
.quantity .input-group-btn {
	width: 50px;
	height: 46px;
	border-radius: 4px;
	border: 1px solid #e5e5e5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}

.quantity .input-group-btn {
	position: absolute;
}

.quantity .input-group-btn span.quantity-btn i {
	font-size: 18px;
	line-height: 30px;
	color: #2a07f9;
}

.quantity .input-group-btn.minus {
	left: 0;
}

.quantity .input-group-btn.plus {
	right: 0;
}

.quantity .input-group-btn:hover {
	background-color: #ee0034;
}

.quantity .input-group-btn:hover span.quantity-btn i {
	color: #ffffff !important;
}

.quantity input.input-text {
	height: 46px;
	width: 70px !important;
	font-weight: 500;
	border-radius: 4px;
}

.quantity input.input-text:focus {
	outline: none;
}

.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
	display: none;
}

.woocommerce div.product form.cart div.quantity {
	margin: 0 5px 0 0;
}

.woocommerce .quantity .qty {
	text-align: center;
	margin-left: 55px !important;
	margin-right: 55px !important;
}

.single-product-info {
	background-color: #ffffff;
	padding: 30px 0;
	border-radius: 8px;
	margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
	.single-product-info {
		padding: 30px 15px;
	}
}

/* = Product Details Tab = */
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin-bottom: 25px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin-right: 40px;
}

@media only screen and (max-width: 767px) {
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		margin-right: 20px;
	}
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #a4a4a4;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	padding-bottom: 15px;
}

@media only screen and (max-width: 480px) {
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		font-size: 16px;
	}
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
	left: 0;
	bottom: 0;
	opacity: 0;
	content: "";
	height: 3px;
	width: 100%;
	background-color: #2a07f9;
	border-radius: 2px;
	position: absolute;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #000000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
	opacity: 1;
	visibility: visible;
}

.woocommerce-Reviews .woocommerce-Reviews-title {
	display: none;
}

.woocommerce-Reviews .comment-reply-title {
	text-transform: capitalize !important;
}

.woocommerce div.product .stock {
	color: #2a07f9;
}

/* = Reviews Form = */
.woocommerce .woocommerce-Reviews .comment-reply-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	color: #000000;
	text-transform: uppercase;
}

.woocommerce .woocommerce-Reviews #review_form #respond p.comment-form-author label,
.woocommerce .woocommerce-Reviews #review_form #respond p.comment-form-email label {
	width: 70px;
}

.woocommerce .woocommerce-Reviews #review_form #respond p.comment-form-author input,
.woocommerce .woocommerce-Reviews #review_form #respond p.comment-form-email input {
	height: 40px;
	padding: 10px;
}

.woocommerce .woocommerce-Reviews #review_form #respond p.comment-form-author input:focus,
.woocommerce .woocommerce-Reviews #review_form #respond p.comment-form-email input:focus {
	outline: none;
}

.woocommerce .woocommerce-Reviews #review_form #respond textarea {
	height: 150px;
	padding: 20px;
	border-color: #e4e1e3;
}

.woocommerce .woocommerce-Reviews #review_form #respond textarea:focus {
	outline: none;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	width: 80px;
	background-color: transparent;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	padding-top: 0;
	border-radius: 0;
	margin: 0 0 0 85px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .author-name {
	display: flex;
	align-items: flex-end;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .author-name p.meta {
	margin-bottom: 0;
	margin-right: 10px;
	text-transform: capitalize;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .author-name p.meta strong {
	font-size: 18px;
	color: #000000;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .author-name p.meta time.woocommerce-review__published-date,
.woocommerce #reviews #comments ol.commentlist li .comment-text .author-name p.meta span.woocommerce-review__dash {
	font-size: 14px;
	font-weight: 600;
	color: #2a07f9;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .author-name p.meta strong.woocommerce-review__author.item-title {
	display: block;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .author-name .item-rating {
	margin-bottom: 7px;
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0;
}

.woocommerce .star-rating span::before {
	color: #f7b035;
}

.woocommerce #reviews #comments ol.commentlist {
	padding-left: 0;
}

p.comment-form-cookies-consent {
	margin-top: 10px !important;
}

.woocommerce p.stars a::before {
	color: #f7b035;
}

.woocommerce #review_form #respond .form-submit input {
	padding: 20px 30px;
}

.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button {
	height: auto;
	border: none;
	color: #ffffff;
	font-weight: 700;
	padding: 15px 25px;
	border-radius: 4px;
	background-color: #2a07f9;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover {
	color: #ffffff;
	background-color: #ee0034;
}

.woocommerce #respond input#submit {
	height: auto;
	border: none;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	padding: 12px 30px;
	border-radius: 4px;
	background-color: #2a07f9;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.woocommerce #respond input#submit:hover {
	color: #ffffff;
	background-color: #ee0034;
}

.comment-form-rating {
	display: inline-block;
}

/* = Reviews List = */
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border: none;
}

.woocommerce #reviews #comments ol.commentlist li {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e7e7e7;
}

.woocommerce #reviews #comments ol.commentlist li:last-child {
	border: none;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	padding: 0;
	border: none;
	border-radius: 100%;
}

/* = Product Details Relative Post = */
.related-product h2 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #000000;
}

.product-list-wrap {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	margin-left: -15px !important;
	margin-right: -15px !important;
}

/*=============================================
26.4 WooMini Cart
===============================================*/
.cart-area .cart-list-trigger {
	position: relative;
	display: flex;
	align-items: center;
}

.cart-area .cart-trigger-icon {
	padding: 5px;
	display: flex;
	position: relative;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

.cart-area .cart-trigger-icon i:before {
	color: #4a47c3;
	font-size: 24px;
}

@media (max-width: 767px) {
	.cart-area .cart-trigger-icon i:before {
		font-size: 18px;
	}
}

.cart-area .cart-trigger-icon span {
	top: 2px;
	right: 0;
	position: absolute;
	color: #ffffff;
}

.cart-wrapper .cart-product-img {
	width: 80px;
}

.cart-wrapper h5.no-cart-items {
	width: 100%;
	margin-bottom: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}

.cart-wrapper .remove-item-overlay {
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	background-color: #0000008a;
}

.cart-wrapper .remove-item-overlay>img {
	top: 50%;
	max-width: 100%;
	position: absolute;
	transform: translateY(-50%);
}

.cart-list-trigger .dropdown-toggle {
	border: none;
	font-size: 22px;
	padding: 15px 0;
	color: #ffffff;
	position: relative;
	background-color: transparent;
	transition: all .3s ease-in-out;
}
.cart-list-trigger span {
	color: #ffffff;
	font-size: 20px;
}
.header1.sticky-on.sticky-header .cart-list-trigger span {
	color: #041A57;
}
.cart-list-trigger .dropdown-toggle:after {
	display: none;
}

.cart-list-trigger .dropdown-toggle span.notify-count {
	top: 0;
	right: -2px;
	position: absolute;
}

.cart-list-trigger .cart-wrapper {
	min-width: 261px;
	right: 0;
	top: 100%;
	opacity: 0;
	max-height: 0;
	padding: 20px 30px 15px;
	visibility: hidden;
	position: absolute;
	background-color: #ffffff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	-webkit-transform: perspective(400) rotate3d(1, 0, 0, -15deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition: 350ms;
	-moz-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
}

.cart-list-trigger:hover .cart-wrapper {
	opacity: 1;
	visibility: visible;
	max-height: 1000px;
	-webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
	-webkit-transition: 350ms;
	-moz-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
}

ul.minicart {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

ul.minicart>li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e8edf4;
}

ul.minicart>li .media {
	display: flex;
	position: relative;
	align-items: center;
}

ul.minicart>li .media .cart-product-img {
	margin-right: 7px;
}

ul.minicart>li .media .cart-product-img a {
	display: inline-block;
}

ul.minicart>li .media .cart-product-img a img {
	border: 1px solid #dddddd;
	width: 65px;
	min-height: 65px;
	transition: all 0.3s ease-in-out;
}

ul.minicart>li .media .cart-content ul {
	display: flex;
	padding-left: 0;
	list-style: none;
	align-items: center;
	justify-content: space-between;
}

ul.minicart>li .media .cart-content ul li {
	margin-right: 15px;
	display: inline-block;
}

ul.minicart>li .media .cart-content ul li .cart-title-line1 {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 700;
	line-height: 18px;
	text-transform: capitalize;
}

ul.minicart>li .media .cart-content ul li .cart-title-line1 a {
	color: #000000;
	transition: all 0.3s ease-in-out;
}

ul.minicart>li .media .cart-content ul li .cart-title-line1 a:hover {
	color: #2a07f9;
}

ul.minicart>li .media .cart-content ul li .cart-title-line2 {
	color: #9e9faf;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 4px;
}

ul.minicart>li .media .cart-content ul li .cart-title-line2 a {
	color: #9e9faf;
}

ul.minicart>li .media .cart-content ul li .cart-title-line3 {
	color: #2a07f9;
	font-size: 13px;
	font-weight: 700;
}

ul.minicart>li .media .cart-content ul li .cart-title-line3 span {
	color: #2a07f9;
}

ul.minicart>li .media .cart-content ul li p {
	margin-bottom: 0;
}

ul.minicart>li .media .cart-content ul li:first-child {
	width: 140px;
}

ul.minicart>li .media .cart-content ul li:last-child {
	margin-right: 0;
}

ul.minicart>li .media .cart-content ul li.minicart-remove a {
	width: 29px;
	height: 28px;
	color: #d1d5d9;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	border-radius: 4px;
	text-align: center;
}

ul.minicart>li .media .cart-content ul li.minicart-remove a i {
	font-weight: 700;
}

ul.minicart>li .media .cart-content ul li.minicart-remove a:hover {
	color: #ffffff;
	background-color: #ee0034;
}

ul.minicart>li .media .cart-content a.trash i:before {
	color: #000;
	transition: all 0.3s ease-in-out;
}

ul.minicart>li .media .cart-content a.trash:hover i:before {
	color: #f44336;
}

ul.minicart>li:nth-last-child(2),
ul.minicart>li:last-child {
	border-bottom: none;
}

ul.minicart>li.cart-btn {
	margin-top: 30px;
}

ul.minicart>li .checkout-link a {
	display: block;
	color: #ffffff;
	font-size: 14px;
	padding: 15px 0;
	font-weight: 700;
	text-align: center;
	background-color: #2a07f9;
	border-radius: 0 0 8px 8px;
}

ul.minicart>li .checkout-link a:hover {
	background-color: #ee0034;
}

/*=============================================
26.5 Widget
===============================================*/
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #ee0034;
}

.woocommerce .widget_price_filter .price_slider_amount {
	margin-top: 10px;
}

/*=============================================
26.6 Checkout Page
===============================================*/
.woocommerce-billing-fields {
	background-color: #ffffff;
}

.woocommerce-billing-fields span.woocommerce-input-wrapper {
	width: 100%;
	height: 45px;
}

.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last,
.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
	width: 50%;
}

.woocommerce-checkout .woocommerce form .form-row {
	margin-bottom: 15px;
}

.woocommerce-checkout .woocommerce form .form-row input.input-text {
	height: 50px;
	padding: 10px 15px;
	border: 1px solid #eaeaea;
}

.woocommerce-checkout .woocommerce form .form-row.form-row-first {
	padding-right: 10px;
}

.woocommerce-checkout .woocommerce form .form-row.form-row-last {
	padding-left: 15px;
}

.woocommerce-billing-fields .select2-container .select2-selection--single,
.woocommerce-billing-fields .select2-container .select2-selection--single .select2-selection__rendered {
	height: 45px !important;
	border-radius: 0;
	font-size: 14px;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 10px;
	height: 100%;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #eaeaea;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 15px;
}

.woocommerce-additional-fields {
	background-color: #ffffff;
}

.woocommerce-additional-fields span.woocommerce-input-wrapper {
	width: 100%;
}

.woocommerce-additional-fields span.woocommerce-input-wrapper textarea {
	padding: 10px;
	height: 100px;
	border-color: #eaeaea;
}

.woocommerce-account .addresses .title h2,
.woocommerce-account .addresses .title h3,
.woocommerce-additional-fields h2,
.woocommerce-additional-fields h3,
.woocommerce-customer-details h2,
.woocommerce-customer-details h3,
.woocommerce-billing-fields h2,
.woocommerce-billing-fields h3,
.woocommerce-order-details h2,
.woocommerce-order-details h3,
.wc-order-review-wrapper h2,
.wc-order-review-wrapper h3,
.cart-collaterals h2,
.cart-collaterals h3 {
	position: relative;
	margin-bottom: 30px;
}

.woocommerce-account .addresses .title h2:before,
.woocommerce-account .addresses .title h2:after,
.woocommerce-account .addresses .title h3:before,
.woocommerce-account .addresses .title h3:after,
.woocommerce-additional-fields h2:before,
.woocommerce-additional-fields h2:after,
.woocommerce-additional-fields h3:before,
.woocommerce-additional-fields h3:after,
.woocommerce-customer-details h2:before,
.woocommerce-customer-details h2:after,
.woocommerce-customer-details h3:before,
.woocommerce-customer-details h3:after,
.woocommerce-billing-fields h2:before,
.woocommerce-billing-fields h2:after,
.woocommerce-billing-fields h3:before,
.woocommerce-billing-fields h3:after,
.woocommerce-order-details h2:before,
.woocommerce-order-details h2:after,
.woocommerce-order-details h3:before,
.woocommerce-order-details h3:after,
.wc-order-review-wrapper h2:before,
.wc-order-review-wrapper h2:after,
.wc-order-review-wrapper h3:before,
.wc-order-review-wrapper h3:after,
.cart-collaterals h2:before,
.cart-collaterals h2:after,
.cart-collaterals h3:before,
.cart-collaterals h3:after {
	content: "";
	left: 0;
	width: 8px;
	height: 3px;
	bottom: -7px;
	position: absolute;
	border-radius: 4px;
	background-color: #2a07f9;
}

.woocommerce-account .addresses .title h2:after,
.woocommerce-account .addresses .title h3:after,
.woocommerce-additional-fields h2:after,
.woocommerce-additional-fields h3:after,
.woocommerce-customer-details h2:after,
.woocommerce-customer-details h3:after,
.woocommerce-billing-fields h2:after,
.woocommerce-billing-fields h3:after,
.woocommerce-order-details h2:after,
.woocommerce-order-details h3:after,
.wc-order-review-wrapper h2:after,
.wc-order-review-wrapper h3:after,
.cart-collaterals h2:after,
.cart-collaterals h3:after {
	left: 10px;
	width: 18px;
}

.woocommerce-account .addresses .title h2,
.woocommerce-additional-fields h2,
.woocommerce-customer-details h2,
.woocommerce-billing-fields h2,
.woocommerce-order-details h2,
.wc-order-review-wrapper h2,
.cart-collaterals h2 {
	font-size: 28px;
}

.wc-order-review-wrapper {
	width: 100%;
	margin-top: 30px;
	display: inline-block;
}

.wc-order-review-wrapper table.woocommerce-checkout-review-order-table {
	width: 40%;
	float: left;
	background-color: #ffffff;
}

.wc-order-review-wrapper .woocommerce-checkout-payment {
	width: 58%;
	float: right;
}

.wc-order-review-wrapper table th,
.wc-order-review-wrapper table td {
	border: none;
}

.wc-order-review-wrapper table tr th,
.wc-order-review-wrapper table tr td {
	border-right: 1px solid #e8e8e8;
}

.wc-order-review-wrapper table tr th:last-child,
.wc-order-review-wrapper table tr td:last-child {
	border-right: none;
}

.woocommerce form.checkout_coupon,
.woocommerce form.register,
.woocommerce form.login {
	border-color: #e8e8e8;
	background-color: #ffffff;
}

.woocommerce-checkout .page-content-area,
.woocommerce-cart .page-content-area {
	margin-top: 60px;
	margin-bottom: 100px;
}

.woocommerce-checkout .page-content-area .page-content-main,
.woocommerce-cart .page-content-area .page-content-main {
	margin-left: -15px;
	margin-right: -15px;
}

.woocommerce-order-received .page-content-area,
.woocommerce-cart .page-content-area {
	margin-bottom: 100px;
}

.woocommerce-page form .show-password-input,
.woocommerce form .show-password-input {
	top: .4em;
}

.woocommerce-account .woocommerce {
	max-width: 900px !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: #ffffff;
}

.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods {
	margin-left: 12px;
	padding: 20px;
	border-color: #eaeaea;
	box-shadow: 0 0 20px 1px #e8e8e8;
}

.woocommerce-checkout #payment ul.payment_methods li img,
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img {
	padding: 0;
	box-shadow: none;
	position: relative;
	vertical-align: middle;
	margin: -2px 10px 0 .5em;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal,
#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal {
	color: #2a07f9;
}

.woocommerce-order-details a {
	color: #2a07f9;
}

p.return-to-shop {
	margin-bottom: 0;
}

.woocommerce table.shop_table td {
	padding: 12px 15px;
}

/*=============================================
26.7 Cart Page
===============================================*/
form.woocommerce-cart-form {
	background-color: #ffffff;
}

form.woocommerce-cart-form table.cart th,
form.woocommerce-cart-form table.cart td {
	border: none;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

form.woocommerce-cart-form table.cart th:last-child,
form.woocommerce-cart-form table.cart td:last-child {
	border-right: none;
}

form.woocommerce-cart-form table.cart th a,
form.woocommerce-cart-form table.cart td a {
	color: #2a07f9;
}

form.woocommerce-cart-form table.cart th a:hover,
form.woocommerce-cart-form table.cart td a:hover {
	color: #ee0034;
}

form.woocommerce-cart-form table.cart tbody tr:last-child td {
	border-bottom: none;
}

form.woocommerce-cart-form table.cart td.actions button.button {
	height: auto;
	border: none;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	padding: 15px 25px;
	border-radius: 4px;
	background-color: #2a07f9;
	transition: all 0.3s ease-in-out;
}

form.woocommerce-cart-form table.cart td.actions button.button:hover {
	background-color: #ee0034;
}

.woocommerce-checkout table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 170px;
	height: 44px;
	border-radius: 4px;
	padding: 5px 15px 5px;
	border-color: #e8e8e8;
}

.cart-collaterals .cart_totals {
	padding: 30px 30px 10px;
	background-color: #ffffff;
}

.cart-collaterals .cart_totals table tr th,
.cart-collaterals .cart_totals table tr td {
	border-bottom: none;
}

.cart-collaterals .cart_totals table tr th:first-child,
.cart-collaterals .cart_totals table tr td:first-child {
	border-right: 1px solid #e4e1e3;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout a {
	font-weight: 500;
	margin-bottom: 0;
	padding: 15px 25px;
	border-radius: 4px;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
	background-color: #2a07f9;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
	color: #ffffff;
	background-color: #ee0034;
}

/*=============================================
26.8 My Account Page
===============================================*/
.woocommerce-account .addresses .title h3 {
	font-size: 18px;
	position: relative;
	margin-bottom: 25px;
}

nav.woocommerce-MyAccount-navigation ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

nav.woocommerce-MyAccount-navigation ul li {
	margin: 10px 0;
}

nav.woocommerce-MyAccount-navigation ul li a {
	width: 100%;
	font-weight: 600;
	padding: 7px 20px;
	color: #5a5a5a;
	display: inline-block;
	background-color: #f0f4f6;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #ffffff;
	background-color: #2a07f9;
}

.woocommerce-MyAccount-content {
	padding: 10px 0 10px 30px;
}

.woocommerce-MyAccount-content a {
	color: #2a07f9;
}

.woocommerce-MyAccount-content .woocommerce-Addresses .col-2.woocommerce-Address,
.woocommerce-MyAccount-content .woocommerce-Addresses .col-1.woocommerce-Address {
	padding: 0;
	max-width: 48%;
}

.woocommerce-MyAccount-content .woocommerce-Addresses .col-2.woocommerce-Address {
	padding-left: 30px;
}

form.woocommerce-EditAccountForm input {
	height: 45px;
	padding: 10px 15px;
	border: 1px solid #eaeaea;
}

form.woocommerce-EditAccountForm span {
	margin-top: 5px;
}

form.woocommerce-EditAccountForm fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

form.woocommerce-EditAccountForm span.password-input {
	width: 100%;
	display: inline-block;
}

form.woocommerce-EditAccountForm button.woocommerce-Button {
	margin-top: 10px;
	padding: 15px 25px !important;
}

.woocommerce-password-strength.bad {
	color: #ffffff;
	border-color: #2a07f9;
	background-color: #2a07f9;
}

.woocommerce ul.order_details {
	padding-left: 0;
}

.woocommerce-account {
	background-color: #eff4fb;
}

.woocommerce-account .woocommerce {
	margin: 0 auto;
	max-width: 700px;
	padding: 30px;
	background-color: #ffffff;
}

.woocommerce-account .woocommerce .woocommerce-form-login span.password-input {
	width: 100%;
	height: 45px;
}

.woocommerce-account .woocommerce .woocommerce-form-login .input-text {
	height: 45px;
	padding: 0 15px;
}

.woocommerce-account .woocommerce .woocommerce-form-login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
	width: 100%;
}

/*=======================================================================
= Template Section Style
=========================================================================*/
.hero-wrap-layout1 {
	padding-top: 0;
	padding-bottom: 0;
	min-height: 100vh;
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

@media (max-width: 1199px) {
	.hero-wrap-layout1 {
		min-height: auto;
		padding-top: 140px;
		padding-bottom: 45px;
	}
}

@media (max-width: 991px) {
	.hero-wrap-layout1 {
		padding-top: 100px;
		padding-bottom: 85px;
	}
}

@media (max-width: 767px) {
	.hero-wrap-layout1 {
		padding-top: 85px;
		padding-bottom: 70px;
	}
}

@media (max-width: 575px) {
	.hero-wrap-layout1 {
		padding-top: 70px;
		padding-bottom: 55px;
	}
}

.hero-wrap-layout1:before {
	content: "";
	background-color: rgba(52, 3, 203, 0.5);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
}

.hero-wrap-layout1 .banner-shape {
	width: 100%;
	height: 70%;
	object-fit: cover;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

@media (max-width: 1199px) {
	.hero-wrap-layout1 .banner-shape {
		height: 90%;
	}
}

.hero-wrap-layout1 .banner-shape img {
	height: 100%;
}

.hero-box-layout1 {
	text-align: center;
	margin-bottom: 120px;
}

@media (max-width: 1199px) {
	.hero-box-layout1 {
		margin-bottom: 0;
	}
}

.hero-box-layout1 .shape-box {
	text-align: center;
	margin-bottom: 15px;
}

.hero-box-layout1 .shape-box path {
	stroke-width: 5px;
	stroke: #FFCC30;
}

.hero-box-layout1.has-animation .shape-box path {
	stroke-dasharray: 500;
	stroke-dashoffset: 500;
}

.hero-box-layout1.has-animation.active-animation .shape-box path {
	animation: line-anime 3s ease forwards;
	animation-delay: 0.5s;
}

.hero-box-layout1 .title {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 90px;
	margin-bottom: 15px;
	line-height: 1.1;
}

@media (max-width: 1440px) {
	.hero-box-layout1 .title {
		font-size: 70px;
		line-height: 1.2;
	}
}

@media (max-width: 1199px) {
	.hero-box-layout1 .title {
		font-size: 60px;
		line-height: 1.2;
	}
}

@media (max-width: 991px) {
	.hero-box-layout1 .title {
		font-size: 50px;
		line-height: 1.2;
	}
}

@media (max-width: 767px) {
	.hero-box-layout1 .title {
		font-size: 40px;
		line-height: 1.3;
	}
}

@media (max-width: 575px) {
	.hero-box-layout1 .title {
		font-size: 36px;
	}
}

.hero-box-layout1 .description {
	color: #ffffff;
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 30px;
}

@media (max-width: 1199px) {
	.hero-box-layout1 .description {
		font-size: 24px;
	}
}

@media (max-width: 991px) {
	.hero-box-layout1 .description {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.hero-box-layout1 .description {
		font-size: 20px;
	}
}

@media (max-width: 575px) {
	.hero-box-layout1 .description {
		font-size: 18px;
	}
}

.hero-box-layout1 .hero-btns ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.hero-box-layout1 .hero-btns ul li {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
}

.hero-wrap-layout2 {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	min-height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media (max-width: 991px) {
	.hero-wrap-layout2 {
		min-height: calc(100vh - 58px);
	}
}

@media (max-width: 767px) {
	.hero-wrap-layout2 {
		min-height: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: 185px;
		padding-bottom: 85px;
	}
}

@media (max-width: 575px) {
	.hero-wrap-layout2 {
		padding-bottom: 70px;
	}
}

.hero-wrap-layout2:before {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

.hero-box-layout2 {
	padding: 30px 30px 30px 50px;
	background-color: #ee0034;
	height: 100%;
	width: 100%;
	max-width: 760px;
	max-height: 660px;
	position: absolute;
	z-index: 1;
	bottom: -50px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	border-radius: 0 0 10px 0;
}

@media (max-width: 1199px) {
	.hero-box-layout2 {
		max-width: 560px;
		max-height: 560px;
		bottom: 0;
	}
}

@media (max-width: 767px) {
	.hero-box-layout2 {
		background-color: transparent;
		max-height: inherit;
		padding: 0 30px;
		position: inherit;
	}
}

.hero-box-layout2:before {
	content: "";
	position: absolute;
	z-index: -1;
	background-image: url("../img/theme/banner-text-bg.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}

@media (max-width: 767px) {
	.hero-box-layout2:before {
		display: none;
	}
}

.hero-box-layout2:after {
	content: "";
	position: absolute;
	top: 0;
	left: 99.5%;
	clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%);
	background: #ee0034;
	width: 200px;
	height: 100%;
	z-index: -1;
	border-radius: 0 10px 0 0;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
	.hero-box-layout2:after {
		width: 100px;
	}
}

@media (max-width: 767px) {
	.hero-box-layout2:after {
		display: none;
	}
}

.hero-box-layout2 .shape-box {
	margin-bottom: 20px;
}

.hero-box-layout2 .shape-box path {
	stroke-width: 5px;
	stroke: #FFCC30;
}

.hero-box-layout2.has-animation .shape-box path {
	stroke-dasharray: 500;
	stroke-dashoffset: 500;
}

.hero-box-layout2.has-animation.active-animation .shape-box path {
	animation: line-anime 3s ease forwards;
	animation-delay: 0.5s;
}

.hero-box-layout2 .sub-title {
	color: #ffffff;
	font-size: 30px;
	font-weight: 600;
	font-family: "Raleway", sans-serif;
}

@media (max-width: 767px) {
	.hero-box-layout2 .sub-title {
		font-size: 26px;
	}
}

@media (max-width: 575px) {
	.hero-box-layout2 .sub-title {
		font-size: 24px;
	}
}

.hero-box-layout2 .title {
	width: 100%;
	font-size: 75px;
	font-weight: 700;
	color: #ffffff;
	max-width: 650px;
	line-height: 85px;
	margin-bottom: 30px;
}

@media (max-width: 1199px) {
	.hero-box-layout2 .title {
		font-size: 54px;
	}
}

@media (max-width: 991px) {
	.hero-box-layout2 .title {
		font-size: 42px;
	}
}

@media (max-width: 767px) {
	.hero-box-layout2 .title {
		font-size: 36px;
		line-height: 48px;
	}
}

@media (max-width: 575px) {
	.hero-box-layout2 .title {
		font-size: 34px;
		margin-top: 15px;
		line-height: 44px;
	}
}

.hero-box-layout2.has-animation:before {
	transform: scale(0);
	transition: all 0.5s ease-in-out;
	transition-delay: 1s;
}

.hero-box-layout2.has-animation.active-animation:before {
	transform: scale(1);
}

.hero-wrap-layout3 {
	min-height: calc(100vh - 9px);
	padding-top: 30px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	overflow: hidden;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}

@media (max-width: 991px) {
	.hero-wrap-layout3 {
		min-height: auto;
		padding-top: 100px;
		padding-bottom: 90px;
	}
}

@media (max-width: 991px) {
	.hero-wrap-layout3 {
		padding-top: 85px;
		padding-bottom: 75px;
	}
}

@media (max-width: 991px) {
	.hero-wrap-layout3 {
		padding-top: 70px;
		padding-bottom: 60px;
	}
}

.hero-wrap-layout3:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	height: 100%;
	width: 80%;
	background-image: url("../img/theme/hero-gradient.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 991px) {
	.hero-wrap-layout3:before {
		opacity: 0.9;
		width: 100%;
	}
}

.hero-wrap-layout3:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 0;
	border-bottom: 130px solid #ffffff;
	border-left: 100vw solid transparent;
	right: 0;
}

@media (max-width: 991px) {
	.hero-wrap-layout3:after {
		border-bottom: 80px solid #ffffff;
	}
}

@media (max-width: 767px) {
	.hero-wrap-layout3:after {
		border-bottom: 50px solid #ffffff;
	}
}

.hero-wrap-layout3 .animated-shape-small {
	list-style: none;
}

@media (max-width: 991px) {
	.hero-wrap-layout3 .animated-shape-small {
		display: none;
	}
}

.hero-wrap-layout3 .animated-shape-small li {
	position: absolute;
	z-index: 1;
}

.hero-wrap-layout3 .animated-shape-small.has-animation li {
	right: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(50%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s ease-in-out;
	transition-delay: 2s;
}

.hero-wrap-layout3 .animated-shape-small.has-animation.active-animation li {
	opacity: 1;
	visibility: visible;
	left: inherit;
	top: inherit;
}

.hero-wrap-layout3 .animated-shape-small.has-animation.active-animation li:nth-child(1n) {
	top: 20%;
	right: 80%;
	-webkit-animation: shape_one 20s alternate infinite linear;
	animation: shape_one 20s alternate infinite linear;
}

.hero-wrap-layout3 .animated-shape-small.has-animation.active-animation li:nth-child(2n) {
	top: 50%;
	right: 90%;
	-webkit-animation: shape_two 20s alternate infinite linear;
	animation: shape_two 20s alternate infinite linear;
}

.hero-wrap-layout3 .animated-shape-small.has-animation.active-animation li:nth-child(3n) {
	top: 20%;
	right: 70%;
	-webkit-animation: shape_three 20s alternate infinite linear;
	animation: shape_three 20s alternate infinite linear;
}

.hero-wrap-layout3 .animated-shape-small.has-animation.active-animation li:nth-child(4n) {
	top: 70%;
	right: 70%;
	-webkit-animation: shape_four 20s alternate infinite linear;
	animation: shape_four 20s alternate infinite linear;
}

.hero-wrap-layout3 .animated-shape-small.has-animation.active-animation li:nth-child(5n) {
	top: 80%;
	right: 60%;
	-webkit-animation: shape_five 20s alternate infinite linear;
	animation: shape_five 20s alternate infinite linear;
}

.hero-wrap-layout3 .animated-shape-small.has-animation.active-animation li:nth-child(6n) {
	top: 10%;
	right: 50%;
	-webkit-animation: shape_six 20s alternate infinite linear;
	animation: shape_six 20s alternate infinite linear;
}

.hero-wrap-layout3 .animated-shape-small.has-animation.active-animation li:nth-child(7n) {
	top: 70%;
	right: 10%;
	-webkit-animation: shape_two 20s alternate infinite linear;
	animation: shape_two 20s alternate infinite linear;
}

.hero-wrap-layout3 .animated-shape-small.has-animation.active-animation li:nth-child(8n) {
	top: 20%;
	right: 10%;
	-webkit-animation: shape_three 20s alternate infinite linear;
	animation: shape_three 20s alternate infinite linear;
}

.hero-wrap-layout3 .animated-shape-small.has-animation.active-animation li:nth-child(9n) {
	top: 10%;
	right: 40%;
	-webkit-animation: shape_four 20s alternate infinite linear;
	animation: shape_four 20s alternate infinite linear;
}

@-webkit-keyframes shape_one {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}

	20% {
		-webkit-transform: translate(73px, -100px) rotate(36deg);
		transform: translate(73px, -100px) rotate(36deg);
	}

	50% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
		transform: translate(141px, 72px) rotate(72deg);
	}

	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
		transform: translate(83px, 122px) rotate(108deg);
	}

	80% {
		-webkit-transform: translate(40px, -72px) rotate(144deg);
		transform: translate(40px, -72px) rotate(144deg);
	}

	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}

@keyframes shape_one {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}

	20% {
		-webkit-transform: translate(73px, -100px) rotate(36deg);
		transform: translate(73px, -100px) rotate(36deg);
	}

	50% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
		transform: translate(141px, 72px) rotate(72deg);
	}

	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
		transform: translate(83px, 122px) rotate(108deg);
	}

	80% {
		-webkit-transform: translate(40px, -72px) rotate(144deg);
		transform: translate(40px, -72px) rotate(144deg);
	}

	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}

@-webkit-keyframes shape_two {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}

	10% {
		-webkit-transform: translate(53px, -80px) rotate(36deg);
		transform: translate(53px, -80px) rotate(36deg);
	}

	40% {
		-webkit-transform: translate(161px, 72px) rotate(72deg);
		transform: translate(161px, 72px) rotate(72deg);
	}

	60% {
		-webkit-transform: translate(83px, 112px) rotate(108deg);
		transform: translate(83px, 112px) rotate(108deg);
	}

	70% {
		-webkit-transform: translate(-60px, 92px) rotate(144deg);
		transform: translate(-60px, 92px) rotate(144deg);
	}

	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}

@keyframes shape_two {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}

	10% {
		-webkit-transform: translate(53px, -80px) rotate(36deg);
		transform: translate(53px, -80px) rotate(36deg);
	}

	40% {
		-webkit-transform: translate(161px, 72px) rotate(72deg);
		transform: translate(161px, 72px) rotate(72deg);
	}

	60% {
		-webkit-transform: translate(83px, 112px) rotate(108deg);
		transform: translate(83px, 112px) rotate(108deg);
	}

	70% {
		-webkit-transform: translate(-60px, 92px) rotate(144deg);
		transform: translate(-60px, 92px) rotate(144deg);
	}

	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}

@-webkit-keyframes shape_three {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}

	30% {
		-webkit-transform: translate(90px, -36px) rotate(36deg);
		transform: translate(90px, -36px) rotate(36deg);
	}

	40% {
		-webkit-transform: translate(101px, 32px) rotate(72deg);
		transform: translate(101px, 32px) rotate(72deg);
	}

	50% {
		-webkit-transform: translate(103px, 102px) rotate(108deg);
		transform: translate(103px, 102px) rotate(108deg);
	}

	80% {
		-webkit-transform: translate(-76px, 62px) rotate(144deg);
		transform: translate(-76px, 62px) rotate(144deg);
	}

	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}

@keyframes shape_three {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}

	30% {
		-webkit-transform: translate(90px, -36px) rotate(36deg);
		transform: translate(90px, -36px) rotate(36deg);
	}

	40% {
		-webkit-transform: translate(101px, 32px) rotate(72deg);
		transform: translate(101px, 32px) rotate(72deg);
	}

	50% {
		-webkit-transform: translate(103px, 102px) rotate(108deg);
		transform: translate(103px, 102px) rotate(108deg);
	}

	80% {
		-webkit-transform: translate(-76px, 62px) rotate(144deg);
		transform: translate(-76px, 62px) rotate(144deg);
	}

	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}

@-webkit-keyframes shape_four {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}

	10% {
		-webkit-transform: translate(80px, -36px) rotate(36deg);
		transform: translate(80px, -36px) rotate(36deg);
	}

	40% {
		-webkit-transform: translate(191px, 72px) rotate(72deg);
		transform: translate(191px, 72px) rotate(72deg);
	}

	50% {
		-webkit-transform: translate(93px, 122px) rotate(108deg);
		transform: translate(93px, 122px) rotate(108deg);
	}

	80% {
		-webkit-transform: translate(-56px, 92px) rotate(144deg);
		transform: translate(-56px, 92px) rotate(144deg);
	}

	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}

@keyframes shape_four {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}

	10% {
		-webkit-transform: translate(80px, -36px) rotate(36deg);
		transform: translate(80px, -36px) rotate(36deg);
	}

	40% {
		-webkit-transform: translate(191px, 72px) rotate(72deg);
		transform: translate(191px, 72px) rotate(72deg);
	}

	50% {
		-webkit-transform: translate(93px, 122px) rotate(108deg);
		transform: translate(93px, 122px) rotate(108deg);
	}

	80% {
		-webkit-transform: translate(-56px, 92px) rotate(144deg);
		transform: translate(-56px, 92px) rotate(144deg);
	}

	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}

@-webkit-keyframes shape_five {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}

	30% {
		-webkit-transform: translate(80px, -36px) rotate(36deg);
		transform: translate(80px, -36px) rotate(36deg);
	}

	40% {
		-webkit-transform: translate(141px, -92px) rotate(72deg);
		transform: translate(141px, -92px) rotate(72deg);
	}

	60% {
		-webkit-transform: translate(153px, 92px) rotate(108deg);
		transform: translate(153px, 92px) rotate(108deg);
	}

	80% {
		-webkit-transform: translate(-99px, 62px) rotate(144deg);
		transform: translate(-99px, 62px) rotate(144deg);
	}

	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}

@keyframes shape_five {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}

	30% {
		-webkit-transform: translate(80px, -36px) rotate(36deg);
		transform: translate(80px, -36px) rotate(36deg);
	}

	40% {
		-webkit-transform: translate(141px, -92px) rotate(72deg);
		transform: translate(141px, -92px) rotate(72deg);
	}

	60% {
		-webkit-transform: translate(153px, 92px) rotate(108deg);
		transform: translate(153px, 92px) rotate(108deg);
	}

	80% {
		-webkit-transform: translate(-99px, 62px) rotate(144deg);
		transform: translate(-99px, 62px) rotate(144deg);
	}

	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}

@-webkit-keyframes shape_six {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}

	20% {
		-webkit-transform: translate(95px, -58px) rotate(36deg);
		transform: translate(95px, -58px) rotate(36deg);
	}

	30% {
		-webkit-transform: translate(81px, 82px) rotate(72deg);
		transform: translate(81px, 82px) rotate(72deg);
	}

	60% {
		-webkit-transform: translate(53px, 152px) rotate(108deg);
		transform: translate(53px, 152px) rotate(108deg);
	}

	70% {
		-webkit-transform: translate(-56px, 32px) rotate(144deg);
		transform: translate(-56px, 32px) rotate(144deg);
	}

	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}

@keyframes shape_six {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}

	20% {
		-webkit-transform: translate(95px, -58px) rotate(36deg);
		transform: translate(95px, -58px) rotate(36deg);
	}

	30% {
		-webkit-transform: translate(81px, 82px) rotate(72deg);
		transform: translate(81px, 82px) rotate(72deg);
	}

	60% {
		-webkit-transform: translate(53px, 152px) rotate(108deg);
		transform: translate(53px, 152px) rotate(108deg);
	}

	70% {
		-webkit-transform: translate(-56px, 32px) rotate(144deg);
		transform: translate(-56px, 32px) rotate(144deg);
	}

	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}

.hero-box-layout3 {
	max-width: 600px;
	width: 100%;
	margin-bottom: 70px;
}

.hero-box-layout3 .sub-title {
	color: #ffffff;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 5px;
}

@media (max-width: 991px) {
	.hero-box-layout3 .sub-title {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.hero-box-layout3 .sub-title {
		font-size: 20px;
	}
}

.hero-box-layout3 .title {
	font-weight: 700;
	font-size: 75px;
	color: #ffffff;
	line-height: 1.1;
	margin-bottom: 30px;
}

@media (max-width: 1199px) {
	.hero-box-layout3 .title {
		font-size: 60px;
		line-height: 70px;
	}
}

@media (max-width: 991px) {
	.hero-box-layout3 .title {
		font-size: 50px;
		line-height: 60px;
	}
}

@media (max-width: 767px) {
	.hero-box-layout3 .title {
		font-size: 40px;
		line-height: 50px;
	}
}

@media (max-width: 575px) {
	.hero-box-layout3 .title {
		font-size: 36px;
		line-height: 46px;
		margin-bottom: 12px;
	}
}

.hero-box-layout3 .description {
	color: #ffffff;
	margin-bottom: 50px;
}

.hero-wrap-layout4 {
	position: relative;
	padding-top: 110px;
	padding-bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	overflow: hidden;
	transition: all 1s ease-in-out;
	transition-delay: 0.5s;
}

.hero-wrap-layout4:before {
	content: "";
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

@media (max-width: 991px) {
	.hero-wrap-layout4 {
		border-radius: 0;
	}
}

.hero-wrap-layout4.has-animation {
	opacity: 0;
	visibility: hidden;
	background-position: center 300px;
}

.hero-wrap-layout4.has-animation.active-animation {
	background-position: center 0;
	opacity: 1;
	visibility: visible;
}

.hero-box-layout4 {
	margin-left: -150px;
	padding-bottom: 250px;
	height: 1094px;
	width: 1094px;
	border-radius: 50%;
	background: #020024;
	background: linear-gradient(126deg, #020024 0%, #fb0d71 0%, #ff0321 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: all 0.5s ease-in-out;
	transition-delay: 1s;
}

@media (max-width: 1199px) {
	.hero-box-layout4 {
		margin-left: 0;
		padding: 30px 30px 100px;
		height: 600px;
		width: 600px;
	}
}

@media (max-width: 991px) {
	.hero-box-layout4 {
		padding: 20px 20px 80px;
		height: 500px;
		width: 500px;
	}
}

@media (max-width: 767px) {
	.hero-box-layout4 {
		padding: 15px 15px 50px;
		height: 400px;
		width: 400px;
	}
}

@media (max-width: 575px) {
	.hero-box-layout4 {
		margin: 0 15px;
		padding: 15px 15px 50px;
		height: auto;
		width: auto;
		border-radius: 10px;
		background: linear-gradient(126deg, rgba(2, 0, 36, 0.8) 0%, rgba(251, 13, 113, 0.8) 0%, rgba(255, 3, 33, 0.8) 100%);
	}
}

.hero-box-layout4 .sub-title {
	color: #ffffff;
	font-size: 60px;
	font-weight: 600;
	font-style: italic;
	text-align: center;
	margin-bottom: 30px;
}

@media (max-width: 1199px) {
	.hero-box-layout4 .sub-title {
		font-size: 50px;
	}
}

@media (max-width: 991px) {
	.hero-box-layout4 .sub-title {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.hero-box-layout4 .sub-title {
		font-size: 36px;
	}
}

@media (max-width: 575px) {
	.hero-box-layout4 .sub-title {
		padding-top: 10px;
		margin-bottom: 10px;
	}
}

.hero-box-layout4 .title {
	color: #ffffff;
	font-size: 60px;
	font-weight: 700;
	max-width: 575px;
	text-align: center;
	line-height: 70px;
}

@media (max-width: 1199px) {
	.hero-box-layout4 .title {
		font-size: 50px;
		line-height: 56px;
	}
}

@media (max-width: 991px) {
	.hero-box-layout4 .title {
		font-size: 40px;
		line-height: 45px;
	}
}

@media (max-width: 767px) {
	.hero-box-layout4 .title {
		font-size: 36px;
		line-height: 40px;
	}
}

.hero-box-layout4.has-animation {
	opacity: 0;
	visibility: hidden;
	transform: translateY(500px);
}

@media (max-width: 1199px) {
	.hero-box-layout4.has-animation {
		transform: translateY(400px);
	}
}

@media (max-width: 991px) {
	.hero-box-layout4.has-animation {
		transform: translateY(300px);
	}
}

@media (max-width: 767px) {
	.hero-box-layout4.has-animation {
		transform: translateY(200px);
	}
}

.hero-box-layout4.has-animation.active-animation {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.hero-area-space {
	padding: 60px 60px 0;
	position: relative;
	z-index: 2;
}

@media (max-width: 991px) {
	.hero-area-space {
		padding: 0;
	}
}

.hero-area-space:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
	border-bottom: 500px solid #0C0324;
	border-right: 100vw solid transparent;
	right: 0;
}

@media (max-width: 1440px) {
	.hero-area-space:before {
		border-bottom: 300px solid #0C0324;
	}
}

@media (max-width: 1199px) {
	.hero-area-space:before {
		border-bottom: 200px solid #0C0324;
	}
}

@media (max-width: 991px) {
	.hero-area-space:before {
		border-bottom: 100px solid #0C0324;
	}
}

@media (max-width: 767px) {
	.hero-area-space:before {
		border-bottom: 50px solid #0C0324;
	}
}

@media (max-width: 575px) {
	.hero-area-space:before {
		border-bottom: 30px solid #0C0324;
	}
}

@keyframes line-anime {
	to {
		stroke-dashoffset: 0;
	}
}

.countdown-wrap-layout {
	padding-top: 0;
	padding-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
	position: relative;
	z-index: 1;
}

@media (max-width: 1199px) {
	.countdown-wrap-layout {
		margin-left: 0;
	}
}

.countdown-wrap-layout .countdown-inner-wrap {
	border-radius: 130px;
	background-color: #2a07f9;
}

@media (max-width: 1199px) {
	.countdown-wrap-layout .countdown-inner-wrap {
		position: inherit;
		border-radius: 0;
		bottom: 0;
	}
}

.countdown-wrap-layout .countdown-container {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-left: auto;
	max-width: 1300px;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (max-width: 1024px) {
	.countdown-wrap-layout .countdown-container {
		display: block;
		text-align: center;
		padding-left: 0;
	}
}

@media (max-width: 1024px) {
	.countdown-wrap-layout .countdown-container .countdown-heading {
		margin-bottom: 30px;
	}
}

.countdown-wrap-layout .countdown-container .sub-title {
	color: #ffffff;
	margin-bottom: 5px;
	font-size: 20px;
}

.countdown-wrap-layout .countdown-container .title {
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 0;
}

.countdown-wrap-layout .countdown-section {
	z-index: 1;
	width: 130px;
	text-align: center;
	position: relative;
	display: inline-block;
}

.countdown-wrap-layout .countdown-section:before {
	position: absolute;
	z-index: 1;
	content: "";
	height: 60px;
	width: 1px;
	background-color: #8574ED;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(9deg);
}

@media (max-width: 479px) {
	.countdown-wrap-layout .countdown-section:before {
		display: none;
	}
}

.countdown-wrap-layout .countdown-section:last-child:before {
	display: none;
}

.countdown-wrap-layout .countdown-section h2,
.countdown-wrap-layout .countdown-section h3 {
	margin-bottom: 0;
	color: #ffffff;
}

.countdown-wrap-layout .countdown-section h2 {
	font-size: 48px;
	font-weight: 700;
}

.countdown-wrap-layout .countdown-section h3 {
	font-size: 20px;
	font-weight: 500;
	margin-top: 10px;
}

@media (max-width: 767px) {
	.countdown-wrap-layout .countdown-section {
		margin-top: 15px;
	}
}

@media (max-width: 600px) {
	.countdown-wrap-layout .countdown-section {
		min-width: 90px;
	}

	.countdown-wrap-layout .countdown-section h2 {
		font-size: 36px;
		margin-bottom: 0;
		line-height: 48px;
	}

	.countdown-wrap-layout .countdown-section h3 {
		font-size: 20px;
		margin-top: 0;
	}
}

.countdown-wrap-layout.layout-2 .countdown-inner-wrap {
	position: relative;
	background-color: transparent;
}

.countdown-wrap-layout.layout-2 .countdown-inner-wrap .countdown-container {
	padding-top: 0;
	padding-bottom: 0;
}

.countdown-wrap-layout.layout-2 .countdown-inner-wrap .event-countdown {
	display: flex;
}

@media (max-width: 1024px) {
	.countdown-wrap-layout.layout-2 .countdown-inner-wrap .event-countdown {
		width: 100%;
		margin-bottom: 10px;
		display: inline-flex;
		justify-content: center;
		flex-wrap: wrap;
	}
}

.countdown-wrap-layout.layout-2 .countdown-inner-wrap .event-countdown .countdown-section {
	width: 200px;
	height: 200px;
	float: left;
	background-color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	box-shadow: 0 0 47px 5px rgba(0, 0, 0, 0.05);
	margin: 5px 10px;
}

@media (max-width: 1199px) {
	.countdown-wrap-layout.layout-2 .countdown-inner-wrap .event-countdown .countdown-section {
		width: 150px;
		height: 150px;
	}
}

.countdown-wrap-layout.layout-2 .countdown-inner-wrap .event-countdown .countdown-section:before {
	display: none;
}

.countdown-wrap-layout.layout-2 .countdown-inner-wrap .event-countdown .countdown-section h2 {
	line-height: 1;
	font-size: 48px;
	font-weight: 700;
	text-align: center;
	color: #ee0034;
	font-family: "Raleway", sans-serif;
}

@media (max-width: 1199px) {
	.countdown-wrap-layout.layout-2 .countdown-inner-wrap .event-countdown .countdown-section h2 {
		font-size: 36px;
	}
}

.countdown-wrap-layout.layout-2 .countdown-inner-wrap .event-countdown .countdown-section h3 {
	font-size: 18px;
	color: #2a07f9;
	font-family: "Raleway", sans-serif;
	text-align: center;
}

@media (max-width: 1199px) {
	.countdown-wrap-layout.layout-2 .countdown-inner-wrap .event-countdown .countdown-section h3 {
		font-size: 16px;
	}
}

.countdown-wrap-layout.layout-3 .countdown-inner-wrap {
	position: relative;
	background-color: transparent;
}

.countdown-wrap-layout.layout-3 .countdown-inner-wrap .countdown-container {
	padding-top: 0;
	padding-bottom: 0;
}

.countdown-wrap-layout.layout-3 .countdown-inner-wrap .event-countdown {
	display: flex;
}

@media (max-width: 1024px) {
	.countdown-wrap-layout.layout-3 .countdown-inner-wrap .event-countdown {
		flex-wrap: wrap;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
}

.countdown-wrap-layout.layout-3 .countdown-inner-wrap .event-countdown .countdown-section {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 5px 10px;
	border: 1px solid #686474;
}

@media (max-width: 1199px) {
	.countdown-wrap-layout.layout-3 .countdown-inner-wrap .event-countdown .countdown-section {
		width: 100px;
		height: 100px;
	}
}

@media (max-width: 767px) {
	.countdown-wrap-layout.layout-3 .countdown-inner-wrap .event-countdown .countdown-section {
		width: 90px;
		height: 90px;
		margin: 5px;
	}
}

.countdown-wrap-layout.layout-3 .countdown-inner-wrap .event-countdown .countdown-section:before {
	display: none;
}

.countdown-wrap-layout.layout-3 .countdown-inner-wrap .event-countdown .countdown-section h2 {
	line-height: 1;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	font-family: "Raleway", sans-serif;
}

@media (max-width: 1199px) {
	.countdown-wrap-layout.layout-3 .countdown-inner-wrap .event-countdown .countdown-section h2 {
		font-size: 36px;
	}
}

@media (max-width: 991px) {
	.countdown-wrap-layout.layout-3 .countdown-inner-wrap .event-countdown .countdown-section h2 {
		font-size: 26px;
	}
}

.countdown-wrap-layout.layout-3 .countdown-inner-wrap .event-countdown .countdown-section h3 {
	font-size: 18px;
	color: #ffffff;
	font-family: "Raleway", sans-serif;
	text-align: center;
}

@media (max-width: 1199px) {
	.countdown-wrap-layout.layout-3 .countdown-inner-wrap .event-countdown .countdown-section h3 {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.countdown-wrap-layout.layout-3 .countdown-inner-wrap .event-countdown .countdown-section h3 {
		font-size: 15px;
	}
}

@media (max-width: 1160px) {
	.home2-countdown {
		margin-top: -100px !important;
		margin-bottom: -85px !important;
	}
}

@media (max-width: 1024px) {
	.home2-countdown {
		margin-top: 60px !important;
		margin-bottom: 85px !important;
	}
}

.about-box-layout1 {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.about-box-layout1 .figure-wrap {
	position: relative;
	margin-right: 75px;
}

.about-box-layout1 .main-figure img {
	border-radius: 0 40px 258px 36px;
}

.about-box-layout1 .sub-figure ul {
	list-style: none;
}

.about-box-layout1 .sub-figure ul li {
	position: absolute;
}

.about-box-layout1 .sub-figure ul li img {
	border-radius: 50%;
}

.about-box-layout1 .sub-figure ul li:nth-child(1n) {
	top: 10%;
	transform: inherit;
	right: -60px;
	max-width: 20vw;
}

.about-box-layout1 .sub-figure ul li:nth-child(1n) img {
	border: 5px solid #ee0034;
}

.about-box-layout1 .sub-figure ul li:nth-child(2n) {
	top: 34%;
	right: -68px;
	max-width: 28vw;
}

.about-box-layout1 .sub-figure ul li:nth-child(2n) img {
	border: 5px solid #2a07f9;
}

.about-box-layout1 .sub-figure ul li:nth-child(3n) {
	transform: inherit;
	top: 64%;
	right: -40px;
	max-width: 38vw;
}

.about-box-layout1 .sub-figure ul li:nth-child(3n) img {
	border: 5px solid #ee0034;
}

.about-box-layout3 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.about-box-layout3 .figure-box1 {
	position: relative;
}

.about-box-layout3 .figure-box1 .mask-content {
	max-height: 210px;
	max-width: 210px;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	right: 40px;
	bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

@media (max-width: 767px) {
	.about-box-layout3 .figure-box1 .mask-content {
		max-height: 180px;
		max-width: 180px;
	}
}

.about-box-layout3 .figure-box1 .mask-content:before {
	opacity: 0.8;
	position: absolute;
	z-index: -1;
	content: "";
	height: 100%;
	width: 100%;
	background-color: #ee0034;
	bottom: 0;
	right: 0;
	border-radius: 100px 100px 0;
}

.about-box-layout3 .figure-box1 .mask-content .number {
	line-height: 1;
	color: #ffffff;
	font-size: 75px;
	font-weight: 700;
	font-family: "Raleway", sans-serif;
}

@media (max-width: 991px) {
	.about-box-layout3 .figure-box1 .mask-content .number {
		font-size: 60px;
	}
}

@media (max-width: 767px) {
	.about-box-layout3 .figure-box1 .mask-content .number {
		font-size: 56px;
	}
}

@media (max-width: 575px) {
	.about-box-layout3 .figure-box1 .mask-content .number {
		font-size: 50px;
	}
}

.about-box-layout3 .figure-box1 .mask-content .text {
	color: #ffffff;
	font-size: 25px;
	font-weight: 600;
	margin-top: 5px;
	font-family: "Raleway", sans-serif;
}

@media (max-width: 767px) {
	.about-box-layout3 .figure-box1 .mask-content .text {
		font-size: 20px;
	}
}

.about-box-layout3 .figure-box1 img {
	border-radius: 200px 200px 0;
}

@media (max-width: 767px) {
	.about-box-layout3 .figure-box1 img {
		border-radius: 100px 100px 0;
	}
}

@media (max-width: 575px) {
	.about-box-layout3 .figure-box1 img {
		border-radius: 50px 50px 0;
	}
}

.about-box-layout3 .content-box1 {
	padding-left: 50px;
}

@media (max-width: 991px) {
	.about-box-layout3 .content-box1 {
		padding-left: 0;
	}
}

.about-box-layout3 .content-box1 .title {
	font-weight: 700;
	font-size: 40px;
}

@media (max-width: 1199px) {
	.about-box-layout3 .content-box1 .title {
		font-size: 36px;
	}
}

@media (max-width: 991px) {
	.about-box-layout3 .content-box1 .title {
		font-size: 34px;
	}
}

@media (max-width: 767px) {
	.about-box-layout3 .content-box1 .title {
		font-size: 32px;
	}
}

@media (max-width: 575px) {
	.about-box-layout3 .content-box1 .title {
		font-size: 30px;
	}
}

.about-box-layout3 .contact-box {
	margin-top: 25px;
}

.about-box-layout3 .contact-box ul {
	list-style: none;
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
}

@media (max-width: 575px) {
	.about-box-layout3 .contact-box ul {
		display: block;
	}
}

.about-box-layout3 .contact-box ul li {
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 575px) {
	.about-box-layout3 .contact-box ul li {
		margin-bottom: 20px;
	}

	.about-box-layout3 .contact-box ul li:last-child {
		margin-bottom: 0;
	}
}

.about-box-layout3 .contact-box ul li .icon-box {
	margin-bottom: 10px;
	line-height: 1;
	font-size: 25px;
	color: #2a07f9;
}

.about-box-layout3 .contact-box ul li .contact-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
}

.about-box-layout3 .content-box2 {
	padding-right: 80px;
}

@media (max-width: 991px) {
	.about-box-layout3 .content-box2 {
		padding-right: 0;
	}
}

.about-box-layout3 .content-box2 .title {
	font-weight: 600;
	font-size: 30px;
}

@media (max-width: 991px) {
	.about-box-layout3 .content-box2 .title {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	.about-box-layout3 .content-box2 .title {
		font-size: 24px;
	}
}

.about-box-layout3 .figure-box2 {
	margin-left: 80px;
	position: relative;
	display: inline-block;
}

@media (max-width: 991px) {
	.about-box-layout3 .figure-box2 {
		margin-left: 0;
	}
}

.about-box-layout3 .figure-box2 .mask-content {
	max-height: 210px;
	max-width: 210px;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 40px;
	bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

@media (max-width: 767px) {
	.about-box-layout3 .figure-box2 .mask-content {
		max-height: 180px;
		max-width: 180px;
	}
}

.about-box-layout3 .figure-box2 .mask-content:before {
	opacity: 0.8;
	position: absolute;
	z-index: -1;
	content: "";
	height: 100%;
	width: 100%;
	background-color: #ee0034;
	bottom: 0;
	left: 0;
	border-radius: 100px 100px 100px 0;
}

.about-box-layout3 .figure-box2 .mask-content .number {
	line-height: 1;
	color: #ffffff;
	font-size: 75px;
	font-weight: 700;
	font-family: "Raleway", sans-serif;
}

@media (max-width: 991px) {
	.about-box-layout3 .figure-box2 .mask-content .number {
		font-size: 60px;
	}
}

@media (max-width: 767px) {
	.about-box-layout3 .figure-box2 .mask-content .number {
		font-size: 56px;
	}
}

@media (max-width: 575px) {
	.about-box-layout3 .figure-box2 .mask-content .number {
		font-size: 50px;
	}
}

.about-box-layout3 .figure-box2 .mask-content .text {
	color: #ffffff;
	font-size: 25px;
	margin-top: 5px;
	font-weight: 600;
	font-family: "Raleway", sans-serif;
}

@media (max-width: 767px) {
	.about-box-layout3 .figure-box2 .mask-content .text {
		font-size: 20px;
	}
}

.about-box-layout3 .figure-box2 img {
	border-radius: 120px 120px 120px 0;
}

@media (max-width: 767px) {
	.about-box-layout3 .figure-box2 img {
		border-radius: 80px 80px 80px 0;
	}
}

@media (max-width: 575px) {
	.about-box-layout3 .figure-box2 img {
		border-radius: 50px 50px 50px 0;
	}
}

.about-box-layout3.has-animation .figure-box1 .mask-content:before {
	height: 0;
	width: 0;
	transition: all 0.5s cubic-bezier(0.49, 0, 0.05, 1);
	transition-delay: 0.5s;
}

.about-box-layout3.has-animation .figure-box1 .mask-content .number {
	opacity: 0;
	transform: translateY(15px);
	transition: all 0.5s cubic-bezier(0.49, 0, 0.05, 1);
	transition-delay: 0.8s;
}

.about-box-layout3.has-animation .figure-box1 .mask-content .text {
	opacity: 0;
	transform: translateY(15px);
	transition: all 0.5s cubic-bezier(0.49, 0, 0.05, 1);
	transition-delay: 1s;
}

.about-box-layout3.has-animation.active-animation .figure-box1 .mask-content:before {
	height: 100%;
	width: 100%;
}

.about-box-layout3.has-animation.active-animation .figure-box1 .mask-content .number {
	opacity: 1;
	transform: translateY(0);
}

.about-box-layout3.has-animation.active-animation .figure-box1 .mask-content .text {
	opacity: 1;
	transform: translateY(0);
}

.about-box-layout3.has-animation .figure-box2 .mask-content:before {
	height: 0;
	width: 0;
	transition: all 0.5s cubic-bezier(0.49, 0, 0.05, 1);
	transition-delay: 0.5s;
}

.about-box-layout3.has-animation .figure-box2 .mask-content .number {
	opacity: 0;
	transform: translateY(15px);
	transition: all 0.5s cubic-bezier(0.49, 0, 0.05, 1);
	transition-delay: 0.8s;
}

.about-box-layout3.has-animation .figure-box2 .mask-content .text {
	opacity: 0;
	transform: translateY(15px);
	transition: all 0.5s cubic-bezier(0.49, 0, 0.05, 1);
	transition-delay: 1s;
}

.about-box-layout3.has-animation.active-animation .figure-box2 .mask-content:before {
	height: 100%;
	width: 100%;
}

.about-box-layout3.has-animation.active-animation .figure-box2 .mask-content .number {
	opacity: 1;
	transform: translateY(0);
}

.about-box-layout3.has-animation.active-animation .figure-box2 .mask-content .text {
	opacity: 1;
	transform: translateY(0);
}

.about-box-layout4 {
	margin-bottom: 50px;
}

.about-box-layout4 .figure-wrap {
	position: relative;
}

.about-box-layout4 .figure-wrap img {
	border-radius: 20px;
}

.about-box-layout4 .figure-wrap .main-figure {
	margin-left: 200px;
	text-align: right;
	transition: all 1s ease-in-out;
	transition-delay: 0.3s;
}

@media (max-width: 1199px) {
	.about-box-layout4 .figure-wrap .main-figure {
		margin-left: 50px;
	}
}

@media (max-width: 575px) {
	.about-box-layout4 .figure-wrap .main-figure {
		margin-left: 0;
	}
}

.about-box-layout4 .figure-wrap .sub-figure {
	margin-right: 270px;
	position: absolute;
	top: -30px;
	left: 0;
	transition: all 1s ease-in-out;
	transition-delay: 0.7s;
}

@media (max-width: 1199px) {
	.about-box-layout4 .figure-wrap .sub-figure {
		margin-right: 100px;
	}
}

@media (max-width: 575px) {
	.about-box-layout4 .figure-wrap .sub-figure {
		margin-right: 0;
		position: inherit;
		top: 0;
		margin-top: 15px;
	}
}

.about-box-layout4 .content-box .sub-title {
	font-family: "Raleway", sans-serif;
	color: #ee0034;
	font-style: italic;
	font-weight: 500;
	font-size: 20px;
}

.about-box-layout4 .content-box .title {
	font-weight: 700;
	font-size: 40px;
	color: #ffffff;
	line-height: 1.3;
}

@media (max-width: 991px) {
	.about-box-layout4 .content-box .title {
		font-size: 36px;
	}
}

@media (max-width: 767px) {
	.about-box-layout4 .content-box .title {
		font-size: 34px;
	}
}

@media (max-width: 575px) {
	.about-box-layout4 .content-box .title {
		font-size: 32px;
	}
}

.about-box-layout4 .content-box .description {
	color: #ffffff;
}

.about-box-layout4.has-animation .figure-wrap .main-figure {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-100px);
}

.about-box-layout4.has-animation .figure-wrap .sub-figure {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-100px) translateX(-100px);
}

.about-box-layout4.has-animation.active-animation .figure-wrap .main-figure {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.about-box-layout4.has-animation.active-animation .figure-wrap .sub-figure {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) translateX(0);
}

@media (max-width: 1260px) {
	.home2-about-sec {
		margin-top: -300px !important;
	}
}

@media (max-width: 1160px) {
	.home2-about-sec {
		margin-top: -200px !important;
	}
}

@media (max-width: 1024px) {
	.home2-about-sec {
		margin-top: 0 !important;
		padding-bottom: 0 !important;
	}
}

.contact-form .fluentform .ff-el-form-control {
	height: 60px;
	padding: 15px;
	border-color: #f6f6f6;
	background-color: #f6f6f6;
}

.contact-form .fluentform .ff-el-form-control:focus {
	border-color: #2a07f9;
}

.contact-form .fluentform textarea.ff-el-form-control {
	height: 150px;
}

.contact-form .fluentform .ff-btn.disabled {
	opacity: 1;
}

.contact-social .social li a {
	width: 45px;
	height: 44px;
	color: #babbbc;
	border-color: #b1b1b1;
}

.contact-social .social li a:hover {
	color: #ffffff;
}

.newsletter-wrap-layout1 {
	padding: 0;
	z-index: 1;
	position: relative;
	margin-bottom: -130px;
}

@media (max-width: 767px) {
	.newsletter-wrap-layout1 .newsletter-form .btn-fill.style-one:before {
		background-color: #fff !important;
	}
}

.newsletter-box-layout1 {
	background-color: #ee0034;
	border-radius: 0px 106px 0px 128px;
	text-align: center;
	padding: 45px 0 30px;
	position: relative;
}

@media (max-width: 575px) {
	.newsletter-box-layout1 {
		border-radius: 0px 45px;
		padding: 30px;
	}
}

.newsletter-box-layout1 .shape-box {
	position: absolute;
	left: 60px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s ease-in-out;
	transition-delay: 0.2s;
	z-index: -1;
}

.newsletter-box-layout1 .shape-box svg {
	fill: rgba(255, 255, 255, 0.25);
}

.newsletter-box-layout1 .sub-title {
	font-weight: 600;
	color: #ffffff;
	font-family: "Raleway", sans-serif;
}

.newsletter-box-layout1 .title {
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 25px;
}

@media (max-width: 991px) {
	.newsletter-box-layout1 .title {
		font-size: 34px;
	}
}

@media (max-width: 767px) {
	.newsletter-box-layout1 .title {
		font-size: 32px;
	}
}

@media (max-width: 575px) {
	.newsletter-box-layout1 .title {
		font-size: 30px;
	}
}

@media (max-width: 1024px) {
	.newsletter-box-layout1 .newsletter-form {
		height: 110px;
	}
}

@media (max-width: 767px) {
	.newsletter-box-layout1 .newsletter-form {
		height: 130px;
	}
}

.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom {
	margin: 0 !important;
}

.newsletter-form .fluentform {
	width: 100%;
	max-width: 540px;
	display: inline-flex;
	background: #ffffff;
	height: 65px;
	border-radius: 45px;
	padding: 5px;
	border: 0;
	text-align: left;
}

@media (max-width: 575px) {
	.newsletter-form .fluentform {
		display: block;
		padding: 0;
		height: 55px;
	}
}

.newsletter-form .fluentform .frm-fluent-form {
	width: 100%;
	display: inline-block !important;
}

.newsletter-form .fluentform .frm-fluent-form .ff-t-container {
	table-layout: auto;
	align-items: center;
}

.newsletter-form .fluentform .frm-fluent-form .ff-el-group {
	margin: 0;
	width: 100%;
	display: inline-block;
}

.newsletter-form .fluentform .frm-fluent-form .ff-el-group input.ff-el-form-control::-webkit-input-placeholder,
.newsletter-form .fluentform .frm-fluent-form .ff-el-group textarea.ff-el-form-control::-webkit-input-placeholder {
	color: #5a5a5a;
	font-size: 16px;
	letter-spacing: 2px;
}

.newsletter-form .fluentform .frm-fluent-form .ff-el-group.ff_submit_btn_wrapper {
	width: 20%;
}

@media (max-width: 767px) {
	.newsletter-form .fluentform .frm-fluent-form .ff-el-group.ff_submit_btn_wrapper {
		width: 100%;
		text-align: center;
	}
}

.newsletter-form .fluentform .frm-fluent-form .ff-el-group input.ff-el-form-control::-moz-placeholder,
.newsletter-form .fluentform .frm-fluent-form .ff-el-group textarea.ff-el-form-control::-moz-placeholder {
	color: #5A5A5A;
	font-size: 16px;
	letter-spacing: 2px;
}

.newsletter-form .fluentform .frm-fluent-form .ff-el-group input.ff-el-form-control:-moz-placeholder,
.newsletter-form .fluentform .frm-fluent-form .ff-el-group textarea.ff-el-form-control:-moz-placeholder {
	color: #5A5A5A;
	font-size: 16px;
	letter-spacing: 2px;
}

.newsletter-form .fluentform .frm-fluent-form .ff-el-group input.ff-el-form-control:-ms-input-placeholder,
.newsletter-form .fluentform .frm-fluent-form .ff-el-group textarea.ff-el-form-control:-ms-input-placeholder {
	color: #5A5A5A;
	font-size: 16px;
	letter-spacing: 2px;
}

.newsletter-form .fluentform .frm-fluent-form .ff-el-form-control {
	padding: 5px 5px 5px 30px;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 45px;
	background: #ffffff;
	color: #111111;
	height: 100%;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.newsletter-form .fluentform .frm-fluent-form .ff-el-form-control {
		margin-bottom: 5px;
		width: 100%;
		border-radius: 45px !important;
		padding: 5px 30px;
		height: 55px;
	}
}

.newsletter-form .fluentform .frm-fluent-form .ff-el-group {
	margin-left: 0 !important;
}

.newsletter-form .fluentform .frm-fluent-form .ff-el-group button {
	border: none;
	border-radius: 45px;
	background: #2a07f9;
	margin-bottom: 0;
	display: block;
	padding: 0 27px;
	height: 55px;
	color: #ffffff;
	font-weight: 700;
	font-size: 18px;
	font-family: "Raleway", sans-serif;
	letter-spacing: 1px;
	transition: all 0.3s ease-in-out;
}

.newsletter-form .fluentform .frm-fluent-form .ff-el-group button:hover {
	color: #ffffff;
	background-color: #ee0034;
}

@media (max-width: 767px) {
	.newsletter-form .fluentform .frm-fluent-form .ff-el-group button {
		display: inline-block;
	}

	.newsletter-form .fluentform .frm-fluent-form .ff-el-group button:hover {
		color: #2a07f9;
		background-color: #ffffff;
	}
}

.newsletter-form .fluentform .frm-fluent-form .ff-el-group:focus {
	outline: none;
}

.newsletter-form .fluentform .frm-fluent-form .ff-t-cell {
	vertical-align: middle;
}

.newsletter-form .fluentform .text-danger {
	color: #ffffff !important;
}

.newsletter-form .ff-message-success {
	padding: 0;
	width: 100%;
	border: none;
	box-shadow: none;
	color: #ffffff;
	display: inline-block;
}

.contact-box-layout1 .figure-box {
	margin-bottom: 30px;
}

.contact-box-layout1 .figure-box img {
	border-radius: 20px;
}

.contact-box-layout1 .content-box ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	justify-content: space-between;
}

.contact-box-layout1 .content-box ul li {
	position: relative;
	z-index: 1;
	padding-left: 15px;
	margin-bottom: 15px;
}

.contact-box-layout1 .content-box ul li:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 3px;
	background-color: #ee0034;
	top: 10px;
	left: 0;
}

.contact-box-layout1 .content-box ul li .title {
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 10px;
}

.contact-box-layout1 .content-box ul li p {
	color: #ffffff;
	margin-bottom: 2px;
}

.contact-box-layout2 .address-box {
	padding: 65px 25px;
	text-align: center;
	border-radius: 10px;
	background-color: transparent;
	display: inherit;
}

@media (max-width: 991px) {
	.contact-box-layout2 .address-box {
		padding: 55px 20px;
	}
}

@media (max-width: 767px) {
	.contact-box-layout2 .address-box {
		padding: 45px 15px;
	}
}

.contact-box-layout2 .address-box .icon-box {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 991px) {
	.contact-box-layout2 .address-box .icon-box {
		transform: scale(0.8);
	}
}

@media (max-width: 767px) {
	.contact-box-layout2 .address-box .icon-box {
		transform: scale(0.7);
	}
}

.contact-box-layout2 .address-box .title {
	font-weight: 600;
	margin-bottom: 8px;
}

@media (max-width: 991px) {
	.contact-box-layout2 .address-box .title {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.contact-box-layout2 .address-box .title {
		font-size: 22px;
	}
}

.contact-box-layout2 .address-box .address-details {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.contact-box-layout2 .address-box .address-details li {
	margin-bottom: 3px;
}

.contact-box-layout2 .address-box .address-details li:last-child {
	margin-bottom: 0;
}

.h4-contact-form .ff-el-form-control {
	background-color: transparent;
	border: none;
	padding-left: 0;
	border-radius: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #535371;
}

.h4-contact-form .ff-el-form-control:focus {
	background-color: transparent;
}

.h4-contact-form .ff-el-form-control::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #9393ac;
	opacity: 1;
	/* Firefox */
}

.h4-contact-form .ff-el-form-control:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #9393ac;
}

.h4-contact-form .ff-el-form-control::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #9393ac;
}

.h4-contact-form .btn-fill.style-one {
	margin-top: 20px;
}

.event-archive-list {
	padding-top: 130px;
	padding-bottom: 100px;
}

.event-archive-list .event-box-layout2 {
	height: auto;
}

.sliderEventOne .swiper-pagination {
	position: relative;
}

.sliderEventOne .swiper-pagination-bullets {
	bottom: -15px !important;
}

.sliderEventOne .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 20px !important;
	height: 10px !important;
	border-radius: 45px !important;
}

.sliderEventOne .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 40px !important;
}

.event-box-layout1 {
	position: relative;
	margin-bottom: 75px;
}

.event-box-layout1 .figure-box {
	overflow: hidden;
}

.event-box-layout1 .figure-box img {
	transform: scale(1);
	transition: all 0.3s ease-in-out;
}

.event-box-layout1 .content-box {
	background-color: #ffffff;
	border-radius: 10px 0 0;
	padding: 40px 30px 35px;
	box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
	max-width: 360px;
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: -45px;
	right: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	transition: all 0.3s ease-in-out;
}

.event-box-layout1 .content-box:before {
	content: "";
	position: absolute;
	z-index: -1;
	background-color: #ee0034;
	opacity: 0;
	border-radius: 45px 0 0;
	height: 0;
	width: 0;
	bottom: 0;
	right: 0;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
	.event-box-layout1 .content-box {
		padding: 35px 15px 25px;
	}
}

.event-box-layout1 .content-box .left-part {
	width: 80%;
}

.event-box-layout1 .content-box .sub-title {
	margin-bottom: 4px;
	font-size: 15px;
	font-weight: 600;
	font-family: "Raleway", sans-serif;
	transition: all 0.3s ease-in-out;
}

.event-box-layout1 .content-box .sub-title a {
	color: #5a5a5a;
}

.event-box-layout1 .content-box .title {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 22px;
	line-height: 28px;
}

.event-box-layout1 .content-box .title a {
	color: #041A57;
	transition: all 0.3s ease-in-out;
}

.event-box-layout1 .content-box .btn-icon {
	margin-bottom: 10px;
	background-color: #E9E9E9;
	border: 1px solid;
	border-color: #E9E9E9;
	border-radius: 5px;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.event-box-layout1 .content-box .btn-icon svg {
	fill: #041A57;
	transition: all 0.3s ease-in-out;
}

.event-box-layout1:hover .figure-box img {
	transform: scale(1.2);
}

.event-box-layout1:hover .content-box:before {
	animation: full_bg 0.3s forwards;
}

.event-box-layout1:hover .content-box .sub-title a {
	color: #F2F2F2;
}

.event-box-layout1:hover .content-box .title a {
	color: #ffffff;
}

.event-box-layout1:hover .content-box .title a:hover {
	color: #e6e6e7;
}

.event-box-layout1:hover .content-box .btn-icon {
	background-color: transparent;
}

.event-box-layout1:hover .content-box .btn-icon svg {
	fill: #ffffff;
}

.event-box-layout1:hover .content-box .btn-icon:hover {
	background-color: #2a07f9;
	border-color: #2a07f9;
}

@media (max-width: 575px) {
	.event-box-layout1 {
		margin: 0 auto;
		max-width: 450px;
	}
}

@keyframes full_bg {
	to {
		border-radius: 10px 0 0;
		opacity: 1;
		height: 100%;
		width: 100%;
	}
}

.event-box-layout2 {
	position: relative;
	overflow: hidden;
	height: 350px;
}

.event-box-layout2 .figure-box {
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}

.event-box-layout2 .figure-box:before {
	opacity: 1;
	background: linear-gradient(transparent, #091631);
	content: "";
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	border-radius: 20px;
	transition: all 0.3s ease-in-out;
}

.event-box-layout2 .figure-box:after {
	opacity: 0;
	background: linear-gradient(#0D24FB, #FF0321);
	content: "";
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 0;
	border-radius: 20px;
	transition: all 0.3s ease-in-out;
}

.event-box-layout2 .figure-box img {
	width: 100%;
	height: 100%;
	transform: scale(1);
	object-fit: cover;
	border-radius: 20px;
}

.event-box-layout2 .figure-box .share-icon {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.event-box-layout2 .figure-box .share-icon a {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: #ee0034;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transition;
}

.event-box-layout2 .figure-box .share-icon a svg {
	stroke: #ffffff;
	transition: transition;
}

.event-box-layout2 .figure-box .share-icon a:hover {
	background-color: #ffffff;
}

.event-box-layout2 .figure-box .share-icon a:hover svg {
	stroke: #ee0034;
}

.event-box-layout2 .content-box {
	padding-right: 15px;
	position: absolute;
	z-index: 1;
	left: 30px;
	bottom: -45px;
	transition: all 0.3s ease-in-out;
}

.event-box-layout2 .content-box .price {
	color: #ffffff;
	font-weight: 700;
	font-size: 22px;
	font-family: "Raleway", sans-serif;
	margin-bottom: 2px;
}

.event-box-layout2 .content-box .title {
	font-weight: 600;
	margin-bottom: 5px;
}

.event-box-layout2 .content-box .title a {
	color: #ffffff;
}

.event-box-layout2 .content-box .location-info {
	margin-bottom: 10px;
}

.event-box-layout2 .content-box .location-info ul {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	list-style: none;
}

.event-box-layout2 .content-box .location-info ul li {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	margin-right: 20px;
}

.event-box-layout2 .content-box .location-info ul li:last-child {
	margin-bottom: 0;
}

.event-box-layout2 .content-box .location-info ul li .icon-box {
	margin-top: 2px;
	line-height: 1;
	margin-right: 10px;
}

.event-box-layout2 .content-box .location-info ul li .icon-box svg {
	fill: #ffffff;
}

.event-box-layout2 .content-box .location-info ul li .info-text {
	font-size: 14px;
	font-family: "Raleway", sans-serif;
	color: #ffffff;
}

.event-box-layout2 .content-box .item-btn {
	opacity: 0;
}

.event-box-layout2:hover .figure-box:before {
	opacity: 0;
}

.event-box-layout2:hover .figure-box:after {
	opacity: 0.75;
}

.event-box-layout2:hover .figure-box .share-icon {
	opacity: 1;
}

.event-box-layout2:hover .content-box {
	bottom: 30px;
}

.event-box-layout2:hover .content-box .item-btn {
	opacity: 1;
}

.event-details-page {
	padding-top: 130px;
	padding-bottom: 100px;
}

@media (max-width: 1199px) {
	.event-details-page {
		padding-top: 115px;
		padding-bottom: 85px;
	}
}

@media (max-width: 991px) {
	.event-details-page {
		padding-top: 100px;
		padding-bottom: 70px;
	}
}

@media (max-width: 767px) {
	.event-details-page {
		padding-top: 85px;
		padding-bottom: 55px;
	}
}

@media (max-width: 575px) {
	.event-details-page {
		padding-top: 70px;
		padding-bottom: 40px;
	}
}

.event-details-page .schedule-box-layout3.schedule-content .panel-default {
	border-color: #e3e3e4;
}

.event-details-page .schedule-box-layout3.schedule-content .ed-sd {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
	color: #041A57;
}

.event-details-page .schedule-box-layout3.schedule-content .panel-heading .date-time-wrap .month,
.event-details-page .schedule-box-layout3.schedule-content .panel-heading .date-time-wrap .date {
	color: #041A57;
	transition: all 0.3s ease-in-out;
}

.event-details-page .schedule-box-layout3.schedule-content .panel-heading .date-time-wrap .time {
	color: #5a5a5a;
	transition: all 0.3s ease-in-out;
}

.event-details-page .schedule-box-layout3.schedule-content .panel-heading .content-box-wrap .speaker-item .figure-box {
	margin-bottom: 0;
}

.event-details-page .schedule-box-layout3.schedule-content .panel-heading .content-box-wrap .speaker-item .title a {
	color: #041A57;
	transition: all 0.3s ease-in-out;
}

.event-details-page .schedule-box-layout3.schedule-content .panel-heading .content-box-wrap .speaker-item .sub-title {
	color: #5a5a5a;
	transition: all 0.3s ease-in-out;
}

.event-details-page .schedule-box-layout3.schedule-content .panel-heading .content-box-wrap .speaker-item .sub-title a {
	color: #5a5a5a;
	transition: all 0.3s ease-in-out;
}

.event-details-page .schedule-box-layout3.schedule-content .panel-heading .accordion-button:after {
	line-height: 25px;
	color: #041A57;
	background-color: #e3e3e4;
}

.event-details-page .schedule-box-layout3.schedule-content .panel-default.active .panel-heading .date-time-wrap .month,
.event-details-page .schedule-box-layout3.schedule-content .panel-default.active .panel-heading .date-time-wrap .time,
.event-details-page .schedule-box-layout3.schedule-content .panel-default.active .panel-heading .date-time-wrap .date {
	color: #ffffff;
	transition: all 0.3s ease-in-out;
}

.event-details-page .schedule-box-layout3.schedule-content .panel-default.active .panel-heading .content-box-wrap .speaker-item .sub-title a,
.event-details-page .schedule-box-layout3.schedule-content .panel-default.active .panel-heading .content-box-wrap .speaker-item .title a {
	color: #ffffff;
	transition: all 0.3s ease-in-out;
}

.event-details-page .schedule-box-layout3.schedule-content .panel-default.active .panel-heading .content-box-wrap .speaker-item .sub-title {
	color: #ffffff;
	transition: all 0.3s ease-in-out;
}

.event-details-page .schedule-box-layout3.schedule-content .panel-body .address-wrap .icon-box svg {
	fill: #ffffff;
}

.event-details-page .schedule-box-layout4 table {
	min-width: 100%;
}

.event-details-page .schedule-box-layout4 table tbody tr .schedule-time {
	width: auto;
}

.event-single-box {
	margin-bottom: 30px;
}

.event-single-box .figure-box {
	margin-bottom: 30px;
}

.event-single-box .figure-box img {
	border-radius: 20px;
}

.event-single-box .content-box .category {
	margin-bottom: 15px;
}

.event-single-box .content-box .category a {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 3px;
	color: #2a07f9;
	font-family: "Raleway", sans-serif;
}

.event-single-box .content-box .description ul {
	margin-top: 30px;
	padding-left: 0;
	list-style: none;
}

.event-single-box .content-box .description ul li {
	width: 50%;
	position: relative;
	display: inline-flex;
	margin-bottom: 15px;
}

.event-single-box .content-box .description ul li:before {
	top: 0;
	left: 0;
	content: '\f058';
	font-weight: 400;
	position: absolute;
	font-size: 22px;
	color: #2a07f9;
	font-family: "Font Awesome 5 Free";
}

.event-single-box .content-box .description ul li:nth-child(odd) {
	padding-left: 30px;
	padding-right: 15px;
}

.event-single-box .content-box .description ul li:nth-child(even) {
	padding-left: 45px;
}

.event-single-box .content-box .description ul li:nth-child(even):before {
	left: 15px;
}

@media only screen and (max-width: 400px) {
	.event-single-box .content-box .description ul li {
		width: 100%;
	}

	.event-single-box .content-box .description ul li:nth-child(even) {
		padding-left: 30px;
	}

	.event-single-box .content-box .description ul li:nth-child(even):before {
		left: 0;
	}
}

.event-single-box .event-speaker .speaker-item {
	padding: 30px;
	margin-top: 30px;
	background-color: #F8F8F8;
	border-radius: 25px;
}

.event-single-box .event-speaker .speaker-item .speaker-figure-box {
	height: 100%;
}

@media (max-width: 991px) {
	.event-single-box .event-speaker .speaker-item .speaker-figure-box {
		margin-bottom: 30px;
		height: auto;
	}
}

.event-single-box .event-speaker .speaker-item .speaker-figure-box img {
	border-radius: 20px;
	object-fit: cover;
	height: 100%;
}

.event-single-box .event-speaker .speaker-item .speaker-content-box {
	padding-top: 15px;
	padding-bottom: 15px;
	height: 100%;
	border-radius: 25px;
	display: flex;
	align-items: center;
}

@media (max-width: 991px) {
	.event-single-box .event-speaker .speaker-item .speaker-content-box {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.event-single-box .event-speaker .speaker-item .speaker-content-box .speaker-title {
	font-weight: 600;
	margin-bottom: 5px;
}

@media (max-width: 991px) {
	.event-single-box .event-speaker .speaker-item .speaker-content-box .speaker-title {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	.event-single-box .event-speaker .speaker-item .speaker-content-box .speaker-title {
		font-size: 24px;
	}
}

.event-single-box .event-speaker .speaker-item .speaker-content-box .speaker-title a {
	color: #041A57;
}

.event-single-box .event-speaker .speaker-item .speaker-content-box .speaker-sub-title {
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	color: #5A5A5A;
}

@media (max-width: 991px) {
	.event-single-box .event-speaker .speaker-item .speaker-content-box .speaker-sub-title {
		margin-bottom: 20px;
		padding-bottom: 20px;
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.event-single-box .event-speaker .speaker-item .speaker-content-box .speaker-sub-title {
		font-size: 16px;
	}
}

.event-single-box .event-speaker .speaker-item .speaker-content-box .social {
	padding-left: 0;
	margin-top: 30px;
	list-style: none;
	list-style: none;
}

.event-single-box .event-speaker .speaker-item .speaker-content-box .social li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}

.event-single-box .event-speaker .speaker-item .speaker-content-box .social li:last-child {
	margin-right: 0;
}

.event-single-box .event-speaker .speaker-item .speaker-content-box .social li a {
	border-radius: 50%;
	color: #BABBBC;
	border: 1px solid #B1B1B1;
	height: 44px;
	width: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
}

.event-single-box .event-speaker .speaker-item .speaker-content-box .social li a:hover {
	color: #ffffff;
}

.event-single-box .event-speaker .speaker-item .speaker-content-box .social li .facebook:hover {
	background-color: #3b5998;
	border-color: #3b5998;
}

.event-single-box .event-speaker .speaker-item .speaker-content-box .social li .twitter:hover {
	background-color: #00acee;
	border-color: #00acee;
}

.event-single-box .event-speaker .speaker-item .speaker-content-box .social li .linkedin:hover {
	background-color: #0077B5;
	border-color: #0077B5;
}

.event-single-box .event-speaker .speaker-item .speaker-content-box .social li .instagram:hover {
	background-color: #C13584;
	border-color: #C13584;
}

.event-single-box .event-speaker .speaker-item .speaker-content-box .social li .pinterest:hover {
	background-color: #bd081c;
	border-color: #bd081c;
}

.schedule-timing-title {
	width: 100%;
	display: inline-block;
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
}

.schedule-lecture-title {
	width: 100%;
	display: inline-block;
	margin-top: 50px;
	margin-bottom: 10px;
	text-align: center;
}

.schedule-box-layout1 {
	display: flex;
	align-items: flex-start;
}

.schedule-box-layout1 .tab-nav {
	overflow: hidden;
	list-style: none;
	margin-bottom: 30px;
	flex-direction: column;
}

.schedule-box-layout1 .tab-nav .menu-item {
	writing-mode: vertical-rl;
	margin-bottom: 20px;
}

.schedule-box-layout1 .tab-nav .menu-item:last-child {
	margin-bottom: 0;
}

.schedule-box-layout1 .tab-nav .menu-item .menu-link {
	border-radius: 0 10px 10px 0;
	transform: rotate(180deg);
	padding: 20px 10px;
	display: block;
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.3s ease-in-out;
}

.schedule-box-layout1 .tab-nav .menu-item:nth-child(1n) .menu-link {
	background-color: #f7f9ff;
	color: #1448F6;
}

.schedule-box-layout1 .tab-nav .menu-item:nth-child(1n) .menu-link.active {
	background-color: #1448F6;
	color: #ffffff;
}

.schedule-box-layout1 .tab-nav .menu-item:nth-child(2n) .menu-link {
	background-color: #ffeff3;
	color: #EE0034;
}

.schedule-box-layout1 .tab-nav .menu-item:nth-child(2n) .menu-link.active {
	background-color: #EE0034;
	color: #ffffff;
}

.schedule-box-layout1 .tab-nav .menu-item:nth-child(3n) .menu-link {
	background-color: #f9f6ff;
	color: #701EF3;
}

.schedule-box-layout1 .tab-nav .menu-item:nth-child(3n) .menu-link.active {
	background-color: #701EF3;
	color: #ffffff;
}

.schedule-box-layout1 .tab-content {
	flex: 1;
	padding: 50px;
	box-shadow: 0 0 50px 4px rgba(0, 0, 0, 0.05);
}

@media (max-width: 575px) {
	.schedule-box-layout1 .tab-content {
		padding: 30px;
	}
}

.schedule-box-layout1 .tab-content .tab-item .panel-default {
	margin-bottom: 20px;
	border-bottom: 1px solid #C4C4C4;
}

.schedule-box-layout1 .tab-content .tab-item .panel-default:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.schedule-box-layout1 .tab-content .tab-item .accordion-button {
	cursor: pointer;
	flex-direction: column;
	align-items: flex-start;
	padding: 0;
}

.schedule-box-layout1 .tab-content .tab-item .accordion-button:after {
	display: none;
}

@media (max-width: 575px) {
	.schedule-box-layout1 .tab-content .tab-item .accordion-button:before {
		transform: scale(0.7);
	}
}

.schedule-box-layout1 .tab-content .tab-item .accordion-button:not(.collapsed):before {
	content: url("../img/theme/minus-icon.svg");
	position: absolute;
	right: 0;
	line-height: 1;
	transition: all 0.3s ease-in-out;
}

.schedule-box-layout1 .tab-content .tab-item .accordion-button.collapsed:before {
	content: url("../img/theme/plus-icon.svg");
	position: absolute;
	right: 0;
	line-height: 1;
	transition: all 0.3s ease-in-out;
}

.schedule-box-layout1 .tab-content .tab-item .accordion-button:focus {
	box-shadow: none;
}

.schedule-box-layout1 .tab-content .tab-item .accordion-button:after {
	position: absolute;
	right: 15px;
}

.schedule-box-layout1 .tab-content .tab-item .panel-default.active {
	background-color: transparent;
	box-shadow: none;
}

.schedule-box-layout1 .tab-content .tab-item .panel-default.active .number {
	padding-left: 15px;
}

@media (max-width: 575px) {
	.schedule-box-layout1 .tab-content .tab-item .panel-default.active .number {
		padding-left: 5px;
	}
}

.schedule-box-layout1 .tab-content .tab-item .panel-default.active .number div {
	opacity: 1;
	transform: translateX(0);
}

.schedule-box-layout1 .tab-content .tab-item .panel-default:last-child .panel-body {
	padding-bottom: 0;
}

.schedule-box-layout1 .tab-content .tab-item .panel-heading .time {
	border-radius: 5px;
	padding: 5px 15px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 500;
}

.schedule-box-layout1 .tab-content .tab-item .panel-heading .time svg {
	margin-top: -4px;
	margin-right: 5px;
}

.schedule-box-layout1 .tab-content .tab-item .panel-heading .number {
	overflow: hidden;
	color: #E8830E;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 5px;
}

.schedule-box-layout1 .tab-content .tab-item .panel-heading .number div {
	opacity: 0;
	transform: translateX(-90px);
	transition: all 0.5s cubic-bezier(0.23, 0.03, 0, 1.08);
}

.schedule-box-layout1 .tab-content .tab-item .panel-heading .title {
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 26px;
}

@media (max-width: 575px) {
	.schedule-box-layout1 .tab-content .tab-item .panel-heading .title {
		font-size: 22px;
	}
}

.schedule-box-layout1 .tab-content .tab-item .panel-heading .title a {
	color: #041A57;
}

.schedule-box-layout1 .tab-content .tab-item .panel-heading .description {
	max-width: 930px;
	width: 100%;
}

.schedule-box-layout1 .tab-content .tab-item .panel-body {
	padding-bottom: 30px;
}

.schedule-box-layout1 .tab-content .tab-item .panel-body .event-speaker {
	display: flex;
}

.schedule-box-layout1 .tab-content .tab-item .panel-body .event-speaker .speaker-info {
	display: flex;
	margin-right: 15px;
	align-items: center;
}

.schedule-box-layout1 .tab-content .tab-item .panel-body .event-speaker .speaker-info img {
	width: 40px;
	height: auto;
	border-radius: 50%;
	margin-right: 10px;
}

.schedule-box-layout1 .tab-content .tab-item .panel-body .event-speaker .speaker-info .name {
	margin-bottom: 0;
}

.schedule-box-layout1 .tab-content .tab-item .panel-body .event-speaker .speaker-info .name a {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
	color: #041A57;
}

.schedule-box-layout1 .tab-content .tab-item .panel-body .event-speaker .speaker-info .name a:hover {
	color: #2a07f9;
}

.schedule-box-layout1 .tab-content .tab-item:nth-child(1n) .panel-heading .time {
	color: #1448F6;
	background-color: #f7f9ff;
}

.schedule-box-layout1 .tab-content .tab-item:nth-child(1n) .panel-heading .time svg {
	fill: #1448F6;
}

.schedule-box-layout1 .tab-content .tab-item:nth-child(2n) .panel-heading .time {
	color: #EE0034;
	background-color: #ffeff3;
}

.schedule-box-layout1 .tab-content .tab-item:nth-child(2n) .panel-heading .time svg {
	fill: #EE0034;
}

.schedule-box-layout1 .tab-content .tab-item:nth-child(3n) .panel-heading .time {
	color: #701EF3;
	background-color: #f9f6ff;
}

.schedule-box-layout1 .tab-content .tab-item:nth-child(3n) .panel-heading .time svg {
	fill: #701EF3;
}

.schedule-inner-wrap-layout2 .tab-nav {
	justify-content: center;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}

.schedule-inner-wrap-layout2 .tab-nav:before {
	position: absolute;
	z-index: -1;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 1px;
	width: 100%;
	background-color: #EBEAEA;
}

@media (max-width: 767px) {
	.schedule-inner-wrap-layout2 .tab-nav:before {
		display: none;
	}
}

.schedule-inner-wrap-layout2 .tab-nav .menu-item {
	margin: 5px 9px;
}

.schedule-inner-wrap-layout2 .tab-nav .menu-item .menu-link {
	font-weight: 700;
	font-size: 20px;
	padding: 9px 38px;
	border-radius: 5px;
	display: inline-block;
}

@media (max-width: 767px) {
	.schedule-inner-wrap-layout2 .tab-nav .menu-item .menu-link {
		font-size: 16px;
	}
}

.schedule-inner-wrap-layout2 .tab-nav .menu-item:nth-child(1n) .menu-link {
	color: #2A07F9;
	background-color: #E1E8FF;
}

.schedule-inner-wrap-layout2 .tab-nav .menu-item:nth-child(1n) .menu-link.active {
	background-color: #2A07F9;
	color: #ffffff;
}

.schedule-inner-wrap-layout2 .tab-nav .menu-item:nth-child(2n) .menu-link {
	color: #EE0034;
	background-color: #FFE4EA;
}

.schedule-inner-wrap-layout2 .tab-nav .menu-item:nth-child(2n) .menu-link.active {
	background-color: #EE0034;
	color: #ffffff;
}

.schedule-inner-wrap-layout2 .tab-nav .menu-item:nth-child(3n) .menu-link {
	color: #1CC9EF;
	background-color: #EAFBFF;
}

.schedule-inner-wrap-layout2 .tab-nav .menu-item:nth-child(3n) .menu-link.active {
	background-color: #1CC9EF;
	color: #ffffff;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(1n) .schedule-box-wrap-layout2 {
	padding-left: 0;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(1n) .schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .time {
	color: #2A07F9;
	background-color: #E1E8FF;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(1n) .schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .time svg {
	fill: #2A07F9;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(1n) .schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .room-number {
	color: #2A07F9;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(1n) .schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .room-number svg {
	fill: #2A07F9;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(1n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover:before {
	background-color: #2A07F9;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(1n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover:nth-child(odd) .info-box:before {
	border-left: 20px solid #2A07F9;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(1n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover:nth-child(even) .info-box:before {
	border-right: 20px solid #2A07F9;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(1n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover .info-box {
	background-color: #2A07F9;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(1n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover .info-box .room-number {
	color: #ffffff;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(1n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover .info-box .room-number svg {
	fill: #ffffff;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(2n) .schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .time {
	color: #ee0034;
	background-color: #FFE4EA;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(2n) .schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .time svg {
	fill: #ee0034;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(2n) .schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .room-number {
	color: #ee0034;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(2n) .schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .room-number svg {
	fill: #ee0034;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(2n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover:before {
	background-color: #ee0034;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(2n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover:nth-child(odd) .info-box:before {
	border-left: 20px solid #ee0034;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(2n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover:nth-child(even) .info-box:before {
	border-right: 20px solid #ee0034;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(2n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover .info-box {
	background-color: #ee0034;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(2n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover .info-box .room-number {
	color: #ffffff;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(2n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover .info-box .room-number svg {
	fill: #ffffff;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(3n) .schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .time {
	color: #1CC9EF;
	background-color: #EAFBFF;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(3n) .schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .time svg {
	fill: #1CC9EF;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(3n) .schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .room-number {
	color: #1CC9EF;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(3n) .schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .room-number svg {
	fill: #1CC9EF;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(3n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover:before {
	background-color: #1CC9EF;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(3n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover:nth-child(odd) .info-box:before {
	border-left: 20px solid #1CC9EF;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(3n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover:nth-child(even) .info-box:before {
	border-right: 20px solid #1CC9EF;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(3n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover .info-box {
	background-color: #1CC9EF;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(3n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover .info-box .room-number {
	color: #ffffff;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(3n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover .info-box .room-number svg {
	fill: #ffffff;
}

.schedule-box-wrap-layout2 {
	z-index: 1;
	display: flex;
	flex-flow: column;
	position: relative;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 991px) {
	.schedule-box-wrap-layout2 {
		background-image: none;
	}
}

.schedule-box-wrap-layout2:before {
	content: '';
	position: absolute;
	left: 50%;
	background-color: #e6e6e6;
	transform: translateX(-50%);
	top: 200px;
	width: 2px;
	height: calc(100% - 200px);
}

@media (max-width: 991px) {
	.schedule-box-wrap-layout2:before {
		display: none;
	}
}

.schedule-box-wrap-layout2 .schedule-box-layout2 {
	gap: 80px;
	display: flex;
	/* max-width: 500px; */
	/* width: 100%; */
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

@media (max-width: 1199px) {
	.schedule-box-wrap-layout2 .schedule-box-layout2 {
		max-width: 450px;
	}
}

@media (max-width: 991px) {
	.schedule-box-wrap-layout2 .schedule-box-layout2 {
		max-width: 100%;
		display: block;
		margin-bottom: 50px;
	}
}

.schedule-box-wrap-layout2 .schedule-box-layout2:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #EBEAEA;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
	.schedule-box-wrap-layout2 .schedule-box-layout2:before {
		display: none;
	}
}

.schedule-box-wrap-layout2 .schedule-box-layout2 .heading-box {
	/* top: 50%; */
	/* z-index: 1; */
	/* display: flex; */
	/* margin-top: -40px; */
	/* position: absolute; */
	/* transform: translateY(-50%); */
}

@media (max-width: 991px) {
	.schedule-box-wrap-layout2 .schedule-box-layout2 .heading-box {
		position: inherit;
		top: inherit;
		transform: inherit;
		margin-left: 50px;
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.schedule-box-wrap-layout2 .schedule-box-layout2 .heading-box {
		margin-left: 30px;
	}
}

.schedule-box-wrap-layout2 .schedule-box-layout2 .heading-box .figure-box {
	height: 74px;
	width: 74px;
}

.schedule-box-wrap-layout2 .schedule-box-layout2 .heading-box .figure-box img {
	border-radius: 50%;
}

.schedule-box-wrap-layout2 .schedule-box-layout2 .heading-box .content-box {
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
	.schedule-box-wrap-layout2 .schedule-box-layout2 .heading-box .content-box {
		opacity: 1;
	}
}

.schedule-box-wrap-layout2 .schedule-box-layout2 .heading-box .content-box .title {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 600;
}

@media (max-width: 767px) {
	.schedule-box-wrap-layout2 .schedule-box-layout2 .heading-box .content-box .title {
		font-size: 20px;
	}
}

.schedule-box-wrap-layout2 .schedule-box-layout2 .heading-box .content-box .sub-title {
	margin-bottom: 0;
	color: #666e85;
}

.schedule-box-wrap-layout2 .schedule-box-layout2 .info-box {
	background-color: #f7f9ff;
	padding: 45px 40px 40px;
	border-radius: 10px;
	position: relative;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
	.schedule-box-wrap-layout2 .schedule-box-layout2 .info-box {
		padding: 30px;
	}
}

.schedule-box-wrap-layout2 .schedule-box-layout2 .info-box:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	transition: all 0.3s ease-in-out;
}

.schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .time {
	display: inline-flex;
	align-items: center;
	padding: 7px 20px;
	border-radius: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 500;
}

.schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .time svg {
	margin-top: -3px;
	margin-right: 5px;
}

.schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .title a {
	font-weight: 600;
	margin-bottom: 5px;
	color: #041A57;
	font-size: 26px;
	line-height: 34px;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
	.schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .title a {
		font-size: 22px;
		line-height: 30px;
	}
}

.schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .description {
	transition: all 0.3s ease-in-out;
}

.schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .room-number {
	font-size: 18px;
	font-weight: 600;
	color: #ee0034;
	display: inline-flex;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
	.schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .room-number {
		font-size: 16px;
	}
}

.schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .room-number svg {
	fill: #ee0034;
	margin-left: 10px;
	transition: all 0.3s ease-in-out;
}

.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(even) {
	/* left: 50%; */
	text-align: left;
    align-items: center;
    justify-content: space-evenly;
    /* flex-flow: row-reverse; */
}

@media (max-width: 991px) {
	.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(even) {
		left: inherit;
		text-align: left;
	}
}

.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(even):before {
	left: 50%;
    margin-left: -10px;
}

.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(even) .heading-box {
	width: 50%;
	padding-right: 35px;
}

@media (max-width: 991px) {
	.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(even) .heading-box {
		left: inherit;
		text-align: left;
		flex-direction: row-reverse;
		justify-content: start;
	}
}

.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(even) .heading-box .speaker-item {
	display: flex;
	padding-top: 8px;
	padding-bottom: 8px;
	align-items: center;
	justify-content: flex-end;
}

.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(even) .heading-box .speaker-item .figure-box {
	margin-left: 15px;
}

@media (max-width: 991px) {
	.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(even) .heading-box .speaker-item .figure-box {
		margin-left: 0;
		margin-right: 15px;
	}
}

@media (max-width: 600px) {
	.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(even) .heading-box .speaker-item .figure-box {
		margin-left: 15px;
		margin-right: 0;
	}
}

.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(even) .heading-box .speaker-item .content-box {
	text-align: right;
}

@media (max-width: 991px) {
	.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(even) .heading-box .speaker-item .content-box {
		text-align: left;
	}
}

.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(even) .info-box {
	flex: 1;
}

.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(even) .info-box:before {
	left: -20px;
	right: inherit;
	border-top: 30px solid transparent;
	border-right: 20px solid #F9F9F9;
	border-bottom: 30px solid transparent;
}

@media (max-width: 991px) {
	.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(even) .info-box:before {
		display: none;
	}
}

@media (max-width: 991px) {
	.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(even) .info-box {
		margin-left: 0;
		margin-right: 0;
	}
}

.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(odd) {
	text-align: right;
    align-items: center;
    justify-content: space-evenly;
    flex-flow: row-reverse;
}

@media (max-width: 1199px) {
	.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(odd) {
		left: calc(50% - 450px);
	}
}

@media (max-width: 991px) {
	.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(odd) {
		left: inherit;
		text-align: left;
	}
}

.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(odd):before {
	left: 50%;
	margin-left: -10px;
}

.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(odd) .heading-box {
	right: -305px;
}

@media (max-width: 991px) {
	.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(odd) .heading-box {
		right: 0;
	}
}

.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(odd) .heading-box .speaker-item {
	display: flex;
	padding-top: 8px;
	padding-bottom: 8px;
}

.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(odd) .heading-box .speaker-item .figure-box {
	margin-right: 15px;
}

.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(odd) .heading-box .speaker-item .content-box {
	text-align: left;
}

.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(odd) .info-box {
	margin-right: 50px;
}

.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(odd) .info-box:before {
	right: -20px;
	left: inherit;
	border-top: 30px solid transparent;
	border-left: 20px solid #F9F9F9;
	border-bottom: 30px solid transparent;
}

@media (max-width: 991px) {
	.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(odd) .info-box:before {
		display: none;
	}
}

@media (max-width: 991px) {
	.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(odd) .info-box {
		margin-right: 0;
		margin-left: 0;
	}
}

.schedule-box-wrap-layout2 .schedule-box-layout2:last-child {
	margin-bottom: 0;
}

.schedule-box-wrap-layout2 .schedule-box-layout2:hover .speaker-item .content-box {
	opacity: 1;
}

.schedule-box-wrap-layout2 .schedule-box-layout2:hover .info-box .title a {
	color: #ffffff;
}

.schedule-box-wrap-layout2 .schedule-box-layout2:hover .info-box .description {
	color: #ffffff;
}

.schedule-box-wrap-layout2 .schedule-box-layout2:hover .info-box .room-number {
	color: #ffffff;
}

.schedule-box-wrap-layout2 .schedule-box-layout2:hover .info-box .room-number svg {
	fill: #ffffff;
}

.schedule-wrap-layout3 {
	padding-top: 150px;
	padding-bottom: 130px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background-color: #041A57;
}

@media (max-width: 1199px) {
	.schedule-wrap-layout3 {
		padding-top: 135px;
		padding-bottom: 115px;
	}
}

@media (max-width: 991px) {
	.schedule-wrap-layout3 {
		padding-top: 120px;
		padding-bottom: 100px;
	}
}

@media (max-width: 767px) {
	.schedule-wrap-layout3 {
		padding-top: 105px;
		padding-bottom: 85px;
	}
}

@media (max-width: 575px) {
	.schedule-wrap-layout3 {
		padding-top: 90px;
		padding-bottom: 70px;
	}
}

.schedule-wrap-layout3:after {
	content: "";
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 0;
	border-top: 70px solid #F9F9F9;
	border-right: 100vw solid transparent;
	left: 0;
}

@media (max-width: 767px) {
	.schedule-wrap-layout3:after {
		border-top: 50px solid #F9F9F9;
	}
}

.schedule-box-layout3 {
	position: relative;
}

.schedule-box-layout3.schedule-nav {
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 40px;
}

.schedule-box-layout3.schedule-nav .swiper-slide {
	text-align: center;
	cursor: pointer;
	font-weight: 400;
	font-size: 20px;
	padding: 10px 38px;
	border-radius: 45px;
	display: inline-block;
	color: #ffffff;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 480px) {
	.schedule-box-layout3.schedule-nav .swiper-slide {
		font-size: 14px;
		padding: 10px 15px;
	}
}

.schedule-box-layout3.schedule-nav .swiper-slide.swiper-slide-thumb-active {
	background-color: #2A07F9;
}

.schedule-box-layout3.schedule-content .panel-default {
	z-index: 0;
	position: relative;
	margin: 1px;
	margin-bottom: 30px;
	border-radius: 10px;
	border: 1px solid #4f5974;
	padding: 30px 40px 30px 40px;
}

.schedule-box-layout3.schedule-content .panel-default:before {
	top: 0;
	left: 0;
	height: 0;
	width: 100%;
	content: '';
	border-radius: 6px;
	position: absolute;
	z-index: -1;
	transition: all 0.3s ease-in-out;
	background-color: #2a07f9;
}

.schedule-box-layout3.schedule-content .panel-default.active {
	border-color: #2a07f9;
}

.schedule-box-layout3.schedule-content .panel-default.active:before {
	height: 100%;
}

.schedule-box-layout3.schedule-content .panel-heading {
	z-index: 1;
	display: flex;
	box-shadow: none;
	position: relative;
	justify-content: space-between;
}

@media (max-width: 1199px) {
	.schedule-box-layout3.schedule-content .panel-heading {
		display: block;
	}
}

.schedule-box-layout3.schedule-content .panel-heading .date-time-wrap {
	margin-right: 50px;
	display: flex;
	align-items: center;
}

@media (max-width: 1199px) {
	.schedule-box-layout3.schedule-content .panel-heading .date-time-wrap {
		margin-bottom: 20px;
		align-items: flex-start;
	}
}

.schedule-box-layout3.schedule-content .panel-heading .date-time-wrap .date {
	font-size: 55px;
	font-weight: 400;
	color: #ffffff;
	line-height: 1;
	margin-right: 15px;
}

@media (max-width: 1199px) {
	.schedule-box-layout3.schedule-content .panel-heading .date-time-wrap .date {
		font-size: 40px;
	}
}

.schedule-box-layout3.schedule-content .panel-heading .date-time-wrap .month {
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
	line-height: 1.3;
}

@media (max-width: 1199px) {
	.schedule-box-layout3.schedule-content .panel-heading .date-time-wrap .month {
		font-size: 24px;
	}
}

.schedule-box-layout3.schedule-content .panel-heading .date-time-wrap .time {
	font-weight: 400;
	color: #ffffff;
}

.schedule-box-layout3.schedule-content .panel-heading .content-box-wrap .speaker-item {
	display: flex;
	margin: 10px 0;
}

.schedule-box-layout3.schedule-content .panel-heading .content-box-wrap .speaker-item .figure-box {
	margin-right: 15px;
	height: 60px;
	width: 60px;
}

@media (max-width: 1199px) {
	.schedule-box-layout3.schedule-content .panel-heading .content-box-wrap .speaker-item .figure-box {
		margin-top: 5px;
	}
}

@media (max-width: 575px) {
	.schedule-box-layout3.schedule-content .panel-heading .content-box-wrap .speaker-item .figure-box {
		margin-bottom: 10px;
		margin-top: 0;
	}
}

.schedule-box-layout3.schedule-content .panel-heading .content-box-wrap .speaker-item .figure-box img {
	border-radius: 50%;
}

.schedule-box-layout3.schedule-content .panel-heading .content-box-wrap .speaker-item .inner-box {
	flex: 1;
}

.schedule-box-layout3.schedule-content .panel-heading .content-box-wrap .speaker-item .title {
	margin-bottom: 3px;
}

.schedule-box-layout3.schedule-content .panel-heading .content-box-wrap .speaker-item .title a {
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 3px;
}

@media (max-width: 1199px) {
	.schedule-box-layout3.schedule-content .panel-heading .content-box-wrap .speaker-item .title a {
		font-size: 24px;
	}
}

.schedule-box-layout3.schedule-content .panel-heading .content-box-wrap .speaker-item .sub-title {
	color: #ffffff;
	font-weight: 300;
	margin-bottom: 3px;
}

.schedule-box-layout3.schedule-content .panel-heading .content-box-wrap .speaker-item .sub-title span {
	font-weight: 500;
	margin-right: 10px;
}

.schedule-box-layout3.schedule-content .panel-heading .content-box-wrap .speaker-item .sub-title span a {
	color: #ffffff;
}

.schedule-box-layout3.schedule-content .panel-heading .accordion-button {
	width: 100px;
}

.schedule-box-layout3.schedule-content .panel-heading .accordion-button:after {
	background-image: inherit;
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 15px;
	height: 50px;
	width: 50px;
	margin-top: -25px;
	background-color: #0C2469;
	border-radius: 50%;
}

@media (max-width: 1199px) {
	.schedule-box-layout3.schedule-content .panel-heading .accordion-button:after {
		right: 30px;
		top: 30px;
	}
}

@media (max-width: 767px) {
	.schedule-box-layout3.schedule-content .panel-heading .accordion-button:after {
		font-size: 14px;
		height: 45px;
		width: 45px;
	}
}

@media (max-width: 575px) {
	.schedule-box-layout3.schedule-content .panel-heading .accordion-button:after {
		font-size: 13px;
		height: 40px;
		width: 40px;
	}
}

.schedule-box-layout3.schedule-content .panel-heading .accordion-button.collapsed {
	box-shadow: none;
	background-color: transparent;
}

.schedule-box-layout3.schedule-content .panel-heading .accordion-button:not(.collapsed) {
	box-shadow: none;
	background-color: transparent;
}

@media (max-width: 1199px) {
	.schedule-box-layout3.schedule-content .panel-heading .accordion-button {
		top: 0;
		right: 0;
		position: absolute;
	}
}

@media (max-width: 400px) {
	.schedule-box-layout3.schedule-content .panel-heading .accordion-button {
		right: -40px;
	}
}

.schedule-box-layout3.schedule-content .panel-body {
	padding: 30px 0;
	position: relative;
	border-radius: 0 0 10px 10px;
	margin-top: 30px;
}

@media (max-width: 1199px) {
	.schedule-box-layout3.schedule-content .panel-body {
		padding: 30px;
	}
}

.schedule-box-layout3.schedule-content .panel-body:before {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	content: "";
	width: calc(100% - 0px);
	height: 1px;
	background-color: #7762F2;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
	.schedule-box-layout3.schedule-content .panel-body:before {
		width: calc(100% - 60px);
	}
}

.schedule-box-layout3.schedule-content .panel-body .description {
	color: #ffffff;
}

.schedule-box-layout3.schedule-content .panel-body .address-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.schedule-box-layout3.schedule-content .panel-body .address-wrap .icon-box {
	margin-right: 10px;
}

.schedule-box-layout3.schedule-content .panel-body .address-wrap .icon-box svg {
	fill: #ee0034;
}

.schedule-box-layout3.schedule-content .panel-body .address-wrap .address-text {
	color: #ffffff;
}

.schedule-slider-main-wrap {
	position: relative;
}

.schedule-slider-main-wrap .slider-btn {
	background-color: #0C2469;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 1;
	top: 0;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
}

.schedule-slider-main-wrap .slider-btn.slider-btn-prev {
	left: 30px;
}

.schedule-slider-main-wrap .slider-btn.slider-btn-next {
	right: 30px;
}

.schedule-slider-main-wrap .slider-btn:hover {
	background-color: #ee0034;
}

.schedule-wrap-layout4 {
	background-color: #150D2C;
	padding-top: 122px;
	padding-bottom: 100px;
}

@media (max-width: 1199px) {
	.schedule-wrap-layout4 {
		padding-top: 107px;
		padding-bottom: 85px;
	}
}

@media (max-width: 991px) {
	.schedule-wrap-layout4 {
		padding-top: 92px;
		padding-bottom: 70px;
	}
}

@media (max-width: 767px) {
	.schedule-wrap-layout4 {
		padding-top: 77px;
		padding-bottom: 55px;
	}
}

@media (max-width: 575px) {
	.schedule-wrap-layout4 {
		padding-top: 62px;
		padding-bottom: 40px;
	}
}

.schedule-wrap-layout4 ::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.schedule-wrap-layout4 ::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.schedule-wrap-layout4 ::-webkit-scrollbar-thumb {
	background: #2a07f9;
}

.schedule-wrap-layout4 ::-webkit-scrollbar-thumb:hover {
	background: rgba(42, 7, 249, 0.8);
}

.schedule-box-layout4 {
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.schedule-box-layout4 {
		overflow-x: scroll;
	}
}

.schedule-box-layout4 table {
	min-width: 936px;
}

@media (max-width: 991px) {
	.schedule-box-layout4 table {
		min-width: unset;
	}
}

.schedule-box-layout4 tbody {
	vertical-align: middle;
}

.schedule-box-layout4 tbody tr th,
.schedule-box-layout4 tbody tr td {
	padding: 23px 10px;
	transition: all 0.3s ease-in-out;
}

.schedule-box-layout4 tbody tr:nth-child(odd) th,
.schedule-box-layout4 tbody tr:nth-child(odd) td {
	background-color: #1C1434;
	box-shadow: none;
	border: 0;
}

.schedule-box-layout4 tbody tr:nth-child(even) th,
.schedule-box-layout4 tbody tr:nth-child(even) td {
	background-color: #241B3E;
	box-shadow: none;
	border: 0;
}

.schedule-box-layout4 tbody tr .schedule-time {
	width: 300px;
	font-size: 18px;
	padding-left: 40px;
	font-weight: 500 !important;
}

@media (max-width: 1199px) {
	.schedule-box-layout4 tbody tr .schedule-time {
		padding-left: 30px;
		width: 200px;
	}
}

@media (max-width: 991px) {
	.schedule-box-layout4 tbody tr .schedule-time {
		font-size: 18px;
	}
}

@media (max-width: 575px) {
	.schedule-box-layout4 tbody tr .schedule-time {
		font-size: 15px;
		line-height: 20px;
	}
}

.schedule-box-layout4 tbody tr .schedule-time .icon-box {
	margin-right: 5px;
	line-height: 1;
	display: inline-block;
}

.schedule-box-layout4 tbody tr .schedule-time .icon-box svg {
	margin-top: -5px;
}

.schedule-box-layout4 tbody tr .schedule-time .icon-box svg path {
	fill: #ee0034;
}

.schedule-box-layout4 tbody tr .schedule-title {
	line-height: 1.3;
	font-weight: 500 !important;
}

.schedule-box-layout4 tbody tr .schedule-title .title {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 34px;
}

@media (max-width: 1366px) {
	.schedule-box-layout4 tbody tr .schedule-title .title {
		font-size: 20px;
		line-height: 28px;
	}
}

@media (max-width: 575px) {
	.schedule-box-layout4 tbody tr .schedule-title .title {
		font-size: 18px;
		line-height: 26px;
	}
}

.schedule-box-layout4 tbody tr .schedule-title .title a {
	color: #ffffff;
}

.schedule-box-layout4 tbody tr .schedule-speaker a {
	font-size: 18px;
	font-weight: 400;
	color: #ee0034;
	position: relative;
	padding-right: 5px;
	margin-right: 5px;
}

@media (max-width: 575px) {
	.schedule-box-layout4 tbody tr .schedule-speaker a {
		font-size: 15px;
		line-height: 20px;
		display: inline-block;
	}
}

.schedule-box-layout4 tbody tr .schedule-speaker a:hover {
	color: #ffffff;
}

.schedule-box-layout4 tbody tr .schedule-speaker a:after {
	top: 0;
	right: 0;
	content: ', ';
	position: absolute;
}

.schedule-box-layout4 tbody tr .schedule-speaker a:last-child:after {
	display: none;
}

.schedule-box-layout4 tbody tr .schedule-btn {
	padding-right: 40px;
}

@media (max-width: 1199px) {
	.schedule-box-layout4 tbody tr .schedule-btn {
		padding-right: 20px;
	}
}

.schedule-box-layout4 tbody tr .schedule-btn a {
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
	.schedule-box-layout4 tbody tr .schedule-btn a {
		font-size: 15px;
		line-height: 20px;
		display: inline-block;
	}
}

.schedule-box-layout4 tbody tr .schedule-btn a:hover {
	color: #ee0034;
}

.schedule-box-layout4 tbody tr:hover th,
.schedule-box-layout4 tbody tr:hover td {
	background-color: #3f3266;
}

.event-details-page .schedule-box-layout4 tr.tbody-head {
	background-color: #2a07f9;
}

.event-details-page .schedule-box-layout4 tr.tbody-head th {
	padding: 15px 10px;
	text-align: center;
	font-size: 22px;
	background-color: #2a07f9 !important;
}

.event-details-page .schedule-box-layout4 tr .schedule-time {
	font-size: 18px;
}

@media (max-width: 991px) {
	.event-details-page .schedule-box-layout4 tr .schedule-time {
		font-size: 16px;
	}
}

.event-details-page .schedule-box-layout4 tr .schedule-title .title {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 26px;
}

.event-details-page .schedule-box-layout4 tr .schedule-title .title a {
	color: #ffffff;
}

.event-details-page .schedule-box-layout4 tr .schedule-btn a {
	font-size: 15px;
}

.speaker-archive-page {
	padding-top: 130px;
	padding-bottom: 120px;
}

@media (max-width: 991px) {
	.speaker-archive-page {
		padding-top: 100px;
		padding-bottom: 90px;
	}
}

.speaker-box-layout1 {
	position: relative;
}

.speaker-box-layout1 .figure-box {
	position: relative;
	overflow: hidden;
}

.speaker-box-layout1 .figure-box:before {
	content: "";
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 20%, rgba(43, 6, 249, 0.5) 70%, rgba(0, 0, 0, 0.9) 100%);
	bottom: 0;
	left: 0;
	opacity: 0.9;
	transition: all 0.3s ease-in-out;
}

.speaker-box-layout1 .figure-box img {
	transform: scale(1.02);
	transition: all 0.5s cubic-bezier(0.23, 0.03, 0, 1.08);
}

.speaker-box-layout1 .content-box {
	position: absolute;
	z-index: 2;
	bottom: -30px;
	left: 0;
	right: 0;
	padding: 30px 30px 25px;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 1399px) {
	.speaker-box-layout1 .content-box {
		padding: 30px 30px 25px;
		bottom: -40px;
	}
}

.speaker-box-layout1 .content-box .top-content .title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 1px;
}

.speaker-box-layout1 .content-box .top-content .title a {
	color: #ffffff;
	transition: all 0.3s ease-in-out;
}

.speaker-box-layout1 .content-box .top-content .title a:hover {
	color: #ee0034;
}

.speaker-box-layout1 .content-box .top-content .sub-title {
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 5px;
}

.speaker-box-layout1 .content-box .bottom-content {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.speaker-box-layout1 .content-box .bottom-content ul.speaker-social {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	list-style: none;
	margin-bottom: 10px;
}

.speaker-box-layout1 .content-box .bottom-content ul.speaker-social li {
	margin: 0 2px 2px;
	transform: rotateX(360deg);
	transition: transf all 0.3s ease-in-out;
	transition-delay: 0.1s;
}

.speaker-box-layout1 .content-box .bottom-content ul.speaker-social li a {
	padding: 1px 15px 1px 0;
	display: block;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
}

.speaker-box-layout1 .content-box .bottom-content ul.speaker-social li a:hover {
	color: #ee0034;
	background-color: transparent;
}

.speaker-box-layout1 .content-box .bottom-content ul.speaker-social li:first-child {
	margin: 0 2px 2px 0;
}

.speaker-box-layout1:hover .figure-box:before {
	opacity: 1;
}

.speaker-box-layout1:hover .figure-box img {
	transform: scale(1.2);
}

.speaker-box-layout1:hover .content-box {
	bottom: 0;
}

.speaker-box-layout1:hover .bottom-content {
	opacity: 1;
	visibility: visible;
}

.speaker-box-layout1:hover .bottom-content ul.speaker-social li {
	transform: rotateX(0);
}

@media (max-width: 575px) {
	.speaker-box-layout1 {
		margin: 0 auto;
		max-width: 450px;
		margin-top: 15px;
	}
}

.speaker-box-layout2 {
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

.speaker-box-layout2 .figure-box {
	position: relative;
	z-index: 1;
}

.speaker-box-layout2 .figure-box:before {
	content: "";
	height: 100%;
	width: 100%;
	border-radius: 10px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	opacity: 0.40;
	transition: all 0.3s ease-in-out;
}

.speaker-box-layout2 .figure-box img {
	border-radius: 10px;
}

.speaker-box-layout2.color-13 .figure-box:before,
.speaker-box-layout2.color-7 .figure-box:before,
.speaker-box-layout2.color-1 .figure-box:before {
	background-color: #FE0000;
}

.speaker-box-layout2.color-14 .figure-box:before,
.speaker-box-layout2.color-8 .figure-box:before,
.speaker-box-layout2.color-2 .figure-box:before {
	background-color: #3DF391;
}

.speaker-box-layout2.color-15 .figure-box:before,
.speaker-box-layout2.color-9 .figure-box:before,
.speaker-box-layout2.color-3 .figure-box:before {
	background-color: #FE9800;
}

.speaker-box-layout2.color-16 .figure-box:before,
.speaker-box-layout2.color-10 .figure-box:before,
.speaker-box-layout2.color-4 .figure-box:before {
	background-color: #0019FE;
}

.speaker-box-layout2.color-17 .figure-box:before,
.speaker-box-layout2.color-11 .figure-box:before,
.speaker-box-layout2.color-5 .figure-box:before {
	background-color: #FF039A;
}

.speaker-box-layout2.color-18 .figure-box:before,
.speaker-box-layout2.color-12 .figure-box:before,
.speaker-box-layout2.color-6 .figure-box:before {
	background-color: #8FFF00;
}

.speaker-box-layout2 .content-box {
	background-color: #ffffff;
	box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.15);
	border-radius: 0 10px 10px;
	margin: 0 30px;
	padding: 20px 20px 25px;
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	z-index: 1;
}

.speaker-box-layout2 .content-box:before {
	content: "";
	position: absolute;
	top: -33px;
	left: 0;
	clip-path: polygon(0% 50%, 0% 0%, 0% 0%, 100% 50%);
	background: #ffffff;
	width: 100%;
	height: 70px;
	z-index: -1;
	border-radius: 10px 0 0 0;
}

@media (max-width: 767px) {
	.speaker-box-layout2 .content-box {
		padding: 25px 15px;
		margin: 0 15px;
	}
}

.speaker-box-layout2 .content-box .title {
	font-weight: 600;
	margin-bottom: 0;
	font-size: 24px;
}

@media (max-width: 767px) {
	.speaker-box-layout2 .content-box .title {
		font-size: 20px;
	}
}

.speaker-box-layout2 .content-box .title a {
	color: #041A57;
	transition: all 0.3s ease-in-out;
}

.speaker-box-layout2 .content-box .title a:hover {
	color: #2a07f9;
}

.speaker-box-layout2 .content-box .sub-title {
	color: #7D828E;
}

.speaker-box-layout2 .content-box .speaker-social {
	position: absolute;
	top: -22px;
	right: 15px;
}

.speaker-box-layout2 .content-box .speaker-social ul {
	list-style: none;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	position: relative;
	z-index: 1;
}

.speaker-box-layout2 .content-box .speaker-social ul:before {
	top: -1px;
	right: -1px;
	content: "\f1e0";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	z-index: 1;
	background-color: #ee0034;
	color: #ffffff;
	height: 46px;
	width: 46px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.speaker-box-layout2 .content-box .speaker-social ul li {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	border-radius: 100%;
	transition: all 0.3s ease-in-out;
}

.speaker-box-layout2 .content-box .speaker-social ul li a {
	height: 45px;
	width: 45px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	background-color: #ffffff;
	transition: all 0.3s ease-in-out;
}

.speaker-box-layout2 .content-box .speaker-social ul li:hover a {
	color: #ffffff;
}

.speaker-box-layout2 .content-box .speaker-social ul li.facebook:hover a {
	background-color: #3b5998;
}

.speaker-box-layout2 .content-box .speaker-social ul li.twitter:hover a {
	background-color: #00acee;
}

.speaker-box-layout2 .content-box .speaker-social ul li.instagram:hover a {
	background-color: #C13584;
}

.speaker-box-layout2 .content-box .speaker-social ul li.linkedin:hover a {
	background-color: #0077B5;
}

.speaker-box-layout2 .content-box .speaker-social ul li.pinterest:hover a {
	background-color: #bd081c;
}

.speaker-box-layout2 .content-box .speaker-social ul:hover li:nth-child(1n) {
	transform: translateY(-55px);
}

.speaker-box-layout2 .content-box .speaker-social ul:hover li:nth-child(2n) {
	transform: translateY(-110px);
}

.speaker-box-layout2 .content-box .speaker-social ul:hover li:nth-child(3n) {
	transform: translateY(-165px);
}

.speaker-box-layout2 .content-box .speaker-social ul:hover li:nth-child(4n) {
	transform: translateY(-220px);
}

.speaker-box-layout2 .content-box .speaker-social ul:hover li:nth-child(5n) {
	transform: translateY(-275px);
}

.speaker-box-layout2:hover .figure-box:before {
	opacity: 0;
}

@media (max-width: 575px) {
	.speaker-box-layout2 {
		max-width: 470px;
		margin: 0 auto 30px;
	}
}

.speaker-box-layout3 {
	padding: 40px 30px;
	background-color: #ffffff;
	border: 1px solid;
	border-color: #D9D6D6;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 1s ease-in-out;
}

.speaker-box-layout3 .animated-bg {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #ee0034;
	opacity: 0;
	-webkit-transition: width 0.4s linear, height 0.4s linear, opacity 0.4s linear;
	-o-transition: width 0.4s linear, height 0.4s linear, opacity 0.4s linear;
	transition: width 0.4s linear, height 0.4s linear, opacity 0.4s linear;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.speaker-box-layout3 .figure-box {
	text-align: center;
	margin-bottom: 20px;
}

.speaker-box-layout3 .figure-box img {
	width: 270px;
	height: 270px;
	border-radius: 50%;
	filter: grayscale(100%);
	transition: all 0.3s ease-in-out;
}

.speaker-box-layout3 .content-box {
	text-align: center;
}

.speaker-box-layout3 .content-box .title {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 2px;
}

.speaker-box-layout3 .content-box .title a {
	color: #041A57;
	transition: all 0.3s ease-in-out;
}

.speaker-box-layout3 .content-box .title a:hover {
	color: #d6d3e7;
}

.speaker-box-layout3 .content-box .sub-title {
	font-weight: 500;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
}

.speaker-box-layout3 .content-box .speaker-social ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	justify-content: center;
}

.speaker-box-layout3 .content-box .speaker-social ul li {
	margin: 0 2px;
}

.speaker-box-layout3 .content-box .speaker-social ul li a {
	display: inline-block;
	color: #A9A9A9;
	padding: 5px 10px;
	transition: all 0.3s ease-in-out;
}

.speaker-box-layout3 .content-box .speaker-social ul li a:hover {
	color: #d6d3e7;
}

.speaker-box-layout3:hover {
	border-color: #ee0034;
}

.speaker-box-layout3:hover .animated-bg {
	width: 1500px;
	height: 1500px;
	opacity: 1;
}

.speaker-box-layout3:hover .figure-box img {
	filter: grayscale(0);
}

.speaker-box-layout3:hover .title a {
	color: #ffffff;
}

.speaker-box-layout3:hover .sub-title {
	color: #EEEEEE;
}

.speaker-box-layout3:hover .speaker-social ul li a {
	color: #ffffff;
}

.speaker-box-layout4 {
	position: relative;
	padding: 40px 30px 35px;
	border-radius: 20px;
	margin-bottom: 10px;
}

.speaker-box-layout4 .speaker-social {
	position: absolute;
	top: calc(100% - 30px);
	padding-left: 10px;
	transition: all 0.3s ease-in-out;
}

.speaker-box-layout4 .speaker-social ul {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	padding-left: 0;
}

.speaker-box-layout4 .speaker-social ul li {
	opacity: 0;
	margin-right: 10px;
	border-radius: 50%;
	visibility: hidden;
	transform: translateX(-30px);
	transition: all 0.3s ease-in-out;
}

.speaker-box-layout4 .speaker-social ul li:last-child {
	margin-right: 0;
}

.speaker-box-layout4 .speaker-social ul li:nth-child(1n) {
	transition-delay: 0.1s;
}

.speaker-box-layout4 .speaker-social ul li:nth-child(2n) {
	transition-delay: 0.2s;
}

.speaker-box-layout4 .speaker-social ul li:nth-child(3n) {
	transition-delay: 0.3s;
}

.speaker-box-layout4 .speaker-social ul li:nth-child(4n) {
	transition-delay: 0.4s;
}

.speaker-box-layout4 .speaker-social ul li:nth-child(5n) {
	transition-delay: 0.5s;
}

.speaker-box-layout4 .speaker-social ul li:nth-child(6n) {
	transition-delay: 0.6s;
}

.speaker-box-layout4 .speaker-social ul li:nth-child(7n) {
	transition-delay: 0.7s;
}

.speaker-box-layout4 .speaker-social ul li:nth-child(8n) {
	transition-delay: 0.8s;
}

.speaker-box-layout4 .speaker-social ul li:nth-child(9n) {
	transition-delay: 0.9s;
}

.speaker-box-layout4 .speaker-social ul li a {
	height: 45px;
	width: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	background-color: #ffffff;
	transition: all 0.3s ease-in-out;
}

.speaker-box-layout4 .speaker-social ul li:hover a {
	color: #ffffff;
}

.speaker-box-layout4 .speaker-social ul li.facebook:hover a {
	background-color: #3b5998;
}

.speaker-box-layout4 .speaker-social ul li.twitter:hover a {
	background-color: #00acee;
}

.speaker-box-layout4 .speaker-social ul li.instagram:hover a {
	background-color: #C13584;
}

.speaker-box-layout4 .speaker-social ul li.linkedin:hover a {
	background-color: #0077B5;
}

.speaker-box-layout4 .speaker-social ul li.pinterest:hover a {
	background-color: #bd081c;
}

.speaker-box-layout4 .figure-box {
	margin-bottom: 15px;
}

.speaker-box-layout4 .content-box {
	padding: 0 10px;
}

.speaker-box-layout4 .content-box .title {
	font-weight: 600;
	margin-bottom: 3px;
}

.speaker-box-layout4 .content-box .title a {
	color: #ffffff;
}

.speaker-box-layout4 .content-box .sub-title {
	color: #ffffff;
	margin-bottom: 10px;
}

.speaker-box-layout4.color-10,
.speaker-box-layout4.color-1 {
	background-color: #0DBD3F;
}

.speaker-box-layout4.color-10 .figure-box a,
.speaker-box-layout4.color-1 .figure-box a {
	-webkit-mask-image: url(../img/theme/1.svg);
	mask-image: url(../img/theme/1.svg);
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	mask-position: center center;
	position: relative;
	display: block;
	background: linear-gradient(#9000f0 0%, #ff3d4f 100%);
}

.speaker-box-layout4.color-11,
.speaker-box-layout4.color-2 {
	background-color: #F3947F;
}

.speaker-box-layout4.color-11 .figure-box a,
.speaker-box-layout4.color-2 .figure-box a {
	-webkit-mask-image: url(../img/theme/2.svg);
	mask-image: url(../img/theme/2.svg);
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	mask-position: center center;
	position: relative;
	display: block;
	background: linear-gradient(#9000f0 0%, #ff3d4f 100%);
}

.speaker-box-layout4.color-12,
.speaker-box-layout4.color-3 {
	background-color: #F3B234;
}

.speaker-box-layout4.color-12 .figure-box a,
.speaker-box-layout4.color-3 .figure-box a {
	-webkit-mask-image: url(../img/theme/3.svg);
	mask-image: url(../img/theme/3.svg);
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	mask-position: center center;
	position: relative;
	display: block;
	background: linear-gradient(#9000f0 0%, #ff3d4f 100%);
}

.speaker-box-layout4.color-13,
.speaker-box-layout4.color-4 {
	background-color: #2A5CDE;
}

.speaker-box-layout4.color-13 .figure-box a,
.speaker-box-layout4.color-4 .figure-box a {
	-webkit-mask-image: url(../img/theme/4.svg);
	mask-image: url(../img/theme/4.svg);
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	mask-position: center center;
	position: relative;
	display: block;
	background: linear-gradient(#9000f0 0%, #ff3d4f 100%);
}

.speaker-box-layout4.color-14,
.speaker-box-layout4.color-5 {
	background-color: #E0189C;
}

.speaker-box-layout4.color-14 .figure-box a,
.speaker-box-layout4.color-5 .figure-box a {
	-webkit-mask-image: url(../img/theme/5.svg);
	mask-image: url(../img/theme/5.svg);
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	mask-position: center center;
	position: relative;
	display: block;
	background: linear-gradient(#9000f0 0%, #ff3d4f 100%);
}

.speaker-box-layout4.color-15,
.speaker-box-layout4.color-6 {
	background-color: #8834F3;
}

.speaker-box-layout4.color-15 .figure-box a,
.speaker-box-layout4.color-6 .figure-box a {
	-webkit-mask-image: url(../img/theme/6.svg);
	mask-image: url(../img/theme/6.svg);
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	mask-position: center center;
	position: relative;
	display: block;
	background: linear-gradient(#9000f0 0%, #ff3d4f 100%);
}

.speaker-box-layout4.color-16,
.speaker-box-layout4.color-7 {
	background-color: #0DBDB3;
}

.speaker-box-layout4.color-16 .figure-box a,
.speaker-box-layout4.color-7 .figure-box a {
	-webkit-mask-image: url(../img/theme/7.svg);
	mask-image: url(../img/theme/7.svg);
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	mask-position: center center;
	position: relative;
	display: block;
	background: linear-gradient(#9000f0 0%, #ff3d4f 100%);
}

.speaker-box-layout4.color-17,
.speaker-box-layout4.color-8 {
	background-color: #F06A1E;
}

.speaker-box-layout4.color-17 .figure-box a,
.speaker-box-layout4.color-8 .figure-box a {
	-webkit-mask-image: url(../img/theme/8.svg);
	mask-image: url(../img/theme/8.svg);
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	mask-position: center center;
	position: relative;
	display: block;
	background: linear-gradient(#9000f0 0%, #ff3d4f 100%);
}

.speaker-box-layout4.color-18,
.speaker-box-layout4.color-9 {
	background-color: #DD2929;
}

.speaker-box-layout4.color-18 .figure-box a,
.speaker-box-layout4.color-9 .figure-box a {
	-webkit-mask-image: url(../img/theme/9.svg);
	mask-image: url(../img/theme/9.svg);
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	mask-position: center center;
	position: relative;
	display: block;
	background: linear-gradient(#9000f0 0%, #ff3d4f 100%);
}

.speaker-box-layout4:hover .speaker-social ul li {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.speaker-single-wrap {
	padding-top: 130px;
	padding-bottom: 106px;
}

@media (max-width: 1199px) {
	.speaker-single-wrap {
		padding-top: 115px;
		padding-bottom: 91px;
	}
}

@media (max-width: 991px) {
	.speaker-single-wrap {
		padding-top: 100px;
		padding-bottom: 76px;
	}
}

@media (max-width: 767px) {
	.speaker-single-wrap {
		padding-top: 85px;
		padding-bottom: 61px;
	}
}

@media (max-width: 575px) {
	.speaker-single-wrap {
		padding-top: 70px;
		padding-bottom: 46px;
	}
}

.speaker-single-box {
	height: 100%;
}

@media (max-width: 991px) {
	.speaker-single-box {
		height: auto;
	}
}

.speaker-single-box .figure-box {
	padding: 50px 0;
	margin-right: -330px;
	position: relative;
	z-index: 2;
}

@media (max-width: 991px) {
	.speaker-single-box .figure-box {
		margin-right: 0;
		padding: 0;
		margin-bottom: 30px;
	}
}

.speaker-single-box .figure-box img {
	border-radius: 20px;
}

.speaker-single-box .content-box {
	position: relative;
	z-index: 1;
	height: 100%;
	background-color: #f7f9ff;
	border-radius: 25px;
	padding: 50px 50px 50px 350px;
	display: flex;
	align-items: center;
}

@media (max-width: 991px) {
	.speaker-single-box .content-box {
		padding: 40px;
		height: auto;
	}
}

.speaker-single-box .content-box .sub-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 25px;
	padding-bottom: 25px;
	color: #041A57;
	font-family: "Raleway", sans-serif;
	border-bottom: 1px solid #DEDEDE;
}

@media (max-width: 991px) {
	.speaker-single-box .content-box .sub-title {
		margin-bottom: 20px;
		padding-bottom: 20px;
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.speaker-single-box .content-box .sub-title {
		font-size: 16px;
	}
}

.speaker-single-box .content-box .social {
	padding-left: 0;
	margin-top: 30px;
	list-style: none;
}

.speaker-single-box .content-box .social li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
}

.speaker-single-box .content-box .social li:last-child {
	margin-right: 0;
}

.speaker-single-box .content-box .social li a {
	border-radius: 50%;
	color: #989797;
	border: 1px solid #989797;
	height: 44px;
	width: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
}

.speaker-single-box .content-box .social li a:hover {
	color: #ffffff;
}

.speaker-single-box .content-box .social li a.facebook {
	color: #3b5998;
	border-color: #3b5998;
}

.speaker-single-box .content-box .social li a.facebook:hover {
	color: #ffffff;
	background-color: #3b5998;
}

.speaker-single-box .content-box .social li a.twitter {
	color: #00acee;
	border-color: #00acee;
}

.speaker-single-box .content-box .social li a.twitter:hover {
	color: #ffffff;
	background-color: #00acee;
}

.speaker-single-box .content-box .social li a.linkedin {
	color: #0077B5;
	border-color: #0077B5;
}

.speaker-single-box .content-box .social li a.linkedin:hover {
	color: #ffffff;
	background-color: #0077B5;
}

.speaker-single-box .content-box .social li a.instagram {
	color: #C13584;
	border-color: #C13584;
}

.speaker-single-box .content-box .social li a.instagram:hover {
	color: #ffffff;
	background-color: #C13584;
}

.speaker-single-box .content-box .social li a.pinterest {
	color: #bd081c;
	border-color: #bd081c;
}

.speaker-single-box .content-box .social li a.pinterest:hover {
	color: #ffffff;
	background-color: #bd081c;
}

.speaker-single-event-wrap {
	border-top: 1px solid #DEDEDE;
	margin-top: 80px;
	padding-top: 73px;
}

@media (max-width: 991px) {
	.speaker-single-event-wrap {
		margin-top: 50px;
		padding-top: 50px;
	}
}

.speaker-single-event-wrap .section-title {
	text-align: center;
	font-weight: 600;
	margin-bottom: 60px;
}

.speaker-single-event-box {
	background-color: #ffffff;
	box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	margin-bottom: 24px;
}

.speaker-single-event-box .top-box {
	padding: 20px;
	padding-top: 20px;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #5238f3;
}

.speaker-single-event-box .day-number {
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	border-radius: 5px;
	display: inline-block;
	font-family: "Raleway", sans-serif;
}

.speaker-single-event-box .bottom-box {
	padding: 25px;
	padding-bottom: 30px;
	border-top: 1px solid #e5e5e5;
}

.speaker-single-event-box .title {
	font-weight: 600;
	margin-bottom: 0;
	font-size: 20px;
}

.speaker-single-event-box .sub-title {
	font-size: 18px;
	font-weight: 400;
	color: #ee0034;
}

span.sd-time {
	font-size: 16px;
	font-weight: 400;
}

.portfolio-wrap-layout {
	padding-top: 130px;
	padding-bottom: 105px;
}

@media (max-width: 1199px) {
	.portfolio-wrap-layout {
		padding-top: 110px;
		padding-bottom: 110px;
	}
}

@media (max-width: 991px) {
	.portfolio-wrap-layout {
		padding-top: 90px;
		padding-bottom: 90px;
	}
}

@media (max-width: 767px) {
	.portfolio-wrap-layout {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media (max-width: 575px) {
	.portfolio-wrap-layout {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.portfolio-wrap-layout .pagination {
	padding-top: 50px;
}

.portfolio-box-layout {
	z-index: 1;
	overflow: hidden;
	position: relative;
}

.portfolio-box-layout .figure-box img {
	border-radius: 20px;
}

.portfolio-box-layout .content-box {
	transition: all 0.3s ease-in-out;
}

.portfolio-box-layout .content-box .title {
	font-size: 24px;
	line-height: 32px;
	transition: all 0.3s ease-in-out;
}

.portfolio-box-layout .content-box .sub-title {
	font-weight: 600;
	transition: all 0.3s ease-in-out;
}

.portfolio-box-layout.v1 .content-box {
	background-color: #ffffff;
	padding: 20px 30px;
	border-radius: 10px;
	position: absolute;
	bottom: 40px;
	left: 0;
	margin: 0 40px;
}

@media (max-width: 991px) {
	.portfolio-box-layout.v1 .content-box {
		margin: 0 30px;
		padding: 17px 25px;
		bottom: 30px;
	}
}

@media (max-width: 767px) {
	.portfolio-box-layout.v1 .content-box {
		margin: 0 20px;
		padding: 16px 20px;
		bottom: 20px;
	}
}

.portfolio-box-layout.v1 .content-box .title {
	margin-bottom: 0;
}

.portfolio-box-layout.v1 .content-box .title a {
	color: #041A57;
}

.portfolio-box-layout.v1 .content-box .sub-title {
	color: #979595;
	font-size: 15px;
	font-family: "Raleway", sans-serif;
}

.portfolio-box-layout.v1 .content-box .sub-title a {
	color: #979595;
}

.portfolio-box-layout.v1:hover .content-box {
	background-color: #2a07f9;
}

.portfolio-box-layout.v1:hover .content-box .title {
	color: #ffffff;
}

.portfolio-box-layout.v1:hover .content-box .title a {
	color: #ffffff;
}

.portfolio-box-layout.v1:hover .content-box .sub-title {
	color: #ffffff;
}

.portfolio-box-layout.v1:hover .content-box .sub-title a {
	color: #ffffff;
}

.portfolio-box-layout.v2:before {
	opacity: 0;
	visibility: hidden;
	transform: scale3d(0.5, 0.5, 0.5);
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(4, 26, 87, 0.7);
	top: 0;
	left: 0;
	right: 0;
	border-radius: 20px;
	transition: all 0.3s ease-in-out;
}

.portfolio-box-layout.v2 .content-box {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	margin: 0 40px;
}

@media (max-width: 991px) {
	.portfolio-box-layout.v2 .content-box {
		margin: 0 30px;
	}
}

@media (max-width: 767px) {
	.portfolio-box-layout.v2 .content-box {
		margin: 0 20px;
	}
}

.portfolio-box-layout.v2 .content-box .title {
	color: #ffffff;
	margin-bottom: 0;
}

.portfolio-box-layout.v2 .content-box .title a {
	color: #ffffff;
}

.portfolio-box-layout.v2 .content-box .sub-title {
	font-family: "Raleway", sans-serif;
	color: #F2F2F2;
}

.portfolio-box-layout.v2 .content-box .sub-title a {
	color: #F2F2F2;
	font-weight: 500;
}

.portfolio-box-layout.v2:hover:before {
	transform: scale3d(1, 1, 1);
	opacity: 1;
	visibility: visible;
}

.portfolio-box-layout.v2:hover .content-box {
	bottom: 40px;
	opacity: 1;
	visibility: visible;
}

@media (max-width: 991px) {
	.portfolio-box-layout.v2:hover .content-box {
		bottom: 30px;
	}
}

@media (max-width: 767px) {
	.portfolio-box-layout.v2:hover .content-box {
		bottom: 20px;
	}
}

/* = Portfolio Details Page
==============================================*/
.portfolio-details-wrap {
	padding-top: 130px;
	padding-bottom: 125px;
}

@media (max-width: 991px) {
	.portfolio-details-wrap {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

.portfolio-details-wrap .portfolio-details-thumb {
	padding-right: 10px;
}

.portfolio-details-wrap .portfolio-details-thumb img {
	cursor: pointer;
	border-radius: 10px;
	margin-bottom: 20px;
}

.portfolio-details-wrap .info-details .project-info-box {
	display: flex;
}

.portfolio-details-wrap .info-details .project-info-box h6.item-title {
	font-size: 16px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.portfolio-details-wrap .info-details .project-info-box a {
	color: #2a07f9;
	margin-right: 10px;
	position: relative;
}

.portfolio-details-wrap .info-details .project-info-box a:after {
	top: -1px;
	right: -4px;
	content: ',';
	position: absolute;
}

.portfolio-details-wrap .info-details .project-info-box a:last-child:after {
	display: none;
}

.portfolio-details-wrap .info-details .project-info-box a:hover {
	color: #ee0034;
}

.portfolio-details-wrap .info-details .details {
	margin-top: 10px;
}

.portfolio-details-wrap .info-details .portfolio-social-share {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.portfolio-details-wrap .info-details .portfolio-social-share .blog-share span b {
	font-size: 16px;
	margin-bottom: 0;
	margin-right: 10px;
	color: #041A57;
}

.portfolio-details-wrap .info-details .portfolio-social-share .blog-share a {
	width: 35px;
	height: 35px;
	font-size: 14px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 100%;
	align-items: center;
	display: inline-flex;
	color: #041A57;
	justify-content: center;
	border: 1px solid #041A57;
}

.portfolio-details-wrap .info-details .portfolio-social-share .blog-share a.facebook {
	color: #3b5998;
	border-color: #3b5998;
}

.portfolio-details-wrap .info-details .portfolio-social-share .blog-share a.facebook:hover {
	color: #ffffff;
	background-color: #3b5998;
}

.portfolio-details-wrap .info-details .portfolio-social-share .blog-share a.twitter {
	color: #00acee;
	border-color: #00acee;
}

.portfolio-details-wrap .info-details .portfolio-social-share .blog-share a.twitter:hover {
	color: #ffffff;
	background-color: #00acee;
}

.portfolio-details-wrap .info-details .portfolio-social-share .blog-share a.linkedin {
	color: #0077B5;
	border-color: #0077B5;
}

.portfolio-details-wrap .info-details .portfolio-social-share .blog-share a.linkedin:hover {
	color: #ffffff;
	background-color: #0077B5;
}

.portfolio-details-wrap .info-details .portfolio-social-share .blog-share a.pinterest {
	color: #bd081c;
	border-color: #bd081c;
}

.portfolio-details-wrap .info-details .portfolio-social-share .blog-share a.pinterest:hover {
	color: #ffffff;
	background-color: #bd081c;
}

.portfolio-side-content-area {
	border-radius: 10px;
	padding: 40px 50px 50px !important;
	box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
}

/* = Viewer 
==============================================*/
.admin-bar .viewer-canvas {
	top: 32px;
}

.admin-bar .viewer-canvas img {
	border-radius: 25px;
}

.admin-bar .viewer-button {
	top: -8px;
}

@media (max-width: 782px) {
	.admin-bar .viewer-button {
		top: 8px;
	}
}

@media (max-width: 600px) {
	.admin-bar .viewer-button {
		top: -36px;
	}
}

.viewer-toolbar>ul>.viewer-large {
	margin-top: 1px;
}

.viewer-list>li {
	width: 50px;
}

.pricing-wrap-layout1 {
	background-color: #ffffff;
	padding: 122px 0 102px;
}

@media (max-width: 1199px) {
	.pricing-wrap-layout1 {
		padding: 107px 0 87px;
	}
}

@media (max-width: 991px) {
	.pricing-wrap-layout1 {
		padding: 92px 0 72px;
	}
}

@media (max-width: 767px) {
	.pricing-wrap-layout1 {
		padding: 77px 0 55px;
	}
}

@media (max-width: 575px) {
	.pricing-wrap-layout1 {
		padding: 62px 0 40px;
	}
}

.pricing-box-layout1 {
	text-align: center;
	padding: 75px 30px;
	background: #f7f9ff;
	-webkit-mask-image: url("../img/theme/pricing-default-bg.svg");
	mask-image: url("../img/theme/pricing-default-bg.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-position: center center;
	mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	position: relative;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 1399px) {
	.pricing-box-layout1 {
		padding: 56px 30px;
	}
}

@media (max-width: 1199px) {
	.pricing-box-layout1 {
		padding: 75px 30px;
	}
}

.pricing-box-layout1:before {
	position: absolute;
	z-index: -1;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #ee0034;
	opacity: 0;
	clip-path: circle(0% at 100% 10px);
	transition: all linear 0.3s;
}

.pricing-box-layout1 .pricing-price {
	font-size: 40px;
	font-weight: 700;
	color: #041A57;
	transition: all 0.3s ease-in-out;
	margin-bottom: 10px;
}

.pricing-box-layout1 .pricing-title {
	font-size: 16px;
	margin-top: 5px;
	font-weight: 600;
	color: #2a07f9;
	transition: all 0.3s ease-in-out;
}

.pricing-box-layout1 .devider-line {
	margin: 30px 0;
	height: 1px;
	width: 100%;
	background-color: #2a07f9;
	transition: all 0.3s ease-in-out;
}

.pricing-box-layout1 .pricing-description {
	margin-bottom: 30px;
}

.pricing-box-layout1 .pricing-description ul {
	list-style: none;
	display: inline-flex;
	flex-direction: column;
	text-align: left;
	padding-left: 0;
	margin-bottom: 0;
}

.pricing-box-layout1 .pricing-description ul li {
	display: flex;
	margin: 8px 0;
	position: relative;
	color: #5a5a5a;
	transition: all 0.3s ease-in-out;
}

.pricing-box-layout1 .pricing-description ul li i {
	width: 20px;
	height: 20px;
	font-size: 15px;
	margin-top: 7px;
	margin-right: 7px;
	display: inline-flex;
}

.pricing-box-layout1 .pricing-description ul li p {
	flex: 1;
	margin-bottom: 0;
}

.pricing-box-layout1:hover:before {
	opacity: 1;
	-webkit-clip-path: circle(150% at 100% 10px);
	clip-path: circle(150% at 100% 10px);
}

.pricing-box-layout1:hover .pricing-price {
	color: #ffffff;
}

.pricing-box-layout1:hover .pricing-title {
	color: #ffffff;
}

.pricing-box-layout1:hover .devider-line {
	background-color: #ffffff;
}

.pricing-box-layout1:hover .pricing-description ul li {
	color: #ffffff;
}

.pricing-box-layout1:hover .pricing-description ul li:before {
	color: #ffffff;
}

.pricing-box-layout2 {
	box-shadow: 0 0 63px 4px rgba(0, 0, 0, 0.1);
	text-align: center;
	background-color: #ffffff;
	padding: 50px 30px;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
}

.pricing-box-layout2 .icon-box {
	margin-bottom: 15px;
}

.pricing-box-layout2 .icon-box img {
	transform: scale(1);
	transition: all 0.3s ease-in-out;
}

.pricing-box-layout2 .pricing-price {
	font-family: "Raleway", sans-serif;
	font-size: 40px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 25px;
	color: #ee0034;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
	.pricing-box-layout2 .pricing-price {
		font-size: 36px;
	}
}

@media (max-width: 767px) {
	.pricing-box-layout2 .pricing-price {
		font-size: 34px;
	}
}

.pricing-box-layout2 .pricing-price span {
	font-size: 16px;
	font-weight: 500;
	padding-left: 5px;
	font-style: italic;
}

.pricing-box-layout2 .pricing-title {
	color: #041A57;
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 0;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
	.pricing-box-layout2 .pricing-title {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.pricing-box-layout2 .pricing-title {
		font-size: 26px;
	}
}

.pricing-box-layout2 .pricing-sub-title {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}

.pricing-box-layout2 .pricing-description {
	margin-bottom: 40px;
	padding-left: 20px;
}

@media (max-width: 480px) {
	.pricing-box-layout2 .pricing-description {
		padding-left: 0;
	}
}

.pricing-box-layout2 .pricing-description ul {
	list-style: none;
	text-align: left;
	padding-left: 0;
}

.pricing-box-layout2 .pricing-description ul li {
	display: flex;
	margin: 10px 0;
	position: relative;
	color: #041A57;
	transition: all 0.3s ease-in-out;
}

.pricing-box-layout2 .pricing-description ul li i {
	color: #01d971;
	font-size: 15px;
	margin-right: 5px;
	width: 20px;
	height: 18px;
	display: inline-flex;
	margin-top: 7px;
}

.pricing-box-layout2 .pricing-description ul li p {
	flex: 1;
	margin-bottom: 0;
}

.pricing-box-layout2 .item-btn {
	border: 1px solid;
	border-color: #2a07f9;
}

.pricing-box-layout2 .item-btn:before {
	display: none;
}

.pricing-box-layout2:hover .icon-box img {
	transform: scale(1.15);
}

.pricing-box-layout2:hover .pricing-price {
	color: #2a07f9;
}

.pricing-box-layout2:hover .item-btn {
	background-color: #ee0034;
	border-color: #ee0034;
}

.pricing-box-layout2:hover .item-btn:hover {
	background-color: transparent;
	color: #ee0034;
}

.pricing-box-3 {
	padding: 60px 70px;
	background-color: #0A1021;
	border-radius: 20px;
}

@media (max-width: 575px) {
	.pricing-box-3 {
		padding: 40px 30px;
	}
}

.pricing-box-3 .pricing-price {
	color: #ffffff;
	font-size: 48px;
	font-weight: 700;
	font-family: "Raleway", sans-serif;
	margin-bottom: 30px;
}

.pricing-box-3 .time-info {
	color: #F2F2F2;
	margin-bottom: 15px;
}

.pricing-box-3 .time-info p,
.pricing-box-3 .time-info a {
	color: #F2F2F2;
}

.pricing-box-3 .time-info ul {
	padding-left: 0;
	list-style: none;
}

.pricing-box-3 .time-info ul li {
	color: #F2F2F2;
	margin-bottom: 5px;
}

.pricing-box-3 .time-info ul li:last-child {
	margin-bottom: 0;
}

.pricing-box-3 .price-info {
	margin-top: 20px;
	margin-bottom: 30px;
}

.pricing-box-3 .price-info ul {
	padding-left: 0;
	list-style: none;
}

.pricing-box-3 .price-info ul li {
	display: flex;
	color: #ffffff;
	margin: 15px 0;
}

.pricing-box-3 .price-info ul li i {
	margin-top: 4px;
	margin-right: 10px;
	height: 18px;
	width: 18px;
	display: inline-flex;
	background-color: #ee0034;
	border-radius: 100%;
	font-size: 8px;
	align-items: center;
	justify-content: center;
}

.pricing-box-3 .price-info ul li p {
	flex: 1;
	margin-bottom: 0;
}

.pricing-box-3 .price-info .info-icon svg {
	margin-right: 10px;
	fill: #ee0034;
}

.pricing-box-3 .price-info .info-text {
	color: #F2F2F2;
}

.gallery-box-layout1 {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.gallery-box-layout1:before {
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	background-color: #2a07f9;
}

.gallery-box-layout1 img {
	opacity: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.02);
	transition: all 0.5s cubic-bezier(0.23, 0.03, 0, 1.08);
}

.gallery-box-layout1:hover:before {
	opacity: 1;
	visibility: visible;
}

.gallery-box-layout1:hover img {
	transform: scale(1.2);
	opacity: 0.8;
}

.gallery-box-layout1.has-animation:before {
	clip-path: inset(0 100% 0 0);
}

.gallery-box-layout1.has-animation img {
	clip-path: inset(0 100% 0 0);
}

.gallery-box-layout1.has-animation.active-animation:before {
	clip-path: inset(0 0 0 0);
	transition: 1s cubic-bezier(0.45, 0.05, 0.15, 0.93) 0.15s;
}

.gallery-box-layout1.has-animation.active-animation img {
	clip-path: inset(0 0 0 0);
	transition: 1s cubic-bezier(0.45, 0.05, 0.15, 0.93) 0.15s;
}

.gallery-box-layout2 {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 24px;
	border-radius: 10px;
}

.gallery-box-layout2:before {
	content: "";
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.gallery-box-layout2 a {
	display: block;
}

.gallery-box-layout2 a img {
	border-radius: 10px;
	transform: scale(1.02);
	opacity: 1;
	transition: all 0.3s ease-in-out;
}

.gallery-box-layout2:hover:before {
	opacity: 1;
	visibility: visible;
}

.gallery-box-layout2:hover a img {
	transform: scale(1.2);
	opacity: 0.8;
}

.gallery-box-layout2.has-animation img {
	clip-path: inset(0 100% 0 0);
}

.gallery-box-layout2.has-animation.active-animation img {
	clip-path: inset(0 0 0 0);
	transition: 1s cubic-bezier(0.45, 0.05, 0.15, 0.93) 0.15s;
}

.gallery-box-layout3 {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 10px;
	cursor: pointer;
}

.gallery-box-layout3:before {
	content: "";
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.gallery-box-layout3 img {
	border-radius: 10px;
	transform: scale(1.02);
	opacity: 1;
	transition: all 0.3s ease-in-out;
}

.gallery-box-layout3.has-animation img {
	clip-path: inset(0 100% 0 0);
}

.gallery-box-layout3.has-animation.active-animation img {
	clip-path: inset(0 0 0 0);
	transition: 1s cubic-bezier(0.45, 0.05, 0.15, 0.93) 0.15s;
}

.gallery-box-layout3:hover:before {
	opacity: 1;
	visibility: visible;
}

.gallery-box-layout3:hover img {
	transform: scale(1.2);
	opacity: 0.8;
}

.brand-logo-4 img {
	filter: grayscale(100%);
	transition: all 0.3s ease-in-out;
}

.brand-logo-4 img:hover {
	filter: grayscale(0);
}

.h4-brand-gallery .gallery-item img {
	transition: all 0.3s ease-in-out;
}

.h4-brand-gallery .gallery-item:hover img {
	filter: brightness(0) invert(1);
}

.faq-box .panel {
	margin-bottom: 20px;
}

.faq-box .panel-heading {
	position: relative;
}

.faq-box .panel-heading .accordion-button {
	padding: 20px 20px 20px 30px;
	position: relative;
	font-family: "Raleway", sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #041A57;
	border: 1px solid;
	border-color: #C7C5C5;
	box-shadow: none;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
}

.faq-box .panel-heading .accordion-button:after {
	display: none;
}

.faq-box .panel-heading .accordion-button span.rtin-accordion-icon {
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
}

.faq-box .panel-heading .accordion-button span.rtin-accordion-icon .rt-icon-opened {
	display: none;
}

.faq-box .panel-heading .accordion-button.right {
	padding-right: 65px;
}

.faq-box .panel-heading .accordion-button.right span.rtin-accordion-icon {
	right: 30px;
}

.faq-box .panel-heading .accordion-button.left {
	padding-left: 65px;
}

.faq-box .panel-heading .accordion-button.left span.rtin-accordion-icon {
	left: 30px;
}

.faq-box .panel-heading .accordion-button:not(.collapsed) {
	box-shadow: none;
	color: #ffffff;
	border-color: #2a07f9;
	background-color: #2a07f9;
	border-radius: 10px 10px 0 0;
}

.faq-box .panel-heading .accordion-button:not(.collapsed) span.rtin-accordion-icon .rt-icon-closed {
	display: none;
}

.faq-box .panel-heading .accordion-button:not(.collapsed) span.rtin-accordion-icon .rt-icon-opened {
	display: block;
}

.faq-box .panel-body {
	padding: 20px 30px;
	border: 1px solid;
	border-top: 0;
	border-color: #C7C5C5;
	border-radius: 0 0 10px 10px;
}

.faq-box .panel-body p {
	margin-bottom: 0;
}

.process-inner-wrap {
	max-width: 1480px;
	width: 100%;
	margin: 0 auto;
}

.process-heading-content {
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
}

.process-heading-content .play-btn-primary {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.process-heading-content .video-title {
	color: #ffffff;
	margin-bottom: 15px;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	transition: all 0.3s ease-in-out;
}

.process-heading-content .video-title:hover {
	color: #2a07f9;
}

.process-heading-content .title {
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
}

.process-heading-content .description {
	color: #ffffff;
	max-width: 700px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.info-box-1 {
	background-color: #ffffff;
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 75px 30px;
	border-radius: 5px;
}

.info-box-1:before {
	content: "";
	position: absolute;
	z-index: -1;
	height: 4px;
	width: 100%;
	bottom: 0;
	left: 0;
	border-radius: 0 0 5px 5px;
	background-color: #2a07f9;
	transition: all 0.3s ease-in-out;
}

.info-box-1:after {
	content: "";
	background-color: #ffffff;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	border-radius: 0 0 5px 5px;
	width: 0;
	margin: 0 auto;
	transition: all 0.2s ease-in-out;
}

.info-box-1 .icon-box img,
.info-box-1 .icon-box i {
	transition: all 0.2s ease-in-out;
}

.info-box-1 .icon-box {
	overflow: hidden;
	display: inline-block;
	color: #2a07f9;
	font-size: 70px;
	line-height: 1;
	margin-bottom: 10px;
	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.info-box-1 .title {
	font-weight: 600;
	margin-bottom: 10px;
}

.info-box-1 .title a {
	color: #041A57;
	transition: all 0.3s ease-in-out;
}

.info-box-1 .description {
	transition: all 0.3s ease-in-out;
}

.info-box-1:hover:before {
	height: 100%;
	border-radius: 5px;
}

.info-box-1:hover:after {
	width: 100%;
	transition: all 0.5s ease-in-out;
}

.info-box-1:hover .icon-box img,
.info-box-1:hover .icon-box i {
	animation: toTopFromBottom 0.5s forwards;
}

.info-box-1:hover .icon-box img {
	filter: brightness(0) invert(1);
}

.info-box-1:hover .icon-box i {
	color: #ffffff;
}

.info-box-1:hover .title {
	color: #ffffff;
}

.info-box-1:hover .title a {
	color: #ffffff;
}

.info-box-1:hover .description {
	color: #ffffff;
}

@keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	50% {
		opacity: 0;
		-webkit-transform: translateY(50%);
		-moz-transform: translateY(50%);
		-ms-transform: translateY(50%);
		-o-transform: translateY(50%);
		transform: translateY(50%);
	}

	51% {
		opacity: 1;
	}
}

.info-box-2 {
	display: flex;
	flex-wrap: wrap;
	background-color: #ffffff;
	padding: 40px;
	border-radius: 15px;
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
	.info-box-2 {
		display: block;
	}
}

.info-box-2:before {
	border-radius: 100px;
	content: "";
	top: 10px;
	right: 10px;
	height: 0;
	width: 0;
	position: absolute;
	z-index: -1;
	background-color: #FFA800;
	transition: all 0.5s ease-in-out;
}

.info-box-2 .icon-box {
	margin-right: 15px;
}

@media (max-width: 575px) {
	.info-box-2 .icon-box {
		margin-bottom: 20px;
	}
}

.info-box-2 .content-box {
	flex: 1;
}

.info-box-2 .content-box .numbering {
	height: 90px;
	width: 90px;
	color: #FFA800;
	border-radius: 50%;
	background-color: #ffffff;
	border: 5px solid #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	position: absolute;
	right: -5px;
	top: -15px;
	transition: all 0.3s ease-in-out;
}

.info-box-2 .content-box .title {
	font-weight: 600;
	margin-bottom: 10px;
}

.info-box-2 .content-box .title a {
	color: #041A57;
	transition: all 0.3s ease-in-out;
}

.info-box-2 .content-box .description {
	margin-bottom: 0;
	transition: all 0.3s ease-in-out;
}

.info-box-2:hover:before {
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

.info-box-2:hover .icon-box img {
	filter: brightness(0) invert(1);
}

.info-box-2:hover .icon-box i {
	color: #ffffff;
}

.info-box-2:hover .numbering {
	color: #ffffff;
}

.info-box-2:hover .title {
	color: #ffffff;
}

.info-box-2:hover .title a {
	color: #ffffff;
}

.info-box-2:hover .description {
	color: #ffffff;
}

.info-box-2:hover .numbering {
	background-color: #FFA800;
}

.info-box-3 {
	width: 100%;
	display: inline-flex;
	padding: 30px 15px 26px;
	background-color: #ffffff;
	box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	margin-bottom: 24px;
	transition: all 0.3s ease-in-out;
}

.info-box-3 .icon-box {
	margin-top: 10px;
	margin-right: 20px;
}

.info-box-3 .content-box {
	flex: 1;
}

.info-box-3 .content-box .title {
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 600;
}

.info-box-3 .content-box .title a {
	color: #041A57;
}

.info-box-3 .content-box .description {
	margin-bottom: 0;
}

.info-box-4 {
	margin: 0 10px;
	position: relative;
	margin-bottom: 30px;
	padding: 55px 40px 65px;
	z-index: 1;
}

.info-box-4:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background: #28212E;
	transition: all 0.3s ease-in-out;
}

.info-box-4.bg-style-one:before {
	transform: perspective(200px) rotateX(4deg) translateY(0);
}

.info-box-4.bg-style-two:before {
	transform: perspective(200px) rotateX(-4deg) translateY(0);
}

.info-box-4 .icon-box {
	margin-bottom: 15px;
}

.info-box-4 .icon-box img,
.info-box-4 .icon-box i {
	transition: all 0.3s ease-in-out;
}

.info-box-4 .title {
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 10px;
}

.info-box-4 .description {
	color: #F2F2F2;
	margin-bottom: 0;
}

.info-box-4:hover.bg-style-one:before {
	transform: perspective(200px) rotateX(-4deg) translateY(17px);
}

.info-box-4:hover.bg-style-two:before {
	transform: perspective(200px) rotateX(4deg) translateY(-17px);
}

.info-box-4:hover .icon-box img {
	filter: brightness(0) invert(1);
}

.info-box-4:hover .icon-box i {
	color: #ffffff;
}

.info-box-4:hover:before {
	background-color: #FFA800;
}

@media (max-width: 767px) {
	.info-box-4 {
		max-width: 470px;
		margin: 0 auto;
	}
}

.info-box-5 {
	max-width: 480px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.info-box-5 .icon-box {
	margin-top: 10px;
	margin-right: 15px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.info-box-5 .info-text {
	flex: 1;
}

.info-box-5 .info-text .title {
	font-size: 25px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 5px;
}

@media (max-width: 991px) {
	.info-box-5 .info-text .title {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.info-box-5 .info-text .title {
		font-size: 22px;
	}
}

.info-box-5 .info-text .description {
	color: #ffffff;
	margin-bottom: 0;
}

.facility-wrap-layout1.has-animation .animated-shap svg {
	position: absolute;
	z-index: -1;
	top: 190px;
	left: 50%;
	transform: translateX(-50%);
	right: 0;
}

.facility-wrap-layout1.has-animation .animated-shap .dashed1 {
	stroke-dashoffset: 2010;
	stroke-dasharray: 2010;
}

.facility-wrap-layout1.has-animation .animated-shap .dashed2 {
	stroke-dasharray: 4;
}

.facility-wrap-layout1.has-animation .animated-shap .end-point {
	position: absolute;
	right: calc((100% - 1770px) / 2);
	bottom: 160px;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50px) translateY(-30px);
	transition: all 0.3s ease-in-out;
	transition-delay: 2s;
}

@media (max-width: 1800px) {
	.facility-wrap-layout1.has-animation .animated-shap {
		display: none;
	}
}

@-webkit-keyframes dash_animation {
	to {
		stroke-dashoffset: 0;
	}
}

@keyframes dash_animation {
	to {
		stroke-dashoffset: 0;
	}
}

.facility-wrap-layout1.has-animation.active-animation .animated-shap .dashed1 {
	animation: dash_animation 1s linear forwards;
	animation-delay: 1s;
}

.facility-wrap-layout1.has-animation.active-animation .animated-shap .end-point {
	opacity: 1;
	visibility: visible;
	transform: translateX(0) translateY(0);
}

.info-box-6 {
	text-align: center;
	border-radius: 10px;
}

.info-box-6 .icon-box {
	margin-bottom: 15px;
}

.info-box-6 .title {
	font-weight: 600;
	margin-bottom: 15px;
}

.info-box-6 a {
	color: #041A57;
}

.info-box-7 {
	display: flex;
	flex-wrap: wrap;
}

.info-box-7 .icon-box {
	margin-right: 20px;
	margin-top: 10px;
}

.info-box-7 .content-box {
	flex: 1;
}

.info-box-7 .content-box .title {
	margin-bottom: 5px;
	font-size: 31px;
	font-weight: 600;
}

@media (max-width: 991px) {
	.info-box-7 .content-box .title {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.info-box-7 .content-box .title {
		font-size: 24px;
	}
}

.info-box-7 .content-box .title a {
	color: #041A57;
}

.section-after-shape {
	position: relative;
}

.section-after-shape:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 0;
	border-bottom: 130px solid #ffffff;
	border-left: 100vw solid transparent;
	right: 0;
}

@media (max-width: 991px) {
	.section-after-shape:before {
		border-bottom: 80px solid #ffffff;
	}
}

@media (max-width: 767px) {
	.section-after-shape:before {
		border-bottom: 50px solid #ffffff;
	}
}

.address-box {
	display: inline-flex;
	background-color: #ffffff;
	transition: all 0.3s ease-in-out;
}

.address-box .sub-title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 8px;
	color: #2a07f9;
}

@media (max-width: 1199px) {
	.address-box .sub-title {
		font-size: 16px;
	}
}

.address-box .title {
	font-weight: 700;
	font-size: 30px;
}

@media (max-width: 1199px) {
	.address-box .title {
		font-size: 26px;
	}
}

@media (max-width: 991px) {
	.address-box .title {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.address-box .title {
		font-size: 20px;
	}
}

.address-box .list-info ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.address-box .list-info ul li {
	color: #ee0034;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}

.address-box .list-info ul li:before {
	top: 0;
	left: 0;
	font-size: 8px;
	content: "\f111";
	font-weight: 600;
	position: absolute;
	color: #ee0034;
	transition: all 0.3s ease-in-out;
	font-family: "Font Awesome 5 Free";
}

.address-box .list-info ul li:last-child {
	margin-bottom: 0;
}

.address-box .list-info ul li p {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
	max-width: 250px;
	color: #5a5a5a;
}

.address-box .list-info ul li.item-btn:before {
	color: #2a07f9;
}

.address-box .list-info ul li.item-btn a {
	color: #2a07f9;
	transition: all 0.3s ease-in-out;
}

.address-box .list-info ul li.item-btn a:hover {
	color: #ee0034;
}

.address-box .list-info ul li.item-btn i {
	margin-left: 10px;
	font-size: 14px;
}

.address-box.box-v1 {
	padding: 80px 65px;
	border-radius: 20px;
	background-color: #ffffff;
	transform: translateY(100px);
	box-shadow: 0 4px 50px 0 #0000001c;
}

@media (max-width: 1024px) {
	.address-box.box-v1 {
		transform: translateY(0);
	}
}

@media (max-width: 1199px) {
	.address-box.box-v1 {
		padding: 70px 55px;
	}
}

@media (max-width: 991px) {
	.address-box.box-v1 {
		padding: 60px 45px;
		transform: translateY(0);
	}
}

@media (max-width: 767px) {
	.address-box.box-v1 {
		padding: 50px 35px;
	}
}

@media (max-width: 575px) {
	.address-box.box-v1 {
		padding: 30px 0 30px 20px;
	}
}

.address-box.box-v2 {
	position: relative;
	z-index: 1;
	margin-bottom: 90px;
}

.address-box.box-v2 .figure-box {
	overflow: hidden;
	border-radius: 20px;
}

.address-box.box-v2 .figure-box .link {
	display: block;
}

.address-box.box-v2 .figure-box img {
	border-radius: 20px;
	transform: scale(1);
	transition: 0.5s cubic-bezier(0.45, 0.05, 0.15, 0.93) 0.15s;
}

.address-box.box-v2 .content-box {
	padding: 25px 50px 30px;
	background-color: #ffffff;
	border-radius: 20px;
	position: absolute;
	bottom: -60px;
	left: 0;
	margin-left: 30px;
	margin-right: 30px;
	box-shadow: 0 30px 4px 0 rgba(0, 0, 0, 0.01);
	transition: all 0.3s ease-in-out;
}

.address-box.box-v2 .content-box .sub-title {
	font-size: 18px;
	font-weight: 500;
	font-family: "Raleway", sans-serif;
	color: #2a07f9;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
	.address-box.box-v2 .content-box .sub-title {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.address-box.box-v2 .content-box .sub-title {
		font-size: 14px;
	}
}

.address-box.box-v2 .content-box .title {
	font-weight: 600;
	margin-bottom: 8px;
	font-size: 24px;
}

@media (max-width: 767px) {
	.address-box.box-v2 .content-box .title {
		font-size: 22px;
	}
}

@media (max-width: 480px) {
	.address-box.box-v2 .content-box .title {
		font-size: 18px;
		line-height: 24px;
	}
}

.address-box.box-v2 .content-box .title a {
	color: #041A57;
	transition: all 0.3s ease-in-out;
}

.address-box.box-v2 .content-box .title a:hover {
	color: #ee0034;
}

.address-box.box-v2 .content-box .location {
	color: #5A5A5A;
	font-size: 20px;
	margin-bottom: 15px;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
	.address-box.box-v2 .content-box .location {
		font-size: 16px;
	}
}

.address-box.box-v2 .content-box .location i {
	margin-right: 10px;
}

.address-box.box-v2 .content-box .video {
	display: flex;
	align-items: center;
}

.address-box.box-v2 .content-box .video .video-link {
	margin-right: 10px;
	color: #ffffff;
	height: 40px;
	width: 40px;
	background-color: #ee0034;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.address-box.box-v2 .content-box .video .video-link i {
	font-size: 12px;
}

.address-box.box-v2 .content-box .video .video-link:hover {
	background-color: #2a07f9;
}

.address-box.box-v2 .content-box .video .text {
	color: #ee0034;
	font-size: 20px;
	font-weight: 600;
	font-family: "Raleway", sans-serif;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
	.address-box.box-v2 .content-box .video .text {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.address-box.box-v2 .content-box {
		padding: 20px 25px 25px;
	}
}

.address-box.box-v2:hover .figure-box img {
	transform: scale(1.2);
}

.address-box.box-v2:hover .content-box {
	background-color: #ee0034;
}

.address-box.box-v2:hover .content-box .sub-title {
	color: #ffffff;
}

.address-box.box-v2:hover .content-box .title a {
	color: #ffffff;
}

.address-box.box-v2:hover .content-box .title a:hover {
	color: #e6e6e7;
}

.address-box.box-v2:hover .content-box .location {
	color: #ffffff;
}

.address-box.box-v2:hover .content-box .video .video-link {
	color: #ee0034;
	background-color: #ffffff;
}

.address-box.box-v2:hover .content-box .video .video-link i {
	font-size: 12px;
}

.address-box.box-v2:hover .content-box .video .video-link:hover {
	color: #ffffff;
	background-color: #2a07f9;
}

.address-box.box-v2:hover .content-box .video .text {
	color: #ffffff;
}

.width-unset img {
	max-width: unset;
}

@media (max-width: 767px) {
	.width-unset img {
		max-width: 100%;
	}
}

.facility-wrap-layout1 {
	background-color: #F9FAFC;
	position: relative;
	z-index: 0;
	padding-top: 122px;
	padding-bottom: 100px;
}

@media (max-width: 1199px) {
	.facility-wrap-layout1 {
		padding-top: 107px;
		padding-bottom: 85px;
	}
}

@media (max-width: 991px) {
	.facility-wrap-layout1 {
		padding-top: 92px;
		padding-bottom: 70px;
	}
}

@media (max-width: 767px) {
	.facility-wrap-layout1 {
		padding-top: 77px;
		padding-bottom: 55px;
	}
}

@media (max-width: 575px) {
	.facility-wrap-layout1 {
		padding-top: 62px;
		padding-bottom: 40px;
	}
}

.facility-wrap-layout1.has-animation .animated-shap svg {
	position: absolute;
	z-index: -1;
	top: -33px;
	left: 50%;
	transform: translateX(-50%);
	right: 0;
}

.facility-wrap-layout1.has-animation .animated-shap .dashed1 {
	stroke-dashoffset: 2010;
	stroke-dasharray: 2010;
	opacity: 0.5;
}

.facility-wrap-layout1.has-animation .animated-shap .dashed2 {
	stroke-dasharray: 4;
}

.facility-wrap-layout1.has-animation .animated-shap .end-point {
	position: absolute;
	right: calc((100% - 1770px) / 2);
	bottom: -360px;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50px) translateY(-30px);
	transition: all 0.3s ease-in-out;
	transition-delay: 2s;
}

.facility-wrap-layout1.has-animation .animated-shap .end-point img {
	opacity: 0.5;
}

@media (max-width: 1800px) {
	.facility-wrap-layout1.has-animation .animated-shap {
		display: none;
	}
}

@-webkit-keyframes dash_animation {
	to {
		stroke-dashoffset: 0;
	}
}

@keyframes dash_animation {
	to {
		stroke-dashoffset: 0;
	}
}

.facility-wrap-layout1.has-animation.active-animation .animated-shap .dashed1 {
	animation: dash_animation 1s linear forwards;
	animation-delay: 1s;
}

.facility-wrap-layout1.has-animation.active-animation .animated-shap .end-point {
	opacity: 1;
	visibility: visible;
	transform: translateX(0) translateY(0);
}

.facility-box-layout1 {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 40px 35px 45px;
	text-align: center;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
}

.facility-box-layout1 .icon-box {
	width: 80px;
	height: 80px;
	margin-bottom: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.facility-box-layout1 .icon-box path {
	fill: #ee0034;
}

.facility-box-layout1 .icon-box img {
	transition: all .1s ease-in-out;
	transform: scale(1.02);
	filter: hue-rotate(250deg);
}

.facility-box-layout1 .title {
	font-weight: 600;
	margin-bottom: 15px;
}

.facility-box-layout1:hover {
	box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.2);
}

.facility-box-layout1:hover .icon-box img {
	transform: scale(0.95);
	filter: hue-rotate(0deg);
}

.swiper-container {
	padding-bottom: 30px;
}

.swiper-container-rtl .swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-next,
.swiper-button-prev {
	background-image: none;
}

.swiper-button-next,
.swiper-button-prev {
	color: #2a07f9 !important;
}

.swiper-button-next {
	right: -50px !important;
}

.swiper-button-prev {
	left: -50px !important;
}

.swiper-pagination-bullets {
	bottom: -50px !important;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 15px !important;
	height: 15px !important;
	opacity: 1 !important;
	background-color: #cacaca;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #2a07f9;
}

.testimonial-box-layout1 {
	border-radius: 10px;
	background-color: #f7f9ff;
	padding: 60px 35px;
	margin-bottom: 30px;
}

.testimonial-box-layout1 .icon-box {
	margin-bottom: 30px;
}

.testimonial-box-layout1 .icon-box path {
	fill: #ee0034;
}

.testimonial-box-layout1 .description {
	margin-bottom: 20px;
	color: #041A57;
}

.testimonial-box-layout1 .description p {
	color: #041A57;
}

.testimonial-box-layout1 .title {
	font-weight: 600;
	margin-bottom: 2px;
}

.testimonial-box-layout1 .designation {
	color: #7D828E;
}

.testimonials-wrap-layout2 {
	padding-top: 50px;
}

.testimonial-box-layout2 {
	border-radius: 20px;
	background-color: #f7f9ff;
	padding: 50px 30px;
}

.testimonial-box-layout2 .icon-box {
	text-align: center;
	margin-bottom: 20px;
}

.testimonial-box-layout2 .icon-box path {
	fill: #ee0034;
}

.testimonial-box-layout2 .description {
	margin-bottom: 30px;
	color: #041A57;
}

.testimonial-box-layout2 .description p {
	color: #041A57;
}

.testimonial-box-layout2 .figure-box {
	margin-right: 20px;
	height: 65px;
	width: 65px;
}

.testimonial-box-layout2 .figure-box img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.testimonial-box-layout2 .title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: -3px;
	color: #041A57;
}

@media only screen and (max-width: 400px) {
	.testimonial-box-layout2 .title {
		font-size: 18px;
	}
}

.testimonial-box-layout2 .designation {
	color: #5A5A5A;
	font-weight: 500;
	font-size: 18px;
	font-family: "Raleway", sans-serif;
}