*{
	margin: 0;
	border: 0;
	padding: 0;
}


body{
    font-family: 'Josefin Sans', sans-serif;
    background-image: url(../images/back.png);
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: 100%;
}

.logo{
	height: 180px;
	width: 600px;
	text-align: center;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 10px;
}



.navbar-custom{
	font-size: 18px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.navbar-custom ul{
	float: none;
	text-align: center;
	font-weight: bold;
}

.navbar-custom li{
	float: none;
	display: inline-block;
}


.navbar-custom  .navbar-nav>li>a {
  color: #065e9e;
}


.navbar-custom  .navbar-nav>li>a:hover, a:active {
  color: #000;
  background-color: transparent;
}


.icon-bar{
  border: 2px solid #000;
}

@media (max-width: 800px) {
.navbar-custom ul{
	width: 100%;
}
.navbar-custom  .navbar-nav>li>a {
  color: #000 !important;
}
.navbar-custom  .navbar-nav>li>a:hover {
  background-color: #f6f6f6!important;
}
}

/*navbar end*/

.wel p{
	padding-top: 5px;
	font-size: 30px;
	text-align: justify;
}


.wel button{
	font-size: 18px;
	color: #0a68ad;
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 10px;
}

.icon{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 10px;
}

  @media(max-width: 1024px){
  .form{
     margin-bottom: 25%;
     margin-top: 5%;
      }
      .banner-content{
		width:100%;
		height: 350px;
		padding: 30px 10px 0 10px;
		top: 80%;
		left: 0;
	}
}        

   @media(max-width: 900px){
   .banner-contact{
		width: 200px;
		height: 250px;
		padding: 20px 10px 0 10px;
		top: 10%;
	}

	.banner-content{
		width:100%;
		height: 450px;
		padding: 30px 10px 0 10px;
		top: 60%;
		left: 0;
	}

	.service_row{
	margin-top: 250px; 
}
   }    

.info  img{
    display: inline;
}

.info h4{
    display: inline;
    padding-left: 10px;
    font-weight: bold;
    font-size: 20px;
}

.info{
    line-height: 50px;
    padding-left: 150px;
    color: #005a9c;
}



@media(max-width: 385px){
	.banner-content{
		width:100%;
		height: 1050px !important;
		padding: 30px 10px 0 10px;
		top: 60%;
		left: 0;
	}

	.service_row{
	margin-top: 850px !important; 
	}
	.navbar-custom li{
	display: block;
	text-align: center !important;
}
}

@media(max-width: 500px){
	.banner-content{
		width:100%;
		height: 750px;
		padding: 30px 10px 0 10px;
		top: 60%;
		left: 0;
	}

	.service_row{
	margin-top: 550px; 
	}
	.navbar-custom li{
	display: block;
	text-align: center !important;
}
}
	
