/*** General CSS ***/
.btn,  
#sp_qc_submit {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff !important;
    background-color: rgba(0,0,0,0);
    border-radius: 5px;
    padding: 18px 15px 18px 15px !important;
    border: none;
    border: none;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.btn:before,
.slider-btn a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background: #333;
    transform: scale3d(0.7, 1, 1);
    transition: transform 0.42s, opacity 0.42s;
    border-radius: inherit;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    -ms-transition:     all 0.2s ease-in-out;
    -o-transition:      all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}
.btn:hover:before,
.slider-btn a:hover::before {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

/*** Header Area ***/
/* Top Header */
#sp-top-bar {
    z-index: 2;
    position: relative;
}
/* Header Logo */

/*** Head ***/
#sp-header {
    top: 0;
    height: inherit;
    width: 100%;
    z-index: 2;
    box-shadow: none;
    max-width: 1320px;
    margin: 0 auto;
}
#sp-header .logo {
    height: 90px;
}
#sp-header.header-sticky {
    position: fixed;
    max-width: 100%;
    margin: 0 auto;
    top: 0;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    padding: 0 10px 0 0px;
}
body:not(.home) #sp-header {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    position: static;
    max-width: 100%;
    margin: 0 auto;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
#sp-header.header-sticky .logo {
    height: 80px;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
#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 {
    text-transform: uppercase;
}
.sp-megamenu-parent > li > span {
    color: #fff;
}
.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: #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;
}
.sp-megamenu-parent > li:last-child > a {
    font-size: 13px;
    padding: 4px 14px !important;
    line-height: 2.5;
    margin: auto 0;
    margin-top: 25px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    background-color: none !important;
    max-width: 100px;
}

/* Canvas Menu */


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


/*** What ***/
.what .sppb-col-md-4 {
    margin-bottom: 40px;
}
.what-colum {
    border: 1px solid #ddd;
}
.what-colum .sppb-icon-container i {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    border-radius: 5px;
}
.what-colum .clearfix {
    position: relative;
    z-index: 1;
}
.what-colum .clearfix:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: -1;
}
/*** About ***/
.about-img img, .lt-carousel-filter img {
  	transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.about-img:hover img {
  	transform: scale(1.08);
}
/*** Carousel ***/
.carousel-colum .clearfix {
    float: left;
    width: 20%;
    padding: 0 10px;
}
.carousel-filter:hover img {
  	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
/*** Team ***/
.team-colum {
    position: relative;
}
.team-colum .sppb-media-content {
    background: rgb(54, 54, 54);
    padding: 20px 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.team-colum .team-icon {
    left: 0;
    right: 0;    
    opacity: 0;
    position: absolute;
    bottom: 95px;
    margin: auto;
    text-align: center;
    padding: 0 0 10px 0;
    color: #fff;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.team-colum .sppb-img-container img {
    width: 100%;
}
.social-links {
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
}
.social-links li {
    display: inline-block;
}
.social-links li a {
    font-size: 25px;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
}
.social-links li a strong {
    display: none;
}
.team-colum:hover .sppb-media-content {
    bottom: 60px;
}
.team-colum:hover .team-icon {    
    opacity: 1;
    bottom: 0px;
}
/*** Client ***/
.client-star em {
    font-size: 25px;
    color: #fec736;
}
.client-star em strong {
    display: none;
}
.client-item img {
    border-radius: 5px;
}
.client-map-title-left, .lt-client-map-title-right {
    width: 50%;
    float: left;
}
.client-map-title-right {
    padding-left: 20px;
}
.client-map-title h3 {
    color: #242C33;
    font-family: 'Poppins';
    font-size: 36px;
    font-weight: 600;
    margin-top: 3px;
}
.client-map-title-right ul { 
    margin: 20px 0 0;
    padding: 0;
    list-style-type: none;
}
.client-map-title-right ul em { 
    padding-right: 10px;
}
.client-map-title-right ul em strong { 
    display: none;
}

/*** Contact Form ***/
#sp-quickcontact-form textarea#message {
    width: 100%;
    color: #495057;
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 10px;
    font-size: 16px;
}
#sp-quickcontact-form input {
    width: 100%;
}
#sp-quickcontact-form .sp_qc_clr {
    display: none;
}
#sp-quickcontact-form textarea,
#sp-quickcontact-form input {
    margin-bottom: 20px;
    border-radius: 0;
}
#sp-quickcontact-form input#name,
#sp-quickcontact-form input#email {
    width: 49%;
    float: left;
    margin-right: 2%;
}
#sp-quickcontact-form input#email {
    margin-right: 0;
}
#sp-quickcontact-form #sp_qc_submit {
    width: auto;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    padding: 12px 30px !important;
}

/* Bottom Area */


/* Footer Copyright */
#sp-footer .container-inner {
   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) {

  
}
@media (max-width: 979px) {
  	#slider .clearfix {
    	margin-top: 0!important;
  	}
}

/* Mobile Standard Layout */
@media (max-width: 768px) {

  
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
	.carousel-colum .clearfix {
        width: 100%;
    }
}

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

/* General */
.btn, 
.btn-slider a, 
#sp_qc_submit {
  	background: var(--background-color)!important;
}
#offcanvas-toggler .burger-icon>span,
.what-colum:hover .clearfix:before,
.what-colum .sppb-icon-container i,
.team-colum:hover .sppb-media-content, 
.team-colum:hover .team-icon, 
.contact-info i {
  	background: var(--background-color);
}
.what-colum:hover .what-title h3 {
    color: var(--text-color)!important;
}

/* Header */

/* Footer */

/* Blocks */
