/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 14 2024 | 14:41:45 */
#page-container {
  overflow-x: hidden;
}

.grecaptcha-badge {
  display: none !important;
}

/* === TYPOGRAPHY === */
::-moz-selection {
  background: #80b6b6;
  color: #222749;
}

::selection {
  background: #80b6b6;
  color: #222749;
}

.text-green {
  color: #80b6b6;
}

@media only screen and (max-width: 500px) {
  body h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 400px) {
  body h2 {
    font-size: 24px;
  }
}

/* === BUTTONS === */
.simple-text-button:after {
  display: inline !important;
  content: "5";
}

/* === UTILITIES === */
.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* === HEADER === */
/* Menu */
#header-menu .nav > li > a {
  padding: 15px 8px;
}

#header-menu .nav > li.menu-item-has-children {
  padding-right: 25px;
}

#header-menu .nav > li > a:after {
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#header-menu .nav li li a {
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.1em;
  padding-top: 15px;
  padding-bottom: 15px;
}

#mobile_menu1 {
    max-height: 70vh;
    overflow-y: scroll;
}

#mobile_menu1 > li:last-child {
  margin-bottom: 100px;
}

/* Left */
#header-bar-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Right */
#header-bar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Search */
#header-search-icon {
  cursor: pointer;
}

#header-bar #header-search-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(0%) !important;
      -ms-transform: translateY(0%) !important;
          transform: translateY(0%) !important;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#header-bar #header-search-bar.active {
  -webkit-transform: translateY(100%) !important;
      -ms-transform: translateY(100%) !important;
          transform: translateY(100%) !important;
}

/* Mobile */
@media only screen and (max-width: 980px) {
  #header-bar-left {
    margin-bottom: 0px;
    padding: 0px 2.5%;
  }
  
  #header-bar-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 2.5%;
    -webkit-transform: translateY(20px) !important;
        -ms-transform: translateY(20px) !important;
            transform: translateY(20px) !important;
    min-height: 47px;
  }
  
  #header-menu {
    margin-right: 0 !important;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  
  #header-menu .et_pb_menu__wrap {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  
  #header-menu .et_pb_menu__wrap .mobile_menu_bar::before {
    top: -3px;
	}
  
  #header-menu .et_mobile_nav_menu {
    margin-right: 0;
    margin-left: 0;
  }
  
  #header-search-icon {
    margin-left: 60px;
  }
  
/*   #header-search-icon .icon-fill-white {
    fill: #222749;
  } */
}

/* === BUTTON ICON ROW === */
.button-icon-row .et_pb_code {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.button-icon-row .et_pb_column:hover .et_pb_code {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

/* === ANGLE COLUMNS === */
.column-angle-right {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 20% 0);
          clip-path: polygon(0 100%, 100% 100%, 100% 0, 20% 0);
}

.column-angle-left {
  -webkit-clip-path: polygon(0 0, 0 100%, 80% 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 80% 100%, 100% 0);
}

/* === TEAM === */
.et_pb_team_member_description .et_pb_module_header {
  text-transform: none;
padding-bottom: 8px;
margin-top: 25px;
}

@media only screen and (max-width: 980px) {
  .et_pb_module.et_pb_team_member .et_pb_team_member_image {
      max-width: 200px !important;
      margin: 0 auto 12px !important;
  }

  .et_pb_module.et_pb_team_member .et_pb_team_member_description {
      display: block;
      margin: 0 auto;
  }
  
  .team-row .et_pb_column:nth-child(1),
  .team-row .et_pb_column:nth-child(2) {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 479px) {
  .team-row .et_pb_column:nth-child(3) {
    margin-bottom: 60px;
  }
}

/* === SERVICES === */
.image-blurb .et_pb_blurb_container {
  padding-left: 5%;
  padding-right: 5%;
}

/* === TESTIMONIALS === */
.testimonials-slider .dsm_card_carousel_child .et_pb_module_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* === CONTACT FORM === */
.contact-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-form-field {
  margin-bottom: 20px;
}

.contact-form-field-third { 
  width: calc(33.333% - 1.25%);
}

.contact-form-field-half { 
  width: calc(50% - 1.25%);
}

.contact-form-field-full { 
  width: 100%;
}

.contact-form-field-submit, 
.contact-form-field-submit p { 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 980px) {
  .contact-form-field-third, 
  .contact-form-field-half { 
    width: 100%;
  }
}