

/* our mission & our-business style */
#our-mission,#our-business {
  color: black;
  padding: 60px 0;
}

#our-mission h3 span,#our-business h3 span {
  background: #042e6f;
  color: #fff;
  padding: 3px 5px;
  text-transform: capitalize;
}
#our-mission p,#our-business p {
  font-size: 14px;
  line-height: 1.5;
  color: #063573;
}
#our-mission .mission-image,#our-business .business-image {
  position: relative;
  /*height: 345px;*/
    height: 250px;
}
#our-mission .mission-image::after,#our-business .business-image::after {
  background-color: #042e6f;
  content: "";
  height: 250px;
  position: absolute;
  left: 91px;
  transform: rotate(-29deg);
  width: 10px;
  z-index: 3;
  top: 0;
}
#our-mission .mission-image::before,#our-business .business-image::before {
  border-bottom: 309px solid #d9e5f7;
  border-right: 170px solid transparent;
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  z-index: 2;
}

/* our Vision style */

#our-vision {
  padding: 60px 0;
  background-color: white;
}

#our-vision h3 span {
  background: #042e6f;
  color: #fff;
  padding: 3px 5px;
  text-transform: capitalize;
}
#our-vision p {
  font-size: 16px;
  line-height: 1.5;
}
#our-vision .vision-image {
  position: relative;
  height: 250px;
}
#our-vision .vision-image::after {
  border-bottom: 309px solid #fff;
  border-left: 170px solid transparent;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  z-index: 2;
}
#our-vision .vision-image::before {
  background-color: #042e6f;
  content: "";
  height: 250px;
  /*margin-top: 18px;*/
  position: absolute;
  right: 91px;
  transform: rotate(29deg);
  width: 10px;
  z-index: 3;
}
/* our team style */

.our-team {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.our-team img {
  width: 100%;
  height: auto;
}
.our-team .team-content {
  width: 100%;
  background: #042e6f;
  color: #fff;
  padding: 15px 0 10px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.our-team:hover .team-content {
  padding-bottom: 40px;
}
.our-team .team-content:before,
.our-team .team-content:after {
  content: "";
  width: 60%;
  height: 38px;
  background: #042e6f;
  position: absolute;
  top: -18px;
  transform: rotate(15deg);
  z-index: -1;
}
.our-team .team-content:before {
  left: -3%;
}
.our-team .team-content:after {
  right: -3%;
  transform: rotate(-15deg);
}
.our-team .title {
  font-size: 20px;
  text-transform: capitalize;
  margin: 0 0 7px 0;
  position: relative;
}
.our-team .title:before,
.our-team .title:after {
  content: "";
  width: 7px;
  height: 93px;
  background: #939598;
  position: absolute;
  top: -78px;
  z-index: -2;
  transform: rotate(-74deg);
}
.our-team .title:before {
  left: 32%;
}
.our-team .title:after {
  right: 32%;
  transform: rotate(74deg);
}
.our-team .post {
  display: block;
  font-size: 13px;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.our-team .social {
  list-style: none;
  padding: 0 0 15px 0;
  margin: 0;
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}
.our-team:hover .social {
  bottom: 0;
}
.our-team .social li {
  display: inline-block;
}
.our-team .social li a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  margin-right: 6px;
  transition: all 0.5s ease 0s;
}
.our-team .social li:last-child a {
  margin-right: 0;
}
.our-team .social li a:hover {
  color: #939598;
}
@media only screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 30px;
  }
  .our-team .team-content:before,
  .our-team .team-content:after {
    height: 50px;
    top: -24px;
  }
  .our-team .title:before,
  .our-team .title:after {
    top: -85px;
    height: 102px;
  }
  .our-team .title:before {
    left: 35%;
  }
  .our-team .title:after {
    right: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .our-team .team-content:before,
  .our-team .team-content:after {
    height: 75px;
  }
  .our-team .team-content:before {
    transform: rotate(8deg);
  }
  .our-team .team-content:after {
    transform: rotate(-8deg);
  }
  .our-team .title:before,
  .our-team .title:after {
    width: 10px;
    top: -78px;
    height: 102px;
  }
  .our-team .title:before {
    left: 42.5%;
    transform: rotate(-82deg);
  }
  .our-team .title:after {
    right: 42.5%;
    transform: rotate(82deg);
  }
}
@media only screen and (max-width: 480px) {
  .our-team .title:before,
  .our-team .title:after {
    top: -83px;
  }
}
.banner-title {
  /*margin-top: 110px;*/
}
.bussnis-content{
  box-shadow: -7px 1px 30px 0px rgba(0,0,0,0.37);
-webkit-box-shadow: -7px 1px 30px 0px rgba(0,0,0,0.37);
-moz-box-shadow: -7px 1px 30px 0px rgba(0,0,0,0.37);
border-radius: 10px;
padding-right: 10px;
}
.bussnis-content:hover{
  background-color: #d9e5f7;
  transition: all .5s ease-in-out;
}