/*** General CSS ***/
.btn,
#sp_qc_submit {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff !important;
    background-color: rgba(0,0,0,0);
    border-radius: 5px;
    padding: 18px 15px 18px 15px !important;
    border: none;
    border: none;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.slider-btn a {
    padding: 12px 35px 12px 35px !important;
}
.btn:before,
.slider-btn a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background: #333;
    transform: scale3d(0.7, 1, 1);
    transition: transform 0.42s, opacity 0.42s;
    border-radius: inherit;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    -ms-transition:     all 0.2s ease-in-out;
    -o-transition:      all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}
.btn:hover:before,
.slider-btn a:hover::before {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}


/*** Header Area ***/
/* Top Header */
#sp-top-bar {
    z-index: 9999;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
}

/*** Head ***/
#sp-header {
    top: 0;
    height: inherit;
    width: 100%;
    z-index: 2;
    box-shadow: none;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    padding: 0 10px 0 0px;
}
body:not(.home) #sp-header {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    position: static;
    max-width: 100%;
    margin: 0 auto;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}

/* Header Menu */
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
    padding: 0 25px;
    position: relative;
    text-transform: uppercase;
}
.sp-megamenu-parent > li a {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.sp-megamenu-parent > li li a:hover {
    padding-left: 7px!important;
}
.sp-megamenu-parent > li li a:before {
    content: '+';
    left: -25px;
    width: 20px;
    position: relative;
    color: #001659;
    font-size: 18px;
    font-weight: 400!important;
    line-height: inherit;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0;
}
.sp-megamenu-parent > li li a:hover:before {
    opacity: 1;
    left: -5px;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, 
body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
    position: absolute;
}
.sp-megamenu-parent > li.active > a {
    font-weight: 600;
}
.sp-megamenu-parent > li:last-child > a {
    font-size: 13px;
    padding: 4px 14px !important;
    line-height: 2.5;
    margin: auto 0;
    margin-top: 25px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    max-width: 150px;
    border: 1px solid #222;
    color: #222;
}
.header-sticky .sp-megamenu-parent > li:last-child > a {
    margin-top: 15px;
}
.sp-megamenu-parent > li:last-child > a:hover {
    color: #fff;
}

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


/*** Block Styles ***/
/* Promotion Slider */
/*** Feature ***/
.feature {
    z-index: 2 !important;
}
.feature-item {
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    padding: 20px 20px 20px;
    transition: .3s;
    position: relative;
}
.feature-item:before {
    content: "";
    height: 4px;
    width: 100%;
    transition: .3s;
    bottom: 0;
    left: 0;
    position: absolute;
}
.feature-item:after {
    content: "";
    height: 4px;
    width: 0%;
    transition: .3s;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #fbba42;
    position: absolute;
}
.feature-item:hover:after {
    width: 100%;
}
.feature-item h3 {
    position: relative;
    background: #fbba42 none repeat scroll 0 0;
    border-radius: 100%;
    color: #002e5b;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 40px !important;
    text-align: center;
    width: 40px;
    left: 0;
    margin: auto;
    right: 0;
    top: -16px;
}
.feature-item h4 {
    font-size: 20px;
    font-weight: 700;
}

/*** Counter ***/
.counter .sppb-row {
    margin-top: -50px;
    box-shadow: 0px 10px 30px 0px rgb(62 62 62 / 10%);
    border-radius: 10px;
    background: #fff;
    z-index: 99999;
    padding: 70px 10px;
}
.counter-item h1 {
    font-size: 45px;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.counter-item h1:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    margin: 0 auto;
    width: 30px;
    border-radius: 20px;
    background: #fbba42;
    bottom: 0;
}

/*** Team ***/
.team-item h4 {
    font-size: 15px;
    padding: 10px;
    font-weight: 600;
}
.team-item a {
    font-size: 18px;
    padding: 0 5px;
}
.team-item strong {
    display: none;
}
   

/*** Services ***/
.service-item {
    cursor: pointer;
    background: #fff!important;
    transition: .3s;
    padding: 58px 38px 65px 38px;
    z-index: 1;
}
.service-item:hover {
    box-shadow: 0px 5px 30px 0px rgb(172 172 172 / 30%);
    z-index: 1;
}

/*** Skill ***/
@keyframes load{0%{stroke-dashoffset:0}}
.skill .progress {
    position: relative;
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 100%;
    margin: 0;
    height: 100%;
    background: transparent;
}
.skill .skill-item .elementor-element {
    margin-bottom: 0;
}
.skill .progress > li {
    display: inline-block;
    position: relative;
    text-align: center;
    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;
}

/*** Contact Info ***/
.contact-info {
    display: inline-block;
    padding: 50px 20px;
}
.contact-info:hover {
    box-shadow: 0px 5px 30px 0px rgb(172 172 172 / 30%);
    z-index: 1;
}

/*** Testimonila ***/
.testimonial-colum {
    padding: 10%;
}
.testimonial-img h4 {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    margin: 0;
}
.testimonial-img img {
    border-radius: 50%;
    margin-top: 15px;
}
/*** Contact ***/
#sp-quickcontact-form textarea#message {
    width: 100%;
    color: #495057;
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 10px;
    font-size: 16px;
}
#sp-quickcontact-form input {
    width: 100%;
}
#sp-quickcontact-form .sp_qc_clr {
    display: none;
}
#sp-quickcontact-form textarea,
#sp-quickcontact-form input {
    margin-bottom: 20px;
    border-radius: 0;
}
#sp-quickcontact-form input#name,
#sp-quickcontact-form input#email,
#sp-quickcontact-form input#subject {
    width: 32%;
    float: left;
    margin-right: 2%;
}
#sp-quickcontact-form input#subject {
    margin-right: 0;
}
#sp-quickcontact-form #sp_qc_submit {
    width: auto;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    padding: 12px 30px !important;
}

/*** Client ***/
.client-item img {
    border-radius: 50%;
}

/* Bottom Area */
#sp-bottom .sp-module .sp-module-title {
	color: #000;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}
@media (min-width: 980px) and (max-width: 1199px) {

  
}

/* Tablet Portrait Layout */
@media (min-width: 768px) and (max-width: 979px) {

  
}

/* Mobile Standard Layout */
@media (max-width: 768px) {

  
}

/* Mobile Small Resolution */
@media (max-width: 480px) {

  
}

/*** Color Variables ***/
/* Get Variables */
:root {
    --background-color: currentColor;
    --background: currentColor;
    --text-color: currentColor;
}

/* General */
#sp_qc_submit,
#sp_qc_submit:hover,
#sp_qc_submit,
a.hikacart,
.about-us .sppb-title-heading:before,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
    background-color: var(--background-color);
}
#sp_qc_submit:before {
   background: var(--background-color)!important;
}
#sp_qc_submit,
.video-item figure a:hover:after,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a,
div.k2ItemsBlock ul li a {
    color: var(--text-color);
}
.top-right a, .price-item ul li:before, ul.top-left li em,
.sppb-nav-tabs>li.active>a:focus, .tabs .sppb-nav-tabs>li>a:hover,
.contact-info h3, .slider-title-big, .feature-item h3,
.feature-item h4, .counter-item h1, .service-item h3
.contact-info i, .slider-big h2 {
    color: var(--text-color)!important;
}
a.hikacart,
#sp_qc_submit, .bg-colum,
a.btn-video:hover,
.testimonial-item:hover, .fund-item i,
.what-colum:hover, .tabs .sppb-nav-tabs>li.active>a,
.sp-megamenu-parent > li:last-child > a:hover {
   border-color:var(--text-color)!important;
}
.btn, .slider-btn > a,
.btn-large, .button.btn-large,
.sppb-panel-modern>.sppb-panel-heading.active:after,
.contact-icon .shrewd_solution_icon ul li a:hover,
#sp-quickcontact-form #sp_qc_submit:hover,
.sp-megamenu-parent > li > a:before, .what-colum .sppb-icon-container i,
.what-colum:hover .clearfix:first-child:before,
.team-colum:hover .sppb-media-content, .team-colum:hover .team-icon, 
.feature-item:before, .sp-megamenu-parent > li:last-child > a:hover {
    background: #05386b!important;
}
.video-item figure a:after:hover {
    border: 1px solid var(--text-color);
}