.logo-customize {
	padding: 0;
	top: 0 !important;
    margin-right: 15px;
}
.logo-customize > img{
    max-width: 100px !important;
}
.header-style-1 .topbar, .header-style-2 .topbar, .header-style-3 .topbar {
	background: rgba(4,80,183,0.95);
}
/* .theme-btn, .theme-btn-s2, .theme-btn-s3{
    background-color: #F75C0B;
} */
.site-header #navbar > ul li a:hover, .site-header #navbar > ul li a:focus,.site-header #navbar > ul li a.active {
	color: #f28d35 !important;
}
.header-style-1 .navigation, .header-style-2 .navigation, .header-style-3 .navigation {
	background: linear-gradient(#065AB2, transparent);
}
.recent-project-section .content-meta {
	padding: 15px 20px 4px 20px;
}
.fun-fact-section .fun-fact-grids .grid .info {
	padding: 0 0px;
}
.fun-fact-section .fun-fact-grids .grid {
	padding: 50px 10px 60px;
}
.site-footer .about-widget .logo {
	max-width: 100px;
}
.partners-section {
	background: #fff;
}
.cta-layer::before {
	background: rgba(4,80,183,0.9);
}
.text-white{
    color: #FFF;
}
.header-style-1 .navigation.sticky-on, .header-style-2 .navigation.sticky-on, .header-style-3 .navigation.sticky-on {
	background: rgba(9,90,178,.96);
}
.slide-inner::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(rgba(0,0,0,.8) 20%, transparent);
}
.page-title::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(rgba(0,0,0,.8) 20%, transparent);
}
.page-title::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.3);
}
.page-title .container{
    position: relative;
    z-index: 2;
}
.blog-pg-section .post h3 {
	margin: 0px 0 15px;
}
.site-footer .link-widget ul {
	width: 100%;
}
.contact-pg-section .contact-info > div::before {
	top: 40px;
	margin-top: 0;
}
.pro-frame {
	width: 180px;
	float: left;
	margin-right: 25px;
    text-align: center;
}
.profile-pic{
    padding: 5px;
    border: 1px solid #ececec;
    margin-bottom: 8px;
}
.pro-frame p{
    margin-bottom: 0 !important;
}
.pro-frame .name {
	color: #333;
	font-weight: 500;
	font-size: 18px;
}
.mb-20{
    margin-bottom: 20px !important;
}
.blog-pg-section .format-quote {
	padding: 60px;
}
.client-list li {
	margin-bottom: 10px;
	border: 1px solid #ececec;
	padding: 10px 20px 10px 53px;
	border-radius: 3px;
	position: relative;
	z-index: 1;
}
.client-list li::before {
	position: absolute;
	content: "";
	z-index: -1;
	top: -1px;
	bottom: -1px;
	left: 0;
	width: 44px;
	background-color: #F28D35;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}



.client-list li a {
	color: #333;
	font-size: 15px;
	/* text-transform: uppercase; */
	position: relative;
	font-weight: bold;
}
.client-list li a i {
	position: absolute;
	left: -38px;
	top: 2px;
    color: #FFF !important;
}
.client-list li a:hover{
    color: #f28d35;
}

@media(max-width: 992px){
    .logo-customize > img {
        max-width: 75px !important;
        margin-left: 15px;
    }
    .social.pull-right{
        float: none !important;
    }
    .header-style-1 .navigation, .header-style-2 .navigation, .header-style-3 .navigation {
        background: #fff !important;
    }
    .header-style-1 .topbar, .header-style-2 .topbar, .header-style-3 .topbar {
        padding: 5px 0;
        border-bottom: none;
    }
    .logo-customize {
        top: -2px !important;
    }
}
@media(max-width: 1440px) and (min-width:993px){
    .hero-style-1, .hero-style-2, .hero-style-3 {
        height: 660px;
    }
}
@media(min-width: 1200px){
    .team-grids.grid-5 .grid {
        width: calc(20% - 30px);
    }
    .team-grids.grid-5 h3 {
        font-size: 14px;
        font-weight: bold;
    }
}