/*** General CSS ***/
.btn,
#sp_qc_submit {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff !important;
    background-color: #000;
    border-radius: 0;
    padding: 17px 40px 17px 40px;
    border: none;
    display: inline-block;
}
.btn:hover,
.btn.black {
    background: #0B1315 !important;
}
/*** Title ***/
.title h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1em;
    color: #333333;
}
.slider {
  	margin: 0 4%!important;
}

/*** Header Area ***/
#sp-header {
    top: 0;
    height: inherit;
    width: 100%;
    padding: 10px 0;
    z-index: 2;
    box-shadow: none;
}
#sp-header > .container {
    max-width: 100%;
    padding: 0 4%;
}
#sp-header .logo {
    height: 70px;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    padding: 0;
}
body:not(.home) #sp-header {
    position: static;
}
#sp-position1 > .sp-column {
  	display: inline-block !important;
    width: 100%;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}

/* Header Menu */
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
  	padding: 0 20px;
    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;
}

/* 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 ***/
/*** Video ***/
.title-video {
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
}
.work {
    z-index: 2!important
}
.work .sppb-row > div:nth-child(1) {
    position: relative;
    z-index: 2;
}
.video-left .clearfix:nth-child(n+2) {
    display: inline-block;
}
.video {
    min-width: 80px;
    min-height: 80px;
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
#video-popup-container {
    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: relative;
}
.video a:before {
    content: '';
    position: absolute;
    top: 44%;
    left: 39%;
    width: 95px;
    height: 95px;
    margin-top: -46.5px;
    margin-left: -47.5px;
    border-radius: 50%;
    z-index: 10;
    border: 5px solid #fff;
}
.video a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 57%;
    margin-top: -10.5px;
    margin-left: -7px;
    border: solid 11px transparent;
    border-left: solid 17px;
    border-left-color: #fff;
    z-index: 10;
}
#video-popup-close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 998;
    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 {
    position: absolute;
    z-index: 997;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}
#video-popup-iframe {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}
#video-popup-overlay {
    display: none;
    position: fixed;
    z-index: 995;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
}
#video-popup-close:hover {
    color: #DE0023;
}
.btn-no-bg,
.btn-no-bg:hover {
    background: none;
    border: 0;
}

/*** Product ***/
.space.product .hikashop_subcontainer.thumbnail,
.product-feature .hikashop_subcontainer.thumbnail {
  	border: 0;
}
.space.product .hikashop_product_image {
    height: 400px!important;
}

/*** Testimonial ***/
.testimonial {
    z-index: 1;
}
.testimonial:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../images/testimonial.png);
    z-index: -1;
    opacity: 0.03;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.testimonial-item p {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.testimonial-item img {
    width: 60px;
    border-radius: 50%;
}
.testimonial-item .pull-left {
    text-align: right;
}

/*** About ***/
.images-img img {
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.images-img:hover img {
    transform: scale(0.9);
}

/*** Counter ***/
.counter-item h1 {
    float: left;
    width: 40%;
}
.counter-item h6 {
    float: left;
    width: 60%;
    font-size: 20px;
    padding-left: 15px;
    color: #000;
    font-weight: 600;
}

/*** About ***/
p.pdropcap:first-letter {
  float: left;
  padding: 4px 8px 0 0;
  display: block;
  color: #222222;
  font-size: 70px;
}
.about-colum {
    margin-left: calc(45vw - 550px)!important;
    max-width: 550px;
}
.about-text p {
    float: left;
    width: 50%;
}
.about-text p:last-child {
    padding-left: 20px;
}
.about-img img {
    max-width: 200px;
    width: 100%;
}
.about-left, .about-right {
    list-style-type: none;
    margin: 30px 0 0 0;
    padding: 0;
    width: 50%;
    float: left;
}
.about-left strong, .about-right strong {
    display: none;
}
.about-left em, .about-right em {
    padding-right: 10px;
}
.about-left h3, .about-right h3 {
    font-size: 22px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: 600;
}

/*** Space ***/
.space {
    margin: 0 4%;
}

/*** Skill ***/
.skill .sppb-row {
    background: #f2f6f6;
    padding: 40px 30px 20px;
    margin-top: -50px;
}
.skill .title h2 {
    font-size: 40px;
}
.skill.bg-top:before {
    border-top-color: #0A0A0B;
}
.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
}
.skills .progress{
    width: 100%;
    height: 6px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: inherit;
}
.skills .progress .progress-bar{
    width: 0;
    height: 100%;
    border-radius: 10px;
    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
}

/*** Achievements ***/
ul.achievements-list {
    float: left;
    width: 33.33%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.achievements-list em {
    padding-right: 10px;
}
ul.achievements-list strong {
    display: none;
}
ul.achievements-list h3 {
    font-size: 22px;
    color: #333;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
}

/* Bottom Area */
#sp-bottom {
  	border-top: 1px solid #dedede;
  	text-align: center;
}
#sp-bottom .sp-module .sp-module-title {
  	color: #000;
}
#sp-bottom3 p:first-child img {
    max-width: 125px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.icon-bottom img {
    width: 20%;
    float: left;
    padding: 3px;
}
table.acymailing_form {
    width: 100%;
}
.icon-bottom {
    margin-top: 20px !important;
}
#sp-bottom4 .acymailing_form {
    position: relative;
}
#sp-bottom4 .btn-primary {
    border-color: transparent !important;
    background-color: transparent !important;
    color: #000;
}
#sp-bottom4 td.acysubbuttons {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}
#sp-bottom4 .acyfield_email input {
    width: 100% !important;
}
.shrewd_solution_icon {
    margin-top: 20px;
}
.shrewd_solution_icon ul li strong {
    display: none;
}
.bottom-contact em,
#sp-bottom2 em {
    padding-right: 10px;
}
.shrewd_solution_icon ul,
.shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.shrewd_solution_icon ul li a {
    font-size: 16px;
    background: #fff;
    height: 40px;
    width: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgb(228 200 200 / 50%);
    display: inline-block;
    border: 1px solid #000;
}
.shrewd_solution_icon ul li a:hover {
    background: #fff !important; 
    color: #ff7f5f !important;
}

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

/*** Responsive Layout ***/
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}
/* Tablet Landscape Layout */
@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:hover,
#sp_qc_submit,
a.hikacart,
#sp-bottom .menu li a:before,
.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, .slider-btn.left > a:hover,
.slider-btn.right > a:hover {
   background: var(--background-color)!important;
}
.video-item figure a:hover:after,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
    color: var(--text-color);
}
sp-bottom .menu li a:hover,
.top-right a, .price-item ul li:before, ul.top-left li em,
.title-video, .abilities-item i, .abilities-item h3,
.testimonial-item em, .contact-test-item h6, 
.contact-test-item h4, .services-item i, .services-item h3 {
    color: var(--text-color)!important;
}
a.hikacart,
.bg-colum, .title h2:before {
   border-color:var(--text-color)!important;
}
.slider-btn a:hover,
.sp-megamenu-parent > li > a:before,
.btn-large, .button.btn-large,
.sppb-panel-modern>.sppb-panel-heading.active:after,
.services-colum, .counter-item .sppb-icon-container,
.contact-info a:hover, .btn:hover, .btn.black:hover,
.services-item:after, #sp-bottom h3:before,
.contact-icon .shrewd_solution_icon ul li a:hover, .taste-img,
.contact-icon .shrewd_solution_icon ul li a, .notifyjs-metro-info, .blue .progress-bar, .blue span, .blue span:after,
.green .progress-bar, .green span, .green span:after {
    background: var(--background-color)!important;
}
.video-item figure a:after:hover {
    border: 1px solid var(--text-color);
}