body{
	padding: 0;
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif;
	color:#777777;

}



.card{
	height: 425px;
}
.card-img-top{
	width: 130px; 
	
}
.card-title{
	font-size:20px;
}
.nav-item{
	padding-left: 20px;
	padding-right: 20px;
}
.navbar .navbar-nav .nav-item a:hover{
	background-color: #053876;
	color: #fff;
	border-radius: 30px;
}
.font-color{
	color: #0e589b;
	font-weight: 600;
}
.font-weight{
	font-weight: 700;
}
.services {
	background-color:#c1e1ec;
}
.about-content{
	font-size: 18px;
}
.parallax{
	background-image: url(img/navy-2-2-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	/*height: 250px;*/
}
.overlay{
	background-color: rgba(0.0,0.0,0.0,0.5);
	/*bottom: 0;
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;*/
	width: 100%;
	height: 300px;
}
.parallax-1{
	background-image: url(img/banner-3.jpg);
	background-size: cover;
	
	background-attachment: fixed;
}
.overlay-2{
	background-color:rgba(14, 88, 155, 0.5);
	/*bottom: 0;
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;*/
	width: 100%;
	height: 350px;
}
.about{
	back
}
.services .card:hover{
	background-color: #41b5e7;
	color: #fff;
}
.info .card:hover {
	color: #000;
	border-top: 5px solid #0e589b;
	border-bottom: 5px solid #0e589b;
}
.icon:hover{
	background-color: #111e3e;
	color: #fff;
}
.icon {
	border:1px solid #111e3e;
	border-radius: 0px;
	color: #0e589b; 
}

.float-call {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 110px;
  left: 25px;
  background-color: #d33125;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  }
 .my-float-call {
  margin-top: 16px;
}
.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 40px;
  left: 25px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.my-float {
  margin-top: 16px;
}
.contact-1 {
	background-image: url(img/contact-1.png);
	background-size: cover;
}
.about-2 {
	background-image: url(img/j-1.jpeg);
	background-size: cover;
	height: 350px;
}
/*.services-1 {
	background-image: url(img/services-1.png);
	background-size: cover;
}*/
@media only screen and (max-width: 600px){
	.map iframe{
		width: 100%;
	}
	.hidden-s{
		display: none;
	}
}
.dropdown-menu li a{
	color: #fff;
}
.services1{
	background-image: url(img/boot-1.jpeg);
	background-size: cover;
	background-position: center;
}
.overlay-1{
	background-color: rgba(0.0,0.0,0.0,0.5);
	/*bottom: 0;
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;*/
	width: 100%;
	height: 400px;
}
.enquary-btn {
	background-color:#0e589b;
	border: 0;
	border-radius: 20px;
}
/*.navbar-nav li a:hover{
	background-color: #25a9e1;
}*/

.btn-read-more {
	width: 81px;
	background-color: #e82f1f;
	border: 0;

}
.btn-read-more a{
	color: #fff;
}

@media only screen and (max-width: 600px) {
	.header-top{
		display: none;
	}
}

.test-monial {
	background-color: #c1d8ec;
	color: #000;
}
.parallax-4 {
	background-image: url(img/geeta.jpeg);
	background-size: cover;
	background-position: center; 
}
.overlay-3 {
	/*background-color: rgba(0.0,0.0,0.0,0.5);
	bottom: 0;
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;*/
	width: 100%;
	height: 600px;
}
.header-icon i{
	border:1px solid rgb(3, 42, 87);
	padding:13px;
}
.why-img {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
	
  }
  #footer{
	padding-top: 80px;
	padding-bottom: 110px;
	background-color: rgb(247, 245, 245);
  }
  .responsive-map{
	overflow: hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
	}
	.responsive-map iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
	}
	
	@media only screen and (max-width: 768px) {
		.carousel-item{
			height: 300px;
		}
	}
	.footer-p
	{
		padding-left: 30px;
    margin-top: -23px;
	}