/*** 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;
}
.sp-megamenu-parent > li > a:before, .sp-megamenu-parent > li > span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 29px;
    margin: 0 auto;
    height: 3px;
    width: 60%;
    opacity: 0;
    display: inline-block;
    background: #F3B007;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.sp-megamenu-parent > li:hover > a:before, .sp-megamenu-parent > li:hover > span:before,
.sp-megamenu-parent > li.active > a:before, .sp-megamenu-parent > li.active > span:before { 
   opacity: 1;
}


/* 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: #1f425d;
}
.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: 14px 25px;
  color: #fff;
  border-radius: 5px;
  border: 1px solid;
}
.btn:hover, .btn-black:hover {
  	background: transparent !important;
}
.btn-black {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 17px 25px;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #343434;
  background: #343434;
}
.btn:hover {
  	background: transparent !important;
}

/* Services */
.services-colum {
  	border-radius: 5px;
}
.services-item .sppb-media-content {
    padding: 0px 30px 30px;
}
.services-item a {
    border: 1px solid #000;
    border-radius: 5px;
    background: transparent;
    font-weight: 600;
    text-align: center;
}
.services-item a:hover {
    color: #fff !important;
}
.services-item img {
    border-radius: 5px 5px 0px 0px;
  	-webkit-transition: .3s ease-in-out;
  	-o-transition: .3s ease-in-out;
  	transition: .3s ease-in-out;
}
.services-item:hover img {
  opacity: 0.8;
}
.ser-left, .ser-right {
    float: left;
    width: 50%;
}
.ser-left h4, .ser-right h4 {
    font-size: 45px;
    font-weight: 600;
}
.services .btn {
    font-size: 14px;
    padding: 8px 20px;
}

/* Renta */
.renta .btn, .brochure .btn {
    background: transparent !important;
    color: #222;
    font-weight: 600;
    border: none;
    border-radius: 0;
    border-left: 1px solid;
}
.check-list {
    list-style-type: none;
    padding-left: 10px;
    margin: 0;
}
.check-list li {
    padding-bottom: 10px;
}
.check-list strong {
    display: none;
}
.check-list em {
    padding-right: 10px;
}

/* Price */
.price-item.center {
    padding: 80px 30px;
    margin-top: -115px;
}
.price-item {
    border-radius: 5px;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 20%);
    background: #fff;
    margin: -83px 10px 20px 10px;
    padding: 50px 30px 50px 30px;
    -webkit-transition: .3s ease-in-out;
  	-o-transition: .3s ease-in-out;
  	transition: .3s ease-in-out;
}
.price-item:hover {
    margin: -75px 10px 20px 10px;
}
.price-item h2 {
    color: #4C4C4C;
    font-size: 45px;
    font-weight: 900;
    line-height: 35px;
}
.price-item h2 span {
    font-size: 18px;
    font-weight: 600;
}
.price-item h3 {
    color: #4C4C4C;
    font-size: 30px;
    font-weight: 900;
    margin: 20px 0 30px;
}
.price-item a.btn {
    padding: 8px 20px;
    margin-top: 30px;
}
.price-item .check-list li {
    border-bottom: 1px solid #ddd;
    padding: 13px 0;
}
.price-item .check-list li:last-child {
    border-bottom: none;
}
.price-item .check-list em {
    font-size: 13px;
}

/* Images */
.images .sppb-col-md-3 {
    border-right: 1px solid #D2D2D2;
}
.images .sppb-col-md-3:last-child {
    border-right: none;
}
.images img {
    max-width: 200px
}

/* Hiring */
.hiring-item .btn {
    background: transparent !important;
    color: #222;
    font-weight: 600;
    border: none;
    border-radius: 0;
    border-left: 1px solid;
    margin-top: 30px;
}

/* Video */
.btn-video {
    font-size: 17px;
    font-weight: 600;
}
.btn-video strong {
    display: none;
}
.btn-video em {
    color: #fff;
    padding-left: 10px;
    font-size: 28px;
    position: relative;
    top: 4px;
}

/* Skill */
.skills,
.skills .skill,
.skills .skill .skill-title,
.skills .skill .skill-bar {
    width: 100%;
    float: left;
}
.skills {
    padding:15px;
}
.skills .skill {
    margin-bottom: 30px;
}
.skills .skill .skill-title {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}
.skills .skill .skill-bar {
    height: 5px;
    border-radius: 3px;
    background: #eaeaea;
    transition: 1s cubic-bezier(1, 0, .5, 1);
    -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
    -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skills.active .skill .skill-bar {
    width: 100%;
}
.skills .skill .skill-bar span {
    float: left;
    width: 0%;
    height: 5px;
    border-radius: 3px;
    position: relative;
    transition: 1s cubic-bezier(1, 0, .5, 1);
    -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
    -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skills .skill .skill-bar span b {
    float: left;
    width: 100%;
    position: relative;
    text-align: right;
    opacity: 0;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    top: -22px;
}

/* Counter */
.counter-item h1 {
    font-size: 60px;
    font-weight: 600;
}
.counter-item h5 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

/* Partners */
.partners-colum {
    border-right: 1px solid #ccc;
}
.sppb-col-md-3:last-child .partners-colum {
    border-right: none;
}
.partners-colum img {
    max-width: 230px;
}

/* Client */
.client-img {
    border: 1px solid #ccc;
    padding: 50px 30px;
}
.client-img.top {
    border-top: none;
}
.client-img img {
    max-width: 200px
}

/* Menu */
.services-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.services-menu ul li {
    padding: 20px 0;
    border-bottom: 1px solid #000;
}
.services-menu ul li a {
    color: #696969;
    font-weight: 600;
}
.menu-right .clearfix {
    float: left;
    width: 50%;
}
.menu-right .clearfix:first-child {
    width: 100%;
}
.menu-right .skills .skill .skill-bar span b {
    color: #000;
}
.menu-right .skills .skill .skill-title {
    color: #000;
}

/* Brochure */
.brochure-colum {
    border-radius: 10px;
}
.sppb-panel-modern>.sppb-panel-heading {
    padding: 12px 30px 12px 15px;
    background: transparent;
    color: #4b5981;
}
.sppb-panel.sppb-panel-modern {
    border: none;
    border-bottom: 1px solid #e8eff1;
    margin: 0;
    background: transparent;
}
.brochure-right .clearfix:nth-child(3),
.brochure-right .clearfix:nth-child(4) {
    width: 50%;
    float: left;
    padding-right: 10px;
}

/* 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%);
}

/* Contact Info */
.contact-info h3, .contact-info h2 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}

/* Bottom */
#sp-bottom .sp-module .sp-module-title {
    text-transform: uppercase;
    font-weight: 400;
  	color: #fff;
    font-size: 18px;
}
#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;
    color: #1f425d;
    background: rgba(250,250,250,.5);
    height: 36px;
    width: 36px;
    line-height: 38px;
    text-align: center;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
#sp-bottom1 .shrewd_solution_icon ul li a:hover {
    background: #1f425d; 
    color:#fff!important;
}
#sp-bottom2 ul li {
    list-style: none;
    line-height: 35px;
    position: relative;
}
#sp-bottom2 ul li a { 
}
#sp-bottom4 .mkdf-btn-text {
    position: relative;
}
#sp-bottom4 a {
    border: 1px solid #4ab9cf;
    margin-top: 20px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff !important;
    background: #4ab9cf;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
}
#sp-bottom4 a:hover {
    background: #29879a;
    border-color: #4ab9cf;
}

/* 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,
.btn, .services-item a:hover, .skills .skill .skill-bar span {
 	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,
.btn:hover, .btn-black:hover, .services-item a, .title h3, .check-list em, .contact-icon i, .hiring-item .btn,
.hiring-item i, .counter-item h1, .services-menu ul a.active, .brochure-right .sppb-panel-title, button.btn.btn-primary.validate:hover {
  	color: var(--text-color) !important; 
}
.btn, .btn-black:hover, .services-item a, .divider-bd {
  	border-color: var(--text-color) !important;
}
