body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #565656;
}
a {
  color: #f5245f;
  text-decoration: none;
}
.navbar {
  height: 105px;
  background: #fff;
  border: none;
}
.navbar .navbar-brand {
  padding: 0 15px;
}
.navbar-nav > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: none;
  color: #f5245f;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 500;
}
.banner_top {
  margin-top: 105px;
}
.banner_top .banner_item {
  background-size: cover !important;
  height: 500px;
  width: 100%;
  background: url(../images/banner1.jpg) no-repeat;
}
.banner_top .banner_item_inner {
  padding: 40px 0;
  width: 100%;
  background: #e6437b;
}
.banner_top .banner_item_inner h3 {
  color: #ffffff;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
#navbar {
  margin-top: 35px;
}
.logo {
  margin-top: 30px;
}
.navbar-header {
  margin-top: 16px;
}
.first_section,
.second_section,
.third_section,
.fourth_section,
.fifth_section {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #ffffff;
  text-align: center;
}
.second_section,
.fourth_section {
  background: #e6437b;
}

.fifth_section h3 {
  color: #000;
}
.first_section h3 a,
.third_section h3 a,
.fifth_section h3 a,
.first_section h3 {
  color: #000;
}
.second_section h3 a,
.fourth_section h3 a {
  color: #fff;
}
.first_section h3,
.second_section h3,
.third_section h3,
.fourth_section h3,
.fifth_section h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
}
.first_section p,
.second_section p,
.third_section p,
.fifth_section p {
  color: #000;
  font-size: 14px;
}
.second_section p,
.fourth_section p {
  color: #fff;
}
.first_section .img_service,
.second_section .img_service,
.third_section .img_service,
.fourth_section .img_service,
.fifth_section .img_service {
  margin-bottom: 15px;
}
.footer {
  background: #520728;
  width: 100%;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
.footer p {
  color: #fff;
}
.social li {
  display: inline-block;
  margin-right: 5px;
}
.social li a {
  color: #fff;
  font-size: 18px;
}
.social li a {
  width: 42px;
  height: 42px;
  display: inline-block;
  background: #000;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
}
.social a.fb {
  background: #c3286c;
}
.social a.tw {
  background: #c3286c;
}
.social li a.insta {
  background: #c3286c;
}
.inner_content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.menu-services-container ul {
  margin: 0;
  padding: 20px;
  background: #e5e5e5;
  list-style: none;
}
.menu-services-container ul li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.menu-services-container ul li.active a {
  color: #f5245f;
}
.menu-services-container ul li a {
  color: #565656;
  display: block;
}
.contact_us {
  padding-bottom: 300px;
}
.contact_us h4 {
  text-transform: uppercase;
}
.contact-details {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-details li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
  list-style: none;
  line-height: 20px;
}
.contact-details li:before {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 15px;
  color: #000;
  font-family: "FontAwesome";
  line-height: 1;
}
.contact-details .contact-icon-address:before {
  content: "\f015";
}
.contact-details .contact-icon-phone:before {
  content: "\f095";
}
.contact-details .contact-icon-email:before {
  content: "\f0e0";
}
.mb20 {
  margin-bottom: 30px;
}
.portfolioFilter {
  margin-bottom: 30px;
  text-align: center;
}
.portfolioFilter a {
  color: #6c7178;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 24px;
  background-color: #e9e9e9;
  border-radius: 0px;
  font-weight: 400;
  letter-spacing: 0px;
}
.portfolioFilter a.current {
  color: #fff;
  text-decoration: none;
  background-color: #e6437b;
}
.portfolioFilter a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #e6437b;
}
.profile_pic {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}
.additional_margin {
  margin-bottom: 60px !important;
}

.brochure_main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
