/*** General CSS ***/
/*** Title ***/
.title {
    max-width: 800px;
}
.title.sppb-text-center {
    margin: 0 auto;
}
.title h2 {
    color: #000000;
    font-size: 51px;
    font-weight: 900;
    line-height: 1.2em;
}
.title h3 {
    color: #000000;
    font-size: 46px;
    line-height: 1.3em;
    position: relative;
    padding-bottom: 140px;
    margin-bottom: 30px;
}
.title.line-top h6 {
    position: relative;
    padding-top: 110px;
}
.title.line-bottom h2 {
    position: relative;
    padding-bottom: 110px; 
}
.title.line-top h6:before,
.title.line-bottom h2:after,
.title h3:after {
    position: absolute;
    display: inline-block;
    content: "";
    bottom: 0;
    width: 2px;
    height: 90px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.title.line-top h6:before {
    bottom: inherit;
    top: 0;
}
.title.white h2 {
    color: #fff;
    margin-bottom: 20px;
}
.title.white p {
    font-weight: 700;
    color: #fff;
}
.btn,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border: 0!important;
    color: #fff!important;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 2.4px;
    background: none;
    padding: 17px 70px 18px 70px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
  	background-color: rgb(246 142 19 / 86%);
}
.btn:before {
    content: "";
    position: absolute;
    background: rgba(0,0,0,.2);
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover:before {
    opacity: 1;
    visibility: inherit;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.about-btn,
.slider-content a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    border-width: 0px 0px 4px 0px;
    border-color: #FEA75E;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
    color: #fff;
    border-style: double;
    border-width: 0px 0px 4px 0px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.about-btn:hover,
.slider-content a:hover {
    transform: translateY(8px)!important;
    -webkit-transform: translateY(8px);
    -o-transform: translateY(8px);
}
.slider a em,
.about-btn em {
  	font-size: 0;
    margin-left: 7px;
}
.slider a em:before,
.about-btn em:before {
  	font-size: 18px;
}

/*** Header Area ***/
/* Header */
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 0 10px 0 0px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}
body:not(.home) #sp-header {
    background: #fff;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}

/* Header Menu */
#sp-header {
    height: inherit;
    position: fixed;
    box-shadow: none;
}
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
    width: 100%;
    text-transform: uppercase;
    padding: 0 25px;
}
.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;
}

/*** Block Styles ***/
/*** Slider ***/
.slider .sppb-container-inner {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
}
.slider .sppb-row-container {
    position: relative;
    z-index: 3;
}
.slider-left {
    padding-right: 50px;
}
.slider-content {
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    padding: 50px 50px 50px 50px;
}
.slider-content:hover {
    border-color: #000;
}
/*** About ***/
.about-btn {
    margin-top: 40px;
    display: inline-block;
}
.about-btn,
.about-btn:after {
    color: #000;
    border: 0;
}

/* Portfolio */
.sp-simpleportfolio-info {
  	display: none;
}

/*** Service ***/
.service {
    position: relative;
}
.service:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 45%;
    background: #000;
    position: absolute;
}
.service .title h2 {
    color: #fff;
}
.service .sppb-col-md-12:nth-child(1) {
    position: relative;
    z-index: 2;
}
.service .sppb-col-md-12:nth-child(2) {
    position: relative;
    margin-top: -50px;
}

/*** Team ***/
.line-title .sppb-section-title {
    position: relative;
}
.line-title .sppb-section-title:before {
    position: absolute;
    content: "";
    top: -110px;
    height: 75px;
    width: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.team .sppb-title-heading {
    -webkit-text-stroke-color: #1e3c6f;
}
.team-item .sppb-media-content {
    text-align: center;
    padding: 25px 20px;
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 15px;
    z-index: 1;
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.team-item .sppb-img-container {
    position: relative;
}
.team-item .sppb-addon-text {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    max-height: 100px;
    opacity: 1;
}
.team-item img {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.team-item:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.team-item h4 {
    font-size: 26px;
    line-height: 1.15em;
    color: #fff;
    font-weight: 500;
}
.team-item ul {
    padding-left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    left: 0;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}
.team-item ul li {
    list-style: none;
    display: inline-block;
    text-align: center;
}
.team-item ul li a {
    display: inline-block;
    padding: 13px 16px 10px;
    border-radius: 3px;
    color: #000;
    font-size: 15px;
}
.team-item ul li a.share {
    -webkit-box-shadow: 0 -7px 20px 0 rgba(255,94,20,.5);
    box-shadow: 0 -7px 20px 0 rgba(255,94,20,.5);
}
.team-item ul li strong {
    display: none;
}

/*** Contact Form ***/
.contact .title ul {
    padding-left: 0;
}
.contact .title ul li {
    list-style: none;
    float: left;
    margin: 20px;
}
.contact .title ul li:first-child {
    margin-left: 0;
}
.contact .title ul li a {
    font-size: 0;
    width: 45px;
    height: 45px;
    background: #f4f4f4;
    text-align: center;
}
.contact .title ul li a:before {
    font-size: 15px;
    line-height: 43px;
}
.contact .title h4 {
    font-size: 23px;
    font-weight: 300;
    margin: 40px 0 50px;
}
.contact-form {
    position: absolute;
    left: 0;
    top: 75px;
    display: block;
    max-width: 364px;
    width: 100%;
    background: #fff;
    padding: 45px 30px 39px;
    box-shadow: 0 0 20px rgba(34,34,34,.1);
    z-index: 1;
}

/* Bottom Area */
#sp-bottom-right {
  	text-align: right;
}

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

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

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

.btn,
.title.line-top h6:before,
.title h3:after {
   background-color: var(--text-color);
}
.about-btn, 
.slider-content a,
.title h6 {
  	color: var(--text-color);
}
.slider-content {
    border-color: var(--text-color);
}
