/*** 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 > .container {
	border-radius: 5px;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-weight: 400 !important;
    padding: 10px 0;
  	font-size: 16px;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    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-size: 15px;
    font-weight: 500;
}
.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: 15px 25px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    text-transform: capitalize;
    letter-spacing: 0;
    border: none;
    display: inline-block;
    background: transparent;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
	opacity: 0.7;
  	color: #fff;
}

/* Title */
.title h3 {
    letter-spacing: 2px;
}
.title h2 {
    font-size: 48px;
    font-weight: 600;
    margin: 20px 0;
}

/* Slider */
.slider {
  	margin-top: -130px !important;
}
.slider-img img {
    box-shadow: 10px 10px 0px 0px #fdbaba;
}

/* About */
.about-column {
    border-radius: 50px;
}
.about-img1 {
  	transform: rotateZ(13deg);
}
.about-img2 img {
  	box-shadow: 40px 40px 0px 0px rgb(229 185 185 / 90%);
}

/* Team */
.team-item span.sppb-img-container {
    position: relative;
}
.team-item span.sppb-img-container:before {
    content: '';
    position: absolute;
    left: 5%;
    top: 5%;
    background: #fff;
    height: 90%;
    width: 90%;
    transform: scale(1.5);
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.team-item img {
    width: 100%;
  	border-radius: 20px;
}
.team-item:hover span.sppb-img-container:before {
    transform: scale(1);
    opacity: 0.8;
}
.team-item .shrewd_solution_icon  {
	margin-top: 12px;
}
.team-item .shrewd_solution_icon ul, .team-item .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
	margin-bottom: 0px !important;
}
.team-item .shrewd_solution_icon ul li a {
    font-size: 16px !important;
    width: 40px;
    line-height: 40px;
    color: #fff !important;
    text-align: center;
    border-radius: 50%;
    border: none;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    height: 40px;
    margin-right: 5px;
    background-color: #b8b8b8;
}
.team-item .shrewd_solution_icon ul li strong {
  	display: none;
}
.team-item .sppb-media-content {
    position: absolute;
    bottom: 30%;
    z-index: 2;
    left: 0;
    right: 0;
    opacity: 0;
	-webkit-transition: .5s;
    transition: .5s;
}
.team-item:hover .sppb-media-content {
	opacity: 1;
	bottom: 45%;
}
.team-item {
    position: relative;
}

/* Intro */
.intro .sppb-row.sppb-no-gutter {
    box-shadow: 37px 33px 0px 0px #fff4f4;
    background-color: #fbd6d6;
    padding: 50px 40px;
    border-radius: 30px;
}

/* Services */
.services-item img {
    background: #fff;
    box-shadow: 3px 2px 0px 0px #da4141;
    border-radius: 50%;
    width: 85px;
    padding: 12px;
}
.services-space h3 {
    letter-spacing: 5px;
}

/* Counter */
.counter-item h1 {
    font-size: 55px;
    font-weight: 600;
}

/* Client */
.client .clearfix {
    width: 20%;
    padding: 20px;
    float: left;
}
.client .clearfix img {
  	border-radius: 30px;
}

/* Contact */
.contact-item img {
    width: 71px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 2px 0px 0px 2px #da4141;
    padding: 10px;
}
.contact-item span.sppb-img-container {
  	padding: 3px;
}
.contact-img img {
    box-shadow: 44px 34px 0px 0px #fdbaba;
}

/* Video */
.video {
    min-width: 60px;
    min-height: 60px;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    /*background: #fff;
    width: 100px;
    height: 100px;
    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:before {
    content: '';
    position: absolute;
    top: -50px;
    left: -45px;
    margin: 0 auto;
    right: 0;
    width: 100px;
    height: 100px;
    margin-top: 5px;
    margin-left: 0;
    border-radius: 50%;
    background: #fff;
}
.video a:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    margin-top: -17px;
    margin-left: -4px;
    border: solid 17px transparent;
    border-left: solid 24px;
    border-left-color: #444;
    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
    }
}

/* Project */
.project-column.right {
    box-shadow: -20px -20px 0px 0px #fbd6d6 !important;
    border-radius: 42px;
}
.project-column.left {
    position: relative;
    z-index: 2;
}
.project-column.left img {
    border-radius: 20px;
}

/* Talk */
.talk .video {
    position: relative;
    top: 0;
}
.talk .video a:after {
  	border-left-color: #fff;
}

/* Classes */
.classes-item .sppb-media-content {
    margin: -60px 40px 0px 40px;
    padding: 30px 30px 30px 30px;
    background-color: #fff6f6;
    position: relative;
}
.classes-item img {
    border-radius: 17px;
}

/* Pricing */
.pricing .sppb-col-md-4 {
    margin-bottom: 30px;
}
.pricing-column {
  	border: 1px dashed;
  	box-shadow: 0px 0px 50px 0px #fff3f3;
  	padding: 50px 0px 50px 50px;
  	border-radius: 20px;
}
.cost {
    padding: 5px 30px;
    border-radius: 50px 0 0 50px;
}
.cost {
    color: #fff;
  	margin-top: 30px;
}
.pricing-column .amount {
    font-size: 55px;
    font-weight: 6;
}
.plantype, .pricetype {
    text-transform: uppercase;
}
.table-body p strong {
    display: none;
}
.table-body p em {
    padding-right: 10px;
}
.table-body {
    padding: 50px 0px 30px;
}
.pricing-item h3 {
    letter-spacing: 5px;
    margin-bottom: 20px;
}

/* 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: 40px 20px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
    background: #f8f8f8;
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 17px;
	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 {
    padding: 13px 20px;
}
button.btn.btn-primary.validate:hover {
    color: #fff !important;
}
#sp-position1 {
	padding: 0;
}

/* Bottom */
#sp-bottom {
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 90px 0 60px;
	line-height: 30px;
}
#sp-bottom, #sp-footer {
    font-size: 15px !important;
}
#sp-bottom h1 {
    font-size: 40px;
    margin-bottom: 25px;
    font-weight: 600;
    letter-spacing: 10px;
}
#sp-bottom p {
	line-height: 28px;
}
#sp-bottom1 ul, #sp-bottom1 ul li {
    display: inline-block !important;
}
#sp-bottom1 ul li a {
    font-size: 16px !important;
    text-transform: uppercase;
    margin-right: 20px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 0px;
    position: relative;
}
#sp-bottom1 .sp-module ul {
    margin-top: 10px;
}
#sp-bottom .shrewd_solution_icon  {
	margin-top: 12px;
}
#sp-bottom .shrewd_solution_icon ul, #sp-bottom .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
	margin-bottom: 0px !important;
}
#sp-bottom .shrewd_solution_icon ul li a {
    font-size: 19px !important;
    width: 50px;
    line-height: 50px;
    color: #fff !important;
    text-align: center;
    border-radius: 50%;
    border: none;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    height: 50px;
    margin-right: 5px;
    background-color: #ffffff2b;
}
#sp-bottom .shrewd_solution_icon ul li strong {
  	display: none;
}
#sp-bottom .shrewd_solution_icon ul li:first-child a {
	background-color: #1873EB;
}
#sp-bottom .shrewd_solution_icon ul li:nth-child(2) a {
	 background-color: #1C96E8;
}
#sp-bottom .shrewd_solution_icon ul li:nth-child(3) a {
	background-color: #F70000;
}
#sp-bottom .shrewd_solution_icon ul li:last-child a {
	background-color: #DF3F9F;
}
#sp-bottom .shrewd_solution_icon ul li a:hover {
  	background-color: #2462fe;
	color: #fff !important;
}
#sp-bottom .shrewd_solution_icon ul li a em {
  	font-family: "Font Awesome 5 Brands";
}

/* 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 #ffffff4f;;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}
@media (min-width: 992px) and (max-width: 1280px) 	{
  	.services-item {
    	padding: 40px 10px;
	}
  	.services-item h4 {
    	font-size: 18px;
	}
  	.pricing-column .amount {
    	font-size: 40px;
	}
}

/* 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;
	}
  	.services .clearfix {
    	width: 100%;
    	margin-top: 0px;
	}
  	.client .clearfix {
    	padding: 2px;
	}
  	.header-title h3 {
        text-align: left;
  	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	body #sp-header {
      	top: 0;
	}
  	.client .clearfix {
    	width: 100%;
      	padding: 20px;
	}
}

/* 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,
button.btn.btn-primary.validate, .btn, .btn:hover, .team-item .shrewd_solution_icon ul li a:hover, 
.talk .video a:before, .cost {
 	background-color: var(--background-color);
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
#sp-bottom4 span, .sppb-panel-modern>.sppb-panel-heading.active, .title h3, .counter-item h1, .pricing-item h3,
.table-body p em {
  	color: var(--text-color);
}
.pricing-column {
  	border-color: var(--text-color);
}
