/*============================
    Header
==============================*/
.overlay {
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
/*	background-color: #03264f50;*/
	background-color: rgba(0,0,0,0.5);
	
}

.text-shadow-bk {
	text-shadow: 2px 2px 3px #000;
}

.service-hero-text p {
    font-size: 24px;
}

.infotechno-blog-list li a:hover,
.delivering-optimal-wrap .list-item .title-wrap .title,
a.primary-hover{
	color: #ED1C24
}

.color-grey {
	color: #696969!important;
}

.menu-style-four .navigation-menu > ul > li:hover > a > span.text-grey, .menu-style-four .navigation-menu > ul > li.active > a > span.text-grey {
    color: #333;
}

.text-grey {
	color: #333;
}

.custom-font-size {
	font-size: 18px;
    margin-bottom: 20px;
}

.hover-style-link:hover,
.submenu > li.active > a {
    color: #ed1c24;
}
.hover-style-link:after {
	background-color: #ed1c24;
}

@media (max-width: 992px) {
	.float-phone {
		background-color: #32c600;
	}
}

@media (max-width: 380px) {
	.hide-on-mobile {
		display: none;
	}
	.mobile-width {
		width: 219px;
	}
}