/*** 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;
    box-shadow: none;
}
#sp-header.header-sticky,
body:not(.home) #sp-header {
    background: #fff;
}
#sp-header.header-sticky {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-weight: 400 !important;
    padding: 10px 0;
    font-size: 16px !important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    position: relative;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
#sp-menu ul.social-icons>li:not(:last-child) {
    margin-right: 7px;
}
ul.social-icons a {
    font-size: 16px;
    height: 37px !important;
    width: 37px;
    display: inline-block;
    line-height: 37px;
    text-align: center;
    color: #fff !important;
    border-radius: 50%;
}
ul.social-icons a:hover {
    background-color: #222;
}

/* 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: 18px;
    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: 16px 30px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    letter-spacing: 0.25px;
    border: 3px solid #ef9c00;
    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 {
    background: #d7dadd;
}
.btn.black {
    background: #2d2d2d;
    border-color: #4d4d4d;
}
.btn.black:hover{
    color:#fff;
}
.btn-link:hover {
    transform: scale(0.9);
}
.btn.left {
    background: transparent;
    margin-left: 20px;
    border: none;
    color: #000;
}
.btn.white {
    background-color: #fff;
    border-color: #fff;
}

/* Title */
.title h1 {
    font-size: 4rem;
    font-weight: 800;
    padding: 25px 0 20px;
    margin-bottom: 0;
}
.title h2 {
    font-size: 50px;
    font-weight: 800;
    padding: 20px 0;
    margin: 0;
}

/* Slider */
.slider {
    background-size: 250px;
}
.slider .sppb-row-overlay, .pricing .sppb-row-overlay {
    background-image: url('../images/bg1.2.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 45% auto;
    opacity: 0.15;
}
.slider-btn span strong {
    display: none;
}
.slider-btn span {
    padding-left: 10px;
}
.slider-img1 {
    position: absolute;
    width: 170px;
    left: 0;
    top: 0;
}
.slider-img2 {
    width: 200px;
    float: right;
}

/* Feature */
.feature {
    z-index: 2 !important;
}
.feature-item i {
    height: 60px !important;
    width: 60px !important;
    line-height: 60px !important;
    background: #222;
    border-radius: 50%;
}

/* Check List */
.check-list ul {
    border-style: none;
    padding: 0px;
    margin: 0;
    list-style: none;
}
.check-list ul.left, .check-list ul.right {
    width: 50%;
    float: left;
}
.check-list ul strong {
    display: none;
}
.check-list ul span {
    padding-right: 10px;
}
.check-list ul li {
    padding-bottom: 10px;
}


/* About */
.about {
    background-size: 300px;
}
.about .sppb-row-overlay, .faqs .sppb-row-overlay {
    background-image: url('../images/bg2.1.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 45% auto;
    opacity: 0.15;
}
.about-item .shrewd_solution_icon ul, .about-item .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
}
.about-item .shrewd_solution_icon ul li a {
    font-size: 16px;
    width: 36px;
    line-height: 36px;
    height: 36px;
    text-align: center;
    border-radius: 50%;
    color: #fff !important;
    margin-right: 7px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    border: none;
}
.about-item .shrewd_solution_icon ul li a:hover {
    color: #fff !important;
    background-color: #222;
}
.about-item .shrewd_solution_icon strong {
    display: none;
}

/* Services */
.services-item {
    background: #222;
    display: inline-block;
    padding: 10px;
    border-radius: 25px;
    min-width: 250px;
}
.services-item h1 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 0;
}

/* Pricing */
.pricing .sppb-col-md-4 {
    margin-bottom: 30PX;
}
.pricing-column {
    border-radius: 20px;
}
.pricing-title h2 {
    font-size: 4rem;
    font-weight: 800;
    margin: 0;
    padding: 20px 0;
}
.pricing-title h3 {
    font-size: 22px;
    font-weight: 800;
    background: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    color: #222;
    min-width: 220px;
}
.pricing-item .sppb-panel-heading .sppb-toggle-direction {
    left: 15px;
    right: auto;
    color: #000;
}
.pricing-column.center .sppb-panel-heading .sppb-toggle-direction,
.pricing-item .sppb-panel-heading.active .sppb-toggle-direction {
    color: #fff;
}
.pricing-item .sppb-panel-heading {
    padding: 10px 15px 10px 45px;
    background: transparent;
}
.pricing-item .sppb-panel-title {
    font-size: 17px;
    font-weight: 800;
}
.pricing-item .sppb-panel, .pricing-item .sppb-panel-default .sppb-panel-body {
    background-color: transparent;
    border: none;
}

/* Client */
.client-column .clearfix {
    width: 33.33%;
    float: left;
    padding-right: 20px;
}
.client-column .clearfix:last-child {
    width: 100%;
}
/* Team */
.team-item.center .sppb-media-content {
    position: relative;
    margin: -50px 10px 0;
}
.team-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.team-item ul strong {
    display: none;
}
.team-item ul li, .team-item ul a {
    display: inline-block;
}
.team-item ul a {
    font-size: 15px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    background: #222;
    color: #fff;
    border-radius: 50%;
    margin: 0 3px;
    text-align: center;
}
.team-item img {
    border-radius: 10px;
}
.team-item .team-left h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
.team-item .team-left h4 {
    font-size: 18px;
    font-weight: 600;
}
.team-item .team-left {
    width: 40%;
    background: #222;
    padding: 40px 20px;
    border-radius: 10px;
    float: left;
}
.team-item .team-right {
    width: 58%;
    padding: 20px;
    float: right;
    border-radius: 10px;
}
.team-item .team-right ul li a {
    background: #222;
}
.team-right p {
    font-size: 17px;
}
.team .sppb-col-md-3 {
    position: relative;
    z-index: 2;
}

/* Project */
.project-item img {
    border-radius: 10px;
}

/* Contact */
.contact .sppb-row-overlay {
    background-image: url('../images/bg2.1.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 56% auto;
    opacity: 0.34;
}
section#contact {
    max-width: 1290px;
    margin: 0 auto;
    border-radius: 25px;
}
.contact-img1 {
    position: absolute;
    top: -150px;
    left: 60px;
}
.contact-img2 {
    position: absolute;
    right: 60px;
    bottom: 0;
}

/* Testimonials */
.testimonial, .faqs {
    background-size: 220px;
}
.testimonials-item .sppb-addon-testimonial-content-wrap span {
    text-align: left;
}

/* Popular */
.popular-img .sppb-addon-single-image-container, 
.popular-img .sppb-addon-single-image-container img {
    width: 100%;
}

/* FAQs */
.faqs-item .sppb-panel-heading .sppb-toggle-direction {
    left: 15px;
    right: auto;
    color: #000;
}
.faqs-item .sppb-panel-heading {
    padding: 10px 15px 10px 45px;
    background: transparent;
}
.faqs-item .sppb-panel-title {
    font-size: 17px;
    font-weight: 800;
    color: #000;
}
.faqs-item .sppb-panel, .faqs-item .sppb-panel-body {
    background-color: transparent;
    border: none;
    border-top: none;
}

/* Skill */
.skill-item,
.skill-item .skill,
.skill-item .skill .skill-title,
.skill-item .skill .skill-bar {
    width: 100%;
    float: left;
}
.skill-item .skill {
    margin-bottom: 30px;
}
.skill-item .skill:last-child {
    margin-bottom: 0;
}
.skill-item .skill .skill-title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
}
.skill-item .skill .skill-bar {
    height: 15px;
    border-radius: 3px;
    background: #eaeaea;
    transition: 1s cubic-bezier(1, 0, .5, 1);
    -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
    -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skill-item.active .skill .skill-bar {
    width: 100%;
}
.skill-item .skill .skill-bar span {
    float: left;
    width: 0%;
    height: 15px;
    border-radius: 3px;
    position: relative;
    transition: 1s cubic-bezier(1, 0, .5, 1);
    -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
    -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skill-item .skill .skill-bar span b {
    float: left;
    width: 100%;
    position: relative;
    text-align: right;
    opacity: 0;
    font-size: 16px;
    font-weight: 600;
    top: -22px;
}

/* Blog */
.blog-column {
    border: 3px dotted #efefef;
    border-radius: 25px;
}
.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: 30px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
}
.jm-category-module.default .jmm-text .jmm-title {
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
}
.jm-category-module.default .jmm-readmore {
    margin-top: 20px;
}

/* Shape */
.shape {
    background-size: 250px;
}
.shape .sppb-row-overlay {
    background-image: url(../images/bg2.1.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 40% auto;
    opacity: 0.2;
}
.elementor-shape svg {
    transform: rotate(180deg);
    height: 85px;
    width: 100%;
}
.elementor-shape .elementor-shape-fill {
    fill: #fff;
}

/* Bottom */
#sp-bottom {
    z-index: 1;
    line-height: 30px;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
}
#sp-bottom > .container {
    background-image: url('../images/bgfooter.jpg');
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    padding: 50px;
    border-radius: 30px;
}
#sp-bottom p {
    line-height: 28px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0px;
}
#sp-bottom1 {
    width: 100%;
}
#sp-bottom2, #sp-bottom3, #sp-bottom4 {
    width: 33.33%;
}
#sp-bottom1 h1 {
    font-weight: 800;
    font-size: 50px;
}
#sp-bottom em {
    font-size: 18px;
    width: 50px;
    color: #fff !important;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    border: none;
    background-color: #ffad13;
}
#sp-bottom a.ft-button {
    border: 2px solid #ef9c00;
    border-radius: 12px 12px 12px 12px;
    padding: 15px 40px;
    display: inline-block;
    background-color: #ffad13;
    margin-top: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#sp-bottom a.ft-button:hover {
    transform: scale(1.05);
    color: #fff !important;
}
#sp-bottom p strong {
    display: none;
}
#sp-bottom h2 {
    margin: 20px 0 10px 0;
    font-size: 25px;
    font-weight: 800;
}
#sp-bottom p {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;

}

/* Footer Copyright */
#sp-footer {
    background: linear-gradient(to right, #d1d1d1 0%, #e1e1e1 100%);
    text-align: center;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
    font-size: 16px;
}
#sp-footer .container-inner {
    border-top: none;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}
@media (max-width: 1280px) {
    .slider {
        background-image: none !important;
    }
    .social-wrap {
        display: none !important;
    }
}

/* 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;
    }
    body, body p {
        font-size: 16px !important;
    }
}
@media (max-width: 767px) {
    #sp-bottom > .container {
        padding: 50px 10px;
    }
    #sp-bottom2, #sp-bottom3, #sp-bottom4 {
        width: 100%;
    }
    .social-wrap {
        display: none !important;
    }
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
    body #sp-header {
        top: 0;
    }
    .check-list ul.left, .check-list ul.right {
        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,
.btn, ul.social-icons a, .feature-item.fea02 i,
.about-item .shrewd_solution_icon ul li a, .services-item.color,
.skill-item .skill .skill-bar span, .pricing-column, .team-item ul a, .team-right {
    background-color: var(--background-color);
}
.slider-column .clearfix:hover {
    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, .btn.left:hover, .title h3,
.pricing-column.center .pricing-title h2, 
.pricing-column.center .sppb-panel-heading.active .sppb-toggle-direction,
.faqs-item .sppb-panel-heading.active .sppb-toggle-direction,
.team-item .team-left h4 {
    color: var(--text-color);
}
.services-column .clearfix:hover {
    border-color: var(--text-color) !important;
}
