@font-face {
  font-family: "pt_sansbold";
  src: url("../styles/utilities/fonts/PTSans/ptsans-bold-webfont.woff2") format("woff2"), url("../styles/utilities/fonts/PTSans/ptsans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pt_sansitalic";
  src: url("../styles/utilities/fonts/PTSans/ptsans-italic-webfont.woff2") format("woff2"), url("../styles/utilities/fonts/PTSans/ptsans-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pt_sansbold_italic";
  src: url("../styles/utilities/fonts/PTSans/ptsans-bolditalic-webfont.woff2") format("woff2"), url("../styles/utilities/fonts/PTSans/ptsans-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "myriad_proregular";
  src: url("../styles/utilities/fonts/MyriadPro/myriadpro-regular-webfont.woff2") format("woff2"), url("../styles/utilities/fonts/MyriadPro/myriadpro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "marcellusregular";
  src: url("../styles/utilities/fonts/marcellus/marcellus-regular-webfont.woff2") format("woff2"), url("../styles/utilities/fonts/marcellus/marcellus-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  direction: rtl;
}
html strong,
html em,
body strong,
body em {
  font-family: "marcellusregular";
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
}

section {
  width: 100%;
  display: flex;
  min-height: 70vh;
  border-bottom: 2px solid rgb(216, 176, 115);
}
section:nth-of-type(1) {
  flex-direction: column;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
}
section:nth-of-type(1) .panel:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2vw;
  box-sizing: border-box;
}
section:nth-of-type(1) .panel:nth-of-type(1) h1,
section:nth-of-type(1) .panel:nth-of-type(1) h2,
section:nth-of-type(1) .panel:nth-of-type(1) h3 {
  margin-bottom: 0;
}
section:nth-of-type(1) .panel:nth-of-type(1) h1 {
  font-family: "Arial", sans-serif;
  font-size: 2.4em;
  color: rgb(35, 54, 110);
  opacity: 0.5;
}
section:nth-of-type(1) .panel:nth-of-type(1) h2,
section:nth-of-type(1) .panel:nth-of-type(1) h3 {
  font-family: "Arial", sans-serif;
  margin-top: 1vw;
  text-align: center;
}
section:nth-of-type(1) .panel:nth-of-type(1) h2 {
  font-size: 3em;
  color: rgb(35, 54, 110);
}
section:nth-of-type(1) .panel:nth-of-type(1) h3 {
  font-size: 1.8em;
  color: rgb(35, 54, 110);
  opacity: 0.5;
}
section:nth-of-type(1) .panel:nth-of-type(2) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  -moz-column-gap: 1vw;
       column-gap: 1vw;
  width: 100%;
  padding: 1vw;
  box-sizing: border-box;
}
section:nth-of-type(1) .panel:nth-of-type(2) .card {
  background-color: #f2f2f2;
  width: 100%;
  height: 100%;
  padding: 1vw;
  box-sizing: border-box;
  font-family: "Arial", sans-serif;
  display: flex;
  flex-direction: column;
}
section:nth-of-type(1) .panel:nth-of-type(2) .card > h1 {
  font-family: "Arial", sans-serif;
  color: rgb(216, 176, 115);
  font-size: 2.4em;
}
section:nth-of-type(1) .panel:nth-of-type(2) .card p {
  margin: 0;
  color: rgb(35, 54, 110);
}
section:nth-of-type(1) .panel:nth-of-type(2) .card .info {
  font-size: 1.8em;
  display: flex;
  margin-bottom: 0.8vw;
}
section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(3) .info span:nth-of-type(1) {
  font-family: "Arial", sans-serif;
  color: rgb(35, 54, 110);
}
section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(3) .info a {
  margin-left: 1vw;
  color: rgb(35, 54, 110);
  text-decoration: none;
}
section:nth-of-type(1) .panel:nth-of-type(2) .card .info.warrning {
  background-color: rgb(186, 39, 74);
  color: rgb(255, 255, 255);
  padding: 1vw 1.5vw;
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2vw;
}
section:nth-of-type(2) {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  height: -moz-fit-content;
  height: fit-content;
}
section:nth-of-type(2) .left,
section:nth-of-type(2) .right {
  padding: 3vw;
  box-sizing: border-box;
}
section:nth-of-type(2) .left {
  width: 40vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2vw;
  box-sizing: border-box;
}
section:nth-of-type(2) .left svg {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}
section:nth-of-type(2) .left p {
  font-family: "Arial", sans-serif;
  color: rgb(35, 54, 110);
  margin-top: 0;
  font-size: 1.8em;
}
section:nth-of-type(2) .right {
  width: 60vw;
  background-color: #f2f2f2;
  font-family: "Arial", sans-serif;
}
section:nth-of-type(2) .right form {
  display: flex;
  flex-direction: column;
}
section:nth-of-type(2) .right .row {
  display: flex;
  width: 100%;
  margin-bottom: 1vw;
}
section:nth-of-type(2) .right .row:nth-of-type(1) h1,
section:nth-of-type(2) .right .row:nth-of-type(1) h2 {
  width: 100%;
  padding: 1vw;
  box-sizing: border-box;
  text-align: center;
  font-family: "Arial", sans-serif;
  color: rgb(35, 54, 110);
  margin-top: 0;
}
section:nth-of-type(2) .right .row:nth-of-type(1) h1 {
  margin-bottom: 0;
  padding-bottom: unset;
  font-size: 2.4em;
}
section:nth-of-type(2) .right .row:nth-of-type(1) h2 {
  border-bottom: 2px solid rgb(35, 54, 110);
  font-size: 3em;
}
section:nth-of-type(2) .right .row .column {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-right: 1vw;
  box-sizing: border-box;
}
section:nth-of-type(2) .right .row .column label {
  font-size: 1.8em;
  font-family: "Arial", sans-serif;
  color: rgb(35, 54, 110);
  padding: 1vw 0;
  box-sizing: border-box;
}
section:nth-of-type(2) .right .row .column input[type=text],
section:nth-of-type(2) .right .row .column input[type=email],
section:nth-of-type(2) .right .row .column select,
section:nth-of-type(2) .right .row .column textarea {
  color: rgb(35, 54, 110);
  background-color: rgb(255, 255, 255);
  border: 0;
  outline: 2px solid rgb(35, 54, 110);
  padding: 1vw;
  box-sizing: border-box;
  font-size: 1.8em;
}
section:nth-of-type(2) .right .row .column textarea {
  resize: vertical;
}
section:nth-of-type(2) .right .row .column ::-moz-placeholder {
  font-size: 1em;
  color: rgba(35, 54, 110, 0.7);
}
section:nth-of-type(2) .right .row .column ::placeholder {
  font-size: 1em;
  color: rgba(35, 54, 110, 0.7);
}
section:nth-of-type(2) .right .row.services {
  display: flex;
  flex-direction: column;
}
section:nth-of-type(2) .right .row.services p {
  font-family: "Arial", sans-serif;
  color: rgb(35, 54, 110);
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 1vw;
}
section:nth-of-type(2) .right .row.services .column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
section:nth-of-type(2) .right .row.services .column:last-of-type {
  grid-template-columns: 1fr;
}
section:nth-of-type(2) .right .row.services label {
  font-size: 1.8em;
  padding-bottom: 0;
}
section:nth-of-type(2) .right .row.services #other_input_data {
  margin-top: 1vw;
}
section:nth-of-type(2) .right .row.services .hidden {
  display: none;
}
section:nth-of-type(2) .right .row.upfile {
  align-items: center;
}
section:nth-of-type(2) .right .row.upfile .column {
  width: -moz-fit-content;
  width: fit-content;
}
section:nth-of-type(2) .right .row.upfile label {
  border: 2px solid rgb(35, 54, 110);
  color: rgb(35, 54, 110);
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0.8vw 1.6vw;
  cursor: pointer;
}
section:nth-of-type(2) .right .row.upfile label:hover {
  background-color: rgb(216, 176, 115);
  color: rgb(255, 255, 255);
}
section:nth-of-type(2) .right .row.upfile label span {
  margin-right: 1vw;
}
section:nth-of-type(2) .right .row.upfile #choosen_file_name {
  color: rgb(23, 126, 137);
  font-family: "Arial", sans-serif;
  font-size: 1.8em;
}
section:nth-of-type(2) .right .row.upfile #upfile {
  display: none;
}
section:nth-of-type(2) .right .sendMsgBtn {
  margin-top: 5vh;
  background-color: rgb(35, 54, 110);
  box-shadow: 0 0 5px #172347;
  font-size: 1.8em;
  font-family: "Arial", sans-serif;
  color: rgb(255, 255, 255);
  padding: 0.9vw 1.8vw;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  margin-right: 1vw;
}
section:nth-of-type(2) .right .sendMsgBtn:hover {
  background-color: rgb(216, 176, 115);
  box-shadow: 0 0 5px #cd994b;
}
section:nth-of-type(2) .right .sendMsgBtn span:nth-of-type(2) {
  margin-right: 1vw;
}
section:nth-of-type(2) .right #msg {
  display: flex;
  flex-direction: column;
}
section:nth-of-type(2) .right #msg .error,
section:nth-of-type(2) .right #msg .pass {
  font-family: "pt_sansbold_italic";
  font-weight: normal;
  font-style: normal;
  font-size: 1.8em;
}
section:nth-of-type(2) .right #msg .error {
  color: rgb(186, 39, 74);
}
section:nth-of-type(2) .right #msg .pass {
  color: rgb(23, 126, 137);
}
section:nth-of-type(3) .embeded_map {
  width: 100%;
}
section:nth-of-type(3) .embeded_map iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 701px) and (max-width: 1400px) {
  section:nth-of-type(1) {
    align-items: center;
  }
  section:nth-of-type(1) .panel {
    box-sizing: border-box;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h1,
  section:nth-of-type(1) .panel:nth-of-type(1) h2,
  section:nth-of-type(1) .panel:nth-of-type(1) h3 {
    margin-bottom: 0;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h1 {
    font-family: "Arial", sans-serif;
    font-size: 1.8em;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h2,
  section:nth-of-type(1) .panel:nth-of-type(1) h3 {
    font-family: "Arial", sans-serif;
    margin-top: 2vh;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h2 {
    font-size: 2em;
    color: rgb(35, 54, 110);
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h3 {
    font-size: 1.2em;
    color: rgb(35, 54, 110);
    opacity: 0.5;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    -moz-column-gap: unset;
         column-gap: unset;
    row-gap: 5vh;
    padding: 5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card {
    height: -moz-fit-content;
    height: fit-content;
    padding: 5vw;
    box-sizing: border-box;
    margin-bottom: 2vh;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card > h1 {
    font-family: "Arial", sans-serif;
    color: rgb(216, 176, 115);
    font-weight: 300;
    font-size: 1.8em;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card p {
    margin: 0;
    color: rgb(35, 54, 110);
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card .info {
    font-size: 1.4em;
    display: flex;
    margin-bottom: 2vh;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(3) .info span:nth-of-type(1) {
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Arial", sans-serif;
    color: rgb(35, 54, 110);
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(3) .info a {
    margin-left: 1vw;
    color: rgb(35, 54, 110);
    font-weight: 500;
    text-decoration: none;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card .info.warrning {
    background-color: rgb(186, 39, 74);
    color: rgb(255, 255, 255);
    padding: 1vw 1.5vw;
    box-sizing: border-box;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 2vw;
  }
  section:nth-of-type(2) {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
  }
  section:nth-of-type(2) .left,
  section:nth-of-type(2) .right {
    box-sizing: border-box;
    width: 100%;
  }
  section:nth-of-type(2) .left {
    padding: 5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(2) .left svg {
    height: 60vh;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  section:nth-of-type(2) .left p {
    font-family: "Arial", sans-serif;
    color: rgb(35, 54, 110);
    margin-top: 0;
    font-size: 1.4em;
    padding: 1vw;
    box-sizing: border-box;
    text-align: justify;
  }
  section:nth-of-type(2) .right {
    background-color: unset;
    font-family: "Arial", sans-serif;
  }
  section:nth-of-type(2) .right form {
    padding: 5vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-color: #f2f2f2;
  }
  section:nth-of-type(2) .right .row {
    display: flex;
    width: 100%;
    margin-bottom: 1vw;
  }
  section:nth-of-type(2) .right .row:nth-of-type(1) h1,
  section:nth-of-type(2) .right .row:nth-of-type(1) h2 {
    width: 100%;
    padding: 1vw;
    text-align: center;
    font-family: "Arial", sans-serif;
    font-weight: 300;
    color: rgb(35, 54, 110);
    margin-top: 0;
  }
  section:nth-of-type(2) .right .row:nth-of-type(1) h1 {
    margin-bottom: 0;
    padding-bottom: unset;
    font-size: 1.8em;
    text-transform: uppercase;
  }
  section:nth-of-type(2) .right .row:nth-of-type(1) h2 {
    border-bottom: 2px solid rgb(35, 54, 110);
    font-size: 2em;
  }
  section:nth-of-type(2) .right .row .column {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-right: 1vw;
    box-sizing: border-box;
  }
  section:nth-of-type(2) .right .row .column label {
    font-size: 1.2em;
    font-family: "Arial", sans-serif;
    color: rgb(35, 54, 110);
    padding: 1vw 0;
    box-sizing: border-box;
    margin-top: 2vh;
  }
  section:nth-of-type(2) .right .row .column input[type=text],
  section:nth-of-type(2) .right .row .column input[type=email],
  section:nth-of-type(2) .right .row .column select,
  section:nth-of-type(2) .right .row .column textarea {
    color: rgb(35, 54, 110);
    background-color: rgb(255, 255, 255);
    border: 0;
    outline: 2px solid rgb(35, 54, 110);
    padding: 1vw;
    box-sizing: border-box;
    font-size: 1.2em;
  }
  section:nth-of-type(2) .right .row .column textarea {
    resize: vertical;
  }
  section:nth-of-type(2) .right .row .column ::-moz-placeholder {
    font-size: 1em;
    color: rgba(35, 54, 110, 0.7);
  }
  section:nth-of-type(2) .right .row .column ::placeholder {
    font-size: 1em;
    color: rgba(35, 54, 110, 0.7);
  }
  section:nth-of-type(2) .right .row.services {
    display: flex;
    flex-direction: column;
  }
  section:nth-of-type(2) .right .row.services p {
    font-size: 1.4em;
    margin-bottom: 0;
  }
  section:nth-of-type(2) .right .row.services .column {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  section:nth-of-type(2) .right .row.services .column:last-of-type {
    grid-template-columns: 1fr;
  }
  section:nth-of-type(2) .right .row.services label {
    font-size: 1.2em;
    padding-bottom: 0;
  }
  section:nth-of-type(2) .right .row.services #other_input_data {
    margin-top: 1vw;
  }
  section:nth-of-type(2) .right .row.services .hidden {
    display: none;
  }
  section:nth-of-type(2) .right .row.upfile {
    align-items: center;
  }
  section:nth-of-type(2) .right .row.upfile .column {
    width: -moz-fit-content;
    width: fit-content;
  }
  section:nth-of-type(2) .right .row.upfile label {
    padding: 0 1vw;
  }
  section:nth-of-type(2) .right .row.upfile label:hover {
    background-color: rgb(216, 176, 115);
    color: rgb(255, 255, 255);
  }
  section:nth-of-type(2) .right .row.upfile label span {
    margin-left: 1vw;
  }
  section:nth-of-type(2) .right .row.upfile #choosen_file_name {
    color: rgb(23, 126, 137);
    font-family: "Arial", sans-serif;
    font-size: 1.4em;
  }
  section:nth-of-type(2) .right .row.upfile #upfile {
    display: none;
  }
  section:nth-of-type(2) .right .sendMsgBtn {
    font-size: 1.2em;
    padding: 1vw 1.5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(2) .right .sendMsgBtn:hover {
    background-color: rgb(216, 176, 115);
    box-shadow: 0 0 5px #cd994b;
  }
  section:nth-of-type(2) .right .sendMsgBtn span:nth-of-type(2) {
    margin-left: 1vw;
  }
  section:nth-of-type(3) .embeded_map {
    width: 100%;
  }
  section:nth-of-type(3) .embeded_map iframe {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
  section:nth-of-type(1) {
    align-items: center;
  }
  section:nth-of-type(1) .panel {
    box-sizing: border-box;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h1,
  section:nth-of-type(1) .panel:nth-of-type(1) h2,
  section:nth-of-type(1) .panel:nth-of-type(1) h3 {
    margin-bottom: 0;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h1 {
    font-family: "Arial", sans-serif;
    font-size: 1.5em;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h2,
  section:nth-of-type(1) .panel:nth-of-type(1) h3 {
    font-family: "Arial", sans-serif;
    margin-top: 2vh;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h2 {
    font-size: 1.7em;
    color: rgb(35, 54, 110);
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h3 {
    font-size: 1em;
    color: rgb(35, 54, 110);
    opacity: 0.5;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    -moz-column-gap: unset;
         column-gap: unset;
    row-gap: 5vh;
    padding: 5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card {
    height: -moz-fit-content;
    height: fit-content;
    padding: 5vw;
    box-sizing: border-box;
    margin-bottom: 2vh;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card > h1 {
    font-family: "Arial", sans-serif;
    color: rgb(216, 176, 115);
    font-weight: 300;
    font-size: 1.5em;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card p {
    margin: 0;
    color: rgb(35, 54, 110);
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card .info {
    font-size: 1.2em;
    display: flex;
    margin-bottom: 2vh;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(3) .info span:nth-of-type(1) {
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Arial", sans-serif;
    color: rgb(35, 54, 110);
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(3) .info a {
    margin-left: 1vw;
    color: rgb(35, 54, 110);
    font-weight: 500;
    text-decoration: none;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card .info.warrning {
    background-color: rgb(186, 39, 74);
    color: rgb(255, 255, 255);
    padding: 2vw;
    box-sizing: border-box;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 2vw;
  }
  section:nth-of-type(2) {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
  }
  section:nth-of-type(2) .left,
  section:nth-of-type(2) .right {
    box-sizing: border-box;
    width: 100%;
  }
  section:nth-of-type(2) .left {
    padding: 2vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section:nth-of-type(2) .left svg {
    height: 40vh;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  section:nth-of-type(2) .left p {
    font-family: "Arial", sans-serif;
    color: rgb(35, 54, 110);
    margin-top: 0;
    font-size: 1.2em;
    padding: 1vw;
    box-sizing: border-box;
    text-align: justify;
  }
  section:nth-of-type(2) .right {
    background-color: unset;
    font-family: "Arial", sans-serif;
  }
  section:nth-of-type(2) .right form {
    padding: 5vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-color: #f2f2f2;
  }
  section:nth-of-type(2) .right .row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 1vw;
  }
  section:nth-of-type(2) .right .row:nth-of-type(1) h1,
  section:nth-of-type(2) .right .row:nth-of-type(1) h2 {
    width: 100%;
    padding: 1vw;
    text-align: center;
    font-family: "Arial", sans-serif;
    font-weight: 300;
    color: rgb(35, 54, 110);
    margin-top: 0;
  }
  section:nth-of-type(2) .right .row:nth-of-type(1) h1 {
    margin-bottom: 0;
    padding-bottom: unset;
    font-size: 1.5em;
    text-transform: uppercase;
  }
  section:nth-of-type(2) .right .row:nth-of-type(1) h2 {
    border-bottom: 2px solid rgb(35, 54, 110);
    font-size: 1.7em;
  }
  section:nth-of-type(2) .right .row .column {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-right: 1vw;
    box-sizing: border-box;
  }
  section:nth-of-type(2) .right .row .column label {
    font-size: 1.2em;
    font-family: "Arial", sans-serif;
    color: rgb(35, 54, 110);
    padding: 2vw 0;
    box-sizing: border-box;
    margin-top: 2vh;
  }
  section:nth-of-type(2) .right .row .column input[type=text],
  section:nth-of-type(2) .right .row .column input[type=email],
  section:nth-of-type(2) .right .row .column select,
  section:nth-of-type(2) .right .row .column textarea {
    color: rgb(35, 54, 110);
    background-color: rgb(255, 255, 255);
    border: 0;
    outline: 2px solid rgb(35, 54, 110);
    padding: 2vw;
    box-sizing: border-box;
    font-size: 1.2em;
  }
  section:nth-of-type(2) .right .row .column textarea {
    resize: vertical;
  }
  section:nth-of-type(2) .right .row .column ::-moz-placeholder {
    font-size: 1em;
    color: rgba(35, 54, 110, 0.7);
  }
  section:nth-of-type(2) .right .row .column ::placeholder {
    font-size: 1em;
    color: rgba(35, 54, 110, 0.7);
  }
  section:nth-of-type(2) .right .row.services {
    display: flex;
    flex-direction: column;
  }
  section:nth-of-type(2) .right .row.services p {
    font-size: 1.4em;
    margin-bottom: 0;
  }
  section:nth-of-type(2) .right .row.services .column {
    display: grid;
    grid-template-columns: 1fr;
  }
  section:nth-of-type(2) .right .row.services .column:last-of-type {
    grid-template-columns: 1fr;
  }
  section:nth-of-type(2) .right .row.services label {
    font-size: 1.2em;
    padding-bottom: 0;
  }
  section:nth-of-type(2) .right .row.services #other_input_data {
    margin-top: 1vw;
  }
  section:nth-of-type(2) .right .row.services .hidden {
    display: none;
  }
  section:nth-of-type(2) .right .row.upfile {
    margin-top: 2vh;
    align-items: flex-start;
  }
  section:nth-of-type(2) .right .row.upfile .column {
    width: -moz-fit-content;
    width: fit-content;
  }
  section:nth-of-type(2) .right .row.upfile label {
    padding: 0 2vw;
  }
  section:nth-of-type(2) .right .row.upfile label:hover {
    background-color: rgb(216, 176, 115);
    color: rgb(255, 255, 255);
  }
  section:nth-of-type(2) .right .row.upfile label span {
    margin-left: 1vw;
  }
  section:nth-of-type(2) .right .row.upfile #choosen_file_name {
    color: rgb(23, 126, 137);
    font-family: "Arial", sans-serif;
    font-size: 1.4em;
  }
  section:nth-of-type(2) .right .row.upfile #upfile {
    display: none;
  }
  section:nth-of-type(2) .right .sendMsgBtn {
    font-size: 1.2em;
    padding: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(2) .right .sendMsgBtn:hover {
    background-color: rgb(216, 176, 115);
    box-shadow: 0 0 5px #cd994b;
  }
  section:nth-of-type(2) .right .sendMsgBtn span:nth-of-type(2) {
    margin-left: 1vw;
  }
  section:nth-of-type(3) .embeded_map {
    width: 100%;
  }
  section:nth-of-type(3) .embeded_map iframe {
    width: 100%;
    height: 100%;
  }
}/*# sourceMappingURL=contact_ar.css.map */