/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
}
a:hover, a:focus, a:active {
    color: #ec430f;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: none;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 10px 0;
}
.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;
}

/* 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 !important;
}
.offcanvas-menu .align-items-center {
    background: #41246d;
}

/*** Block Styles ***/
/* Button */
.btn, .btn,
.slider-btn a,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    color: #fff !important;
    font-weight: 500;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 34px;
    cursor: pointer;
    border: 0!important;
    text-transform: uppercase;
    background-color: #FFFFFF;
    border-radius: 30px;
    -webkit-transition: width .5s ease;
    -o-transition: width .5s ease;
    transition: width .5s ease;
}
.btn:hover {
    background: #41246d !important;
    color: #fff !important;
}
.btn.color, a.hikabtn.hikacart:hover {
    background: #41246d;
}
.btn.white:hover {
    background: #fff !important;
    color: #000 !important;
}

/* Divider */
.divider.center {
    margin: 0 auto;
}

/* Slider */
.slider > .sppb-row-overlay {
    background-image: url(../images/educator-img5.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 12% auto;
    opacity: 0.5;
}
.slider-column.left .sppb-column-overlay {
    background-image: url(../images/educator-img4.png);
    background-position: top right;
    background-repeat: no-repeat;
    opacity: 0.1;
}
.slider-column.right .sppb-column-overlay {
    background-image: url(../images/educator-img2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.8;
}

/* Skill */
@keyframes load{0%{stroke-dashoffset:0}}
.skill .progress {
    position: relative;
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 100%;
    margin: 0;
    height: auto;
    background: none;
}
.skill .lt-skill-item .elementor-element {
    margin-bottom: 0;
}
.skill .progress > li {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 400;
}
.skill .progress > li:after {
    content: attr(data-percent);
    position: absolute;
    width: 100%;
    top: 3.7rem;
    left: 0;
    font-size: 2rem;
    text-align: center;
}
.skill svg {
    width: 10rem;
    height: 10rem;
}
.skill svg:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-90deg);
}
.skill svg:nth-child(2) path {
    fill: none;
    stroke-width: 12px;
    stroke-dasharray: 629;
    stroke: #fff;
    opacity: .8;
    animation: load 10s;
}
.skills h3 {
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #737373;
    margin: 0px;
    font-size: 35px
}
.skills p {
    font-size: 16px;
    margin-bottom: 6px;
    color: #41246d;
    font-weight: 500;
    letter-spacing: 1px;
}
.skills .progress {
    width: 100%;
    height: 4px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: inherit;
}
.skills .progress .progress-bar {
    width: 0;
    height: 100%;
    border-radius: 0px;
    background: #41246d;
}
.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: #41246d;
}
.red .progress-bar ,.red span ,.red span:after {
    background-color: #e74c3c;
}
.green .progress-bar ,.green span ,.green span:after {
    background-color: #41246d;
}
.carrot .progress-bar ,.carrot span ,.carrot span:after {
    background-color: #e67e22;
}
.sun .progress-bar ,.sun span ,.sun span:after {
    background-color: #f1c40f;
}

/* About */
.about .sppb-row-overlay {
    background-image: url(../images/educator-img3.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 12% auto;
    opacity: 0.3;
}
.about-column .clearfix:nth-child(3), .about-column .clearfix:nth-child(4) {
    float: left;
    width: 50%;
}
.about-column .clearfix:nth-child(3) {
    padding-right: 10px;
    border-right: 1px solid #eee;
}
.about-column .clearfix:nth-child(4) {
    padding-left: 10px;
}
.about-column .clearfix:last-child {
    clear: left;
    display: inline-block;
}

/* Services */
.services .sppb-row-overlay {
    background-image: url(../images/educator-img5.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 11% auto;
    opacity: 0.5;
}
.services .sppb-row-overlay:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/educator-img4.png);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.2;
}
.services-item i {
    height: 150px !important;
    width: 150px !important;
    line-height: 150px !important;
    border-radius: 50%;
    background-color: #f8f8f8;
}

/* Product */
.product .sppb-row-overlay {
    background-image: url(../images/educator-img3.png);
    background-position: 80% 5%;
    background-repeat: no-repeat;
    opacity: 0.4;
}
.product .sppb-row-overlay:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/educator-img6.png);
    background-position: 20% 97%;
    background-repeat: no-repeat;
    background-size: 7% auto;
}
body.home .product a.hikabtn.hikacart {
    border-radius: 30px;
    margin-bottom: 30px;
}
.hikashop_subcontainer.thumbnail {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/* Check List */
.check-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.check-list ul li {
    padding-bottom: 10px;
}
.check-list strong {
    display: none;
}
.check-list em {
    padding-right: 10px;
}

/* Project */
.project .sppb-row-overlay:before, .project .sppb-row-overlay:after {
    content: '';
    position: absolute;
    left: 0;
    height: 20px;
    width: 100%;
}
.project .sppb-row-overlay:before {
    top: 0;
    background-color: #f8f8f8;
}
.project .sppb-row-overlay:after {
    bottom: 0;
    background-color: #fff;
}
.project-column .clearfix {
    height: 300px;
    width: 48%;
    float: left;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
}
.project-column .clearfix:first-child {
    border-radius: 100% 0% 0% 0%;
    position: relative;
    margin-right: 1%;
}
.project-column .clearfix:nth-child(2) {
    border-radius: 0% 100% 0% 0%;
    margin-left: 1%;
}
.project-column .clearfix:nth-child(3) {
    border-radius: 0% 0% 0% 100%;
    margin-right: 1%;
}
.project-column .clearfix:last-child {
    border-radius: 0% 0% 100% 0%;
    position: relative;
    margin-left: 1%;
}
.project-column .clearfix:nth-child(1):before,
.project-column .clearfix:nth-child(4):before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.project-column .clearfix:nth-child(1):before {
    background-image: url(../images/educator-img4.png);
    border-radius: 100% 0% 0% 0%;
    background-position: top center;
    background-repeat: no-repeat;
    opacity: 0.3;
    left: 0;
    top: 0;
}
.project-column .clearfix:nth-child(4):before {
    background-image: url(../images/educator-img3.png);
    background-position: top right;
    background-repeat: no-repeat;
    opacity: 0.3;
    border-radius: 0% 0% 100% 0%;
    right: 0;
    bottom: 0;
}

/* Feature */
.feature-item {
    position: relative;
}
.feature-item h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding:  20px 0 10px;
}
.feature-item h5 {
    font-size: 16px;
    height: 40px;
    width: 45px;
    background: red;
    margin: 0;
    padding: 9px;
    border-radius: 50%;
    position: absolute;
    top: 0%;
    right: 13%;
    background-color: #41246d;
}
.feature-item .sppb-btn-custom {
    padding: 17px 22px 17px 22px !important;
    border-radius: 100% 100% 100% 100%;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
}
.feature-item .sppb-btn-custom:hover {
    color: #ffffff !important;
    background-color: #961040 !important;
}

/* Team */
.team-item img {
    border-radius: 50%;
    border: 10px solid #fff;
}
.shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
}
.shrewd_solution_icon ul li a {
    font-size: 14px;
    width: 37px;
    color: #fff !important;
    line-height: 37px;
    text-align: center;
    border-radius: 100%;
    margin: 0 3px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    border: none;
    background: #41246d;
}
.shrewd_solution_icon ul li a:hover {
    color: #fff !important;
}
.shrewd_solution_icon strong {
    display: none;
}
.team .sppb-row-overlay {
    background-image: url(../images/educator-img4.png);
    background-position: 45% 18%;
    background-repeat: no-repeat;
    opacity: 0.2;
}

/* Video */
.video-column {
    border-radius: 20px;
}
.video-column.right .sppb-column-overlay {
    background-image: url(../images/educator-img7.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    opacity: 0.3;
}
.video {
    min-width: 80px;
    min-height: 80px;
    position: relative;
    top: 34%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #0A0B0F;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.video .sppb-img-container {
    overflow: hidden;
}
.video .sppb-img-container:hover:before {
    background-color: rgba(0, 0, 0, 0.90);
}
.video .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 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 a {
    font-size: 0;
    position: absolute;
    top: 44%;
}
.video a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    margin-top: 5px;
    margin-left: 0;
    border-radius: 50%;
    z-index: 10;
    border: 10px solid #21C063;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
.video 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
    }
}

/* Counter */
.counter .sppb-row-overlay:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #f8f8f8;
    height: 35%;
    width: 100%;
}
.counter-column {
    border-right: 1px solid #FFFFFF24;
}
.counter-item h1 {
    font-size: 60px;
    font-weight: 600;
}
.counter-item h5 {
    font-size: 16px;
    font-weight: 500;
}
.counter-column {
    border-right: none;
}

/* Testimonials */
.testimonials-column {
    border-radius: 20px;
}
.testimonials-column .sppb-column-overlay {
    background-image: url(../images/educator-img4.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    opacity: 0.15;
}
.testimonials-item img {
    border-radius:  50%;
}

/* Tour */
.tour-column.center {
    border-radius: 20px;
}
.tour-item {
    background-color: #41246d;
    border-radius: 20px;
    border: 10px solid#fff;
    padding: 25px;
    max-width: 400px;
    top: 33%;
    position: absolute;
    left: -100px;
}
.tour-item i {
    background: #fff;
    height: 75px !important;
    width: 75px !important;
    line-height: 75px !important;
    border-radius: 50%;
}
.tour--item-right i {
    height: 85px !important;
    width: 85px !important;
    line-height: 85px !important;
    border-radius: 50%;
}
.tour--item-right {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 25px 10px rgb(0 0 0 / 3%);
    padding: 40px 25px;
    max-width: 400px;
    top: 13%;
    position: absolute;
    right: -100px;
}
.tour--item-right h4 {
    font-size: 18px;
    padding: 20px 0 10px;
}

/* FAQ */
.faqs-column .clearfix:last-child {
    position: relative;
}

/* Career */
.career-column {
    border-radius: 20px;
}
.career-column.no-bg {
    border: 2px dashed #d9d9d9;
}

/* Intro */
.intro-item i {
    height: 80px !important;
    width: 80px !important;
    line-height: 80px !important;
    border-radius: 20px;
}
.intro-item.center i {
    background-color: #41246d;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
    overflow: hidden;
}
.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%);
}
.blog .jm-category-module.default .jmm-intortext {
    color: #ffffffad;
}
.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    width: 31%;
    margin: 1%;
    background: #fff;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}

/* Bottom */
#sp-bottom {
    position: relative;
    z-index: 1;
    background-image: url('../images/educator-img12-1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#sp-bottom:before {
    background-color: #41246d;
    opacity: 0.98;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.btn-bt {
    padding: 12px 25px;
    background: #f24080;
    border-radius: 30px;
    margin-top: 10px;
    display: inline-block;
}
.btn-bt:hover {
    background-color: #fff;
}
#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: 15px;
    width: 35px;
    line-height: 34px;
    color: #fff !important;
    text-align: center;
    border-radius: 50%;
    border: none;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    height: 35px;
    border: 1px solid #fff;
    margin-right: 2px;
}
#sp-bottom .shrewd_solution_icon ul li a:hover {
    background-color: #f24080;
    border-color: #f24080;
}
#sp-bottom .shrewd_solution_icon ul li a em {
    font-family: "Font Awesome 5 Brands";
}
#sp-bottom4 strong, #sp-bottom .shrewd_solution_icon strong {
    display: none;
    margin: 0 20px;
}
#sp-bottom4 span {
    padding-right: 10px;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
    border-top: 1px solid #ffffff1f;
}
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: none;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}
@media (min-width: 991px) and (max-width: 1380px) {
    .project-column .clearfix:first-child {
        padding: 90px 10px 60px 60px !important;
    }
    .project-column .clearfix:last-child {
        padding: 30px 60px 60px 10px !important;
    }
}
@media (min-width: 991px) and (max-width: 1280px) {
    .sp-megamenu-parent>li>a, .sp-megamenu-parent>li span {
        font-size: 13px !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;
    }
    .testimonials .sppb-col-md-6, .career .sppb-col-md-4 {
        margin-bottom: 30px;
    }
    .tour-item {
        top: 10%;
        left: 10px;
    }
    .tour--item-right {
        top: auto;
        right: -10px;
        bottom: -50px;
    }
    .team .sppb-text-right {
        text-align: left;
        margin: 20px 0;
    }
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
    .hiking-colum h1, .deal-item h1 {
        font-size: 70px;
    }
}
@media (max-width: 600px) {
    .project-column .clearfix:first-child {
        padding: 90px 10px 60px 60px !important;
    }
    .project-column .clearfix:last-child {
        padding: 30px 60px 60px 10px !important;
    }
}

/* 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, .btn, a.hikabtn.hikacart,
.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,
.feature-item.left h5, .shrewd_solution_icon ul li a:hover,
.video, .tour--item-right i, .intro-item i {
    background-color: var(--background-color);
}
.btn.color:hover {
    background-color: var(--background-color) !important;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.article-list .article .readmore a:hover,  .article-list .article .readmore a:active, 
.article-list .article .article-header h2 a:hover, #sp-bottom4 span,
.about-item i, .services-item .sppb-addon-text, .check-list em,
.feature-item.left i, .feature-item .sppb-btn-custom, .team-item p,
.counter-item h5, .testimonials-item .sppb-addon-text, .career-column h4 {
    color: var(--text-color); 
}
.product-text:after, .hikashop_subcontainer.thumbnail:hover, .video a:before {
    border-color: var(--text-color);
}
.divider {
    border-bottom-color: var(--text-color) !important;
}