/*** 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: uppercase;
    color: #fff;
}
.btn:hover,
.slider-btn a:hover,
#sp_qc_submit:hover {
    padding-left: 54px!important;
    color: #fff;
}
.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;
}

/*** Shape ***/
.shape {
    z-index: -1!important;
}
.shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(159% + 1.3px);
    height: 297px;
    background-color: #000B7F;
}
#shape2 {
    bottom: -20px;
}
#shape2.shape svg {
    background-color: #fff;
}
#shape3 svg {
    background-color: #fff;
}
#shape2 svg .elementor-shape-fill,
#shape3 svg .elementor-shape-fill {
    fill: #000B7F;
}
/*** Header Area ***/
/* Top Header */

/*** Head ***/
#sp-header {
    box-shadow: none;
    top: 0;
    height: inherit;
    position: fixed;
}
#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 {
    padding: 0 25px;
    text-transform: uppercase;
}
.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: #000B7F;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}


/*** Block Styles ***/
/* Promotion Slider */
/*** Slider ***/
.slider-column * {
    max-width: 100%;
}
.slider-text-title a {
    padding: 0!important;
}
.slider-btn a {
    max-width: 100%!important;
}
.slider .ld-masked-image {
    margin-right: -400px;
}
.slider-left .btn {
    margin-right: 30px;
}
.slider-button-text {
    position: relative;
    top: 14px;
}
.slider-btn a {
    position: relative;
}
.slider-btn a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #212529;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.slider-btn a:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.slider img {
    position: relative;
    bottom: -130px;
}
.slider-content h1 {
    font-size: 68px;
    font-weight: 100;
    letter-spacing: -1.2px;
}
.slider-content h5 {
    color: #FFFFFF;
    font-size: 25px;
    margin-top: 30px;
}

/*** Studio ***/
.studio .clearfix {
    border: 2px solid #000B7F;
    box-shadow: 0px 10px 100px 0px rgb(0 0 0 / 23%);
}

/*** About ***/
.export .slider-content h1,
.about .slider-content h1 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.export .slider-content h1:after
.about .slider-content h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #000B7F;
}

/*** Question ***/
.sppb-panel-modern {
    margin: 70px 0!important;
}
.sppb-panel-modern>.sppb-panel-heading {
    padding: 45px 45px 45px 45px!important;
}
.sppb-panel-modern>.sppb-panel-heading span {
    font-size: 20px!important;
}
.sppb-panel-modern .sppb-panel-body {
    padding: 10px 45px 45px 45px!important;
}

/* Bottom Area */
#sp-bottom p {
    line-height: 2.2;
}
#sp-bottom .lt-btn { 
    color: #fff!important
}
.bottom-social h2 {
    font-family: "Roboto", \"Source Sans Pro\", sans-serif;
    font-size: 55px;
    font-weight: 500;
    letter-spacing: -1.2px;
}
.menu-ft li {
  display: inline-block!important;
  padding: 0 10px;
}

#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 ***/
@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 */
.sppb-section-title h2, .blog h3, 
.slider-content h1, .studio-item i, 
.service-item h5, .service-item i, 
#sp_qc_submit, .btn-no-bg, .step-item h6, 
.bottom-social h2, .sppb-panel-modern>.sppb-panel-heading, 
.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);
}
.btn,
.btn:hover,
.slider-btn a,
#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,
.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); */
}