/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Top */

/* Header Menu */
#sp-header {
    box-shadow: none;
}
#sp-header.header-sticky {
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-weight: 400 !important;
    padding: 10px 0;
    font-size: 15px !important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: capitalize;
    position: relative;
}
.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-weight: 500;
    font-size: 16px;
}
.burger-icon>span {
    background-color: #000;
}
.offcanvas-menu > .align-items-center {
    background: #fff;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #000;
}

/*** Block Styles ***/
/* Button */
.btn { 
    padding: 16px 30px;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    border-radius: 0;
    border: 1px solid;
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
  	background-color: transparent;
	color: #000;
  	border-color: #000;
  	transform: scale(0.9);
}
.btn.no-bg {
    border: none;
}
.btn.white {
    color: #fff;
    border-color: #fff;
}


/* Title */
.title h3 {
    letter-spacing: 2px;
}

/* Slider */
.slider {
  	z-index: 2 !important;
}
.slider-column.left .clearfix:nth-child(3), .slider-column.left .clearfix:last-child {
    display: inline-block;
}

/* Heading */
.heading .sppb-row-overlay {
    background-image: linear-gradient(180deg, #F2F2F259 4%, #F7F7F9 100%);
}

/* About */
.about-column.left {
    z-index: 2;
}
.about-img img {
    width: 82%;
}
.about-column.right .clearfix:nth-child(3), .about-column.right .clearfix:nth-child(4) {
    float: left;
    width: 50%;
}
.about-column.right .clearfix:last-child {
    display: inline-block;
}

/* Team */
.team-item, .team-item .sppb-img-container {
	position: relative;
	z-index: 1;
}
.team-item .sppb-img-container:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-item:hover .sppb-img-container:before {
	opacity: 0.5;
}
.team-item h3 {
	position: absolute;
	bottom: 0px;
	left: 15px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-item:hover h3 {
	bottom: 20px;
	opacity: 1;
}
.team-item .shrewd_solution_icon  {
	position: absolute;
	bottom: 20px;
	right: 30px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-item:hover .shrewd_solution_icon {
	bottom: 30px;
	opacity: 1;
}
.team-item .shrewd_solution_icon ul, .team-item .shrewd_solution_icon ul li {
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
}
.team-item .shrewd_solution_icon ul li a {
  	font-size: 16px;
  	width: 35px;
  	line-height: 35px;
  	color: #fff;
  	display: inline-block;
  	text-align: center;
  	border-radius: 50%;
  	border: none;
  	-webkit-transition: .5s;
  	transition: .5s;
  	height: 35px;
  	margin-right: 5px;
  	background: #f2c4d0;
}
.team-item .shrewd_solution_icon ul li a:hover {
  	background-color: #fff;
	color: #000;
}
.team-item .shrewd_solution_icon ul li a em {
  	font-family: "Font Awesome 5 Brands";
}
.team-item .shrewd_solution_icon strong {
    display: none;
	margin: 0 20px;
}

/* Services */
.services-item {
    padding: 30px;
  	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.services-item:hover {
  	transform: translateY(-8px);
}
.services-item:hover i {
   	color: #fff;
}
.services-item a:hover {
    background: transparent !important;
}
.services-item {
  	background: #ECECEC;
}
.services-item:hover {
  	color: #fff;
}

/* Testimonials */
.testimonials-item img {
    width: 80px;
    border-radius: 50%;
}
.testimonials .sppb-col-md-12 {
    position: relative;
    z-index: 2;
}

/* Client */
.client-item img {
    filter: brightness( 126% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
.client-item:hover img {
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}

/* Video */
.slider-column.right .clearfix:last-child {
    padding: 20px;
    display: inline-block;
    width: 240px;
    margin-top: -80px;
    position: relative;
    left: -50px;
}
.video-item h4 {
    position: absolute;
    left: 30px;
    display: inline-block;
    width: 200px;
    top: 22px;
    font-size: 20px;
}
.video-item {
    min-width: 70px;
    min-height: 70px;
    position: relative;
    top: 34%;
    right: 0;
    left: 0;
    border: 2px solid #fff;
    margin: 0;
    text-align: center;
    background: #fff;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    z-index: 1;
}
.video-item .sppb-img-container {
    overflow: hidden;
}
.video-item .sppb-img-container:hover:before {
    background-color: rgba(0, 0, 0, 0.90);
}
.video-item .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-item 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-item a {
    font-size: 0;
    position: absolute;
    top: 44%;
}
.video-item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    margin-top: 5px;
    margin-left: 0;
    border-radius: 50%;
    z-index: 10;
    border: 4px solid #fff;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: 4;
}
.video-item a:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    margin-top: -10.5px;
    margin-left: -5px;
    border: solid 12px transparent;
    border-left: solid 18px;
    border-left-color: #000;
    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;
}
@-webkit-keyframes pulse-border{
    0%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        opacity:0
    }
}
@keyframes pulse-border{
    0%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        opacity:0
    }
}

/* Blog */
.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 0 0;
    border-radius: 0px 0px 0px 0px;
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
}
.jm-category-module.default .jmm-readmore {
	margin-top: 20px;
}

/* Bottom */
#sp-bottom {
	overflow: hidden;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
	font-size: 16px;
	padding: 50px 0 20px;
}
#sp-bottom h3 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0px;
    padding-bottom: 0;
}
#sp-bottom .shrewd_solution_icon  {
	text-align: right;
	margin-top: 8px;
}
#sp-bottom .shrewd_solution_icon ul li a {
	padding-left: 25px;
	font-size: 16px;
}
#sp-bottom .shrewd_solution_icon ul, #sp-bottom .shrewd_solution_icon ul li, #sp-bottom2 li {
    display: inline-block!important;
    padding: 0;
	margin-bottom: 0px;
}
#sp-bottom2 {
	text-align: center;
	padding-top: 8px;
}
#sp-bottom2 ul li a {
	padding: 0 20px;
}
#sp-bottom ul li strong {
  	display: none;
}
#sp-bottom ul li span {
  	padding-right: 10px;
}

/* 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(255,255,255,0.1);
}

/*** Responsive Layout ***/
@media (min-width: 992px) and (max-width: 1280px) {
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    	font-size: 12px !important;
	}
}
/* Mobile Standard Layout */
@media (max-width: 991px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	#sp-bottom .shrewd_solution_icon, div#sp-bottom1 {
    	text-align: center;
    	margin-top: 0;
	}
  	.about-img img {
    	width: 100%;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	body #sp-header {
      	top: 0;
	}
  	#sp-bottom h1 {
    	font-size: 55px;
	}
  	.slider-column.right .clearfix:last-child {
    	left: 0;
	}
}

/* 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,
.team-item .shrewd_solution_icon ul li a, .services-item.first, .services-item:hover,
.slider-column.right .clearfix:last-child {
 	background-color: var(--background-color);
}
.addtocart-bar input.addtocart-button {
 	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, .title h3, .about-item i, .services-item i,
.testimonials-item h3, .contact-item i {
  	color: var(--text-color);
}
.addtocart-bar input.addtocart-button {
	border-color: var(--text-color) !important;
}
.video-item a:after {
	border-left-color: var(--text-color);
}
