/* Enter Your Custom CSS Here */

body.page-template-home .teaser-home:hover .img {
	transform:scale(1) !important;
}

.zcc b, .zcc strong {
    font-weight: 600;
}

.page-id-44413 .footer-ad, .page-id-44413 .footer, .page-id-44413 .breadcrumbs, .page-id-44413 .top, .page-id-44413 .header {
	display: none;
}

.page-id-44413 h2 {
	color: #ffffff;
}
.page-id-44413 .outer {
	background-color: #000000;
}

body.page-template-home .outer.home-featured .others>.teaser-home .vc {
    min-height: 120px;
}

body.page-template-home .outer.home-featured .first>.teaser-home .vc {
	    min-height: 120px;
	
}

body.page-template-home .outer.home-featured .first .teaser-home .img {
    height: 521px;
}

.zcc .wp-caption {
    width: auto !important;
}

body.page-template-home h2.section a, body.page-template-home h2.section span, .widget .widget-title h3{
		background-color: #314858;
}
body.page-template-home h2.section:before{
			border-color: #314858;
}
.widget .widget-title{
		color: #314858;
}

.btn.btn-primary{
		color: #314858 !important;
}

.apsc-theme-2 .apsc-each-profile{
    width: 100%;
    margin: 0px;
    min-height: initial;
}
.apsc-theme-2 .apsc-each-profile a{
		box-shadow: none;
    border: 0px;
    border-radius: 0px;
		padding-top: 4px;
}
.apsc-theme-2 .apsc-inner-block{
		display: flex;
    align-items: center;
		box-shadow: none;
}
.apsc-theme-2 .apsc-each-profile a.apsc-instagram-icon{
		background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.apsc-theme-2 .apsc-each-profile a:hover{
		transform: none;
    -webkit-transform: none;
    -ms-transform: none;
}

.apsc-theme-2 .apsc-count{
		font-size: 20px;
}
.apsc-theme-2 .apsc-inner-block .social-icon{
		margin-right: 15px;
}

.apsc-theme-2 .apsc-media-type{
    margin-left: 10px;
    font-size: 15px;
    font-weight: 500;
}

.blockInfo{
	display:flex;
	justify-content:space-between;
}
 
.blockInfo li{
	width:50%;
}

.blockInfo li a{
    text-align: center;
    width: 96%;
    margin: 2%;
    display: block;
}
.blockInfo li a h4{
margin: 10px 0px;
    font-weight: bold;
}

.clientLogo{
	display: flex;
    flex-wrap: wrap;
}

.clientLogo li{
	width:20%;
}

.brandBg{
    background-color: #324858;
    color: #fff;
    padding: 50px 20px;
}

.threeBlocks{
	    display: flex;
    justify-content: space-around;
	text-align: center;
}

.threeBlocks h4{
	    margin: 10px 0px;
}

.content-padding{
	padding:50px 0px;
}


@media (max-width:480px) {
	.blockInfo li{
		    width: 100%;
	}
	.blockInfo{
		flex-wrap: wrap;
	}
	.threeBlocks{
		flex-wrap: wrap;
	}
	.threeBlocks div{
		width: 100%;
	}
}












