/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 999;
    font-size: 15px;
    padding: 12px 0 12px;
}
body:not(.home) #sp-top-bar {
  	border-bottom: 1px solid rgb(255 255 255 / 36%);
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: none;
    z-index: 9999;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    background: #0f0f24;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #0f0f24;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 10px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: capitalize;
    position: relative;
}
.sp-megamenu-parent > li > span {
    color: #fff;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.sp-megamenu-parent>li:last-child>a {
    padding: 0px 30px 0px 30px;
    margin-left: 50px;
    color: #fff;
}
.sp-megamenu-parent>li:last-child>a {
    line-height: 48px;
    font-weight: 500;
    border-radius: 30px;
    background: #ffffff33;
}
.sp-megamenu-parent>li.active:last-child>a,
.sp-megamenu-parent>li:last-child>a:hover {
    background-image: linear-gradient(45deg, #229631 0%, #21C063 100%);
}

/* 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: #0f0f24;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn, .button, .no-btn {
    padding: 13px 35px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 30px;
    text-transform: capitalize;
    letter-spacing: 0;
    border: 2px solid;
    display: inline-block;
    background: transparent;
    color: #fff !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover, .button {
	background: transparent !important;
	color: #fff!important;
}
.btn:hover, .button:hover, .no-btn:hover {
      transform: translateY(-8px);
}
.no-btn {
	color: #021137 !important;
}

/* Title */
.title h3 {
	letter-spacing: 2px;
}
.title h2 {
	font-size: 35px;
	padding-bottom: 10px;
	line-height: 50px;
	font-weight: 700;
}

/* Bg */
.bg .sppb-row-overlay {
    background-image: linear-gradient(180deg, #121228BA 0%, #12122800 100%);
    z-index: -1;
}
.bg .sppb-row {
	background-image: linear-gradient(135deg, #0a89ffa6 0%, #ff3bf687 100%);
	border-radius: 10px 10px 0px 10px;
	padding: 80px 60px;
	position: relative;
	z-index: 1;
	margin: 5px;
}
.bg .sppb-row:before {
	content: '';
	position: absolute;
	right: -10px;
	bottom: -10px;
	height: 100%;
	width: 100%;
	background-image: url('../images/memphis_2.png');
	background-position: bottom right;
    background-repeat: no-repeat;
    z-index: -1;
}
.bg-title {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.bg-title li {
	display: inline-block;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
}
.bg-title li strong {
	display: none;
}
.bg-title li em {
	padding: 0 15px;
	font-size: 16px;
}

/* Slider */
.slider {
	margin-top: -80px !important;
}
.slider .sppb-row-overlay {
  	background-image: linear-gradient(180deg, #07071C 0%, #12122840 100%) !important;
}

/* Intro */
.intro-item {
	position: relative;
    background-color: #121228;
    padding: 40px;
    border-radius: 10px;
    z-index: 1;
    overflow: hidden;
}
.intro-item.center {
	background-image: linear-gradient(135deg, #0A89FF 0%, #FF3BF6 100%);
}
.intro-item h3 {
	letter-spacing: 2px;
}
.intro-item img {
	width: 55px;
}
.intro-item a {
	padding: 12px 25px;
	font-size: 15px;
	border-radius: 30px;
}
.intro-item .icon-hover {
	position: absolute;
	bottom: -50px;
	right: 10px;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.intro-item:hover .icon-hover {
	bottom: -10px;
	opacity: 1;
}
.intro-item strong {
	display: none;
}
.intro-item em {
	font-size: 90px;
	color: #ffffff26;
}

/* Video */
.video-page .sppb-row-overlay {
    background-image: linear-gradient( 180deg, #12122891 0%, #07071C 100%);
}
.video {
    min-width: 60px;
    min-height: 60px;
    position: relative;
    top: 34%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: transparent;
    width: 95px;
    border: 5px solid #fff;
    height: 95px;
    border-radius: 50%;
}
.video .sppb-img-container {
    overflow: hidden;
}
.video .sppb-img-container:hover:before {
    background-color: rgba(0, 0, 0, 0.90);
}
.video .sppb-img-container:before {
    background-color: rgba(0, 0, 0, 0.60);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.video img {
    width: 100%;
}
#video-popup-container,
#video-popup-containers {
    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: absolute;
    top: 44%;
}
.video a:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    margin-top: -11.5px;
    margin-left: -5px;
    border: solid 11px transparent;
    border-left: solid 17px;
    border-left-color: #fff;
    z-index: 10;
}
#video-popup-close,
#video-popup-closes {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 9999;
    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,
#video-popup-iframe-containers {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}
#video-popup-iframe,
#video-popup-iframes {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}
#video-popup-overlay,
#video-popup-overlays {
    display: none;
    position: fixed;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
}
#video-popup-close:hover,
#video-popup-closes:hover {
    color: #DE0023;
}
.video-colum {
	border-radius: 10px;
}

/* Services */
.services-item h3 {
	letter-spacing: 2px;
}
.services .sppb-row {
    background-color: #121228;
    padding: 60px;
    border-radius: 10px;
    position: relative;
}
.services .sppb-row:before, .history:before, .experts:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
    background-image: url('../images/footer_img_1.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    opacity: 0.1;
}

/* Experts */
.experts:before {
    background-image: url('../images/blade-servers-background.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
}

/* Choose */
.choose:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-image: radial-gradient(at center right, #0a89ff 0%, #121228 100%);
    opacity: 0.3;
}
.choose-img img {
	width: 100vw;
    max-width: 65vw;
    height: 85vh;
    object-fit: contain;
    filter: brightness( 100% ) contrast( 100% ) saturate( 85% ) blur( 0px ) hue-rotate( 0deg);
}

/* Testimonial */
.testimonial-colum {
	background-color: #121228;
	border-radius: 10px;
	padding: 0px 30px 30px;
}
.sppb-addon-testimonial-footer a {
	text-align: left;
}
.sppb-panel-modern .sppb-panel-body {
    border-top-color: #121228;
}

/* Step */
.sppb-panel-modern {
    background: #121228;
    border: 1px solid #121228;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
}
.sppb-panel-modern>.sppb-panel-heading {
    background: #121228;
    color: #fff;
    padding: 22px 30px 22px 15px;
    border-radius: 10px 10px 0px 0px;
}
.sppb-panel-title {
	font-size: 16px;
}

/* Counter */
.counter-row {
	background-image: linear-gradient(135deg, #0a89ff 0%, #ff3bf6 100%);
	display: inline-block;
	width: 100%;
	padding: 60px 20px;
	border-radius: 10px;
}
.counter-item {
	width: 25%;
	float: left;
	text-align: center;
}
.counter-item h1 {
	font-weight: 600;
	font-size: 33px;
}
.counter-item h5 {
	font-size: 15px;
}

/* Team */
.team-item {
	position: relative;
}
.team-item .sppb-media-content {
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.team-item:hover .sppb-media-content {
	bottom: 30%;
	opacity: 1;
}
.team-item .sppb-img-container img {
	border-radius: 10px;
}
.team-item .sppb-img-container {
	position: relative;
	overflow: hidden;
}
.team-item .sppb-img-container:before {
	background-color: #123075;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: auto;
    content: '';
    position: absolute;
    height: auto;
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.team-item:hover .sppb-img-container:before {
    opacity: .93;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.shrewd_solution_icon, .shrewd_solution_icon li {
    display: inline-block!important;
    padding: 0!important;
}
.shrewd_solution_icon li a {
    font-size: 13px;
    color: #fff !important;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin: 2px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    background: #000;
}
.shrewd_solution_icon strong {
    display: none;
}

/* Products */
.products-item .sppb-img-container {
	overflow: hidden;
}
.products-item .sppb-media-content {
	-webkit-box-shadow: -1.216px 6.894px 25px 0 rgb(0 0 0 / 7%);
    box-shadow: -1.216px 6.894px 25px 0 rgb(0 0 0 / 7%);
    border-radius: 10px;
    background-color: rgba(255,255,255,.9);
    width: 90%;
    padding: 30px 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -55px;
    position: relative
}
.products-item img  {
	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.products-item:hover img {
	opacity: 1;
    transform: scale(1.1);
}
.products-item:hover h3 {
	color: #2575fc !important;
}

/* Blog */
.jmm-row {
	margin-bottom: 30px;
	background: #fff;
	border-radius: 10px;
}
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
  	margin: 0;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.12);
  	filter: grayscale(100%);
}
.jmm-text {
    padding: 20px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 19px;
	font-weight: 600;
	text-transform: capitalize;
}
.jm-category-module.default .jmm-readmore {
	margin-top: 20px;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}
#sp-position1 {
	padding: 0;
}

/* Bottom */
#sp-bottom {
	overflow: hidden;
	position: relative;
	z-index: 1;
	font-size: 13px;
}
#sp-bottom:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	background-image: linear-gradient(180deg, #121228 18%, #121228BD 100%);
}
#sp-bottom p {
	line-height: 28px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 20px;
    font-weight: 600;
}
#sp-bottom2 span, #sp-bottom3 span {
    padding-right: 10px;
    font-size: 10px;
}
#sp-bottom strong {
  	display: none;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(0,0,0,0.1);
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}
@media (max-width: 1280px) {
  	.sp-megamenu-parent>li:last-child>a {
        padding: 0px 10px 0px 10px;
        margin-left: 0px;
	}
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	#sp-header {
    	top: 0px;
	}
  	.intro .sppb-column .clearfix {
    	margin-top: 0px !important;
    	margin-bottom: 30px !important;
	}
  	.video-colum {
    	padding: 80px 10px;
	}
  	.services .sppb-row {
    	padding: 60px 10px;
  	}
  	.choose-img img {
        width: 100%;
        max-width: 100%;
        height: auto;
  	}
  	.testimonial .sppb-col-md-4 {    	
    	margin-top: 80px;
	}
  	.counter-item {
        width: 50%;
        margin: 20px 0;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.counter-item {
        width: 100%;
	}
  	.slider-title h3 {
        font-size: 40px !important;
        line-height: 50px !important;
	}
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link, .slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover, 
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay, .btn, 
.sp-megamenu-parent>li:last-child>a, .intro-item a, .sppb-panel-modern>.sppb-panel-heading.active,
.shrewd_solution_icon li a:hover {
 	background-color: var(--background-color) !important;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
#sp-bottom2 span, #sp-bottom3 span, .title h3, .services-item i {
  	color: var(--text-color) !important;
}
.btn, .divider {
  	border-color: var(--text-color) !important;
}
