.box .box-img{
  overflow: hidden;
  position: relative;
}
.box .box-img img{
  width:100%;
  transform: scale(1,1);
  transition:all 0.50s ease 0s;
}
.box:hover .box-img img{
  transform: scale(1.1,1.1);
}
.box .over-layer{
  width:100%;
  height:100%;
  position: absolute;
  left:0;
  bottom:0;
  text-align:center;
  opacity:0;
  transform:scale(0.4,0.4);
  background: rgba(0, 0, 0,0.5);
  transition:all 0.20s ease-in-out;
}
.box .box-img:hover .over-layer{
  transform: scale(1,1);
  opacity:1;
}
.box .over-layer a{
  position: relative;
  top:45%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.box .fa-search,
.box .fa-link{
  border:1px solid #fff;
  color:#fff;
  font-size:16px;
  margin-right:5%;
  transition: all 0.50s ease;
}
.box .fa-link{
  margin-right: 0;
}
.box .fa-search:hover,
.box .fa-link:hover{
  border-radius:20%;
  text-decoration:none;
}
.box .content{
  position: absolute;
  top: 15%;
  left: 17%;
  padding:5px;
  text-align: center;

}
.box .title{
 font-size: 26px;
  color: #fff!important;
  text-align:center;
}

.box .title a{
  font-size:20px !important;
  color:#000;
  font-weight: 600;
}
.box .title a:hover{
  color: #000;
  text-decoration: none;
}
.box .title small{
  display: block;
  font-size:20px !important;
  margin-top:5px;
  text-transform: uppercase;
}
@media  only screen and (max-width:990px) {
  .box{
    margin-bottom:5%;
  }
}


/* hover2 */
.boxes{
  overflow:hidden;
  position:relative;
}
.boxes .boxes-img img{
  width: 100%;
  height: auto;
}
.boxes .contents{
  width: 100%;
  height: 100%;
  padding:60px 30px;
  background:rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.boxes .content{
  width: 100%;
  height: 100%;
  padding:60px 30px;
  background:rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: -100%;
  transition:all 0.50s ease 0s;
}
.boxes:hover .content{
  left:0;
}
.boxes .title{
  font-size:30px;
  color:#fff;
  text-align: center;
  text-transform:uppercase;
  font-family: Open Sans, sans-serif !important;
  font-weight: normal;
  margin:0 0 30px 0;
}
.boxes .description{
  font-size:16px;
  color:#fff;
  text-align: center;
  margin-bottom:35px;
}
.boxes .read-more{
  padding:10px 20px;
  background:#000;
  color:#fff;
  text-decoration-line: none;
  text-transform: capitalize;
}
@media only screen and (max-width: 990px){
  .boxes{
    margin-bottom:20px;
  }
}
@media only screen and (max-width: 480px){
  .boxes .content{
    padding: 20px 30px;
  }
  .boxes .contents{
    padding: 20px 30px;
  }
}

/*testimonial 1 */


.testimonial{
  border: 10px solid #221F1F;
  padding: 40px 0 25px 0;
  margin: 50px;
  text-align: center;
  position: relative;
}
.testimonial:before{
  font-family: "FontAwesome"; 
  content: "\f007";
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #fff;
  margin: 0 auto;
  font-size: 75px;
  font-weight: 900;
  color: #221F1F;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}
.testimonial .title{
  padding: 7px 0;
  margin: 0 -30px 20px;
  border: 7px solid #fff;
  background: #008000;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
.testimonial .title:before{
  content: "";
  border-top: 15px solid #221F1F;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  bottom: -37px;
  left: 0;
}
.testimonial .title:after{
  content: "";
  border-top: 15px solid #221F1F;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  bottom: -37px;
  right: 0;
}
.testimonial .post{
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}
.testimonial .description{
  padding: 0 20px;
  margin: 0;
  font-size: 15px;
  color: #6f6f6f;
  letter-spacing: 1px;
  line-height: 30px;
}


/* hover 3 */

.boses{
  overflow:hidden;
  position:relative;
  cursor:pointer;
}
.boses .boses-img img{
  width: 100%;
  height: auto;
}
.boses .contents{
  width: 100%;
  height: 100%;
  padding:60px 30px;
  background:rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.boses .content{
  width: 100%;
  height: 100%;
  padding:60px 30px;
  background:rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  top: -100%;
  transition:all 0.50s ease 0s;
}
.hover:hover .boses .content{
  top:0;
}
.boses .title{
  font-size:46px;
  color:#fff;
  text-align: center;
  text-transform:uppercase;
  font-family: Open Sans, sans-serif !important;
  font-weight: normal;
  margin: 160px 0 35px 0;
}
@media only screen and (max-width: 990px){
  .boses{
    margin-bottom:20px;
  }
  .boses .title{
    font-size:46px;
    color:#fff;
    text-align: center;
    text-transform:uppercase;
    font-family: Open Sans, sans-serif !important;
    font-weight: normal;
    margin: 85px 0 35px 0;
  }
}
@media only screen and (max-width: 480px){
  .boses .content{
    padding: 20px 30px;
  }
  .boses .contents{
    padding: 20px 30px;
  }
}


/* hover 4 */
.boxs{
  text-align: center;
  overflow: hidden;
  position: relative;
}
.boxs img{
  width: 100%;
  height: auto;
}
.boxs .boxs-content{
  width: 90%;
  height: 90%;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  position: absolute;
  top: 5%;
  left: 5%;
  padding: 25% 0 30px;
  opacity: 0;
  transform: scaleX(0);
  z-index: 1;
  transition: all 0.5s ease 0s;
}
.boxs:hover .boxs-content{
  opacity: 1;
  transform: scaleX(1);
}
.boxs .title{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
  text-transform: capitalize;
}
.boxs .post{
  display: block;
  font-size: 15px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.boxs .social{
  list-style: none;
  padding: 0;
  margin: 0;
}
.boxs .social li{
  display: inline-block;
}
.boxs .social li a{
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  border: 1px solid #fff;
  font-size: 20px;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.boxs .social li a:hover{
  background: #3dd998;
  border: 1px solid #3dd998;
}
@media only screen and (max-width:990px){
  .boxs{ margin-bottom: 30px; }
}

/* hover5 */
.boxer .boxer-img{
  overflow: hidden;
  position: relative;
}
.boxer .boxer-img img{
  width:100%;
  height: 400px;
  transform: scale(1,1);
  transition:all 0.50s ease 0s;
}
.boxer:hover .boxer-img img{
  transform: scale(1.1,1.1);
}
.boxer .over-layers{
  width:100%;
  height:100%;
  position: absolute;
  left:0;
  bottom:0;
  text-align:center;
  opacity:0;
  background: rgba(0, 0, 0,0.5);
}
.boxer .over-layer{
  width:100%;
  height:100%;
  position: absolute;
  left:0;
  bottom:0;
  text-align:center;
  opacity:0;
  transform:scale(0.4,0.4);
  background: rgba(0, 0, 0,0.5);
  transition:all 0.20s ease-in-out;
}
.boxer .boxer-img:hover .over-layer{
  transform: scale(1,1);
  opacity:1;
}
.boxer .over-layers p{
  position: relative;
  top:35%;
  font-size: 36px !important;
  color: #fff;
  text-align: center;
}
.boxer .over-layer p{
  position: relative;
  top:20%;
  font-size: 30px !important;
  color: #fff;
  text-align: center;
}

.boxer .boxer-content{
  border:1px solid #d3d3d3;
  background:#fff;
  padding:2% 2% 3% 2%;
  text-align: center;
}
.boxer .title{
  margin:0;
  padding: 5px;
}
.boxer .title a{
  font-size:20px !important;
  color:#000;
  font-weight: 600;
}
.boxer .title a:hover{
  color: #000;
  text-decoration: none;
}
.boxer .title small{
  display: block;
  font-size:20px !important;
  margin-top:5px;
  text-transform: uppercase;
}
.boxer .over-layer .read-more{
  padding:10px 20px;
  background:#000;
  color:#fff;
  text-decoration-line: none;
  text-transform: capitalize;
  margin-top: 100px;
}
@media  only screen and (max-width:990px) {
  .boxer{
    margin-bottom:5%;
  }
}