.row {
  margin-right: -15px;
  margin-left: -15px;
}

.under_line {
  border: 0;
  height: 1px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgb(0 0 0 / 18%),
    rgba(0, 0, 0, 0)
  );
}
.h100 {
  height: 100%;
  padding: 40px 20px !important;
}

.h100vh {
  height: 100vh;
}

.img_width100 {
  width: 100% !important;
}

.img_width70 {
  width: 70% !important;
}

.section_heading {
  font-size: 30px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.sub_heading {
  font-size: 11px;
  font-family: "Poppins", sans-serif;
}

/* Navbar */

/* HOME SECTION  */

.navbar-light .nav-item.active .nav-link,
.navbar-light .nav-item .nav-link:active,
.navbar-light .nav-item .nav-link:focus,
.navbar-light .nav-item:hover .nav-link {
  color: rgba(90, 90, 90, 0.7);
}

#home-section{
  overflow-x: hidden;
}
.home_img_2 {
  width: 95% !important;
  margin-left: 10px;
}

.bg-light {
  background-color: #fff !important;
}

.image_horse_frame {
  -webkit-box-shadow: 13px 13px 5px -4px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 13px 13px 5px -4px rgba(0, 0, 0, 0.58);
  box-shadow: 13px 13px 5px -4px rgba(0, 0, 0, 0.58);
}

#home-section .landing_page{
  justify-content: space-evenly;
  flex-direction: column !important;
}

.work .content {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-family: "Raleway", sans-serif;
}

.work .content.sections {
  height: 230px !important;
}

.content p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-family: "Raleway", sans-serif;
}

.location_icon {
  width: 30%;
}

/* PHILOSOPHY SECTION */

.philosophy_landing_page {
  width: 80%;
  margin-top: 50px;
  float: right;
}
.about_landing {
  margin-top: 50px;
}

.about_landing p {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  margin: 0;
}

.about_work .section_heading {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
}

.about_work img {
  width: 100%;
}
.about_work .description h6 {
  font-weight: 500;
  text-align: right;
}

.about_work .description {
  position: absolute;
  right: 0;
  bottom: -9px;
}
.about_work .description p {
  font-size: 10px;
  font-weight: 400;
  text-align: right;
}

.work_content {
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  
}

.work_content p { 
  font-family: "Raleway", sans-serif;
}

.work_section {
  margin-top: 100px;
}

/* WORK SECTION  */
.work {
  margin-top: 3rem;
}

.landing_page {
  justify-content: space-evenly;
  flex-direction: row;
  
}

.accordion {
  margin-top: 40px;
}
.accordion .card {
  border: none;
  margin-bottom: 20px;
}
.accordion .card h2 {
  background: url(images/expand-button-downward.png) no-repeat
    calc(100% - 160px) center;
  background-size: 20px;
  cursor: pointer;
  font-size: 22px;
}
.accordion .card h2.collapsed {
  background-image: url(images/expand-button.png);
}
.accordion .card-body {
  padding-left: 0;
  padding-right: 0;
}

.custom_list {
  list-style: none;
  padding-left: 0;
}
.custom_list li {
  position: relative;
  padding: 5px 0 5px;
}

.work a:not([href]):not([tabindex]):hover {
  font-weight: 700;
  cursor: pointer;
}

.work .close {
  width: 45px;
}

/* MODAL POPUP */

.work .modal .modal-header {
  border-bottom: none !important;
  padding: 7px 10px 0 10px;
}

.modal .modal_picture {
  height: 400px;
}
.modal .main_heading {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  text-align: left;
  line-height: 30px;
}

.modal .section_heading {
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.modal .sub_heading {
  background: #a6a6a6;
  color: #fff;
  width: fit-content;
  padding: 2px 10px 2px 10px;
  text-align: left;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.modal .custom_list {
  list-style: none;
  padding-left: 9px;
}
.modal .custom_list li {
  list-style: "-";
  position: relative;
  padding: 2px 0 2px;
}

@media (min-width: 567px) {
  .modal-xlg {
    max-width: 90% !important;
  }
}

/* CONTACT SECTION */
.navbar {
  border-bottom: 1px solid #dadada;
  box-shadow: 1px 0px 7px #888888;
}

.brand_heading {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  color: #000;
  font-weight: 600;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 2em;
  padding-right: 2em;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
}

#contact-section {
  background: #f2f2f2;
  display: block;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg_contact {
  background: #ffffff;
  width: 70%;
  height: 60%;
  padding: 50px;
  text-align: center;
}

.contact_container {
  display: flex;
}

.main_heading {
  font-size: 40px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.contact_icon {
  font-size: 50px;
}

.contact_details {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
