/*** General CSS ***/
body {
    line-height: 1.9em;
}
#sp-header .logo a {
    color: #000;
}
/*** Header Area ***/
/* Header Top */
.sp-contact-info li span {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
}
ul.social-icons li a {
    line-height: 40px;
}

/* Header Menu */
#sp-header {
    box-shadow: none;
}
#sp-header.header-sticky, body:not(.home) #sp-header {
    background-color: #fff;
    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: 15px !important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: capitalize;
    position: relative;
}
#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: 3px;
}
#sp-menu ul.social-icons a {
    color: #000;
}
#sp-menu ul.social-icons a span {
    color: #fff;
    height: 32px !important;
    width: 32px !important;
    background: #222;
    line-height: 32px;
    text-align: center;
    border-radius: 0;
    font-size: 14px;
    background: #ffffff2b;
}
#sp-menu ul.social-icons a:hover span {
    background-color: #222;
}
.sp-megamenu-parent>li.active>a:before, .sp-megamenu-parent>li:hover>a:before,
.sp-megamenu-parent>li.active>span:before, .sp-megamenu-parent>li:hover>span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    bottom: 20px;
    height: 2px;
    background: #000;
}
.sp-megamenu-parent>li:last-child>a:before,
.sp-megamenu-parent>li:last-child>span:before {
    content: none;
}

/* 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: 15px;
    font-weight: 500;
}
.burger-icon>span {
    background-color: #fff;
}
.offcanvas-menu > .align-items-center {
    background: #222;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li > a:hover {
    color: #000;
}

/*** Block Styles ***/
/* Button */
.btn {
    padding: 14px 37px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px;
    letter-spacing: 1px;
    border: 2px solid;
    display: inline-block;
    background: transparent;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover, .btn.no-bg:hover {
    color:  #fff;
    background: #222;
    border-color: #222;
    transform: translateY(-5px);
}
.btn.white {
    background: #fff;
    border-color: #fff;
}
.btn.white:hover {
    color: #fff;
}
.addtocart-button:hover {
    background-color: #222 !important;
    border-color:  #222 !important;
}

/* Slider */
#slider {
    margin-top:  -100px !important;
}
.slider .sppb-row-overlay {
    background-image: linear-gradient(110deg, #fd370cde 60%, #ffffff 60%);
}
.slider .sppb-row-overlay:before {
    content: '';
    position: absolute;
    left: -10%;
    bottom: -14px;
    height: 120px;
    width: 120%;
    background: #fff;
    transform: rotate(-6deg);
}

/* Title */
.title .sppb-media {
    display: inline-block;
    padding: 5px 10px;
    background-color: #FFFFFF40;;
}
.title h3 {
    letter-spacing: 2px;
}
.title.color .sppb-media {
    background-color: #fd370c1c;
}

/* About */
.about-column.left .clearfix:first-child {
    background-image: linear-gradient(165deg, #fd370c 90%, #ffffff 90%);
}
.about-column.center .clearfix:last-child {
    background-image: linear-gradient(165deg, #f1f1f1 90%, #ffffff 90%);
}
.about-column.right .clearfix:nth-child(4), 
.about-column.right .clearfix:nth-child(5) {
    float: left;
    width: 48%;
    margin-right: 4%;
}
.about-column.right .clearfix:nth-child(5) {
    margin-right: 0;
}
.about-column.right .clearfix:nth-child(4) .sppb-addon-text, 
.about-column.right .clearfix:nth-child(5) .sppb-addon-text {
    border-top: 1px solid #d5d5d5;
    padding-top: 10px;
    margin-top: 16px;
}
.about-item .btn-link {
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.about-item i {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.about-item .btn-link strong {
    display: none;
}
.about-item .btn-link span {
    padding-left: 10px;
}
.about-item h3 {
    position: relative;
    padding-top: 20px;
    margin-top: 18px;
}
.about-item h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 2px;
    background-color: #fff;
}
.about-item {
    transform: translateY(20px);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.about-column.left .clearfix:first-child:hover .about-item,
.about-column.center .clearfix:last-child:hover .about-item {
    transform: translateY(-22px);
}
.about-column.left .clearfix:first-child:hover .about-item a.btn-link,
.about-column.center .clearfix:last-child:hover .about-item a.btn-link {
    opacity: 1;
}
.about-column.left .clearfix:first-child:hover .about-item i,
.about-column.center .clearfix:last-child:hover .about-item i {
    opacity: 0;
}

/* Counter */
.counter-item h1 {
    font-size: 22px;
}
.counter-item h1 span.count {
    font-weight: 600;
    font-size: 50px;
    color: #000;
}
.counter-item h5 {
    font-size: 17px;
}
#counter .sppb-col-md-3 {
    border-right: 1px solid #ccc;
}
.counter .sppb-col-md-3:last-child {
    border-right: none;
}

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

/* Video */
.video {
    z-index: 2 !important;
}
.video-item h3.sppb-addon-title {
    color: #fff;
    left: 100px;
    position: absolute;
    width: 200px;
    top: 30px;
    text-align: left;
    letter-spacing: 3px;
}
.video-item {
    min-width: 60px;
    min-height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    z-index: 2;
}
.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%;
    border: 4px solid #fff;
    -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 12px transparent;
    border-left: solid 19px;
    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 .btn-link {
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 2px;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.services-item i {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.services-item .btn-link strong {
    display: none;
}
.services-item .btn-link span {
    padding-left: 10px;
}
.services-item h3 {
    position: relative;
    padding-top: 20px;
    margin-top: 18px;
}
.services-item h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 2px;
    background-color: #d5d5d5;
}
.services-item {
    transform: translateY(20px);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.services-column .clearfix:hover .services-item {
    transform: translateY(-22px);
}
.services-column .clearfix:hover .services-item a.btn-link,
.services-column .clearfix:hover .services-item a.btn-link {
    opacity: 1;
}
.services-column .clearfix:hover .services-item i {
    opacity: 0;
}
.services-column .clearfix {
    background-image: linear-gradient(165deg, #f1f1f1 90%, #ffffff 90%);
}
.services-column.first .clearfix {
    background-image: linear-gradient(165deg, #fd370c 90%, #ffffff 90%);
}

/* Feature */
.feature-item i {
    height: 100px !important;
    width: 100px !important;
    line-height: 100px !important;
    background: #FFFFFF40;
}
.feature-item:hover i, .feature-item.color:hover i {
    background: #FFF;
}
.feature-img {
    position: absolute;
    top: 0;
    left: 160px;
    opacity: 0.5;
}
.feature-img.img2 {
    top: 30px;
}

/* Testimonials */
.testimonials-column .clearfix:nth-child(3), .testimonials-column .clearfix:nth-child(4) {
    float: left;
    width: 48%;
    margin-right: 4%;
    background-image: linear-gradient(165deg, #ffffff 90%, #08192100 90%);
}
.testimonials-column .clearfix:nth-child(4) {
    margin-right: 0;
}
.testimonials-column.gray .clearfix:nth-child(3), 
.testimonials-column.gray .clearfix:nth-child(4) {
    background-image: linear-gradient(165deg, #F1F1F1 90%, #08192100 90%);
}

/* Choose */
.choose .sppb-col-md-4 {
    margin-bottom: 30px;
}
.choose-column {
    border: 1px solid #d5d5d5;
}

/* Team */
.team-item {
    position: relative;
    padding-right: 20px;
}
.team-item ul {
    position: absolute;
    top: 50px;
    right: 0px;
    padding: 0;
    list-style: none;
    margin: 0;
}
.team-item ul strong {
    display: none;
}
.team-item ul li {
    padding: 3px 0;
}
.team-item p {
    letter-spacing: 2px;
}
.team-item ul a {
    height: 45px;
    width: 45px;
    background: #f1f1f1;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    margin: 5px 0;
}
.team-item ul li.face a {
    color: #fff;
}
.team-icon i {
    height: 75px !important;
    width: 75px !important;
    line-height: 75px !important;
    background: #f1f1f1;
}
.team-icon i {
    height: 75px !important;
    width: 75px !important;
    line-height: 75px !important;
    background: #f1f1f1;
}
.team-icon.first i {
    color: #fff;
}

/* FAQs */
.sppb-panel-title {
    font-size: 18px;
}

/* 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: 30px 0 0;
    border-radius: 0px 0px 0px 0px;
}
.jm-category-module.default .jmm-text .jmm-title {
    font-size: 17px;
    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 .container-inner {
    background: #081921;
    padding: 60px 50px 30px;
}
#sp-bottom4 img {
    max-width: 250px;
}
#sp-bottom4 strong {
    color: #fff;
}

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

/*** Responsive Layout ***/
@media (max-width: 1280px) {
    .sp-megamenu-parent > li > a, 
    .sp-megamenu-parent > li > span {
        font-size: 15px !important;
    }
    ul.social-icons li {
        margin-left: 3px;
    }
    .sp-megamenu-parent>li>a, .sp-megamenu-parent>li span {
        padding: 0 6px;
    }
}

/* 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;
    }
    .slider .sppb-row-overlay {
        background-image: linear-gradient(110deg, #fd370ca6 60%, #fd370ca6 60%);
    }
    .slider .sppb-row-overlay:before {
        bottom: -20px;
    }
    .counter .sppb-col-md-3 {
        border-right: none;
    }
    .feature-img {
        display: none;
    }
    .btn-column .sppb-text-right {
        text-align: left;
    }
    #sp-bottom .container-inner {
        padding: 60px 20px 30px;
    }
    .slider .sppb-row-overlay:before {
        transform: rotate(-3deg);
    }
    .title .sppb-media {
        padding: 8px 10px 5px;
    }
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
    body #sp-header {
        top: 0;
    }
    .about-column.right .clearfix:nth-child(4), .about-column.right .clearfix:nth-child(5),
    .testimonials-column .clearfix:nth-child(3), .testimonials-column .clearfix:nth-child(4) {
        width: 100%;
        margin-right: 0;
    }
}

/* 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, 
.btn, #sp-menu ul.social-icons a span, .skills .progress .progress-bar,
.skills .progress .progress-bar span, .btn.white:hover,
.skills .progress .progress-bar span:after, .about-column.center .about-item h3:before,
.about-column.left .clearfix:first-child, .video-item,
.feature-item.color i, .team-item ul li.face a, .team-icon.first i {
    background-color: var(--background-color);
}
.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, .btn.white, .title.color h3, .title.color i,
.counter-item h1, .feature-item:hover i, .team-item p,
.testimonials-title .sppb-addon-content, .team-icon i,
.sppb-panel-heading.active span.sppb-panel-title, .sppb-panel-heading.active i {
    color: var(--text-color);
}
.btn, .services-column .clearfix, .page-item.active .page-link,
.services-item a.sppb-btn, .btn.white:hover, .video-item a:before {
    border-color: var(--text-color);
}
.addtocart-button, .com-sppagebuilder .product-container .spacer:hover {
    border-color: var(--background-color) !important;
}
