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

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    padding: 15px 0;
    position: relative;
    z-index: 9999;
}

/* Header Menu */
#sp-header {
    box-shadow: none;
}
#sp-header.header-sticky {
    background-color: #fff;
    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: 16px !important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: capitalize;
    position: relative;
}
.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: #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: 17px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color:  #fff;
    border-radius: 30px;
    border: 2px solid #031C3B;
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover, .btn.green {
    color: #fff;
    background: #9ACCC9;
    border-color: #9ACCC9;
    transform: translateY(-8px);
}
.btn.blue {
    border-color: #9ACCC9;
    background-color: transparent;
    color: #9ACCC9;
}
.btn.blue:hover {
    color: #fff;
}
.btn-primary, .btn.green:hover {
    color: #fff !important;
}
.addtocart-bar input.addtocart-button:hover  {
    background-color: #9ACCC9 !important;
    border-color: #9ACCC9 !important;
}
.btn.btn-lg, .controls button, .input-password-toggle {
    border-radius: 5px;
}

/* Slider */
#slider {
    margin-top: -90px !important;
}
.slider > .sppb-row-overlay {
    background: url(../images/banner_overlay.png);
    background-repeat: no-repeat;
} 
.slider-img.img1 img {
    border-radius: 100px 0px 50px 0px;
    border: 5px solid #fff;
}
.slider-img img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slider-img:hover img {
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slider-img.img2 img {
    box-shadow: -15px 15px 100px -53px rgb(0 0 0 / 50%);
    border-radius: 0px 50px 0px 50px;
    border: 5px solid #fff;
}
.slider-img.img3 img, .slider-img.img4 img {
    border-radius: 50px 0px 50px 0px;
    box-shadow: -20px -10px 100px -50px rgb(0 0 0 / 50%);
    border: 5px solid #fff;
}
.btn.big {
    padding: 18px 45px;
}

/* Feature */
.feature-img .sppb-addon-single-image-container {
    width: 100%;
}
.feature-img img {
    width: 100%;
    border: 5px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.feature-img:hover img {
    transform: scale(1.1);
}
.feature-img.img01 img {
    border-radius: 50px 0px 0px 50px;
}
.feature-img.img02 img {
    border-radius: 0px 50px 0px 0px;
}
.feature-img.img03 img {
    border-radius: 0px 0px 50px 0px;
}

/* Team */
.team .sppb-row-overlay {
    background-image: url('../images/bg-team.png');
    background-position: center right;
    background-repeat: no-repeat;
    opacity: 0.72;
}
.team-item .sppb-addon-single-image-container, .team-item img {
    width: 100%;
}

/* Testimonials */
.testimonials-column.left {
    z-index: 2;
}
.testimonials-column.right {
    border-radius: 100px 0px 0px 0px;
    box-shadow: 0px 0px 80px 0px rgb(0 0 0 / 8%) !important;
    border:  5px solid #fff;
}
.testimonials-column.left .btn {
    margin-top: 20px;
}
.testimonials-column.left .clearfix:last-child {
    border-radius: 0px 0px 100px 0px;
}

/* FAQs */
.faqs-img img {
    border-radius: 0px 100px 0px 50px;
    box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 10%);
    border: 5px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.faqs-img:hover img {
    transform: translateY(-8px);
}
.sppb-panel-title {
    font-size: 18px;
}
.sppb-panel-body {
    font-size: 18px;
}
span.sppb-toggle-direction i {
    font-size: 15px;
}
.sppb-panel-modern>.sppb-panel-heading {
    padding: 13px 30px 13px 15px;
    color: #222;
    font-weight: 500;
}

/* Client */
.client .sppb-row.sppb-no-gutter {
    border: 1px solid #d2e5e5;
    border-radius: 50px;
}
.client .sppb-col-md-3 .sppb-column {
    border: 1px solid #d2e5e5;
    padding: 50px;
    background: #fff;
}
.client .sppb-col-md-3:first-child .sppb-column {
    border-radius: 50px 0px 0px 0px;
}
.client .sppb-col-md-3:nth-child(4) .sppb-column {
    border-radius: 0px 50px 0px 0px;
}
.client .sppb-col-md-3:nth-child(5) .sppb-column {
    border-radius: 0px 0px 0px 50px;
}
.client .sppb-col-md-3:last-child .sppb-column {
    border-radius: 0px 0px 50px 0px;
}

/* Gallery */
.gallery .sppb-row-overlay {
    background-image: url('../images/overlay.png');
    background-position: center top;
    background-repeat: no-repeat;
}
.gallery-item img {
    border: 5px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gallery-item:hover img {
    transform: translateY(-8px);
}

/* Project */
.project .sppb-row-overlay {
    background: url('../images/about-sec2overlay.png');
    background-repeat: no-repeat;
}

/* Counter */
.counter .sppb-row.sppb-no-gutter {
    border-radius: 50px 0px 50px 0px;
    border: 5px solid #fff;
    padding: 40px 15px;
}
.counter .sppb-col-md-3 {
    border-right: 1px solid #fff;
}
.counter .sppb-col-md-3:last-child {
    border-right: none;
}
.counter-item h1 {
    font-size: 55px;
}

/* Skill */
.skills h3 {
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #737373;
    margin: 0px;
    font-size: 35px
}
.skill-item h3 {
    display: block;
}
.skills p {
    font-size: 17px;
    margin-bottom: 6px;
}
.skills .progress {
    width: 100%;
    height: 15px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: inherit;
}
.skills .progress .progress-bar {
    width: 0;
    height: 100%;
    border-radius: 20px;
    background: #9ACCC9;
}
.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;
    background-color: #9ACCC9;
}
.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);
    background-color: #9ACCC9;
}
.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;
}

/* Video */
.video-column, .video-column .sppb-column-overlay {
    border-radius: 50px 0px 50px 0px;
    box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 5%);
}
.video-item {
    position: relative;
    top: 0;
    margin: 0 auto;
    right: 0;
    left: 0;
    text-align: center;
    background: #fff;
    width: 85px;
    height: 85px;
    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: 65px;
    height: 65px;
    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
    }
}

/* 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 0 0;
    border-radius: 0px 0px 0px 0px;
}
.jm-category-module.default .jmm-text .jmm-title {
    font-size: 18px;
    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: 19px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    background-size: 20% !important;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 0px;
    position: relative;
    color: #000;
    text-transform: uppercase;
}
#sp-bottom h1 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 23px;
}
.shrewd_solution_icon  {
    margin-top: 20px;
}
.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: 15px;
    width: 35px;
    line-height: 35px;
    color: #252525 !important;
    text-align: center;
    border-radius: 50%;
    border: none;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    height: 35px;
    margin: 0 5px;
    background: #fff;
}
.shrewd_solution_icon ul li a:hover {
    background: #000;
}
.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-bottom1 {
    text-align: center;
    padding: 100px;
    background: url('../images/footer-backgroud.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
#sp-bottom2 li, #sp-bottom3 li {
    margin-bottom: 20px !important;
}
#sp-bottom ul li span {
    padding-right: 10px;
}
#sp-bottom2, #sp-bottom3 {
    padding-top: 100px;
}
#sp-bottom2 ul {
    float: left;
    width: 50%;
}
#sp-bottom2 .custom {
    width: 100%;
    overflow: hidden;
}
.info .left, .info .right {
    display: inline-block;
}
#sp-bottom3 strong {
    display: none;
}
#sp-bottom3 h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 2px;
}
#sp-bottom3 .info {
    margin-bottom: 10px;
}
#sp-bottom3 em {
    height: 38px;
    width: 38px;
    background: #9accc9;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    position: relative;
    display: inline-block;
    top: -18px;
    margin-right: 10px;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
    font-size: 18px;
    border-top: 1px solid rgb(128 128 128 / 10%);
}
#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: 16px !important;
    }
    #sp-bottom3 p {
        font-size: 16px;
    }
}

/* 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;
    }
    .btn-column .sppb-text-right, .btn-column .sppb-text-left {
        text-align: center;
        margin-bottom: 20px;
    }
    #sp-bottom2, #sp-bottom3 {
        padding-top: 20px;
    }
    .counter .sppb-col-md-3 {
        border-right: none;
    }
    .client .sppb-col-md-3:nth-child(4) .sppb-column,
    .client .sppb-col-md-3:nth-child(5) .sppb-column {
        border-radius: 0;
    }
    .btn-column .sppb-button-wrapper {
        text-align: left !important;
        margin-bottom: 20px;
    }
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
    body #sp-header {
        top: 0;
    }
    #sp-bottom1 {
        padding: 20px;
    }
}

/* 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, 
.btn, .video-item, .shrewd_solution_icon ul li a, .btn.blue:hover,
.counter .sppb-row.sppb-no-gutter {
    background-color: var(--background-color);
}
.addtocart-bar input.addtocart-button {
    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,
.sppb-panel-modern>.sppb-panel-heading.active, #sp-bottom3 h4 {
    color: var(--text-color);
}
.shrewd_solution_icon ul li a:hover {
    color: var(--text-color) !important;
}
.btn, .process-item i, .btn.green:hover, .video-item a:before,
.btn.blue:hover {
    border-color: var(--text-color);
}
.addtocart-bar input.addtocart-button, .com-sppagebuilder .product-container .spacer:hover {
    border-color: var(--text-color) !important;
}
