/*--------------------------------------------------------------
# Child Theme Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button, button, input[type="button"], input[type="reset"], input[type="submit"], body .elementor-button { display: inline-block; border-radius: 5px; transition: all 0.2s ease-in-out; outline: none; font-family: "Oswald", sans-serif; font-size: 17px; color: #fff; font-weight: 500; text-align: center; line-height: 24px; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; padding: 10px 30px; background: #d9072a; border: 2px solid #d9072a; }
.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, body .elementor-button:hover { text-decoration: none; box-shadow: 0 10px 20px rgba(184, 0, 31, 0.2); }
.button:active, .button:focus, button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus, body .elementor-button:active, body .elementor-button:focus { text-decoration: none; box-shadow: none; }
.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, body .elementor-button:hover { background: #b8001f; border-color: #b8001f; color: #fff; }
.button:active, .button:focus, button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus, body .elementor-button:active, body .elementor-button:focus { background: #b8001f; border-color: #b8001f; color: #fff; }

.secondary-button { display: inline-block; border-radius: 5px; transition: all 0.2s ease-in-out; outline: none; font-family: "Oswald", sans-serif; font-size: 17px; color: #fff; font-weight: 500; text-align: center; line-height: 24px; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; padding: 10px 30px; background: #b8001f; border: 2px solid #b8001f; }
.secondary-button:hover { text-decoration: none; box-shadow: 0 10px 20px rgba(184, 0, 31, 0.2); }
.secondary-button:active, .secondary-button:focus { text-decoration: none; box-shadow: none; }
.secondary-button:hover { background: #d9072a; border-color: #d9072a; color: #fff; }
.secondary-button:active, .secondary-button:focus { background: #d9072a; border-color: #d9072a; color: #fff; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select { height: 50px; background: rgba(19, 32, 45, 0.8); border: 1px solid transparent; border-radius: 5px; transition: all 0.2s ease-in-out; font-family: "Inter", sans-serif; font-size: 16px; color: #ffffff; font-weight: 400; letter-spacing: .3px; outline: 0; padding: 0 15px; }
input[type="text"]:active, input[type="text"]:focus, input[type="email"]:active, input[type="email"]:focus, input[type="url"]:active, input[type="url"]:focus, input[type="password"]:active, input[type="password"]:focus, input[type="search"]:active, input[type="search"]:focus, input[type="number"]:active, input[type="number"]:focus, input[type="tel"]:active, input[type="tel"]:focus, input[type="range"]:active, input[type="range"]:focus, input[type="date"]:active, input[type="date"]:focus, input[type="month"]:active, input[type="month"]:focus, input[type="week"]:active, input[type="week"]:focus, input[type="time"]:active, input[type="time"]:focus, input[type="datetime"]:active, input[type="datetime"]:focus, input[type="datetime-local"]:active, input[type="datetime-local"]:focus, input[type="color"]:active, input[type="color"]:focus, textarea:active, textarea:focus, select:active, select:focus { border: 1px solid #b8001f; box-shadow: 0 0 20px rgba(184, 0, 31, 0.1); }

textarea { width: 100%; min-height: 220px; color: #ffffff; padding-top: 10px; padding-bottom: 10px; }
textarea:active, textarea:focus { color: #ffffff; }

select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select:focus { border-color: #d9072a; }

::placeholder { color: #ffffff; opacity: 1; }

:-ms-input-placeholder { color: #ffffff; }

::-ms-input-placeholder { color: #ffffff; }

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html { overflow-x: hidden; }

body { background: #081623; font-family: "Inter", sans-serif; font-size: 17px; color: #ffffff; font-weight: 400; line-height: 28px; overflow-x: hidden; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Oswald", sans-serif; color: #ffffff; font-weight: 500; line-height: 1.3; margin: 0 0 15px; }

h1, .h1 { font-size: 36px; }

h2, .h2 { font-size: 32px; }

h3, .h3 { font-size: 26px; }

h4, .h4 { font-size: 22px; }

h5, .h5 { font-size: 20px; }

h6, .h6 { font-size: 18px; }

a { color: #ffffff; }
a:hover, a:active, a:focus { color: #d9072a; }

p { margin-bottom: 30px; }

blockquote { border-left-color: #d9072a; font-weight: 600; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.content-area { margin: 80px 0; }

.theme-sidebar { position: sticky; top: 50px; margin: 80px 0; }
.theme-sidebar h2 { font-size: 28px; }

.ts-sticky { align-items: flex-start; }
.ts-sticky .theme-sidebar { position: sticky; bottom: 50px; }

.layout-1c-full .content-area { max-width: 100%; }

.layout-1c-narrow .content-area { max-width: 900px; margin-left: auto; margin-right: auto; }

.layout-2c-left-sb .theme-sidebar { order: -1; padding-left: 15px; padding-right: 35px; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.admin-bar .site-header { top: 32px; }

.site-header { width: 100%; border-bottom: none; color: #fff; }
.site-header .head-wrap { display: flex; align-items: center; justify-content: space-between; padding: 25px 0; }
.site-header .head-wrap .site-branding { flex-grow: 0; min-width: 200px; padding-right: 20px; margin-right: 0; }
.site-header .head-wrap .site-branding .site-title { font-size: 28px; }
.site-header .head-wrap .site-branding .site-title a { color: #fff; }
.site-header .head-wrap .site-branding .site-title a:hover, .site-header .head-wrap .site-branding .site-title a:active, .site-header .head-wrap .site-branding .site-title a:focus { color: #d9072a; }
.site-header .head-wrap .site-branding .site-description { color: #fff; }
.site-header .head-wrap .main-navigation { padding-left: 30px; }
.site-header .head-wrap .main-navigation .menu li { margin-right: 45px; }
.site-header .head-wrap .main-navigation .menu li a { font-family: "Oswald", sans-serif; font-size: 17px; color: #fff; font-weight: 500; padding: 10px 0; }
.site-header .head-wrap .main-navigation .menu li a:hover, .site-header .head-wrap .main-navigation .menu li a:active, .site-header .head-wrap .main-navigation .menu li a:focus { color: #d9072a; }
.site-header .head-wrap .main-navigation .menu li.menu-item-has-children > a:after { top: 24px; font-size: 24px; }
.site-header .head-wrap .main-navigation .menu li.current-menu-item > a { position: relative; }
.site-header .head-wrap .main-navigation .menu li.current-menu-item > a:before { position: absolute; bottom: 0; left: 0; content: ""; width: 100%; height: 3px; background: #d9072a; }
.site-header .head-wrap .main-navigation .menu li .sub-menu, .site-header .head-wrap .main-navigation .menu li .children { border-radius: 8px; background: #d9072a; padding: 0; }
.site-header .head-wrap .main-navigation .menu li .sub-menu li.menu-item-has-children > a:after, .site-header .head-wrap .main-navigation .menu li .children li.menu-item-has-children > a:after { top: 30px; font-size: 24px; }
.site-header .head-wrap .main-navigation .menu li .sub-menu li a, .site-header .head-wrap .main-navigation .menu li .children li a { min-width: 220px; border-bottom: 1px solid rgba(255, 255, 255, 0.15); font-size: 16px; color: #fff; padding: 18px 30px; }
.site-header .head-wrap .main-navigation .menu li .sub-menu li a:hover, .site-header .head-wrap .main-navigation .menu li .sub-menu li a:active, .site-header .head-wrap .main-navigation .menu li .sub-menu li a:focus, .site-header .head-wrap .main-navigation .menu li .children li a:hover, .site-header .head-wrap .main-navigation .menu li .children li a:active, .site-header .head-wrap .main-navigation .menu li .children li a:focus { color: rgba(255, 255, 255, 0.7); }
.site-header .head-wrap .main-navigation .menu li .sub-menu li .sub-menu, .site-header .head-wrap .main-navigation .menu li .sub-menu li .children, .site-header .head-wrap .main-navigation .menu li .children li .sub-menu, .site-header .head-wrap .main-navigation .menu li .children li .children { margin-top: 0; }
.site-header .head-wrap .main-navigation .menu li:hover > a, .site-header .head-wrap .main-navigation .menu li:active > a, .site-header .head-wrap .main-navigation .menu li:focus > a { color: #d9072a; }
.site-header .head-wrap .main-navigation .menu li:hover > ul { left: -20px; }
.site-header .head-wrap .main-navigation .menu li.focus > ul { left: -20px; }
.site-header .head-wrap .main-navigation .menu ul.sub-menu { left: -20px; }
.site-header .head-wrap .header-right-area { margin-left: 40px; }
.site-header .head-wrap .header-right-area .widget p { margin-bottom: 0; }
.site-header .head-wrap .header-right-area .widget .button { padding: 10px 20px; }

@media (min-width: 1025px) { .sticky-head .site-header.sticky-header { position: fixed; background: #081623; z-index: 99; }
  .sticky-head .site-header.sticky-header .container { max-width: 100%; }
  .sticky-head .site-header.sticky-header .head-wrap { display: flex; align-items: center; justify-content: space-between; transition: all 0.2s ease-in-out; }
  .sticky-head .site-header.sticky-header .head-wrap .top-row { margin-bottom: 0; }
  .sticky-head .site-header.sticky-header .head-wrap .top-row .header-right-area { display: none; } }
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer { position: relative; background: #081623; border-top: 1px solid rgba(255, 255, 255, 0.05); font-size: 16px; color: #fff; padding: 100px 0 50px; }
.site-footer:before { opacity: .1; position: absolute; top: 0; left: 0; content: ""; width: 100%; height: 100%; background: url("../images/footer-img.jpg") no-repeat center/cover; z-index: 0; }
.site-footer .container { position: relative; z-index: 1; }
.site-footer a { color: #fff; }
.site-footer a:hover, .site-footer a:active, .site-footer a:focus { color: #d9072a; }
.site-footer p { margin-bottom: 10px; }
.site-footer .footer-widget-area { display: flex; flex-wrap: wrap; padding-bottom: 25px; margin-left: -2%; }
.site-footer .footer-widget-area .footer-cols { flex: 0 0 100%; max-width: 30%; margin-left: 2%; }
.site-footer .footer-widget-area .footer-cols.footer-col-1 .widget_text { margin-bottom: 15px; }
.site-footer .footer-widget-area .footer-cols.footer-col-2 { max-width: 16%; }
.site-footer .footer-widget-area .footer-cols.footer-col-3 { max-width: 16%; }
.site-footer .footer-widget-area .footer-cols .widget { margin-bottom: 35px; }
.site-footer .footer-widget-area .footer-cols .widget .widget-title, .site-footer .footer-widget-area .footer-cols .widget h3 { font-size: 22px; color: #d9072a; margin-bottom: 35px; }
.site-footer .footer-widget-area .footer-cols .widget_mc4wp_form_widget .mc4wp-form-fields p { margin-bottom: 20px; }
.site-footer .footer-widget-area .footer-cols .widget_mc4wp_form_widget .mc4wp-form-fields .mc4-form { display: flex; position: relative; }
.site-footer .footer-widget-area .footer-cols .widget_mc4wp_form_widget .mc4wp-form-fields .mc4-form:after { position: absolute; top: 0px; right: 0px; content: "\ea5d"; width: 56px; height: 56px; background: #d9072a; border-radius: 10px; font-family: "remixicon"; font-size: 26px; color: #fff; text-align: center; line-height: 56px; z-index: 0; }
.site-footer .footer-widget-area .footer-cols .widget_mc4wp_form_widget .mc4wp-form-fields .mc4-form input[type="email"] { flex: 0 0 100%; max-width: 100%; background: #fff; border-radius: 10px 15px 15px 10px; padding: 0 75px 0 20px; }
.site-footer .footer-widget-area .footer-cols .widget_mc4wp_form_widget .mc4wp-form-fields .mc4-form input[type="email"]:active, .site-footer .footer-widget-area .footer-cols .widget_mc4wp_form_widget .mc4wp-form-fields .mc4-form input[type="email"]:focus { box-shadow: 0 0 20px rgba(217, 7, 42, 0.5); }
.site-footer .footer-widget-area .footer-cols .widget_mc4wp_form_widget .mc4wp-form-fields .mc4-form input[type="submit"] { opacity: 0; background: none; position: absolute; top: 0; right: 0; font-size: 0; line-height: 25px; padding: 10px 23px 9px; z-index: 1; }
.site-footer .site-info { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, 0.05); font-size: 15px; text-align: left; padding: 40px 0; }
.site-footer .site-info .wp-block-social-links li:last-child { margin-right: 0 !important; }

/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
.error-404 .page-content h3 { color: #d9072a; }

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.inner-header { position: relative; background: url("../images/inner-banner.jpg") no-repeat center top/cover; text-align: center; padding: 100px 0 85px; }
.inner-header:before { position: absolute; top: 0; left: 0; content: ""; width: 100%; height: 100%; background: rgba(8, 22, 35, 0.7); }
.inner-header .page-header .page-title { font-size: 40px; color: #fff; text-transform: uppercase; margin-bottom: 0; }

.blog-grid-3c .bg3c-article-wrap { display: flex; flex-wrap: wrap; margin-left: -3%; }
.blog-grid-3c .bg3c-article-wrap .hentry, .blog-grid-3c .bg3c-article-wrap .product { flex: 0 0 100%; max-width: 30.33%; border: none; box-shadow: 0 0 15px rgba(0, 0, 0, 0.08); padding-bottom: 0; margin: 0 0 3% 3%; }
.blog-grid-3c .bg3c-article-wrap .hentry .be-wrap, .blog-grid-3c .bg3c-article-wrap .product .be-wrap { background: #15222e; padding: 35px 35px 30px; }
.blog-grid-3c .bg3c-article-wrap .hentry .post-thumbnail, .blog-grid-3c .bg3c-article-wrap .product .post-thumbnail { margin-bottom: 0; }
.blog-grid-3c .bg3c-article-wrap .hentry .post-thumbnail img, .blog-grid-3c .bg3c-article-wrap .product .post-thumbnail img { border-radius: 0; }
.blog-grid-3c .bg3c-article-wrap .hentry .entry-header, .blog-grid-3c .bg3c-article-wrap .product .entry-header { margin-bottom: 14px; }
.blog-grid-3c .bg3c-article-wrap .hentry .entry-header .entry-title, .blog-grid-3c .bg3c-article-wrap .product .entry-header .entry-title { font-size: 25px; font-weight: 500; line-height: 28px; }
.blog-grid-3c .bg3c-article-wrap .hentry .entry-header .entry-title a, .blog-grid-3c .bg3c-article-wrap .product .entry-header .entry-title a { color: #fff; }
.blog-grid-3c .bg3c-article-wrap .hentry .entry-header .entry-title a:hover, .blog-grid-3c .bg3c-article-wrap .hentry .entry-header .entry-title a:active, .blog-grid-3c .bg3c-article-wrap .hentry .entry-header .entry-title a:focus, .blog-grid-3c .bg3c-article-wrap .product .entry-header .entry-title a:hover, .blog-grid-3c .bg3c-article-wrap .product .entry-header .entry-title a:active, .blog-grid-3c .bg3c-article-wrap .product .entry-header .entry-title a:focus { color: #d9072a; }
.blog-grid-3c .bg3c-article-wrap .hentry .entry-header .entry-meta, .blog-grid-3c .bg3c-article-wrap .product .entry-header .entry-meta { opacity: .7; font-size: 14px; color: #fff; font-weight: 500; line-height: 20px; text-transform: capitalize; margin-bottom: 10px; }
.blog-grid-3c .bg3c-article-wrap .hentry .entry-header .entry-meta .posted-on, .blog-grid-3c .bg3c-article-wrap .product .entry-header .entry-meta .posted-on { text-transform: capitalize; margin-right: 15px; }
.blog-grid-3c .bg3c-article-wrap .hentry .entry-header .entry-meta a, .blog-grid-3c .bg3c-article-wrap .product .entry-header .entry-meta a { color: #fff; }
.blog-grid-3c .bg3c-article-wrap .hentry .entry-header .entry-meta a:hover, .blog-grid-3c .bg3c-article-wrap .hentry .entry-header .entry-meta a:active, .blog-grid-3c .bg3c-article-wrap .hentry .entry-header .entry-meta a:focus, .blog-grid-3c .bg3c-article-wrap .product .entry-header .entry-meta a:hover, .blog-grid-3c .bg3c-article-wrap .product .entry-header .entry-meta a:active, .blog-grid-3c .bg3c-article-wrap .product .entry-header .entry-meta a:focus { color: #d9072a; text-decoration: underline; }
.blog-grid-3c .bg3c-article-wrap .hentry .entry-summary p, .blog-grid-3c .bg3c-article-wrap .product .entry-summary p { display: none; margin-bottom: 25px; }
.blog-grid-3c .bg3c-article-wrap .hentry .entry-summary .read-more-link, .blog-grid-3c .bg3c-article-wrap .product .entry-summary .read-more-link { display: inline-block; font-size: 15px; }
.blog-grid-3c .bg3c-article-wrap .hentry .entry-summary .read-more-link:hover, .blog-grid-3c .bg3c-article-wrap .hentry .entry-summary .read-more-link:active, .blog-grid-3c .bg3c-article-wrap .hentry .entry-summary .read-more-link:focus, .blog-grid-3c .bg3c-article-wrap .product .entry-summary .read-more-link:hover, .blog-grid-3c .bg3c-article-wrap .product .entry-summary .read-more-link:active, .blog-grid-3c .bg3c-article-wrap .product .entry-summary .read-more-link:focus { color: #d9072a; }
.blog-grid-3c .bg3c-article-wrap .hentry .entry-summary .read-more-link i, .blog-grid-3c .bg3c-article-wrap .product .entry-summary .read-more-link i { position: relative; top: 3px; }

.templatic-pagination { flex: 0 0 100%; max-width: 100%; text-align: center; margin-bottom: 0; }
.templatic-pagination .pagination-wrap { display: inline-block; }
.templatic-pagination ul li .page-numbers { min-width: 56px; min-height: inherit; height: 56px; border-radius: 0; line-height: 56px; font-weight: 500; }
.templatic-pagination ul li a { background: rgba(184, 0, 31, 0.08); }
.templatic-pagination ul li a:hover, .templatic-pagination ul li a:active, .templatic-pagination ul li a:focus { background: #b8001f; }
.templatic-pagination ul li .current { background: #b8001f; }
.templatic-pagination ul li .next:after, .templatic-pagination ul li .prev:after { top: 6px; }

/*--------------------------------------------------------------
# Blog Single Page
--------------------------------------------------------------*/
.inner-header .col-md-12 { max-width: 900px; margin: 0 auto; }
.inner-header .entry-header .entry-title { font-size: 40px; color: #fff; line-height: 42px; text-transform: uppercase; margin-bottom: 15px; }
.inner-header .entry-header .entry-meta { font-size: 14px; color: #fff; text-transform: uppercase; letter-spacing: 1px; }
.inner-header .entry-header .entry-meta span { position: relative; margin: 0 20px; }
.inner-header .entry-header .entry-meta span:before { position: absolute; top: 6px; left: -23px; content: ""; width: 5px; height: 5px; background: #d9072a; border-radius: 20px; }
.inner-header .entry-header .entry-meta span:first-child:before { display: none; }
.inner-header .entry-header .entry-meta a { color: #fff; }
.inner-header .entry-header .entry-meta a:hover, .inner-header .entry-header .entry-meta a:active, .inner-header .entry-header .entry-meta a:focus { text-decoration: underline; }

.single .post-thumbnail, .page .post-thumbnail { margin-bottom: 50px; }
.single .post-thumbnail img, .page .post-thumbnail img { width: 100%; border-radius: 0; }
.single .post, .single .attachment, .page .post, .page .attachment { margin-bottom: 40px; }
.single .post .entry-footer, .single .attachment .entry-footer, .page .post .entry-footer, .page .attachment .entry-footer { margin: 30px 0 40px; }
.single .post .entry-footer .tags-links, .single .attachment .entry-footer .tags-links, .page .post .entry-footer .tags-links, .page .attachment .entry-footer .tags-links { position: relative; padding-left: 35px; }
.single .post .entry-footer .tags-links:before, .single .attachment .entry-footer .tags-links:before, .page .post .entry-footer .tags-links:before, .page .attachment .entry-footer .tags-links:before { position: absolute; top: -2px; left: 0; content: "\eec4"; font-family: "remixicon"; font-size: 24px; color: #d9072a; }
.single .post .entry-footer .tags-links a, .single .attachment .entry-footer .tags-links a, .page .post .entry-footer .tags-links a, .page .attachment .entry-footer .tags-links a { background: rgba(255, 255, 255, 0.1); border-radius: 0; font-size: 15px; line-height: normal; padding: 10px 15px; margin: 0 10px 10px 0; }
.single .post .entry-footer .tags-links a:hover, .single .post .entry-footer .tags-links a:active, .single .post .entry-footer .tags-links a:focus, .single .attachment .entry-footer .tags-links a:hover, .single .attachment .entry-footer .tags-links a:active, .single .attachment .entry-footer .tags-links a:focus, .page .post .entry-footer .tags-links a:hover, .page .post .entry-footer .tags-links a:active, .page .post .entry-footer .tags-links a:focus, .page .attachment .entry-footer .tags-links a:hover, .page .attachment .entry-footer .tags-links a:active, .page .attachment .entry-footer .tags-links a:focus { background: #d9072a; color: #fff; }

.comments-area .comment-list li.comment { background: rgba(255, 255, 255, 0.05); border: none; }
.comments-area .comment-list li.comment .comment-body { background: none; border-radius: 0; padding: 25px 30px 30px 150px; }
.comments-area .comment-list li.comment .comment-body .comment-meta .comment-author img { top: 30px; left: 30px; border-radius: 0; }
.comments-area .comment-list li.comment .comment-body .comment-meta .comment-metadata a:hover { color: #d9072a; }
.comments-area .comment-list li.comment .comment-body .reply .comment-reply-link { border-color: #d9072a; color: #d9072a; }
.comments-area .comment-list li.comment .comment-body .reply .comment-reply-link:hover { border-color: #b8001f; color: #b8001f; }

.post-navigation { border-top: 1px solid rgba(255, 255, 255, 0.05); border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.post-navigation .nav-links a:hover, .post-navigation .nav-links a:active, .post-navigation .nav-links a:focus { color: #d9072a; }

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
/*.search {
	.blog-grid-3c {
		.bg3c-article-wrap {
			max-width: 1024px;
			margin: 0 auto;
			.hentry,
			.product {
				display: flex;
				align-items: center;
				max-width: 100%;
				margin-left: 0;
				.post-thumbnail {
					width: 100%;
					max-width: 400px;
					margin: 0 20px 0 0;
				}
			}
		}
	}
}*/
/*--------------------------------------------------------------
# Widgets & Sidebars
--------------------------------------------------------------*/
.search-form:after, .wp-block-search .wp-block-search__inside-wrapper:after { width: 50px; height: 50px; background: #d9072a; border-radius: 0 5px 5px 0; line-height: 50px; }
.search-form input[type="search"], .wp-block-search .wp-block-search__inside-wrapper input[type="search"] { height: 50px; border: none; border-radius: 5px 0 0 5px; padding: 0 65px 0 20px; }
.search-form input[type="submit"], .search-form button, .wp-block-search .wp-block-search__inside-wrapper input[type="submit"], .wp-block-search .wp-block-search__inside-wrapper button { width: 50px; height: 50px; border-radius: 0 5px 5px 0; }

.widget.widget_recent_entries ul li { background: #fafafa; padding: 15px 20px 15px 40px !important; margin-bottom: 10px !important; }
.widget.widget_recent_entries ul li::before { top: 18px !important; left: 13px !important; color: #d9072a; }

.widget_tag_cloud .wp-block-tag-cloud a { display: inline-block; background: rgba(255, 255, 255, 0.1); border-radius: 0; font-size: 13px !important; color: #ffffff; line-height: normal; padding: 12px 15px; margin: 0 3px 6px 0; }
.widget_tag_cloud .wp-block-tag-cloud a:hover, .widget_tag_cloud .wp-block-tag-cloud a:active, .widget_tag_cloud .wp-block-tag-cloud a:focus { background: #d9072a; color: #fff !important; }

.theme-sidebar .widget_block .mb-0 { margin-bottom: -40px !important; }

.social-icons { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; }
.social-icons li { margin: 0 10px 10px 0; }
.social-icons li a { display: block; position: relative; top: 0; width: 42px; height: 42px; background: #d9072a; transition: all 0.2s ease-in-out; font-size: 22px; color: #fff; text-align: center; line-height: 48px; }
.social-icons li a i { line-height: normal; }
.social-icons li a:hover, .social-icons li a:active, .social-icons li a:focus { top: -3px; background: #b8001f; color: #fff; }

.site-footer .social-icons li a { background: rgba(255, 255, 255, 0.15); }
.site-footer .social-icons li a:hover, .site-footer .social-icons li a:active, .site-footer .social-icons li a:focus { background: #d9072a; }

.header-right-area .widget { display: flex; align-items: center; }

.hc-info { display: flex; margin-left: 40px; }
.hc-info i { position: relative; top: -2px; font-size: 22px; margin-right: 10px; }
.hc-info p { font-size: 18px; font-weight: 500; line-height: normal; margin-bottom: 0; }
.hc-info p span { display: block; font-size: 14px; margin-top: 5px; color: #b3b3b3; text-transform: uppercase; letter-spacing: 1px; }

.site-footer .hc-info { margin: 0 0 20px; }
.site-footer .hc-info i { color: #d9072a; }

/*--------------------------------------------------------------
# Plugin - Contact Form 7
--------------------------------------------------------------*/
.wpcf7-form { border: 1px solid #13202d; border-radius: 8px; padding: 45px 45px 30px; }
.wpcf7-form p { margin-bottom: 20px; }
.wpcf7-form p label { display: block; }
.wpcf7-form p .wpcf7-not-valid-tip { font-size: 15px; }
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form input[type="password"], .wpcf7-form input[type="search"], .wpcf7-form input[type="number"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="range"], .wpcf7-form input[type="date"], .wpcf7-form input[type="month"], .wpcf7-form input[type="week"], .wpcf7-form input[type="time"], .wpcf7-form input[type="datetime"], .wpcf7-form input[type="datetime-local"], .wpcf7-form input[type="color"], .wpcf7-form textarea, .wpcf7-form select { width: 100%; max-width: 100%; }

.appointment-form { display: flex; flex-wrap: wrap; justify-content: center; text-align: center; }
.appointment-form p { position: relative; flex: 0 0 100%; max-width: 100%; margin: 0 0 12px; }
.appointment-form p .wpcf7-not-valid-tip { text-align: left; }
.appointment-form p .ajax-loader { position: absolute; top: 17px; }
.appointment-form p input[type="text"], .appointment-form p input[type="email"], .appointment-form p input[type="tel"], .appointment-form p input[type="date"], .appointment-form p input[type="time"], .appointment-form p select { background: #fff; color: #ffffff; padding-left: 45px; }
.appointment-form p input[type="submit"] { width: 100%; background: #b8001f; border-color: #b8001f; }
.appointment-form p:before { position: absolute; top: 14px; left: 18px; font-family: "remixicon"; font-size: 18px; color: #d9072a; z-index: 1; }
.appointment-form p.ci_username:before { content: "\f085"; }
.appointment-form p.ci_email:before { content: "\edd9"; }
.appointment-form p.ci_phone:before { content: "\ee9e"; }
.appointment-form p.ci_date:before { content: "\eaf2"; }
.appointment-form p.ci_service:before { content: "\f04b"; }
.appointment-form p .wpcf7-not-valid-tip { color: #fff; }

/*--------------------------------------------------------------
# Elementor - Customized Section
--------------------------------------------------------------*/
.elementor-toggle .elementor-tab-title { border: 1px solid rgba(217, 7, 42, 0.15) !important; border-radius: 15px; }
.elementor-toggle .elementor-tab-title .elementor-toggle-icon { position: relative; top: -13px; width: auto !important; background: #d9072a; border-radius: 10px; padding: 14px 15px 12px; }
.elementor-toggle .elementor-tab-content { border: none !important; }
.elementor-toggle .elementor-tab-content p:last-child { margin-bottom: 0; }

/* Home Page */
.red-span h5 span { color: #d9072a; }

.main-banner { position: relative; }
.main-banner .elementor-widget { margin-bottom: 0 !important; }
.main-banner .mb-box { /*position: absolute;
top: 10%;
left: 8%;*/ max-width: 650px; }
.main-banner .mb-box h3 { font-family: "Inter", sans-serif; font-size: 90px; color: #fff; font-weight: 900; line-height: 130px; letter-spacing: -5px; margin: 0 0 20px -8px; }

.blog-section .elementor-image-box-wrapper .elementor-image-box-img { margin-bottom: 0 !important; }
.blog-section .elementor-image-box-wrapper .elementor-image-box-content { background: rgba(255, 255, 255, 0.05); padding: 35px 40px; }

.fitness-pro-section .elementor-widget { margin-bottom: 0 !important; }
.fitness-pro-section .elementor-widget .elementor-widget-container { border-color: rgba(255, 255, 255, 0.1) !important; }

.home-testimonial blockquote { border-left-color: #fff; }
.home-testimonial cite { font-size: 15px; font-style: normal; }

/* Pricing Plan */
.pricing-plan .elementor-icon-list-items .elementor-icon-list-item:after { border-color: rgba(255, 255, 255, 0.06) !important; }
.pricing-plan .elementor-widget-wrap { position: relative; }
.pricing-plan .elementor-widget-wrap:before { position: absolute; top: 0; left: 0; content: ""; width: 20%; height: 2px; background: rgba(255, 255, 255, 0.1); }
.pricing-plan .elementor-widget-wrap:after { position: absolute; bottom: 0; right: 0; content: ""; width: 80%; height: 2px; background: rgba(255, 255, 255, 0.1); }

/* Trainers */
.trainer-section .elementor-image-box-wrapper .elementor-image-box-img { position: relative; }
.trainer-section .elementor-image-box-wrapper .elementor-image-box-img:after { position: absolute; top: 0; left: 0; content: ""; width: 20%; height: 2px; background: rgba(255, 255, 255, 0.1); }
.trainer-section .elementor-image-box-wrapper .elementor-image-box-content { position: relative; padding: 25px 30px; }
.trainer-section .elementor-image-box-wrapper .elementor-image-box-content:after { position: absolute; bottom: 0; right: 0; content: ""; width: 80%; height: 2px; background: rgba(255, 255, 255, 0.1); }

/* Classes Details */
.checklist-style .elementor-icon-list-items .elementor-icon-list-item:after { border-color: rgba(255, 255, 255, 0.06) !important; }

.session-gallery .elementor-image-gallery .gallery { margin-bottom: 0; }

/* Why Choose Us */
.wcu-icons .gallery { display: flex; flex-wrap: nowrap; margin: 0 !important; }
.wcu-icons .gallery .gallery-item { flex: 0 0 100%; max-width: 25% !important; text-align: left; padding: 0 30px 50px 0 !important; }
.wcu-icons .gallery .gallery-item img { display: inline-block; }

/*--------------------------------------------------------------
# Plugin - WooCommerce
--------------------------------------------------------------*/
.single-product .inner-header { padding: 280px 0 0; }

/*--------------------------------------------------------------
# Responsive Styles
--------------------------------------------------------------*/
@media (max-width: 1366px) { .site-header .head-wrap { padding: 20px 0; } }
@media (max-width: 1024px) { .theme-sidebar { margin: 0 0 80px; }
  .site-header .head-wrap { display: flex; align-items: flex-start; }
  .site-header .head-wrap .top-row { flex-wrap: wrap; flex: 0 0 100%; margin-bottom: 0; }
  .site-header .head-wrap .site-branding { flex-grow: 1; text-align: center; padding-right: 0; }
  .site-header .head-wrap .main-navigation { background: none; flex-grow: 0; padding-left: 0; }
  .site-header .head-wrap .main-navigation .menu-toggle i { color: #fff; }
  .site-header .head-wrap .main-navigation .primary-menu { background: none; box-shadow: none; padding: 15px; }
  .site-header .head-wrap .main-navigation .primary-menu .menu { background: #d9072a; }
  .site-header .head-wrap .main-navigation .primary-menu .menu li { border-bottom: 1px solid rgba(255, 255, 255, 0.08); padding: 0 25px; margin: 0; }
  .site-header .head-wrap .main-navigation .primary-menu .menu li:last-child { float: none; background: none; border-bottom: none; }
  .site-header .head-wrap .main-navigation .primary-menu .menu li a { color: #fff; }
  .site-header .head-wrap .main-navigation .primary-menu .menu li .sub-menu, .site-header .head-wrap .main-navigation .primary-menu .menu li .children { background: none; }
  .site-header .head-wrap .main-navigation .primary-menu .menu li .sub-menu li a, .site-header .head-wrap .main-navigation .primary-menu .menu li .children li a { border-bottom: 0; padding: 0 20px 15px 15px; }
  .site-header .head-wrap .main-navigation .primary-menu .menu li .sub-menu li a:before, .site-header .head-wrap .main-navigation .primary-menu .menu li .children li a:before { top: 3px; }
  .site-header .header-right-area .widget { flex-wrap: wrap; }
  .site-header .header-right-area .widget .button { font-size: 14px; line-height: normal; padding: 4px 8px !important; }
  .site-header .hc-info { flex: 0 0 100%; background: #d9072a; padding: 10px 20px; margin: 0 0 5px; }
  .site-header .hc-info p { line-height: 27px; }
  .site-header .hc-info p span { display: none; } }
@media (max-width: 992px) { .site-footer { padding: 70px 0 0px; }
  .site-footer .footer-widget-area { margin-left: -3%; }
  .site-footer .footer-widget-area .footer-cols { max-width: 47% !important; margin: 0 0 3% 3%; }
  .site-footer .footer-widget-area .footer-cols.footer-col-1, .site-footer .footer-widget-area .footer-cols.footer-col-2 { max-width: 47%; }
  .blog-grid-3c .bg3c-article-wrap .hentry, .blog-grid-3c .bg3c-article-wrap .product { max-width: 46%; } }
@media (max-width: 767px) { h1, .h1 { font-size: 24px; }
  h2, .h2 { font-size: 22px; }
  h3, .h3 { font-size: 20px; }
  h4, .h4 { font-size: 19px; }
  .page-content, .entry-content, .entry-summary { line-height: 1.8; }
  .page-content p, .entry-content p, .entry-summary p { margin-bottom: 30px; }
  .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6, .page-content .h1, .page-content .h2, .page-content .h3, .page-content .h4, .page-content .h5, .page-content .h6, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content .h1, .entry-content .h2, .entry-content .h3, .entry-content .h4, .entry-content .h5, .entry-content .h6, .entry-summary h1, .entry-summary h2, .entry-summary h3, .entry-summary h4, .entry-summary h5, .entry-summary h6, .entry-summary .h1, .entry-summary .h2, .entry-summary .h3, .entry-summary .h4, .entry-summary .h5, .entry-summary .h6 { margin: 30px 0 10px; }
  .page-content ul, .page-content ol, .entry-content ul, .entry-content ol, .entry-summary ul, .entry-summary ol { margin-bottom: 30px; }
  .page-content ul li, .page-content ol li, .entry-content ul li, .entry-content ol li, .entry-summary ul li, .entry-summary ol li { margin-bottom: 10px; }
  .content-area { margin: 50px 0; }
  .theme-sidebar { margin-bottom: 60px; }
  .site-header .head-wrap { flex-wrap: wrap; }
  .site-header .head-wrap .site-branding { text-align: center; }
  .site-header .head-wrap .header-right-area { flex: 0 0 100%; padding-top: 15px; margin-left: 0; }
  .site-header .head-wrap .header-right-area .custom-html-widget { flex-wrap: wrap; justify-content: space-between; }
  .site-header .head-wrap .header-right-area .custom-html-widget a { width: 52px; height: 52px; border-radius: 15px; font-size: 0; padding: 0; }
  .site-header .head-wrap .header-right-area .custom-html-widget a i { top: 11px; left: 12px; }
  .site-header .head-wrap .header-right-area .widget p { width: 100%; }
  .site-header .head-wrap .header-right-area .widget p a { width: 100%; }
  .site-footer .site-info { flex-wrap: wrap; justify-content: center; }
  .site-footer .site-info .left-col { text-align: center; margin-bottom: 15px; }
  .inner-header { padding: 10% 0; }
  .inner-header .page-header .page-title { font-size: 28px; line-height: 32px; }
  .templatic-pagination ul li .page-numbers { min-width: 38px; height: 38px; line-height: 40px; }
  .templatic-pagination ul li .next:after, .templatic-pagination ul li .prev:after { top: -2px; }
  .inner-header .entry-header .entry-title { font-size: 28px; line-height: 34px; }
  .single .post-thumbnail, .page .post-thumbnail { margin-bottom: 35px; }
  .single .post .entry-content h1, .single .post .entry-content h2, .single .post .entry-content h3, .single .post .entry-content h4, .single .post .entry-content h5, .single .post .entry-content h6, .single .attachment .entry-content h1, .single .attachment .entry-content h2, .single .attachment .entry-content h3, .single .attachment .entry-content h4, .single .attachment .entry-content h5, .single .attachment .entry-content h6, .page .post .entry-content h1, .page .post .entry-content h2, .page .post .entry-content h3, .page .post .entry-content h4, .page .post .entry-content h5, .page .post .entry-content h6, .page .attachment .entry-content h1, .page .attachment .entry-content h2, .page .attachment .entry-content h3, .page .attachment .entry-content h4, .page .attachment .entry-content h5, .page .attachment .entry-content h6 { margin-top: 30px; }
  .search .blog-grid-3c .bg3c-article-wrap { margin-left: -4%; }
  .search .blog-grid-3c .bg3c-article-wrap .hentry, .search .blog-grid-3c .bg3c-article-wrap .product { display: block; max-width: 46%; margin-left: 4%; }
  .search .blog-grid-3c .bg3c-article-wrap .hentry .post-thumbnail, .search .blog-grid-3c .bg3c-article-wrap .product .post-thumbnail { display: block; max-width: 100%; margin: 0 0 25px; }
  .search .blog-grid-3c .bg3c-article-wrap .hentry.page .entry-header .entry-title, .search .blog-grid-3c .bg3c-article-wrap .product.page .entry-header .entry-title { margin-bottom: 10px; }
  /* Home Page */
  .home-vid-gallery .elementor-container .elementor-column:last-child { order: -1; }
  /* Contact Page */
  .wpcf7-form { padding: 15px 15px 0px; } }
@media (max-width: 592px) { .site-footer { padding-top: 60px; padding-bottom: 0; }
  .site-footer .footer-widget-area { margin-left: 0; }
  .site-footer .footer-widget-area .footer-cols { max-width: 100% !important; margin: 0 0 3% 0; }
  .site-footer .footer-widget-area .footer-cols.footer-col-1, .site-footer .footer-widget-area .footer-cols.footer-col-4 { max-width: 100%; }
  .site-footer .footer-widget-area .footer-cols .widget .widget-title { margin-bottom: 15px; }
  .site-footer .footer-widget-area .footer-cols .widget_block { margin-bottom: 0; }
  .site-footer .footer-widget-area .footer-cols .widget_block h3 { margin-bottom: 15px; }
  .site-footer .footer-widget-area .footer-cols .widget_block .wp-block-table { margin-bottom: 0; }
  .site-footer .footer-widget-area .footer-cols .widget_block .wp-block-table table { margin-bottom: 0; }
  .blog-grid-3c .bg3c-article-wrap { margin-left: 0; }
  .blog-grid-3c .bg3c-article-wrap .hentry, .blog-grid-3c .bg3c-article-wrap .product { max-width: 100%; margin: 0 0 30px 0; }
  .blog-grid-3c .bg3c-article-wrap .hentry .entry-header .entry-title, .blog-grid-3c .bg3c-article-wrap .product .entry-header .entry-title { font-size: 20px; }
  .blog-grid-3c .bg3c-article-wrap .hentry .be-wrap, .blog-grid-3c .bg3c-article-wrap .product .be-wrap { padding: 15px 15px 10px; }
  .comments-area .comment-list li.comment .comment-body { padding: 15px 15px 15px 90px; }
  .comments-area .comment-list li.comment .comment-body .comment-meta .comment-author img { width: 50px; top: 22px; left: 22px; }
  .search .blog-grid-3c .bg3c-article-wrap { margin-left: 0; }
  .search .blog-grid-3c .bg3c-article-wrap .hentry, .search .blog-grid-3c .bg3c-article-wrap .product { max-width: 100%; margin-left: 0; }
  .error-404 .page-header h1 { margin-bottom: 10px; }
  .error-404 .page-content h3 { font-size: 100px; line-height: 80px; margin: 0 0 25px; } }
@media (max-width: 420px) { .main-banner .mb-box h3 br { display: none; } }
.banner-video { position: relative; height: 820px; overflow: hidden; margin-bottom: -65px; }

.banner-video iframe { max-width: 1000% !important; min-width: 1920px; width: 100% !important; height: 1080px; margin: -200px 0 0 0 !important; }
