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

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

/* Header Menu */
#sp-header {
    box-shadow: none;
}
#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 {
    padding: 10px 0;
    font-size: 15px !important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
#sp-menu ul.social-icons>li:not(:last-child) {
    margin-right: 10px;
}
#sp-header .sp-megamenu-wrapper {
    flex-wrap: wrap;
    justify-content: center !important;
}
ul.social-icons li {
    margin-left: 12px;
}
#sp-menu ul.social-icons a {
    color: #000;
}

/* 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: #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: 14px 30px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    color:  #fff;
    background: #333333;
    border-radius: 0;
    border: 1px solid #031C3B;
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn.no-bg {
    background-color: transparent;
    border-color: transparent;
    color: #333;
}
.btn.white {
    background: #fff;
    color: #333;
    border-color: #fff;
}
.btn.black {
    background: #222;
    border-color: #222;
}
.btn:hover {
    color: #222;
    background: #f5f5f7;
    border-color: #e2e2e7;
}
.btn-primary {
    color: #fff !important;
}

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

/* Slider */
.slider .sppb-row-overlay {
    background-image: url(../images/bgoverlay.png);
    background-position: bottom center;
    background-size: cover;
}
.slider-column .clearfix:nth-child(3), .slider-column .clearfix:nth-child(4) {
    display: inline-block;
}
.slider-column .clearfix:nth-child(3) {
    margin-right: 30px !important;
}
.slider-item {
    background: #ffffffbf;
    padding: 30px 25px 15px;
    display: inline-block;
    position: absolute;
    bottom: 0;
}

/* Feature */
.feature .sppb-col-md-4:nth-child(2) {
    border-width: 0px 1px 0px 1px;
    border-color: #C5853A36;
    border-style: solid;
}

/* Bg */
.bg-title {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.bg-title li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
}
.bg-title li strong {
    display: none;
}
.bg-title li em {
    padding: 0 10px;
    font-size: 16px;
}

/* About */
.about-item .left, .about-item .right {
    width: 50%;
    float: left;
    text-align: left;
}
.about-item h1 {
    font-size: 25px;
}
.about-item h1 .count {
    font-size: 45px;
    color: #222;
}
.about-item h5 {
    font-size: 18px;
}

/* Services */
.services .sppb-col-md-4 {
    margin-bottom: 30px;
}
.services-column > .sppb-column-overlay {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.services-column:hover > .sppb-column-overlay {
    background-color: rgb(255 255 255 / 80%) !important;
} 
.services-item img {
    width: 20%;
}
.services-item a {
    padding: 0;
}

/* Process */
.process-item {
    position: relative;
}
.process-item:before {
    content: '';
    position: absolute;
    left: 80%;
    top: 30px;
    height: 2px;
    width: 50%;
    border-top: 1px dashed #B8B8B8;
    z-index: -1;
}
.process-item i {
    height: 55px !important;
    width: 55px !important;
    line-height: 55px !important;
    border: 1px solid #222;
}
.process-item.no-border:before {
    content: none;
}

/* Pricing */
.pricing .sppb-col-md-4 {
    margin-bottom: 30px;
}
.pricing-title h4 {
    letter-spacing: 2px;
}
.pricing-item span.color {
    font-size: 16px;
    text-transform: initial;
}
.pricing-item span.big {
    font-size: 16px;
}
.pricing-item h2 {
    font-size: 60px;
    margin-bottom: 30px;
    padding-top: 10px;
    color: #142802;
}
.pricing-item a.pricing-btn {
    font-size: 15px;
    font-style: italic;
    border-bottom: 1px solid;
    margin-top: 10px;
    display: inline-block;
}
.pricing-column .btn {
    width: 100%;
}
.pricing-column .btn:hover {
    background-color: #222;
    border-color: #222;
    color: #fff;
}
.pricing-column.center .btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #333;
}

/* Check List */
.check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}
.check-list strong {
    display: none;
}
.check-list li {
    padding-bottom: 20px;
}
.check-list span {
    padding-right: 10px;
}

/* Testimonials */
.testimonials .sppb-row-overlay {
    background-image: url(../images/topography.png);
    background-position: center center;
    background-size: cover;
    opacity: 0.04;
    background-attachment: fixed;
}

/* FAQs */
.faqs-item .sppb-panel-modern>.sppb-panel-heading {
    background: #f5f5f7;
}
.faqs-item .sppb-panel-title {
    font-size: 16px;
    color: #000;
}
.faqs-item .sppb-panel-modern>.sppb-panel-heading.active {
    color: #fff;
}
.faqs-item .sppb-panel-modern>.sppb-panel-heading.active .sppb-panel-title {
    color: #fff;
}

/* Client */
.client-item img {
    opacity: 0.3;
}
.client-item:hover img {
    opacity: 1;
}

/* Team */
.team-item .sppb-img-container {
    position: relative;
}
.team-item .sppb-img-container:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background-color: #C5853A75;
    height: 0%;
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
}
.team-item:hover .sppb-img-container:before {
    height: 100%;
}
.team-item p {
    margin-bottom: 5px;
    margin-top: 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
}
.team-item .sppb-media-content .shrewd_solution_icon {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    top: 60%;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s;
}
.team-item:hover .sppb-media-content .shrewd_solution_icon {
    opacity: 1;
    top: 30%;
}
.team-item .shrewd_solution_icon ul, .team-item .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
    margin-bottom: 0px !important;
}
.team-item .shrewd_solution_icon ul li a {
    font-size: 17px;
    width: 40px;
    line-height: 40px;
    color: #fff !important;
    text-align: center;
    border-radius: 50%;
    border:  1px solid #FFFFFF54;
    background: transparent;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    height: 40px;
    margin-right: 5px;
}
.team-item .shrewd_solution_icon ul li a:hover {
    background-color: #fff;
    color: #222 !important;
    border-color:  #fff;
}
.team-item .shrewd_solution_icon ul li a em {
    font-family: "Font Awesome 5 Brands";
}
.team-item .shrewd_solution_icon strong {
    display: none;
    margin: 0 20px;
}

/* Intro */
.intro .clearfix:hover, .intro .clearfix:hover i,
.intro .sppb-col-md-4:last-child .clearfix i {
    color:  #fff;
}

/* Video */
#video, .video-column {
    z-index: 2 !important;
}
.video-item {
    min-width: 70px;
    min-height: 70px;
    position: relative;
    top: 34%;
    right: 0;
    left: 0;
    border: 2px solid #fff;
    margin: 0 auto;
    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: 10px 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: #000;
    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
    }
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
    overflow: hidden;
    margin: 0;
    padding: 0px;
    background: #fff;
}
.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: #f5f5f7;
}
.jm-category-module.default .jmm-text .jmm-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.jm-category-module.default .jmm-readmore {
    margin-top: 20px;
}

/* Bottom */
#sp-bottom {
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-size: 16px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0px;
    position: relative;
}
#sp-bottom h1 {
    font-size: 45px;
    font-weight: 600;
}
.shrewd_solution_icon  {
    margin-top: 25px;
}
.shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
    margin-bottom: 0px !important;
}
.shrewd_solution_icon ul li a {
    font-size: 16px;
    width: 35px;
    line-height: 35px;
    color: #333369 !important;
    text-align: center;
    border-radius: 50%;
    border: none;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    height: 35px;
    margin-right: 5px;
    background: #fff;
}
.shrewd_solution_icon ul li a:hover {
    color: #fff !important;
}
.shrewd_solution_icon ul li a em {
    font-family: "Font Awesome 5 Brands";
}
.shrewd_solution_icon strong {
    display: none;
    margin: 0 20px;
}
#sp-bottom ul li strong {
    display: none;
}
#sp-bottom2 li, #sp-bottom3 li {
    margin-bottom: 20px !important;
}
#sp-bottom ul li span {
    padding-right: 10px;
}

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

/*** Responsive Layout ***/
@media (min-width: 992px) and (max-width: 1280px) {
    .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
        font-size: 12px !important;
    }
    #sp-bottom:before {
        content: none;
    }
}
@media (max-width: 1280px) {
    div#sp-menu .social-wrap {
        display: none !important;
        
    }
    div#sp-menu .sp-menu-full.container {
        width: 880px !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;
    }
    .process-item:before {
        content: none;
    }
    .btn-column .sppb-text-right {
        text-align: left;
    }
    .feature .sppb-col-md-4:nth-child(2) {
        border-width: 0px;
    }
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
    body #sp-header {
        top: 0;
    }
    .services-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,
.btn, .faqs-item .sppb-panel-modern>.sppb-panel-heading.active  {
    background-color: var(--background-color);
}
.addtocart-bar input.addtocart-button, .feature-item a:hover,
.intro .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, .title h4,
.about-item h1, .video-icon i, .process-item i, .pricing-item span.color,
.check-list span, .testimonials-item span.fa.fa-quote-left, .team-item p,
.bg-title li em, .intro .clearfix i {
    color: var(--text-color);
}
.btn, .process-item i {
    border-color: var(--text-color);
}
.addtocart-bar input.addtocart-button {
    border-color: var(--text-color) !important;
}

/*** Fix Rating ***/  
.content_rating:before {  
    content: "Ratings: ";  
    position: relative;  
    top: 2px;  
}  
.article-ratings-social-share .social-share-block {  
   width: 100%;  
}  
.article-ratings-social-share .social-share-block .article-social-share {  
   float: left;  
}  
.article-ratings-social-share  .me-auto {  
   display: none;  
}  
.content_rating .jq-star {  
   margin: 0 3px;  
}