/*** General CSS ***/
.title {
    position: relative;
}
.title h6 {
    position: relative;
    padding-bottom: 40px;
}
.title h6:after {
    width: 112px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    content: "";
    display: inline-block;
}
.title h2 {
    color: #1B4D61;
    font-size: 36px;
    font-weight: 900;
}
.title h2 strong {
    -webkit-text-fill-color: rgba(0,0,0,0);
    -webkit-text-stroke-width: 2px;
}
.title h6:after {
    width: 112px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    content: "";
    display: inline-block;
}
.btn, 
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-weight: 500;
    font-family: inherit;
    letter-spacing: 0px;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #dddddd!important;
    border-radius: 5px;
    font-size: 16px;
    text-transform: capitalize;
    border-width: 0;
    padding: 11px 30px 11px 30px;
    color: #fff!important;
}
.btn:hover {
    background: #90ee9052!important;
}

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

/* Header Logo */


/* Header Menu */
#sp-top-bar,
#sp-header {
    top: 0;
    height: inherit;
    background: none;
    position: absolute;
    width: 100%;
    z-index: 2;
    box-shadow: none;
}
#sp-header {
    padding: 0 80px;
    border-top: 1px solid #666666;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
#sp-header .sp-column {
    line-height: 1;
}
#sp-header .logo {
    height: 90px;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    background-color: lightgray;
}
body:not(.home) #sp-header {
    background: #fafafa;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
#sp-header.header-sticky .sp-megamenu-parent > li > a {
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
#sp-header .logo-image,
.sp-megamenu-parent > li > a {
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
    color: #000000;
}
.sp-megamenu-parent > li a {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.sp-megamenu-parent > li li a:hover {
    padding-left: 7px!important;
}
.sp-megamenu-parent > li li a:before {
    content: '+';
    left: -25px;
    width: 20px;
    position: relative;
    color: #999999;
    font-size: 18px;
    font-weight: inherit!important;
    line-height: inherit;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0;
}
.sp-megamenu-parent > li li a:hover:before {
    opacity: 1;
    left: -5px;
}

/* Canvas Menu */


/*** Block Styles ***/
/* Promotion Slider */


/*** Feature ***/
.feature-item {
    position: relative;
}
.feature-item img {
    transition-duration: 0.3s;
}
.feature-item:hover img {
    transform: scale(0.9);
    filter: brightness( 150% ) contrast( 100% ) saturate( 150% ) blur( 0px ) hue-rotate( 0deg);
}

/*** Testimonial ****/
.testimonial .lt-title h6:after {
    background: #fff;
}
.testimonial-item img {
    border-radius: 50%;
}
.testimonial .lt-title h2,
.testimonial-item p,
.testimonial-item h6 {
    color: #fff;
}

/*** About ***/
.about {
    position: relative;
}
.about-item {
    padding-bottom: 40px;
    border-bottom: 1px solid #777;
    max-width: 210px;
}
.about-item .sppb-addon-text {
    letter-spacing: 3px;
}
.about-content {
    padding: 50px 20px;
    background: #fff;
}
.about-img .sppb-addon-content, 
.about-img .sppb-addon-single-image-container {
    position: relative;
    overflow: hidden;
}
.about-img .sppb-addon-content:before {
    content: '';
    position: absolute;
    z-index: 1;
    height: 0;
    width: 100%;
    display: inline-block;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.about-img .sppb-addon-single-image-container:before {
    content: '';
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 0;
    display: inline-block;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.about-img .sppb-addon-content:after {
    content: '';
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 0;
    display: inline-block;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.about-img .sppb-addon-single-image-container:after {
    content: '';
    position: absolute;
    z-index: 1;
    height: 0;
    width: 100%;
    display: inline-block;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.about-img:hover .sppb-addon-content:before,
.about-img:hover .sppb-addon-single-image-container:after {
    height: 50%;
}
.about-img:hover .sppb-addon-content:after,
.about-img:hover .sppb-addon-single-image-container:before {
    width: 50%;
}

/*** Make ***/
.make .about-content {
    padding-left: 50px;
}
.make .about-content ul {
    padding-left: 0;
}
.make .about-content ul li {
    list-style: none;
    padding: 5px 0;
    font-size: 18px;
}
.make .about-content ul li em {
    font-size: 0;
}
.make .about-content ul li:hover em {
    color: #777;
}
.make .about-content ul li em:before {
    font-size: 16px;
    margin-right: 8px;
}

/*** Project ***/
.sppb-panel-modern {
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.12);
    border: 0;
    margin: 30px 0;
}
.sppb-panel-title {
    font-size: 16px;
    color: #000;
}
.sppb-panel-modern>.sppb-panel-heading {
    background: #F6F4EF;
    padding: 22px 30px 22px 15px;
}
.sppb-panel-modern .sppb-panel-body {
    border: 0;
}
.sppb-panel-heading.active .sppb-toggle-direction {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}
.sppb-panel-heading.active .sppb-toggle-direction i:before {
    content: "\f5b0";
}

/*** Price ***/
.price {
    position: relative;
}
.price:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    display: inline-block;
    position: absolute;
    background: #fff;
}
.price-item {
    background: #fff;
    padding: 50px 10px;
    box-shadow: 0px 3px 17px -1px rgb(201 201 201 / 56%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 30px 0 30px;
    border-radius: 15px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.price-item:hover {
    transform: scale(1.05);
}
.price-item h2 {
    font-size: 48px;
    margin: 20px 0 50px;
}
.price-item h6 {
    font-size: 17px;
    font-weight: 400;
}
.price-item ul {
    position: relative;
    padding: 40px 0 0px;
    margin-top: 35px;
    text-align: center;
}
.price-left .price-item ul {
    padding: 40px 0 40px;
}
.price-item ul:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 80%;
    height: 1px;
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    background: #eaeaea;
}
.price-item ul li {
    list-style: none;
    color: #666666;
    padding-left: 15px;
    line-height: 35px;
}
.price-item ul li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    margin-right: 10px;
}
.price .lt-btn {
    border-width: 3px!important;
    background: none;
    text-transform: capitalize;
}
.price-item.color h1,
.price-item.color h5,
.price-item.color ul li,
.price .lt-btn:hover {
    color: #fff;
}
.price-item.color h5:after {
    background-color: #fff;
}
.price-column .lt-btn {
    background: #fff;
}
.price-column .lt-btn:hover {
    border-color: #fff!important;
}

/*** Blog ***/
.blog .lt-title h1:before {
    right: 0;
    margin: 0 auto;
}
.blog div.k2ItemsBlock ul li {
    position: relative;
    padding: 0px 0 32px 0;
}
.blog div.k2ItemsBlock ul li a.moduleItemImage {
    overflow: hidden;
}
.blog div.k2ItemsBlock ul li a.moduleItemImage img {
    padding: 0;
    -webkit-transition: all  1500ms ease;
    -ms-transition: all  1500ms ease;
    transition: all  1500ms ease;
}
.blog div.k2ItemsBlock ul li:hover a.moduleItemImage img {
    opacity: .4;
    transform: scale(1.3);
}
.blog div.k2ItemsBlock ul li div.moduleItemIntrotext {
    padding: 0;
}
.blog div.k2ItemsBlock ul li span.moduleItemDateCreated {
    font-size: 12px;
    line-height: 2.33em;
    text-transform: uppercase;
    color: #565969;
    letter-spacing: .1em;
    font-weight: 500;
    padding: 0px 0 0px;
    display: inline-block;
}
.blog div.k2ItemsBlock ul li a.moduleItemTitle {
    line-height: 1.15em;
    font-size: 20px;
    color: #383838;
    font-weight: 300;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 20px;
    font-family: Francois One;
}
div.k2ItemsBlock ul li .moduleItemReadMore {
    position: relative;
    font-size: 16px;
    letter-spacing: .02em;
    margin-top: 7px;
    font-weight: 500;
    color: #001659;
}
div.k2ItemsBlock ul li.clearList {
    display: none;
}
.com-k2 div.k2ItemsBlock ul li {
    width: 100%;
    margin: 0;
}
#sp-left .sp-module ul > li, 
#sp-right .sp-module ul > li {
    display: block;
    border-bottom: 1px solid #f3f3f3;
}
div.k2ItemsBlock ul li a.moduleItemComments {
    border-right: 0;
}

/* Bottom Area */
#sp-bottom-center h3 {
    font-size: 60px!important;
    color: #fff;
}
#sp-bottom .sp-module {
    text-align: center;
}
#sp-bottom p {
    line-height: 1;
}
#sp-bottom .sp-module ul > li {
    position: relative;
}
#sp-bottom .sp-module ul > li:before {
    position: absolute;
    left: 0;    
    top: 5px;
}
#sp-bottom .sp-module ul > li a {
    margin-left: 20px;
    display: inline-block!important;
    line-height: 26px;
}
#sp-footer1 p,
#sp-footer1 p a {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}

#sp-footer .container-inner {

}
#sp-bottom h3 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 19px;
    margin: 0 0 20px;
    line-height: 1em;
}
#sp-bottom p a {
    font-weight: inherit;
}

/* Footer Copyright */
#sp-footer1 {
  	text-align: center;
    line-height: 2em;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {

  
}

/* Tablet Portrait Layout */
@media (min-width: 768px) and (max-width: 979px) {

  
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-header {
    padding: 0 20px!important;
}
  
}

/* Mobile Small Resolution */
@media (max-width: 480px) {

  
}

/*** Color Variables ***/
/* Get Variables */
:root {
    --background-color: currentColor;
    --background: currentColor;
    --text-color: currentColor;
}

/* General */
.btn, 
.btn-slider a, 
#sp_qc_submit {
  	background:none!important;
    color: black!important;
}
.title h6:after {
  	background: var(--background-color);
}
.title h6, 
.title h2, 
.about-content h4,
.feature-item h5,
.parallax h2,
.sppb-panel-title.active, 
.sppb-panel-heading i,
.price-item h2, 
.price-item h5, 
.price-item h6 {
  	color: var(--text-color);
}

/* Header */

/* Footer */

/* Blocks */
