/*** General CSS ***/
body {
    line-height: 1.9em;
}
body div.container a.btn, body div.container button.btn {
    background: #000!important;
}

/*** 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 {
}
#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 > span {
    color: #fff;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.sp-megamenu-parent>li:last-child>a {
    padding: 0px 25px 0px 25px;
    line-height: 50px;
    border-radius: 30px;
    color: #000;
}
.sp-megamenu-parent>li:last-child>a:hover {
    background: #fff;
}

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

/*** Block Styles ***/
/* Button */
.btn {
    padding: 17px 35px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 30px;
    letter-spacing: 0.25px;
    border: none;
    display: inline-block;
    color: #000;
    background: #030541;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
    background: #222;
    color: #fff;
}
.btn.black {
    background: #2d2d2d;
    border-color: #4d4d4d;
}
.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: 52px;
    font-weight: 800;
    padding: 20px 0;
    margin: 0;
}
.title h2 {
    font-size: 45px;
    font-weight: 800;
    padding: 20px 0;
    margin: 0;
}
.title h3 {
    padding: 0 80px;
    position: relative;
    display: inline-block;
}
.title h3:before, .title h3:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 70px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.title h3:before {
    left: 0;
}
.title h3:after {
    right: 0;
}
.title.left h3:before {
    content: none;
}
.title.left h3 {
    padding-left: 0;
}

/* Slider */
.shape-slider svg {
    height: 400px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.slider .sppb-col-md-6 {
    z-index: 2 !important;
}

/* Bg */
.bg-title {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.bg-title li {
    display: inline-block;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
}
.bg-title li strong {
    display: none;
}
.bg-title li em {
    padding: 0 15px;
    font-size: 16px;
}

/* Intro */
.intro-item {
    background: #121013;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    padding: 34px 80px;
    border-radius: 100px;
    display: inline-block;
    float: right;
}
.intro-item h4 strong {
    display: none;
}
.intro-item h4 span {
    padding-right: 10px;
    position: relative;
    font-size: 35px;
    bottom: -5px;
}
.intro-item h2 {
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 0;
}

/* About */
.about-column-left {
    border-radius: 20px;
}
.about-column-right .sppb-addon-wrapper:nth-child(3),
.about-column-right .sppb-addon-wrapper:last-child {
    display: inline-block;
}
.about-item h3, .about-item .sppb-addon-content {
    display: inline-block;
}
.about-item .sppb-addon-content {
    padding-left: 20px;
}
.about-img {
    border: 25px solid #fff;
    position: absolute;
    bottom: -100px;
    left: -50px;
    width: 70%;
    border-radius: 10px;
}

/* 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;
}

/* Video */
.video-item {
    min-width: 60px;
    min-height: 60px;
    position: relative;
    top: 25px;
    left: 30px;
    right: 0;
    text-align: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #000;
    background: #000;
}
.video-item .sppb-img-container {
    overflow: hidden;
}
.video-item .sppb-img-container:hover:before {
    background-color: rgba(0, 0, 0, 0.90);
}
.video-item .sppb-img-container:before {
    background-color: rgba(0, 0, 0, 0.60);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.video-item img {
    width: 100%;
}
#video-popup-container,
#video-popup-containers {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}
.video-item a {
    font-size: 0;
    position: absolute;
    top: 44%;
}
.video-item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    margin-top: 5px;
    margin-left: 0;
    border-radius: 50%;
    z-index: 10;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
.video-item a:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    margin-top: -11.5px;
    margin-left: -5px;
    border: solid 11px transparent;
    border-left: solid 17px;
    border-left-color: #fff;
    z-index: 10;
}
#video-popup-close,
#video-popup-closes {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 9999;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
    opacity: 1;
}
#video-popup-iframe-container,
#video-popup-iframe-containers {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}
#video-popup-iframe,
#video-popup-iframes {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}
#video-popup-overlay,
#video-popup-overlays {
    display: none;
    position: fixed;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
}
#video-popup-close:hover,
#video-popup-closes:hover {
    color: #DE0023;
}
@-webkit-keyframes pulse-border{
    0%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        opacity:0
    }
}
@keyframes pulse-border{
    0%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        opacity:0
    }
}

/* Services */
.services-item img {
    width: 80px;
}

/* FAQs */
.faqs-item .sppb-panel-default>.sppb-panel-heading {
    background: #222;
}
.faqs-item .sppb-panel.sppb-panel-default {
    background: transparent;
    color: #fff;
    border: none;
    margin-bottom: 12px;
}
.faqs-item .sppb-panel-default .sppb-panel-body {
    border: none;
}
.faqs-item .sppb-panel-heading {
    padding: 15px 30px 15px 15px;
    border-radius: 30px;
}
.faqs-item span.sppb-panel-title {
    font-size: 17px;
    color: #fff;
}
.faqs-item .sppb-panel-default>.sppb-panel-heading.active .sppb-panel-title {
    color: #000;
}
.faqs-column {
    border-radius: 10px;
}

/* Testimonials */
.testimonials-item .sppb-addon-testimonial-content-wrap span {
    text-align: left;
}

/* Team */
.team-item {
    position: relative;
}
.team-item img {
    border: 5px solid;
    border-radius: 10px;
    position: relative;
    z-index: -1;
}
.team-item ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    right: 40px;
    top: 30px;
}
.team-item ul strong {
    display: none;
}
.team-item li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #222;
    display: inline-block;
    margin: 3px 0;
}
.team-item .sppb-media-content {
    background: #222;
    margin: -50px 35px 0;
    padding: 25px 20px;
    color: #fff;
    border-radius: 10px;
}
.team-item .sppb-media-content p {
    margin-bottom: 0;
}

/* Pricing */
.pricing .sppb-col-md-4 {
    margin-bottom: 30px;
}
.pricing-column {
    border: 1px solid #000;
    border-radius: 10px;
}
.pricing-item h3 {
    background: #222;
    display: inline-block;
    padding: 14px 30px;
    border-radius: 30px;
}
.pricing-item h2 {
    font-size: 4rem;
    font-weight: 800;
    margin: 0;
    padding: 20px 0 0;
    line-height: 50px;
}
.pricing .check-list span {
    color: #000;
}
.pricing .btn {
    padding: 12px 26px;
}
.pricing-column.center h2 {
    color: #222;
}
.pricing-column.center .btn {
    background: #222;
    color: #fff;
}
.pricing-column.center .btn:hover {
    color: #222;
}

/* 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;
}

/* Bottom */
#sp-bottom {
    z-index: 1;
    line-height: 30px;
    position: relative;
    overflow: hidden;
    font-size: 16px;
}
#sp-bottom .sp-module {
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 0px 20px;
}
#sp-bottom1, #sp-bottom1 .sp-module .sp-module-title {
    color: #222;
}
#sp-bottom p {
    line-height: 28px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-bottom: 0px;
}
.shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
    margin: 0 !important;
}
.shrewd_solution_icon ul li a {
    font-size: 17px;
    width: 42px;
    color: #fff !important;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    margin-right: 2px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    border: none;
    background: #222;
}
.shrewd_solution_icon ul li a:hover {
    color: #fff !important;
    background: #c6b191;
}
#sp-bottom ul li span strong,
.shrewd_solution_icon strong {
    display: none;
}
#sp-bottom ul li span {
    padding-right: 10px;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
    font-size: 16px;
}
#sp-footer .container-inner {
    border-top: 1px solid #211E23;
}

/*** 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;
    }
    body, body p {
        font-size: 16px !important;
    }
    .btn-column .sppb-text-right {
        text-align: left;
    }
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
    body #sp-header {
        top: 0;
    }
    .intro-item h2 {
        font-size: 25px;
    }
    .intro-item {
        padding: 34px 10px;
    }
    .about-item .sppb-addon-content {
        padding-left: 0px;
    }
    .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, #sp-bottom1, .sp-megamenu-parent>li:last-child>a,
.title h3:before, .title h3:after, .faqs-item .sppb-panel-default>.sppb-panel-heading.active,
.testimonials-column, .pricing-column.center h3, .pricing-column.center .btn:hover {
    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,
#sp-bottom ul li span, .slider-title h1, .intro-item h4 span,
.title.color h1, .title.color h2, .check-list ul span, .about-item h3, .counter-item i,
.team-item .sppb-media-content p, .pricing-item h2, .bg-title li em {
    color: var(--text-color);
}
.shape-slider .elementor-shape-fill {
    fill: var(--text-color);
}
.pricing-column:hover, .team-item:hover img {
    border-color: var(--text-color);
}
.services .clearfix:hover {
    border-color: var(--text-color) !important;
}