/*** General CSS ***/
.btn,
.slider-btn a,
#sp_qc_submit {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff !important;
    background-color: rgba(0,0,0,0);
    border-radius: 30px;
    padding: 14px 40px 14px 40px !important;
    border: none !important;
    display: inline-block;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.btn:hover:before,
.slider-btn a:hover::before {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.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;
}
/*** Title ***/
.title-big {
    position: relative;
}
.title-big h1 {
    color: rgba(255, 255, 255, 0.05);
    font-size: 10rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    top: -80px;
}
.title-big.right h1 {
    right: -24%;
}
.title-big.left h1 {
    left: -24%;
}
/*** Header Area ***/
/*** Head ***/
#sp-header {
  	position: fixed;
    top: 0;
    height: inherit;
    width: 100%;
    z-index: 9999;
    border-top: 1px solid #61606040;
    box-shadow: none;
}
#sp-header.header-sticky {
    position: fixed;
    background: #000000c9;
    top: 0;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    padding: 0 10px 0 0px;
}
body:not(.home) #sp-header {
    position: relative;
    background: #333;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
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 > span {
  	color: #fff;
}
.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;
}

/* 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: #000;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}


/*** Block Styles ***/
/*** Project ***/
.project-item {
    position: relative;
    overflow: hidden;
}
.project-item:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: inline-block;
    opacity: 0;
    background-color: rgba(0,0,0,0.7);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.project-item:hover:before {
    opacity: 1;
}
.project-item img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    transform: scale(1);
}
.project-item:hover img {
    transform: scale(1.1);
}
.project-item h3 {
    position: absolute;
    z-index: 2;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: scale(0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.project-item:hover h3 {
    transform: scale(1);
}
.project-item .sppb-addon-single-image-container,
.project-item img {
     width: 100%;
}

/*** Parallax ***/
.parallax-sub {
    background: no-repeat 0 0;
    display: inline-block;
    width: 24%;
    padding: 0px;
}
.text-parallax-content h2 {
    font-weight: 700;
    font-size: 21.8em;
    margin-top: 20px;
    line-height: 1;
   overflow: hidden; 
    margin-bottom: 0;
    background: #272727;
    color: #fff;
    mix-blend-mode: darken;
    -ms-mix-blend-mode: darken;
    width: 100%;
    margin: 0 0px -10px 0;
}

/**** Client *****/
 .client-item img {
  cursor: pointer;
  opacity: 0.3;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.client-item:hover img {
  opacity: 1;
}

/*** Accordion ***/
.sppb-panel-title {
    font-size: 20px;
}
.sppb-panel-modern {
    background: transparent;
}
.sppb-panel-modern>.sppb-panel-heading {
    background: transparent;
    color: #fff;
}
.sppb-panel-modern .sppb-panel-body {
    color: #fff;
}
/*** Say ***/
.say-item {
    background: #fff;
    border-radius: 7px;
    padding: 30px;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
.say-item a {
    font-size: 20px;
    padding: 0 5px;
}
.say-item p {
    margin: 30px 0;
}
.say-item a em {
    color: #fad204;
}
.say-item strong {
    display: none;
}
.say-item:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgb(234 234 238);
    -moz-box-shadow: 0px 0px 30px 0px rgba(234,234,238,1);
    box-shadow: 0px 0px 30px 0px rgb(234 234 238);
}


/*** Team ***/
.team-item img {
    border-radius: 50%;
}
.team-item {
    padding: 30px 20px;
    background-color: #444;
    box-shadow: -6px -8px 1px 3px;
    border-radius: 6px;
    border: 2px solid #fff;
}
.team-item strong {
    display: none;
}
.team-item a {
    padding: 0 8px;
}
.team-item p {
    color: rgba(255,255,255,0.5);
    margin-bottom: 10px;
}

/*** Contact Form ***/
#sp-quickcontact-form {
    text-align: center;
}
#sp-quickcontact-form textarea#message {
    width: 100%;
    width: 100%;
    color: #495057;
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 10px;
}
#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: 0px solid!important;
    border-radius: 30px;
    padding: 11px 30px!important;
}
#sp-quickcontact-form #sp_qc_submit:hover {
    background: #fff !important;
}

/*** Bottom ***/
#sp-bottom p {
    line-height: 2.2;
    font-size: 15px;
}
#sp-bottom h3 {
    color: #fff;
    line-height: 1em;
    position: relative;
    padding-bottom: 0px;
    text-transform: capitalize;
    letter-spacing: 5px;
    text-align: center;
    font-weight: 500!important;
    font-size: 32px!important;
    margin: 0 0 20px!important;
}
#sp-bottom p a {
    font-weight: 700;
}
#sp-bottom a {
    font-size: 15px;
}
#sp-bottom1 h2 {
    text-transform: uppercase;
}
.shrewd_solution_icon ul li strong {
    display: none;
}
.shrewd_solution_icon {
    padding-top: 30px;
}
.shrewd_solution_icon ul,
.shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.shrewd_solution_icon ul li a {
    font-size: 17px;
    background: transparent;
    height: 48px;
    width: 48px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
#sp-bottom1 .shrewd_solution_icon ul li a:hover {
    color: #fff !important; 
}

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

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

/* Mobile Standard Layout */
@media (max-width: 768px) {
    #sp-header {
        position: relative;
        background: #000;
    }
  	.btn-colum .sppb-text-right, .btn-colum .sppb-text-left {
    	text-align: center !important;
	}
}

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

/* General */
#sp_qc_submit,
#sp_qc_submit:hover,
.skills .progress-bar, 
.skills span, 
.skills pan:after,
#sp_qc_submit,
a.hikacart,
.about-us .sppb-title-heading:before,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
    background-color: var(--background-color);
}
#sp_qc_submit:before,
body.ltr .sp-megamenu-parent > li .sp-menu-badge,
.sp-megamenu-parent > li .sp-menu-badge {
   background: var(--background-color)!important;
}
#sp_qc_submit,
.video-item figure a:hover:after,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
div.k2ItemsBlock ul li a {
    color: var(--text-color);
}
.top-right a, ul.top-left li em,
.title-video, ul.top-right li em, .title,
 .about-item i,
.sppb-panel-heading.active .sppb-toggle-direction i,
.feature-item i, #sp-quickcontact-form #sp_qc_submit:hover,
#sp-bottom h3,
.team-item a, .feature-item:hover h3 {
    color: var(--text-color)!important;
}
a.hikacart,
#sp_qc_submit, .bg-colum, .slider-btn a,
a.btn-video:hover, .table-soccer, .divide,
.feature-item:hover, .about-img .sppb-img-container:before,
.counter-item i, .streamer .streamer-colum:hover,
.pricing .pricing-item i {
    border-color:var(--text-color)!important;
}
.btn-large, .button.btn-large,
#pricing .pricing-2:after,
.sppb-panel-modern>.sppb-panel-heading.active:after,
.contact-info a:hover, .btn, .btn.black:hover,
.services-item:after,
.slider-btn a, .slider-btn.white a:hover, .feature-item .btn-feature:hover,
#sp-quickcontact-form #sp_qc_submit,
.sp-megamenu-parent > li > a:before, .table-soccer,

.btn:hover, .galley-colum:before,
.about-img h3, #sp-quickcontact-form #sp_qc_submit, .streamer-link,
.images-colum, .game-colum:hover:before,
.pricing .pricing-item:hover:before,
.shrewd_solution_icon ul li a:hover {
    background: var(--background-color)!important;
}
.video-item figure a:after:hover {
    border: 1px solid var(--text-color);
}
