/*** General CSS ***/
/*** Title ***/
.title h2 {
    position: relative;
    font-size: 36px;
    color: #171D29;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.title h2:after {
    position: absolute;
    border-bottom: 4px solid;
    width: 45px;
    content: "";
    display: block;
    bottom: 0px;
}
.title.center h2:after {
    margin: 0 auto;
    left: 0;
    right: 0;
}
.title h2.white {
    color: #fff;
}
.btn,
.btn-slider a {
    font-size: 20px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    color: #fff !important;
    background-color: rgba(0,0,0,0);
    border-radius: 5px;
    padding: 18px 30px 18px 30px !important;
    border: none;
    display: inline-block;
}
.btn {
    padding: 13px 20px 12px 20px !important;
    font-size: 15px !important;
    font-weight: 500;
}
.btn,
.btn-slider a {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn:after,
.btn-slider a:after {
    content: ""!important;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    z-index: -1;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.btn:hover:after,
.btn-slider a:hover:after {
    -webkit-transform: scale(1.25) translateX(5px);
    -moz-transform: scale(1.25) translateX(5px);
    -ms-transform: scale(1.25) translateX(5px);
    -o-transform: scale(1.25) translateX(5px);
    transform: scale(1.25) translateX(5px);
}
.btn:after {
    border-radius: 2px;
    background: #171d29;
}

/*** Header Area ***/
/* Top Header */

/* Header Logo */
#sp-header {
    top: 0;
    height: inherit;
    width: 100%;
    z-index: 2;
    box-shadow: none;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    padding: 0px;
}
body:not(.home) #sp-header {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}

/* Header Menu */
.burger-icon>span {
  	background: #fff;
}
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
    width: 100%;
    padding: 0 25px;
    position: relative;
    text-transform: uppercase;
    line-height: 80px;
  	font-weight: 700;
}
.sp-megamenu-parent > li > span {
  	color: #fff;
}
.header-sticky .sp-megamenu-parent > li > a {
    line-height: 80px;
}
.sp-megamenu-parent > li a {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.sp-megamenu-parent > li li a:hover {
    padding-left: 7px!important;
}
.sp-megamenu-parent > li li a:before {
    content: '+';
    left: -25px;
    width: 20px;
    position: relative;
    color: #001659;
    font-size: 18px;
    font-weight: 400!important;
    line-height: inherit;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0;
}
.sp-megamenu-parent > li li a:hover:before {
    opacity: 1;
    left: -5px;
}

/* Canvas Menu */


/*** Block Styles ***/
/* Promotion Slider */

/*** Class ***/
.classes-row .sppb-row {
    border-radius: 5px;
    padding: 35px 35px 30px;
    background-color: #F2F2F2;
    border-radius: 4px;
    -webkit-transition: all .4s ease!important;
    -moz-transition: all .4s ease!important;
    -o-transition: all .4s ease!important;
    transition: all .4s ease!important;
}
.classes-row .sppb-row:hover {
    -webkit-transform: scale(1.025) !important;
    -moz-transform: scale(1.025) !important;
    -ms-transform: scale(1.025) !important;
    -o-transform: scale(1.025) !important;
    transform: scale(1.025) !important;
}
.classes-row .sppb-row p {   
    margin: 0;
}
.date-day {
    width: 23%;
    float: left;
}
.classes-day .date-day {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
}
.date-my {
    width: 50%;
    float: left;
}
.classes-day .date-my {
    line-height: 1.3;
    margin-top: 8px;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.classes-time ul {
    margin: 0;
    padding: 0;
}
.classes-time .sppb-icon-container {
    margin-top: 17px;
}

/*** Counter ***/
.counter-item .count, .counter-item #shiva {
    font-size: 42px;
    font-weight: 900;
    line-height: 57px;
    color: #fff;
}
.counter-item h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

/*** Price ***/
.price-item {
    background-color: #F4F4F4;
    padding: 40px 30px;
}
.price-item h2 {
    margin-bottom: 0;
}
.price-item h2:after {
    content: none;
}
.price-item h6 {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding-bottom: 5px;
}
.price-item .price-btn {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid;
    border-radius: 0px 0px 0px 0px;
    padding: 8px 40px 8px 40px;
    display: inline-block;
    position: relative;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.price-item .price-btn:before {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    height: 5px;
    width: 30px;
    background: #cd926d;
}
.price-colum.center .price-item .price-btn:before {
    bottom: 0;
    right: 0;
}
.price-colum.center .price-item h6,
.price-colum.center .price-item h3 {
    color: #fff !important;
}
.price-colum.center .price-item .price-btn {
    border: 1px solid #fff;
    background: #fff !important;
}
.price-item .price-btn:hover {
    background: transparent !important;
    color: #000 !important;
}
.price-colum.center .price-item .price-btn:hover {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

/*** Info ***/
.contact-info h5 {
    margin: 15px 0;
}
.contact-info strong {
    color: #777;
}

/*** Blog ***/
.jm-category-module.default .jmm-intortext {
  	color: #fff;
}

/* Bottom Area */
#sp-bottom strong {
    display: none;
}
#sp-bottom1 .shrewd_solution_icon {
    padding-top: 0px;
}
#sp-bottom1 .shrewd_solution_icon ul,
#sp-bottom1 .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
#sp-bottom1 .shrewd_solution_icon ul li a {
    font-size: 16px;
    background: #fefefe;
    height: 36px;
    width: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 2px;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
#sp-bottom1 .shrewd_solution_icon ul li a:hover { 
    color:#000 !important;
}
#sp-bottom1 .shrewd_solution_icon ul li a em {
  	font-family: 'Font Awesome 5 Brands';
}
#sp-bottom2 li {
    line-height: 35px;
}
#sp-bottom2 em {
    padding-right: 10px;
}

/* Footer Copyright */
#sp-footer {
  	text-align: center;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}
@media (min-width: 980px) and (max-width: 1199px) {

  
}

/* Tablet Portrait Layout */
@media (min-width: 768px) and (max-width: 979px) {

  
}

/* Mobile Standard Layout */
@media (max-width: 768px) {

  
}

/* Mobile Small Resolution */
@media (max-width: 480px) {

  
}

/*** Color Variables ***/
/* Get Variables */
:root {
    --background-color: currentColor;
    --background: currentColor;
    --text-color: currentColor;
}
.price-item .price-btn,
.title h2:after,
.btn {
  	background: var(--background-color);
}
.price-colum.center .price-item,
.btn-slider a {
    background: var(--background-color)!important;
}
.title h3,
.feature-price-item,
.classes-day .date-day,
.classes-time i,
.testimonial-item h3,
.counter-item h4,
.classes-time .sppb-icon-container i,
.price-colum.center .price-item .price-btn,
.slider-color strong {
  	color: var(--text-color)!important;
}