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

/*** Header Area ***/
/* Top Head */

/* Header Menu */
#sp-header {
    top: 0;
    height: inherit;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 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 {
    font-size: 14px !important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: uppercase;
}

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

/*** Block Styles ***/
/* Button */
.btn,
.slider-btn a {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 38px;
    cursor: pointer;
    border-radius: 0;
    border: 0!important;
    text-transform: uppercase;
    color: #fff!important;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2.4px;
    background: #000;
    box-shadow: 0px 4px 2px 0px rgba(0,0,0,0.1);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover,
.slider-btn a:hover {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.btn.no-bg {
    background: none!important;
    box-shadow: none!important;
    border: 2px solid #C8C5BB!important;
    color: #212529!important;
    font-size: 14px;
}
.btn.no-bg:hover {
    border-color: #99978E!important;
}

/* Slider */
.slider {
  	margin-top: -90px !important;;
    max-height: 1020px;
    overflow: hidden;
    position: relative;
}
.slider .sppb-row-container {
    position: relative;
    z-index: 3;
}
.slider-left {
    padding-right: 50px;
}
.slider-content {
    padding-left: 30px;
}
.slider-content .sppb-addon-content {
    font-style: italic;
}

/* Title*/
.title h2 {
    font-size: 75px;
    font-weight: 800;
}
.title h6 {
    color: #797878;
}
.title.white h2 {
    color: #fff;
    margin-bottom: 20px;
}
.title.white p {
    font-weight: 700;
    color: #fff;
}
.sppb-title-subheading  {
    color: #fff;
    font-style: italic;
    line-height: 1.3;
}

/* Shape */
.shape .sppb-addon-title {
    webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    z-index: 999;
    background: transparent;
}
.shape .elementor-shape-fill {
    fill: #f8f6f3;
}
.shape .elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    height: 155px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* Menu */
.menu-title .menu-left {
    float: left;
    width: 50%;
}
.menu-title .menu-right {
    float: right;
    width: 50%;
}
.menu-title ul li {
    font-size: 18px;
    font-weight: 500;
    list-style-type: none;
    line-height: 35px;
    position: relative;
}
.menu-title ul li em {
  	padding-right: 10px;
}
.menu-title ul li strong {
  	display: none;
}

/* About */
.about:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 90px;
    background: #fff;
    z-index: 1;
}
.about-item {
    box-shadow: -6px 16px 25px -6px rgba(188,188,188,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.about-item .sppb-media-body {
    padding: 0 20px 20px;
}
.about-item .sppb-media-body a {
    fill: #000f2b;
    color: #000f2b;
    background-color: rgba(156,204,58,0);
    border-style: double;
    border-width: 0px 0px 3px 0px;
    border-radius: 3px 3px 3px 3px;
    padding: 0px 0px 4px 0px;
}

/* Story */
.story .sppb-title-subheading {
    color: #000;
}

/* Explore */
.explore-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0 32px;
}

/* Feature */
.feature .clearfix {
    float: left;
    max-width: 20%;
}
.feature-item {
    position: relative;
}
.feature-item:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(0,15,43,0.36) 45%, #BC9331 100%);
    opacity: 0.89;
}
.feature-item .sppb-media-content {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    padding: 40px;
    z-index: 2;
}

/* Service */
.service-column .clearfix {
   	border: 2px solid transparent;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.service-column .clearfix:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28)!important;
}


/* Our */
.our-img {
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #ffffff;
    box-shadow: -10px 10px 20px 0px rgb(0 0 0 / 12%);
}
.our-content .sppb-addon-content {
    font-style: italic;
}

/* Choose */
.choose-item {
    border: 2px solid;
    cursor: pointer;
    padding: 30px 15px 30px 15px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.choose-column-right {
    padding: 0 80px;
}
.choose .lt-title p {
    color: #7a7a7a;
    font-weight: 400;
}
.choose-list ul {
    padding-left: 0;
}
.choose-list ul li {
    list-style: none;
    padding: 3px 0;
    max-width: 48%;
    float: left;
}
.choose-list ul li:nth-child(2n+1) {
    margin-right: 4%;
}
.choose-list ul li:before {
    font-family: FontAwesome;
    content: "\f058";
    font-size: 17px;
    margin-right: 5px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.choose-list ul li:hover:before {
    color: #ad6107;
}

/* Counter */
.counter-item {
    padding-bottom: 40px;
    position: relative;
}
.counter-item h6 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
}
.counter-item span {
    font-size: 69px;
    font-weight: 600;
    color: #fff;
}

/* Testimonial */
.testimonial .sppb-col-md-4:nth-child(2n+1) {
    padding-top: 70px;
}
.testimonial-column {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f8f6f3;
    box-shadow: 0px 0px 10px 0px rgba(40,40,40,0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 45px 45px 45px 45px;
    border-radius: 5px;
}
.testimonial .sppb-title-subheading {
    color: #000;
}
.testimonial img {
    border-radius: 50%;
}
.testimonial-item .sppb-img-container {
    text-align: right;
}
.testimonial-content i {
    font-size: 15px;
}
.testimonial-center, .testimonial-center > .sppb-column-overlay {
    border-radius: 5px;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
	font-size: 23px;
}

/* 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%);
}
.jmm-text {
    padding: 21px 20px 32px 20px;
    background: #f5f5f5;
}
.jm-category-module.default .mod-article-image {
    margin-bottom: 0px;
}

/* Bottom */
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 22px;
}
#sp-bottom1 .shrewd_solution_icon ul li strong {
    display: none;
}
#sp-bottom1 .shrewd_solution_icon {
    padding-top: 0px;
}
#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;
    line-height: 38px;
    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;
}
#sp-bottom1 .shrewd_solution_icon ul li a:hover {
    color: #fff !important;
}
#sp-bottom .sp-module {
    margin-bottom: 0px;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

/*** 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;
      	background: #fff;
	}
  	.title h2 {
    	font-size: 60px;
	}
  	.about .sppb-col-md-4 {
   		 margin-bottom: 30px;
	}
  	.feature .clearfix {
        max-width: 100%;
        margin-bottom: 30px;
	}
	.testimonial .sppb-col-md-4:nth-child(1) {
    	padding-bottom: 70px;
	}
  	.slider {
     	max-height: auto;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.slider-small h3 {
    	margin-bottom: 0 !important;
  	}
  	.slider-big h1 {
    	padding: 0 !important;
  	}
  	.title h2 {
    	font-size: 50px;
	}
  	.slider-content h1 {
        font-size: 70px;
        line-height: 80px;
	}
  	.our-column-right .clearfix:nth-child(n+2) {
    	max-width: 100%;
	}
  	.our-column-right .clearfix:nth-child(2n) {
    	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, .btn:hover,
.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,
#sp-bottom1 .shrewd_solution_icon ul li a:hover, .counter {
 	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,
.slider-content h1, .sppb-section-title h2, .about-item a:hover, .testimonial-content i,
#sp-bottom1 .shrewd_solution_icon ul li a, .menu-title ul li em {
  	color: var(--text-color) !important; 
}
.slider-content, .choose-item, .service-column .clearfix:hover, .btn, .light img, .slider-btn.left {
  	border-color: var(--text-color) !important;
}
.service-column .clearfix {
    border-top-color: var(--text-color) !important;
}