/*Banner*/

::-webkit-input-placeholder {
  color: #889eab;
}

::-moz-placeholder {
  color: #889eab;
}

:-ms-input-placeholder {
  color: #889eab;
}

:-moz-placeholder {
  color: #889eab;
}

.mar-top {
  margin-top: 106px;
}

.main-banner {
  background: url(../images/banner_2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  min-height: 668px;
  position: relative;
  padding-top: 200px;
}

.main-banner .container {
  z-index: 9;
}

.home2_banner:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 83, 158, 0.62);
  top: 0px;
  left: 0px;
}

.main-banner:after {
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 78px;
  background: url(../images/banner_bg.png) 0 0 no-repeat;
  background-size: cover;
  display: inline-block;
  position: absolute;
  z-index: 9;
}

.main-banner .sect-tital h2 {
  font-size: 45px;
}

.banner_text h2 {
  font-size: 50px;
  line-height: 1.3;
  color: #fff;
  text-transform: capitalize;
}

.banner_text span {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
}

.banner_text p {
  color: #fff;
  margin: 15px 0px 0px 0px;
  font-size: 22px;
}

.banner_text {
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner_text h2 {
    font-size: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-banner {
    padding-top: 200px;
  }
}

@media (max-width: 767px) {
  .main-banner {
    padding: 110px 0px;
  }
  .banner_text h2 {
    font-size: 30px;
  }
  .main-banner {
    min-height: 0;
  }
  .main-banner:after {
    display: none;
  }
}

/*button*/

.btn {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  outline: 0 none;
  padding: 13px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

.btn:hover,
.btn:focus {
  box-shadow: 0px 12px 19px 4px rgba(0, 0, 0, 0.08);
}

.btn-box a:hover {
  color: #fff;
}

/*Section_tital*/

.sect-tital h2 {
  font-size: 25px;
  text-transform: capitalize;
}

/*home_service*/

.left_service {
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 25px;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 150px;
  border-radius: 10px;
}

.anchor_ser:hover .service_text p {
  color: #714da0;
}

.left_service:after,
.left_service:before {
  position: absolute;
  content: "";
  top: 0px;
  width: 80px;
  height: 2px;
  background: #714da0;
  background: -moz-linear-gradient(left, #714da0 0%, #4269f7 100%);
  background: -webkit-linear-gradient(left, #714da0 0%, #4269f7 100%);
  background: linear-gradient(to right, #714da0 0%, #4269f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#714da0', endColorstr='#4269f7', GradientType=1);
  left: -80px;
  transition: all 0.3s;
}

.left_service:before {
  bottom: 0px;
  right: -80px;
  top: auto;
  left: auto;
  transition: all 0.3s;
}

.left_service:hover:after {
  left: 0px;
}

.left_service:hover:before {
  right: 0px;
}

.service_icon {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
}

.service_icon h3 {
  display: inline-block;
  margin: 0px;
}
.service_icon img {
  max-height: 50px;
}
.flot_icon {
  font-size: 36px;
  float: left;
  line-height: 100%;
  margin-left: 25px;
  color: #714da0;
}

.flot_icon img {
  height: 2rem;
}

.flot_right {
  color: #714da0;
  font-size: 36px;
  float: left;
  margin-right: 25px;
  line-height: 100%;
  display: flex;
}

.service_text {
  float: left;
}

.service_text p {
  margin: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .flot_icon {
    margin-left: 10px;
  }
  .flot_right {
    margin-right: 10px;
  }
  .left_service {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .service_icon {
    text-align: left;
  }
  .flot_icon {
    float: left;
    margin-right: 25px;
  }
}

/*Team*/

.position_rel {
  position: relative;
}

.bg_prap {
  background: #9976e2;
  padding-bottom: 300px;
}

@media (max-width: 767px) {
  .bg_prap {
    padding-bottom: 20px;
  }
  .team_head {
    border-bottom: 1px solid rgba(24, 14, 36, 0.28);
    padding-bottom: 17px;
  }
  .team_member_wrap div:last-child .team_head {
    border-bottom: none;
    padding-bottom: 0;
  }
}

#team_member:after {
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 78px;
  background: url(../images/banner_bg.png) 0 0 no-repeat;
  background-size: cover;
  display: inline-block;
  position: absolute;
  z-index: 9;
}

.team_view {
  position: relative;
  overflow: hidden;
}

.team_view figure {
  margin: 0px;
}

.team_view figure img {
  width: 100%;
}

.team_discoption span.team_name {
  font-weight: 600;
}

.team_discoption span {
  display: block;
  text-transform: uppercase;
}

.team_hover {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.5s ease;
  padding: 0px 20px;
}

.team_head:hover .team_hover {
  top: 0px;
  transition: all 0.5s ease;
}

.team_hover ul {
  padding: 0px;
  width: 100%;
}

.team_hover ul li {
  list-style: none;
  height: 25px;
  width: 25px;
  display: inline-block;
}

.apon_top {
  margin-top: -230px;
  z-index: 9999;
  position: relative;
}

@media (max-width: 767px) {
  .apon_top {
    margin-top: 0px;
  }
  #team_member:after {
    display: none;
  }
}
