@charset "utf-8";
/* CSS Document */

.navbar{background-color:#01454e;}
	
	.ha{
		
		color:white;
		text-align:center;text-decoration: none;margin-left: 15px;
	}
	.ha:hover{
		color:#ff6600;
	}
	
	
	.btn1{background-color: #ff6600;
	color:white;
	padding:5px 20px 5px 20px;
		text-align: center;
		
	}
	.btn1:hover{background-color: #01454e;
	color: white;}
	.btn2{background-color: #ff6600;
	color:white;}
	.btn2:hover{background-color: green;
	color: white;}
	
	.col-sm-3{
	text-align:justify;
}
	
	
	.ma{
		margin-top: 50px;
		
	}
	
	.an1{
		
		width: 50%;
		margin-left:25%;
		
		}
	
	.tb{
		background-color:#181b22;
		padding-top:50px; 
		text-align:center;
		
	}
	
	.fab{
		margin-left:20px;
		font-size:15px;
		color:white;
	}
	.fab:hover{
		color:#3b5999;
	}
	.in{
		font-size:15px;
		color:white;
		
	}
	
	.in:hover{
		
		color:#e4405f;
	}
	
	.tw{
		font-size:15px;
		color:white;
		
	}
	
	.tw:hover{
		
		color:#55acee;
	}
	
	.go{
		font-size:15px;
		color:white;
		
	}
	
	.go:hover{
		
		color:#55acee;
	}	
	
		.zoom4 {
  padding: 0px;
  
  transition: transform .2s;
  width: 60px;
  height: 60px;
  margin: 10px;
			
			
}

.zoom4:hover {
 opacity: 0.5; 
	
	
}
	.h{
		padding-left:20px;
	}
	


	
	#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #01454e;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #ff6600;
	}
	.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
	
	
	hr{
		background-color:white;
	}
	
	
	.box{
		position: relative;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    
	}
	.box:hover{
		border:2px solid #004650;
	}
	
	.img1{
		
		position: absolute;
    left: 5%;
    top: 30%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    background-color: #004650;
    color: #fff;
	}
	.box:hover 
    .img1{box-shadow: 0 0 0 6px rgba(255,165,0,0.4);}
	.cont{
		padding: 25px 5px 5px 100px;
	}
	.form-element{
		margin-bottom: 20px;
		width: 50%;
		

	}
	.nav-link1{
		color:#ff6600;
	}
	.fa-align-justify{color:white;}
	.st{
	 
	
		color:white; 
	}
	.st3{
	color:#ff6600; 
	
	}
	
	
	.m{
	background-color: #01454e;
}
@media only screen and (width: 360px) {
	.map {
   transform:scale(0.9);
	}
		
	
}
@media only screen and (width: 768px) {
	.pad{
		
		margin-right:100px;;
		font-size:12px;
	
	}
	.pad1{
		margin-bottom:30px;
	}
}

@media only screen and (width:800px) {
	.pad{
		
		margin-right:100px;;
		font-size:12px;
	
	}
}