@font-face {
  font-family: "metropolis",sans-serif;
  src: url(../fonts/Metropolis-Thin.otf); }
.constactHeroSection {
  padding: 100px 0 0;
  background: url(../images/ContactUs-1.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important; }
  .constactHeroSection .herosection h1 {
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    padding-left: 70px; }
  .constactHeroSection .herosection .rihgt {
    text-align: right;
    margin-right: 80px;
    text-align: right; }
  .constactHeroSection .herosection figure {
    width: 60%;
    margin: -90px 190px auto auto; }
  .constactHeroSection .herosection .topLine {
    margin-bottom: 30px; }
    .constactHeroSection .herosection .topLine .vertical-line-left {
      background: #fff;
      height: 2px;
      border-radius: 1px;
      margin-right: auto;
      text-align: left;
      width: 10px; }
      .constactHeroSection .herosection .topLine .vertical-line-left span {
        width: 30px;
        height: 30px;
        display: inline-block;
        border: 2px solid #fff;
        border-radius: 50%;
        margin: -14px -9px 8px -12px; }
    .constactHeroSection .herosection .topLine [data-aos="lineExamplkichenleft"].aos-animate {
      animation: contacttopline 4s forwards; }
@keyframes contacttopline {
  0% {
    width: 10px; }
  100% {
    width: 149px; } }
  .constactHeroSection .herosectionright {
    padding-top: 100px;
    width: 70%; }
    .constactHeroSection .herosectionright p {
      font-size: 30px;
      text-transform: capitalize;
      color: #fff; }
    .constactHeroSection .herosectionright .bottomLine {
      margin-top: 50px; }
      .constactHeroSection .herosectionright .bottomLine .vertical-line {
        background: #fff;
        height: 2px;
        border-radius: 1px;
        margin-left: auto;
        text-align: right;
        width: 10px; }
        .constactHeroSection .herosectionright .bottomLine .vertical-line span {
          width: 30px;
          height: 30px;
          display: inline-block;
          border: 2px solid #fff;
          border-radius: 50%;
          margin: -14px -12px 8px 0px; }
      .constactHeroSection .herosectionright .bottomLine [data-aos="lineExamplkichen"].aos-animate {
        animation: contactbottomline 4s forwards; }
@keyframes contactbottomline {
  0% {
    width: 10px; }
  100% {
    width: 100px; } }
.contactMeSection {
  background: linear-gradient(180deg, #1b323d 0%, #223434 100%);
  padding: 200px 0 50px; }
  .contactMeSection .touchRow {
    background: linear-gradient(180deg, #224a57 0%, #2e4e4a 100%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 8px;
    padding: 0 20px;
    margin-bottom: 20px;
    height: 110px; }
    .contactMeSection .touchRow .icon {
      width: 15%; }
    .contactMeSection .touchRow .text {
      width: 85%;
      padding-left: 10px; }
      .contactMeSection .touchRow .text .lable {
        font-size: 18px;
        margin-bottom: 0;
        color: #fff; }
      .contactMeSection .touchRow .text .no {
        margin-bottom: 0;
        font-size: 18px;
        color: #fff; }
        .contactMeSection .touchRow .text .no a {
          color: #fff;
          text-decoration: none; }
  .contactMeSection .contact-form {
    background: linear-gradient(180deg, #224a57 0%, #2e4e4a 100%);
    border-radius: 8px;
    padding: 20px; }
    .contactMeSection .contact-form iframe {
      width: 100%;
      height: 325px; }
    .contactMeSection .contact-form .titel {
      margin-bottom: 20px;
      font-size: 18px;
      color: #fff; }
    .contactMeSection .contact-form .forminput {
      margin-bottom: 30px; }
      .contactMeSection .contact-form .forminput .form-control {
        border: 1px solid;
        border-image-slice: 1;
        border-width: 2px;
        border-image-source: linear-gradient(to bottom, #42a2d5, #79bb79);
        background: transparent;
        height: 40px;
        color: #fff; }
        .contactMeSection .contact-form .forminput .form-control::placeholder {
          color: #fff;
          font-size: 16px; }
    .contactMeSection .contact-form .submit-btn {
      text-align: right;
      margin-bottom: 42px; }
      .contactMeSection .contact-form .submit-btn .btn {
        background: linear-gradient(180deg, #2da1d6 0%, #79bb79 100%);
        border: unset;
        font-size: 13px;
        text-transform: uppercase; }

.mapSection {
  background: linear-gradient(180deg, #223434 0%, #223434 100%);
  position: relative;
  padding-bottom: 150px; }
  .mapSection .mapMain {
    text-align: center;
    position: relative;
    z-index: 9; }
    .mapSection .mapMain h5 {
      font-size: 24px;
      margin-top: 10px;
      color: #fff; }
    .mapSection .mapMain p {
      color: #fff;
      font-size: 18px; }
    .mapSection .mapMain iframe {
      width: 100%;
      margin-top: 10px; }
  .mapSection .mapbg {
    background: linear-gradient(180deg, #294C4F 0%, #37513D 100%);
    width: 100%;
    height: 450px;
    position: absolute;
    left: 0;
    bottom: 0; }

@media (min-width: 768px) and (max-width: 991px) {
  .constactHeroSection .herosection h1 {
    font-size: 30px;
    padding-left: 40px; }
  .constactHeroSection .herosectionright {
    width: 100%; }
    .constactHeroSection .herosectionright p {
      font-size: 22px; }

  .contactMeSection {
    padding: 100px 0 50px; }
    .contactMeSection .touchRow .icon {
      padding: 10px; } }
@media (max-width: 767px) {
  .constactHeroSection {
    padding: 120px 0 50px;
    background: url(../images/Mobile-Contact.jpg);
    position: relative;
    background-position: center; }
    .constactHeroSection .herosection .moboverlay {
      background: linear-gradient(180deg, rgba(45, 161, 214, 0.1), rgba(121, 187, 121, 0.5));
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .constactHeroSection .herosection .topLine {
      display: none; }
    .constactHeroSection .herosection h1 {
      font-size: 30px;
      text-align: center;
      padding-left: 0; }
    .constactHeroSection .herosection p {
      text-align: center;
      color: #fff;
      font-size: 18px; }
    .constactHeroSection .herosection .right {
      margin-right: 0;
      text-align: center; }
    .constactHeroSection .herosection figure {
      width: 100%;
      margin: 0px auto; }
    .constactHeroSection .herosectionright {
      padding-top: 40px;
      width: 100%;
      padding: 0 20px; }
      .constactHeroSection .herosectionright p {
        font-size: 20px; }

  .contactMeSection {
    padding: 50px 0 50px; }
    .contactMeSection .touchRow {
      padding: 20px 20px;
      height: auto; } }

/*# sourceMappingURL=contact.css.map */
