body {
  overflow-x: hidden;
}

.dimond_with_modal_section {
  position: relative;
  height: 1500px;
}

.dimond_row {
  transform: rotate(-45deg);
}

.dimond_wrapper {
  padding-top: 5%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.justify-center {
  justify-content: center;
}

.box-small {
  height: 234px;
  width: 234px;
  border: 10px solid #fff;
  border-radius: 40px;
  overflow: hidden;
  /* margin: 10px; */
  background-color: #4cb4e6;
}

.box-small .testimonial h2 {
  font-size: 18px;
  font-family: "Roboto";
  color: #fff;
  text-transform: capitalize;
}
.box-small .testimonial h5 {
  font-size: 13px !important;
  font-family: "Roboto" !important;
  color: #fff !important;
  padding-bottom: 5px;
  text-transform: capitalize;
}

.dimond_row .box-small img {
  height: 234px;
  width: 234px;
}

.box-big {
  width: 470px;
  height: 470px;
  /* border: 20px solid #fff; */
  border-radius: 60px;
  overflow: hidden;
  margin: 20px;
  background-color: #4cb4e6;
  flex-shrink: 0;
}

.dimond_row .box-big img {
  width: 470px;
  height: 470px;
}

.box-big .testimonial h4,
.box-big .testimonial h3 ,
.box-big .testimonial h2 {
  font-size: 22px;
  font-weight: 400 !important;
  font-family: "Roboto";
  color: #fff;
}

.box-big .testimonial h4 {
  text-transform: capitalize;
}

.box-big .testimonial h3 {
  text-transform: uppercase;
}

.box-big .testimonial h5 {
  font-size: 15px !important;
  font-family: "Roboto" !important;
  color: #fff !important;
  padding-bottom: 35px;
  text-transform: capitalize;
}

.box-big .testimonial {
  max-width: 300px;
  margin: 0 auto;
}

.box-big .testimonial p {
  font-size: 20px;
  font-family: "Open Sans";
  color: #fff;
  font-style: italic !important;
}

.box-small .testimonial p {
  font-size: 18px;
  font-family: "Open Sans";
  color: #fff;
  font-style: italic !important;
}

.dimond_row img {
  object-fit: cover;
  object-position: top;
  height: auto;
  transform: rotate(45deg) scale(1.4);
}
.dimond_row .box-big .testimonial {
  /* background-image: url("../images/".png"); */
  background-size: 15%;
  background-position: top center;
  background-repeat: no-repeat;
}

.dimond_row .box-small .testimonial {
  /* background-image: url("../images/"_copy.png"); */
  background-size: 12%;
  background-position: top center;
  background-repeat: no-repeat;
}

.dimond_row .testimonial {
  transform: rotate(45deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}
@media (max-width: 1599px) {
  .dimond_row .testimonial {
    display: none;
  }
}
.flex-box {
  display: flex;
}
.flex-column {
  flex-direction: column;
}

.hidden-diamond {
  opacity: 0;
  visibility: hidden;
}

.align-center {
  align-items: center;
}

.col_3 {
  position: relative;
  top: -150px;
}

.modal_section {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  align-items: center;
  right: 0;
}

.modal_wrapper {
  padding: 60px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 570px;
  margin: auto 0 auto 0 !important;
}

.modal_heading {
  color: #2e3e52;
  text-align: center;
  font-size: 35px;
  font-weight: 500 !important;
  margin: 0;
  padding-bottom: 10px;
}

.modal_content p {
  font-size: 17px;
  margin: 0;
}

.full-width-image {
  background-image: url("../2.html");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 200px;
}

@media (max-width: 768px) {
  .dimond_with_modal_section {
    overflow: hidden;
  }
  .dimond_wrapper .dimond_row {
    justify-content: center;
  }
}

.dimond_row.row_resize {
  justify-content: center;
}

.modal_section .container,
.news-header .container,
.au_full-width-image .container {
  padding: 0 15px !important;
}

/* au_full-width-image */

.au_full-width-image {
  min-height: 495px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 120px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.au_full-width-image .eso-heading {
  font-size: 35px;
  line-height: 1.2em;
  color: #fff;
  font-family: "Gotham", sans-serif;
  padding-bottom: 38px;
  padding-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.au_full-width-image.eso-dark-text .eso-heading {
  color: #0d394e;
}

.au_full-width-image .content-container {
  height: auto;
  margin-top: 0 !important;
}

.au_full-width-image .eso-section_desc {
  font-size: 20px;
  line-height: 34px;
  color: #ffffff !important;
  text-align: center;
}

.au_full-width-image.eso-dark-text .eso-section_desc {
  color: #444444 !important;
}

.eso-no-cta .eso-section_desc {
  padding-bottom: 0px;
}

.bkg-eso-white {
  background-color: #fff;
}
.bkg-eso-grey {
  background-color: #f5f6f8;
}
.bkg-eso-dark-blue {
  background-color: #0d394e;
}
.eso-dark-text {
  color: #444444;
}
.au_full-width-image .cta_button,
.news-header .cta_button {
  background-color: #4cb4e6;
  border-radius: 25px;
  color: #0d394e;
  max-width: 300px;
  transition: all 0.8s ease;
  font-size: 22px;
  font-family: "Gotham", sans-serif;
  line-height: normal;
  padding-top: 12px !important;
}

.news-header .cta_button {
  background-color: #0d394e;
  color: #fff;
  margin: 42px auto 0;
  display: inherit;
}

.news-header {
  padding-bottom: 70px;
}

.au_full-width-image .cta_button:hover,
.news-header .cta_button:hover {
  text-decoration: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}

.team_slider_section {
  padding-top: 120px;
}

.team_slider_section h2,
.new_section_heading {
  font-size: 35px;
  line-height: 40px;
  color: #0d394e;
  padding-bottom: 57px;
  text-align: center;
  font-family: "Gotham", sans-serif;
  font-weight: 600 !important;
}

.team_list {
  padding-bottom: 79px;
  margin: 0 auto 91px;
  position: relative;
}

.team_list::after {
  position: absolute;
  bottom: 0;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 200px);
  height: 1px;
  background-color: #aeaeae;
}

.team_list:last-child {
  margin-bottom: 40px;
}

.team_list:last-child::after {
  display: none;
}

.member_item {
  text-align: center;
}

.member_item:focus {
  /* outline: 0 !important; */
}

.member_item img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
  margin: 0 auto 22px;
}

.member_item span {
  font-size: 24px;
  color: #0d394e;
  line-height: 24px;
  padding-bottom: 5px;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
}
.member_item p,
.new_section_sub_heading {
  color: #444444;
  font-size: 17px;
  font-family: "Gotham", sans-serif;
  text-align: center;
}

.team_list .splide__arrow {
  border-radius: 0;
  background: transparent;
}

.team_list .splide__arrow svg {
  display: none;
}

.team_list .splide__arrow--prev,
.team_list .splide__arrow--next {
  background-repeat: no-repeat;
  background-size: 112px;
  z-index: 999999;
  background-position: center;
  top: 80px;
  width: 40px;
  height: 40px;
}

.team_list .splide__arrow--prev {
  border-left: 1px solid #aeaeae !important;
  border-bottom: 1px solid #aeaeae !important;
  transform: rotate(45deg);
  left: -25px;
}

.team_list .splide__arrow--next {
  border-right: 1px solid #aeaeae !important;
  border-bottom: 1px solid #aeaeae !important;
  right: -25px;
  transform: rotate(-45deg);
}

@media (max-width: 1199px) {
  .team_list .splide__arrow--prev {
    left: 0;
  }
  .team_list .splide__arrow--next {
    right: 0;
  }
}

@media (max-width: 576px) {
  .team_list .splide__arrow--prev {
    left: 20px;
  }
  .team_list .splide__arrow--next {
    right: 20px;
  }
}

.news-header .new_section_heading,
.news-header .new_section_sub_heading {
  padding-bottom: 15px;
  margin: 0;
}

.news-header {
  position: relative;
}

.news-header::before {
  content: "";
  position: absolute;
  top: -100px;
  right: 0;
  background-image: url("../svg/news_bg.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 20%;
  width: 100%;
  height: 100%;
}

.news-header .row {
  justify-content: space-between;
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(311px, 1fr));
  grid-gap: 30px;
}

.news-header .flex_column {
  border: 1px solid rgba(128, 128, 128, 0.3);
  background-color: #ffffff;
  padding: 0 15px;
  padding: 25px 15px;
}

@media (min-width: 768px) {
  .news-header .flex_column {
    max-width: inherit;
    padding: 25px 30px;
  }
}

.news-header .flex_column:nth-child(5) {
  margin-right: 0;
}

.news-header .row {
  margin: 0 auto;
}

.news-header .story-text .news-type a,
.news-header .story-text a.news-readmore {
  font-size: 23px;
  line-height: 27px;
  color: #1abc9c;
  font-family: "Gotham", sans-serif;
  padding-bottom: 20px;
  display: block;
}

.news-header .story-text a.news-readmore {
  display:none !important;
}

.news-header .story-text a.news-readmore:hover {
  text-decoration: underline;
}

.news-header .news-date {
  display: none;
}

.news-header .story-text h3 {
  color: #636363;
  font-size: 21px;
  line-height: 31px;
  padding-bottom: 15px;
  min-height: 204px;
}
.news-header .story-text a:hover {
  text-decoration: none;
}

/* careers page css start */
.point_style img {
  cursor: pointer;
  width: 20px !important;
}

.dimond_with_modal_section {
  overflow: visible;
}

.dimond_wrapper {
  padding-top: 0;
}

.hide_item {
  opacity: 0;
  visibility: hidden;
}

.flex-box-wrap {
  flex-wrap: wrap;
}

.full_width_row {
  width: 100%;
}

.reduce_left_margin {
  left: -65px;
  position: relative;
}
.shift_down {
  position: relative;
  top: 135px;
}

.left_sdie_gallery {
  left: 0;
  overflow: visible;
  transform: translateZ(0) !important;
  height: 1230px !important;
}

.left_sdie_gallery .box-big {
  margin: 10px !important;
}

.left_sdie_gallery .dimond_row {
  width: 1281px;
  transform: rotate(-45deg) translateZ(0) !important;
  margin-top: -296px;
  /*overflow: hidden;*/
}

.left_sdie_gallery .dimond_wrapper {
  /* margin-top: -470px;*/
  transform: translateZ(0) !important;
}

.left_sdie_gallery .modal_section {
  left: auto;
  right: 100px;
  align-items: flex-start;
  padding-top: 8%;
}

@media (max-width: 992px) {
  .left_sdie_gallery .modal_section {
    right: 0;
  }
}

.values_slider_section h2 {
  line-height: 40px;
  margin-bottom: 0;
  padding-bottom: 14px;
}

.values_slider_section {
  padding-top: 50px;
}

.values_slider_container .splide__list {
  padding-top: 57px;
}

.open_positions_section {
  padding-top: 0;
  padding-bottom: 130px;
  z-index: 99;
}

.open_positions_section h2 {
  color: #2e3e52;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  padding-bottom: 14px;
  font-weight: 500 !important;
  font-family: Gotham, sans-serif;
}

.open_positions_section p {
  color: #444;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}

.open_positions_section .jobs-teams .btn.active,
.open_positions_section .job .btn {
  background-color: #0d394e !important;
}
.open_positions_section .jobs-teams .btn.active::before {
  border-top-color: #0d394e;
}
.open_positions_section p.tags {
  text-align: left;
}

.news-header.has_grey_bg {
  padding-top: 150px;
}

.news-header.has_grey_bg:before {
  display: none;
}

.news-header.has_grey_bg,
.page-template-template-careers-page footer {
  background-color: #f5f6f8;
}

.dimond_with_modal_section.left_sdie_gallery .dimond_row.row_resize {
  position: relative !important;
}

/* Media Query for gallery */
.dimond_with_modal_section.left_sdie_gallery {
  z-index: 9;
}

/* open_positions_section */

.open_positions_section .job {
  width: 100%;
  padding: 36px 39px 36px 26px;
  margin-bottom: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
}

.open_positions_section .job > div {
  display: none;
}

.open_positions_section .job .tags span:last-child {
  display: none;
}

.open_positions_section .job .tags {
  display: flex;
  justify-content: space-between;
}

.open_positions_section .job .tags span {
  font-size: 15px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-family: Gotham, sans-serif;
  color: #414141;
}

.open_positions_section .job .tags span:after {
  content: "";
}

.open_positions_section .job-title {
  width: 400px;
  padding-right: 50px;
  font-weight: 600;
}

.open_positions_section .tags {
  flex: 2;
}

.open_positions_section .job .tags span:nth-child(2) {
  text-align: right;
}
@media (max-width: 800px) {
  .open_positions_section .job {
    flex-direction: column;
  }
  .open_positions_section .job-title {
    width: 100%;
    margin-bottom: 20px;
  }
  .open_positions_section .job .tags {
    width: 100%;
    flex: 1;
  }
}

@media (max-width: 576px) {
  .open_positions_section .job .tags {
    flex-direction: column;
    align-items: flex-start;
  }

  .open_positions_section .job .tags span {
    padding-bottom: 20px;
  }

  .open_positions_section .job .tags span:nth-child(2) {
    padding-bottom: 0;
  }
}

.left_sdie_gallery .modal_section .modal_heading {
  padding-bottom: 20px;
}

.news-type {
  padding-top: 10px;
  display: inline-block;
}

.news-readmore {
  padding-bottom: 0 !important;
}

.news-header {
  padding-bottom: 0;
}

.team_list:last-child {
  margin-top: 0;
}

.news-header .flex_column {
  padding: 25px 30px 12px;
}

.office_location {
  top: -40px;
}

.drag_element {
  /* min-width: 100%;
    min-height: 100%; */
}

.point_style {
  height: 54px;
  width: 40px;
}

.drag_element.tips {
    z-index: 1;
}
.drag_element.tips.grow_pin {
    z-index: 0;
}

/* .pin_map + .office_location{
    display: none;
  } */

.marker_info {
  position: relative;
  width: 350px;
  height: 100%;
  z-index: 99999999;
  top: 0;
  display: none;
}

.pin_map .marker_info .details img:first-child {
  height: 175px;
}

.pin_map .marker_info .eso_office_title {
  width: 115px;
}

.eso_office_image img {
  width: 100% !important;
}

.office_info_section .office_info > div:not(.eso_office_title):last-child {
  padding-bottom: 0;
}

.pin_map .marker_info .details img:nth-child(2) {
  width: 141px;
  height: 125px;
}

.jobs-teams .btn:focus {
  text-decoration: none;
}

.open_positions_section .jobs-teams {
  margin-bottom: 28px;
}

.values_slider_container .splide__list {
  padding-bottom: 35px;
}

@media (min-width: 1200px) {
  .news-header.has_grey_bg {
    padding-bottom: 88px;
  }
}

.open_positions_section .job {
  padding: 25px 39px 25px 26px;
}

.office_location {
  right: 120px !important;
  left: auto;
  top: 0 !important;
  bottom: auto;
  z-index: 999;
}

.tips.active_pin .office_location {
  display: block;
}

@media (max-width: 768px) {
  .left_sdie_gallery .modal_section {
    left: 0;
  }
  .left_sdie_gallery .modal_section.medium_width .modal_wrapper {
    margin: 0 auto;
  }
  .news-header .flex_column {
    padding: 25px 10px 12px;
  }

  .news-header .flex_column {
    max-width: calc(33% - 5px);
  }
  .marker_info_section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-header.has_grey_bg {
    padding-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 769px) {
  .dimond_with_modal_section:not(.left_sdie_gallery) {
    height: 100% !important;
  }
  .dimond_with_modal_section:not(.left_sdie_gallery) .dimond_wrapper {
    position: relative;
    z-index: 1;
  }
  .dimond_with_modal_section:not(.left_sdie_gallery) .modal_section {
    position: relative;
  }
  .dimond_row.row_resize {
    position: relative;
  }
  .dimond_with_modal_section:not(.left_sdie_gallery) .box-big {
    width: 240px;
    height: 240px;
    border-radius: 20px;
    margin: 10px;
  }

  .dimond_with_modal_section:not(.left_sdie_gallery) .box-small {
    height: 114px;
    width: 114px;
    border-radius: 20px;
    margin: 5px;
  }

  .dimond_with_modal_section:not(.left_sdie_gallery)
    .dimond_row
    .box-small
    img {
    height: 114px;
    width: 114px;
  }

  .dimond_with_modal_section:not(.left_sdie_gallery) .dimond_row .box-big img {
    width: 240px;
    height: 240px;
  }
  .testimonial p {
    font-size: 13px !important;
  }
  .box-big .testimonial h4,
  .box-big .testimonial h3 ,
  .box-big .testimonial h2 {
    font-size: 13px;
    font-weight: bold;
  }
  .box-big .testimonial h5 {
    padding-bottom: 0px;
    font-size: 12px !important;
  }
  .box-big .testimonial h3 {
    padding-bottom: 5px;
  }
  .dimond_row .box-big .testimonial {
    background-size: 10%;
  }
  .box-small .testimonial p {
    display: none;
  }
  .au_full-width-image {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .modal_wrapper {
    margin: 0 auto 50px;
    text-align: center;
    padding: 60px 15px;
  }
}

@media (max-width: 1200px) {
  .news-header .flex_column {
    max-width: 100%;
  }

  .open_positions_section .job-title {
    padding: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .values_slider_section {
    padding: 50px 15px;
  }

  .open_positions_section .job .tags span {
    font-size: 16px;
    line-height: 16px;
    text-align: left !important;
  }

  .open_positions_section .job {
    padding: 25px 15px 5px 15px;
  }
  .left_sdie_gallery .modal_section {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
  }

  .left_sdie_gallery .modal_section.medium_width .modal_wrapper {
    padding: 25px 15px;
    max-width: 100%;
  }
  .dimond_with_modal_section.left_sdie_gallery {
    padding: 0 15px;
  }

  .dimond_with_modal_section.left_sdie_gallery .modal_section .container {
    padding: 0 !important;
  }
  .modal_section.medium_width .icon_items {
    width: 48%;
  }

  .icon_items h3 {
    font-size: 14px;
    line-height: 18px;
  }

  .left_sdie_gallery .dimond_wrapper {
    position: relative;
    left: 0px;
    top: -100px;
  }

  .box-big {
    width: 240px;
    height: 240px;
    border-radius: 20px;
    margin: 10px;
  }

  .box-small {
    height: 114px;
    width: 114px;
    border-radius: 20px;
    margin: 5px;
  }

  .dimond_row .box-small img {
    height: 114px;
    width: 114px;
  }

  .dimond_row .box-big img {
    width: 240px;
    height: 240px;
  }
  .left_sdie_gallery {
    height: 100% !important;
  }
  .box-big .testimonial p {
    font-size: 13px;
  }

  .dimond_with_modal_section:not(.left_sdie_gallery)
    .dimond_wrapper
    .dimond_row {
    left: 198px !important;
    position: relative !important;
  }
}

.modal_section.medium_width .modal_wrapper {
  max-width: 750px;
  padding: 35px 50px 20px;
}

.left_sdie_gallery .modal_section {
  padding-top: 40px;
}

@media (min-width: 992px) {
  .left_sdie_gallery .modal_section {
    padding-top: 50px;
    left: 0;
  }
}

@media (min-width: 1200px) {
  .left_sdie_gallery .modal_section {
    padding-top: 250px;
    left: auto;
  }
  .dimond_with_modal_section:not(.left_sdie_gallery) .modal_section {
    padding-bottom: 400px;
  }
}
.eso-form_conatiner {
  padding: 60px 15px 30px !important;
}

.lg_first_row > .lg_col_one-third:nth-child(1) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.lg_first_row > .lg_col_one-third:nth-child(1) .box-big {
  margin-right: 10px;
}

/* ============-------------------------------------=============== */

.drag_element.tips.grow_pin img {
  transform: scale(1.2);
}

.news-header .flex_column {
  transition: all .8s ease;
}

.news-header .flex_column:hover {
  box-shadow: 0 3px 6px rgba(0,0,0,.2);
}
.page-template-template-about-page .eso-product_banner {
  z-index: 2;
}