/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 999;
    font-size: 15px;
    padding: 12px 0 12px;
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: none;;
    z-index: 9999;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
}
body:not(.home) #sp-header {
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-weight: 400 !important;
    padding: 10px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    position: relative;
}
.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-weight: 500;
}
.burger-icon>span {
    background-color: #222;
}
.offcanvas-menu > .align-items-center {
    background: #fff;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #222;
}

/*** Block Styles ***/
/* Button */
.btn {
    padding: 18px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    letter-spacing: 1px;
    border: none;
    display: inline-block;
    color: #fff;
    box-shadow: 10px 10px 50px 1px rgb(75 131 252 / 40%);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
    color: #fff;
    transform: translateY(-5px);
}
.btn.white {
    background: transparent;
    border-color: #fff;
}
.btn.white:hover {
    color: #fff;
}

/* Title */
.title h2 {
    font-weight: 600;
    font-size: 45px;
    margin: 20px 0;
}
.title.white h2 {
    color: #fff;
}
.title h3 { 
    letter-spacing: 2px;
}

/* Slider */
.slider-item h2 {
    font-size: 60px;
    font-weight: 600;
    padding: 20px 0;
}
.slider-img {
    position: absolute;
    top: 0;
    left: 20%;
}
.slider-right {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 15%);
    padding: 20px;
    position: absolute;
}
.slider-right.top {
    top: -80px;
}
.slider-right.bottom {
    bottom: 15%;
    right:  0;
}
.slider-content {
    width: 100%;
    float: left;
}
.slider-content .left {
    float: left;
    width: 27%;
}
.slider-content .right {
    float: left;
    width: 73%;
    padding-left: 10px;
}
.slider-right.top strong {
    display: none;
}
.slider-right.top em {
    padding-right:  5px;
}
.slider-content em {
    color: #f58220;
}
.slider-content em {
    font-size: 15px;
}
.slider-content h3 {
    font-size: 18px;
    font-weight:  600;
}
.slider-right.top p.list {
    margin-bottom: 5px;
}
.slider-right.top p.color {
    clear: left;
    font-weight: 600;
}
.slider-right.top, .slider-right.bottom {
    animation: leaves 7s ease-in-out infinite alternate;
}
.slider-right.bottom h2 {
    font-size: 26px;
}
.slider-right.bottom img {
    padding-left:  20px;
}
.slider-right.bottom p {
    margin-bottom:  0;
}
.slider-right.bottom h2, .slider-right.bottom img {
    display: inline-block;
}
.slider-right.bottom p.bt {
    margin-top: -15px;
}
@keyframes leaves {
    0% {
        transform: translate(20px,10px);
    }
    20% {
        transform: translate(40px,20px);
    }
    40% {
        transform: translate(20px,20px);
    }
    60% {
        transform: translate(10px,20px);
    }
    80% {
        transform: translate(0px,10px);
    }
    100% {
        transform: translate(0px,0px);
    }
}

/* Bg Title */
.bg-title {
    border-radius: 20px;
}


/* About */
.about-item img, .about-item .sppb-addon-single-image-container {
    width: 100%;
}
.about-colum .clearfix {
    width: 50%;
    float: left;
}
.about-colum .clearfix:first-child, 
.about-colum .clearfix:last-child {
    width: 100%;
}

/* Benefit*/
.benefit-item {
    border: 1px solid #E7F0FF;
    padding: 40px;
    border-radius: 15px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.benefit-item:hover {
    box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 15%);
}
.benefit-item img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.benefit-item:hover img {
    transform: translateY(-5px);
}

/* Project */
.project .sppb-row {
    background-color: #e7f0ff;
    background-image: url(https://demo2.enginetemplates.com/wordpress/premium/et-coach/wp-content/uploads/2022/07/texture-png.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0px 50px 0px;
    border-radius: 20px;
    margin:  0;
}
.project-item {
    width: 88%;
    float: right;
}

/* Check List */
.check-list p {
    margin-bottom: 5px;
}
.check-list strong {
    display: none;
}
.check-list em {
    padding-right:  10px;
}


/* Business */
.business .sppb-col-md-6:last-child {
    margin-top: -190px;
}
.business-img img {
    border-radius: 20px;
    box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 15%);
    border: 5px solid #fff;
}
.business-box {
    position: absolute;
    top: 40px;
    z-index: -1;
    left: 0;
}
.business-box.bottom {
    left: auto;
    right:  0;
    top: 30px;
}

/* Price */
#price .sppb-row {
    background-image: url(https://demo2.enginetemplates.com/wordpress/premium/et-coach/wp-content/uploads/2022/07/home-page-5th-sec-img-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 50px;
    border-radius:  20px;
}
.price-column {
    box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 15%);
    padding: 50px;
    border-bottom:  2px solid #fff;
    background: #fff;
    border-radius: 20px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.price.no-home .sppb-col-md-4 {
    margin-bottom: 50px;
}
.price-column:hover {
    box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 15%) !important;
}
.price-item h3 {
    font-size: 40px;
    font-weight: 600;
}

/* Team */
.team-item {
    background-color: #ffffff;
    border-radius:  20px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    padding:  20px;
}
.team-item .sppb-img-container, .team-item img {
    width:  100%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.team-item:hover img {
    transform: translateY(-5px);
}
.team-item:hover {
    box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 15%);
}
.shrewd_solution_icon ul {
    padding: 0;
}
.team-item strong {
    display: none;
}
.team-item .shrewd_solution_icon ul li a {
    height: 35px;
    width: 35px;
    border: 1px solid #222;
    line-height: 35px;
    border-radius: 50%;
    margin: 5px;
    color: #5e5c6c !important;
}
.team-item .shrewd_solution_icon ul li a:hover {
    color:  #fff !important;
}

/* Testimonials */
.testimonials .testimonials-column .clearfix {
    border-left: 3px solid transparent;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.testimonials .testimonials-column .clearfix:hover {
    box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 15%) !important;
    border-left: 3px solid #222;
    backgroud:  #fff;
}
.testimonials img {
    width: 80%;
}
.testimonials .sppb-addon-single-image-container:before {
    content: '';
    position: absolute;
    right: 50px;
    width: 70%;
    height: 100px;
    bottom: -30px;
    background: #e7f0ff;
    border-radius: 20px;
    z-index: -1;
}
.testimonials .sppb-addon-single-image-container img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.testimonials .sppb-addon-single-image-container:hover img {
    transform: translateY(-5px);
}

/* Client */
.client-item img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.client-item:hover img {
    transform: translateY(-5px);
}

/* Newsletters */
.newsletters-column {
    border-radius: 20px;
}

/* Counter */
.counter-item h1 {
    font-weight: 600;
    margin: 20px 0 5px;
}

/* FAQs */
span.sppb-panel-title {
    font-size: 18px;
    color:  #222;
}
.sppb-panel-modern>.sppb-panel-heading {
    background: #f2f7ff;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
    overflow: hidden;
    margin: 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 {
    padding: 20px 20px;
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
    border-radius: 0px 0px 10px 10px;
    background: #fff;
}
.jm-category-module.default .jmm-text .jmm-title {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
}
.jm-category-module.default .jmm-readmore {
    margin-top: 20px;
}
.pagination>li>a, .pagination>li>span {
    color: #000;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    padding: 13px 20px;
    border: 2px solid;
}
#sp-position1 {
    padding: 0;
}

/* Bottom */
#sp-bottom {
    padding:  0;
}
#sp-bottom .container {
    padding:  60px 0 30px;
    border-top: 4px solid #f3f7f7;
}
#sp-bottom p {
    line-height: 28px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 22px;
    font-weight: 600;
    color:  #000;
    margin-bottom: 25px;
    padding-bottom: 0;
    position: relative;
}
#sp-bottom h1 {
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 600;
}
#sp-bottom span {
    padding-right: 10px;
}
#sp-bottom strong {
    display: none;
}
#sp-bottom1 .sp-module ul>li {
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
}
#sp-bottom p, #sp-bottom a {
    font-size: 16px;
    font-weight: 500;
}
.shrewd_solution_icon ul li, .shrewd_solution_icon ul li a {
    display: inline-block !important;
}
.shrewd_solution_icon ul li a {
    font-size: 16px;
    width: 38px;
    color: #fff !important;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    border: none;
}
#sp-bottom1 img {
    margin-top: 30px;
}

/* Footer Copyright */
#sp-footer {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255,255,255,0.1);
}
#sp-footer .container-inner {
    border-top: none;
}
div#sp-footer1 {
    font-size: 16px;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}

/* Mobile Standard Layout */
@media (max-width: 991px) {
    #sp-header, #sp-header .logo {
        height: 70px;
    }
    #sp-footer p {
        text-align: center;
    }
    body #sp-header {
        padding: 0;
    }
    .slider-right.top {
        top: 10px;
    }
    .business .sppb-col-md-6:last-child {
        margin-top: 50px;
    }
    #price .sppb-row {
        padding: 20px 10px;
    }
    .price .sppb-col-md-4 {
        margin-bottom:  30px;
    }
    .testimonials img {
        width: 100%;
    }
    #sp-bottom .container {
        padding: 60px 10px 30px;
    }
    .project .sppb-row {
        padding: 40px 10px 0px;
    }
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
    body #sp-header {
        top: 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, 
.btn, .btn:hover, .team-item .shrewd_solution_icon ul li a:hover,
#sp-bottom4 .shrewd_solution_icon ul li a {
    background-color: var(--background-color);
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, 
.article-list .article .article-header h2 a:hover, .slider-item h4,
.slider-right.top p.color, .check-list em, .price-item h4 {
    color: var(--text-color);
}
.testimonials .clearfix, .page-item.active .page-link, .price-column:hover,
.team-item .shrewd_solution_icon ul li a:hover,
.testimonials .testimonials-column .clearfix:first-child {
    border-color: var(--text-color);
}