/* ============================================= */
body .research-content{
	color: #fff;
}

.research-content h2{
	color: #fff;
}
.research-details .details-right{
	float: right;
	width: 45%;
	padding-top: 15px;
}
.research-details .image{
	width: 55%;
	padding-right: 30px;
	float: left;
}
.research-details .image img{
	width: 100%;
	background: #fff;
}
.research-details {
    padding-top: 35px;
}
.research-details .container>p{
    margin-bottom: 40px;
}
.research-details .item{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 100px;
}
.research-details .item:last-child{
	margin-bottom: 50px;
}
aside#footer-03{
	text-align: right;
}
li.current-menu-parent >a{
	background-color: #fdb913;
}
/* .banner .camera_wrap img {
    max-width: none!important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
} */
.team-page.home-brands h4 {
	margin-top: 0px;
    padding:0;
    
    line-height: 1.4;
}

.home-brands h4 a:hover{
	color: #fdb913;
}
@media (max-width: 991px){
	.topRightContainer .mean-container a.meanmenu-reveal{font-size: 0 !important;}
	.mean-container a.meanmenu-reveal.meanclose{ color: transparent;    }
	a.meanmenu-reveal.meanclose:before {
		content: "";
		background: url("data:image/svg+xml;utf8,<svg aria-hidden='true' data-prefix='fal' data-icon='times' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-times fa-w-10 fa-2x'><path fill='#fff' d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z' class=''></path></svg>") no-repeat;
		width: 20px;
		height: 32px;
		display: block;
		margin: 0 auto;
	}
	.research-details .image {
		width: 100%;
		padding-right: 0;
	}
	.research-details .details-right {
		width: 100%;
		margin-top: 30px;
		padding-top: 0;
	}
	/* .banner .camera_wrap{
		height: 300px !important;
	} */
	aside#footer-03{
		text-align: center;
	}
}

@media (max-width: 767px){
	.research-details .item{
		margin-bottom: 50px
	}
	/* .banner .camera_wrap{
		height: 200px !important;
	} */
}

@media (max-width: 479px){
	/* .banner .camera_wrap{
		height: 150px !important;
	} */
	.research-details .item:last-child{
		margin-bottom: 0;
	}
}






