/*** General CSS ***/
body {
    background: #0000!important;
    color: #c6c9d8!important;
    line-height: 32px;
}
.btn,
.btn-slider a,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-weight: 500;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 35px;
  	cursor: pointer;
    border: 0!important;
    color: #fff!important;
}
.btn-primary:hover,
.btn:hover,
.btn-slider a:hover,
#sp_qc_submit:hover {
	background: #222!important;
    border-color: #000;
    border: 0!important;
}
.btn-slider a span:before {
    margin-left: 10px;
}
.btn.no-bg {
    background: none!important;
    padding-left: 0!important;
    box-shadow: none!important;
}
.article-info>span a,
.article-list .article .readmore a,
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus,
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: #fff;
}
/*** Title ***/
.btn-line {
    background: none;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 0 0 10px 0;
    position: relative;
}
.btn-line:hover {
    background: none;
    border: 0;
    color: #fff;
}
.btn-line:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    opacity: .75;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.btn-line:hover:after {
    width: 100%;
}
/*** Header Area ***/
/* Top Header */

/* Header Logo */
#sp-header {
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}
#sp-header .container {
    max-width: 100%;
    padding: 10px 0;
}
#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
	top: 0;
	box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.10);
}
body:not(.home) #sp-header {
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;
	box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.10);
}
body:not(.home) #sp-header .container {
    padding: 10px 0;
}

/* Header Menu */
.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;
}

/* 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 ***/
/*** Slider ***/
.slider h1 {
    background: -webkit-linear-gradient(349deg,#f81f01,#ee076e);
    background: linear-gradient(-259deg,#f81f01,#ee076e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bottom-slider-img {
    position: relative;
    top: -110px;
}
.bottom-slider-img img {
    border-radius: 5px;
}
.bottom-slider-right .clearfix:nth-child(n+2) {
    width: 50%;
    float: left;
}
/*** Service ***/
.service-item {
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    padding: 30px 35px;
    z-index: 2;
    border-radius: 10px;
}
.service-item:hover {
    box-shadow: 0 10px 25px 10px rgba(0,0,0,.1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.service-item i,
.service-item h4,
.service-item .sppb-addon-text {
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.service-item:hover i,
.service-item:hover h4,
.service-item:hover .sppb-addon-text {
    color: #fff!important;
}

/*** Portfolio ***/
/*** Portfolio ***/
.sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper {
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper:hover {
    -webkit-transform: scale(1.08) translateZ(0);
    transform: scale(1.08) translateZ(0);
}
.sp-simpleportfolio-btns {
    margin-bottom: 20px;
}
.sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
    position: relative;
    opacity: 1!important;
    background: none!important;
}
.sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay {
    background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0))!important;
}
.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: 0!important;
}
.sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay:before {
    opacity: .75!important;
}
.sp-simpleportfolio-title {
    text-align: left;
    padding-left: 20px;
    display: inherit!important;
    font-size: 24px;
    line-height: 36px;
    opacity: 1;
}
.sp-simpleportfolio-tags {
    text-align: left;
    padding-left: 20px;
    margin-top: 20px;
    color: #c6c9d8;
    font-size: 14px;
    opacity: 1;
}
.sp-simpleportfolio-btns  {
    position: absolute;
    bottom: 30px;
    left: 20px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-view {
    display: none;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-zoom {
    font-size: 0;
    border: 0;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-zoom:before {
    content: "Case Study";
    font-family: FontAwesome;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 30px;
    padding: 0 23px;
    height: 40px;
    display: inline-block;
    line-height: 34px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    font-size: 14px;
    position: relative;
    z-index: 2;
    color: #fff;
    letter-spacing: .2px;
    text-transform: uppercase;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a:hover {
    background: none;
    border: 0;
}
.sp-simpleportfolio-info {
    display: none!important;
}
#sp-main-body .back-home a {
  color: #fff !important;
  margin-top: 20px;
  font-weight: 600 !important;
  text-decoration: none !important;
  font-size: 1.1rem !important;
  padding: 12px 20px !important;
  border: 2px solid #fff !important;
  border-radius: 6px !important;
  display: inline-block !important;
  background: transparent !important;
  transition: background 0.3s ease, color 0.3s ease !important;
}

#sp-main-body .back-home a:hover {
  background: #fff !important;
  color: #000 !important;
}

  #sp-main-body {
    margin: 0;
    padding: 0;
    font-family: 'Exo 2', sans-serif;
    background-color: #000;
  }

  .tech-hero {
    display: block;
    height: auto; /* expands with content */
    background: url('/images/backgrounds/Laptop.jpg') center / cover no-repeat;
    padding: 120px 20px 120px 20px;
    color: white;
    text-align: center;
    text-shadow: 0 0 5px rgba(0,0,0,0.7);
    position: relative;
  }

  /* fade overlay at bottom of hero */
  .tech-hero::after {
    content: "";
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 150px; /* depth of fade */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #1a1a1a 100%);
    z-index: 0; /* behind blurbs */
    pointer-events: none;
  }

  .tech-hero p {
    margin: 0;
    font-size: 2.5rem;
    line-height: 1.4;
    opacity: 0;
    animation: fadeSlideUp 1s ease-out forwards;
    position: relative;
    z-index: 1;
  }

  .tech-hero p:nth-child(1) { animation-delay: 0.2s; }
  .tech-hero p:nth-child(2) { animation-delay: 0.6s; }
  .tech-hero p:nth-child(3) { animation-delay: 1s; }
  .tech-hero p:nth-child(4) { animation-delay: 1.4s; }

  @keyframes fadeSlideUp {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
  }

  .blurbs-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    padding: 0 20px;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    position: relative;
    z-index: 1; /* above fade */
  }

  .blurbs-container.visible {
    opacity: 1;
    transform: translateY(0);
  }

  .blurb-box {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    max-width: 280px;
    flex: 1 1 280px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .blurb-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 25px rgba(255, 102, 0, 0.9);
  }

  .blurb-box h4 {
    margin-top: 0;
    font-size: 1.5rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .blurb-box p {
    font-size: 1rem;
    margin: 0 0 15px 0;
  }

  .blurb-box a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
  }

  .merge-section {
    background-color: #1a1a1a;
    padding: 80px 20px;
    text-align: center;
    color: #ccc;
    position: relative;
    z-index: 1;
  }

  .merge-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #fff;
  }

  .merge-section p {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  @media (max-width: 768px) {
    .tech-hero {
      padding-top: 100px;
      background-position: top center;
    }

    .tech-hero p {
      font-size: 1.8rem;
    }

    .blurb-box {
      max-width: 100%;
    }

    .blurb-box h4 {
      font-size: 1.3rem;
    }

    .blurb-box p {
      font-size: 0.95rem;
    }

    .merge-section {
      padding-top: 120px;
    }

/*** Counter ***/
.counter-item span {
    font-size: 72px;
    line-height: 80px;
    position: relative;
}
.counter-item span:after {
    right: -26px;
    position: absolute;
    top: -17px;
    font-size: 40px;
    content: "+";
}

/*** CLient ***/
.client .sppb-title-heading {
    line-height: 1.5!important;
}
.client .sppb-section-title h6 {
    text-transform: uppercase;
}
.client .sppb-section-title h6 span {
    color: #fff;
}
.client .sppb-column {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
}
.client .clearfix {
    display: inline-block;
}
.client .sppb-addon-wrapper {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 20%;
    margin-bottom: 30px;
    float: left;
}
.client .sppb-addon-wrapper:nth-child(6) {
    width: 40%;
    text-align: right;
}
.client .clearfix:first-child:after {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #f9004d;
    right: 10px;
    top: -8.5px;
    position: absolute;
    content: "";
    border-radius: 100%;
}
.client img {
    outline: none;
    cursor: pointer;
    border-radius: 6px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
} 
.client img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    object-fit: contain;
    box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
}

/*** Client Bottom ***/
.client-bottom .sppb-column-addons {
    text-align: center;
}
.client-bottom .clearfix {
    display: inline-block;
    padding: 25px;
    width: 16%;
    text-align: center;
    float: left;
}
.client-bottom .clearfix img {
    -webkit-filter: invert(1);
    filter: invert(1);
    opacity: .7;
    -webkit-transition: .3s;
    transition: .3s;
    max-height: 110px;
    max-width: 150px;
    cursor: pointer;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.client-bottom .clearfix img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}



/* [Other block name] */


/* Bottom Area */
#sp-bottom {
  	padding-bottom: 0;
}
.footer-left .inner h2 {
    font-size: 75px;
    font-weight: 900;
    font-family: Montserrat,sans-serif;
    line-height: 90px;
}
.bottom-left {
    background: -webkit-linear-gradient(305deg,#f81f01,#ee076e);
    background: linear-gradient(145deg,#f81f01,#ee076e);
    padding: 120px;
    z-index: 2;
    margin-right: -15px;
    border-top-right-radius: 6px;
    position: relative;
}
.bottom-left:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/pattern-1.png);
    content: "";
    z-index: 1;
    opacity: .5;
    border-top-right-radius: 6px;
}
.bottom-left h2 {
    font-size: 70px;
    font-weight: 900;
    font-family: Montserrat,sans-serif;
    line-height: 90px;
}
.bottom-left .btn {
    background: none;
    border: 2px solid!important;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 15px 40px;
    margin-top: 30px;
}
.bottom-left .btn:hover {
    color: #fff!important;
}
#sp-bottom-right {
    padding: 170px 70px 100px 120px;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
#sp-bottom-right:before {
    position: absolute;
    content: "";
    top: 80px;
    left: 0;
    width: 100%;
    right: 0;
    height: 100%;
    display: inline-block;
    background: #101010;
}
.bottom-right-4 ul li a {
    font-size: 16px;
    opacity: .75;
}
.bottom-right-4 ul.social {
    padding-left: 0;
    margin-top: 10px!important;
}
.bottom-right-4 ul.social li {
    list-style: none;
    display: inline-block!important;
    text-align: center;
}
.bottom-right-4 ul.social li a {
    display: inline-block;
    padding: 12px;
    border-radius: 3px;
    font-size: 15px;
}
.bottom-right-4 ul.social li:first-child a {
    padding-left: 0;
}
.bottom-right-4 ul.social li a strong {
    display: none;
}

/* Footer Copyright */
#sp-footer {
  	text-align: center;
}
#sp-footer .container {
  	border: 0!important;
}

/*** Responsive Layout ***/
/* 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) {
    #sp-header {
        top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
  	.client-bottom .clearfix {
    	width: 100%;
	} 
  	.bottom-left {
    	padding: 60px 10px;
  	}
  	#sp-bottom-right {
    	padding: 30px 30px;
 	}
  	#sp-bottom-right:before {
    	display: none;
  	}
}

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

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

/* General */
.slider-item i, 
.about-item i, 
.service-item i,
.counter-item span, 
.intro-title .sppb-addon-content:before {
    color: var(--background-color);
}


.btn-line:after, 
.service-item:hover, 
.line-title .sppb-section-title:before,
.sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay:before {
        background-color: var(--background-color);
}
}