/*--- Importing Files ---*/
:root {
  --clr-primary: #f47e58;
  --clr-secondary: #FAAB4E;
  --clr-light: #fefefe;
  --clr-dark: #292929;
  --clr-dark2: #505050;
  --clr-grey: #999999;
  --clr-accent: #A84B2C;
  --clr-shadow: #dedede;
  --clr-darker-prim: #f15928;
  --clr-lighter-prim: #f7a388;
  --clr-darker-secd: #f9931c;
  --clr-lighter-secd: #fbc380;
  --clr-darker-dark: #101010;
  --clr-lighter-dark: #434343;
  --clr-darker-grey: gray;
  --clr-lighter-grey: #b3b3b3;
  --clr-darker-accent: #803921;
  --clr-lighter-accent: #cc5f3b;
  --clr-darker-shadow: #c5c5c5;
  --clr-lighter-shadow: #f8f8f8;
  --trn-slow: all 0.5s ease;
  --trn-normal: all 0.35s ease;
  --trn-fast: all 0.22s ease;
  --fnt-primary: "Courgette", cursive;
  --fnt-secondary: "Raleway", sans-serif;
  --fnt-divi: etmodules;
  --fnt-fa: FontAwesome;
  --fnt-global: 16px;
  --fnt-gm: 15px;
  --fnt-gs: 14px;
  --fnt-h0: 3.75em;
  --fnt-h1: 3.4375em;
  --fnt-h2: 2.8125em;
  --fnt-h3: 2.5em;
  --fnt-h4: 2.25em;
  --fnt-h5: 1.9375em;
  --fnt-h6: 1.75em;
  --fnt-m: 1.5em;
  --fnt-s: 1.25em;
  --fnt-xs: 1.125em;
  --fnt-xxs: 0.9375em;
  --fnt-x: 0.875em;
}

/*
  Custom Styles by Morningstar Digital (MD)
  Your custom style will be added here.
  */
body.md {
  color: var(--clr-dark2);
  font-size: var(--fnt-global);
  font-family: var(--fnt-secondary);
  font-weight: normal;
  line-height: 1.7;
}

body.md ::selection {
  background-color: var(--clr-primary);
  color: var(--clr-light);
}

body.md h1,
body.md h2,
body.md h3,
body.md h4,
body.md h5,
body.md h6 {
  color: var(--clr-dark);
  font-family: var(--fnt-secondary);
  line-height: 1.12em;
  padding-bottom: 18px;
}

body.md h1 {
  font-size: var(--fnt-h1);
}

body.md h2 {
  font-size: var(--fnt-h2);
}

body.md h3 {
  font-size: var(--fnt-h3);
}

body.md h4 {
  font-size: var(--fnt-h4);
}

body.md h5 {
  font-size: var(--fnt-h5);
}

body.md h6 {
  font-size: var(--fnt-h6);
}

body.md a {
  color: var(--clr-primary);
}

body.md a:hover {
  color: var(--clr-primary);
}

body.md .et_pb_button {
  background-color: var(--clr-primary);
  border: 2px solid var(--clr-primary);
  border-radius: 4px;
  color: var(--clr-light);
  display: inline-block;
  font-size: var(--fnt-x);
  font-weight: 700;
  font-family: var(--fnt-secondary);
  min-width: 200px;
  padding: 1em;
  text-align: center;
  text-transform: uppercase;
}

body.md .et_pb_button:after {
  display: none;
}

body.md .et_pb_button:hover {
  background-color: var(--clr-darker-prim);
  border: 2px solid var(--clr-darker-prim);
  color: var(--clr-light);
  padding: 1em;
}

body.md .et_pb_button.large {
  font-size: var(--fnt-m);
  min-width: 200px;
}

body.md .et_pb_button.small {
  font-size: var(--fnt-xs);
  min-width: 150px;
}

body.md .et_pb_button.secondary {
  background-color: var(--clr-primary);
  color: var(--clr-light);
}

body.md .et_pb_button.secondary:hover {
  background-color: var(--clr-darker-prim);
  color: var(--clr-light);
}

body.md .et_pb_button.light_btn {
  background: none;
  border-color: var(--clr-primary);
  color: var(--clr-primary);
}

body.md .et_pb_button.light_btn:hover {
  background-color: var(--clr-darker-prim);
  border-color: var(--clr-darker-prim);
  color: var(--clr-light);
}

body.md .et_pb_scroll_top.et-pb-icon {
  right: 12px;
  bottom: 60px;
  border-radius: 0;
  padding: 12px;
  background-color: var(--clr-primary);
  -webkit-transition: var(--trn-fast);
  transition: var(--trn-fast);
}

body.md .et_pb_scroll_top.et-pb-icon:hover {
  background-color: var(--clr-darker-prim);
}

body.md #main-header #logo {
  max-height: 96%;
}

body.md #main-header.et-fixed-header #logo {
  max-height: 90%;
}

body.md #main-header #et-top-navigation #top-menu>li.current-menu-item a {
  color: var(--clr-primary);
}

body.md #main-header #et-top-navigation #top-menu>li.menu-item-object-custom a {
  color: var(--clr-dark);
}

body.md #main-header #et-top-navigation li a {
  color: var(--clr-dark);
  font-size: var(--fnt-xxs);
  font-family: var(--fnt-secondary);
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  -webkit-transition: var(--trn-normal);
  transition: var(--trn-normal);
}

body.md #main-header #et-top-navigation li a:hover {
  background-color: transparent;
  color: var(--clr-primary) !important;
  opacity: 1;
}

body.md #main-header #et-top-navigation li.current-menu-item>a {
  color: var(--clr-primary);
}

body.md #main-header #et-top-navigation li.current-menu-parent>a {
  color: var(--clr-primary);
}

body.md #main-header #et-top-navigation li ul.sub-menu {
  border-top: 3px solid var(--clr-primary);
  padding: 14px 0;
}

body.md #main-header #et-top-navigation li ul.sub-menu li {
  padding: 0 14px;
  line-height: 1.1;
}

body.md #main-header #et-top-navigation li ul.sub-menu a {
  padding: 6px 12px;
}

body.md #main-header #et-top-navigation .menu-item-has-children a:first-child::after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-transition: var(--trn-fast);
  transition: var(--trn-fast);
  -webkit-filter: FlipH;
  filter: FlipH;
}

body.md #main-header #et-top-navigation .menu-item-has-children:hover a:first-child::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.md #main-header #et_mobile_nav_menu .mobile_menu_bar::before {
  color: var(--clr-primary);
}

body.md #main-header #et_mobile_nav_menu #mobile_menu {
  border-color: var(--clr-primary);
}

body.md #main-header #et_mobile_nav_menu #mobile_menu a {
  color: var(--clr-primary);
}

body.md #main-footer {
  display: none !important;
}

body.md .owl-theme .owl-nav {
  height: 0;
}

body.md .owl-theme .owl-nav .owl-prev,
body.md .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
}

body.md .owl-theme .owl-nav .owl-prev:hover,
body.md .owl-theme .owl-nav .owl-next:hover {
  background: none;
}

body.md .owl-theme .owl-nav .owl-prev {
  left: -45px;
}

body.md .owl-theme .owl-nav .owl-prev span {
  content: "\f053";
  color: var(--clr-dark2);
  font-family: var(--fnt-fa);
  font-size: var(--fnt-h1);
}

body.md .owl-theme .owl-nav .owl-next {
  right: -45px;
}

body.md .owl-theme .owl-nav .owl-next span {
  content: "\f054";
  color: var(--clr-dark2);
  font-family: var(--fnt-fa);
  font-size: var(--fnt-h1);
}

body.md #md_carousel2 .owl-nav button>span {
  color: var(--clr-light);
}

body.md .fancybox-container {
  z-index: 9999992;
}

body.md .md_sec_hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 33vh);
  overflow: hidden;
  position: relative;
}

body.md .md_sec_hero.front {
  min-height: calc(100vh - 23vh);
}

body.md .md_sec_hero.v2 {
  min-height: calc(100vh - 47vh);
}

body.md .md_sec_hero::before {
  content: "";
  background-color: rgba(34, 34, 34, 0.75);
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}

body.md .hero_heading .et_pb_text_inner {
  border: 7px solid var(--clr-lighter-shadow);
  max-width: 1050px;
  margin: auto;
  position: relative;
}

/* body.md .hero_heading .et_pb_text_inner::before {
  content: "";
  background: url("/wp-content/uploads/2019/08/PPMD-fancy-border.png") no-repeat;
  background-size: 100% 100% !important;
  background-position: top;
  background: none;
  border: 7px solid #fbfbfb;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
} */

body.md .hero_heading h3 {
  font-family: var(--fnt-primary);
  height: 0;
  padding: 0;
  position: relative;
  top: -25px;
}

body.md .hero_heading h1 {
  text-transform: uppercase;
  padding: 45px;
}

body.md .hero_heading+.et_pb_button_module_wrapper {
  padding-top: 30px;
}

/* body.md .hero_heading.v2 .et_pb_text_inner::before {
  background: url("/wp-content/uploads/2019/08/PPMD-pages-border.png") no-repeat;
} */

/* body.md .hero_heading.v2 h1 {
  padding-top: 0;
  padding-bottom: 10px;
  position: relative;
  top: -30px;
  line-height: 1.2;
} */

body.md .md_row_contentPrim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

body.md .prim_title h6 {
  color: var(--clr-dark2);
  font-size: var(--fnt-m);
  font-family: var(--fnt-primary);
}

body.md .prim_title h4 {
  color: var(--clr-primary);
}

body.md .prim_title hr {
  border: 0;
  background: url("/wp-content/uploads/2019/08/PPMD-separator.png") no-repeat;
  background-size: contain;
  background-position: left;
  height: 13px;
  margin: 10px auto 20px 0;
  width: 178px;
}

body.md .prim_title p {
  font-size: var(--fnt-xs);
  line-height: 1.8;
}

body.md .prim_img .et_pb_image_wrap {
  overflow: hidden;
  height: 650px;
  width: 100%;
}

body.md .prim_img.about .et_pb_image_wrap {
  height: 540px;
}

body.md .prim_img .et_pb_image_wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body.md .main_title.strat {
  padding-bottom: 20px;
}

body.md .main_title hr {
  border: none;
  background-color: var(--clr-primary);
  margin: 6px auto 20px 0;
  height: 4px;
  width: 122px;
}

body.md .main_title.et_pb_text_align_center hr {
  margin-left: auto;
  margin-right: auto;
}

body.md .main_title h3 {
  text-transform: uppercase;
}

body.md .main_title p {
  color: var(--clr-darker-grey);
  font-size: var(--fnt-xs);
}

body.md .main_title.strat p strong {
  color: var(--clr-primary);
  font-size: var(--fnt-s);
}

body.md .md_row_meetTeam .et_pb_column {
  margin-right: 2.22667%;
  width: 23.33%;
}

body.md .md_row_meetTeam .et_pb_column:nth-last-of-type(1) {
  margin-right: 0;
}

body.md .team_person {
  -webkit-box-shadow: 0 0 14px -10px #000;
  box-shadow: 0 0 14px -10px #000;
  border: 1px solid var(--clr-lighter-grey);
  -webkit-transition: var(--trn-fast);
  transition: var(--trn-fast);
}

body.md .team_person:hover {
  border-color: var(--clr-dark2);
}

body.md .team_person .et_pb_team_member_image {
  overflow: hidden;
  height: 255px;
  width: 100%;
  margin-bottom: 0;
}

body.md .team_person .et_pb_team_member_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body.md .team_person .et_pb_team_member_description {
  padding: 15px 15px 40px;
}

body.md .team_person h4.et_pb_module_header {
  color: var(--clr-primary);
  font-size: var(--fnt-s);
  font-weight: 800;
  padding-bottom: 5px;
  text-transform: capitalize;
}

body.md .team_person .et_pb_member_social_links {
  margin-top: 5px;
}

body.md .team_person .et_pb_member_social_links li {
  margin-right: 6px;
}

body.md .team_person .et_pb_member_social_links .et_pb_font_icon {
  background-color: var(--clr-primary);
  border-radius: 100%;
  font-size: 13px;
  line-height: 13px;
  padding: 8px;
  height: 32px;
  width: 32px;
  -webkit-transition: var(--trn-fast);
  transition: var(--trn-fast);
}

body.md .team_person .et_pb_member_social_links .et_pb_font_icon::before {
  color: var(--clr-light);
}

body.md .team_person .et_pb_member_social_links .et_pb_font_icon:hover {
  background-color: var(--clr-lighter-prim);
}

body.md .main_content.exp {
  padding: 35px;
  background-color: var(--clr-light);
  border: 4px solid var(--clr-lighter-prim);
  -webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, .35);
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, .35);
}

body.md .main_content p {
  max-width: 980px;
  margin: 0 auto 35px;
}

body.md .main_content.exp p {
  color: var(--clr-darker-grey);
  font-size: var(--fnt-xs);
}

body.md .main_content h6,
body.md .main_content h5 {
  color: var(--clr-primary);
  font-weight: 700;
}

body.md .main_content h5 {
  font-size: var(--fnt-m);
}

body.md .main_content h6 {
  font-size: var(--fnt-s);
}

body.md .main_content ul {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  column-gap: 50px;
  list-style-type: none;
  padding: 0;
}

body.md .main_content.list_3 ul {
  background-color: var(--clr-lighter-shadow);
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 25px;
  column-gap: 25px;
  list-style-type: none;
  padding: 35px 40px;
}

body.md .main_content ul li {
  margin-bottom: 30px;
  text-align: left;
  padding-left: 30px;
  position: relative;
}

body.md .main_content.list_3 ul li {
  margin-bottom: 18px;
}

body.md .main_content ul li strong {
  color: var(--clr-primary);
}

body.md .main_content ul li::before {
  content: "\f124";
  color: var(--clr-primary);
  font-size: var(--fnt-xs);
  font-family: var(--fnt-fa);
  left: 0;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.md .main_content.v2 ul {
  -webkit-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  column-gap: 0;
}

body.md .main_content.v2 ul li {
  margin-bottom: 10px;
}

body.md .main_content.v2 h6:nth-child(n+2) {
  padding-top: 25px;
}

body.md .md_row_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.md .cta_btn {
  background-color: var(--clr-light);
  border-color: var(--clr-light);
  color: var(--clr-primary);
}

body.md .cta_btn:hover {
  background-color: var(--clr-darker-prim);
  border-color: var(--clr-darker-prim);
  color: var(--clr-light);
}

body.md .md_row_services .owl-theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body.md .service_blurb {
  background-size: auto 315px;
  background-position: top;
  max-width: 365px;
  margin-bottom: 0 !important;
  overflow: hidden;
  position: relative;
}

body.md .service_blurb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 315px;
  width: 100%;
}

body.md .service_blurb .et_pb_blurb_content {
  padding: 315px 5px 20px;
}

body.md .service_blurb .et_pb_main_blurb_image,
body.md .service_blurb .et_pb_blurb_container {
  padding-top: 40px;
}

body.md .service_blurb .et_pb_main_blurb_image .et_pb_image_wrap {
  overflow: hidden;
  height: 65px;
  width: 65px;
}

body.md .service_blurb .et_pb_main_blurb_image .et_pb_image_wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

body.md .service_blurb .et_pb_blurb_container h4.et_pb_module_header {
  font-size: var(--fnt-s);
  text-transform: uppercase;
}

body.md .service_blurb .et_pb_blurb_container .service_btn {
  background: none;
  color: var(--clr-grey);
  border-color: var(--clr-lighter-grey);
  font-size: var(--fnt-x);
  min-width: 150px;
  padding: .6em;
}

body.md .service_blurb .et_pb_blurb_container .service_btn:hover {
  background-color: var(--clr-lighter-prim);
  border-color: var(--clr-lighter-prim);
  color: var(--clr-light);
}

body.md .md_sec_projGallery {
  padding-bottom: 60px;
}

body.md .proj_gallery .et_pb_gallery_item {
  overflow: hidden;
  position: relative;
}

body.md .proj_gallery .et_pb_gallery_item .et_overlay {
  border: none;
  background-color: rgba(34, 34, 34, 0.5);
}

body.md .proj_gallery .et_pb_gallery_item .et_overlay::before {
  content: "\30";
  color: var(--clr-primary);
  font-size: var(--fnt-h4);
  font-family: var(--fnt-divi);
  opacity: .85;
}

body.md .proj_gallery .et_pb_gallery_item .et_pb_gallery_title {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  padding-bottom: 0;
  position: absolute;
  -webkit-transform: translateY(101%);
  transform: translateY(101%);
  -webkit-transition: var(--trn-fast);
  transition: var(--trn-fast);
  z-index: 21;
}

body.md .proj_gallery .et_pb_gallery_item .et_pb_gallery_title a {
  display: block;
  background-color: var(--clr-shadow);
  color: var(--clr-grey);
  letter-spacing: 1px;
  padding: 20px;
  -webkit-transition: var(--trn-fast);
  transition: var(--trn-fast);
}

body.md .proj_gallery .et_pb_gallery_item .et_pb_gallery_title a:hover {
  color: var(--clr-light);
  background-color: var(--clr-primary);
}

body.md .proj_gallery .et_pb_gallery_item:hover .et_pb_gallery_title {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

body.md .owl-theme .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.md .md_row_testify {
  padding: 15px 0 10px;
}

body.md .testify {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  max-width: 90%;
  margin: auto;
  padding: 0;
}

body.md .testify .et_pb_testimonial_portrait {
  background-position: right;
  background-size: contain;
  border: none;
  border-radius: 0;
  grid-column: 2/3;
  grid-row: 2/3;
  margin: 0 0 0 auto;
  float: none;
  width: 100% !important;
  min-height: 90px;
  height: 90px !important;
  outline: 0;
}

body.md .testify .et_pb_testimonial_portrait::before {
  display: none;
}

body.md .testify .author_meta {
  grid-column: 3/4;
  grid-row: 2/3;
}

body.md .testify .et_pb_testimonial_description {
  grid-column: 1/5;
  grid-row: 1/2;
  margin-left: 0 !important;
  margin-bottom: 40px;
  font-family: var(--fnt-primary);
  font-size: var(--fnt-xs);
  line-height: 1.7;
  text-align: center;
}

body.md .testify .et_pb_testimonial_description * {
  color: var(--clr-light);
}

body.md .testify span.et_pb_testimonial_author {
  color: var(--clr-light);
  font-family: var(--fnt-secondary);
  font-size: var(--fnt-h6);
  margin-top: 0;
}

body.md .testify p.et_pb_testimonial_meta {
  color: var(--clr-light);
  font-family: var(--fnt-primary);
}

body.md .info_title {
  margin-bottom: 5px !important;
}

body.md .info_title hr {
  border: none;
  background-color: var(--clr-primary);
  margin: 6px auto 20px 0;
  height: 4px;
  width: 122px;
}

body.md .info_title.et_pb_text_align_center hr {
  margin-left: auto;
  margin-right: auto;
}

body.md .info_title hr {
  width: 65px;
  margin-bottom: 25px;
}

body.md .info_title h6 {
  font-size: var(--fnt-m);
  font-weight: 700;
  text-transform: uppercase;
}

body.md .info_title p {
  color: var(--clr-lighter-grey);
  font-family: var(--fnt-primary);
}

body.md .info_title.info_list ul {
  margin-top: 70px;
  list-style-type: none;
  padding: 0;
}

body.md .info_title.info_list ul li {
  margin-bottom: 20px;
  padding-bottom: 18px;
  position: relative;
}

body.md .info_title.info_list ul li::after {
  bottom: 0;
  background-color: var(--clr-lighter-grey);
  content: "";
  height: 1px;
  width: 65px;
  position: absolute;
  left: 0;
}

body.md .info_icons li {
  vertical-align: middle;
}

body.md .info_icons li.et-social-instagram a::before {
  content: "";
  background: url("/wp-content/uploads/2019/08/PPMD-Instagram.png") no-repeat;
  background-size: contain;
}

body.md .info_icons a.icon {
  background: none !important;
}

body.md .info_icons a.icon::before {
  color: #e18664 !important;
  font-size: 32px;
}

body.md .page_form .et_pb_contact p input,
body.md .page_form .et_pb_contact p textarea {
  background-color: var(--clr-light);
  font-size: 13px;
  font-weight: 600;
  border-radius: 4x;
  border: 1px solid rgba(222, 222, 222, 0.5);
  -webkit-box-shadow: 0 1px 4px var(--clr-shadow);
  box-shadow: 0 1px 4px var(--clr-shadow);
  -webkit-transition: var(--trn-fast);
  transition: var(--trn-fast);
}

body.md .page_form .et_pb_contact p input:focus,
body.md .page_form .et_pb_contact p textarea:focus {
  border-color: var(--clr-primary);
}

body.md .page_form .et_pb_contact p input::-webkit-input-placeholder,
body.md .page_form .et_pb_contact p textarea::-webkit-input-placeholder {
  color: var(--clr-lighter-grey);
}

body.md .page_form .et_pb_contact p input:-ms-input-placeholder,
body.md .page_form .et_pb_contact p textarea:-ms-input-placeholder {
  color: var(--clr-lighter-grey);
}

body.md .page_form .et_pb_contact p input::-ms-input-placeholder,
body.md .page_form .et_pb_contact p textarea::-ms-input-placeholder {
  color: var(--clr-lighter-grey);
}

body.md .page_form .et_pb_contact p input::placeholder,
body.md .page_form .et_pb_contact p textarea::placeholder {
  color: var(--clr-lighter-grey);
}

body.md .page_form .et_pb_contact p.et_pb_contact_field {
  margin-bottom: 18px;
}

body.md .page_form .et_pb_contact p.et_pb_contact_field[data-id="message"] {
  margin-bottom: 25px;
}

body.md .page_form .et_pb_contact .et_contact_bottom_container {
  float: left;
  margin-left: 3%;
}

body.md .page_form .et_pb_contact .et_pb_contact_submit {
  margin-left: 0;
}

body.md .page_form .et-pb-contact-message {
  max-width: 680px;
  margin: 0 auto
}

body.md .page_form .et-pb-contact-message ul {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  padding: 0 25px
}

body.md .page_form .et-pb-contact-message ul:first-of-type {
  padding-bottom: 10px
}

body.md .page_form .et-pb-contact-message li,
body.md .page_form .et-pb-contact-message p {
  color: var(--clr-dark);
  line-height: 1.4
}

body.md .page_form .et-pb-contact-message.visible {
  border: 2px solid red;
  margin-bottom: 20px;
  padding: 20px
}

body.md .md_row_team .et_pb_column {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}

body.md .md_row_team .et_pb_module:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}

body.md .md_row_team .et_pb_module:nth-child(3) {
  grid-column: 2/3;
  grid-row: 1/2;
}

body.md .md_row_team .et_pb_module:nth-child(5) {
  grid-column: 1/2;
  grid-row: 2/3;
}

body.md .md_row_team .et_pb_module:nth-child(7) {
  grid-column: 2/3;
  grid-row: 2/3;
}

body.md .md_row_team .et_pb_module:nth-child(2) {
  grid-column: 3/4;
  grid-row: 1/2;
}

body.md .md_row_team .et_pb_module:nth-child(4) {
  grid-column: 4/5;
  grid-row: 1/2;
}

body.md .md_row_team .et_pb_module:nth-child(6) {
  grid-column: 3/4;
  grid-row: 2/3;
}

body.md .md_row_team .et_pb_module:nth-child(8) {
  grid-column: 4/5;
  grid-row: 2/3;
}

body.md .team_blurb .et_pb_blurb_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.md .team_blurb .et_pb_main_blurb_image {
  margin-bottom: 0;
  width: 100%;
}

body.md .team_blurb .et_pb_image_wrap {
  overflow: hidden;
  height: 245px;
  width: 100%;
}

body.md .team_blurb .et_pb_image_wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body.md .team_blurb .et_pb_blurb_container {
  background-color: rgba(244, 126, 87, 0.8);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  padding: 15px 10px;
  width: 100%;
}

body.md .team_blurb h4.et_pb_module_header {
  color: var(--clr-light);
  font-size: var(--fnt-s);
  font-weight: 700;
  letter-spacing: 1px;
  padding-bottom: 0;
  text-transform: capitalize;
}

body.md .team_content {
  margin-top: 5px;
}

body.md .team_content h6 {
  color: var(--clr-primary);
  padding-bottom: 8px;
  text-transform: capitalize;
}

body.md .team_content hr {
  border: 0;
  background: url("/wp-content/uploads/2019/08/PPMD-separator.png") no-repeat;
  background-size: contain;
  background-position: left;
  height: 13px;
  margin: 10px auto 20px 0;
  width: 178px;
}

body.md .md_row_projects {
  padding-bottom: 0;
}

body.md .md_row_projects .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body.md .md_row_projects .et_pb_column>.et_pb_module {
  padding: 20px;
  width: 33.33%;
}

body.md .project_blurb h4.et_pb_module_header {
  color: var(--clr-primary);
  font-size: var(--fnt-m);
  font-weight: 700;
}

body.md .project_blurb h4.et_pb_module_header a {
  color: var(--clr-primary);
}

body.md .project_blurb .et_pb_image_wrap {
  overflow: hidden;
  height: 96px;
  width: auto;
}

body.md .project_blurb .et_pb_image_wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

body.md .project_blurb .et_pb_blurb_description .et_pb_button {
  min-width: 165px;
  padding: .8em;
}

body.md .md_row_allProj {
  padding-bottom: 0;
}

body.md .md_row_allProj .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

body.md .md_row_allProj .et_pb_column>.et_pb_module {
  width: 30.33%;
}

body.md .allProj_blurb h4.et_pb_module_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--fnt-m);
  padding-bottom: 5px;
}

body.md .allProj_blurb h4.et_pb_module_header span {
  color: var(--clr-primary);
  font-weight: 700;
  padding-right: 10px;
}

body.md .allProj_blurb h4.et_pb_module_header h5 {
  color: var(--clr-lighter-dark2);
  font-size: var(--fnt-x);
  padding-bottom: 0;
}

body.md .allProj_blurb .et_pb_blurb_description ul:last-of-type {
  padding-bottom: 0;
}

body.md .allProj_blurb .et_pb_main_blurb_image {
  margin-bottom: 20px;
  width: 100%;
}

body.md .allProj_blurb .et_pb_image_wrap {
  overflow: hidden;
  height: 250px;
  width: 100%;
}

body.md .allProj_blurb .et_pb_image_wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body.md .allProj_blurb .et_pb_image_wrap img {
  -webkit-filter: saturate(0);
  filter: saturate(0);
  -webkit-transition: var(--trn-fast);
  transition: var(--trn-fast);
}

body.md .allProj_blurb .et_pb_blurb_description hr {
  border: none;
  background-color: var(--clr-primary);
  margin: 6px auto 20px 0;
  height: 4px;
  width: 122px;
}

body.md .allProj_blurb .et_pb_blurb_description.et_pb_text_align_center hr {
  margin-left: auto;
  margin-right: auto;
}

body.md .allProj_blurb .et_pb_blurb_description h3 {
  font-size: var(--fnt-s);
}

body.md .allProj_blurb .et_pb_blurb_description h3 em,
body.md .allProj_blurb .et_pb_blurb_description h3 i {
  color: var(--clr-primary);
  font-style: normal;
}

body.md .allProj_blurb .et_pb_blurb_description hr {
  margin-bottom: 12px;
  margin-top: 0;
  height: 3px;
  width: 75px;
}

body.md .allProj_blurb:hover .et_pb_image_wrap img {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}

body.md .md_row_estimate {
  padding-top: 10px;
}

body.md .md_row_estimate .estimate_blurb:nth-child(n) .et_pb_main_blurb_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 0;
}

body.md .md_row_estimate .estimate_blurb:nth-child(n) .et_pb_blurb_container {
  padding-left: 25px;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

/* body.md .md_row_estimate .estimate_blurb:nth-child(even) .et_pb_blurb_content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

body.md .md_row_estimate .estimate_blurb:nth-child(even) .et_pb_main_blurb_image {
  display: flex;
  align-items: center;
  flex: 1;
  padding-left: 0;
}

body.md .md_row_estimate .estimate_blurb:nth-child(even) .et_pb_blurb_container {
  padding-right: 25px;
  flex: 3;
} */

body.md .md_row_estimate .estimate_blurb:last-child {
  padding-bottom: 0;
}

body.md .md_row_estimate .estimate_blurb:last-child .et_pb_blurb_description ul {
  -webkit-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  column-gap: 0;
}

body.md .estimate_blurb {
  padding-bottom: 20px;
}

body.md .estimate_blurb .et_pb_blurb_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  max-width: 100%;
}

body.md .estimate_blurb .et_pb_blurb_content>div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

body.md .estimate_blurb .et_pb_main_blurb_image {
  margin-bottom: 0;
}

body.md .estimate_blurb .et_pb_image_wrap {
  overflow: hidden;
  height: 185px;
  width: 100%;
}

body.md .estimate_blurb .et_pb_image_wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

body.md .estimate_blurb .et_pb_blurb_description h6 {
  color: var(--clr-primary);
  font-weight: 700;
}

body.md .estimate_blurb .et_pb_blurb_description hr,
body.md .bpm_blurb .et_pb_blurb_description hr {
  border: 0;
  background: url("/wp-content/uploads/2019/08/PPMD-separator.png") no-repeat;
  background-size: contain;
  background-position: left;
  height: 13px;
  margin: 10px auto 20px 0;
  width: 178px;
  margin-top: 0;
}

body.md .estimate_blurb .et_pb_blurb_description ul {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

body.md .estimate_blurb .et_pb_blurb_description li {
  margin-bottom: 12px;
  padding-left: 30px;
  position: relative;
}

body.md .estimate_blurb .et_pb_blurb_description li::before {
  content: "\f124";
  color: var(--clr-primary);
  font-size: var(--fnt-xs);
  font-family: var(--fnt-fa);
  left: 0;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.md .md_row_bpm {
  padding: 15px 0 0;
}

body.md .md_row_bpm .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body.md .bpm_blurb {
  -ms-flex-preferred-size: 48.33%;
  flex-basis: 48.33%;
}

body.md .bpm_blurb .et_pb_blurb_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 680px;
}

body.md .bpm_blurb .et_pb_main_blurb_image {
  margin-bottom: 0;
  padding-right: 20px;
}

body.md .bpm_blurb .et_pb_image_wrap {
  height: 90px;
  width: 90px;
  overflow: hidden;
}

body.md .bpm_blurb .et_pb_image_wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

body.md .bpm_blurb h4.et_pb_module_header {
  color: var(--clr-primary);
  font-size: var(--fnt-m);
  font-weight: 700;
}

body.md .md_sec_workshops .et_pb_row:nth-child(1) {
  padding-bottom: 10px;
}

body.md .md_sec_workshops .et_pb_row:nth-child(2) {
  padding-top: 0;
}

body.md .service_img .et_pb_image_wrap {
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 14px -4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 14px -4px rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  overflow: hidden;
  height: 365px;
  width: 100%;
}

body.md .service_img .et_pb_image_wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body.md .ppmd_gallery {
  overflow: hidden;
  opacity: 0;
  height: 100%;
  width: 100% !important;
}

body.md .fake_btn {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-top: 15px;
  opacity: 1;
  overflow: hidden;
  height: 51px;
  width: 194px;
}

body.md.page-about-us .fake_btn {
  display: none;
}

body.md .fake_btn::before {
  content: "view project";
  cursor: pointer;
  position: absolute;
  background-color: var(--clr-primary);
  border: 2px solid var(--clr-primary);
  color: var(--clr-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: var(--fnt-global);
  font-weight: 700;
  min-width: 100px;
  height: 100%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: var(--trn-fast);
  transition: var(--trn-fast);
}

body.md .fake_btn:hover::before {
  background-color: var(--clr-darker-prim);
  border-color: var(--clr-darker-prim);
}

body.md #md_footer {
  background-color: #313131;
  padding: 0;
}

body.md #md_footer .ppmd {
  font-size: var(--fnt-x);
  margin-bottom: 15px;
}

body.md #md_footer .ppmd h6 {
  padding-bottom: 0;
  padding-top: 10px;
}

body.md #md_footer .ppmd img {
  height: 85px;
  -o-object-fit: contain;
  object-fit: contain;
}

body.md #md_footer .ppmd_btn {
  border-color: var(--clr-light);
  background: none;
  min-width: 150px;
  font-size: 12px;
}

body.md #md_footer .ppmd_btn:hover {
  border-color: var(--clr-primary);
  background-color: var(--clr-primary);
}

body.md #md_footer .foot_b,
body.md #md_footer .foot_c {
  margin-top: 38px;
}

body.md #md_footer .foot_b h6,
body.md #md_footer .foot_c h6 {
  font-size: var(--fnt-m);
  padding-bottom: 43px;
}

body.md #md_footer .foot_b li,
body.md #md_footer .foot_c li {
  font-size: var(--fnt-x);
}

body.md #md_footer .follow li {
  display: inline-block;
  margin-bottom: 15px;
}

body.md #md_footer .follow li a {
  padding-left: 30px;
  position: relative;
}

body.md #md_footer .follow li a::before {
  content: "";
  background-color: var(--clr-primary);
  border-radius: 100%;
  color: var(--clr-dark);
  font-family: var(--fnt-fa);
  padding: 5px;
  position: absolute;
  font-size: 15px;
  line-height: 15px;
  margin-top: -2px;
  margin-left: -5px;
  left: 0;
  height: 15px;
  width: 15px;
}

body.md #md_footer .follow li:nth-child(1) a::before {
  content: "\f39e";
}

body.md #md_footer .follow li:nth-child(2) a::before {
  content: "\f16d";
}

body.md #md_footer .info ul li {
  margin-bottom: 8px;
}

body.md #md_footer .md_row_infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding: 0;
}

body.md #md_footer .md_row_infos .et_pb_column {
  border-right: 1px solid var(--clr-dark2);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 20px;
  padding: 40px 20px 40px 0;
}

body.md #md_footer .md_row_infos .et_pb_column:last-of-type {
  border: none;
  margin-right: 0;
  padding-right: 0;
}

body.md #md_footer .md_row_copyright {
  padding: 15px 0;
}

body.md #md_footer .md_row_copyright .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

body.md #md_footer .md_copyright {
  background-color: var(--clr-dark);
}

body.md #md_footer .copyright {
  color: var(--clr-darker-grey);
  font-size: 14px;
  margin-bottom: 0 !important;
  text-transform: capitalize;
}

body.md #md_footer .menu_sb {
  border: none;
  padding-right: 0;
}

body.md #md_footer .menu_sb .et_pb_widget {
  margin: 0;
  width: 100%;
}

body.md #md_footer .menu_sb ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

body.md #md_footer .menu_sb ul.menu li {
  margin: 0 1em;
}

body.md #md_footer .menu_sb ul.menu li:nth-child(1) {
  margin-left: 0;
}

body.md #md_footer .menu_sb ul.menu li:last-child {
  margin-right: 0;
}

body.md #md_footer .menu_sb ul.menu a {
  color: var(--clr-darker-grey);
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: var(--trn-fast);
  transition: var(--trn-fast);
}

body.md #md_footer .menu_sb ul.menu a:hover {
  color: var(--clr-primary);
}

@media screen and (max-width: 1404px) {
  body.md .project_blurb h4.et_pb_module_header {
    font-size: var(--fnt-s);
  }
}

@media screen and (max-width: 1280px) {

  body.md .hero_heading h1 {
    font-size: var(--fnt-h2);
    padding: 40px;
  }
}

@media screen and (max-width: 980px) {

  body.md .hero_heading h1 {
    font-size: var(--fnt-h4);
  }

  body.md .hero_heading h3 {
    font-size: var(--fnt-m);
    top: -10px;
  }

  body.md .prim_title p {
    font-size: var(--fnt-global);
    line-height: 1.7;
  }

  body.md .prim_img .et_pb_image_wrap {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 480px;
  }

  body.md .md_row_meetTeam {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  body.md .team_person {
    max-width: 280px;
    margin: 0 auto;
  }

  body.md .md_row_meetTeam .et_pb_column {
    margin-bottom: 50px !important;
  }

  body.md .md_row_meetTeam .et_pb_column:nth-child(3),
  body.md .md_row_meetTeam .et_pb_column:nth-child(4) {
    margin-bottom: 0 !important;
  }

  body.md .team_person .et_pb_team_member_description {
    padding: 15px 15px 35px;
    display: block;
  }

  body.md .proj_gallery .et_pb_gallery_item .et_pb_gallery_title {
    font-size: var(--fnt-xs);
  }

  body.md .testify .et_pb_testimonial_description {
    font-size: var(--fnt-global);
  }

  body.md .info_title.info_list {
    margin-top: 30px;
  }

  body.md .info_title.info_list ul {
    margin-top: 0;
  }

  body.md #md_footer .md_row_copyright .et_pb_column {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  body.md .md_row_meetTeam .et_pb_column {
    margin-right: 4% !important;
    width: 48% !important;
  }

  body.md .md_row_meetTeam .et_pb_column:nth-child(even) {
    margin-right: 0 !important;
    width: 48% !important;
  }

  body.md #md_footer .menu_sb ul.menu li {
    margin: 0 8px;
  }

  body.md #md_footer .follow li::before {
    margin-top: 0;
    margin-left: 0;
  }

  body.md .md_row_team .et_pb_column {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  body.md .md_row_team .team_blurb {
    margin-bottom: 0 !important;
    max-width: 280px;
    margin: 0 auto;
    width: 100%;
  }

  body.md .md_row_team .et_pb_module:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  body.md .md_row_team .et_pb_module:nth-child(3) {
    grid-column: 2/3;
    grid-row: 1/2;
  }

  body.md .md_row_team .et_pb_module:nth-child(4) {
    grid-column: 2/3;
    grid-row: 2/3;
  }

  body.md .md_row_team .et_pb_module:nth-child(5) {
    grid-column: 1/2;
    grid-row: 3/4;
  }

  body.md .md_row_team .et_pb_module:nth-child(6) {
    grid-column: 1/2;
    grid-row: 4/5;
  }

  body.md .md_row_team .et_pb_module:nth-child(7) {
    grid-column: 2/3;
    grid-row: 3/4;
  }

  body.md .md_row_team .et_pb_module:nth-child(8) {
    grid-column: 2/3;
    grid-row: 4/5;
  }

  body.md .team_content {
    margin-top: 0;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  body.md .md_row_projects .et_pb_column>.et_pb_module {
    width: 48%;
  }

  body.md .allProj_blurb .et_pb_image_wrap {
    height: 165px;
  }

  body.md .allProj_blurb h4.et_pb_module_header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: var(--fnt-s);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body.md .allProj_blurb .et_pb_blurb_description h3 {
    font-size: var(--fnt-xs);
  }

  body.md .fake_btn {
    width: 100%;
    max-width: 165px;
  }

  body.md .estimate_blurb .et_pb_blurb_description ul {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    column-gap: 0;
  }

  body.md .estimate_blurb .et_pb_blurb_container {
    padding-top: 0;
  }

  body.md #md_footer .copyright {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --fnt-global: 15px;
  }

  body.md .md_sec_hero.front {
    min-height: calc(100vh - 33vh);
  }

  body.md .hero_heading h1,
  body.md .hero_heading.v2 h1 {
    padding: 20px 30px 30px;
  }

  body.md .hero_heading.v2 h1 {
    top: 0;
  }

  body.md .hero_heading h3 {
    font-size: var(--fnt-m);
    top: 0;
    padding: 25px 25px 0;
    height: auto;
  }

  body.md .main_content ul {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    column-gap: 0;
  }

  body.md .md_row_cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body.md .cta_content {
    text-align: center;
  }

  body.md .service_blurb {
    background-size: auto 180px;
    margin-left: auto;
    margin-right: auto;
  }

  body.md .service_blurb .et_pb_blurb_content {
    padding: 180px 5px 20px;
  }

  body.md #md_footer .md_row_infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body.md #md_footer .md_row_infos .et_pb_column {
    border: none;
    margin-right: 0;
    padding: 40px 0 20px;
  }

  body.md #md_footer .follow li {
    max-width: 65%;
    text-align: left;
    width: 100%;
  }

  body.md #md_footer .foot_b,
  body.md #md_footer .foot_c {
    margin-top: 0;
  }

  body.md #md_footer .foot_b h6,
  body.md #md_footer .foot_c h6 {
    padding-bottom: 20px;
  }

  body.md .proj_gallery .et_pb_gallery_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }

  body.md #md_footer .menu_sb ul.menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  body.md #md_footer .follow li {
    padding-left: 40px;
  }

  body.md .md_row_projects .et_pb_column>.et_pb_module {
    padding: 0;
    width: 100%;
  }

  body.md .md_row_allProj .et_pb_column>.et_pb_module {
    width: 48%;
  }

  body.md .estimate_blurb .et_pb_blurb_content>div {
    width: 100%;
  }

  body.md .estimate_blurb .et_pb_blurb_content,
  body.md .md_row_estimate .estimate_blurb:nth-child(even) .et_pb_blurb_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body.md .md_row_estimate .estimate_blurb:nth-child(odd) .et_pb_main_blurb_image,
  body.md .md_row_estimate .estimate_blurb:nth-child(even) .et_pb_blurb_container {
    padding-right: 0;
  }

  body.md .md_row_estimate .estimate_blurb:nth-child(odd) .et_pb_blurb_container,
  body.md .md_row_estimate .estimate_blurb:nth-child(even) .et_pb_main_blurb_image {
    padding-left: 0;
  }

  body.md .md_row_estimate .estimate_blurb .et_pb_main_blurb_image {
    padding-bottom: 20px;
  }

  body.md .bpm_blurb .et_pb_blurb_content,
  body.md .md_row_bpm .et_pb_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body.md .bpm_blurb .et_pb_main_blurb_image {
    margin-bottom: 20px;
    padding-right: 0;
  }

  body.md .bpm_blurb {
    margin-bottom: 35px;
  }

  body.md .bpm_blurb:last-child {
    margin-bottom: 0;
  }

  body.md .main_content.list_3 ul {
    -webkit-column-count: 1;
    column-count: 1;
  }

  body.md .service_img .et_pb_image_wrap,
  body.md .prim_img.about .et_pb_image_wrap {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  :root {
    --fnt-global: 14px;
  }

  body.md .et_pb_button {
    min-width: 165px;
  }

  body.md .md_row_meetTeam .et_pb_column:nth-child(n) {
    margin-right: 0 !important;
    width: 100% !important;
  }

  body.md .owl-theme .owl-nav .owl-next {
    right: -20px;
  }

  body.md .owl-theme .owl-nav .owl-prev {
    left: -20px;
  }

  body.md .proj_gallery .et_pb_gallery_item img {
    width: 100%;
  }

  body.md .testify .et_pb_testimonial_portrait {
    grid-column: 1/3;
  }

  body.md .testify .author_meta {
    grid-column: 3/5;
  }

  body.md .hero_heading h1 {
    padding: 20px 25px 25px;
  }

  body.md .md_row_team .et_pb_column {
    grid-gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }

  body.md .md_row_team .et_pb_module:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  body.md .md_row_team .et_pb_module:nth-child(3) {
    grid-column: 1/2;
    grid-row: 3/4;
  }

  body.md .md_row_team .et_pb_module:nth-child(4) {
    grid-column: 1/2;
    grid-row: 4/5;
  }

  body.md .md_row_team .et_pb_module:nth-child(5) {
    grid-column: 1/2;
    grid-row: 5/6;
  }

  body.md .md_row_team .et_pb_module:nth-child(6) {
    grid-column: 1/2;
    grid-row: 6/7;
  }

  body.md .md_row_team .et_pb_module:nth-child(7) {
    grid-column: 1/2;
    grid-row: 7/8;
  }

  body.md .md_row_team .et_pb_module:nth-child(8) {
    grid-column: 1/2;
    grid-row: 8/9;
  }

  body.md .team_content {
    margin-top: 18px;
  }

  body.md .md_row_allProj .et_pb_column>.et_pb_module {
    width: 100%;
  }

  body.md .allProj_blurb .et_pb_image_wrap {
    height: 225px;
  }

  body.md .allProj_blurb .et_pb_blurb_content {
    padding-bottom: 15px;
  }

  body.md .estimate_blurb .et_pb_image_wrap {
    height: auto;
  }
}