/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Top */

/* Header Menu */
#sp-header {
    box-shadow: none;
}
body:not(.home) #sp-header, #sp-header.header-sticky {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    background: #000;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-weight: 400 !important;
    padding: 10px 0;
    font-size: 14px !important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: capitalize;
    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-weight: 500;
    font-size: 16px;
}
.burger-icon>span {
    background-color: #fff;
}
.offcanvas-menu > .align-items-center {
    background: #000;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn {
    padding: 16px 45px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    border: 2px solid;
    display: inline-block;
    color: #000;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
    background-color: transparent;
    color: #fff;
}
.btn.white {
    color: #fff;
}
.btn.white:hover {
    color: #fff;
}
.btn-primary:hover {
    color: #000;
}
.btn.btn-lg, .controls button {
    background: #222;
    letter-spacing: 1px;
    max-height: 100%;
    border: none;
    color: #fff;
}

/* Title */
.title h4 {
    position: relative;
    display: inline-block;
    padding-left: 23px;
    letter-spacing: 4px;
}
.title h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}

/* Slider */
#slider {
    margin-top: -90px !important;
}
.slider .sppb-row-overlay,
.counter .sppb-row-overlay,
.faqs .sppb-row-overlay, .contact .sppb-row-overlay {
    background-image: linear-gradient(180deg, #01010199 0%, #010101 100%);
}
.slider .sppb-col-md-6:last-child .clearfix:nth-child(2), 
.slider .sppb-col-md-6:last-child .clearfix:nth-child(3) {
    display: inline-block;
}
.slider-icon .shrewd_solution_icon ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.slider-icon .shrewd_solution_icon ul li a {
    font-size: 16px;
    margin: 10px 0;
    display: inline-block;
}
.slider-icon .shrewd_solution_icon ul li a strong {
    display: none;
}

/* Feature */
.feature-column {
    border-radius: 20px;
    border: 10px solid #fff;
}
.feature-column .sppb-column-overlay {
    border-radius: 5px;
}

/* About */
.about {
    z-index: 2 !important;
}
.about-column.right {
    border-radius: 10px;
}
.about-img img {
    border-radius: 10px;
    border: 10px solid #fff;
}
.about .video-item {
    top: 0;
    left: auto;
    right: 30px;
    float: right;
}
.about-column.left .clearfix:nth-child(3), 
.about-column.left .clearfix:nth-child(4) {
    float: left;
    width: 50%;
}
.about-item img {
    border: 2px solid;
}

/* Services */
.services-item a {
    padding: 0 !important;
    font-weight: 600;
    letter-spacing: 2px !important;
}

/* Project */
.project .sppb-col-md-4 {
    margin-bottom: 30px;
}
.project-column {
    border-radius: 10px;
    position: r;
}
.project-column span.sppb-icon-inner {
    border-radius: 0 10px 0 0;
}
.project-column .sppb-column-overlay {
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    border-radius: 10px;
}
.project-column:hover .sppb-column-overlay {
    background-image: linear-gradient(180deg, #0101016e 30%, #010101 100%) !important;
}
.project-item {
    padding: 30px 30px 0;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    opacity: 0;
    transform: translateY(15px);
    position: absolute;
    bottom: 0;
}
.project-column:hover .project-item {
    opacity: 1;
    transform: translateY(-15px);
}
.project-item h3 {
    font-size: 22px;
    font-weight: 600;
}

/* Counter */
.counter-item h1 {
    font-size: 20px;
    margin: 10px 0 10px;
}
.counter-item h5 {
    font-size: 18px;
}
.counter-item .count {
    font-size: 55px;
    font-weight: 600;
    color: #fff;
}

/* Pricing */
.pricing .sppb-col-md-4 {
    margin-bottom: 30px;
}
.pricing-column {
    border-radius: 10px;
    border-left: 3px solid transparent;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.pricing-item span.small {
    font-size: 20px;
}
.pricing-item ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.pricing-item ul li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}
.pricing-item ul strong {
    display: none;
}
.pricing-item ul span {
    padding-right: 10px;
}

/* FAQs */
.faqs-item .sppb-panel-modern>.sppb-panel-heading {
    background: transparent;
    color: #fff;
    border-bottom: 1px solid;
}
.faqs-item .sppb-panel-modern {
    background: transparent;
    border: none;
    margin-bottom: 0;
}
.faqs-item .sppb-panel-body {
    border-top: none;
}
.faqs-item .sppb-panel-title {
    font-size: 16px;
}
.faqs-item.black .sppb-panel-modern>.sppb-panel-heading {
    color: #222;
}
.faqs-item.black .sppb-panel-modern>.sppb-panel-heading.active {
    color: #fff;
}

/* Contact */
.contact .video-item {
    margin: 0 auto;
    top: 0;
}

/* Video */
.video-item {
    position: relative;
    top: 31px;
    right: 0;
    left: 50px;
    margin: 0;
    text-align: center;
    background: #fff;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    z-index: 1;
}
.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: 55px;
    height: 55px;
    margin-top: 5px;
    margin-left: 0;
    border-radius: 50%;
    z-index: 10;
    border: 4px solid #fff;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: 4;
}
.video-item a:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    margin-top: -10.5px;
    margin-left: -5px;
    border: solid 12px transparent;
    border-left: solid 18px;
    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
    }
}

/* Skill */
.skills h3 {
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #737373;
    margin: 0px;
    font-size: 35px
}
.skills p {
    font-size: 17px;
    margin-bottom: 6px;
}
.skills .progress {
    width: 100%;
    height: 5px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: inherit;
}
.skills .progress .progress-bar {
    width: 0;
    height: 100%;
    border-radius: 20px;
    background: #818a91;
}
.skills .progress .progress-bar span {
    top: -30px;
    margin-left: -22px;
    left: 0;
    position: absolute;
    color: #fff;
    border-radius: 2px;
    padding: 4px 10px;
    font-size: 12px
}
.skills .progress .progress-bar span:after {
    content: "";
    display: block;
    width: 8px;
    height: 6px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
    transform: rotate(45deg)
}
.blue .progress-bar ,.blue span ,.blue span:after {
    background-color: #3498db
}
.red .progress-bar ,.red span ,.red span:after {
    background-color: #e74c3c
}
.green .progress-bar ,.green span ,.green span:after {
    background-color: #2ecc71
}
.carrot .progress-bar ,.carrot span ,.carrot span:after {
    background-color: #e67e22
}
.sun .progress-bar ,.sun span ,.sun span:after {
    background-color: #f1c40f
}
.skill-item h3 {
    display: block;
}

/* Support */
.support .sppb-col-md-4 {
    margin-bottom: 30px;
}
.support-column {
    box-shadow: 0px 20px 50px -25px rgb(0 0 0 / 30%);
    border-radius: 10px;
    padding: 30px;
    border-left: 3px solid #57f39700;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* 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;
    background: #010101;
}
.jm-category-module.default .jmm-text .jmm-title {
    font-size: 19px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.jm-category-module.default .jmm-readmore {
    margin-top: 20px;
}

/* Bottom */
#sp-bottom {
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    font-size: 15px;
}

#sp-bottom:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/bg-body.jpg);
    background-position: center center;
    background-size: cover;
    opacity: 0.3;
    mix-blend-mode: multiply;
    z-index: -1;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #fff;
}
#sp-bottom2 a {
    font-weight: 600;
}
#sp-bottom2 ul li {
    display: inline-block !important;
    margin-right: 30px;
}
.shrewd_solution_icon  {
    margin-top: 0;
    text-align: right;
}
#sp-bottom1 img {
    width: 250px;
}
#sp-bottom .shrewd_solution_icon ul, 
#sp-bottom .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
    margin-bottom: 0px !important;
}
#sp-bottom .shrewd_solution_icon ul li a {
    font-size: 18px;
    width: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 0;
    border: none;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    height: 40px;
    margin-left: 5px;
}
#sp-bottom .shrewd_solution_icon ul li a:hover {
    background-color: #fff;
}
#sp-bottom .shrewd_solution_icon ul li a em {
    font-family: "Font Awesome 5 Brands";
}
#sp-bottom .shrewd_solution_icon strong {
    display: none;
    margin: 0 20px;
}
#sp-bottom ul li strong {
    display: none;
}
#sp-bottom ul li span {
    padding-right: 10px;
}
#sp-bottom4 span.fa.fa-clock strong {
    display: none;
}
#sp-bottom4 span {
    padding-right: 10px;
}

/* 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 ***/
@media (min-width: 992px) and (max-width: 1280px) {
    .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
        font-size: 14px !important;
    }
}
/* Mobile Standard Layout */
@media (min-width: 992px) {
    .sp-megamenu-parent>li:last-child>a {
        font-weight: 500;
        border-radius: 0;
        line-height: 40px;
        border-radius: 10px;
        padding: 0 15px;
        color: #fff;
    }
    .sp-megamenu-parent>li.active:last-child>a,
    .sp-megamenu-parent>li:last-child>a:hover {
        background: #000 !important;
    }
}
@media (max-width: 991px) {
    #sp-header, #sp-header .logo {
        height: 70px;
    }
    #sp-footer p {
        text-align: center;
    }
    body #sp-header {
        padding: 0;
    }
    .slider .sppb-col-md-5 {
        width: 90%;
    }
    .slider .sppb-col-md-1 {
        width: 10%;
    }
    .shrewd_solution_icon {
        text-align: left;
    }
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
    body #sp-header {
        top: 0;
    }
    .about-column.left .clearfix:nth-child(3), 
    .about-column.left .clearfix:nth-child(4) {
        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, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover, 
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.sp-megamenu-parent>li:last-child>a, .video-item, .btn:hover,
.title h4:before, .btn.white:hover, .project-icon span.sppb-icon-inner,
.faqs-item .sppb-panel-heading.active,.skills .progress .progress-bar,
.skills .progress .progress-bar span,
.skills .progress .progress-bar span:after {
    background-color: var(--background-color);
}
.addtocart-bar input.addtocart-button, .btn.btn-lg:hover, .controls button: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, .slider-item span.color,
.feature-item i, .feature-content span.color, .title span.color, .services-item .sppb-icon-container i,
.project-item h4, .counter-item i, .counter-item h1,
.pricing-title .color, .pricing-item span.small, .testimonials-item span.fa,
#sp-bottom .shrewd_solution_icon ul li a, .pricing-item ul span,
.support-item i {
    color: var(--text-color);
}
.addtocart-bar input.addtocart-button, .faqs-item .sppb-panel-modern>.sppb-panel-heading {
    border-color: var(--text-color) !important;
}
.video-item a:before, .btn:hover, .btn.white:hover, .pricing-column:hover,
.support-column:hover {
    border-color: var(--text-color);
}
