
/* CSS Document */
.container1{
	border:2px medium #26b7c9;
	
	
}
.centered {
    position: absolute;
    top: 35%;
    left: 50%;
   transform: translate(-50%, -50%);
    font-size:2vw;
	color: #e6edee;

background-color: rgb(0,0,0,0.5);
	border-radius:7px;
}
.centered2 {
    position: absolute;
    top: 40%;
    left: 40%;
   transform: translate(-34%, -50%);
    font-size:2vw;
	color: #e6edee;

background-color: rgb(0,0,0,0.5);
	border-radius:7px;
}
.font1{
	font-family: 'Roboto', sans-serif;
}
.font2{
	
	
	font-family: 'Merriweather Sans', sans-serif;

}


.bgimage{
	background-image:url(../images/aboutus2s.jpg);

	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:500px;
	

}
.heading h3{

	text-align:center;
	font-size:3vw;
}
.title{
	
	color:white;
}
.title:hover{
	
color:white;	
	
}	
.text{

padding:60px;


}
.text h2{
font-family: 'Montserrat Alternates', sans-serif;
color:#26b7c9;
	


}
.text p{
	font-family: 'Merriweather Sans', sans-serif;
}
.text h3{
	font-family: 'Montserrat Alternates', sans-serif;
}
.abtimage{
padding:93px;
	margin-top: -3%;
}	
.abtimage2{
padding:108px;
	margin-top: -3%;
}
 .abtimage3{
padding:93px;
	margin-top: -6%;
}	
      		
.btn {
  border: 2px solid black;
  background-color: white;
  color: black;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
}
.info {
  border-color: #26b7c9;
  color: dodgerblue
}

.info:hover {
  background: #26b7c9;
  color: white;
}
		
.section-title{
    padding-left: 35px;
    position: relative;
    margin-bottom: 2.5rem;
}
.section-title:before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 15px;
    content: '';
    border-radius: 3px;
    position: absolute;
    background-color: #26b7c9;
}		
.section-image	{

    background:url("images/pic.jpg") no-repeat center center;
    background-attachment: fixed;
    color: #fff;
    text-align: center

}
.companies{
	padding:2%;
}
.special{
	font-size: 50px;
	text-align: center;
	
	
}
	
.myfooter{
background-color:grey;

}
.para{
font-size:14px;
margin-left:10%;
color:black;
}

.list1{
margin-top: 0vw;

margin-left: 5vw;
}
	.list2{
margin-top: 0vw;

margin-left: 2vw;
}
	.heading1{
		margin-top:8%;
		text-align:center;
	}
.special1
{
color:white;
font-size:35px;
margin-top:8%;
margin-left:3%;
}

.fa-facebook-square {
margin-left:24%;
}
.centered1 {
    position: absolute;
    top: 76%;
    left: 50%;
   transform: translate(-50%, -50%);
	color:aliceblue
}
.myfooter h3{
margin-top:8%;
}	
	.col-sm-2{
		width: 50%;
	}	

	a {
		color: black;
		}	
	
	i{
		color:#26b7c9;
		
	}
i:hover{
	color:#26b7c9;
}


