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

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
}

/* Header Menu */
#sp-header {
    /*top: 40px;*/
  	padding: 0px;
    height: inherit;
  	box-shadow: none;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	background: #000;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #000;
  	top: 0;
    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: uppercase;
    position: relative;
}
.sp-megamenu-parent > li > span {
  	color: #fff;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
#sp-logo {
  	width: 25% !important;
}
#sp-menu {
	padding: 3px 25px;
    background: #000;
}
#sp-menu.menu-center .sp-megamenu-wrapper {
  	justify-content: left !important;
}
body:not(.home) #sp-menu.menu-center .sp-megamenu-wrapper,
#sp-header.header-sticky #sp-menu.menu-center .sp-megamenu-wrapper {
    justify-content: right !important;
}
#sp-menu ul.social-icons a {
    color: #fff;
}

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

/*** Block Styles ***/
/* Button */
.btn,
.slider-btn a,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-weight: 500;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 35px;
  	cursor: pointer;
  	border-radius: 30px !important; 
    border: 0!important;
    color: #fff!important;
}
.btn:hover,
.slider-btn a:hover,
#sp_qc_submit:hover {
	background: #222!important;
    border-color: #000;
    border: 0!important;
}
.slider-btn a span:before {
    margin-left: 10px;
}
.btn.no-bg {
    background: none!important;
    padding-left: 0!important;
    box-shadow: none!important;
}
.btn.button {
    background-color: #fff !important;
    color: #000 !important;
}

/* Title */
.title h3 {
  font-weight: 700;
}

/* Slider */
span.slider-color {
    font-size: 35px;
    background: rgb(255,222,0);
    padding: 10px;
    color: #fff;
}

/* Contact */
.contact-content .sppb-addon-content {
    display: flex;
}
.contact-content a {
    color: #000;
}

/* Feature */
.feature-item {
	padding: 30px 20px;
	border: 1px solid #e8e8e9;
	position: relative;
}
.feature-item:hover,
.feature-item:hover:after {
	background-color: #00235a;
}
.feature-item:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 3px;
}
.feature-item h4 {
    color: #001659;
    font-size: 26px;
}
.feature-item .sppb-addon-content a {
	padding: 8px 18px 11px;
    margin: 30px 0 10px;
    display: inline-block;
    font-size: 20px;
    border: 3px;
}
.feature-item:hover .sppb-addon-content a {
	color: #fff;
}
.feature-item:hover h5,
.feature-item:hover h4 {
	color: #fff!important;
}

/* Team */
.team-item .sppb-img-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(-86px + 100%);
}
.team-item .team-title {
    vertical-align: middle;
    z-index: 20;
    position: absolute;
    transform: rotate(90deg);
    transform-origin: 0px top 0px;
    display: block;
    top: 0px;
    left: 100%;
    width: 100%;
    margin: 0;
    padding-top: 19px;
    background: none;
}

.team-item h4 {
	font-size: 22px;
    line-height: 1.15em;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.team-item ul {
    position: absolute;
    width: 46px;
    bottom: 20px;
    right: 120px;
	padding-left: 0;
    z-index: 2;
    display: inline-block;
    text-align: center;
    height: 48px;
    overflow: hidden;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.team-item:hover ul {
    height: 190px;
}
.team-item ul li {
	list-style: none;
	text-align: center;
    background: #000;
}
.team-item ul li a {
	display: inline-block;
    padding: 9px 16px 7px;
    color: #fff;
    font-size: 15px;
}
.team-item ul li a.share {
    -webkit-box-shadow: 0 -7px 20px 0 rgba(255,94,20,.5);
    box-shadow: 0 -7px 20px 0 rgba(255,94,20,.5);
}
.team-item ul li strong {
	display: none;
}

/* Pricing  */
.pricing-item h3 {
    font-size: 25px;
    padding: 10px 0;
	font-weight: 600;
}
.pricing-item h3 > a {
    color: #1E1E1E !important;
}
.pricing-item h6 {
    color: #70799F;
    font-size: 18px;
    font-style: italic;
}
.pricing-item h2.heading-title {
    font-weight: 600;
    font-size: 55px;
	padding: 10px 0;
}
.pricing-item ul {
	padding: 0;
	margin: 0; 
}
.pricing-item ul li {
	list-style: none;
	padding: 0 10px;
	font-size: 16px;
	font-weight: 500;
    display: inline-block;
}
.pricing-item ul li.last {
	color: #f58319;
}
.pricing-item a.button-link {
    border-radius: 30px 30px 30px 30px;
    color: #FFFFFF;
    border: 2px solid;
	display: inline-block;
    margin-top: 30px;
	padding: 12px 33px 12px 33px;
}
.pricing-center .pricing-item a.button-link {
  	border: 2px solid #fff !important;
  	color: #fff !important;
}
.pricing-item a.button-link:hover {
  	background-color: #fff !important;
}
.pricing-item-center h3 > a, .pricing-item-center p,
.pricing-item-center h6.heading-small,
.pricing-item-center h2.heading-title,
.pricing-item-center ul li.first {
    color: #fff !important;
}

/* Service */
.services {
  background-image: url("images/2020/06/24/icon-bg.png");
}
.services {
    position: relative;
    z-index: 1;
}
.services:before {
    position: absolute;
    z-index: -1;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    height: 25%;
    width: 100%;
}

/* Testimonial */
.testimonial-item .clearfix {
    position: relative;
    z-index: 1;
}
.testimonial-item .clearfix:before, .testimonial-item .clearfix:after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .2;
    z-index: -11;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px;
    background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}
.testimonial .testimonial-item .clearfix:after {
    width: calc(100% - 56px);
    top: -20px;
}
.testimonial .testimonial-item .clearfix:before {
    width: calc(100% - 28px);
    top: -10px;
}

/* Counter */
.counter-item span {
	font-size: 72px;
    line-height: 80px;
    position: relative;
}
.counter-item span:after {
    right: -26px;
    position: absolute;
    top: -17px;
    font-size: 40px;
    content: "+";
}

/* CLient */
.client .sppb-title-heading {
    line-height: 1.5!important;
}
.client .sppb-section-title h6 {
    text-transform: uppercase;
}
.client .sppb-section-title h6 span {
    color: #fff;
}
.client .sppb-column {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 90px;
    border-bottom: 1px solid #E5E5E5;
}
.client .clearfix {
    display: inline-block;
}
.client .sppb-addon-wrapper {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  	margin: 0 !important;
    width: 20%;
    margin-bottom: 30px;
    float: left;
}
.client img {
    outline: none;
    cursor: pointer;
    border-radius: 6px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
} 
.client img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    object-fit: contain;
    box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
}

/* Client Bottom */
.client-bottom .sppb-column-addons {
    text-align: center;
}
.client-bottom .clearfix {
    display: inline-block;
    padding: 25px;
    flex-basis: 20%;
    text-align: center;
}
.client-bottom .clearfix img {
    -webkit-filter: invert(1);
    filter: invert(1);
    opacity: .7;
    -webkit-transition: .3s;
    transition: .3s;
    max-height: 110px;
    max-width: 150px;
    cursor: pointer;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.client-bottom .clearfix img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
}
.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%);
}

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

/* Bottom */
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 13px;
    margin: 0 0 30px;
}

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

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
	.sp-menu-full.container {
    	width: 1000px;
	}
}
@media (max-width: 1280px) {
  	.social-wrap {
    	display: none !important;
	}
}
/* 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;
      	background: #000;
	}
  	.slider-colum-right .sppb-column-addons {
    	left: 0px;
	}
  	#sp-header {
    	top: 0px;
	}
  	.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    	width: 98%;
    	margin: 20px 1%;
	}
  	#sp-logo {
    	width: 35% !important;
	}	
  	span.slider-color {
    	font-size: 20px;
	}
  	.price .sppb-col-md-4, .services .sppb-col-md-6, .testimonial .sppb-col-md-4 {
    	margin-bottom: 30px;
  	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	#sp-logo {
    	width: 75% !important;
	}
  	div#sp-menu {
    	width: 10%;
	}
  	#sp-menu .social-wrap {
    	display: none !important;
	}
  	.client .clearfix {
    	width: 100%;
      	padding: 30px 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, .sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay,
.slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.pricing-center #sppb-addon-1592970837404, .pricing-item a.button-link,
.services-item, .testimonial, .btn {
 	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 span, .pricing-item a.button-link:hover {
  	color: var(--text-color) !important; 
}
.testimonial .clearfix, a.about-btn:hover, .testimonial .testimonial-item:hover .sppb-img-container img,
.pricing-item a.button-link {
  	border-color: var(--text-color) !important;
}
