a .grid-product__title-inner {
   color: #2B4B84 !important;
}
/* .main-header .main-menu ul li a {
    color:#fff !important
}

.header-sticky.sticky-bar.sticky .main-menu ul>li>a {
    color:#2B4B84 !important
} */

/* .grid-product__title-inner:hover,
.grid-product__title-inner:focus,
.grid-product__title-inner:active {
    transform: scale(1.05) !important;
} */

.hero-content {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	position: relative;
}



.hero-rocket {
	position: absolute;
	bottom: 100px;
	right: -430px;
}

.hero-rocket img {
	position: relative;
	-webkit-animation: rocket 2s linear infinite;
	animation: rocket 2s linear infinite;
}
@-webkit-keyframes rocket {
	0% {
		left: 20px;
		bottom: 20px;
	}
	25% {
		left: -20px;
		bottom: 20px;
	}
	50% {
		left: -20px;
		bottom: 0px;
	}
	75% {
		left: 0px;
		bottom: 0px;
	}
	100% {
		left: 20px;
		bottom: 20px;
	}
}

@keyframes rocket {
	0% {
		left: 20px;
		bottom: 20px;
	}
	25% {
		left: -20px;
		bottom: 20px;
	}
	50% {
		left: -20px;
		bottom: 0px;
	}
	75% {
		left: 0px;
		bottom: 0px;
	}
	100% {
		left: 20px;
		bottom: 20px;
	}
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero-rocket {
		width: 500px;
	}
	
}


/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.hero-rocket {
		display: none;
	}

}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {

	.hero-rocket {
		display: none;
	}
	
}

/* Medium Mobile :480px. */

@media only screen and (min-width: 576px) and (max-width: 766px) {
	.hero-section {
		height: 600px;
	}
}
/* Radio element, when checked */


  .form-control__radio-view::after{
	background-color: #2B4B84 !important;
	
  }