/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
  	background: #fff;
    z-index: 9999;
  	color: #000;
}
#sp-top-bar a {
  	color: #000;
}

/* Header Menu */
#sp-header {
    top: 0px;
  	padding: 0px;
    height: inherit;
    box-shadow: none;
    background-color: #fff;
}
#sp-header > .container {
    max-width: 100%;
    padding: 0 5%;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	background: #fff;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #fff;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #252525;
  	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;
    color: #000;
}
.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 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 14px 35px;
  color: #fff;
  border-radius: 5px;
  border: 1px solid;
  letter-spacing: 3px;
}
.btn:hover {
  	background: transparent !important;
}
.btn.white {
    border-color: #fff !important;
    background: #fff !important;
    color: #000 !important;
}

/* Title */
.title-small h3 {
    letter-spacing: 3px;
}
.title-small h2 {
    font-size: 45px;
    font-weight: 600;
    padding: 20px 0;
}

/* Width */
.full-width {
    padding-left: 5%;
    padding-right: 5%;
}

/* Client */
.client .clearfix {
    width: 20%;
    float: left;
}
.client .clearfix img {
    opacity: 0.3;
    -webkit-transition: .3s ease-in-out;
  	-o-transition: .3s ease-in-out;
  	transition: .3s ease-in-out;
}
.client .clearfix img:hover {
    opacity: 1;
}

/* Accordion */
.about-colum .sppb-panel-modern>.sppb-panel-heading {
    padding: 12px 30px 12px 15px;
    background: transparent;
    color: #000;
    font-weight: 300;
}
.about-colum .sppb-panel.sppb-panel-modern {
    border: none;
    border-bottom: 1px solid #d4d4d4;
    margin: 0;
    background: transparent;
  	border-radius: 0;
}

/* Services */
.services-item {
    padding: 36px 36px 36px 32px;
    background-color: #fdfdfd;
    border-radius: 7px 7px 7px 7px;
}
.services-item svg {
    max-width: 90px;
  	width: 90px;
    height: 90px;
    -webkit-transition: .5s ease-in-out;
  	-o-transition: .5s ease-in-out;
  	transition: .5s ease-in-out;
}
.services-item:hover svg {
    fill: #000 !important;
}
.services-item h2 {
    font-size: 24px;
    font-weight: 700;
    color: #282f4b;
    padding: 20px 0 0px;
}

/* Testimonial */
.testimonial-colum {
    padding: 70px 55px 70px 55px;
    background-color: #FFFFFF;
    border: 2px solid #E4E8EE;
    border-radius: 7px 7px 7px 7px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.testimonial-item img {
    width: 70px;
    float: right;
}
.testimonial-colum:hover {
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/* Team */
.team-item {
    border: 2px solid;
    border-radius: 0px 0px 10px 10px;
}
.team-item a {
    padding: 0 10px;
    color: #fff;
}
.team-item strong {
    display: none;
}

/* */
.our-item {
    border-radius: 10px;
    border: 2px solid #DFE1EB;
    padding: 35px 35px 35px 35px;
}
.our-item a.btn {
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 20px;
}
.our-item a.btn strong {
    display: none;
}
.our-item a.btn em {
    padding-left: 10px;
}

/* Price */
.price-item {
    border-radius: 10px;
    border: 2px solid #DFE1EB;
    background: #fff;
    padding: 50px 30px 50px 30px;
    -webkit-transition: .3s ease-in-out;
  	-o-transition: .3s ease-in-out;
  	transition: .3s ease-in-out;
}
.price-item h2 {
    color: #282F4B;
    font-size: 45px;
    font-weight: 600;
    line-height: 35px;
}
.price-item.vip h2 {
    color: #fff;
}
.price-item h3 {
    color: #282F4B;
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: 600;
    margin: 0px 0 30px;
}
.price-item a.btn {
    padding: 10px 20px;
    margin-top: 30px;
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 1px;
}
.price-item.vip a.btn {
    background: #fff !important;
}
.price-item .check-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.price-item .check-list strong {
    display: none;
}
.price-item .check-list em {
    padding-right: 10px;
}
.price-item .check-list li {
    padding: 13px 0;
    font-size: 18px
}
.price-item .check-list li:last-child {
    border-bottom: none;
}
.price-item.vip .check-list em {
    color: #fff !important;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
  	margin-bottom: 0;
}
.jmm-text {
    background: #fff;
    padding: 30px 30px 20px;
}
.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 h3, .contact-info h2 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}

/* Bottom */
#sp-bottom .sp-module .sp-module-title {
    text-transform: uppercase;
    font-weight: 400;
  	color: #fff;
    font-size: 18px;
}
.bt3-links {
    margin-top: 100px;
}

/* Footer Copyright */
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: none;
}
#sp-footer1 span.sp-copyright > div {
    text-align: center !important;
}

/*** 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;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    	width: 98%;
	}
}

/* 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-filter > ul > li.active > a,
.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,
.let, .bg, .price-item.vip {
 	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,
#sp-footer a, .title-big h2, .btn:hover, .title-small h3, span.gold-title, .testimonial-item h3, .team-item h3, .team-item a:hover,
.our-item i, .price-item .check-list em, .price-item.vip a.btn  {
  	color: var(--text-color) !important; 
}
.btn, .btn-black:hover, .services-item a, .divider-bd, .team-item {
  	border-color: var(--text-color) !important;
}
.services-item svg {
    fill: var(--text-color) !important;
}
