/*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}
.rll-youtube-player,
  [data-lazy-src] {
   display: none !important;
  }

  :root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
  }

  :where(.is-layout-flex) {
    gap: 0.5em;
  }

  :where(.is-layout-grid) {
    gap: 0.5em;
  }

  body .is-layout-flex {
    display: flex;
  }

  .is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
  }

  .is-layout-flex> :is(*, div) {
    margin: 0;
  }

  body .is-layout-grid {
    display: grid;
  }

  .is-layout-grid> :is(*, div) {
    margin: 0;
  }

  :where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
  }

  :where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
  }

  :where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
  }

  :where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
  }

  .has-black-color {
    color: var(--wp--preset--color--black) !important;
  }

  .has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
  }

  .has-white-color {
    color: var(--wp--preset--color--white) !important;
  }

  .has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
  }

  .has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
  }

  .has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
  }

  .has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
  }

  .has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
  }

  .has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
  }

  .has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
  }

  .has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
  }

  .has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
  }

  .has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
  }

  .has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
  }

  .has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
  }

  .has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
  }

  .has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
  }

  .has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
  }

  .has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
  }

  .has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
  }

  .has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
  }

  .has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
  }

  .has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
  }

  .has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
  }

  .has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
  }

  .has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
  }

  .has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
  }

  .has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
  }

  .has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
  }

  .has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
  }

  .has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
  }

  .has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
  }

  .has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
  }

  .has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
  }

  .has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
  }

  .has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
  }

  .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
  }

  .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
  }

  .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
  }

  .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
  }

  .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
  }

  .has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
  }

  .has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
  }

  .has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
  }

  .has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
  }

  .has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
  }

  .has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
  }

  .has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
  }

  .has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
  }

  .has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
  }

  .has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
  }

  .has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
  }

  :where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
  }

  :where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
  }

  :where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
  }

  :where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
  }

  :root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6;
  }

.header {
  border-bottom: 1px solid #fff !important;
}
.page__banner100 {
    padding-top: 105px !important;
    background-color: #1a1b1f;
    padding-bottom: 88px;
}
.gabarito {
  font-family: "Gabarito", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.asul4 {
  font-family: "Asul", serif !important;
  font-weight: 400;
  font-style: normal;
}
.asul7 {
  font-family: "Asul", serif;
  font-weight: 700;
  font-style: normal;
}
.header__logo-wrapper {
  padding-left: 0px;
}
.header__logo-wrapper a {
  margin: 20px auto 0px auto;
}
#main-nav {
  justify-content: center !important;
  display: flex;
}
.headerlogo {
  height: 40px;
}
.grid-list {
  background-color: #3e3d39;
  padding: 140px 0 60px;
}
.footerlogo {
  width: 200px;
}
.footer__contact {
  max-width: 100% !important;
}
.contact-us__wrapper {
    background-color: #009EE5 !important;
}
.contact-us__location--image iframe {
  margin-top: 8px;
}
.bfont {
  color: #1A1B1F !important;
}
.bline {
    border-top: 1px solid #1A1B1F !important;
}
.bg-white {
  background-color: #fff;
}
.grid-list-black {
    background-color: #fff;
    padding: 140px 0 60px;
}
.text-intro__content-black {
    padding: 40px 0 64px;
    border-top: 1px solid #1A1B1F;
}
.btn-black.transparent {
    background: transparent;
    border: 1px solid #1A1B1F;
    color: #1A1B1F;
    font-weight: 400;
}
.p60 {
  padding: 60px 0 60px !important;
}
.grid-list__heading--text {
  font-weight: 700 !important;
  padding-bottom: 50px !important;
}
.article-content, .mce-content-body {
  padding-top: 0px !important;
  max-width: 100% !important;
}
.article-content h2, .mce-content-body h2 {
  font-weight: 600 !important;
  font-size: 26px !important;
  margin: 20px 0px !important;
}
.bluefont {
  color: #00A1E2;
}
.p30 {
  padding-left: 30px;
}
.bordertop {
  border-top: 1px solid #212121;
}
.our-office__details__cta a {
  font-family: "Asul", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.article-content h2, .mce-content-body h2, .article-content p, .mce-content-body p, .our-office__title h2, .our-office__details__address__label, .our-office__details__address__description, .our-office__details__phone__label, .our-office__details__phone__description {
  font-family: "Gabarito", serif !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
}
.our-office {
  padding-top: 0px !important;
}
.ginput_recaptcha_terms {
  display: none;
}
.button1 {
  width: 100%;
  margin-top: 50px;
}
.people {
  padding: 60px 0;
  background-color: #111111 !important;
}
.people__heading--sub-description {
  color: #fff !important;
}
.people-list.style-2 {
  padding: 0px 0 30px !important;
  background-color: #fff !important;
}
.contact-us__location--image iframe {
  width: 825px;
  height: 400px;
}
.imgsearch {
  width: 15px;
  margin-top: -8px;
  cursor: pointer;
}
.newheader {
  background: #231F20 !important;
  text-shadow: 2px 2px #111;
  position: sticky;
  top: 0px;
  z-index: 9999;
}
.banner__image--full-width:before {
  background: linear-gradient(270deg,hsla(0,0%,40%,.24),rgba(0,0,0,0)) !important;
}
.banner.full_width .banner__content--heading {
  margin-left: -6px;
  padding-bottom: 10px !important;
  text-shadow: 3px 2px #111;
}
.banner.full_width .banner__content--description {
  max-width: 550px !important;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 50px;
}
.banner__content--cta a {
  border-radius: 0px;
  background: #808080;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 26px;
  border-radius: 6px;
}
.divborder {
  padding: 60px 0 60px 0;
  position: relative;
  font-size: 25px;
  font-weight: bold;
  background: #231F20;
  color: #fff;
}
.divborderbtn {
  text-align: right;
}
.btncontact {
  font-size: 18px;
  font-weight: 600;
  padding: 16px 48px;
  border-radius: 6px;
  background: #111111;
  text-align: right;
}
.people__heading-wrapper {
  border-top: none !important;
}
.people__heading-wrapper label {
  color: #009EE5;
  font-weight: 900;
  font-size: 16px;
  font-style: italic;
}
.people__heading-wrapper h2 {
  font-weight: 600;
  font-size: 45px;
  line-height: 24px;
  padding-bottom: 30px;
}
.blueline {
  border: 1px solid #009EE5;
}
.blackline {
  border: 1px solid #111111;
}
.w40l {
  width: 40%;
}
.w40 {
  width: 40%;
  margin: 0px auto 0px auto;
}
.people__heading--sub-description {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 165% !important;
  padding-top: 38px !important;
  padding-left: 80px;
}
.text-intro__content--title .lg-3 {
  padding-right: 0px;
}
.text-intro__content--title .lg-3 img {
  width: 68px;
  border: none;
  background: #231F20;
  padding: 14px 12px;
  border-radius: 6px;
  box-shadow: 5px 5px 30px 0px rgba(20, 20, 20, 0.2);
}
.text-intro__content--title .lg-3 img:hover {
  background: #009EE5;
}
.dflex {
  display: flex;
}
.text-intro__content--title .lg-9 h2 {
  font-size: 21px;
  font-weight: 900;
}
.subtext {
  font-size: 12px;
  text-align: center;
  font-style: italic;
  margin: 8px auto 100px auto;
}
.subtext2 {
  font-size: 12px;
  text-align: center;
  font-style: italic;
  margin: 8px auto 100px auto;
}
.subtext3 {
  font-size: 12px;
  text-align: left;
  font-style: italic;
  margin: 0px;
}
.text-intro__content--title .lg-9 p {
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  line-height: 24px;
  padding-top: 5px;
}
.newrow {
  margin-top: 40px;
}
.ourcoreh2 {
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
  padding-bottom: 20px;
}
.why {
  left: 0px;
  width: 100%;
  height: 50%;
  overflow: hidden;
  padding: 100px 0px;
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
  background-size: cover;
}
.contact {
  padding: 0px 0px 50px 0px !important
}
.contact-us__location iframe {
  width: 100%;
  height: 500px;
}
.fwhite {
  color: #fff !important;
}
.fblack {
  color: #111 !important;
}
.fbblue {
  color: #00A1E2 !important;
}
.contact-us {
  padding: 140px 0px 0px 0px !important;
}
.footer__wrapper {
  background: #231F20 !important;
}
.footer__menu--heading, .footer__address--heading, .footer__contact--heading {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  font-style: italic;
  text-shadow: 2px 2px #111;
}
.footer__wrapper_text p {
  color: #fff;
}
.grid-list__content-wrapper {
  padding-bottom: 40px;
  border-top: unset !important;
}
.grid-list__content--cta {
  padding-top: 0px !important;
}
.btn-black.transparent {
  background: #808080 !important;
  border: 1px solid #1a1b1f;
  color: #1a1b1f;
  font-weight: 400;
  border-radius: 6px;
  color: #fff !important;
  padding: 20px 25px;
}
.btn-blue.transparent {
  background: #009EE5 !important;
  border: 1px solid #1a1b1f;
  color: #fff !important;
  border-radius: 6px;
  padding: 20px 25px;
  font-weight: 400;
  cursor: pointer;
  color: #1a1b1f;
}
.nav li.nav__item .nav__title:hover {
  color: #009FE3 !important;
}
.nav__link:before, .underline-anim:before {
  background: #009FE3 !important;
}
.bluecolor {
  color: #009FE3 !important;
}
.middlevalign {
  margin: auto;
}
.listnews {
  padding: 15px !important;
}
.grid-list__content--title {
  height: 90px;
  padding-top: 15px !important;
}
.filteryear {
  margin: 30px 0px 0px 0px;
}
.dropbtn {
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #231F20;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999999;
  margin-top: 10px;
}
.dropdown-content a {
  color: #fff;
  padding: 12px 4px;
  text-decoration: none;
  text-shadow: none;
  display: block;
}
.dropdown:hover .dropdown-content {display: block;}
.dropdown-content a:hover {color: #fff;background: #009FE4;text-decoration: none;}
.popup {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.popup-content {
  background: #fff;
  padding: 40px 20px;
  border-radius: 5px;
  text-align: center;
  width: 1100px;
  height: 580px;
}
.zindex {
  z-index: 999999;
}
.p20 {
  margin-top: 20px;
}
.pt20 {
  padding-top: 20px;
}
.borderpeople {
  border: 1px solid #1a1b1f!important;
}
.imgpeople {
  width: 200px;
}
.peopletitle {
  font-size: 28px;
  font-weight: 400;
  line-height: 33.89px;
  padding-bottom: 0px;
  padding-top: 10px;
}
.peoplejob {
  font-size: 17px;
  font-weight: 400;
  line-height: 33.89px;
  padding-bottom: 20px;
}
.p50all {
  padding: 50px 0px !important;
}
.imagepopup img {
  width: 80%;
  margin: 0px auto 0px auto
}
.peopletitlepopup {
  font-size: 22px;
  font-weight: 400;
  line-height: 33.89px;
  padding-bottom: 0px;
  padding-top: 10px;
}
.peoplejobpopup {
  font-size: 16px;
  font-weight: 400;
  line-height: 33.89px;
}
.peoplejobpopup2 {
  font-size: 11px;
  font-weight: 300;
  padding-bottom: 20px;
}
.rightpopup {
  text-align: left;
  width: 300px;
  height: 520px;
  overflow: auto;
  font-size: 13px;
}
.btnclose {
  cursor: pointer;
  color: #00A1E2;
  font-weight: 700;
  float: right;
  margin-left: -45px;
  margin-top: -64px;
  display: inline;
  font-size: 24px;
  border: 3px solid #00A1E2;
  border-radius: 50px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 32px;
  position: absolute;
  z-index: 999999;
  display: block;
  background: #fff;
}
.contact-page__form .gform_wrapper .gform_footer {
  margin-top: 0px !important;
}
.hidden-until-lg {
  display: block;
}
.hidden-form-lg {
  display: none;
}
#menudekstop {
  display: inline-flex;
}
#menumobile {
  display: none;
}
.footer__menu ul {
  display: inline;
}
.footer__top2 {
  padding: 40px 0px;
}
.ftext {
  font-size: 12px;
  text-align: justify;
}
.people {
  padding: 30px 0px 90px 0px !important;
}
.bullet {content:"• ";
  display: list-item;          /* This has to be "list-item"                                               */
  list-style-type: square;     /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type     */
  list-style-position: inside;
  margin-left: -25px;
}
.p70 {
  padding-left: 70px !important;
}
.article-content h2, .mce-content-body h2, .article-content p, .article-content span {
  font-family: "Asul", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.form-control {
  color: #1a1b1f !important;
}
::placeholder {
  color: red !1a1b1f;
  opacity: 1; /* Firefox */
}
.icontact {
  border: 2px solid #1a1b1f !important;
}
textarea.form-control {
  height: 200px;
}
.cform {
  margin-bottom: 40px;
  border-top: 1px solid #1a1b1f;
  padding-top: 20px;
}
.button1 {
  margin-top: 0px !important;
}
.btn, .gform_button {
  border-radius: .25rem !important;
}
.our-office__details__address__description {
  font-family: "Asul", serif !important;
}
.our-office__details__address__description, .our-office__details__phone__description {
  padding-top: 10px !important;
  font-size: 32px !important;
}
.icon svg {
  width: 70px !important;
  margin-left: -12px !important;
  margin-top: -10px !important;
}
.header__logo-wrapper-drag {
  margin: 0px auto 0px 0px !important;
}
#main-nav2 {
  justify-content: right !important;
  display: flex;
}
.popup-content {
  background: #fff;
  padding: 40px 20px;
  border-radius: 5px;
  text-align: center;
  width: 900px;
  height: 500px;
}
.popup-content2 {
  background: #fff;
  padding: 40px 20px;
  border-radius: 5px;
  text-align: center;
  width: 900px;
  height: 570px;

  animation-name: fade;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-duration: 4s;
  animation-direction: normal;
}
.popup-content3 {
  background: #fff;
  padding: 40px 20px;
  border-radius: 5px;
  text-align: center;
  width: 900px;
  height: 670px;

  animation-name: fade;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-duration: 4s;
  animation-direction: normal;
}
.rightpopup {
  text-align: left;
  width: 300px;
  height: 440px;
  overflow: auto;
}
.rightpopup2 {
  text-align: left;
  width: 300px;
  height: 500px;
  overflow: auto;
  font-size: 13px;
}
.rightpopup2 {
  text-align: left;
  width: 300px;
  height: 500px;
  overflow: auto;
  font-size: 13px;
}
.rightpopup3 {
  text-align: left;
  width: 300px;
  height: 600px;
  overflow: auto;
  font-size: 13px;
}
.rightpopup3 .title {
  font-size: 16px;
  font-weight: 600;
  padding: 20px 0px 0px 0px;
}
.rightpopup3 .subindex {
  font-size: 12px;
  font-style: italic;
  color: grey;
}
.rightpopup3 hr {
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0px 20px 0px;
}
.rightpopup4 {
  text-align: left;
  width: 100%;
  font-size: 13px;
}
.rightpopup4 .title {
  font-size: 16px;
  font-weight: 600;
  padding: 20px 0px 0px 0px;
}
.rightpopup4 .subindex {
  font-size: 12px;
  font-style: italic;
  color: grey;
}
.rightpopup4 hr {
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0px 20px 0px;
}
.btn-grey {
  background: #231F20 !important;
}
.rowfilter {
  text-align: center;
  margin: 40px auto 20px auto;
}
.rowfilter a {
  color: #212121;
  padding: 0px 30px;
  font-weight: 400;
  font-size: 18px;
}
.bold {
  font-weight: 700 !important;
}
.borderpeople {
  cursor: pointer;
  border: 1px solid #1a1b1f!important;
}
.borderpeople:hover {
  color: #fff !important;
  cursor: pointer;
  background: #00A1E2 !important;
  border: 1px solid #00A1E2!important;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #00BFFF;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}
#myBtn:hover {
  background-color: #555;
}
#myBtn svg {
  width: 25px;
  height: 25px;
}
.ficontext {
  margin-left: -25px;
}
.footer__address {
  margin: inherit !important;
}
.footer__contact {
  margin-left: 50px !important;
}
.footer__logo {
  text-align: right;
}
#header0 {
  position: sticky;
  width: 100%;
}
.hiddenmenu {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 9s, opacity 9s linear;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.text-intro__content1 .row .lg-4 {
  margin-top: 10px;
}
.coretitle h2:first-letter {
  color: #009FE3 !important;
}
.panellist p, .panellist ul {
  margin-top: 10px;
}
.searchbox {
  display: none;
}

.togglesearch{
  background: #E8E8E4;
  position: absolute;
  top: 85px;
  right: 16%;
  width: 350px;
  height: 65px;
  line-height: 60px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-top:4px solid #00BFFF;
  display: none;
}
.togglesearch:before{
  content: "";
  position: absolute;
  top: -30px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #00BFFF;
}
.togglesearch input[type="text"]{
  width: 200px;
  padding: 5px 10px;
  margin-left: 23px;
  border: 1px solid #D80B15;
  outline: none;
}
.togglesearch input[type="button"]{
  width: 80px;
  padding: 5px 0;
  background: #D80B15;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #D80B15;
  outline: none;
  cursor: pointer;
}
.togglesearch input[type="text"] {
  width: 230px;
  padding: 5px 10px;
  margin-left: 0px;
  border: 1px solid #00BFFF;
  outline: none;
  height: 45px;
}
.btn-search {
  display: inline-block;
  border: 0;
  transition: all .3s ease-out;
  text-align: center;
  line-height: 0;
  background: #1a1b1f;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 20px;
  height: 45px;
  border-radius: 0px !important;
  padding: 0px 24px !important;
}
#gform_submit_button_1 {
  cursor: pointer;
}
.msgalert{
  color: red;
  padding: 0px 0px 20px 0px;
}
.alertcontact {
  color: red;
/*  margin-top: -10px;*/
}
.scontainer {
  margin-left: 5% !important;
  margin-top: 20px;
}
.scontainer1 {
  margin-left: 0% !important;
  margin-top: 20px;
  width: 100%;
}
.scontainer1 .row {
  margin-left: 0px !important;
}
.subtext4 {
  font-size: 22px;
  text-align: left;
  font-style: italic;
  margin: 0px;
}














































@media (max-width: 61.99em) {
  .header__logo-wrapper a {
    margin: 15px 0px 15px 0px;
  }
  .hamburger {
    margin: 18px 0px 0px 0px !important;
  }
  .banner.full_width .banner__content-wrapper {
    text-align: center;
  }
  .banner.full_width .banner__content--description {
    line-height: 28px;
  }
  .divbordertext {
    text-align: center;
  }
  .divborderbtn {
    text-align: center;
    margin-top: 50px;
  }
  .people__heading--sub-description {
    width: 100%;
    padding: 0px;
    text-align: left;
  }
  .people__heading-wrapper h2 {
    padding-top: 10px;
  }
  .grid-list__content--title {
    height: 110px !important;
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .dflex .lg-3 {
    max-width: 130px;
  }
  .text-intro__content--title .lg-3 img {
    margin-left: 0px;
  }
  .text-intro__content--title .lg-9 {
    margin-left: -25px;
  }
  .newrow {
    margin-top: 0px;
  }
  .grid-list-black {
    background-color: #fff;
    padding: 64px 0 60px;
  }
  .contact-us {
    padding: 64px 0px 0px 0px !important;
  }
  .footer__wrapper {
    text-align: center;
  }
  .footer__logo {
    margin: -30px auto 0px auto !important;
    text-align: center !important;
  }
  #main-nav {
    display: block;
  }
  .headerlogo1 {
    width: 150px;
    margin-left: 20px;
  }
  .header__nav {
    background-color: #231F20 !important;
  }
  .header__nav ul.nav {
    padding-top: 48px !important;
    gap: 32px !important;
    padding-left: 30px !important;
    text-shadow: 0 0 black;
  }
  .page__banner100 {
    padding-top: 80px !important;
  }
  .pb60 {
    padding-bottom: 60px;
  }
  .footer__logo {
    text-align: left;
    margin: -50px 0px 0px -30px;
  }
  .contact-us__location--image iframe {
    width: 100%;
    height: 500px;
  }
  .imgsearch {
    width: 20px;
  }
  .imgpeople {
    width: 100%;
  } 
  .hidden-until-lg {
    display: none;
  }
  .hidden-form-lg {
    display: block;
  }
  .popup-content, .popup-content2 {
    width: 92%;
    height: 95%;
    overflow: scroll;
  }
  .rightpopup {
    text-align: left;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .btnclose {
    cursor: pointer;
    color: #00A1E2;
    font-weight: 700;
    float: left;
    margin-left: -35px;
    margin-right: 30px;
    margin-top: -55px;
    font-size: 24px;
    border: 3px solid #00A1E2;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    position: fixed;
    z-index: 999999;
    display: block;
    background: #fff;
  }
  .imagepopup {
    margin-top: -10px;
  }
  #menudekstop:before, #menudekstop:after {
  content: '';
  }
  #menudekstop {
    content:"";
    clear: both;
    display: none;
  }
  #menumobile {
    display: flex;
  }
  .article-content h2, .mce-content-body h2 {
    width: 88%;
    font-size: 20px !important;
    font-weight: 400 !important;
  }
  .footerlogo {
    width: 200px;
    margin-top: 100px;
  }
  .footer__address--description p a {
    line-height: 32px !important;
  }
  .accordion {
    justify-content: space-between;
    display: flex;
    align-items: baseline;
    padding: 10px 18px !important;
  }
  .accordion:after {
    content: '\002B';
    color: #00A1E2;
    font-weight: 400 !important;
    float: right;
    margin-left: 5px;
    margin-top: -50px;
    display: inline;
    font-size: 20px !important;
    border: 2px solid #00A1E2 !important;
    border-radius: 50px;
    height: 30px !important;
    width: 30px !important;
    text-align: center;
    line-height: 26px !important;
  }
  .our-office__details__address__description {
    font-size: 30px !important;
    line-height: 32px !important;
    padding-top: 0 !important;
    padding-bottom: 40px !important;
  }
  .emailcontact {
    font-size: 25px !important;
  }
  .our-office__details__address__label {
    padding-bottom: 20px !important;
  }
  .our-office__details__phone__label {
    padding-bottom: 0px !important;
  }
  .m8 {
    margin-top: 8px !important;
  }
  .cform h2 {
    padding-bottom: 0px !important;
  }
  .cform1 {
    margin-top: 40px;
  }
  .footer__contact--detail .icon svg {
    margin-right: 15px !important;
  }
  #main-nav2 {
    display: block;
  }
  .rightpopup, .rightpopup2 {
    overflow: unset;
  } 
  .footer__contact {
    margin-left: 0px !important;
  }

  .togglesearch{
    background: #E8E8E4;
    position: absolute;
    top: 500px;
    right: 6%;
    width: 310px;
    height: 55px;
    line-height: 50px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-top:4px solid #00BFFF;
    display: none;
  }
  .togglesearch:before{
    content: "";
    position: absolute;
    top: -30px;
    left: 13px;
    right: unset;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #00BFFF;
  }
  .togglesearch input[type="button"]{
    width: 80px;
    padding: 5px 0;
    background: #D80B15;
    color: #fff;
    margin-left: -6px;
    border: 1px solid #D80B15;
    outline: none;
    cursor: pointer;
  }
  .togglesearch input[type="text"] {
    width: 190px;
    padding: 5px 10px;
    border: 1px solid #00BFFF;
    outline: none;
    height: 35px;
    margin-left: 7px;
  }
  .btn-search {
    display: inline-block;
    border: 0;
    transition: all .3s ease-out;
    text-align: center;
    line-height: 0;
    background: #1a1b1f;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 20px;
    height: 33px;
    border-radius: 0px !important;
    padding: 0px 24px !important;
  }
  

}