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

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

/* Header Menu */
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent > li > a {
    width: 100%;
    position: relative;
    text-transform: uppercase;
}
.sp-menu-separator {
    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: 16px;
}

/*** Block Styles ***/
/* Button */
.btn-design, .slider-item .sppb-btn-success {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-weight: 600;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 45px;
    cursor: pointer;
    border-radius: 0;
    border: 0!important;
    text-transform: uppercase;
    color: #fff!important;
    font-size: 18px;
    overflow: hidden;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 5%), 0px 2px 2px rgb(0 0 0 / 5%), 0px 4px 4px rgb(0 0 0 / 5%), 0px 8px 8px rgb(0 0 0 / 5%), 0px 16px 16px rgb(0 0 0 / 5%);
}
.btn-design:before, .slider-item .sppb-btn-success:before {
    content: "\f0c9";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    padding-top: 11px;
    display: inline-block;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: #FDE428;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: width .4s ease;
    -o-transition: width .4s ease;
    transition: width .4s ease;
}
.btn-design:hover:before, .slider-item .sppb-btn-success:hover:before {
    width: 100%;
    -webkit-transition: width .4s ease;
    -o-transition: width .4s ease;
    transition: width .4s ease;
    opacity: 1;
    visibility: inherit;
}
.btn-primary {
  	padding: 12px 30px;
}

/* Title */
.title-design h2 {
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}
.title-design.white.bg h2 {
    color: #fff !important;
    margin-bottom: 0;
    padding-bottom: 0 !important;  
    font-size: 40px;
    font-weight: 800;
}
.title-design.white.bg h2:after {
  	content: none;
}
.title-design.white h2 {
  	color: #fff !important;
}
.sppb-text-center.title-design h2:after {
    content: "";
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
    height: 3px;
    background: #ECCB2A;
    position: absolute;
}

/* Slider */
.slider .sppb-carousel-text {
  	padding-left: 15%;
}
.slider-item p {
  	font-weight: 600;
    line-height: 40px;
  	font-size: 33px;
  	margin: 25px 0 !important;
}
.slider-item h1 {
    font-weight: 600;
  	font-size: 100px;
    text-transform: uppercase;
}

/* Service */
.service .clearfix {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.service .clearfix:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 46, 91, 0.12)!important;
}
.service-item .sppb-icon-container {
    border-radius: 50%;
}
.service-item .sppb-icon-container i {
    width: 50px!important;
    height: 50px!important;
    line-height: 50px!important;
}

/* Special */
.special-column .clearfix:nth-child(n+2) {
    max-width: 48%;
    float: left;
}
.special-column .clearfix:nth-child(2n) {
    margin-right: 4%;
}
.special-item .sppb-icon-container {
    border-radius: 50%;
}
.special-item .sppb-icon-container i {
    width: 50px!important;
    height: 50px!important;
    line-height: 50px!important;
}

/* Testimonial */
.testimonial-column .clearfix:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 46, 91, 0.12)!important;
}
.testimonial-item i {
    color: #FDE428;
    font-style: inherit;
    font-size: 13px;
    margin-bottom: 15px;
}
.testimonial-item h6 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Connter */
.counter-item h2 {
    font-size: 75px;
    font-weight: 700;
    color: #FDE428;
    line-height: 75px;
}
.counter-item .sppb-addon-content {
    font-weight: 700;
}

/* Team */
.team-item h5.team-job {
    color: #000000 !important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.team-item .shrewd_solution_icon ul li strong {
    display: none;
}
.team-item .shrewd_solution_icon {
    padding-top: 10px;
}
.team-item .shrewd_solution_icon ul,
.team-item .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.team-item .shrewd_solution_icon ul li a {
    font-size: 12px;
    color: #fff;
    background: #1B4962;
    height: 25px;
    width: 25px;
    line-height: 27px;
    text-align: center;
    border-radius: 5px;
    margin: 2px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}

/* Solution */
.solution-tow-colum-left, .solution-tow-colum-right {
    float: left;
    width: 48%;
    margin-right: 1%;
    font-size: 14px !important;
}
ul.solution-check {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style-type: none;
}
ul.solution-check li {
    position: relative;
    padding-left: 25px;
    font-weight: 600;
    color: #1a1a1a;
}
ul.solution-check li:before {
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    left: 0;
    top: 0;
    font-size: 15px;
    font-size: 20px;
    font-weight: 600;
}

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

/* Accordion  */
.sppb-panel-modern {
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.12);
    border: 0;
}
.sppb-panel-title {
    font-size: 15px;
    font-weight: 900;
    text-transform: capitalize;
}
.sppb-panel-modern>.sppb-panel-heading {
    background: none;
    padding: 20px 30px 20px 15px;
}
.sppb-panel-modern .sppb-panel-body {
    border: 0;
}

/* Contact */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
    font-weight: 600;
}

/* Bottom Area */
#sp-bottom3 .menu-bottom-left, #sp-bottom3 .menu-bottom-right {
    float: left;
    width: 50%;
}
#sp-bottom p {
    line-height: 2.2;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
    text-transform: uppercase;
}

/*** 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, #sp-header .logo {
        height: 70px;
    }
  	.slider-item h1 {
        font-size: 50px;
	}
  	.slider-item p {
        line-height: 25px;
        font-size: 20px;
	}
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
  	.slider .sppb-carousel-text {
    	padding-left: 0;
	}
	.slider-item p {
        font-size: 13px !important;
      	margin: 0 !important;
    	line-height: 26px;
	}
  	.slider-item .sppb-btn-success {
      	font-size: 10px;
      	padding: 5px 15px;
  	}
  	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	.slider-item h1 {
        font-size: 30px;
	}
  	.special-column .clearfix {
        max-width: 100%!important;
        margin-right: 0!important;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.slider-item h1 {
    	font-size: 20px !important;
	}
  	.slider-item .sppb-btn-success {
      	font-size: 10px;
      	padding: 5px 15px;
  	}
  	.slider-item p {
        font-size: 10px !important;
        line-height: 10px;
	}
}

/* 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-design, .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover, .btn-design, .slider-item .sppb-btn-success,
.special-column, .bg-title, .sppb-btn-primary {
 	background-color: var(--background-color) !important;
}
.jm-category-module.default .jmm-text .jmm-title,
.article-list .article .article-header h2 a:hover, .article-list .article .readmore a:hover, .article-list .article .readmore a:active,
.tabs .sppb-nav-tabs>li.active>a, .slider-item p, .slider-item h1, .service-item i, .service-item h5,
.title-design h2 {
  	color: var(--text-color) !important;
}
.page-item.active .page-link,
.tabs .sppb-tab-content, .tabs .sppb-nav-tabs>li.active>a {
  	border-color:var(--text-color)!important;
}
.check-sub {
    border-top-color: var(--text-color)!important;
}