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

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    font-size: 15px;
    padding: 15px 0;
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: none;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    background: #614ade;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #393939;
    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 0px 0px 0px;
    margin-left: 0px;
}
.sp-megamenu-parent>li:last-child>a {
    line-height: 0px;
    border-radius: 0px;
    background: #;
}
.sp-megamenu-parent>li.active:last-child>a,
.sp-megamenu-parent>li:last-child>a:hover {
    background: # !important;
}

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

/*** Block Styles ***/
/* Button */
.btn, .slider-btn {
    padding: 16px 35px;
    font-size: 15px;
    font-weight: 800;
    border-radius: 5px;
    letter-spacing: 0;
    border: none;
    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, .slider-btn:hover {
	background-color: #000 !important;
	color: #fff!important;
}
.btn.color, .btn.no-bg:hover {
	background: #070346 !important;
	border-radius: 0px;
	border: 2px solid #070346;
}
.btn.color:hover, .btn.no-bg {
	background: transparent !important;
	border: 2px solid #fff;
	border-radius: 0;
}

/* Title */
.title h5 {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
}
.title-link .sppb-addon-content strong {
  	letter-spacing: 2px;
  	text-transform: uppercase;
}

/* Slider */
.sl-home {
	margin-top: -80px !important;
}
.slider:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background-image: url(../images/sl-container.png);
	background-position: top left;
	background-repeat: no-repeat;
	opacity: 0.5;
	background-size: cover;
}
.slider-colum, .slider-colum-right {
	position: relative;
}
.sl-img-01 {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 90%;
    animation: leaves 5s ease-in-out infinite alternate;
}
.sl-img-02 {
    animation: leaves2 5s ease-in-out infinite alternate;  
}
.slider-colum-right .clearfix:last-child {
	position: absolute;
	top: 32%;
}
@keyframes leaves {
    0% {
        transform: translate(20px,10px);
    }
    20% {
        transform: translate(40px,20px);
    }
    40% {
        transform: translate(20px,20px);
    }
    60% {
        transform: translate(10px,20px);
    }
    80% {
        transform: translate(0px,10px);
    }
    100% {
        transform: translate(0px,0px);
    }
}
@keyframes leaves2 {
    0% {
        transform: translate(10px,15px);
    }
    20% {
        transform: translate(25px,25px);
    }
    40% {
        transform: translate(20px,30px);
    }
    60% {
        transform: translate(10px,20px);
    }
    80% {
        transform: translate(10px,15px);
    }
    100% {
        transform: translate(0px,0px);
    }
}

/* Client */
.client-colum .clearfix {
	float: left;
	width: 20%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    transform: translate(0);
}
.client-colum .clearfix:hover {
  	transform: translateY(-15px);
}

/* Feature */
.feature:before, .choose:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: #614ade;
	height: 25%;
	width: 100%;
}
.feature-colum {
	border-radius: 10px;
}
.feature-colum img, 
.feature-colum .sppb-addon-single-image-container {
	width: 100%;
}
.feature-colum .sppb-addon-single-image-container {
  	overflow: hidden;
}
.feature-colum .sppb-addon-single-image-container img {
  	-webkit-transition: 3s ease-in-out;
    -o-transition: 3s ease-in-out;
    transition: 3s ease-in-out;
}
.feature-colum:hover .sppb-addon-single-image-container img {
	transform: scale(1.2);
}

/* Services */
.services-item img {
  	-webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.services-item:hover img {
    transform: scale(1.2);
}
.services-item img {
	width: 75px;
}

/* Choose */
.choose:before {
	height: 98%;
}
.choose-column .clearfix {
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  	transform: translate(0);
}
.choose-column .clearfix:hover {
  	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px!important;
  	transform: translateY(10px); 
}
.choose-item i {
	height: 90px !important;
	width: 90px !important;
	line-height: 90px !important;
	border-radius: 50%;
	background: #5540ce;
}

/* Company */
.company-item h3 {
	width: 20%;
	float: left;
}
.company-item .sppb-addon-content {
	width: 80%;
	float: left;
}
.company-item .btn strong {
	display: none;
}
.company-item .btn {
	margin-top: 20px
}
.company-item .btn em {
	padding-left: 10px;
}
.company-item h5 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}
.company-item h3 {
	font-weight: 600;
	letter-spacing: 3px;
}
.company-item.color .btn {
	background: #614ade !important;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	transform: translateX(0px);
}
.company-item:hover .btn {
	transform: translateX(20px);
}
.company-colum-img {
	border-radius: 5px;
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.company-colum-img:hover {
  	opacity: .8;
}

/* About */
.about-colum .clearfix {
	width: 33%;
	float: left;
	margin-bottom: 50px;
}

/* Team */
.team-item img {
	border-radius: 5px
}

/* 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: 16px;
	font-weight: 600;
	color: #091941;
	text-transform: capitalize;
}

/* 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: 20px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 22px;
}
#sp-bottom span {
    padding-right: 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 #FFFFFF12;
}

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

/* 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;
	}
  	.slider-colum-right .clearfix {
    	margin-left: 0 !important;
	}
  	.feature .sppb-col-md-6, .services .sppb-col-md-3, .choose .sppb-col-md-4 {
    	margin-bottom: 30px;
	}
  	.bg-right .clearfix {
    	margin-left: 0 !important;
	}
  	.slider-colum-right .clearfix:last-child {
        position: relative;
        top: 0;
	}
    .slider-colum-right .clearfix:first-child {
    	display: none;
    }
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.client-colum .clearfix {
        width: 100%;
        padding: 30px 0;
	}
  	.company-item h3, .company-item .sppb-addon-content {
    	width: 100% !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, .services-colum.color,
.company-item.color .btn:hover, .sp-megamenu-parent>li:last-child>a {
 	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 {
  	color: var(--text-color) !important;
}
#sp-bottom, .services-colum, .tes .clearfix {
  	border-color: var(--text-color) !important;
}
