.overflow-x {
  padding-top: 87px;
}

.navbar {
  background-color: #fff;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand {
  width: 24%;
}

.brand:hover {
  opacity: .8;
}

.container {
  width: 100%;
  height: 87px;
  max-width: 1220px;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.body {
  background-color: #f6f4f1;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 36px;
}

.nav-link {
  margin-left: 40px;
  margin-right: 0;
  padding: 0;
  line-height: 25px;
}

.nav-link:hover {
  border-bottom: 1px solid #4ebdd7;
}

.nav-link.w--current {
  color: #333;
  border-bottom: 1px solid #4ebdd7;
}

.nav-hor-blk {
  height: 36px;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.slide-nav {
  display: none;
}

.slider {
  height: 850px;
}

.lang-text-block {
  background-image: url('../images/lang.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 22px;
  padding-left: 30px;
}

.nav-menu {
  width: 75%;
}

.icon {
  display: none;
}

.dropdown-toggle {
  margin-left: 0;
  padding: 0;
}

.dropdown {
  margin-left: 40px;
  margin-right: 0;
  line-height: 25px;
}

.dropdown:hover {
  border-bottom: 1px solid #4ebdd7;
}

.dropdown-link {
  padding: 0;
  display: inline-block;
}

.dropdown-link:hover {
  border-bottom: 1px solid #4ebdd7;
}

.dropdown-link.w--current {
  color: #333;
  border-bottom: 1px solid #4ebdd7;
}

.drop-space {
  height: 14px;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
}

.drop-blk {
  height: 50px;
  padding: 15px 20px;
}

.div-block {
  background-color: rgba(255, 255, 255, .9);
  padding: 10px;
}

.lang-link {
  color: #333;
  text-decoration: none;
}

.lang-link:hover {
  color: #4ebdd7;
}

.slide {
  background-image: url('../images/01home_v07_02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-heading {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 5px 10px rgba(0, 0, 0, .1), 0 -5px 10px rgba(0, 0, 0, .1), -5px 0 10px rgba(0, 0, 0, .1), 5px 0 10px rgba(0, 0, 0, .1);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 600;
  line-height: 65px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 8%;
  right: auto;
}

._1180 {
  height: 100%;
  max-width: 1280px;
  flex-direction: column;
  justify-content: center;
  padding: 5% 50px;
  position: relative;
}

._1180.ft {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

._1180.align-r {
  align-items: flex-end;
  display: flex;
}

._1180.abt1 {
  padding-top: 100px;
  padding-bottom: 60px;
}

._1180.banner-ver {
  justify-content: center;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

._1180.contact {
  padding-bottom: 0%;
}

._1180.contact2 {
  padding-bottom: 15%;
}

._1180.profess {
  display: flex;
}

.paragraph-center {
  max-width: 1000px;
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 57px;
  font-weight: 600;
  line-height: 57px;
  position: relative;
}

._32w {
  width: 32%;
}

.paragraph {
  text-align: justify;
  margin-bottom: 40px;
  position: relative;
}

.paragraph.staff-intro {
  margin-top: 100px;
	min-height: 761px;
  margin-bottom: 100px;
}

.paragraph.sub-cont {
  margin-bottom: 90px;
}

.paragraph.abt {
  margin-bottom: 7%;
}

.paragraph.t {
  margin-bottom: 10px;
}

.hor-mid-even {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.hor-mid-even.footer {
  max-width: 900px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.hm-abt-bg {
  background-image: url('../images/01home_v07_05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 66%;
  position: relative;
}

._60w {
  width: 60%;
}

.hm-abt-pic {
  width: 60%;
  background-image: url('../images/01home_v07_0b.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 73%;
  position: absolute;
  top: auto;
  bottom: -33%;
  left: auto;
  right: 12%;
}

.more-btn {
  width: 40px;
  height: 40px;
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #8d8d8d;
  border-radius: 50%;
  position: relative;
}

.more-btn:hover {
  background-color: rgba(255, 255, 255, .5);
}

._47w {
  width: 47%;
  justify-content: space-between;
  align-items: flex-start;
}

.hor-top-even {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hm-op-pic {
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/01home_v07_09.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 53%;
  position: relative;
  overflow: hidden;
}

.hm-op-pic:hover {
  opacity: .8;
}

.hm-op-pic._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/01home_v07_11.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.hm-op-pic._3 {
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/01home_v07_16.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.hm-op-pic._4 {
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/01home_v07_15.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.hm-op-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  display: inline-block;
  position: relative;
  top: 40px;
  left: 40px;
}

.hm-op-text {
  width: 66%;
  color: #fff;
  text-align: justify;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hm-op-btn {
  width: 47px;
  height: 47px;
  background-color: #fff;
  background-image: url('../images/arrow-blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hm-abtus {
  background-color: #f4f4f4;
  padding-bottom: 8%;
}

.hm-staff {
  height: 605px;
  background-image: url('../images/01home_v07_19.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
}

.hm-staff-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 57px;
}

.hm-staff-btn {
  width: 305px;
  height: 305px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #dadada;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.hm-staff-btn:hover {
  background-color: rgba(255, 255, 255, .2);
}

.footer {
  color: #8d8d8d;
  background-color: #f0ece7;
}

.hm-contact {
  background-color: #f4f4f4;
}

.addr-heading {
  color: #014b7e;
  background-image: url('../images/icon-pin.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 35px;
  font-weight: 500;
}

.text-block {
  width: 70%;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 24px;
}

.ct-text {
  color: #014b7e;
  background-image: url('../images/icon-phone.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 20px;
  padding-left: 35px;
  line-height: 20px;
}

.ct-text.fax {
  background-image: url('../images/icon-fax.svg');
}

.ct-text.fax.hide {
  display: none;
}

.ct-text.email {
  background-image: url('../images/icon-email.svg');
  margin-top: 40px;
}

.ct-text.email-2 {
  background-image: url('../images/icon-email.svg');
}

.ct-text.email-2.hide {
  display: none;
}

.ct-text.mail {
  background-image: url('../images/icon-mail.svg');
  background-position: 0 0;
  background-size: auto 20px;
}

.ct-text.mail.hide {
  display: none;
}

.ct-text.mail-small {
  background-image: url('../images/icon-mail.svg');
  background-position: 0 0;
  background-size: auto 17px;
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 13px;
}

.ct-text.fax-small {
  background-image: url('../images/icon-fax.svg');
  background-size: auto 17px;
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 13px;
}

.ct-text.fax-small.hide {
  display: none;
}

.ct-text.email-small {
  background-image: url('../images/icon-email.svg');
  background-size: auto 17px;
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 13px;
}

.link {
  color: #014b7e;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.ft-logo {
  width: 330px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ft-text-blk {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.ft-link {
  color: #8d8d8d;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
}

.ft-link:hover {
  text-decoration: underline;
}

.ft-dropdown-toggle {
  color: #8d8d8d;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
}

.ft-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.ft-copyright {
  text-align: center;
  font-size: 12px;
  display: block;
}

.care-logo {
  height: 50px;
  margin-left: 20px;
}

.hor-mid-cter {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ft-dropdown-list {
  background-color: #e8e2da;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 20px;
  font-size: 15px;
  line-height: 30px;
}

.ft-dropdown-list.w--open {
  flex-direction: column;
}

.to-top-btn {
  width: 47px;
  height: 47px;
  background-image: url('../images/arrow-up.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #8d8d8d;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: auto;
  right: 2%;
}

.to-top-btn:hover {
  background-color: rgba(255, 255, 255, .5);
}

.to-top-btn.w--current {
  cursor: n-resize;
}

.hm-careers-pic {
  width: 100%;
  height: 753px;
  background-image: url('../images/01home_v07_21.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40%;
  position: relative;
}

.hm-careers {
  padding-top: 10%;
  padding-bottom: 10%;
  position: relative;
}

.hm-careers-content {
  flex-direction: column;
  justify-content: center;
  padding-right: 15%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hm-careers-bg {
  width: 100%;
  height: 100%;
  max-height: 660px;
  max-width: 540px;
  background-image: url('../images/01home_v07_27.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: auto;
  bottom: -15%;
  left: auto;
  right: -18%;
}

.hm-careers-blk {
  width: 96%;
  height: 753px;
  max-width: 1514px;
  position: relative;
}

.slider-l {
  border-top: 60px solid rgba(0, 0, 0, 0);
  border-bottom: 60px solid rgba(0, 0, 0, 0);
  border-left: 60px solid #fff;
  position: relative;
}

.slider-l:hover {
  opacity: .8;
}

.left-arrow {
  cursor: w-resize;
  align-items: center;
  display: none;
}

.slider-r {
  border-top: 60px solid rgba(0, 0, 0, 0);
  border-bottom: 60px solid rgba(0, 0, 0, 0);
  border-right: 60px solid #fff;
  position: relative;
}

.slider-r:hover {
  opacity: .8;
}

.right-arrow {
  cursor: e-resize;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.icon-l {
  width: 20px;
  height: 20px;
  background-image: url('../images/slider-L.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -10px;
  bottom: 0%;
  left: auto;
  right: 14px;
}

.icon-r {
  width: 20px;
  height: 20px;
  background-image: url('../images/slider-R.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -10px;
  bottom: 0%;
  left: 14px;
  right: auto;
}

.banner {
  height: 487px;
  background-image: url('../images/02about_v07_02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.banner.ourprac {
  background-image: url('../images/03practices_v01_02.jpg');
}

.banner.cnc {
  background-image: url('../images/banner-cnc.jpg');
}

.banner.ldr {
  background-image: url('../images/banner-ldr.jpg');
}

.banner.css {
  background-image: url('../images/banner-css.jpg');
}

.banner.ourpro {
  background-image: url('../images/04professionals_v03_02.jpg');
}

.banner.careers {
  background-image: url('../images/06careers_v02_02.jpg');
}

.banner.contact-us {
  background-image: url('../images/07contact_v03_02.jpg');
}

.banner-heading {
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 55px;
  font-weight: 600;
  line-height: 65px;
}

.dec-bg {
  width: 50%;
  height: 47%;
  max-height: 310px;
  max-width: 960px;
  background-color: #eadec4;
  background-image: url('../images/wave.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70em;
  position: absolute;
  right: 0;
}

.dec-bg.hide {
  display: none;
}

.abt-pic {
  width: 90%;
  height: 204.385%;
  max-height: 576px;
  max-width: 865px;
  background-image: url('../images/02about_v07_05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 66%;
  position: absolute;
  top: 37%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.abtus {
  padding-top: 140px;
  position: relative;
}

.dec-bg-l {
  width: 320px;
  height: 413px;
  background-color: #eadec4;
  background-image: url('../images/wave.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 78em;
  position: absolute;
  top: 0;
  left: 6%;
}

._63w {
  width: 740%;
  max-width: 63%;
}

.abtus-2 {
  margin-top: 10%;
  padding-bottom: 140px;
  position: relative;
}

.banner-circle {
  width: 1218px;
  height: 1218px;
  border: 3px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  position: absolute;
  top: 24%;
  bottom: auto;
  left: -19em;
  right: auto;
}

.banner-text-blk {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.banner-sub-heading {
  color: #fff;
  font-size: 16px;
}

.banner-text {
  width: 34%;
  color: #fff;
}

.ourp-heading {
  margin-top: 0;
  margin-bottom: 7%;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.op-w-bg {
  width: 43%;
  max-width: 714px;
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 5%;
  position: relative;
  box-shadow: 0 1px 10px 2px rgba(0, 0, 0, .1);
}

.cnt-pic {
  width: 48%;
  height: 590px;
  max-width: 918px;
  background-image: url('../images/03practices_v01_05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.cnt-pic2 {
  width: 46%;
  height: 590px;
  max-width: 918px;
  background-image: url('../images/03practices_v01_07.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
}

.section {
  padding-top: 140px;
  position: relative;
	padding-bottom: 81px;
}

.section.op-cc2 {
  padding-bottom: 140px;
}

.paragraph-copy {
  text-align: justify;
  margin-bottom: 0;
  position: relative;
}

._1920-hor-mid-r {
  height: 100%;
  max-width: 1920px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 140px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

._50w {
  width: 50%;
}

.list-item {
  margin-bottom: 20px;
}

.dec-bg-l-copy {
  width: 17%;
  height: 71%;
  max-height: 413px;
  max-width: 320px;
  background-color: #eadec4;
  background-image: url('../images/wave.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 78em;
  position: absolute;
  top: -78px;
  left: 0;
}

._1920 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

._42w {
  width: 42%;
  justify-content: space-between;
  align-items: flex-start;
}

.list {
  padding-left: 20px;
}

.image {
  width: 48%;
  max-width: 918px;
  position: relative;
}

.image-2 {
  width: 46%;
  max-width: 917px;
  display: block;
  position: absolute;
}

.title-heading {
  border-bottom: 1.5px solid #4ebdd7;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
  position: relative;
}

.head-sq {
  width: 26px;
  height: 26px;
  background-color: #eadec4;
  margin-left: -10px;
  position: absolute;
}

.head-sq.hide {
  display: none;
}

.list-2 {
  width: 285px;
  margin-right: 80px;
}

.hor {
  width: 100%;
  padding-bottom: 60px;
  display: flex;
}

.prof-link {
  color: #333;
  white-space: nowrap;
  text-decoration: none;
}

.prof-link:hover {
  color: #4ebdd7;
}

.staff-name {
  font-size: 30px;
  font-weight: 600;
}

.staff-title {
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: 600;
}

._46w {
  width: 46%;
}

.staff-sub-head {
  font-weight: 600;
}

.back {
  cursor: w-resize;
  background-image: url('../images/arrow-back.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 50px;
  line-height: 40px;
  display: inline-block;
}

.back:hover {
  background-image: url('../images/arrow-back-hover.svg');
}

.back-btn {
  color: #333;
  margin-bottom: 60px;
  text-decoration: none;
}

.back-btn:hover {
  color: #8d8d8d;
}

.staff-dec-bg {
  width: 39%;
  height: 40%;
  max-height: 590px;
  max-width: 740px;
  background-color: #eadec4;
  background-image: url('../images/wave.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80em;
  margin-top: 15%;
  position: absolute;
  right: 0;
}

.staff-dec-bg.mb {
  display: none;
}

.staff-img {
  margin-top: -90px;
  margin-left: -120px;
	width: auto;
    height: 100%;
}

.staff-img.mb {
  display: none;
}

.careers-heading {
  text-transform: uppercase;
  border-bottom-width: 1.5px;
  border-bottom-color: #4ebdd7;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
  position: relative;
}

.accordion-content {
  overflow: hidden;
}

.accordion-trigger {
  margin-bottom: 40px;
}

.pos-title {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.faq-question-flex {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: inline-block;
}

.btn-border {
  width: 384px;
  height: 50px;
  background-image: linear-gradient(270deg, #ffd900, #98c97d 23%, #4ebdd7);
  border-bottom-width: 2px;
  border-bottom-color: #000;
  border-right-width: 2px;
  border-right-color: #000;
  display: none;
}

.btn-bg {
  min-width: 173px;
  background-color: #f6f4f1;
  border-bottom: 1px solid #4ebdd7;
  border-right: 1px solid #4ebdd7;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 50px;
  display: flex;
}

.btn-bg:hover {
  background-color: #f6f1eb;
}

.career-sub-head {
  margin-top: 60px;
  font-size: 18px;
  font-weight: 600;
}

.career-sub-head.hide {
  display: none;
}

.g-line {
  width: 45px;
  height: 2px;
  background-image: linear-gradient(to right, #4ebdd7 30%, #ffd900);
  margin-bottom: 40px;
}

.g-line.pp {
  margin-bottom: 20px;
}

.career-head-blk {
  margin-top: 100px;
}

.hor-r {
  justify-content: flex-end;
  display: flex;
}

._45w {
  width: 45%;
  justify-content: space-between;
  align-items: flex-start;
}

.dec-bg-copy {
  width: 40%;
  height: 47%;
  max-height: 310px;
  max-width: 960px;
  background-color: #eadec4;
  background-image: url('../images/wave.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70em;
  margin-top: 8%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.locat-pic {
  width: 100%;
  max-width: 518px;
  position: absolute;
  top: 60px;
  bottom: 0%;
  right: -15%;
}

.pp-head {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 57px;
  font-weight: 600;
  line-height: 60px;
}

.pp-list {
  margin-top: 10px;
  list-style-type: lower-alpha;
}

.pp-list-item {
  padding-left: 10px;
}

.abt-pic2 {
  width: 34%;
  height: 456px;
  max-width: 684px;
  background-image: url('../images/02about_v07_07.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 100px;
  right: auto;
}

.blue-text {
  color: #014b7e;
}

.terms-head-blk {
  display: flex;
}

.terms-numb {
  width: 50px;
  margin-top: 40px;
  font-weight: 600;
  line-height: 36px;
}

.sub-numb {
  width: 40px;
  flex: none;
  display: inline-block;
}

.terms-blk {
  padding-left: 50px;
  display: flex;
}

.terms-sub-head {
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 600;
  line-height: 36px;
}

.terms-list {
  margin-bottom: 40px;
  padding-left: 110px;
  list-style-type: lower-alpha;
}

.terms-list-item {
  padding-left: 20px;
}

.hm-op-arrow {
  width: 47px;
  height: 47px;
  opacity: 0;
  background-image: url('../images/arrow-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 40px;
}

.overflow-hidden {
  overflow: hidden;
}

.careers-sub-head {
  text-transform: uppercase;
  border-bottom-width: 1.5px;
  border-bottom-color: #4ebdd7;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 600;
  line-height: 50px;
  position: relative;
}

.pp-sub-head {
  margin-top: 60px;
  font-weight: 600;
  line-height: 36px;
}

.small-paragraph {
  font-size: 13px;
  line-height: 20px;
}

.car-pp-head {
  margin-top: 20px;
}

.small-list {
  font-size: 13px;
  line-height: 20px;
}

.small-list.letters {
  list-style-type: lower-alpha;
}

html.w-mod-js [data-ix="op"] {
  opacity: 0;
}

html.w-mod-js [data-ix="bottom-to-top"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="r-to-l-600"], html.w-mod-js [data-ix="r-to-l-800"] {
  opacity: .3;
  transform: translate(200px);
}

html.w-mod-js [data-ix="r-to-l-1000"] {
  opacity: .22;
  transform: translate(300px);
}

html.w-mod-js [data-ix="l-to-r-800"] {
  opacity: .3;
  transform: translate(-200px);
}

html.w-mod-js [data-ix="l-to-r-1000"] {
  opacity: .22;
  transform: translate(-300px);
}

@media screen and (max-width: 991px) {
  .overflow-x {
    padding-top: 60px;
  }

  .brand {
    width: 32%;
    height: 100%;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .container {
    height: 60px;
    padding-right: 0;
    display: block;
  }

  .nav-link {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .nav-hor-blk {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .slider {
    height: 550px;
  }

  .lang-text-block {
    text-align: left;
    margin-bottom: 10px;
    display: block;
  }

  .nav-menu {
    width: 100%;
    height: 100vh;
    background-color: #f4f4f4;
    padding: 20px 30px;
  }

  .dropdown {
    margin-bottom: 20px;
    margin-left: 0;
    display: block;
  }

  .dropdown:hover {
    border-bottom-style: none;
  }

  .drop-space {
    display: none;
  }

  .div-block {
    background-color: #f4f4f4;
    padding: 0;
  }

  .slider-heading {
    font-size: 40px;
    line-height: 50px;
  }

  ._1180 {
    padding-top: 10%;
    padding-bottom: 15%;
  }

  ._1180.align-r {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._1180.abt1 {
    padding-top: 60%;
    padding-bottom: 0;
  }

  ._1180.banner-ver {
    padding-top: 0%;
    padding-bottom: 10px;
  }

  ._1180.staff, ._1180.contact, ._1180.contact2 {
    padding-left: 0;
    padding-right: 0;
  }

  ._1180.profess {
    padding-bottom: 10%;
  }

  .heading {
    font-size: 40px;
    line-height: 40px;
  }

  ._32w {
    width: 42%;
  }

  .paragraph {
    margin-bottom: 20px;
  }

  .paragraph.staff-intro {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .paragraph.sub-cont {
    margin-bottom: 60px;
  }

  .hor-mid-even.footer {
    flex-wrap: wrap;
    justify-content: center;
  }

  ._60w {
    width: 56%;
    margin-right: -50px;
  }

  ._47w {
    width: 100%;
  }

  .hm-op-heading {
    font-size: 20px;
    line-height: 24px;
    top: 20px;
    left: 20px;
  }

  .hm-op-text {
    text-align: left;
    line-height: 22px;
  }

  .hm-abtus {
    padding-bottom: 0;
  }

  .hm-staff {
    height: 440px;
  }

  .hm-staff-heading {
    margin-right: 40px;
    font-size: 30px;
    line-height: 40px;
  }

  .hm-staff-btn {
    width: 250px;
    height: 250px;
  }

  .addr-heading {
    background-position: 0 0;
    background-size: auto 23px;
    padding-left: 30px;
    font-size: 20px;
    line-height: 24px;
  }

  .ct-text.mail, .ct-text.mail-small {
    margin-top: 40px;
  }

  .ft-logo {
    width: 300px;
  }

  .hm-careers-pic {
    height: 100%;
  }

  .hm-careers {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .hm-careers-content {
    width: 42%;
    padding-right: 10%;
  }

  .hm-careers-bg {
    width: 60%;
    height: 80%;
  }

  .hm-careers-blk {
    width: 90%;
    height: 500px;
  }

  .slider-l {
    border-top-width: 40px;
    border-bottom-width: 40px;
    border-left-width: 40px;
  }

  .slider-r {
    border-top-width: 40px;
    border-bottom-width: 40px;
    border-right-width: 40px;
  }

  .icon-l {
    right: 10px;
  }

  .icon-r {
    left: 10px;
  }

  .banner {
    height: 350px;
  }

  .banner-heading {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
  }

  .dec-bg {
    width: 85%;
    max-width: 92%;
  }

  .abt-pic {
    height: auto;
    max-height: none;
    padding-bottom: 52%;
    top: 56px;
  }

  .abtus {
    padding-top: 60px;
  }

  .dec-bg-l {
    left: 0%;
  }

  ._63w {
    width: 100%;
    max-width: none;
  }

  .abtus-2 {
    margin-top: 0;
    padding-bottom: 60px;
  }

  .banner-circle {
    width: 580px;
    height: 580px;
    top: 19%;
    left: -10.7em;
  }

  .banner-text {
    line-height: 22px;
  }

  .ourp-heading {
    margin-bottom: 40px;
  }

  .op-w-bg {
    width: 100%;
    max-width: none;
    padding: 60px;
  }

  .cnt-pic {
    width: 100%;
    height: 430px;
    position: relative;
  }

  .section {
    padding-top: 60px;
  }

  .section.op-cc2 {
    padding-bottom: 0;
  }

  ._1920-hor-mid-r {
    flex-direction: column-reverse;
    align-items: center;
    padding: 60px 50px;
  }

  ._50w {
    width: 100%;
  }

  .dec-bg-l-copy {
    width: 131px;
    height: 71px;
    position: static;
    top: 0;
  }

  ._1920 {
    padding-left: 50px;
    padding-right: 50px;
  }

  ._42w, .image {
    width: 100%;
  }

  .image-2 {
    width: 100%;
    position: static;
  }

  .list-2 {
    width: 24.9%;
    margin-right: 0;
  }

  ._46w {
    width: 55%;
  }

  .staff-dec-bg {
    width: 36%;
    height: 33%;
  }

  .staff-dec-bg.mb {
    display: none;
  }

  .staff-img {
    margin-top: -30px;
    margin-left: -40px;
  }

  .staff-img.mb {
    display: none;
  }

  .careers-heading {
    margin-top: 60px;
  }

  .dec-bg-copy {
    max-height: 275px;
    max-width: 92%;
  }

  .locat-pic {
    top: 40px;
  }

  .abt-pic2 {
    width: 100%;
    height: 427px;
    position: static;
  }

  .careers-sub-head {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    width: 45%;
    padding-left: 0;
  }

  .body {
    line-height: 30px;
  }

  .slider {
    height: 300px;
  }

  .slider-heading {
    font-size: 28px;
    line-height: 35px;
    left: 10%;
  }

  ._1180 {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._1180.align-r {
    padding-left: 0;
    padding-right: 0;
  }

  ._1180.abt1 {
    padding: 12% 0 5%;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  ._32w {
    width: 45%;
  }

  .paragraph {
    margin-bottom: 20px;
  }

  .paragraph.staff-intro {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph.sub-cont {
    text-align: left;
    margin-bottom: 40px;
  }

  .hor-mid-even.footer {
    flex-direction: column;
    justify-content: space-around;
  }

  ._47w {
    width: 100%;
    margin-bottom: 20px;
  }

  .hm-op-pic {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hm-staff {
    height: auto;
  }

  .hm-staff-heading {
    font-size: 22px;
    line-height: 30px;
  }

  .hm-staff-btn {
    width: 180px;
    height: 180px;
    font-size: 16px;
  }

  .text-block {
    width: 100%;
    padding-bottom: 15px;
  }

  .ct-text {
    margin-bottom: 15px;
    line-height: 18px;
  }

  .ct-text.email, .ct-text.mail, .ct-text.mail-small {
    margin-top: 30px;
  }

  .ft-logo {
    width: 280px;
    margin-bottom: 40px;
  }

  .ft-copyright {
    line-height: 20px;
  }

  .hor-mid-cter {
    flex-direction: column;
  }

  .to-top-btn {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .hm-careers-pic {
    background-position: 60%;
  }

  .hm-careers {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hm-careers-content {
    width: 50%;
    padding-left: 20px;
    padding-right: 0%;
  }

  .hm-careers-bg {
    width: 70%;
    height: 70%;
    display: none;
  }

  .hm-careers-blk {
    width: 100%;
    height: 400px;
  }

  .banner {
    height: 330px;
  }

  .banner.careers {
    background-position: 55%;
  }

  .banner-heading {
    font-size: 28px;
    line-height: 35px;
    left: 10%;
  }

  .dec-bg {
    width: 100%;
    height: 300px;
    max-width: none;
    position: relative;
  }

  .abt-pic {
    width: 100%;
    top: 0;
  }

  .abtus-2 {
    padding-bottom: 40px;
  }

  .banner-circle {
    width: 530px;
    height: 530px;
    left: -9.8em;
  }

  .banner-text {
    width: 55%;
  }

  .ourp-heading {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .op-w-bg {
    width: 100%;
  }

  .cnt-pic {
    height: 400px;
  }

  .paragraph-copy {
    text-align: left;
  }

  ._1920-hor-mid-r {
    padding: 60px 40px 0;
  }

  ._1920 {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._42w {
    width: 100%;
    margin-bottom: 20px;
  }

  .title-heading {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .head-sq {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .list-2 {
    width: 48%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .hor {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px;
  }

  .staff-name {
    font-size: 25px;
  }

  .staff-title {
    margin-bottom: 40px;
  }

  ._46w {
    width: 100%;
  }

  .staff-dec-bg {
    width: 90%;
    height: 300px;
    max-width: none;
    margin-bottom: 60px;
    display: none;
    position: relative;
    right: -20%;
  }

  .staff-dec-bg.mb {
    width: 295px;
    height: 350px;
    margin-top: 7%;
    margin-bottom: 40px;
    margin-left: 30px;
    display: block;
    right: auto;
  }

  .staff-img {
 
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .staff-img.mb {
    margin-bottom: 0;
    display: block;
    position: absolute;
    top: auto;
    bottom: 4%;
    left: -30px;
    right: auto;
  }

  .careers-heading {
    margin-top: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .career-sub-head {
    line-height: 30px;
  }

  .g-line {
    margin-bottom: 20px;
  }

  .career-head-blk {
    margin-top: 80px;
    padding-top: 10px;
    position: relative;
  }

  .title-head-blk {
    position: relative;
  }

  ._45w {
    width: 100%;
    margin-bottom: 20px;
  }

  .dec-bg-copy {
    width: 90%;
    height: 300px;
    max-width: none;
    margin-top: 10%;
    margin-bottom: 20px;
    margin-left: -40px;
    position: relative;
  }

  .locat-pic {
    top: 20px;
    left: 40px;
    right: auto;
  }

  .pp-head {
    margin-bottom: 40px;
    font-size: 38px;
    line-height: 40px;
  }

  .abt-pic2 {
    height: 350px;
  }

  .terms-numb, .terms-sub-head {
    font-size: 22px;
    line-height: 30px;
  }

  .careers-sub-head {
    font-size: 25px;
    line-height: 30px;
  }

  .pp-sub-head {
    font-size: 22px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 60%;
  }

  .body {
    line-height: 26px;
  }

  .slider {
    height: 400px;
  }

  .slider-heading {
    width: 75%;
  }

  ._1180 {
    padding: 15% 30px 25%;
  }

  ._1180.contact2 {
    padding-bottom: 25%;
  }

  ._1180.profess {
    padding-bottom: 15%;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  ._32w {
    width: 100%;
  }

  .paragraph {
    text-align: left;
    margin-bottom: 20px;
  }

  .paragraph.abt {
    text-align: justify;
  }

  .hor-mid-even {
    flex-direction: column;
  }

  ._60w {
    width: 80%;
    margin-right: -110px;
  }

  ._47w {
    width: 100%;
  }

  .hm-op-heading {
    line-height: 22px;
  }

  .hm-op-text {
    line-height: 20px;
  }

  .hm-abtus {
    padding-bottom: 40px;
  }

  .hm-staff {
    height: auto;
  }

  .hm-staff-heading {
    text-align: center;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .hm-staff-btn {
    width: 150px;
    height: 150px;
  }

  .ft-logo {
    width: 230px;
  }

  .hm-careers-pic {
    background-position: 65%;
  }

  .hm-careers-content {
    width: 55%;
    padding-left: 25px;
    padding-right: 30px;
  }

  .hm-careers-blk {
    height: 380px;
  }

  .slider-l {
    border-top-width: 30px;
    border-bottom-width: 30px;
    border-left-width: 30px;
  }

  .slider-r {
    border-top-width: 30px;
    border-bottom-width: 30px;
    border-right-width: 30px;
  }

  .icon-l {
    width: 15px;
    height: 15px;
    top: -8px;
    right: 5px;
  }

  .icon-r {
    width: 15px;
    height: 15px;
    top: -8px;
    left: 5px;
  }

  .banner {
    background-position: 42%;
  }

  .banner.ourprac {
    background-position: 50%;
  }

  .banner.cnc {
    background-position: 55%;
  }

  .banner.css, .banner.ourpro {
    background-position: 50%;
  }

  .banner.careers {
    background-position: 60%;
  }

  .banner.contact-us {
    background-position: 50%;
  }

  .banner-heading {
    width: 75%;
  }

  .dec-bg {
    width: 100%;
    margin-left: 0;
  }

  .abt-pic {
    width: 100%;
    padding-bottom: 66%;
    top: 0;
  }

  .abtus-2 {
    padding-bottom: 40px;
  }

  .banner-circle {
    width: 480px;
    height: 480px;
    top: 16%;
    left: -11.1em;
  }

  .banner-text {
    width: 90%;
  }

  .ourp-heading {
    font-size: 23px;
  }

  .op-w-bg {
    width: 100%;
    padding: 40px;
  }

  .cnt-pic {
    height: 300px;
  }

  .paragraph-copy {
    margin-bottom: 0;
  }

  ._1920-hor-mid-r {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  ._1920 {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._42w {
    width: 100%;
  }

  .title-heading {
    line-height: 40px;
  }

  .list-2 {
    width: 100%;
    margin-bottom: 0;
  }

  ._46w {
    width: 100%;
  }

  .staff-dec-bg {
    width: 100%;
    margin-left: 0;
  }

  .staff-dec-bg.mb {
    margin-top: 10%;
  }

  .btn-border {
    width: 321px;
  }

  ._45w {
    width: 100%;
  }

  .dec-bg-copy {
    width: 100%;
    height: 200px;
    margin-bottom: 8%;
    margin-left: -30px;
  }

  .locat-pic {
    left: 30px;
  }
}
