/*** General CSS ***/
body {
    line-height: 1.9em;

}
a, .lt-btn, .lt-slider-btn {
    font-family: 'Teko', sans-serif !important
}

/*** Header Area ***/
/* Top Head */

/* Header Menu */
#sp-header {
    top: 0;
    height: inherit;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 0;
  	background: #072740;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #bf111b;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-size: 14px !important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: uppercase;
    position: relative;
    color: #fff;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}
.burger-icon>span {
    background-color: #fff;
}
.offcanvas-menu > .align-items-center {
    background: #bf111b;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn,
.slider-btn a,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-weight: 500;
    font-family: inherit;
    letter-spacing: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border: 0!important;
    border-radius: 0px;
    font-size: 18px;
    text-transform: uppercase;
    padding: 16px 40px;
    color: #fff!important;
}
.btn:hover,
.slider-btn a:hover,
#sp_qc_submit:hover {
    color: #1f2025!important;
    background-color: #ffb546!important;
}
slider-btn a {
    letter-spacing: 5px;
    font-size: 25px;
    padding: 23px 40px;
    border-radius: 5px;
}
.slider-btn a:hover {
    color: #fff !important;
}

/* Slider */
.slider-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(0,0,0, .5);\
    width: 100%;
    height: 100%;
    padding-top: 30%;
}
.slider-content h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 700;
}

/* Title */
.title {
    position: relative;
}
.title h2 {
    font-size: 45px;
    font-weight: 500;
    margin: 15px 0;
}
.title.white h2 {
    color: #fff !important;
}
.title.get h2 {
    font-size: 25px;
}
.title p {
    font-family: 'Muli';
}

/* About */
.about-item {
    position: relative;
    top: -100px;
    overflow: hidden;
}
.about-item:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    opacity: 0;
    background: rgb(0,0,0,.6);
    transition: 0.2s ease-out;
}
.about-item:hover:before {
    opacity: 1;
}
.about-item .sppb-media-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: inline-block;
    transform: translateY(100%);
    transition: transform 0.2s ease-out;
}
.about-item:hover .sppb-media-content {
    bottom: 0;
    transform: translateY(0%);
}
.about-item h6 {
    padding: 30px 0;
}
.about-item .sppb-addon-text {
    font-weight: 600;
    padding: 20px 0;
}
.about-item .sppb-addon-text h2 {
    margin-bottom: 0;
}

/* Out Team */
.our-team .sppb-row-container {
    margin-left: calc(50% - 600px)!important;
    max-width: calc(100% - (50% - 600px))!important;
    width: 100%;
}

/* Skill */
.skill.lt-bg-top:before {
    border-top-color: #0A0A0B;
}
.skills h3{
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #737373;
    margin: 0px;
    font-size: 35px
}
.skills p{
    font-size: 20px;
    margin-bottom: 6px
}
.skills .progress{
    width: 100%;
    height: 25px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 2px;
    overflow: inherit;
}
.skills .progress .progress-bar{
    width: 0;
    height: 100%;
    border-radius: 2px;
}
.skills .progress .progress-bar span{
    top: -30px;
    margin-left: -22px;
    left: 0;
    position: absolute;
    color: #fff;
    border-radius: 2px;
    padding: 4px 10px;
    font-size: 12px
}
.skills .progress .progress-bar span:after{
    content: "";
    display: block;
    width: 8px;
    height: 6px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
    transform: rotate(45deg)
}
.blue .progress-bar ,.blue span ,.blue span:after{
    background-color: #3498db
}
.red .progress-bar ,.red span ,.red span:after{
    background-color: #e74c3c
}
.green .progress-bar ,.green span ,.green span:after{
    background-color: #2ecc71
}
.carrot .progress-bar ,.carrot span ,.carrot span:after{
    background-color: #e67e22
}
.sun .progress-bar ,.sun span ,.sun span:after{
    background-color: #f1c40f
}

/* Schedule */
.schedule-item h3 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.schedule-item h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    background-color: #000;
    height: 2px;
    width: 100%;
}
.schedule-icon strong {
    display: none;
}
.schedule-icon {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.schedule-icon li {
    padding: 5px 0;
}
.schedule-icon em {
    padding-right: 8px;
    font-size: 17px;
}

/* Category */
.category-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.category-item:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    opacity: 0;
    background: rgb(0,0,0,.8);
    transition: 0.2s ease-out;
}
.category-item:hover:before {
    opacity: 1;
}
.category-item .sppb-media-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: inline-block;
}
.category-item h5 {
    padding: 20px 0;
    position: relative;
}
.category-item h5:after {
    content: "";
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    transition: 0.2s ease-out;
}
.category-item:hover h5:after {
    width: 100%;
}
.category-item .sppb-addon-text {
    padding: 15px 0;
    transform: translateX(100%);
    transition: transform 0.2s ease-out;
}
.category-item:hover .sppb-addon-text {
    transform: translateY(0%);
}

/* Choose */
.choose {
    position: relative;
}
.choose:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 240px;
    background-color: #fff;
}
.choose .title:before,
.choose .title h3 {
    color: #fff;
}
.choose-item {
    padding: 35px 20px 45px 20px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 5px 19px 4px rgba(201,201,201,0.5);
}

/* Client */
.client-item .sppb-media .pull-left {
    max-width: 80px;
}
.client-item img {
    border-radius: 50%;
}

/* Project */
.sppb-panel-modern {
    box-shadow: none;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #1f2025;
}
.sppb-panel-title {
    font-size: 32px;
    color: #1f2025 !important;
    font-family: 'Teko', sans-serif;
}
.sppb-panel-modern>.sppb-panel-heading {
    background: none;
    padding: 22px 30px 22px 0px;
}
.sppb-panel-modern .sppb-panel-body {
    border: 0;
}

/* Counter */
.counter-item h1 span {
    font-weight: 500;
    font-size: 86px;
}
.counter-item h5 {
    text-transform: uppercase;
    font-size: 22px;
}
.counter-center-column .counter-item {
    padding: 60px 40px;
}
.counter-center-column h4,
.counter-center-column h4 span,
.counter-center-column h5 {
    color: #fff!important;
}

/* Our */
.our-item .sppb-addon-single-image-container,
.our-item .sppb-addon-single-image-container img {
    width: 100%;
}
.our-item img {
    transition: transform 0.2s ease-out;
}
.our-item:hover img {
    transform: scale(0.9);
}
.our .btn {
    font-size: 15px;
    padding: 12px 24px;
    color: #000!important;
    background: #ffb546 !important;
}
.our .btn:hover {
    color: #fff!important;
}

/* Social */
.social-content ul {
    padding-left: 0;
}
.social-content ul li {
    list-style: none;
    display: inline-block;
}
.social-content ul li a {
    display: inline-block;
    width: 68px;
    height: 68px;
    border-radius: 50%;
}
.social-content ul li a em {
    font-size: 0;
}
.social-content ul li a em:before {
    font-size: 34px;
    display: inline-block;
    color: #fff;
    line-height: 68px;
}
.social-content ul li:nth-child(1) a {
    background-color: #3b5998;
}
.social-content ul li:nth-child(2) a {
    background-color: #1da1f2;
}
.social-content ul li:nth-child(3) a {
    background-color: #dd4b39;
}
.social-content ul li:nth-child(4) a {
    background-color: #bd081c;
}
.social-content ul li:nth-child(5) a {
    background-color: #262626;
}

/* Price */
.price-item h3 {
    color: #1f2025;
    font-size: 35px;
}
.price-item ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.price-item em {
    padding-right: 10px;
}
.price-item strong {
    display: none;
}
.price-item li {
    color: #1f2025;
    font-size: 20px;
    font-family: 'Teko', sans-serif;
}

/* overliner */
.overline-item h2 {
    font-size: 50px;
    color: #fff;
}
@font-face { 
    font-family: 'Sketchnotequare'; 
} 

/* Training */
.training-item img {
    border-radius: 50%;
}
.training-time ul {
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
}
.training-check li {
    display: inline-block;
    margin-right: 10px;
    font-family: 'Teko', sans-serif;
    font-size: 19px;
    color: #54595f;
}
.training-check li strong {
    display: none;
}
.training-check li em {
    padding-right: 6px;
}

/* Category */
.category-column {
    min-height: 200px;
}
.category-column .lt-btn {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    max-width: 135px;
}

/* Collection */
.collection-column .clearfix {
    background-color: #FFFAF7;
    margin: 0 auto;
    max-width: 582px;
}
.collection .lt-btn {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

/* Service */
.service-item {
    position: relative;
    overflow: hidden;
}

/* Event */
.event-tag .sppb-tab-content ul {
    margin: 3px 0 0;
    padding: 15px 0 15px 10px;
    border-radius: 20px;
}
.event-tag .sppb-tab-content ul li {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    width: 24.2%;
    vertical-align: middle;
    text-align: center;
    font-family: 'Teko';
    font-style: normal;
    font-weight: 500;
}
.event-tag .sppb-tab-content ul li:first-child {
    padding-left: 20px;
    text-align: left;
}
.event-tag .sppb-tab-content ul li.rtin-btn a {
    background-color: #fff;
    border-radius: 30px;
    font-size: 15px;
    color: #666;
    padding: 9px 20px;
    text-align: center;
}
.event-tag .sppb-tab-content ul li.rtin-btn {
    text-align: right;
}
.event-tag .sppb-tab-content ul li.rtin-btn a:hover {
    background-color: #000;
    color: #fff;
}
.event-tag .sppb-nav-tabs {
    border: 0!important;
    text-align: center;
}
.event-tag .sppb-nav>li {
    display: inline-block !important;
    padding: 20px 15px !important;
    float: inherit;
}
.event-tag .sppb-nav-tabs>li>a{
    padding: 10px 34px!important;
    border-radius: 30px;
    font-weight: 500;
    color: #000 !important;
    background: #eee;
    font-size: 17px;
    transition: color .3s ease,background-color .3s ease,border-color .3s ease,opacity .3s ease;
}
.event-tag li.active>a {
    color: #fff !important;
    font-weight: 400;
}

/* Our */
.our .title h2,
.our .title p {
    color: #fff;
}

/* Line title */
h3.sppb-title-heading {
    position: relative;
    display: inline-block;
}
.sppb-section-title:after {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 2px dotted #fff;
    position: absolute;
    margin-left: 50px;
    bottom: 38px;
}

/* Counter */
.counter-item {
    position: relative;
}
.counter-item h4 {
    font-size: 75px;
    font-weight: 600;
    font-family: teko;
    color: #fff;
}
.counter-item h5 {
    font-size: 22;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.counter-item span {
    font-size: 75px;
    font-weight: 600;
    color: #fff;
}

/* Contact */
.contact .title h5:before {
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 22px;
}
.contact .title h5 {
    display: inherit;
    font-family: teko;
    margin: 30px 0;
    font-size: 18px;
    color: #54595f;
    font-weight: 500;
}
.contact .title em {
  	padding-right: 10px;
}
.contact .title strong {
  	display: none;
}

/* Team */
.team {
    transform: rotate(-1deg);
}
.team .clearfix {
    width: 20%;
    float: left;
}
.team-item {
    position: relative;
    overflow: hidden;
}
.team-item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgb(0,0,0,.7);
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s;
}
.team-item:hover:before {
    opacity: 1;
}
.team-item h5 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transition: color .35s,-webkit-transform .35s;
    transition: color .35s,-webkit-transform .35s;
    transition: transform .35s,color .35s;
    transition: transform .35s,color .35s,-webkit-transform .35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
.team-item:hover h5 {
    -webkit-transform: translate3d(0,-40px,0);
    transform: translate3d(0,-40px,0);
}
.team-item .sppb-addon-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    width: 100%;
    max-height: 50%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}
.team-item:hover .sppb-addon-text {
    opacity: 1;
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
}

/* Testimonial */
.testimonial-item {
    padding: 40px 0 0 20px;
}
.testimonial-item .star-vote em {
    font-style: inherit;
    font-size: 15px;
    color: #ffb546;
}
.testimonial-item h2 {
    margin-top: 20px;
    color: #000;
    font-size: 36px;
}
.testimonial-item p {
    color: #fff;
    margin-top: 20px;
}
.testimonial-content .sppb-addon-content {
    text-align: center;
}
.testimonial-content .sppb-media:first-child {
    margin-top: 0;
    display: inline-block;
}
.testimonial-content .pull-left {
    max-width: 75px;
}
.testimonial-item-content img {
    border-radius: 50%;
}

/* Trainer */
.trainer-item h4 {
    font-size: 28px;
    color: #fff;
}
.trainer-item .lt-trainer-icon li strong {
    display: none;
}
.trainer-item .lt-trainer-icon {
    padding-top: 20px;
}
.trainer-item .lt-trainer-icon,
.trainer-item .lt-trainer-icon li {
    display: inline-block!important;
    padding: 0px!important;
}
.trainer-item .lt-trainer-icon li a {
    font-size: 18px;
    height: 40px;
    width: 40px;
    color: #fff !important;
    line-height: 45px;
    text-align: center;
    border-radius: 0;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
.trainer-item .lt-trainer-icon li a.facebook {
    background-color: #3b5998;
}
.trainer-item .lt-trainer-icon li a.twitter {
    background-color: #1da1f2;
}
.trainer-item .lt-trainer-icon li a.google {
    background-color: #dd4b39;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
	font-size: 23px;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.12);
  	filter: grayscale(100%);
}
.jmm-text {
    padding: 21px 20px 32px 20px;
    background: #f5f5f5;
}
.jm-category-module.default .mod-article-image {
    margin-bottom: 0px;
}

/* Bottom */
#sp-bottom {
    font-family: 'Teko', sans-serif !important;
}
#sp-bottom .sp-module .sp-module-title {
    font-weight: 500;
    font-size: 28px;
}
#sp-bottom {
    padding: 60px 0 30px;
}
#sp-bottom1 .sp-module ul > li {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #2c2d2c;
    margin: 0;
}
#sp-bottom .sp-module ul > li a {
    display: inline-block!important;
    line-height: 26px;
}
#sp-bottom2 strong {
    display: none;
}
#sp-bottom2 .opening-hours li:last-child {
    border-bottom: none;
}
#sp-bottom2 .opening-hour {
    float: right;   
}
#sp-bottom2 .opening-hours li {
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    list-style: none;
    font-size: 14px;
    border-bottom: 1px solid #2c2d2c;
}
#sp-bottom2 .opening-hours i {
    color: #EF494B !important;
    margin-right: 10px;
}
#sp-bottom3 li a {
    font-weight: 100;
}
.shrewd_solution_icon ul li strong {
    display: none;
}
.shrewd_solution_icon {
    padding-top: 20px;
}
.shrewd_solution_icon ul,
.shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
#sp-bottom3 .shrewd_solution_icon ul li a {
    font-size: 16px;
    background: #fefefe;
    height: 36px;
    width: 36px;
    line-height: 43px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
#sp-bottom3 .shrewd_solution_icon ul li a:hover {
    color: #fff !important;
}
#sp-bottom .sp-module-content .latestnews > li > a > span {
    display: inline-block;
}
#sp-bottom3 .shrewd_solution_icon ul li em {
  	font-family: 'Font Awesome 5 Brands' !important;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}
@media (max-width: 1280px) {
  	.our-team .sppb-row-container {
      	margin-left: 0 !important;
      	max-width: 100% !important;
	}
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	.about-item {
    	top: 0px;
    	margin: 30px 0px 30px;
	}
  	.our-team .sppb-row-container {
        margin-left: 0 !important;
        max-width: 100% !important;
	}
  	.category-item {
    	margin-bottom: 30px;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.event-tag .sppb-tab-content ul li {
    	width: 100%;
	}
  	.team .clearfix {
    	width: 100%;
    	margin-bottom: 30px;
	}
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link, .slider-btn a,
.slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.btn, .slider-btn a, .title:after, .about-item .sppb-addon-text, .lt-counter, .service-img:before, .sppb-nav-tabs>li.active>a,
.event-tag .sppb-tab-content ul, .counter, .our .btn:hover, #sp-bottom3 .shrewd_solution_icon li a:hover, .skills .progress .progress-bar,
.skills .progress .progress-bar span, .skills .progress .progress-bar span:after {
 	background-color: var(--background-color) !important;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.title h2, .title h4, .service-item h5, .social h5, .contact .title em,
.price-item em, .training-check li em, .schedule-icon em {
  	color: var(--text-color) !important; 
}
.about-item.color .sppb-icon-container, .btn {
  	border-color: var(--text-color) !important;
}
.service-column .clearfix {
    border-top-color: var(--text-color) !important;
}


.center {
margin: 0 auto;
}