/*** 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;
}
.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-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 */
.button, .sppb-btn.btn, .sppb-btn.btn:hover {
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 50px;
    border: 0px;
    background: #3D3568;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.sppb-btn.btn:hover,
.button:hover {
	transform: translateY(-8px);
}
.btn-nobg {
  	background: none;
  	color: #000;
    font-size: 16px;
    font-weight: 800;
  	border: 0;
}
.btn-nobg:hover {
  	background: none;
    border: 0;
}

/* Title */
.title h6 {
    padding: 10px 15px 10px 15px;
    background-color: #FFE0CC;
    border-radius: 50px 50px 50px 50px;
  	display: inline-block;
	letter-spacing: 2px;
    font-weight: 600;
}
.title h1 {
  	font-size: 38px;
  	color: #000;
  	font-weight: 600;
  	margin-bottom: 20px;
}
.sppb-text-center.title {
  	max-width: 600px;
    margin: 0 auto;
}

/* Slider */
.slider-left-column .clearfix:nth-child(2),
.slider-left-column .clearfix:nth-child(3) {
  	display: inline-block;
}
.slider .title h1 {
  	font-size: 54px;
  	font-weight: 600;
}
.slider-item-img {
  	padding: 15px 35px 15px 20px;
    background-color: #EAEAEA91;
    border-radius: 50px 50px 50px 50px;
    display: inline-block;
}
.slider-item-img .sppb-icon-container {
  	width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 15px 0!important;
}
.slider .slider-item-img {
    top: 10%;
    bottom: inherit;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}
.slider-column-right:hover .slider-item-img {
    transform: translate(40px,30px);
}
.slider-column-right:hover .slider-item-img2 {
    transform: translate(-40px,-30px);
}
.slider .slider-item-img2 {
    left: 100px;
    right: inherit;
    bottom: 50px;
    top: inherit;
}
.slider-item-img {
  	position: absolute;
  	right: -15%;
  	top: 25%;
}
.slider-item-img2 {
  	position: absolute;
    bottom: 5%;
    left: -73px;
    left: inherit;
    top: inherit;
}

/* Bg */
.bg > .sppb-row-overlay {
	background-image: url('../images/background-2-1.jpg');
  	background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.75;
  	mix-blend-mode: overlay;
}
.bg-title {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.bg-title li {
	display: inline-block;
	font-size: 17px;
	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;
}

/* Service */
.service {
    position: relative;
    top: -125px;
}
.service .sppb-row > div:first-child .sppb-column {
  	border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.service .sppb-row > div:last-child .sppb-column {
  	border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.service .clearfix {
  	padding: 40px 30px;
}
.sevice-item-feature {
  	transform: scaleY(1.12);
    border-radius: 20px;
}

/* About */
.about-column-left {
  	position: relative;
}
.about-column-left:before {
  	content: "";
  	bottom: 0;
  	left: 0;
  	right: 0;
  	width: 27vw;
  	height: 27vw;
  	position: absolute;
  	display: inline-block;
  	background-color: #FFC29A;
  	border-radius: 50% 50% 50% 50%;
}
.about .slider-item-img {
    left: -73px;
    right: inherit;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}
.about .slider-item-img2 {
    right: -10px;
    left: inherit;
    top: inherit;
}
.about-column-left:hover .slider-item-img {
    transform: translate(-20px,30px);
}
.about-column-left:hover .slider-item-img2 {
    transform: translate(20px,-30px);
}

/* Price */
.price-column .clearfix {
  	padding: 40px;
    box-shadow: 0px 3px 15px 0px #eeedfe;
    transition: background 0.3s, 
    border 0.3s, 
    border-radius 0.3s, 
    box-shadow 0.3s;
    margin: 30px 0px 30px 0px;
    border-radius: 50px;
}
.price .sppb-row > div:nth-child(2) .clearfix {
  	border-radius: 50px 0px 0px 50px;
}
.price .sppb-row > div:nth-child(4) .clearfix {
  	border-radius: 0px 50px 50px 0px;
}
.price-item .sppb-icon-container {
  	height: 68px;
  	width: 68px;
  	border-radius: 50%;
  	padding: 18px 0!important;
}
.price-item ul  {
  	padding: 0;
  	margin-top: 30px;
}
.price-item ul li {
  	list-style: none;
  	padding: 12px 0;
  	display: inherit;
  	font-size: 16px;
  	font-family: inherit;
  	font-weight: 400;
}
.price-item ul li:before {
  	margin-right: 10px;
  	font-family: 'Font Awesome 5 Free';
  	font-weight: 700;
}
.price-item ul li.fa-close:before {
  	opacity: .6;
}

/* Portfolio */
.portfolio .title h1 {
  	color: #fff;
}
.portfolio-content {
  	position:relative;
}
.portfolio-content:before {
  	content: "";
  	bottom: 0;
  	left: 0;
  	right: 0;
  	width: 100%;
    height: 60%;
    position: absolute;
    background: #fff;
    display: inline-block;
}

/*** Bottom ***/
#sp-bottom .sp-module .sp-module-title {
    font-size: 22px;

    position: relative;
}
#sp-bottom1 {
	background-color: #18142D;
	border-radius: 10px;
	padding: 40px 30px !important;
}
#sp-bottom ul {   
    list-style-type: none;    
    padding: 0;    
    margin: 0;
}
#sp-bottom ul li span {
    padding-right: 10px;
}
#sp-bottom ul li strong {  
    display: none;
}
#sp-bottom .shrewd_solution_icon ul,
#sp-bottom .shrewd_solution_icon li {
	list-style: none;
	display: inline-block !important;
}
#sp-bottom .shrewd_solution_icon li a {
	font-size: 18px !important;
	list-style: none;
	display: inline-block;
	background: #ff6400;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	margin-right: 10px;
}
#sp-bottom .shrewd_solution_icon li em {
	font-family: "Font Awesome 5 Brands";
}
#sp-bottom .shrewd_solution_icon li a:hover {
	background: #fff;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}

/* Mobile Standard Layout */
@media(max-width: 991px) {
  	.title .sppb-addon-title {
    	font-size: 12px!important;
        line-height: 18px!important;
  	}
  	.slider-left-column .clearfix:nth-child(2), 
    .slider-left-column .clearfix:nth-child(3) {
    	margin-right: 0!important;
    }
    .about-column-left:before {
    	width: 70vw;
     	height: 70vw;
     }
  	 .slider-column-right .clearfix {
    	margin-right: 0!important;
  	 }
  	.service .sppb-row > div .sppb-column {
    	border-radius: 20px;
	}
  	.service .sppb-col-md-3 {
    	margin-bottom: 30px;
	}
  	.price-column .clearfix {
    	margin-right: 0 !important;
    	border-radius: 50px !important;
	}
}
@media (max-width: 780px) {
  	.slider .slider-item-img2 {
    	left: 0;
    	right: inherit;
    	bottom: 0;
    	top: inherit;
	}
}
@media (max-width: 480px) {
  	.slider .slider-item-img2 {
    	left: 0;
    	bottom: 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;
}
.sppb-btn.btn:hover,
.sevice-item-feature,
.price-item .sppb-icon-container,
.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,
.sppb-btn.btn.color {
 	background-color: var(--background-color);
}
.slider-content-item h6, .price-item ul li:before, .service-item .sppb-icon-container, .article-list .article .readmore a:hover, 
.article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover, .title h4, .bg-title li em, 
.bg-title li:hover, .story-item h3, .pricing-item .amount, .slider-row2 .clearfix i, .feature-check em, .counter-item h1, 
.services-item i, .feature-item i, .btn.phone, .vision-item h3, .team-item h4, .pricing-item em, #sp-bottom span, 
#sp-bottom a:hover, #sp-footer a, #sp-bottom1 a, .title h6,
#sp-bottom .shrewd_solution_icon li a:hover, #sp-bottom ul li span {
  	color: var(--text-color);
}
.title h4:before, .title h3:before, .title.center h4:after, 
.services-colum, .feature-item:hover, .feature-item.center,
.testimonial-title, .pricing-colum:hover {
  	border-color: var(--text-color) !important;
}