body {
  font-family: "Poppins", sans-serif;
  color: #1b161d;
  background-color: #ffffff;
}

.body-bg {
  background-image: url(../images/body-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.av_link {
  text-decoration: underline;
  color: #1b161d;
}

.about_me_img_container {
  height: 450px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.me_image {
  float: left;
  height: auto;
  overflow: hidden;
}
/*header section*/


.hero_area {
  height: 60vh;
  min-height: 400px;
  position: relative;
}

.sub_page .hero_area {
  height: auto;
}

.hero_area::before {
  content: "";
  position: absolute;
  width: 100%;
  min-height: 400px;
  height: 102%;
  left: 0;
  top: 0;
  background-color: #9bc1bc;
  clip-path: polygon(0 0, 100% 0, 100% 73%, 0% 100%);
}

.sub_page .hero_area::before {
  clip-path: none;
}


.hero_area.sub_pages {
  height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

.navbar-brand span {
  font-family: 'Dosis', sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 500;
  color: #fefeff;
  margin-top: 5px;

}

.logo {
  display: block;
  height: 70px;
  margin: auto;
}


.brand-container a{
  margin: auto;
}

/*end header section*/

/* slider section */
.slider_section .row {
  align-items: center;
}

.slider_detail {
  margin-top: 50px;
  color: #fefeff;
}

.slider_detail h1 {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}

.slider_detail h1 span {
  display: block;
  color: #010106;
}

.slider_detail p {
  margin: 0px 0 35px 0;
}

.slider_detail a {
  border: 1px solid #fefeff; 
  display: inline-block;
  padding: 9px 35px;
  border: 2px solid #fefeff;
  color: #fefeff;
  border-radius: 35px;
}

.slider_detail a:hover {
  background-color: #fefeff;
  color: #010106;
}

/* end slider section */

/* about section */

.bullet_list {
  text-align: left;
  padding-left: 2%;
}

.about_section {
  margin-top: 10px;
  text-align: left;
  padding-left: 10%;
  padding-right: 10%;
}

.about_section h4 {
  font-size: 22px;
}

.about_card-container {
  display: flex;
  justify-content: center;
}

.about_card {
  margin: 45px 20px;
  width: 30%;
  min-width: 300px;
  height: 380px;
}

.about_card .about-detail {
  padding: 20px 25px 35px 25px;
  height: 320px;
  -webkit-box-shadow: -1px 0px 25px 9px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: -1px 0px 25px 9px rgba(0, 0, 0, 0.09);
  box-shadow: -1px 0px 25px 9px rgba(0, 0, 0, 0.09);
}

.about_card .about-detail p {
  margin-top: 15px;
}

.about_card a {
  display: inline-block;
  padding: 8px 25px;
  border: 2px solid #9bc1bc;
  color: #9bc1bc;
  border-radius: 35px;
  margin-top: 55px;
}

.about_card a:hover {
  background-color: #9bc1bc;
  color: #fefeff;
}


/* end about section */

/* client section */

/* contact section */
.contact_section .row {
  align-items: center;
  justify-content: center;
}

.contact_section h2 {
  text-align: center;
  text-transform: uppercase;
}

.contact_section p {
  color: #787877;
  text-align: center;
  font-size: 20px;
  margin-bottom: 0;
}


.contact_section label {
  display: flex;
  flex-direction: column;
  color: #797879;
  margin-bottom: 25px;
}

.contact_section input,
.contact_section textarea {
  outline: none;
  border: 1px solid #c1c1c2;
  width: 90%;
  height: 45px;
  padding: 0 15px;
  margin-top: 5px;
}

.contact_section textarea {
  height: 175px;
  padding: 5px;
}

.contact_form-container {
  padding: 15px 0 15px 0;
}

.contact_form-container button {
  border: none;
  background-color: #9bc1bc;
  color: #fff;
  padding: 12px 45px;
  font-size: 14px;
  border-radius: 25px;
  text-transform: uppercase;
}

.contact_img-box img {
  width: 100%;
}


/* contact section */

.footer_hr {
  position: relative;
  width: 55%;
  margin: 0 auto;
  background-color: gray;
}

/* footer section*/

.footer_section {
  bottom: 0;
  height: 70px;
  position: fixed;
  background-color: gray;
  padding: 15px 20px;
}

.footer_section p {
  color: #fefeff;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #fefeff;
}

.footer_link {
  text-decoration: underline;
  margin-right: 10px;
  align-items: center;
}

.footer_section-container {
  justify-content: center;
  vertical-align: middle;
}

/* end footer section*/