header {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 0;
  margin-bottom: 0; }
  header .logo {
    position: relative;
    height: 180px;
    width: 360px;
    margin-top: 0;
    margin-left: calc(50% - 180px);
    display: inline-block;
    font-size: 38px;
    text-align: center;
    background: url(4-images/logo.svg);
    background-size: 100% 100%;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap; }

.header-wrap {
  position: relative;
  background-color: #0D47A1;
  text-align: center; }
  .header-wrap .header-info {
    text-align: center;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 40px; }
    .header-wrap .header-info p {
      font-size: 18px;
      margin: 0;
      color: white; }
      .header-wrap .header-info p i {
        color: white;
        font-size: 32px; }
      .header-wrap .header-info p span {
        font-size: 24px;
        color: white; }
    .header-wrap .header-info:first-child {
      margin-right: 50px; }

.mobile-header {
  background-color: #0D47A1;
  display: none;
  width: 100%; }
  .mobile-header ul {
    list-style: none; }
    .mobile-header ul li {
      float: left;
      width: 12.2857143%;
      margin-right: 2%;
      text-align: center; }
      .mobile-header ul li a {
        color: white;
        font-size: 2.2vw;
        font-family: "Open Sans", sans-serif;
        width: auto;
        font-weight: 600; }

@media (max-width: 1000px) {
  header {
    display: none; }

  .mobile-header {
    display: inline-block; }

  .header-wrap {
    position: relative;
    background-color: #0D47A1;
    text-align: center; }
    .header-wrap .header-info {
      display: none; }
      .header-wrap .header-info p {
        font-size: 18px;
        margin: 0;
        color: white; }
        .header-wrap .header-info p i {
          color: white;
          font-size: 32px; }
        .header-wrap .header-info p span {
          font-size: 24px;
          color: white; }
      .header-wrap .header-info:first-child {
        margin-right: 50px; } }
nav {
  margin-left: 140px;
  margin-right: 140px;
  background: #0D47A1;
  z-index: 99;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600; }
  nav ul {
    list-style: none;
    text-align: center;
    padding: 0;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 600; }
    nav ul span {
      height: 40px;
      width: 1px;
      background-color: rgba(114, 114, 114, 0.5);
      display: inline-block;
      margin-bottom: -10px; }
    nav ul li {
      display: inline-block;
      margin: 0 -4px;
      margin-bottom: -10px;
      padding-top: 5px;
      text-align: center;
      font-family: "Montserrat", sans-serif;
      font-weight: 600; }
      nav ul li a {
        padding: 10px 10px;
        color: white;
        text-decoration: none;
        margin: 10px 10px;
        font-size: 1.2vw;
        font-weight: 500;
        font-family: "Montserrat", sans-serif;
        font-weight: 600; }
        nav ul li a:hover {
          color: white;
          text-decoration: none; }

.sticky {
  position: fixed;
  display: inline-block;
  top: 0;
  width: calc(100% - 280px);
  margin: 0;
  margin-left: 140px;
  margin-right: 140px; }

.mobile-nav-header {
  display: none;
  position: fixed;
  height: 60px;
  width: 100%;
  background-color: #F8F8FF;
  border-bottom: solid 1px #c3c3c3;
  top: 0;
  z-index: 99; }
  .mobile-nav-header .logo {
    height: 60px;
    width: 120px;
    margin: 0 0 0 6px;
    display: inline-block;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background: url(4-images/logo.svg);
    background-size: 100% 100%; }
  .mobile-nav-header .mobile-nav-toggle {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    display: inline-block;
    float: right;
    display: flex;
    align-items: center;
    margin-top: 10px;
    cursor: pointer; }
    .mobile-nav-header .mobile-nav-toggle span,
    .mobile-nav-header .mobile-nav-toggle span:before,
    .mobile-nav-header .mobile-nav-toggle span:after {
      content: "";
      display: block;
      height: 2px;
      width: 100%;
      background-color: #0D47A1;
      position: relative;
      transition: all 0.3s ease-in-out; }
    .mobile-nav-header .mobile-nav-toggle span:before {
      top: 15px; }
    .mobile-nav-header .mobile-nav-toggle span:after {
      bottom: 17px; }
    .mobile-nav-header .mobile-nav-toggle.is-open span {
      background-color: transparent; }
    .mobile-nav-header .mobile-nav-toggle.is-open span:before, .mobile-nav-header .mobile-nav-toggle.is-open span:after {
      transform-origin: center;
      transform: rotate(45deg);
      top: 0; }
    .mobile-nav-header .mobile-nav-toggle.is-open span:after {
      transform: rotate(-45deg); }
  .mobile-nav-header .mobile-nav {
    margin-top: -12px; }
    .mobile-nav-header .mobile-nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: none;
      background-color: #f8f8ff;
      padding-top: 20px;
      padding-bottom: 10px;
      border-bottom: solid 1px #c3c3c3;
      transform: translateY(-150%);
      transition: all 0.4s ease-in-out; }
      .mobile-nav-header .mobile-nav ul li {
        text-align: center;
        margin-bottom: 5px;
        margin-top: 10px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 4.5vw; }
        .mobile-nav-header .mobile-nav ul li a {
          color: #333; }
  .mobile-nav-header .mobile-nav.is-open ul {
    transform: translateY(0%);
    display: block; }

@media (max-width: 1000px) {
  nav {
    display: none; }

  .nav-placeholder {
    display: none; }

  .mobile-nav-header {
    display: inline; } }
footer {
  background-color: rgba(13, 71, 161, 0.7); }
  footer img {
    position: absolute;
    z-index: -1; }
  footer .container .row .col-sm-4 h5, footer .container .row .col-sm-3 h5, footer .container .row .col-sm-2 h5 {
    color: white;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 15px; }
  footer .container .row .col-sm-4 p, footer .container .row .col-sm-3 p, footer .container .row .col-sm-2 p {
    color: white;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 10px; }
  footer .container .row .col-sm-4 form, footer .container .row .col-sm-3 form, footer .container .row .col-sm-2 form {
    display: block;
    width: calc(100% - 20px);
    margin-top: 70px; }
    footer .container .row .col-sm-4 form .the-input, footer .container .row .col-sm-3 form .the-input, footer .container .row .col-sm-2 form .the-input {
      border: none;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      height: 30px;
      width: calc(100% - 40px);
      display: block;
      font-size: 18px;
      font-weight: 400;
      float: left; }
    footer .container .row .col-sm-4 form .the-button, footer .container .row .col-sm-3 form .the-button, footer .container .row .col-sm-2 form .the-button {
      height: 30px;
      width: 40px;
      border: none;
      display: block;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      background-color: #0D47A1;
      color: white;
      font-size: 32px;
      background-image: url(4-images/button-bg.png);
      background-repeat: no-repeat;
      background-position: center;
      margin-top: -30px;
      background-size: 80% 80%; }
  footer .container .row .col-sm-4 ul, footer .container .row .col-sm-3 ul, footer .container .row .col-sm-2 ul {
    list-style: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-left: 0; }
    footer .container .row .col-sm-4 ul li, footer .container .row .col-sm-3 ul li, footer .container .row .col-sm-2 ul li {
      color: white; }
    footer .container .row .col-sm-4 ul i, footer .container .row .col-sm-3 ul i, footer .container .row .col-sm-2 ul i {
      padding-bottom: -40px;
      font-size: 16px; }
    footer .container .row .col-sm-4 ul a, footer .container .row .col-sm-3 ul a, footer .container .row .col-sm-2 ul a {
      color: white; }
  footer .container .row .last {
    position: relative;
    float: right; }
  footer .separator {
    height: 1px;
    width: 90%;
    margin-left: 5%;
    display: block;
    background-color: white;
    margin-top: 20px;
    margin-bottom: 20px; }
  footer h6 {
    color: white;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    font-size: 14px;
    padding-bottom: 20px;
    margin-bottom: 0; }
  footer .footer-mobile {
    display: none; }
    footer .footer-mobile h5 {
      text-align: center;
      color: white;
      font-family: "Open Sans", sans-serif;
      font-size: 26px;
      font-weight: bold; }
    footer .footer-mobile p {
      text-align: center;
      color: white;
      font-family: "Open Sans", sans-serif;
      font-size: 16px; }
      footer .footer-mobile p a {
        text-align: center;
        color: white;
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        font-weight: 600;
        padding-bottom: 10px; }
    footer .footer-mobile input {
      height: 30px;
      margin: 0;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      float: left;
      width: 70%;
      margin-left: 10%; }
    footer .footer-mobile button {
      margin: 0;
      font-size: 18px;
      height: 30px;
      color: white;
      border: 0;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      background-color: #0D47A1;
      margin-bottom: 30px; }
  footer .separator {
    height: 1px;
    width: 90%;
    margin-left: 5%;
    display: block;
    background-color: white;
    margin-top: 20px;
    margin-bottom: 20px; }
  footer h6 {
    color: white;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    font-size: 14px;
    padding-bottom: 20px;
    margin-bottom: 0; }

@media (max-width: 767px) {
  footer {
    background-color: rgba(13, 71, 161, 0.7); }
    footer .container {
      display: none; }
    footer .hide-mobile {
      display: none; }
    footer .footer-mobile {
      display: block; }
      footer .footer-mobile form {
        display: block;
        width: calc(100% - 20px);
        margin-top: 30px;
        margin-bottom: 100px; }
        footer .footer-mobile form .the-input {
          border: none;
          border-top-left-radius: 5px;
          border-bottom-left-radius: 5px;
          height: 30px;
          width: calc(80% - 20px);
          display: block;
          font-size: 18px;
          font-weight: 400;
          float: left;
          margin-right: 0; }
        footer .footer-mobile form .the-button {
          height: 30px;
          width: 40px;
          border: none;
          display: block;
          border-top-right-radius: 5px;
          border-bottom-right-radius: 5px;
          background-color: #0D47A1;
          color: white;
          font-size: 32px;
          background-image: url(4-images/button-bg.png);
          background-repeat: no-repeat;
          background-position: center;
          margin-top: 0;
          background-size: 80% 80%;
          margin-left: 0; } }
.contact-overlay {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 101;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  display: none; }
  .contact-overlay .modal1 {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 80vw;
    background: #0D47A1;
    margin-top: 20vh;
    border-radius: 10px; }
    .contact-overlay .modal1 .close-btn {
      color: tomato;
      font-size: 42px;
      padding: 0;
      cursor: pointer;
      position: absolute;
      right: 8vw;
      top: 12vh; }
      .contact-overlay .modal1 .close-btn:hover {
        transform: scale(1.2); }
    .contact-overlay .modal1 p {
      color: white;
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      font-size: 10vw; }

#myBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #0D47A1;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  border: solid 2px white;
  font-size: 14px; }

.contact-pop-up-modal {
  height: 100vh;
  width: 100vw;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  top: 0;
  left: 0;
  display: none; }
  .contact-pop-up-modal .contact-pop-up {
    height: 200px;
    width: 300px;
    background-color: #0D47A1;
    color: white;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 25px; }
    .contact-pop-up-modal .contact-pop-up p {
      text-align: center;
      margin-top: 40px;
      font-family: "Open Sans", sans-serif;
      font-size: 18px; }
      .contact-pop-up-modal .contact-pop-up p:first-child {
        padding-top: 20px; }
    .contact-pop-up-modal .contact-pop-up .second-p {
      padding-bottom: 20px;
      margin-top: 20px; }
    .contact-pop-up-modal .contact-pop-up .close-contact-pop-up {
      color: #0D47A1;
      background-color: white;
      border-radius: 15px;
      display: inline;
      text-align: center;
      padding: 6px;
      font-family: "Open Sans", sans-serif;
      font-size: 22px;
      font-weight: bold;
      margin-left: calc(150px - 21px); }
      .contact-pop-up-modal .contact-pop-up .close-contact-pop-up:hover {
        text-decoration: none;
        cursor: pointer; }

.align-captcha {
  width: 304px;
  margin: 20px auto; }

.hero {
  margin: 0;
  background-image: url(4-images/Hero.jpg);
  background-size: cover;
  height: 500px;
  width: 100%;
  margin-top: -55px; }
  .hero .content {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .hero .content h1 {
      color: white;
      font-size: 32px;
      line-height: 1.7;
      padding-left: 50px;
      width: 70%;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      text-shadow: 1px 1px black; }
    .hero .content .cta {
      position: relative;
      border-radius: 5px;
      display: inline-block;
      text-align: center;
      text-decoration: none;
      padding: 15px 15px;
      margin-left: 75px;
      font-family: "Montserrat", sans-serif;
      font-weight: 600; }
    .hero .content .contact {
      background-color: #0D47A1;
      color: white;
      font-size: 20px; }
    .hero .content .info {
      background-color: white;
      color: #0D47A1;
      font-size: 22px; }

@media (max-width: 1000px) {
  .hero {
    height: 300px;
    margin-top: 60px;
    padding-top: 0; }
    .hero .content h1 {
      line-height: 1.4;
      padding-left: 25px;
      padding-right: 25px;
      width: 100%; } }
@media (max-width: 600px) {
  .hero .content h1 {
    font-size: 18px; }
  .hero .content .cta {
    padding: 10px 10px;
    margin-left: 25px;
    margin-top: 40px; }
  .hero .content .contact {
    font-size: 14px; }
  .hero .content .info {
    font-size: 16px; } }
@media (max-width: 345px) {
  .hero .content h1 {
    font-size: 14px; }
  .hero .content .cta {
    padding: 10px 10px;
    margin-left: 25px;
    margin-top: 25px; }
  .hero .content .contact {
    font-size: 10px; }
  .hero .content .info {
    font-size: 12px; } }
.about {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: "Open Sans", sans-serif; }
  .about h2 {
    font-size: 38px;
    margin-bottom: 50px;
    font-weight: 600;
    color: #292929; }
  .about h3 span {
    font-size: 18px;
    font-style: italic; }
  .about p {
    font-size: 16px;
    line-height: 1.5;
    color: #727272; }
  .about .video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin-top: 40px; }
    .about .video-responsive iframe {
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      position: absolute; }

.info-bar {
  margin-top: 50px;
  background-color: #0D47A1;
  font-family: "Montserrat", sans-serif;
  font-weight: 600; }
  .info-bar .stats {
    color: white;
    display: inline-block;
    text-align: center;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding-top: 10px;
    padding-bottom: 10px; }
    .info-bar .stats i {
      display: inline-block;
      font-size: 52px; }
    .info-bar .stats p {
      display: inline-block;
      font-size: 16px;
      margin-left: 10px;
      line-height: 1;
      color: white;
      font-weight: 400; }
      .info-bar .stats p span {
        font-weight: bold;
        font-size: 24px;
        letter-spacing: 1px; }

.visa-mastercard-image {
  margin-bottom: 30px;
  margin-top: 10px;
  position: relative;
  display: inline-block;
  max-width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

@media (max-width: 767px) {
  .info-bar .stats {
    width: 185px;
    text-align: left; }
    .info-bar .stats .move-fa {
      margin-left: 14px; }
    .info-bar .stats .move-info {
      margin-left: 30px; }
    .info-bar .stats .move-info-2 {
      margin-left: 25px; } }
.newsletter {
  height: 200px;
  width: 100%;
  background-image: url(4-images/Newsletter-bg.jpg);
  background-size: 100% 100%; }
  .newsletter h4 {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: white;
    font-size: 3vw;
    padding-top: 20px;
    text-align: center; }
  .newsletter form {
    display: block;
    width: calc(100vw - 500px);
    margin-left: 250px;
    margin-right: 250px;
    margin-top: 70px; }
    .newsletter form .the-input {
      border: none;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      height: 30px;
      width: calc(100% - 40px);
      display: block;
      font-size: 18px;
      font-weight: 400;
      float: left; }
    .newsletter form .the-button {
      height: 30px;
      width: 40px;
      border: none;
      display: block;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      background-color: #0D47A1;
      color: white;
      font-size: 32px;
      background-image: url(4-images/button-bg.png);
      background-repeat: no-repeat;
      background-position: center;
      margin-top: -30px;
      background-size: 80% 80%; }

@media (max-width: 1000px) {
  .newsletter h4 {
    font-size: 4vw; }
  .newsletter form {
    display: block;
    width: calc(100vw - 200px);
    margin-left: 100px;
    margin-right: 250px;
    margin-top: 70px; }
  .newsletter .mailing {
    width: calc(100vw - 200px);
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 30px; }
    .newsletter .mailing input {
      width: calc(100% - 60px);
      font-size: 18px;
      font-weight: 400; } }
@media (max-width: 500px) {
  .newsletter h4 {
    font-size: 5vw; }
  .newsletter form {
    display: block;
    width: calc(100vw - 50px);
    margin-left: 25px;
    margin-right: 250px;
    margin-top: 70px; }
  .newsletter .mailing {
    width: calc(100vw - 50px);
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 30px; }
    .newsletter .mailing input {
      width: calc(100% - 60px);
      font-size: 14px;
      font-weight: 400;
      height: 35px; }
    .newsletter .mailing button {
      height: 35px;
      font-size: 22px; } }
.more {
  margin-top: 40px;
  font-family: "Open Sans", sans-serif; }
  .more .container .row .col-sm-3 .body #banner1 {
    background-image: url(4-images/banner1.jpg); }
  .more .container .row .col-sm-3 .body #banner2 {
    background-image: url(4-images/banner2.jpg); }
  .more .container .row .col-sm-3 .body #banner3 {
    background-image: url(4-images/banner3.jpg); }
  .more .container .row .col-sm-3 .body #banner4 {
    background-image: url(4-images/banner4.jpg); }
  .more .container .row .col-sm-3 .body #banner5 {
    background-image: url(4-images/banner5.jpg); }
  .more .container .row .col-sm-3 .body #banner6 {
    background-image: url(4-images/banner6.jpg); }
  .more .container .row .col-sm-3 .body #banner7 {
    background-image: url(4-images/banner7.jpg); }
  .more .container .row .col-sm-3 .body #banner8 {
    background-image: url(4-images/banner8.jpg); }
  .more .container .row .col-sm-3 .body .banner {
    height: 175px;
    width: 100%;
    background-color: pink; }
    .more .container .row .col-sm-3 .body .banner a {
      display: inline-block;
      position: relative;
      font-weight: 600;
      color: white;
      font-size: 18px;
      float: right;
      background-color: #0D47A1;
      padding: 5px 10px;
      margin-top: calc(175px - 35px); }
      .more .container .row .col-sm-3 .body .banner a:hover {
        text-decoration: none; }
    .more .container .row .col-sm-3 .body .banner:after {
      content: "";
      position: absolute;
      background-color: rgba(255, 255, 255, 0.4);
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none; }
    .more .container .row .col-sm-3 .body .banner:hover {
      background-color: rgba(255, 255, 255, 0);
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
  .more .container .row .col-sm-3 .body h3 {
    padding-left: 5px;
    padding-right: 5px;
    color: #292929;
    font-weight: bold;
    font-size: 26px; }
  .more .container .row .col-sm-3 .body p {
    padding-left: 5px;
    padding-right: 5px;
    color: #727272; }
    .more .container .row .col-sm-3 .body p a {
      color: #727272;
      font-style: italic;
      transform: scale(1.2); }
  .more .mobile-more {
    display: none; }
    .more .mobile-more .mobile-more-row {
      display: inline; }
      .more .mobile-more .mobile-more-row #banner1 {
        background-image: url(4-images/banner1.jpg); }
      .more .mobile-more .mobile-more-row #banner2 {
        background-image: url(4-images/banner2.jpg); }
      .more .mobile-more .mobile-more-row #banner3 {
        background-image: url(4-images/banner3.jpg); }
      .more .mobile-more .mobile-more-row #banner4 {
        background-image: url(4-images/banner4.jpg); }
      .more .mobile-more .mobile-more-row #banner5 {
        background-image: url(4-images/banner5.jpg); }
      .more .mobile-more .mobile-more-row #banner6 {
        background-image: url(4-images/banner6.jpg); }
      .more .mobile-more .mobile-more-row #banner7 {
        background-image: url(4-images/banner7.jpg); }
      .more .mobile-more .mobile-more-row #banner8 {
        background-image: url(4-images/banner8.jpg); }
      .more .mobile-more .mobile-more-row .mobile-bg {
        height: 25vw;
        width: 25%;
        float: left;
        background-size: 100% 100%; }
        .more .mobile-more .mobile-more-row .mobile-bg h3 {
          color: white;
          font-weight: bold;
          font-size: 2.5vw;
          text-align: center;
          padding-top: 35px; }
          .more .mobile-more .mobile-more-row .mobile-bg h3 a {
            color: white;
            font-weight: bold;
            font-size: 2.5vw;
            text-align: center;
            padding-top: 35px; }

@keyframes shinev2 {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%); }
@media (max-width: 767px) {
  .more .container {
    display: none; }
  .more .mobile-more {
    display: inline-block; }
    .more .mobile-more .mobile-more-row {
      display: inline; }
      .more .mobile-more .mobile-more-row .mobile-bg {
        height: 25vw;
        width: 25%;
        background-color: purple;
        float: left; }
        .more .mobile-more .mobile-more-row .mobile-bg h3 {
          color: white;
          font-weight: bold;
          font-size: 2.5vw;
          text-align: center;
          padding-top: 35px;
          text-shadow: 1px 1px black; } }
.contact-section {
  background-image: url(4-images/Contact-bg.jpg);
  background-size: cover;
  height: auto;
  min-height: 500px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-attachment: fixed;
  background-position: center; }
  .contact-section h4 {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    padding-top: 35px; }
  .contact-section p {
    color: white;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px; }
  .contact-section .container {
    font-family: "Open Sans", sans-serif; }
    .contact-section .container .row .col-sm-5 input {
      width: 100%;
      border: none;
      height: 40px;
      margin-top: 20px;
      border-radius: 7.5px;
      font-size: 18px; }
    .contact-section .container .row .col-sm-10 input {
      width: 100%;
      border: none;
      height: 40px;
      margin-top: 20px;
      border-radius: 7.5px;
      font-size: 18px; }
    .contact-section .container .row .col-sm-10 textarea {
      width: 100%;
      height: 140px;
      border: none;
      border-radius: 7.5px;
      margin-top: 20px;
      font-size: 18px; }
    .contact-section .container button {
      background-color: #0D47A1;
      border: none;
      color: white;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      font-size: 32px;
      padding: 10px 20px;
      border-radius: 20px;
      margin-top: 20px;
      margin-bottom: 30px;
      position: relative;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }

form .g-recaptcha {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.contact-hero {
  margin: 0;
  background-image: url(4-images/Hero.jpg);
  background-size: cover;
  height: 300px;
  width: 100%;
  margin-top: -55px; }
  .contact-hero .contact-hero-content {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .contact-hero .contact-hero-content h1 {
      color: white;
      font-size: 32px;
      line-height: 1.7;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      text-align: center; }
    .contact-hero .contact-hero-content h2 {
      color: white;
      font-size: 22px;
      line-height: 1.7;
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      text-align: center; }

@media (max-width: 1000px) {
  .contact-hero {
    margin-top: 0; } }
.contact-content h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #292929; }
.contact-content .container .row .col-sm-6 h3 {
  font-family: "Open Sans", sans-serif;
  color: #292929;
  font-size: 600; }
.contact-content .container .row .col-sm-6 p {
  font-family: "Open Sans", sans-serif;
  color: #727272;
  margin-top: 28px; }
.contact-content .container .row .col-sm-6 form {
  margin-top: 50px; }
  .contact-content .container .row .col-sm-6 form input {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    height: 30px; }
  .contact-content .container .row .col-sm-6 form textarea {
    width: 100%;
    height: 140px;
    resize: none; }
  .contact-content .container .row .col-sm-6 form button {
    background-color: #0D47A1;
    border: none;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 24px;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

.pricing-hero {
  margin: 0;
  background-image: url(4-images/Hero.jpg);
  background-size: cover;
  height: 300px;
  width: 100%;
  margin-top: -55px; }
  .pricing-hero .pricing-hero-content {
    position: relative;
    left: 50%;
    top: 35%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .pricing-hero .pricing-hero-content h2 {
      color: white;
      font-size: 28px;
      line-height: 1.7;
      font-family: "Open Sans", sans-serif;
      text-align: center; }

@media (max-width: 1000px) {
  .pricing-hero {
    margin-top: 0; } }
.pricing-content .container .left-offer .title {
  background-color: #567CBB;
  height: 200px;
  width: 100%;
  color: white;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: 40px; }
  .pricing-content .container .left-offer .title i {
    font-size: 52px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px;
    border-radius: 50%;
    margin-top: 30px; }
  .pricing-content .container .left-offer .title h1 {
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600; }
  .pricing-content .container .left-offer .title h2 {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold; }
.pricing-content .container .left-offer .content {
  background-color: #F8F8FF;
  margin-bottom: 0;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  color: #292929;
  font-size: 16px; }
  .pricing-content .container .left-offer .content .odd {
    background-color: #ebebf4;
    padding: 0; }
  .pricing-content .container .left-offer .content p {
    padding: 0 20px; }
    .pricing-content .container .left-offer .content p:first-child {
      padding-top: 10px; }
    .pricing-content .container .left-offer .content p:last-child {
      padding-bottom: 10px;
      margin-bottom: 0; }
    .pricing-content .container .left-offer .content p span {
      font-weight: bold; }
.pricing-content .container .left-offer .button-container {
  background-color: #ebebf4;
  margin-bottom: 40px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center; }
  .pricing-content .container .left-offer .button-container a {
    background-color: #567CBB;
    padding: 10px 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: white;
    border-radius: 10px;
    text-align: center;
    display: inline; }
.pricing-content .container .right-offer .title {
  background-color: tomato;
  height: 200px;
  width: 100%;
  color: white;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: 40px; }
  .pricing-content .container .right-offer .title i {
    font-size: 52px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px;
    border-radius: 50%;
    margin-top: 30px; }
  .pricing-content .container .right-offer .title h1 {
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600; }
  .pricing-content .container .right-offer .title h2 {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold; }
.pricing-content .container .right-offer .content {
  background-color: #F8F8FF;
  margin-bottom: 0;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  color: #292929;
  font-size: 16px; }
  .pricing-content .container .right-offer .content .odd {
    background-color: #ebebf4;
    padding: 0; }
  .pricing-content .container .right-offer .content p {
    padding: 0 20px; }
    .pricing-content .container .right-offer .content p:first-child {
      padding-top: 10px; }
    .pricing-content .container .right-offer .content p:last-child {
      padding-bottom: 10px;
      margin-bottom: 0; }
    .pricing-content .container .right-offer .content p span {
      font-weight: bold; }
.pricing-content .container .right-offer .button-container {
  background-color: #F8F8FF;
  margin-bottom: 40px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center; }
  .pricing-content .container .right-offer .button-container a {
    background-color: tomato;
    padding: 10px 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: white;
    border-radius: 10px;
    text-align: center; }

.about-hero {
  margin: 0;
  background-image: url(4-images/Hero.jpg);
  background-size: cover;
  height: 300px;
  width: 100%;
  margin-top: -55px; }
  .about-hero .about-hero-content {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .about-hero .about-hero-content h2 {
      color: white;
      font-size: 32px;
      line-height: 1.7;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      text-align: center; }

.about-content .container {
  margin-top: 50px; }
  .about-content .container .col-sm-6 p {
    font-family: "Open Sans", sans-serif;
    color: #292929;
    font-size: 17px; }
.about-content h2 {
  margin-top: 50px;
  color: #0D47A1;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 32px;
  text-align: center; }
.about-content .container ul li {
  font-family: "Open Sans", sans-serif;
  color: #292929;
  font-size: 18px;
  margin-bottom: 15px; }
.about-content .container p {
  font-family: "Open Sans", sans-serif;
  color: #292929;
  font-size: 18px;
  margin-bottom: 15px; }
.about-content .container .about-button {
  display: inline-block;
  background-color: #0D47A1;
  border: none;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 24px;
  padding: 10px 20px;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.parent-container .container {
  margin-bottom: 40px;
  margin-top: 80px; }
  .parent-container .container .row .col-sm-3 .border-image {
    background-color: rgba(219, 219, 219, 0.3);
    border: solid 1px #dbdbdb;
    padding: 15px;
    margin-top: 30px; }
    .parent-container .container .row .col-sm-3 .border-image p {
      text-align: center;
      margin-bottom: 0;
      margin-top: 5px;
      font-size: 16px; }
    .parent-container .container .row .col-sm-3 .border-image .gallery-item img {
      width: 100%;
      height: 100%; }

.portfolio-hero {
  margin: 0;
  background-image: url(4-images/Hero.jpg);
  background-size: cover;
  height: 300px;
  width: 100%;
  margin-top: -55px; }
  .portfolio-hero .portfolio-hero-content {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .portfolio-hero .portfolio-hero-content h2 {
      color: white;
      font-size: 32px;
      line-height: 1.7;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      text-align: center; }

.portfolio-content .container h3 {
  text-align: center; }
.portfolio-content .container .col-sm-6 img {
  margin-top: 30px;
  margin-bottom: 30px; }
.portfolio-content .container .col-sm-6 {
  margin-top: 30px;
  margin-bottom: 80px; }

/*# sourceMappingURL=main.css.map */
