/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    background: transparent;
    box-shadow: none;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	background: #333;
     box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    position: static;
  	background: #333;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
     font-size: 14px !important;
    font-weight: 400 !important;
    padding: 10px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent > li > span {
    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: #333;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}
#offcanvas-toggler {
    position: relative;
    z-index: 9;
}

/*** Block Styles ***/
/* Slider */
.slider-btn a:hover {
     background: #222 !important;
}

/* Title */
.title h3 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Button */
a.btn.no-bg {
    font-size: 21px;
}
a.hikabtn.hikacart:hover {
  	background: #333 !important;
    text-decoration: none !important;
}

/* Services */
.services .sppb-col-md-4 {
    margin-bottom: 30px;
}
.services-item .sppb-media-content {
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 20px;
    transition: all .3s linear;
}
.services-item a:hover {
    background: transparent !important;
    color: #222 !important;
}
.services-item .sppb-media-content:hover {
    margin-top: 0;
}

/* Team */
.team-item,
.team-item .sppb-img-container {
    position: relative;
}
.team-item .sppb-img-container:before {
    position: absolute;
    content: "";
    top: 20px;
    left: 20px;
    width: 90%;
    height: 90%;
    opacity: 0;
    z-index: 9999;
    transition: all .3s linear;
    z-index: 2;
}
.team-item:hover .sppb-img-container:before {
    opacity: .7;
}
.team-item .sppb-media-content {
    position: absolute;
    bottom: -10%;
    width: 80%;
    left: 0;
    right: 0;
    transition: all .3s linear;
    margin: 0 auto; 
    opacity: 0;
    z-index: 3;
}
.team-item:hover .sppb-media-content {
    bottom: 32%;
    opacity: 1;
}
.team-item strong {
    display: none;
}
.team-item a {
    padding: 5px 7px;
    background: #fff;
    border-radius: 5px;
    font-size: 12px;
    color: #337ab7;
}

/* Gift */
.gift-text h4 {
    font-size: 18px;
}
.gift-column:hover {
    opacity: 0.8;
}

/* Testimonial */
.sppb-carousel-inner>.sppb-item {
    padding-top: 0px
}
.testimonial-item p {
    font-size: 20px;
}

/* Hikashop */
.hikashop_subcontainer.thumbnail {
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/* Get in Touch */
.shrewd_solution_icon {
    padding-top: 10px;
}
.shrewd_solution_icon ul, .shrewd_solution_icon li {
    display: inline-block!important;
    padding: 0!important;
}
.shrewd_solution_icon li a {
    font-size: 20px;
    height: 48px;
    width: 48px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin: 0 5px 0 0;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0px 0px 36px -6px rgb(57 40 40 / 23%);
    display: inline-block;
    background: #b89e65;
}
.shrewd_solution_icon li a:hover {
	color: #fff !important;
	background: #092548;
}
.shrewd_solution_icon li a strong {
    display: none;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
     overflow: hidden;
     margin-bottom: 0;
}
.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 {
    background: #f7f7f7;
    padding: 20px;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}

/* Bottom */
#sp-bottom {
    font-size: 15px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 29px;
    font-weight: 400;
}
#sp-bottom em {
    padding-right: 10px;
}
#sp-bottom strong {
     display: none;
}
#sp-bottom .speasyimagegallery-row > div > .speasyimagegallery-gallery-item {
    padding: 0;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
          max-width: 1320px;
    }
}

/* 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;
     }
     #sp-header {
     top: 0px;
     }
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
     .category .sppb-column-addons .clearfix:nth-child(n+2) {
     width: 100%;
     margin-right: 0;
     }
}

/* 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-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,
.slider-btn a, .team-item .sppb-img-container:before, a.hikabtn.hikacart {
     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,
.ser-item i  {
     color: var(--text-color) !important; 
}
.course-item, .hikashop_subcontainer.thumbnail:hover {
     border-color: var(--text-color) !important;
}
