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

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    background-color: #fff;
  	color: #000;
}
#sp-top-bar a {
  	color: #000;
}

/* Header Menu */
#sp-header {
    top: 0px;
  	padding: 0px;
    height: inherit;
    box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
    background-color: #017CAD;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	background: #017CAD;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #017CAD;
    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: uppercase;
    position: relative;
    color: #fff;
}
.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: #fff;
}
.offcanvas-menu > .align-items-center {
    background: #017CAD;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 13px 25px;
    color: #fff;
    border: none;
    background-color: #017CAD;
    border-radius: 30px;
}
.btn:hover {
  	color: #fff;
  	background: #014D6B !important;
}
.no-bg, .no-bg:hover {
    background: transparent !important;
    color: #017CAD;
    padding: 0;
    font-size: 21px;
  	border: none;
}

/* Title */
.title h3 {
    position: relative;
    padding-bottom: 10px;
}
.title h2 {
    position: relative;
}
.title h2:before, .title h2:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #E5E9EA;
    height: 1px;
    width: 35%;
}
.title h2:before {
    left: 0;
} 
.title h2:after {
    right: 0;
}

/* Slider */
.slider-colum .title h1 {
	color: #FFFFFF;
    font-size: 42px;
    font-weight: 300;
    line-height: 50px;
  	margin-bottom: 20px;
}
.slider-colum .title p {
  	color: #FFFFFF;
    font-size: 22px;
    line-height: 24px;
}
a.slider-btn {
  	font-size: 16px;
  	font-weight: 500;
  	background-color: #FFFFFF;
  	border-radius: 25px;
    color: #014D6B;
  	padding: 15px 24px;
  	display: inline-block;
  	margin-top: 20px;
}
.slider-colum {
    margin-left: calc(50vw - 650px)!important;
    max-width: 650px;
}

/* About */
ul.check-list, ul.check-time {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.check-list li {
    line-height: 35px
}
ul.check-list li em {
    padding-right: 10px;
}
ul.check-list li strong {
    display: none;
}
ul.check-time li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
    padding: 5px 0;
}
ul.check-time .left, ul.check-time .right {
    float: left;
    width: 50%;
}
ul.check-time .right {
    text-align: right;
}
.about-item .sppb-addon-content {
    width: 90%;
    float: left;
}
.about-item .sppb-addon-content h4 {
    color: #017CAD;
}
.about-item h3.sppb-addon-title {
    width: 10%;
    float: left;
}

/* Services */
.services-item img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.services-item:hover img {
    transform: translateY(-8px);
}

/* Prices */
.prices-item {
    box-shadow: 0px 0px 20px 0px rgb(221 221 221 / 50%);
    background-color: #ffffff;
    border-radius: 10px;
    padding: 50px 70px;
}
.prices-item.center {
    background-color: #04518C;
}
.prices-item h3 {
    position: relative;
    color: #014D6B;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5.9px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    margin-top: 30px;
}
.prices-item.center h3 {
    color: #fff;
}
.prices-item h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    height: 3px;
    width: 60px;
}
.prices-item.center h3:before {
    background-color: #fff !important;
}
.prices-list {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}
.prices-list li {
    padding-bottom: 10px
}
.prices-list em {
    padding-right: 10px;
}
.prices-item.center .prices-list em {
    color: #fff !important;
}
.prices-list em strong {
    display: none;
}
.prices-item a {
    color: #017CAD;
    background-color: #ffffff;
    border: 3px solid #017CAD;
    border-radius: 50px;
    padding: 14px 50px;
    display: inline-block;
    margin-top: 30px;
}
.prices-item.center a {
    border: 3px solid #fff;
}
.prices-item a:hover {
    background-color: #017CAD;
    color: #fff;
}

/* Packaged */
.packaged {
  	background-position: center left;
    background-repeat: repeat-y;
    background-size: 50% auto;
}

/* Filter */
.filter {
    background-position: center right;
    background-repeat: repeat-y;
    background-size: 50% auto;
}
/* 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 h3, .contact-info h2 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}
button.btn.btn-primary.validate:hover {
    color: #fff !important;
}

/* Bottom Top */
.gallery-bottom-colum .clearfix {
    float: left;
    width: 33%;
}
ul.menu-bottom-menu a {
    font-weight: 600;
}
.menu-bottom-menu {
    display: flex;
    justify-content: space-between;
}
ul.menu-bottom-menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ul.menu-bottom-menu a:hover {
  	color: #fff !important;
}

/* Bottom */
#sp-bottom .sp-module .sp-module-title {
    text-transform: uppercase;
    font-weight: 600;
  	color: #fff;
    font-size: 21px;
}
.shrewd_solution_icon ul li strong {
    display: none;
}
.shrewd_solution_icon {
    padding-top: 0px;
}
.shrewd_solution_icon ul,
.shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.shrewd_solution_icon ul li a {
    font-size: 16px;
    color: #47D9BF;
    background: #fefefe;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 2px;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
.shrewd_solution_icon ul li a:hover {
    background: #47D9BF; 
    color:#fff!important;
}
#sp-bottom2 li {
    position: relative;
    padding-top: 5px;
    padding-bottom: 20px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.151)!important;
}

/* 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,
.prices-item h3: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,
#sp-bottom a, .menu-bottom-menu a, .title h3, .about-item h3, .prices-item h2, .prices-list em {
  	color: var(--text-color) !important; 
}
.counter-item {
  	border-color: var(--text-color) !important;
}
