.mfp-title{
  display: none;
}
.brdr_wrapper1 {
  position: relative;
  margin-bottom: 20px;
  margin-top: 40px;
  padding: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.brdr_wrapper {
  position: relative;
  margin-bottom: 20px;
  margin-top: 40px;
  padding: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.brdr_wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  /*background-color: #c6922d;*/
}

.brdr_style1::after {
  top: 0;
  left: 0;
}

.brdr_style2::after {
  bottom: 0;
  right: 0;
}

.brdr_wrapper .sl_choose_item {
  position: relative;
  z-index: 1;
}
.brdr_wrapper .sl_choose_item {
  position: relative;
  z-index: 1;
}
.sl_choose_item {
  padding: 20px 30px 20px;
  min-height: 130px;
  background-color: #fff;
  text-align: left;
}
.sl_circle_box {
  text-align: left;
}

/* header styles */

.navbar-light .wsmenu > .wsmenu-list > li > a {
  padding: 0 15px;
  line-height: 40px;
}

.navbar-light .wsmenu > .wsmenu-list > li > a img {
  max-height: 44px;
}

.wsmenu > .wsmenu-list > li a.btn {
  margin-top: 0;
  line-height: 40px;
}

/* header styles end */
.top-header-icon {
  margin-top: -3px;
  padding: 5px;
}

#hero-6 {
  background-image: url("../images/slider/main.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

#hero-6 .overlay {
  background-color: rgba(0, 0, 0, 0.2);
}

#hero-6 .form {
  position: absolute;
  width: 100%;
  /* bottom: -8%; */
  text-align: center;
  margin: 0 auto;
  left: 75%;
  top: 100%;
  transform: translate(-50%, -50%);
}

#hero-6 .form .wrapper {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 40px;
  width: 50%;
  box-shadow: 0 0 32px -16px #0000009e;
}

#hero-6 .form .wrapper .form-control {
  margin-bottom: 15px;
  padding: 15px;
}

/* #hero-6 .form .wrapper .form-control + .form-control {
  margin-bottom: 0;
} */

#hero-6 .form .wrapper .btn {
  /* margin-bottom: 15px; */
  padding: 10px;
  color: #000;
}

.sbox-5-txt {
  padding-top: 5px;
}

.post-percentage {
  padding: 8rem 0 6rem;
  background-color: #EEEEEE;
}
.indicators{
  display: none;
}
.font_7{
  font-size: 16px;
    line-height: 1.5em;
    text-align: center;
}
.font_2{
      font-size: 24px;
    line-height: 1.5em;
    text-align: center;
    letter-spacing:0.1em;
}
.topbanner_h1{
  font-size:28px !important;
  color: #fff !important;
  line-height: 35px !important;
  letter-spacing:0.1em !important;
  padding-top: 30px !important;
}
.topbanner_p{
  width: 40%;
  line-height: 25px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #hero-6 .form {
    left: 60%;
  }
  #hero-6 .form .wrapper {
    width: 80%;
    margin-top: 40px;
  }
  .topbanner_p{
    width: 80%
  }
  .topbanner_h1{
    font-size: 25px !important;
  }
}


