@media only screen and (max-width: 1199px){
	.nav-link {
  padding-right: 6.5px !important;
  padding-left: 6.5px !important;
}
}
@media only screen and (max-width: 991px){
	.foot-img img {
  width: 35px;
  padding: 15px 2PX;
}
h1 {
  font-size: 34px !important;
  line-height: 0.9 !important;
  color: #06296c !important;
  font-weight: 900 !important;
}
}
@media only screen and (max-width: 767px){
}
@media only screen and (max-width: 575px){
	h1{
		text-align:center !important;
		line-height: 1.2 !important;
	}
	.box-corner.wow.fadeInRight {
  position: inherit;
  
}
}