.wpo-site-header .navbar-header .navbar-brand img {
	max-width: 100%;
	width: 65px;
}
.wpo-site-footer .about-widget .logo .site-logo img, .wpo-site-footer-s2 .about-widget .logo .site-logo img {
    max-width: 106px;
}

.wpo-project-text h2 {
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    padding: 20px 0 15px 0;
}
.wpo-project-text h2 a{
    color: #ffffff;
}
.wpo-contact-pg-section .office-info .office-info-item{
    min-height: 315px;
    padding: 30px;
}
.wpo-page-title .wpo-breadcumb-wrap {
    padding-top: 90px;
}
.recent-work{
    padding: 86px 0;
}
.recent-work .title{
    text-align: center;
}
.wpo-site-footer .about-widget .logo .site-logo, .wpo-site-footer-s2 .about-widget .logo .site-logo{
    font-size: 28px;
    line-height: 50px;
}
.site-header {
	background: #6fd088;
	padding: 6px 0;
	line-height: 30px;
}
.social-icon {
	overflow: hidden;
	list-style-type: none;
	float: right;
}
.social-icon li {
	display: inline-block;
	padding: 0 5px;
}
.social-icon li a{
    color: #ffffff;
}
#loader {
    display: none;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.wpo-header-style-1 .wpo-site-header, .wpo-header-style-2 .wpo-site-header{
    top: 42px;
}
.wpo-header-style-1 .wpo-site-header, .wpo-header-style-2 .wpo-site-header {
	background: rgba(0,0,0,.3);
}
.wpo-site-header #navbar > ul > li > a {
	padding: 30px 30px;
}


@media only screen and (max-width: 767px) {
    .site-header p{font-size:14px;}
    
    
    .wpo-site-header .navigation {
	padding: 0px 0;
}

.wpo-header-style-1 .wpo-site-header, .wpo-header-style-2 .wpo-site-header {
	top: 67px;
}
    
    .social-icon {
	float: none;
	text-align:center;
}
.wpo-site-footer .about-widget .logo .site-logo, .wpo-site-footer-s2 .about-widget .logo .site-logo {
    font-size: 28px;
    line-height: 32px;
}   
    
}