/* PAGE TITLE */
.sp-page-title {
	position: relative;
	display: table;
	width: 100%;
	text-align: center;
    padding: 150px 0 130px 0;
    background-position: center top;
	background-size: cover;
}

.sp-page-title:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

.sp-page-title .container {
	display: table-cell;
	vertical-align: middle;
}

.sp-page-title .sp-page-title-heading {
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 40px;
	color: #fff;
	position: relative;
	z-index: 2;
}

@media (min-width: 1023px) {
.sp-page-title .sp-page-title-heading,
.sp-page-title .sp-page-title-sub-heading {
font-size: 35px;
font-weight: 700;
letter-spacing: -0.03em;
line-height: 1.3;
text-transform: none;
text-align: center;
font-family:Poppins;
}
}
.sp-page-title .sp-page-title-heading
 {
font-weight: 700;
letter-spacing: -0.03em;
line-height: 1.3;
text-transform: none;
text-align: center;
font-family:Poppins;
font-size:60px;
}

.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
    margin: 0;
    margin-top: 0px;
    padding: 0;
    color: #fff;
	text-shadow: 2px 14px 10px rgba(0,0,0,0.9);
}

/**/
.sp-page-title .breadcrumb {
margin: 15px auto 0 auto;
position: relative;
z-index: 5;
display: block!important;
text-align:center;
text-transform: uppercase;
font-size: 15px;
font-family: Poppins;
font-weight: 500;
}
.sp-page-title .breadcrumb > li {display: inline-block;}
.breadcrumb-item + .breadcrumb-item::before {
    font-size: 10px;
}

/* HEADER */
#sp-header {
	height: inherit;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	box-shadow: none;
	line-height: 38px;
	padding: 35px 0px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	background: transparent;
}

#sp-header.header-sticky {
	padding: 10px 0px;
	background-color: rgba(0,0,0,0.8);
	box-shadow: 0 1px 3px rgba(255,255,255,.1);
}

#sp-header #sp-logo, #sp-header #sp-menu {display: table; margin: auto;}

#sp-header .logo {
	height: inherit;
	display: inline-block;
	margin: 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	line-height: 38px;
	margin: 0;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	position: relative;
	transition: all .3s ease;
	text-transform: uppercase;
}

.sp-megamenu-parent > li.active > a {
	font-weight: 600;
}
#offcanvas-toggler {
	display: block;
	height: inherit;
	line-height: 39px;
	font-size: 20px;
}

#offcanvas-toggler > .fa {
	color: #fff;
	transition: all .3s ease;
}

#sp-footer .container-inner {
    border-top: none;
}

/* -----  Bottom----- */
.sp-contact-info li {
	font-size: 16px;
	color: #999999;
}

.sp-contact-info li .fa {
	width: 34px;
	height: 34px;
	background: #606267;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	line-height: 34px;
	margin-right: 5px;
}

#sp-bottom .sp-module ul
 {
	list-style: none;
	padding: 0;
}

#sp-bottom .sp-module ul>li
{
	margin-bottom: 10px;
}

#sp-bottom .sp-module ul>li>a:before
{
	content: ' ';
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #606267;
	border-radius: 50%;
	margin-right: 8px;
	vertical-align: middle;
	margin-top: -2px;
}

#sp-bottom4 .sp-module ul>li>a:before
{	
	display: none;
}

#sp-bottom .sp-module ul>li>a:hover,
#sp-bottom .sp-module ul>li>a:active,
#sp-bottom .sp-module ul>li>a:focus
{
	color: #fff;
}

#sp-footer .social-icons{
	font-size:21px;
}
#sp-bottom .social-icons{
	font-size:25px;
}
.sppb-testimonial-pro .sppb-addon-testimonial-pro-client-url {
    display: block;
    font-size: 16px;
}
.featherlight, .speasyimagegallery-modal-wrapper{ 
    z-index:9999;	
}
#sp-header #sp-menu .sp-dropdown .sp-dropdown-inner {
    border-radius: 0 0 3px 3px;
    background: rgba(0,0,0,0.8);	
}
#sp-bottom a {
    color: #fff;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.menu > li > a {
    font-size: 20px;
    text-transform: uppercase;
}

.offcanvas-menu .offcanvas-inner {
    padding-top: 70px;
}

