/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


@media screen and (max-width:992px) {
	.retina-logo{
		display: block !important;
	}
	.standard-logo{
		display: none !important;
	}
}
.mytech{
	margin-top: auto;
	margin-bottom: auto;
}
.mytech h3{
	text-transform: none;
}
.mytech img{
	width: 100%;
}
.grid-inner-strong{
	border: 4px solid #7B6ED6;
}
.strong-heading-block::after {
    border-top-color: rgba(123,110,214,0.7) !important;
}
.strong-entry-meta-wrapper{
	background-color: #FFF;
    padding: 30px;
}
.bg-white{
	background: #FFF;
}
.mt-10{
	margin-top : 10px;
}
.pull-right{
	float: right;
}
.btn-white{
	border-color: #fff !important;
    color: #fff !important;
}