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

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

/* Header Menu */
#sp-header {
    top: 0px;
  	padding: 0px;
    height: inherit;
    box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
}
#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: uppercase;
    position: relative;
}
.sp-megamenu-parent > li > span {
    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: #333333;
}
.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;
  border-radius: 30px;
}
.btn:hover {
  	color: #fff;
  	background: #000 !important;
}

/* Title */
.title h1.title-small {
  	font-size: 44px !important;
  	line-height: 1.2em !important;
}

/* Slider */
.title h3 {
    letter-spacing: 4.6px;
}
.title h1 {
  	color: #072A3D;
    font-family: "Playfair Display";
    font-size: 84px;
    font-weight: 600;
    line-height: 1.4em;
}

/* Shappe */
.elementor-shape {
  	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.elementor-shape svg {
  	height: 67px;
  	display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.elementor-shape path {
  	fill: #F7F5F3;
}
.white .elementor-shape path{
  	fill: #fff;
}
.small .elementor-shape svg  {
  	height: 26px;
}

/* Services */
.services-item img {
  	width: 50%;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.services-item:hover img {
    cursor: pointer;
    filter: brightness( 100% ) contrast( 100% ) saturate( 200% ) blur( 0px ) hue-rotate( 0deg );
}
@-webkit-keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.services-item img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}
.services-item img:hover, 
.services-item img:focus, 
.services-item img:active {
   	-webkit-animation-name: pulse-shrink;
    animation-name: pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

/* About */
.about-img img:hover, 
.about-img img:focus, 
.about-img img:active {
   	-webkit-animation-name: pulse-shrink;
    animation-name: pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.check-list ul {list-style-type: none;padding: 0;margin: 0;float: left;width: 47%;margin-right: 3%;}
.check-list li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.check-list li em {
  padding-right: 9px;
  font-size: 20px;
}
.check-list strong {
    display: none;
}
.about-ft img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
.about-ft h6 {
    color: #21B787;
    font-size: 28px;
}
.about-ft .sppb-media-content {
    padding: 0px 30px 20px;
}
.about-ft {
    box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 5%);
    border-radius: 10px;
    background: #fff;
}

/* Video */
.video .elementor-shape {
  	-webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* Counter */
.counter-item h2 {
    font-size: 54px;
}
.counter-item h6 {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #54595f;
}

/* Testimonial */
.testimonial, .careers {
  	z-index: 2 !important;
}
.testimonial-item {
    position: relative;
}
.testimonial-item .sppb-media-content {
    position: absolute;
    left: 10%;
    bottom: 10%;
    max-width: 600px;
    text-align: center;
}
.testimonial-item h4{
    color: #FFFFFF;
    font-family: 'Marck Script';
    font-size: 30px;
}
.testimonial-item img {
    filter: brightness( 70% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
    transition-duration: 0.3s;
    box-shadow: 0px 0px 0px 10px #ffffff;
}

/* Gallery*/
.gallery-colum .clearfix {
    width: 20%;
    float: left;
    padding: 5px;
}

/* Steps*/
.sppb-panel.sppb-panel-modern {
    padding: 15px 20px 15px 20px;
    background-color: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 5%);
}
.sppb-panel-modern>.sppb-panel-heading {
    background: #fff;
}
.sppb-panel-title {
    font-size: 18px;
    font-family: "Playfair Display";
    color: #072A3D;
}

/* 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%);
}
ul.fields-container {list-style: none; padding-left: 0;}
/* 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 */
#sp-bottom .sp-module .sp-module-title {
    text-transform: uppercase;
    font-weight: 400;
  	color: #fff;
    font-size: 18px;
}
#sp-bottom2 ul.latestnews li {
    border-bottom: 1px solid #363636;
    padding-bottom: 15px;
}
#sp-bottom p {
    line-height: 35px;
}
#sp-bottom strong {
  	display: none;
}
#sp-bottom em {
  	padding-right: 10px;
}
.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;
    height: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 2px;
    margin-right: 25px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}

/* Footer Copyright */
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: 1px dashed #666;
}
#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 {
 	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 h3, .check-list li em, .counter-item h2 {
  	color: var(--text-color) !important; 
}
.btn, .btn-slider, .btn.black:hover {
  	border-color: var(--text-color) !important;
}
span.badge.bg-danger.featured-article-badge {
    display: none;
}
