/* banner */
.banner {
  width: 100%;
  position: relative;
}

.banner img {
  width: 100%;
}

.banner:before {
  content: "";
  background: #000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

/* About */
.about_section {
  padding-bottom: 110px;
}

.about_experience h2 {
  margin-bottom: 4rem;
}

.about_experience h2 span {
  display: block;
}

.outline_bordered {
  position: relative;
  z-index: 2;
}

.outline_bordered:after {
  content: "";
  border: 10px solid #070b4a;
  display: block;
  transition: all .3s linear 0s;
  position: absolute;
  right: 40px;
  bottom: -40px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.abouts-text {
  position: absolute;
  bottom: -110px;
  left: -79px;
  background: #070b4a;
  padding: 40px 35px;
  color: #fff;
}

.abouts-text h3 {
  color: #fff;
  font-size: 100px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.abouts-text span {
  font-size: 25px;
  font-weight: 500;
}

.outline_bordered img {
  height: 385px;
  width: 100%;
}

@media (max-width: 767px) {
  .about_experience h2 {
    margin-bottom: 2rem;
  }

  .outline_bordered:after {
    display: none;
  }

  .abouts-text {
    bottom: 0px;
    left: 0px;
    padding: 25px;
  }

  .about_section {
    padding-bottom: 40px;
  }
}

/* Project */
.board_section {
  position: relative;
  background: #f8f8f8;
}

.section_title h2 {
  color: #fff;
}

.board_founder {
  margin: 0 auto;
  width: 100%;
}

.founder_slider {
  position: static;
}

.founder_item {
  overflow: hidden;
}

.founder_picher {
  width: 49%;
}

.founder_picher, .founder_text {
  float: left;
}

.founder_text {
  width: 50%;
  padding: 20px 68px 0px 45px;
  color: #151515;
}

.founder_text h3 {
  font-size: 30px;
  line-height: 1.3;
  color: #151515;
  letter-spacing: 2px;
}

.founder_text p {
  font-weight: 500;
  line-height: 1.75;
  margin: 23px 0px 33px;
}

.founder_slider .owl-nav .owl-prev, .founder_slider .owl-nav .owl-next {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  position: absolute;
  top: 0px;
  left: auto;
  right: 0px;
  height: 89px;
  width: 120px;
  color: #fff;
  text-align: center;
  background-color: #070b4a;
  font-size: 30px !important;
  transition: all 0.3s;
}

.founder_slider .owl-nav .owl-prev:hover, .founder_slider .owl-nav .owl-next:hover {
  background-color: #a58838;
}

.founder_slider .owl-nav .owl-prev {
  right: 120px;
  border-right: 1px solid rgba(255, 255, 255, 0.17) !important;
}

.founder_slider .owl-dots {
  counter-reset: dots;
  position: absolute;
  top: 56%;
  top: calc(50% + 56px);
  right: 20px;
  color: #f7f7f7;
  line-height: 1.2;
  font-size: 10px;
  font-weight: 500;
  transform: translateY(-50%);
}

.founder_slider .owl-dots .owl-dot {
  text-align: center;
  transition: all 0.3s;
  color: #1d1d1d;
  margin-bottom: 24px;
  display: block;
  background: transparent;
  height: 24px;
  width: 24px;
}

.founder_slider .owl-dots .owl-dot:before {
  content: '0';
}

.founder_slider .owl-dots .owl-dot:after {
  counter-increment: dots;
  content: counter(dots);
}

.founder_slider .owl-dots .owl-dot {
  background-color: transparent;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  line-height: 23px;
}

.founder_slider .owl-dots .owl-dot.active, .founder_slider .owl-dots .owl-dot:hover {
  background-color: #070b4a;
  color: #fff;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  line-height: 23px;
}

@media (max-width: 991px) {
  .founder_slider .owl-nav .owl-prev, .founder_slider .owl-nav .owl-next {
    height: 45px;
    width: 45px;
  }

  .founder_slider .owl-nav .owl-prev {
    right: 45px;
  }

  .founder_text p {
    margin: 22px 0px;
  }

  .founder_text {
    padding: 0px 55px 0px 45px;
  }
}

@media (max-width: 767px) {
  .founder_picher, .founder_text {
    width: 100%;
  }

  .founder_slider .owl-dots {
    display: none;
  }

  .founder_text {
    padding: 25px 25px 45px 25px;
  }
}

/*testimonial section style*/
.testimonial_wrapper__block {
  background: url(../images/bg_dots2.png) 0 0 repeat;
  position: relative;
  z-index: 1;
  color: #fff;
}

.single_carousel {
  margin: 0px 15px;
}

.single_carousel>p {
  background: #f8f8f8;
  padding: 25px 35px 44px;
  position: relative;
  color: #222;
}

.single_carousel>p::after {
  background: #fff;
  border-radius: 50%;
  bottom: -23px;
  color: #a58838;
  content: "\f10d";
  font-family: fontawesome;
  font-size: 18px;
  height: 50px;
  left: 20px;
  line-height: 49px;
  position: absolute;
  text-align: center;
  width: 50px;
}

.author_img__block {
  display: table;
  margin-top: 38px;
}

.author_tablecell__block {
  display: table-cell;
  vertical-align: middle;
}

.author_tablecell__block>img {
  border-radius: 50%;
  float: left;
  margin-left: 10px;
  max-width: 80px;
}

.author_tablecell__block>p {
  display: inline-block;
  font-weight: 700;
  margin-left: 15px;
  margin-top: 15px;
}

.author_tablecell__block span {
  display: block;
  font-weight: normal;
}

.block-width {
  max-width: 480px;
  width: 100%;
}

.meta-post {
  background: none !important;
}

.testimonial_carosule-wrap .owl-nav {
  position: absolute;
  right: 0;
  top: -6.8rem;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.testimonial_carosule-wrap .owl-nav .owl-prev, .testimonial_carosule-wrap .owl-nav .owl-next {
  transform: translateY(0);
  position: static;
  display: inline-block;
  font-size: 2.8rem !important;
  line-height: 35px !important;
  -webkit-transition: all .5s !important;
  -o-transition: all .5s !important;
  transition: all .5s !important;
  background: transparent;
  height: 35px;
  width: 35px;
}

/* Blog */
.latest_news {
  position: relative;
}

.latest_news img {
  width: 100%;
}

.latest_news:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.6) 100%);
}

.latest_news::after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, .7) 46%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, .7) 46%, rgba(0, 0, 0, 0.2) 100%);
}

.latest_news:hover::after {
  opacity: 0;
}

.blog_up {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100.1%;
  height: 100%;
  padding: 3rem;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.project-title {
  color: #fff;
  position: absolute;
  bottom: 5.5 rem;
}

.project-description {
  opacity: 0;
  margin-top: 8%;
  line-height: 1.71;
  color: #fff;
  -webkit-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  -o-transform: translateX(-1rem);
  transform: translateY(-1rem);
}

.latest_news:hover .blog_up {
  background-color: rgba(248, 248, 248, 0.80);
}

.latest_news:hover .blog_up .project-title {
  position: relative;
  color: #151515;
  bottom: 2rem;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -o-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
}

.latest_news:hover .blog_up .project-description {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateY(0);
  -webkit-transition: all .4s .2s ease;
  -o-transition: all .4s .2s ease;
  transition: all .4s .2s ease;
  color: #151515;
}

.latest_news .btn-text {
  transition: all 0.3s;
  position: absolute;
  z-index: 2;
  color: #fff;
  left: 3rem;
  bottom: 2.3rem;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.latest_news .btn-text:hover {
  color: #a58838;
}

/* Slider */
#rev_slider_20_1 .metis.tparrows {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 60px;
  height: 60px;
  box-sizing: border-box
}

#rev_slider_20_1 .metis.tparrows:hover {
  background: rgba(255, 255, 255, 0.75)
}

#rev_slider_20_1 .metis.tparrows:before {
  color: rgb(0, 0, 0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s
}

#rev_slider_20_1 .metis.tparrows:hover:before {
  transform: scale(1.5)
}
.tp-caption{
	font-family: 'Poppins', sans-serif;
}
