/*** General CSS ***/
.btn,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-weight: 700;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 42px;
    cursor: pointer;
    border: 0!important;
    text-transform: uppercase;
    color: #fff;
    background: #000;
}
.btn-slider a {
  	background: #fff!important;
    color: #000!important;
  	
}
.btn:hover,
.btn-slider a:hover,
#sp_qc_submit:hover {
    color: #fff;
    transform: scale(1.1);
}

.title {
    max-width: 840px;
}
.title.sppb-text-center {
    margin: 0 auto;
}
.title h3 {
    color: #000000;
    font-size: 45px;
    font-weight: 900;
    line-height: 48px;
    margin-bottom: 12px;
    position: relative;
}
.title.line h3 {
    padding-bottom: 30px;
    margin-bottom: 25px;
}
.title.line h3:after {
    content: "";
    bottom: 0;
    width: 130px;
    height: 3px;
    left: 0;
    position: absolute;
    display: inline-block;
}
.title.line.sppb-text-center h3:after {
    right: 0;
    margin: 0 auto;
}
.title p {
    font-weight: 300;
}
h1.bg-title {
    font-size: 65px;
    text-transform: uppercase;
    font-weight: 800;
}

/*** Header Area ***/
/* Top Header */

/* Header Logo */
#sp-header {
    box-shadow: none;
    top: 0;
    height: inherit;
    position: fixed;
}
#sp-header .container {
    border-bottom: 1px solid rgba(255,255,255,.1);
}
#sp-header.header-sticky .container {
    border-bottom: 0;
}
#sp-header .logo {
    height: 90px;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 0 10px 0 0px;
    background: #131313;
}
body.com-content #sp-header,
body:not(.home) #sp-header {
    background: #222;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}

/* Header Menu */
.burger-icon>span {
  	background: #fff;
}
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
    width: 100%;
    padding: 0 20px;
}
.sp-megamenu-parent > li > span {
  	color: #fff;
}
.sp-megamenu-parent > li li a {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    font-weight: 300!important;
}
.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: #001659;
    font-size: 18px;
    font-weight: 400!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 */
.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: #131313;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Promotion Slider */

/*** About ***/
.about-item {
    padding: 45px 25px 55px 25px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ffffff;
    box-shadow: 0px 0px 55px 5px rgb(0 0 0 / 6%);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.about-item:hover {
    border-radius: 0px 0px 0px 0px;
    border: 1px solid transparent;
    box-shadow: 0px 0px 55px 0px rgb(0 0 0 / 19%);
}

/*** Price ***/
.price-column {
    box-shadow: 0px 0px 20px 0px rgb(221 221 221 / 50%)!important;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    text-align: center;
    margin: 20px 20px 20px 20px;
    padding: 70px 50px 30px 50px;
}
.price-item h5 {
    color: #4c4c4c;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5.9px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    position: relative;
}
.price-item h5:after {
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 60px;
    height: 3px;
    background: #000;
    margin: 0 auto;
}
.price-item ul {
    padding: 0% 0% 0% 17%;
    text-align: left;
}
.price-item ul li {
    display: inherit;
    list-style: none;
    padding: 10px 0;
    font-family: 'Poppins';
    font-weight: 400;
}
.price-item ul li:before {
    margin-right: 5px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

::before {}
.price-column.center h1,
.price-column.center h5,
.price-column.center ul li {
    color: #fff!important;
}
.price-column.center h5:after {
    background: #fff;
}
.price-column.center .btn:hover {
    background: #fff;
}

/*** Our ***/
.our-column {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 20px 0px 0px;
    padding: 60px 40px 60px 40px;
}
.our-item .sppb-addon-content {
    color: #777;
    font-weight: 300;
}
.our-column .btn:hover {
    background: #fff;
}
.our-item h5 {
    position: relative;
    padding-top: 35px;
}
.our-item h5:after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 70px;
    height: 3px;
    background: #fff;
}

/*** Testimonial ***/
.testimonial-content h6 {
    position: relative;
    padding-top: 40px;
    margin-top: 40px;
    font-size: 20px;
    font-weight: 600;
}
.testimonial-content h6:before {
    content: "";
    top: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #fff;
    position: absolute;
}



/* Bottom Area */
#sp-bottom1 .shrewd_solution_icon ul li strong {
    display: none;
}
#sp-bottom1 .shrewd_solution_icon {
    padding-top: 10px;
}
#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: transparent;
    height: 36px;
    width: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 2px;
    border-bottom: 2px solid;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0;
    display: inline-block;
}
#sp-bottom1 .shrewd_solution_icon ul li a:hover { 
    color:#fff!important;
}
#sp-bottom1 .shrewd_solution_icon ul li a em {
  	font-family: 'Font Awesome 5 Brands';
}
#sp-bottom2 ul li strong {
  	display: none;
}
#sp-bottom2 ul li em {
    padding-right: 10px;
}
#sp-bottom2 ul li strong {
    display: none;
}
#sp-bottom2 ul {
    float: left;
    width: 50%;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}

/*** 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) {

  
}

/* Mobile Small Resolution */
@media (max-width: 480px) {

  
}

/*** Color Variables ***/
/* Get Variables */
:root {
    --background-color: currentColor;
    --background: currentColor;
    --text-color: currentColor;
}

title h5 {
  	color: var(--text-color);
}
.title h3:after,
.btn-slider a:hover,
.btn:hover {
  	background-color: var(--text-color)!important;
}
.our-column,
.price-column.center,
.carousel-column {
  	background-color: var(--text-color);
}
.about-item:hover {
  	border-color: var(--text-color);
}
.about-item i,
.testimonial-content h6,
.price-column.center .lt-btn:hover {
  	color: var(--text-color);
}