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

/*** Header Area ***/
/* Header Menu */
body #sp-header {
    position: relative;
    margin: 0 auto;
    max-width: 90%;
    top: 30px;
    box-shadow: none;
    border-radius: 30px;
}
#sp-header.header-sticky,
body:not(.home) #sp-header {
    top: 0;
    max-width: 100%;
    border-radius: 0px;
}
#sp-header > .container {
    max-width: 100%;
}
#sp-header.header-sticky > .container,
body:not(.home)  #sp-header > .container {
    max-width: 1320px;
    border-radius: 0px;
}
#sp-header.header-sticky,
#sp-header.header-sticky {
    position: fixed;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
}
.sp-megamenu-parent > li > span {
    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 .offcanvas-inner .sp-module-content > ul.menu-child >li.active a {
  	color: #252525 !important;;
}
.offcanvas-menu > .align-items-center {
    background: #1b4d61;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
.btn, .btn-primary {
  	padding: 12px 30px;
    border: none;
}
.btn:hover, .btn-primary:hover {
  	background: #222 !important;
}

/* Title */
.title {
    position: relative;
}
.title h2 {
    color: #1B4D61;
    font-size: 52px;
    font-weight: 900;
}
.title h2 strong {
    -webkit-text-fill-color: rgba(0,0,0,0);
    -webkit-text-stroke-width: 2px;
}
.title h5, .title-bg h3 {
    letter-spacing: 5px;
}

/* Divider */
.divider {
    margin: 30px auto !important;
}

/* Promotion Slider */
.slider {
  	margin-top: -120px !important;
}

/* Service */
.service-item {
    position: relative;
    overflow: hidden;
}
.service-item .sppb-media-content {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 15px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.service-item .sppb-media-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.service-item:hover .sppb-media-content:before {
    opacity: .6;
}
.service-item h4 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.service-item h4:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 0;
    height: 2px;
    background: rgba(255,255,255,0.3)
}
.service-item:hover h4:after {
    width: 100%;
}
.service-item .sppb-addon-text {
    position: relative;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.service-item:hover .sppb-addon-text {
    left: 0;
    visibility: inherit;
    opacity: 1;
}

/* Testimonial */
.testimonial-item {
    padding: 40px 0 0 20px;
}
.testimonial-item .star-vote em {
    font-style: inherit;
}
.testimonial-item p {
    color: #fff;
    margin-top: 20px;
}

/* Counter */
.counter-item {
    position: relative;
    padding: 40px 40px 40px 40px;
    background-color: #ffffff;
    border-radius: 4px 4px 4px 4px;
}
.counter-item h4 {
    font-size: 40px;
    margin-bottom: 0;
}
.counter-item h4,
.counter-item h4 span {
    color: #1b4d61;
}
.counter-item h5 {
    font-size: 19px;
    font-weight: 400;
    color: #666;
    line-height: 2.5;
}

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

/* Let's */
.let .sppb-row-container > .sppb-row {
    padding: 80px;
    background-color: #ffffff;
    box-shadow: 0px 0px 80px 0px rgb(0 0 0 / 15%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

/* Bottom Area */
#sp-bottom .sp-module .sp-module-title {
    font-weight: 500;
    font-size: 25px;
}
#sp-bottom1 .shrewd_solution_icon ul li strong {
    display: none;
}
#sp-bottom1 .shrewd_solution_icon {
    padding-top: 20px;
}
#sp-bottom1 .shrewd_solution_icon ul,
#sp-bottom1 .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
#sp-bottom1 .shrewd_solution_icon ul li a {
    font-size: 16px;
    background: #fefefe;
    height: 36px;
    width: 36px;
    margin-left: 0;
    line-height: 38px;
    text-align: center;
    border-radius: 2px;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgb(228 200 200 / 50%);
    display: inline-block;
}
#sp-bottom1 .shrewd_solution_icon ul li a:hover {
    background: #FB7967; 
  	color: #fff!important;
}
#sp-bottom2 ul li em {
    padding-right: 10px;
}
#sp-bottom2 strong {
    display: none;
}

/* Footer Copyright */
#sp-footer .container-inner {
    text-align: center;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
          max-width: 1320px;
    }
}
/* Tablet Portrait Layout */
@media (min-width: 768px) and (max-width: 979px) {
    #sp-header > .container {
    	border-radius: 0;
	}
}

/* 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;
      	top: 0;
	}
  	#sp-header > .container {
    	border-radius: 0;
	}
}!important;

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.slider .title h1 {
    	font-size: 50px;
	}
  	.slider-call .sppb-media-body {
    	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;
}
.slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.jmm-image.mod-article-image:before, .jmm-image.mod-article-image:after, .title h3:after,
#sp-bottom3 input.btn.btn-primary.button.subbutton, .service-item .sppb-media-content:before {
 	background-color: var(--background-color) !important;
}
.offcanvas-menu .offcanvas-inner ul.menu >li.active > a,
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.offcanvas-menu .offcanvas-inner ul.menu-child>li.active a, .title h5, .testimonial-item i, .testimonial-item .star-vote em,
.counter-item h5, .title-sr h3 {
  	color: var(--text-color) !important;
}
.tabs .sppb-tab-content, .tabs .sppb-nav-tabs>li.active>a, .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a, .btn-primary:hover,
.btn, .counter-item, .divider, body:not(.home) #sp-header {
  	border-color:var(--text-color)!important;
}