/*** 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;
    z-index: 9999;
}
#sp-header.header-sticky,
body:not(.home) #sp-header {
    box-shadow: 0 0 4px 0 rgb(255 255 255 / 10%);
}
.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 {
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent > li > span {
    color: #fff;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.sp-megamenu-parent>li:last-child>a {
    padding: 0px 15px 0px 15px;
    background: #482afd;
    color: #fff !important;
    line-height: 40px;
}

/* 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: #000;
}
.offcanvas-menu > .align-items-center {
    background: #fff;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #000;
}

/*** Block Styles ***/
/* Button */
.btn {
    padding: 20px 35px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: none;
    display: inline-block;
    color: #fff;
    background: #030541;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
    transform: scale(0.9);
    color: #fff;
    background: #030541;
}
.btn-link {
    padding: 0;
    letter-spacing: 2px;
    font-size: 14px;
    text-decoration: underline !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn-link:hover {
    transform: scale(0.9);
}

/* Title */
.title h4 {
    letter-spacing: 5px;
}

/* Divider */
.divider {
    margin: 0 auto;
}

/* Bg */
.bg {
    background-image: linear-gradient(180deg, #e9eff8 0%, #ffffff 100%);
}

/* Feature */
.feature .sppb-row.sppb-no-gutter {
    background: #e9eff8;
}
.feature-item i {
    background: #fff;
    color: #030541;
    border-radius: 50%;
    height: 70px !important;
    width: 70px !important;
    line-height: 70px !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.feature-column .clearfix:hover i {
    background: #030541;
    color: #fff;
}
.feature-column .clearfix {
    width: 25%;
    float: left;
    border-right: 1px solid #ddd;
}
.feature-link {
    transform: rotate(90deg);
    position: absolute;
    top: 50%;
    right: -30px;
}
.feature-link:hover h3, .feature-link:hover a {
    color: #000 !important;
}
.feature-link a {
    text-transform: uppercase;
    letter-spacing: 4px;
}

/* About*/
.about img:hover {
    opacity: 0.8;
}

/* Services */
.services {
    background-image: linear-gradient(180deg, #ffffff 0%, #e9eff8 100%);
}
.services .sppb-row-overlay {
    background-position: center left;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    opacity: 0.5;
    background-image: url(../images/smilepng09.png);
}

/* Gallery */
.gallery {
    background-image: linear-gradient(180deg, #e9eff8 0%, #ffffff 100%);
}
.gallery-item {
    box-shadow: 4px 7px 20px 0px rgb(0 0 0 / 23%);
    background-color: #39c3b9;
    border: 1px solid #f5f5f5;
    padding: 18px 50px 18px 20px;
    display: inline-block;
}
.gallery-img {
    position: absolute;
    top: -50px;
    left: -50px;
    width: 220px;
    z-index: -1;
    opacity: 0.5;
}

/* Services Detail */
.services-detail h2 {
    font-size: 30px;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
}
.services-detail h2:before {
    position: absolute;
    content: '';
    letf: 0;
    bottom: 0;
    height: 20px;
    width: 150px;
    background: #C6FFF1;
    z-index: -1;
}
.services-detail ul.check-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.services-detail ul.check-list strong {
    display: none;
}
.services-detail ul.check-list span {
    padding-left: 10px;
}
.services-detail ul.check-list li {
    padding: 20px 10px;
    border-bottom: 1px solid #eee;
}
.services-detail ul.check-list li:first-child {
    background: #c6fff1;
}
.services-detail ul.check-list li:last-child {
    border-bottom: none;
}
.sr-detail-content {
    width: 50%;
    float: left;
    margin: 0px 0px 30px 0px;
    padding-right: 15px;
}
.sr-detail-content h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.sr-detail-content strong {
    display: none;
}
.sr-detail-content span {
    padding-right: 10px;
    color: #39c3b9;
}
.sr-team-left, .sr-team-right {
    display: inline-block;
}
.sr-team-left img {
    width: 120px;
    margin-right: 20px;
}
.sr-team-right h3 {
    font-size: 20px;
}
.sr-team-right p {
    font-size: 14px;
    margin: 0;
}
.sr-detail-team {
    text-align: left;
    border-top: 1px solid #eee;
    padding: 20px 0;
}
.sr-team-right {
    position: relative;
    top: -35px;
}
.sr-team-right a {
    font-size: 14px;
    text-decoration: underline;
}

/* Pricing */
.pricing-item h3 span {
    font-size: 16px;
}
.pricing-item h3 {
    background: #030541;
    padding-top: 10px;
}

/* Appointment */
.appointment-item img {
    width: 90px;
}

/* Team */
.team {
    background-image: linear-gradient(180deg, #ffffff 0%, #e9eff8 100%);
}
.team-item {
    border: 1px solid #86868624;
    box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 5%);
    padding: 0px 10px 10px;
    float: left;
    position: relative;
    width: 100%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.team-item:hover {
    box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 16%);
}
.team-icon em {
    height: 28px;
    width: 28px;
    line-height: 28px;
    background: #52CD81;
    border-radius: 50%;
    color: #fff;
}
.team-item img {
    width: 130px;
    border-radius: 50%;
    margin-top: -45px;
}
.team-item ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.team-item ul strong, span.team-icon strong {
    display: none;
}
.team-item li {
    display: inline-block;
}
.team-item h2 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}
.team-item h3 {
    padding-top: 10px;
}
.team-left, .team-right {
    width: 50%;
    float: left;
    padding-top: 8px;
}
.team-column .clearfix {
    width: 18%;
    float: left;
}
.team-left a {
    margin: 0 6px;
    color: #030541;
}
.team-item a em {
    font-size: 12px;
}
.team-right {
    border-left: 1px solid #ddd;
}
.team-right em {
    color: #f0ad4e;
}
.team-item p {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    padding-bottom: 15px;
}
span.team-icon {
    position: absolute;
    top: 60px;
    right: 25%;
}

/* Testimonials */
.testimonials {
    background-image: linear-gradient(180deg, #e9eff8 0%, #ffffff 100%);
}
.testimonials-item span.fa.fa-quote-left {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.testimonials-item .sppb-addon-testimonial-rating {
    position: absolute;
    top: 20px;
}

/* Support */
.support-column .clearfix {
    float: left;
    width: 20%;
}
.support-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
}
.support-item h2 {
    color: #39c3b9;
    padding-right: 150px;
    display: inline-block;
    position: relative;
}
.support-item h2:before {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    background: #39c3b9;
    height: 2px;
    width: 120px;
}

/* Project */
.project .sppb-row.sppb-no-gutter {
    background-image: linear-gradient(180deg, #A8F9F3 0%, #39C3B9A8 73%);
    box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 17%);
}
.project-item .shrewd_solution_icon ul li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0;
    border-radius: 50%;
    background: #fff;
    font-size: 20px;
    margin-right: 10px;
    color: #030541;
}
.project-item .shrewd_solution_icon ul li a:hover {
    background: #030541;
    color: #fff;
}
.project-column {
    background-size: 37% auto;
}

/* 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;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
    background: #111111;
    color: #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;
}

/* Bottom */
#sp-bottom {
    z-index: 1;
    box-shadow: 0 0 4px 0 rgb(255 255 255 / 10%);
    line-height: 30px;
    position: relative;
    overflow: hidden;
    font-size: 15px;
}
#sp-bottom p {
    line-height: 28px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 18px;
    font-weight: 600;
    color: #39c3b9;
    margin-bottom: 20px;
    padding-bottom: 0px;
    text-transform: uppercase;
}
#sp-bottom h3 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
}
#sp-bottom1 ul li {
    display: inline-block !important;
}
#sp-position1 p strong {
    display: none;
}
#sp-position1 span {
    padding-right: 10px;
}
.shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
}
.shrewd_solution_icon ul li a {
    font-size: 16px;
    width: 0px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin-right: 40px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    border: none;
}
.shrewd_solution_icon ul li a:hover {
    color: #fff !important;
}
.shrewd_solution_icon strong {
    display: none;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}
#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 (min-width: 991px) and (max-width: 1280px) {
    .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
        font-size: 13px !important;
    }
    .feature-column .clearfix {
        width: 50%;
    }
}
/* 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;
    }
    .feature-column .clearfix {
        width: 50%;
    }
    .feature-column-right {
        padding: 100px 0 200px 0;
    }
    .team-column .clearfix {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 80px !important;
    }
    .support-column .clearfix {
        width: 100%;
    }
    .pricing .sppb-col-md-4 {
        margin-bottom: 30px;
    }
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
    body #sp-header {
        top: 0;
    }
    .feature-column .clearfix {
        width: 100%;
    }
}

/* 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 {
    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 {
    color: var(--text-color);
}
.page-item.active .page-link {
    border-color: var(--text-color);
}
