p{
	font-weight: 400!important;
	/*line-height: 26px!important;*/
	font-size:14px !important;	
	color: #888;	
}
/* Main Menu Header */
#sp-header.menu-fixed{
  /*opacity:0.8;*/
  z-index: 900;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span{
	font-size: 13px;
	font-weight: 600;
	text-transform:none;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span{
	font-weight: 500;
	font-size: 14px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a{
	text-transform:none;
}
.logo img {
    min-width: 350px;
	width: 350px;
}

h1, h2, h3, h4, h5, h6{
	color:#212121;
	line-height:24px;
}
h1{
  font-size:48px;
  font-weight:300;
}
#sp-main-body {
    padding: 40px 0;
}
.homeslide h1 {
    color: #fff;
}
.yellowtxt{
  color:#D5B254;
}
.homeslide p{
  color:#fff;
}
h2 {
    font-size: 28px!important;
    font-weight: 700!important;
}
h3 {
    font-size: 22px!important;
	font-weight: 500!important;
}
.readmore-link{
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 12px;
	/*font-family: Montserrat,serif;*/
}
a:hover{
	color:#212121;
}
.btn-primary, .sppb-btn-primary{
	background-color: #fff !important;
	/*border: 2px solid #64cbd9!important; BLUE - BEST Shade */
	border: 2px solid #383838 !important;
	color: #666 !important;
	border-radius: 0px!important;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px;
	/*font-family: Montserrat,serif;*/
}
.btn-primary:hover, .sppb-btn-primary:hover {
    background-color: #383838 !important;
	color:#fff !important;
}
.formResponsive input[type="button"], .formResponsive button[type="button"], .formResponsive input[type="submit"], .formResponsive button[type="submit"], .formResponsive input[type="reset"], .formResponsive button[type="reset"]{
	padding: 10px 30px 10px!important;
	font-size: 14px!important;
	font-weight: 600!important;
	border-radius:0px!important;
}
.separatorline-header{
	border-color: #383838;
	border-style: solid;
	width: 55px;
	border-bottom-width: 3px;
	margin-bottom: 3px;
	margin: 10px 0;
}
.separatorline-header-center{
	border-color: #383838;
	border-style: solid;
	width: 55px;
	border-bottom-width: 3px;
	margin-bottom: 3px;
	margin: 10px 0;
	text-align:center;
	display:inline-block;
}
#sp-top-bar{
  display:none;
}

/* Bottom Section */
#sp-bottom {
	padding:40px 0px 10px 0px !important;
}
/* Social Media Section */
#sp-social-media {
    padding: 5px 0px;
    background: #F5F5F5;
    text-align: center;
}
.social-media i {
    width: 44px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    height: 44px;
    line-height: 32px;
    top: 0;
    text-align: center;
    padding: 5px 10px;
	margin: 0px 5px;
}

/* contact Us page */
.contactus h3 {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
	margin-bottom: 40px;
}
.contactus h4 {
    margin-top: 4px !important;
}
.contact-icon-left {
    float: left;
    width: 40px;
	min-height: 120px;
} 
.contact-icon2-left {
    float: left;
    width: 40px;
    min-height: 70px;
} 
/* Page Title  */
.sp-page-title {
    text-align: center;
	padding: 20px 0px;
	background: #8C8C8C;
}
.tab-content {
    border: medium none !important;
}
.nav.nav-tabs {
    border: medium none;
}
 
/* Project page */
.highlight-text {
    color: #383838;
    font-weight: 700;
}
.proj-infotext {
    font-style: italic;
    font-size: 11px !important;
    text-align: center;
}

/* Highlight Caption */
#sp-highlight-caption {    
	border-top: 7px solid #383838;
	border-bottom: 7px solid #383838;
	background:#8C8C8C;
}
.highlight-caption{
	padding:10px 0px;
	text-align:center;
	color: #ffffff;
	font-weight: 600 !important;
	font-size: 22px !important;	
}

/* Portfolio Display CSS*/
#portf-display {
    padding-bottom: 20px;
}
#portf-display h4 {
    font-weight: 700;
    font-size: 16px;
    background: #f1f1f1;
    padding: 10px;
    margin: 0px;
}
#portf-display .sigplus-gallery {
    background: #f1f1f1;
}
.portf-display-desc {
    background: #f1f1f1;
    padding: 10px;
}

/* **** RESPONSIVE CSS for MOBILE, TAB **** */
@media (min-width: 1400px) and (max-width: 1920px) {
	
}
@media (min-width: 980px) and (max-width: 1199px) {
	.logo img {
		min-width: 260px;
	}	
}
/* iPad */
@media (min-width: 768px) and (max-width: 979px) {	
	.logo img {
		min-width: 300px;
	}	
}

@media (max-width: 767px) {	
	.logo img {
		min-width: 300px;
	}	
}

@media only screen and (max-width: 480px) {
	.logo img {
		min-width: 250px;
	}
}

@media (max-width: 320px) {
	.logo img {
		min-width: 200px;
	}
}