* {
  box-sizing: border-box;
}

body {
  margin: 0px;
}
 
/* Carousel */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900);
#slider{
  margin-bottom: -150px;
}

.wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.container-fostrap {
  display: table-cell;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}
.fostrap-logo {
  width: 100px;
  margin-bottom:15px
}
h1.heading {
  color: #fff;
  font-size: 1.15em;
  font-weight: 900;
  margin: 0 0 0.5em;
  color: #505050;
}
@media (min-width: 450px) {
  h1.heading {
    font-size: 3.55em;
  }
}
@media (min-width: 760px) {
  h1.heading {
    font-size: 3.05em;
  }
}
@media (min-width: 900px) {
  h1.heading {
    font-size: 3.25em;
    margin: 0 0 0.3em;
  }
}
.card {
  display: block;
    margin-bottom: 20px;
  margin-top:20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s;
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.9),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card {
  width: 100%;
  height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
}
.img-card img{
  width: 100%;
  height: 200px;
  object-fit:cover;
  transition: all .25s ease;
}
.card-content {
  padding:15px;
  text-align:left;
}
.card-title {
  margin-top:0px;
  font-weight: 700;
  font-size: 1.65em;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
}
.card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}

/* End Carousel */

/* About */
#about{
	margin-top:150px;
}
#about1{
  color: #2E4211;
  font-weight: bold;
  font-size: 20px;
}
#h2{
  font-weight: bold;
}
.para{
  font-size: 15px;
}
.abbutton{
   background-color:  #2E4211;
  border: none;
  box-shadow:0 5px 5px rgba(0,0,0,0.5);
  color: white;
  padding: 2px 20px ;
  margin-top: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius:50px;
}
/* End About*/

 /* Services */
     .container1{
      position:absolute;
      left:0;
      top:200%;
      width: 100%;
      height:10vh;
      animation: animate 16s ease-in-out infinite;
      background-size: cover;
    }
    .outer{
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.7);
    }
    .details{
      position: absolute;
    width:100%;
      left: 50%;
      top:50%;
      transform: translate(-50%,-50%);
      text-align: center;
    }
    .details h1{
      margin-top: 420px;
      font-size: 2em;
      color:#fff;
    }
    @keyframes animate{
      0%,100%{
        background-image: url(../images/img1.jpg);
        height: 90vh;
      }
    }
	
	@media(max-width : 600px){
		#firstserv{
			display:none;
		}
		.container1{
			margin-top:650px;
		}
	}
	
    @import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900);


.wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.container-fostrap {
  display: table-cell;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}
.fostrap-logo {
  width: 100px;
  margin-bottom:15px
}
h1.heading {
  color: #fff;
  font-size: 1.15em;
  font-weight: 900;
  margin: 0 0 0.5em;
  color: #505050;
}
@media (min-width: 450px) {
  h1.heading {
    font-size: 3.55em;
  }
}
@media (min-width: 760px) {
  h1.heading {
    font-size: 3.05em;
  }
}
@media (min-width: 900px) {
  h1.heading {
    font-size: 3.25em;
    margin: 0 0 0.3em;
  }
}
.card {
  display: block;
    margin-bottom: 600px;
  
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s;
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.9),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card {
  width: 100%;
  height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
}
.img-card img{
  width: 100%;
  height: 200px;
  object-fit:cover;
  transition: all .25s ease;
}
.card-content {
  padding:15px;
  text-align:left;
}
.card-title {
  margin-top:0px;
  font-weight: 700;
  font-size: 1.65em;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
}
.card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}
#ourservice{
	margin-top:40px;
	font-size:45px;

}
/* End Services */


/* Branches */

  .service-card{
  text-align: center;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, .1);
  -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, .1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, .1);
  margin-bottom: 10%;
}

.service-card:hover{
  box-shadow: 4px 4px 4px rgba(58, 105, 243, 0.3);
  -webkit-transform: translate(0, -8px);
  -moz-transform: translate(0, -8px);
  -ms-transform: translate(0, -8px);
  -o-transform: translate(0, -8px);
  transform: translate(0, -8px);
  box-shadow: 0 40px 40px rgba(0, 0, 0, 0.1);
}

.service-card h3{
  margin-top: 2%;
  font-size: 44px;
  font-weight: bold;
  background-color:green;
  color:#fff;
}

img{
height:200px;
width:100%;

}

 h1{
text-transform:uppercase;

}
#branch{
	margin-top:670px;
	margin-bottom:-1000px;
}
@media (max-width:600px){
	#bran{
		margin-top:-500px;
	}
}
/* End Branches */


/* parallax */

.mb_parallax_container {

	height: 40vh;
	width: 98.7vw;
	margin-top:500px;
	padding-top: 50vh;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

#mb_parallax_three {
	background-image: url("../images/bg.png");
	margin-bottom:-670px;


}
@media (max-width: 700px) {
	.mb_parallax_container {
		height:500px;
	}

	.mb_parallax_container > div:nth-of-type(1),
	.mb_parallax_container > div:nth-of-type(2) {

		padding-bottom: 20px;
	}
}
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

.counters {
	margin-top: -200px;

}

.counters .container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	text-align: center;
}

.counters i {
	color: red;
	margin-bottom: 5px;
}

.counters .counter {
	font-size: 25px;
	margin: 10px 0;
	color:#fff;


}

@media (max-width: 700px) {
	.counters .container {
		grid-template-columns: repeat(2, 1fr);
	}

	.counters .container > div:nth-of-type(1),
	.counters .container > div:nth-of-type(2) {

		padding-bottom: 20px;
	}
}
.counters .container h3{
	color:#fff;

}


/* parallax end */
