/*** General CSS ***/
body {
    line-height: 1.9em;
}
body.home.site {
    background: #F6F7FA;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}

/* Header Menu */
#sp-header {
    top: 0px;
  	padding: 0px;
    height: inherit;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
#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-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.active>a {
    font-weight: 600;
}
.sp-megamenu-parent > li {
    position: relative;
}
#sp-menu ul.social-icons a {
    color: #000;
}
.sp-megamenu-parent > li > a {
    position: relative;
}
.sp-megamenu-parent > li > a:before {
    content: '';
    font-family: 'FontAwesome';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 54%;
    margin-top: -4px;
    width: 8px;
    height: 2px;
    background: #ff91a4;
    box-sizing: border-box;
    border-radius: 50%;
    opacity: 1;
    transform: scale(0);
    transition: all 0.3s;
}
.sp-megamenu-parent > li.active > a:before,
.sp-megamenu-parent > li:hover > a:before {
    opacity: 1;
    transform: scale(1);
}

/* 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 ***/
/* Title */
.title {
    position: relative;
}
.title:after {
    content: "";
    height: 3px;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 120px;
    right: 0;
    margin: 0 auto;
}

/* Slider */
a.slider-btn {
  	color: #fff !important;
  	font-size: 14px !important;
  	font-weight: 500 !important;
  	letter-spacing: 1px !important;
  	padding: 7px 30px !important;
  	border-radius: 3px !important;
  	border: 0;
  	display: inline-block;
  	cursor: pointer;
  	text-transform: uppercase !important;
  	-moz-transition: ease all 0.55s;
  	-o-transition: ease all 0.55s;
  	-webkit-transition: ease all 0.55s;
  	transition: ease all 0.55s;
  	line-height: 50px;
  	position: relative;
}
a.slider-btn.left:hover {
  	background: rgb(27,73,98) !important;
}
a.slider-btn.right {
  	background: rgb(27,73,98) !important;
  	margin-left: 80px !important;
}

/* About */
.about .sppb-section-title  {
    max-width: 700px;
    margin: 0 auto;
}
.about .sppb-section-title h2 {
    line-height: 1.4!important;
}
.about-item .sppb-addon-title a {
    position: relative;
}
.about-item .sppb-addon-title a {
    color: #1b4962;
}
.about-item .sppb-addon-title a:after {
    content: "";
    height: 3px;
    position: absolute;
    top: -30px;
    left: 0;
    width: 60px;
    right: 0;
}
.about-item4 .sppb-addon-title a:after {
    content: none;
}
.about-item a.btn-about {
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.about-item a.btn-about:hover {
    background-color: #1b4962;
}
.about-row .clearfix {
    margin: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.about-row .clearfix:hover {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(91,220,205,0.57);
    box-shadow: 0px 0px 10px 0px rgba(91,220,205,0.5);
}
.about-img .sppb-media-content {
    width: 65%;
    float: left;
    padding: 44px 30px;
}
.about-img .sppb-img-container {
    width: 35%;
    float: left;
}
.about-img .sppb-media-content h5 {
    color: #1b4962;
    font-size: 26px;
    padding-bottom: 20px;
}

/* Industries */
.industries-item .sppb-icon-container {
    border-style: solid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.industries-item .sppb-icon-container:hover i {
    color: #fff !important;
}

/* Team */
.team .title:after {
    margin: 0;
}
.team-item .sppb-addon-content {
    position: relative;
    overflow: hidden;
}
.team-item .sppb-media-content {
    position: absolute;
    left: 0;
    padding: 30px 15px;
    top: auto;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translate3d(0,100%,0);
    -ms-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    text-align: center;
    background-color: rgba(233,77,101,0.78);
    bottom: 100px;
    width: 100%;
}
.team-item:hover .sppb-media-content {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    bottom: -1px!important;
}
.team-item .sppb-media-content h3 {
    font-size: 25px;
    line-height: 1em;
}
.team-item .sppb-media-content h5 {
    font-size: 17px;
    margin-bottom: 20px;
}
.team-item .sppb-media-content ul {
    padding: 0;
    padding-top: 10px;
}
.team-item .sppb-media-content ul li a {
    font-size: 20px;
    color: #fff;
}
.team-item .sppb-media-content ul li {
    display: inline-block;
    padding: 5px;
}
.team-item .sppb-media-content ul li em {
    display: none;
}

/* Pricing */
.pricing-item h2.title-pricing {
    color: #1b4962;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5.9px;
    padding: 35px 0;
    display: inline-block;
    margin-bottom: 40px;
    position: relative;
}
.pricing-item h2.title-pricing:after {
    content: "";
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 50px;
    right: 0;
    margin: 0 auto;
    background-color: #1b4962;
}
.pricing-item ul li {
    color: #1b4962;
    padding-left: 40px;
    line-height: 2.4em;
    font-weight: 500;
    text-align: left;
    list-style-type: none;
    position: relative;
    font-size: 15px;
}
.pricing-item ul li:before {
    content: '\f044';
    font-family: 'Font Awesome 5 Free';
    left: 10px;
    position: absolute;
    top: 0;
}
.btn-pricing {
    color: #e94d65;
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
    display: inline-block;
    background-color: #ffffff;
    border: 3px solid;
    border-radius: 50px 50px 50px 50px;
    padding: 17px 50px 17px 50px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.btn-pricing:hover {
    color: #fff;
}
.pricing-center ul li,
.pricing-center h2.title-pricing,
.pricing-center .btn-pricing:hover {
    color: #fff !important;
}
.pricing-center .pricing-item h2.title-pricing:after,
.pricing-center .btn-pricing  {
    background-color: #fff !important;
    border-color: #fff !important;
}
.et-pricing-center .et-btn-pricing:hover {
    border-color: #fff !important;
}
.pricing-item ul {
  	max-width: 200px;
    margin: 0 auto;
}

/* Carousel */
.carousel .sppb-col-md-3 {
    padding: 0;
}

/* Public */
.public-item .sppb-addon-title a {
    position: relative;
}
.public-item .sppb-addon-title a:after {
    content: "";
    height: 1px;
    position: absolute;
    top: -30px;
    left: 0;
    width: 15%;
    right: 0;
}
.public-item04 .sppb-addon-title a,
.public-item04 .sppb-media-content p {
    color: #fff !important;
}
.et-public-item04 .sppb-addon-title a:after {
    width: 100px;
}
.public-item04 a.btn-about:hover {
    background-color: #fff !important;
}

/* Reviews */
.reviews-item p {
    font-size: 18px;
}

/* Reviews */
.services-row:hover .clearfix {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5) !important;
}

/* 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;
}

/* Product */
span.hikashop_product_name {
    padding: 10px 0;
}
a.hikabtn.hikacart {
    padding: 10px 20px;
    border-radius: 0;
    font-size: 15px;
    text-transform: uppercase;
    border: none;
}
a.hikabtn.hikacart:hover {
  	background: #222 !important;
}
.hikashop_subcontainer.thumbnail {
    border: 1px solid #eee;
    border-radius: 0 !important;
}

/* Bottom */
#sp-bottom a {
    font-weight: 600;
}

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

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

/* 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;
	}
  	.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    	width: 98%;
    	margin: 20px 1%;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.category .sppb-column-addons .clearfix:nth-child(n+2) {
    	width: 100%;
    	margin-right: 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-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,
.title h4::after, .product-item-right:hover .sppb-icon-container, .about-item a.btn-about,
.about-item .sppb-addon-title a:after, .title:after, .industries-item .sppb-icon-container:hover, .pricing-center .clearfix,
.btn-pricing:hover, a.slider-btn.left, a.slider-btn.right:hover, .sp-megamenu-parent > li > a:before {
 	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,
.about-title h3, .counter-item .sppb-icon-container > i, .counter-item .sppb-addon-text, .header-first,
.industries-item i, .slider-title h1, .reviews-item h4, .services-item h3, .public-item04 a.btn-about:hover {
  	color: var(--text-color) !important; 
}
.about-item img, #sp_qc_submit, .plan-item, .industries-item .sppb-icon-container, .btn-pricing {
  	border-color: var(--text-color) !important;
}
