.inner_head_section {
  width: 100%;
  height: 100% !important;
  max-height: 500px;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
}

.inner_head_section .container {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 95%;
}

.inner_head_section .container .page_banner_content {
  width: 100%;
  max-width: 38%;
  float: right;
}

.inner_head_section .container .page_banner_content h1 {
  font-family: "Sigma";
  font-size: 3.2rem;
  color: #fff;
  line-height: 1.3;
  transform: scale(160%, 1) !important;
  -webkit-transform: scale(160%, 1);
  -moz-transform: scale(160%, 1);
  -ms-transform: scale(160%, 1);
  -o-transform: scale(160%, 1);
  margin-left: 8vw;
  margin-top: 6vh;
}
.inner_head_section .container .page_banner_content h1 span {
  color: #00a0e3;
  position: relative;
}

.inner_head_section .container .page_banner_content h1 span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 3px;
  background-color: #00a0e3;
}

.section_01 {
  background: #fff url("../images/about_bg_01.png");
  background-position: left center;
  background-size: contain;
}
.main_wrapper {
  background-color: #fff;
}
.main_wrapper .container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.main_wrapper .container .section_row {
  display: flex;
  flex-direction: row;
  column-gap: 40px;
}

.main_wrapper .container .section_row .section_left {
  flex: 35%;
  max-width: 35%;
}
.main_wrapper .container .section_row .section_left h3 {
  font-family: "Gadugi Bold";
  font-size: 2.3rem;
  color: #000;
  line-height: 1.3;
  text-align: right;
  max-width: 75%;
  float: right;
}
.main_wrapper .container .section_row .section_left h3 span {
  color: #00a0e3;
}

.mt-1 {
  margin-top: 10px;
}
.mt-2 {
  margin-top: 20px;
}
.mt-3 {
  margin-top: 30px;
}
.mt-4 {
  margin-top: 40px;
}
.mt-5 {
  margin-top: 50px;
}

.main_wrapper .container .section_row .section_left img.img_block {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main_wrapper .container .section_row .section_right {
  flex: 65%;
  max-width: 65%;
  margin: 50px 0;
}

.section_right .section_content {
  display: block;
  position: relative;
  max-width: 80%;
}

.section_right .section_content h2 {
  font-size: 3rem;
  font-family: "Gadugi Bold";
  line-height: 1.2;
  margin-bottom: 20px;
}

.section_right .section_content ul {
  font-family: "Gadugi";
  max-width: 70%;
  margin: 0;
  list-style: none;
  font-size: 2rem;
}
.section_right .section_content ul li {
  display: block;
  padding: 15px 15px 15px 70px;
  line-height: 1.3;
  position: relative;
}

.section_right .section_content ul li::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 65px;
  left: 0;
  background: #fff url("../images/icons/bird_icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.main_wrapper .container .section_row .section_right p {
  font-family: "Gadugi";
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 1.3;
}
.main_wrapper .container .section_row .section_right p:last-child {
  margin-bottom: 0;
}
.main_wrapper .container .section_row .section_right .blocktext {
  margin: 80px 0;
  padding: 40px 0;
  border-top: 0.01rem solid #000;
  border-bottom: 0.01rem solid #000;
}
.main_wrapper .container .section_row .section_right .blocktext p {
  margin-bottom: 0;
  font-family: "Bauer Bodoni Std Italic";
  font-size: 2rem;
  max-width: 85%;
  margin: 0 auto;
  text-align: center;
}

.bg-black {
  background: #000;
}
.contact_section {
  height: 100vh !important;
  min-height: 100vh !important;
}
.contact_section .container {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.contact_section_row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 98%;
  height: 100%;
  margin: 0 auto;
}
.contact_section_row .contact_section_left {
  width: 65%;
}
.contact_section_row .contact_section_left .cont_head {
  /* background-color: #000;
    padding: 0 0 0 3vw;
    max-width: 80%; */
  background-color: #000;
  padding: 0 3vw 0 3vw;
  max-width: max-content;
}
.contact_section_row .contact_section_left .cont_head h1 {
  padding: 26px 0;
  font-family: "Bauer Bodoni Std Bold Italic";
  font-size: 3.5rem;
  line-height: 1.25;
  color: #fff;
}
.contact_section_row .contact_section_left .cont_head h1 span {
  color: #00a0e3;
}

/*  */
.contact_section_row .contact_section_left .cont_body {
  padding: 3vw 0 3vw 3vw;
  max-width: 80%;
}
.contact_section_row .contact_section_left .cont_body h2 {
  font-family: "Bauer Bodoni Std Bold Italic";
  font-size: 3.5rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
}

.contact_section_row .contact_section_left .cont_body .cont_info a {
  color: #fff;
  font-family: "Bauer Bodoni Std Italic";
  display: block;
  font-size: 2.6rem;
  line-height: 1.2;
}

.contact_section_row .contact_section_left .gmap iframe {
  height: 300px;
}

.contact_section_row .contact_section_right {
  width: 35%;
  background-color: #000;
  padding: 1.5vw 2vw;
  font-family: "Bauer Bodoni Std Italic";
}

.contact_section_row .contact_section_right h1 {
  font-family: "Bauer Bodoni Std Bold Italic";
  font-size: 3.5rem;
  text-transform: uppercase;
  line-height: 1.2;
  color: #00a0e3;
  margin-bottom: 22px;
}
.contact_section_row .contact_section_right form .form_group {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.contact_section_row .contact_section_right form .form_group label {
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 0;
}
.contact_section_row .contact_section_right form .form_group input {
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 2px solid #fff;
  font-size: 1.8rem;
  padding: 10px 0;
  color: #00a0e3;
  font-family: "Bauer Bodoni Std Italic";
  transition: all 0.2s ease-in;
}

.contact_section_row .contact_section_right form .form_group textarea {
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 2px solid #fff;
  font-size: 1.6rem;
  padding: 10px 0;
  color: #00a0e3;
  font-family: "Bauer Bodoni Std Italic";
  transition: all 0.2s ease-in;
}
.contact_section_row .contact_section_right form .form_group input:focus,
.contact_section_row .contact_section_right form .form_group textarea:focus {
  border-bottom: 2px solid #00a0e3;
}

.contact_section_row
  .contact_section_right
  form
  .form_group
  input::-webkit-input-placeholder {
  /* Edge */
  color: #4d4d5b;
  font-family: "Bauer Bodoni Std Italic";
}

.contact_section_row
  .contact_section_right
  form
  .form_group
  input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4d4d5b;
  font-family: "Bauer Bodoni Std Italic";
}

.contact_section_row
  .contact_section_right
  form
  .form_group
  input::placeholder {
  color: #4d4d5b;
  font-family: "Bauer Bodoni Std Italic";
}

.contact_section_row .contact_section_right form .form_group.form_group_inline {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 15px;
}
.contact_section_row
  .contact_section_right
  form
  .form_group.form_group_inline
  input {
  flex: 1;
}
.contact_section_row .contact_section_right form .form_submit {
  float: right;
}
.contact_section_row .contact_section_right form .form_submit button {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Bauer Bodoni Std Bold Italic";
  font-size: 1.6rem;
  text-transform: uppercase;
  row-gap: 10px;
  color: #fff;
  transition: all 0.2s ease-in;
}

.contact_section_row .contact_section_right form .form_submit button .st0 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.536;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  transition: all 0.2s ease-in;
}

.contact_section_row .contact_section_right form .form_submit button:hover {
  color: #00a0e3;
}
.contact_section_row
  .contact_section_right
  form
  .form_submit
  button:hover
  .st0 {
  stroke: #00a0e3;
}

@media (min-width: 1921px) {
}

@media (max-width: 1680px) {
}

@media (max-width: 1366px) {
    .menu__item{
        right:10px;
    }
  .inner_head_section .container .page_banner_content h1 {
    margin-left: 0;
  }
  .main_wrapper .container .section_row .section_left {
    flex: 40%;
    max-width: 40%;
  }
  .main_wrapper .container .section_row .section_right {
    flex: 60%;
    max-width: 60%;
  }
  .section_right .section_content {
    max-width: 100%;
    padding-right: 20px;
  }
  .main_wrapper .container .section_row .section_left h3 {
    max-width: 90%;
  }
  .section_right .section_content ul {
    max-width: 80%;
  }
  .contact_section .container {
    width: 100%;
  }
  .contact_section_row .contact_section_left {
    width: 60%;
    max-width: 60%;
  }
  .contact_section_row .contact_section_right {
    width: 40%;
    max-width: 40%;
  }
  .contact_section_row .contact_section_left .cont_head h1,
  .contact_section_row .contact_section_left .cont_body h2 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .contact_section_row .contact_section_left .cont_body .cont_info a {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .contact_section_row .contact_section_left .cont_body {
    padding: 2vw 0 2vw 3vw;
  }
  .contact_section_row .contact_section_left .cont_body h2 {
    margin-bottom: 0;
  }
  .contact_section_row .contact_section_left .gmap iframe {
    height: 270px;
  }
  .contact_section_row .contact_section_right h1 {
    font-size: 2.5rem;
  }
  .contact_section_row .contact_section_right form .form_group label,
  .contact_section_row .contact_section_right form .form_group input,
  .contact_section_row .contact_section_right form .form_submit button {
    font-size: 1.4rem;
  }
  .contact_section_row
    .contact_section_right
    form
    .form_group.form_group_inline {
    display: flex;
    flex-direction: column;
    align-items: inherit;
  }
  .contact_section_row
    .contact_section_right
    form
    .form_group.form_group_inline
    input {
    flex: auto;
  }
  .contact_section_row .contact_section_right form .form_group textarea {
    height: 30px;
  }
  .contact_section_row .contact_section_right form .form_group input {
    padding: 6px 0;
  }
}

@media (max-width: 1200px) {
  .contact_section .container {
    width: 100%;
  }
  .inner_head_section .container .page_banner_content h1 {
    font-size: 2.5rem;
  }
  .section_right .section_content h2 {
    font-size: 2rem;
  }
  .section_right .section_content ul {
    font-size: 1.6rem;
  }
  .main_wrapper .container .section_row .section_left h3 {
    font-size: 1.8rem;
  }
  .main_wrapper .container .section_row .section_right p {
    font-size: 18px;
  }
  .main_wrapper .container .section_row .section_right .blocktext p {
    font-size: 1.45rem;
  }
}
@media (max-width: 1024px) {
  .inner_head_section .container .page_banner_content h1 {
    font-size: 2rem;
    margin-left: -4rem;
    margin-top: -2rem;
  }
  .section_right .section_content h2 {
    font-size: 1.5rem;
  }
  .section_right .section_content ul {
    font-size: 1.1rem;
    max-width: 100%;
  }
  .section_right .section_content ul li {
    padding-left: 50px;
  }
  .section_right .section_content ul li::before {
    width: 31px;
    height: 45px;
  }
  .main_wrapper .container .section_row .section_left h3 {
    font-size: 1.3rem;
  }
  .main_wrapper .container .section_row .section_right {
    margin: 35px 0;
  }
}
@media (max-width: 768px) {
  .contact_section {
    display: block;
  }
  .contact_section .container {
    width: 100%;
    flex-direction: column;
    align-items: end;
  }

  .contact_section_row .contact_section_right,
  .contact_section_row .contact_section_left {
    width: 50%;
    max-width: 50%;
  }

  .contact_section_row .contact_section_left .cont_head,
  .contact_section_row .contact_section_left .cont_body {
    width: 90%;
    max-width: 90%;
    padding-right: 15px;
  }
  .contact_section_row .contact_section_left .cont_head h1,
  .contact_section_row .contact_section_left .cont_body h2 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .contact_section_row .contact_section_left .cont_body .cont_info a {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .contact_section_row .contact_section_right h1 {
    font-size: 2rem;
  }
  .contact_section_row .contact_section_right form .form_group {
    margin-bottom: 25px;
  }
  .contact_section_row .contact_section_right form .form_group label {
    font-size: 1.4rem;
  }
  .contact_section_row .contact_section_right form .form_group input {
    font-size: 1.2rem;
    padding: 8px 0;
  }
  .contact_section_row
    .contact_section_right
    form
    .form_group.form_group_inline {
    display: flex;
    flex-direction: column;
    align-items: inherit;
  }
  .contact_section_row
    .contact_section_right
    form
    .form_group.form_group_inline
    input {
    flex: auto;
  }
  .contact_section_row .contact_section_right form .form_group textarea {
    height: 40px;
  }
  .contact_section_row .contact_section_right form .form_submit button {
    flex-direction: row;
    font-size: 1.4rem;
    column-gap: 10px;
  }
  .contact_section_row .contact_section_right form .form_submit button svg {
    height: 25px;
  }
  .contact_section_row .contact_section_left .gmap iframe {
    height: 260px;
  }
  .menu__item--open-close {
    padding-top: 15px;
    width: 90px;
    height: 90px;
  }
  .menu__item .name {
    bottom: 8px;
    font-size: 15px;
  }
}
@media (max-width: 667px) {
  .menu__item--open-close {
    padding-top: 15px;
    width: 70px;
    height: 70px;
  }
  .inner_head_section .container .page_banner_content {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .inner_head_section .container .page_banner_content h1 {
    font-size: 1.8rem;
    margin-left: 0vw;
    margin-top: -2rem;
    text-align: center;
    /* transform: scale(120%, 1) !important; */
  }
  .inner_head_section .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .main_wrapper .container .section_row {
    flex-direction: column-reverse;
  }
  .main_wrapper .container .section_row .section_left,
  .main_wrapper .container .section_row .section_right {
    flex: 100%;
    max-width: 100%;
  }
  .main_wrapper .container .section_row .section_left {
    display: none;
  }
  .main_wrapper .container .section_row .section_right {
    padding: 0 20px;
  }
  .main_wrapper .container .section_row .section_left h3 {
    text-align: center;
    max-width: 90%;
    float: none;
    margin: 0 auto;
  }
  .section_right .section_content {
    padding: 0;
  }

  .contact_section.screen-block {
    min-height: 100%;
    padding: 50px 0;
  }
  .contact_section .container {
    display: block;
    height: auto;
  }
  .contact_section_row {
    margin: 0 auto;
  }
  .contact_section_row .contact_section_right,
  .contact_section_row .contact_section_left,
  .contact_section_row .contact_section_left .cont_head {
    width: 100%;
    max-width: 100%;
  }
  .contact_section_row .contact_section_left .cont_head h1,
  .contact_section_row .contact_section_left .cont_body h2 {
    font-size: 2rem;
  }
  .contact_section_row .contact_section_left .cont_body {
    width: 100%;
    max-width: 100%;
  }
  .contact_section_row .contact_section_left .cont_body .cont_info a {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .contact_section_row .contact_section_left .cont_body {
    padding: 5vw;
  }
  .contact_section_row .contact_section_right {
    padding: 5vw;
  }
  .contact_section_row .contact_section_right h1 {
    font-size: 2rem;
  }
  .contact_section_row .contact_section_right form .form_group label,
  .contact_section_row .contact_section_right form .form_group input {
    font-size: 1.4rem;
  }
  .contact_section_row
    .contact_section_right
    form
    .form_group.form_group_inline {
    display: flex;
    flex-direction: column;
    align-items: inherit;
  }
  .contact_section_row
    .contact_section_right
    form
    .form_group.form_group_inline
    input {
    flex: auto;
  }
}
