/*** General CSS ***/
body {
    line-height: 1.9em;
}
body div.container a.btn, body div.container button.btn {
    background: #000!important;
}

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

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: none;
    border-top: 1px solid #DDDDDD;
}
#sp-header .container-inner {
    border-top: 1px solid #ffffff24;
    border-bottom: 1px solid #ffffff24;
}
#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 {
    text-transform: capitalize;
    position: relative;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
/*.sp-megamenu-parent>li:last-child>a {
    padding: 0px 30px 0px 30px;
    margin-left: 50px;
}
.sp-megamenu-parent>li:last-child>a {
    line-height: 55px;
    border-radius: 30px;
    background: #641CF4;
    color: #fff;
}
.sp-megamenu-parent>li.active:last-child>a,
.sp-megamenu-parent>li:last-child>a:hover {
    background: #FE4370 !important;
}
*/
/* 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: #252525;
}
.offcanvas-menu > .align-items-center {
    background: #fff;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #252525;
}

/*** Block Styles ***/
/* Button */
.btn, .slider-btn {
    padding: 18px 37px;
    font-size: 17px;
    font-weight: 800;
    border-radius: 35px;
    letter-spacing: 1px;
    border: none;
    display: inline-block;
    background: transparent;
    color: #fff !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover, .slider-btn:hover {
    background-color: #000 !important;
    color: #fff!important;
}
.btn.color, .btn.no-bg:hover {
    background: #070346 !important;
    border-radius: 0px;
    border: 2px solid #070346;
}
.btn.color:hover, .btn.no-bg {
    background: transparent !important;
    border: 2px solid #fff;
    border-radius: 0;
}

/* Title */
.title h5 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
}
.title-link .sppb-addon-content strong {
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Slider */
.slider-img img {
    animation: leaves 15s ease-in-out infinite alternate;
}
@keyframes leaves {
    0% {
        transform: rotate(5deg);
    }
    20% {
        transform: rotate(15deg);
    }
    40% {
        transform: rotate(5deg);
    }
    60% {
        transform: rotate(-5deg);
    }
    80% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(-5deg);
    }
}

/* About */
.about-colum {
    position: relative;
    padding-top: 40px;
    padding-bottom: 60px;
}
.about-counter {
    max-width: 280px;
    padding: 30px;
    position: absolute;
    z-index: 1;
    top: -40px;
	left:0px;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background-image: radial-gradient(at top left, #F8B24EE6 0%, #B42E61E6 100%);
}
.about-colum:hover .about-counter {
    top: -20px;
    left: 20px;
}
.about-img {
    position: absolute;
    right: 0;
    bottom: -60px;
    border: 15px solid #fff;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.about-colum:hover .about-img {
    right: 15px;
    bottom: -20px;
}
.about-img02 {
    position: absolute;
    right: 20px;
    top: -30px;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.about-colum:hover .about-img02 {
    right: 40px;
    top: -10px;
}
.about-img03 {
    position: absolute;
    left: 68px;
    bottom: -40px;
    z-index: 2;
	opacity: 0.8;
	    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.about-colum:hover .about-img03 {
    left: 88px;
    bottom: -20px;
}
.about-item h3 {
    letter-spacing: 2px;
}
.about-item h2 {
    color: #070346;
    font-weight: 600;
    font-size: 45px;
    padding: 20px 0px 30px
}
.about-item.white h2,
.about-item.white h3 {
    color: #fff !important;
}
.about-link strong {
    display: none;
}
.about-link em {
    padding-left: 10px;
}
.about-link a {
    border-bottom: 1px solid;
    font-size: 18px;
}

/* Counter */
.counter-item h1 {
    font-size: 85px;
    font-weight: 800;
}
.counter-item h5 {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
}

/* Services */
.services-colum {
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 6%);
    background: #fff;
    padding: 40px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.services-colum:hover {
    background: #fef6f2;
}
.services-item h3 {
    padding: 30px 0;
    font-size: 20px;
    font-weight: 600
}
.services-link em {
    padding-left: 10px;
}
.services-link strong {
    display: none;
}
.services-colum.color .services-item h1 {
  color: #fff !important;
    
}
.services-link .sppb-icon i { color:#EC430F; }
.color .sppb-icon i { color:#FFFFFF; }

/* Steps */
.sppb-panel-modern>.sppb-panel-heading {
    padding: 26px 30px 26px 15px;
    background: #fff;
    color: #4b5981;
    box-shadow: 0px 80px 180px 0px rgb(0 0 0 / 6%);
    color: #070346;
    border-radius: 30px;
}
.sppb-panel-modern,
.sppb-panel-modern .sppb-panel-body {
    border: none;
}
.sqa-right .sppb-panel-heading.active {
    color: #fff !important;
}
.step-img img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.step-img img:hover {
    opacity: .8;
}

/* Company */
.company-column .clearfix {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.company-column .clearfix {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    transform: translate(0);
}
.company-column .clearfix:hover {
    transform: translateY(15px);
}
.company-item h1 {
    font-size: 60px;
    font-weight: 600;
    padding-top: 50px;
    margin-top: 50px;
    position: relative;
}
.company-item h1:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 50px;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}
.company-item h5 {
    font-size: 17px;
    color: #777777;
}

/* Get In Touch */
.get-info h3 {
    letter-spacing: 2px;
	
    background-color: #070346;
}
.get-colum .clearfix {
    background-image: radial-gradient(at center center, #ff774a 0%, #f6491a 100%);
}

/* Testimonial */
.sppb-addon-testimonial-footer a {
    text-align: left;
}

/* Vision */
.vision-item span.sppb-img-container {
    background-image: radial-gradient(at center left, #ff774a 0%, #ff774a 100%);
    padding: 10px;
    border-radius: 10px;
    width: 60px;
}

/* Team */
.team-item .sppb-img-container {
    position: relative;
}
.team-item .sppb-img-container img {
    border-radius: 5px;
}
.team-item .sppb-img-container:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    width: 100%;
    background-image: radial-gradient(at top left, #1c1e27 0%, #1c1e27 100%);
    border-radius: 5px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.team-item:hover .sppb-img-container:before {
    opacity: 0.7;
}
.team-item .sppb-media-content {
    position: absolute;
    bottom: -20px;
    padding: 20px;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.team-item:hover .sppb-media-content {
    bottom: 0;
    opacity: 1;
}
.team-item .sppb-media-content a {
    font-size: 15px;
}

/* Client */
.client-ab-colum .clearfix:first-child {
    border-left: 0;
}
.client-ab-colum .clearfix {
    width: 20%;
    float: left;
    height: 120px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 30px 10px;
}
.client-ab-colum.no-bottom .clearfix {
    border-bottom: none;
}

/* Skill */
.skill-colum .clearfix:last-child {
    position: relative;
}
.skill-item h3 {
    display: block;
}
.skills .skill {
    margin-bottom: 0;
}
.skills .skill .skill-title {
    font-weight: 500;
    font-size: 12px;
    top: 21px;
    position: relative;
    z-index: 1;
    left: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #fff;
}
.skills .skill .skill-bar {
    height: 30px;
    border-radius: 3px;
    background: #eaeaea;
    transition: 1s cubic-bezier(1, 0, .5, 1);
    -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
    -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skills.active .skill .skill-bar {
    width: 100%;
}
.skills .skill .skill-bar span {
    float: left;
    width: 0%;
    color: #fff;
    font-weight: 500;
    height: 30px;
    border-radius: 3px;
    position: relative;
    background: #070346;
    transition: 1s cubic-bezier(1, 0, .5, 1);
    -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
    -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skills .skill .skill-bar span b {
    float: left;
    width: 100%;
    position: relative;
    text-align: right;
    opacity: 0;
    font-size: 12px;
    font-weight: 600;
    top: 8px;
}

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

/* Feature */
.feature-item i {
    width: 80px !important;
    height: 80px !important;
    border-radius: 10px;
    line-height: 80px !important;
}

/* Feedback */
.feedback-column .sppb-icon-inner {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    transform: translateX(0px);
}
.feedback-column:hover .sppb-icon-inner {
    transform: translateX(-20px);
}

/* Blog */
.jmm-row {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
}
.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 10px 10px;
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
}
.jm-category-module.default .jmm-text .jmm-title {
    font-size: 16px;
    font-weight: 600;
    color: #091941;
    text-transform: capitalize;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}
#sp-position1 {
    padding: 0;
}

/* Bottom */
#sp-bottom {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#sp-bottom:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    /* background: url('../images/image-section-08-min.jpg'); */
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.9;
    mix-blend-mode: overlay;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 20px;
}
#sp-bottom span {
    padding-right: 10px;
}
#sp-bottom strong {
    display: none;
}
.shrewd_solution_icon {
    padding-top: 0;
}
.shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
}
.shrewd_solution_icon ul li a {
    font-size: 20px;
    color: #fff !important;
    text-align: center;
    border-radius: 0px;
    margin-right: 17px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
.shrewd_solution_icon strong {
    display: none;
}

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

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}
@media (max-width: 1280px) {
    .get-colum .clearfix, .vision-colum {
	margin-top: 0 !important;
	padding: 80px 10px !important;
    }
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
    #sp-header, #sp-header .logo {
        height: 70px;
    }
    #sp-footer p {
	text-align: center;
    }
    body #sp-header {
        padding: 0;
    }
    #sp-header {
	top: 0px;
    }
    .client .sppb-col-md-2, .services .sppb-col-md-3, .team .sppb-col-md-3 {
	margin-bottom: 30px;
    }
    .get-colum .clearfix, .vision-colum {
	margin-top: 0 !important;
	padding: 80px 10px !important;
	width:100%;
    }
    .vision-colum .clearfix:nth-child(2), .vision-colum .clearfix:nth-child(3) {
	width: 100% !important;
    }
    .client-ab-colum .clearfix {
        width: 100%;
        border: none;
    }
    .request .sppb-col-md-6 .sppb-column {
	padding: 60px 10px 10px !important;
    }
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
    .title-big h1, .title-small h3 {
        font-size: 45px !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, .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, .services-colum.color,
.company-item h1:before, .feature-item i, .request, .sqa-right .sppb-panel-heading.active {
    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,
.about-item h3, .services-item h1, .company-item i, .get-info i, .testimonial-icon i,
.faq-left .sppb-panel-heading.active .sppb-panel-title {
    color: var(--text-color) !important;
}
#sp-bottom, .services-colum, .tes .clearfix {
    border-color: var(--text-color) !important;
	
}

.sppb-panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bolder;
    color: inherit;
}

#sp-footer, #sp-bottom {
    background: #652615;
    color: #fff;
}
