/*** General CSS ***/
.btn,
.slider-btn a,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-weight: 700;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 38px;
    cursor: pointer;
    border: 0!important;
    text-transform: capitalize;
    background: #0ab3e4;
    color: #fff;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.slider-btn a {
    text-transform: uppercase;
  	-webkit-transition: .2s ease-in-out!important;
    -o-transition: .2s ease-in-out!important;
    transition: .2s ease-in-out!important;
    background: #0ab3e4!important;
}
.btn:hover,
.slider-btn a:hover,
#sp_qc_submit:hover {
    padding-left: 54px!important;
    color: #fff;
    background: #0ab3e4!important;
}
.btn i,
.slider-btn a i {
    margin-left: 12px;
    color: #fff;
}
.btn.no-bg {
    background: none!important;
    box-shadow: none!important;
    border: 2px solid #0ab3e4!important;
    color: #0ab3e4!important;
    font-size: 14px;
}
.btn.no-bg i {
    color: #0ab3e4;
}
/*** Title ***/
.title h2 {
    color: #001038;
    font-size: 46px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
}

/*** Header Area ***/
#sp-header {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    top: 0;
    height: inherit;
}
#sp-header .logo {
    height: 90px;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 0 10px 0 0px;
}
body:not(.home) #sp-header {
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}

/* Header Menu */
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
    width: 100%;
    padding: 0 25px;
}
.sp-megamenu-parent > li > span {
  	color: #fff;
}
.sp-megamenu-parent > li li a {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    font-weight: 300!important;
}
.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: #0ab3e4;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}



/*** Block Styles ***/
/*** Video ***/
.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 {
    z-index: 2!important;
}
.video {
    min-width: 80px;
    min-height: 80px;
}
#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;
    left: 32px;
}
.video a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 90px;
    height: 90px;
    margin-top: -43.5px;
    margin-left: -45.5px;
    border-radius: 50%;
    z-index: 10;
}
.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;
}
/*** Video ***/
.video h3 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    margin-top: 50px;
}

/*** Logistics ***/
.logistics-text  ul {
    padding-left: 20px;
}
.logistics-text  ul li {
    list-style-type: none;
    position: relative;
    margin-left: 20px;
    margin-bottom: 10px;
}
.logistics-text ul li:before {
    position: absolute;
    z-index: 1;
    content: "\f00c";
    font-size: 19px;
    color: #0AB3E4;
    font-family: 'Font Awesome 5 Free';
    left: -40px;
    font-weight: 700;
}


/*** Service ***/
.service .title h1 {
    color: #fff;
}
.service .sppb-col-md-6 {
    margin: 15px 0;
}
.service-item .sppb-icon-container {
    padding: 20px!important;
    height: 75px;
    border-radius: 50%;
    background: rgba(10,179,228,0.05);
    width: 75px;
}
.service .btn {
    padding: 18px 30px;
    font-size: 0;
    width: 70px;
    height: 68px;
    overflow: hidden;
    background: rgba(10, 179, 228, 0.05)!important;
}
.service .btn:hover {
    width: auto;
    font-size: 18px;
    background: #0AB3E4!important;
}
.service .btn i {
    font-size: 18px;
    color: #0AB3E4!important;
}
.service .btn:hover i {
    color: #fff!important;
}
/*** Export ***/
.export .title ul {
    padding-left: 0;
    margin-top: 20px;
}
.export .title ul li {
    list-style: none;
    line-height: 40px;
}
.export .title ul li:before {
    z-index: 1;
    content: "\f00c";
    margin-right: 10px;
    font-size: 19px;
    color: #0AB3E4;
    font-family: FontAwesome;
    left: -40px;
}

/*** Our ***/
.our-left .clearfix {
    position: relative;
}
.our-left .clearfix:nth-child(2) {
    top: 100px;
    position: absolute;
}
.our-left .clearfix:nth-child(3) {
    position: relative;
    top: -100px;
}

/*** Testimonial ****/
.testimonial-column {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.testimonial-column:hover {
    box-shadow: 0 16px 26px 0 rgba(0, 0, 0, 0.18)!important;
    -webkit-box-shadow: 0 16px 26px 0 rgba(0, 0, 0, 0.18)!important;
}
.testimonial-item .pull-left {
    border-radius: 50%;
    max-width: 65px;
}
.testimonial-item img {
    border-radius: 50%;
}

/* [Other block name] */


/* Bottom Area */
#sp-bottom p {
    line-height: 2.2;
}
#sp-bottom .btn { 
    color: #fff!important
}
#sp-footer1 p,
#sp-footer1 p a {
    font-size: 15px;
    margin-bottom: 0;
    font-family: 'Raleway';
    text-align: center;
}
#sp-footer1 {
    padding: 10px 0;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(10, 179, 228, 0.2);
    padding: 10px 0;
}
.bottom-top {
    border-bottom: 1px solid rgba(10, 179, 228, 0.2);
}
#sp-bottom h3 {
    margin: 0 0 20px;
    font-size: 19px;
    margin: 0 0 20px;
    line-height: 1em;
}
#sp-bottom p a {
    font-weight: 700;
}
.bottom-bank {
    text-align: center;
}
.bottom-bank .clearfix {
    display: inline-block;
    margin: 20px;
}
.bottom-social ul li {
    list-style: none;
    line-height: 35px;
    display: inline-block!important;
    padding: 0px!important;
}
.bottom-social ul li a {
    font-size: 16px;
    background: rgba(10, 179, 228, 0.2);
    color: rgba(255,255,255,0.67);
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
.bottom-social ul li a strong {
    display: none;
}
.bottom-social ul li a:hover { 
    color: #fff!important;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
}
.bottom-social ul li a:hover em { 
    color: #fff!important;
}

/* 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) {
  .n2-ss-layer.n2-ow.n-uc-13116e89e3503 {
    	display: none !important;
  }
  .testimonial .sppb-col-md-4 {
    	margin-bottom: 30px;
  }
  .bottom-social {
    	text-align: left !important;
	}
}

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

  
}

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

/* General */

.testimonial-content i,
.help .sppb-panel-heading.active .sppb-panel-title,
.title h6, .blog h3, #sp_qc_submit, 
.btn-no-bg, .step-item h6, 
.together h1 span, .slider-button-text strong, 
.testimonial-content i, .about-item-content h3, 
.counter-item h6, .skills .cont p, 
.about-item a:hover, .video-item figure a:hover:after, 
.intro-title .sppb-addon-content:before, 
.intro-item:hover .sppb-icon i, 
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a, 
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
    color: var(--text-color);
}
#sp_qc_submit,
.slider-text:before,
.title p:before,
.skills .progress-bar, 
.about-item-content a,
.skills span, 
.skills pan:after,
#sp_qc_submit,
.feature-item:after,
.offer-right,
a.hikacart,
.video a:before,
.bottom-social ul li a:hover,
.line-title .sppb-section-title:before,
.about-us .sppb-title-heading:before,
.feature-item:hover .sppb-addon-content a,
.team-item ul li a.share,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
    background-color: var(--background-color);
}
.title h6 {
  	color: var(--text-color)!important;
}