/*-- banner --*/
.banner{
    background: url(../images/2.jpg) no-repeat 0px 0px;
    background-size: auto;
	margin-right:0px;
}
.banner-left-grid{
    padding: 4em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
	margin-top:100px;
}
.blue{
    background: rgba(52, 55, 72, 0.61);
}
.blue:hover{
    background: rgba(24, 34, 88, 0.94);
}
.green{
    background: rgba(245, 10, 10, 0.7);
}
.green:hover{
    background: rgba(245, 10, 10, 0.85);
}
.banner-left-grid-img h3{
  font-size: 26px;
  color: #a7cb24;
  margin: 1em 0 0 0;
  text-transform: uppercase;
  font-weight: 600;
  cursor: text;
}
.banner-grid-info{
    float: left;
    width: 71%;
    margin-left: 1em;
}
.banner-grid-info h3 {
    color: #FFF;
    font-size: 1.5em;
    margin: 0;
    font-weight: 600;
}
.banner-grid-info p {
	color:#FFF;
	font-size:1em;
	margin:.5em 0 0 0;
	line-height:1.7em;
}
.banner-left-grid-img p{
  color: #555555;
  font-size: 14px;
  padding: 1em 0 0 0;
  margin: 0;
  line-height: 1.8em;
  cursor: text;
}
.banner-left-icon{
    float: left;
    width: 25%;
}
.services-icon {
    text-align: center;
    background: #FFF;
    width: 100px;
    height: 100px;
    line-height: 6.7em;
    margin: 0 auto;
    border: solid 6px rgba(255, 255, 255, 0.53);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-glass{
    font-size: 2em;
    color: #5A5A5A;
}
/*Service*/
.bot{
	font-size: 18px;
	text-align:justify;
}
.bot1{
	font-size: 18px;
	text-align:justify;
}

.bottext{
	width: 800px;
    padding: 10px;
    border: 5px solid #F00;
    margin-left: 260px;
	margin-bottom:15px;
}

/*--why-starts--*/
.why{
	background:url(../images/why-banner.jpg) no-repeat;
	background-size:cover;
	min-height:500px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.why-top,.why-bottom{
	text-align:center;
}
.why-one {
    position: relative;
    background: #fff;
    padding: 4em 0px 2em 0px;
}
.why-one h4 {
    color: #c1d82f;
    font-family: 'FaunaOne-Regular';
    font-size: 1.5em;
    margin: 0;
}
.why-one p {
    font-size: 16px;
    line-height: 1.8em;
    margin: 10px auto 0;
    color: #333;
    width: 94%;
}
.why-top.heading {
    margin-top: 6.5%;
}
.why-bottom {
    margin-top: 7%;
}
.why-one span {
    position: absolute;
    top: -39px;
    left: 39.5%;
    color: #fff;
    font-size: 2.5em;
    background: #08b4da;
    padding: 20px 20px;
    border-radius: 50%;
}
.why-one span:hover{
	transform: rotatey(360deg);
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
/*--why-end--*/

.banner1{
    background: url(../images/service.jpg) no-repeat 0px 0px;
    background-size: auto;
	margin-right:0px;
}
