/*** General CSS ***/
.btn,
.slider-btn a,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-weight: 500;
    font-family: inherit;
    letter-spacing: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border: 0!important;
    border-radius: 0px;
    font-size: 18px;
    text-transform: uppercase;
    border-style: solid;
    border-width: 3px;
    padding: 14px 50px 14px 50px;
    background: none!important;
    border: 2px solid!important;
}
.btn:hover,
.slider-btn a:hover,
#sp_qc_submit:hover {
    background: #222!important;
    border-color: #222!important;
}

/*** Title ***/
.title {
    position: relative;
}
.title h2 {
    color: #1B4D61;
    font-size: 52px;
    font-weight: 900;
}
.title h2 strong {
    -webkit-text-fill-color: rgba(0,0,0,0);
    -webkit-text-stroke-width: 2px;
}
.sppb-section-title {
    overflow: hidden;
}
/*** Line title ***/
h3.sppb-title-heading {
    position: relative;
    display: inline-block;
}
.sppb-section-title:after {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 2px dotted #fff;
    position: absolute;
    margin-left: 50px;
    bottom: 38px;
}

/*** Header Area ***/
/* Header */
#sp-header {
    top: 0;
    height: inherit;
    position: absolute;
    width: 100%;
    z-index: 2;
    box-shadow: none;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    background-color: #000;
}
body:not(.home) #sp-header {
    background: #000;
    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;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.sp-megamenu-parent > li > span {
  	color: #fff;
}
.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;
}   

/* 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 ***/
/* Promotion Slider */
/*** About ***/
.about {
    position: relative;
}
.about:before {
    content: "";
    top: -50px;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    position: absolute;
    background: #fff;
}
.about-img {
    position: relative;
    top: -150px;
}
.about-img img {
    box-shadow: 0px 9px 40px 0px rgb(0 0 0 / 50%);
}
.about-item {
    padding-bottom: 40px;
    border-bottom: 1px solid #777;
    max-width: 210px;
}
.about-item .sppb-addon-text {
    letter-spacing: 3px;
}

/*** Feature ***/
.feature-item {
    position: relative;
}
.feature-item .sppb-addon-title {
    position: absolute;
    top: 38%;
    left: 0;
    border: 2px solid #fff;
    right: 0;
    margin: 0 auto;
    max-width: 90%;
    z-index: 2;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
}
.feature-item:hover .sppb-addon-title {
    border-color: #fff!important;
}
.feature-item .sppb-addon-single-image-container, .feature-item img {
    width: 100%;
}

/*** 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;
}
.column-video {
    padding: 170px 0 200px;
    position: relative;
    z-index: 999;
    top: -100px;
    border-radius: 7px;
}
.column-video .sppb-addon-single-image-container,
.column-video .sppb-addon-single-image-container img {
    width: 100%;
}
.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 {
    min-width: 80px;
    min-height: 80px;
    position: absolute;
    top: 30%;
    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;
    display: inline-block;
    animation: myrotate 4s infinite;
}
@keyframes myrotate {
  0%   {transform: scale(1.01);}
  20%  {transform: scale(1.02);}
  40%  {transform: scale(1.03);}
  60%  {transform: scale(1.04);}
  80%  {transform: scale(1.03);}
  100% {transform: scale(1.02);}
}

.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;
}

.video-item {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 9%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 20px 20px 20px 20px;
    padding: 70px 20px 70px 20px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.video-item:hover {
    transform: translateY(-10px);
}
.shape svg {
    background: #000;
}
.shape .elementor-shape-fill {
    fill: #fff;
}
.shape .sppb-addon-title {
    line-height: 0;
    margin: 0;
}

/*** Team ***/
.line-title .sppb-section-title {
    position: relative;
}
.line-title .sppb-section-title:before {
    position: absolute;
    content: "";
    top: -110px;
    height: 75px;
    width: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.team .sppb-title-heading {
    -webkit-text-stroke-color: #1e3c6f;
}
.team-social p {
    font-size: 18px;
    color: #fff;
}
.team-social ul {
    padding-left: 0;
}
.team-social ul li {
    list-style: none;
    display: inline-block;
    margin: 10px 20px;
}
.team-social ul li em {
    font-size: 0;
}
.team-social ul li em:before {
    font-size: 18px;
    color: #fff;
}
.team-img .sppb-addon-single-image-container,
.team-img img {
    width: 100%;
}

/*** Portfolio ***/
#portfolio .sp-simpleportfolio-tags,
#portfolio .sp-simpleportfolio-title {
    display: none!important;
}
.sp-simpleportfolio-btns {
    margin-bottom: 20px;
}
.sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
    position: relative;
}
.sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .75!important;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-view {
    display: none;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-zoom,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-zoom:hover {
    font-size: 0;
    border: 0;
    position: absolute;
    top: -50px;
    right: 10px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
    left: 0;
    right: 0;
    margin: 38% auto;
    background-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    border-radius: 5px;
    padding: 12px 12px 12px 12px;
    width: 44px;
    height: 44px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
    padding: 0;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-btns .btn-zoom {
    top: 20px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-zoom:before {
    content: "\f0c1";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a:hover {
    background: none;
    border: 0;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-tags {
    display: inline-block;
    position: absolute;
    left: -50px;
    bottom: 70px;
    transform: rotate(-90deg)!important;
    -webkit-transform: rotate(-90deg)!important;
    -ms-transform: rotate(-90deg)!important;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-tags {
    left: 5%;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-title {
    position: absolute;
    bottom: 20px;
    display: inherit!important;
    opacity: 0;
    right: -100%;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-title {
    right: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay {
    background: #b0a37e;
    opacity: 0.6;
}
.portfolio .btn {
    display: unset;
}

/*** Counter ***/
.counter-item {
    position: relative;
    padding: 40px 40px 40px 40px;
    background-color: #ffffff;
    border-radius: 4px 4px 4px 4px;
}
.counter-item h4,
.counter-item h4 span {
    font-size: 64px;
    margin-bottom: 0;
    font-weight: 300;
}
.counter-item h5 {
    font-size: 19px;
    font-weight: 400;
    color: #000;
    line-height: 2.5;
}

/*** Testimonial ****/
.testimonial-column {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 9%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 20px 20px 20px 20px;
    padding: 20px 20px 20px 20px;
}
.testimonial-item {
    padding: 40px 0 0 20px;
}
.testimonial-item .star-vote em {
    font-style: inherit;
    font-size: 15px;
}
.testimonial-item h2 {
    margin-top: 20px;
    color: #000;
    font-size: 36px;
}
.testimonial-item p {
    color: #fff;
    margin-top: 20px;
}
.testimonial-content .sppb-addon-content {
    text-align: center;
}
.testimonial-content .sppb-media:first-child {
    margin-top: 0;
    display: inline-block;
}
.testimonial-content .pull-left {
    max-width: 75px;
}
.testimonial-content img {
    border-radius: 50%;
}
.testimonial-content h5 {
    margin-top: 24px;
}
/*** Pricing ***/
.pricing-item {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}
.pricing-left {
    width: 50%;
    float: left;
}
.pricing-right {
    width: 50%;
    float: left;
    text-align: right;
}
.pricing-left h3 {
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
}
.pricing-right h2 {
    padding-top: 10px;
}
.pricing-left p {
    margin-bottom: 0;
    font-size: 15px;
}

/* Bottom Area */
#sp-bottom h3 {
    margin: 0 0 20px;
    color: #fff;
    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: #fefefe;
    height: 36px;
    width: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
.bottom-social ul li a strong {
    display: none;
}
.bottom-social ul li a:hover em { 
    color: #fff!important;
}

/*** Bottom Center ***/
#sp-bottom-center {
    text-align: center;
}
#sp-bottom-center h3 {
    font-size: 60px!important;
    color: #fff;
    font-weight: 300;
}
#sp-bottom-center p {
    color: #fff;
}

/* 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) {
    .about-img {
    	top: 0px;
    }  
}

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

  
}

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

/* General */
.btn,
.pricing-left p, 
.pricing-right h2, 
.title h3,
.btn:hover, .title h5,
.sppb-section-title:after,
.about-item i, .bottom-team .btn, 
.parallax-text h1, .video-item i, 
.service-item h5, .testimonial-content h5, 
.portfolio h3.sppb-title-heading, 
.choose-item h5, .client-item h5, 
.project-content h3 span, .testimonial-item .star-vote em, 
.our-item h3, .price .btn, 
.testimonial-item i, .testimonial-item h5 {
    color: var(--text-color);
}
.title:after, .counter-item:after, 
.service-img:before, .team-img, 
.counter-center-column .counter-item, 
.service-item .sppb-media-content:before, 
#sp_qc_submit, #sp_qc_submit:hover, 
.title p:before, 
.price-column.color, .skills .progress-bar, 
.about-item-content a, .skills span, 
.skills pan:after, #sp_qc_submit,
.offer-right, a.hikacart, 
.bottom-social ul li a:hover, .line-title .sppb-section-title:before, 
.about-us .sppb-title-heading:before, 
.team-item ul li a.share, 
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
    background-color: var(--background-color);
}
.btn,
.slider-btn a,
#sp_qc_submit,
.portfolio .sppb-section-title:after,
.feature-item .sppb-addon-title,
.choose-item,
#sp-quickcontact-form #sp_qc_submit:hover,
.about-item.color .sppb-icon-container,
#sp_qc_submit {
   border-color:var(--text-color)!important;
}
