body{
    font-family: 'Lato', sans-serif;
}
h2{
    font-size: 24px;
    color:#15367b;
    margin-top:15px;
}
#our-profile-page img{
  margin-bottom: 10px;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px 0px;
  
}

/* Navigation */
.nav-link{
    color:#15367b !important;
    text-transform: uppercase;
    font-weight: bold;
}
.divider-vertical {
    height: 20px;
    margin: 10px 10px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.top-image {
    margin-bottom:10px;
}
.top-image h1 {
    z-index: 100;
    position: absolute;
    color:#000;
    font-size: 24px;
    font-weight: bold;
    left: 150px;
    top: 350px;
    background:#FFF;
    padding:10px;
}
.image-container{
    position: relative;
  text-align: center;
  color: white;
}
.bottom-centered {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    
  }
  .image-container p{
    text-shadow: 1px 1px #fff;
    font-weight: bold;
  }


  footer{
      background:#1e537a;
      padding:10px;
      position: relative;
      margin-top:20px;
      color:#fff;
  }
  .social_icons a{
      color:#fff;
      margin:0px 5px;
      font-size: 16px;
  }


  /* ====================== */
/*         Contact        */
/* ====================== */
#mt_contact {
    padding: 30px 0; }
    @media only screen and (max-width: 640px) {
      #mt_contact {
        padding: 60px 0; } }
    @media only screen and (max-width: 640px) {
      #mt_contact h2 {
        margin-bottom: 30px; } }
    #mt_contact .contact_form {
      padding: 30px 25px;
      background: #FFFFFF;
      -webkit-box-shadow: 0 5px 25px 0 rgba(5, 5, 5, 0.2);
      -moz-box-shadow: 0 5px 25px 0 rgba(5, 5, 5, 0.2);
      -o-box-shadow: 0 5px 25px 0 rgba(5, 5, 5, 0.2);
      -ms-box-shadow: 0 5px 25px 0 rgba(5, 5, 5, 0.2);
      box-shadow: 0 5px 25px 0 rgba(5, 5, 5, 0.2);
      border-radius: 8px; }
      @media only screen and (max-width: 990px) {
        #mt_contact .contact_form {
          margin-bottom: 50px; } }
      @media only screen and (max-width: 480px) {
        #mt_contact .contact_form {
          padding: 20px 15px; } }
      #mt_contact .contact_form h3 {
        line-height: 35px;
        margin-bottom: 40px;
        margin-top: 0; }
        @media only screen and (max-width: 480px) {
          #mt_contact .contact_form h3 {
            font-size: 18px;
            line-height: 27px;
            margin-bottom: 28px; } }
      #mt_contact .contact_form textarea {
        resize: none !important; }
        @media only screen and (max-width: 480px) {
          #mt_contact .contact_form textarea {
            font-size: 16px; } }
      @media only screen and (max-width: 480px) {
        #mt_contact .contact_form input[type="text"],
        #mt_contact .contact_form input[type="email"] {
          font-size: 16px; } }
      #mt_contact .contact_form #submit-btn {
        text-align: right;
        padding-left: 45px;
        padding-right: 45px;
        margin-top: 5px;
        position: relative; }
        @media only screen and (max-width: 480px) {
          #mt_contact .contact_form #submit-btn {
            font-size: 15px;
            margin-top: 5px;
            padding: 10px 30px; } }
      #mt_contact .contact_form .mt_load {
        display: none;
        position: absolute;
        top: 11px;
        right: -35px;
        margin-left: 14px; }
        #mt_contact .contact_form .mt_load span {
          margin: 0 auto;
          position: relative;
          text-indent: -9999em;
          border-top: 2px solid rgba(0, 0, 0, 0.2);
          border-right: 2px solid rgba(0, 0, 0, 0.2);
          border-bottom: 2px solid rgba(0, 0, 0, 0.2);
          border-left: 2px solid #111;
          -webkit-transform: translateZ(0);
          -ms-transform: translateZ(0);
          transform: translateZ(0);
          -webkit-animation: load8 1.1s infinite linear;
          animation: load8 1.1s infinite linear;
          border-radius: 50%;
          width: 26px;
          height: 26px;
          display: inline-block; }
        #mt_contact .contact_form .mt_load:after {
          border-radius: 50%;
          width: 26px;
          height: 26px; }
  @-webkit-keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
  @keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
    #mt_contact .contact_info .contact_heading span {
      color: #CDCDCD;
      font-size: 16px;
      margin-left: 30px;
      position: relative;
      display: block; }
      #mt_contact .contact_info .contact_heading span:before {
        background: #212529;
        content: "";
        height: 1px;
        left: -38px;
        position: absolute;
        top: 11px;
        width: 30px; }
    #mt_contact .contact_info .contact_heading h3 {
      margin-top: 0; }
    #mt_contact .contact_info .email_sec .row {
      margin-bottom: 15px; }
    #mt_contact .contact_info .email_sec i {
      font-size: 30px; }
    #mt_contact .contact_info h5 {
      margin-bottom: 5px; }
    #mt_contact .contact_info h2 {
      color: #212529;
      margin-bottom: 10px; }
    #mt_contact .contact_info p {
      color: #212529;
      font-size: 14px;
      margin-bottom: 5px; }
    #mt_contact .contact_info a {
      color: #212529;
      text-decoration: none; }
    #mt_contact .darker .contact_info h2, #mt_contact .darker .contact_info p, #mt_contact .darker .contact_info a, #mt_contact .darker .contact_info i {
      color: #FFFFFF;
      margin-bottom: 10px; }
    #mt_contact .darker .contact_heading span:before {
      background: #fff; }
    #mt_contact .darker .contact_form {
      background: #2b2b2b; }
  
  /* =========================== */
  /*         End Contact         */
  /* =========================== */


  
  input[type=text],
  input[type=email],
  input[type=number],
  input[type=password],
  input[type=tel],
  textarea,
  select {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    background-color: #fff;
    border: 1px solid #eceaea;
    border-radius: 50px;
    padding: 10px 25px;
    width: 100%;
    color: #212529;
    margin-bottom: 15px; }
    input[type=text]:focus,
    input[type=email]:focus,
    input[type=number]:focus,
    input[type=password]:focus,
    input[type=tel]:focus,
    textarea:focus,
    select:focus {
      border-color: #212529;
      transition: all 0.5s ease; }
  
  textarea {
    border-radius: 8px;
    resize: vertical; }
  
  blockquote {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    background-color: #FAF8F8;
    margin-bottom: 15px;
    border-left: 4px solid #212529;
    padding: 30px 70px 30px 70px;
    line-height: 24px;
    color: #212529;
    margin-bottom: 20px;
    font-style: italic;
    position: relative; }
    @media only screen and (max-width: 640px) {
      blockquote {
        padding: 30px 25px 30px 70px; } }
    @media only screen and (max-width: 480px) {
      blockquote {
        padding: 32px 20px; } }
    blockquote:before {
      content: '\f10d';
      font-family: fontawesome;
      position: absolute;
      left: 14px;
      font-size: 45px;
      top: 23px;
      color: #e7e6e6; }
      @media only screen and (max-width: 480px) {
        blockquote:before {
          opacity: 0.2; } }
    blockquote span {
      position: relative;
      padding-left: 20px; }
      blockquote span:before {
        content: '';
        width: 12px;
        height: 1px;
        background: #212529;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -2px; }

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

      .mt_btn_grey, .mt_btn_white, input[type="submit"] {
        padding: 10px 30px;
        border: 1px solid #212529;
        background: #212529;
        font-size: 16px;
        margin-bottom: 10px;
        display: inline-block;
        color: #FFFFFF;
        text-decoration: none;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
    }