@font-face {
  font-family: American Typewriter;
  src: url(../fonts/AmericanTypewriterBQ-Bold.otf);
}

p {
  color: #272727;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}


/*header section*/
.hero_area {
  height: 100vh;
  position: relative;
}

.hero_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18%;
  min-width: 150px;
  height: 100vh;
  background: -webkit-gradient(linear, left top, right top, from(#fa5555), to(#fa0808));
  background: linear-gradient(to bottom, #fa5555 0%, #fa0808 100%);
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .hero_area::before {
  width: 160px;
}

/*end header section*/
.slider_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100% - 80px);
  /* padding: 45px 0 90px 0; */
}

.slider_section .side_heading {
  position: absolute;
  top: 45%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider_section .side_heading h5 {
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  text-orientation: upright;
  font-family: 'American Typewriter', sans-serif;
  font-weight: 400;
  font-size: 20px;
}

.slider_section .container-fluid .row{
  align-items: center;
}

.slider_section .col-md-5.offset-md-1 {
  position: unset;
}

.slider_section .detail-box {
  margin-top: 65px;
  position: relative;
  padding-left: 15px;
}

.slider_section .detail-box h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3rem;
  font-family: 'American Typewriter', sans-serif;
  font-weight: 400;
}

.slider_section .img-box-new {
  max-width: 400px;
  /* padding: 75px 0 60px 0; */
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
  -webkit-box-shadow: 2px 10px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 10px 25px 0 rgba(0, 0, 0, 0.1);
  height: 500px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin: auto;

}
