@import url("https://fonts.googleapis.com/css2?family=Martel:wght@200;300;400;600;700;800;900&display=swap");
@font-face {
  font-family: "proxima_nova_altbold";
  src: url("/resources/webfonts/proxima_nova_alt_bold-webfont.woff2") format("woff2"), url("/resources/webfonts/proxima_nova_alt_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_nova_altlight";
  src: url("/resources/webfonts/proxima_nova_alt_light-webfont.woff2") format("woff2"), url("/resources/webfonts/proxima_nova_alt_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_nova_altthin";
  src: url("/resources/webfonts/proxima_nova_alt_thin-webfont.woff2") format("woff2"), url("/resources/webfonts/proxima_nova_alt_thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_novablack";
  src: url("/resources/webfonts/proxima_nova_black-webfont.woff2") format("woff2"), url("/resources/webfonts/proxima_nova_black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_novabold";
  src: url("/resources/webfonts/proxima_nova_bold-webfont.woff2") format("woff2"), url("/resources/webfonts/proxima_nova_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_novaextrabold";
  src: url("/resources/webfonts/proxima_nova_extrabold-webfont.woff2") format("woff2"), url("/resources/webfonts/proxima_nova_extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_novathin";
  src: url("/resources/webfonts/proxima_nova_thin-webfont.woff2") format("woff2"), url("/resources/webfonts/proxima_nova_thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_novaregular";
  src: url("/resources/webfonts/proximanova-regular-webfont.woff2") format("woff2"), url("/resources/webfonts/proximanova-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "martelheavy";
  src: url("/resources/webfonts/martel-black-webfont.woff2") format("woff2"), url("/resources/webfonts/martel-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "martelbold";
  src: url("/resources/webfonts/martel-bold-webfont.woff2") format("woff2"), url("/resources/webfonts/martel-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "martelextrabold";
  src: url("/resources/webfonts/martel-extrabold-webfont.woff2") format("woff2"), url("/resources/webfonts/martel-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "martelultralight";
  src: url("/resources/webfonts/martel-extralight-webfont.woff2") format("woff2"), url("/resources/webfonts/martel-extralight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "martellight";
  src: url("/resources/webfonts/martel-light-webfont.woff2") format("woff2"), url("/resources/webfonts/martel-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "martelregular";
  src: url("/resources/webfonts/martel-regular-webfont.woff2") format("woff2"), url("/resources/webfonts/martel-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "marteldemibold";
  src: url("/resources/webfonts/martel-semibold-webfont.woff2") format("woff2"), url("/resources/webfonts/martel-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  background: #FFF;
  font-family: "Martel", sans-serif;
  font-size: 1rem;
  color: #000;
  height: 100%;
}

::before,
::after {
  font-family: "FontAwesome", serif;
}

.container,
.container-lg,
.container-md,
.container-sm {
  max-width: 1320px !important;
}

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

ul {
  padding: 0;
}

.breathe {
  padding: 2rem 0 1.5rem;
}

header {
  top: 0;
  position: fixed;
  z-index: 9;
  transition: 0.5s all ease-in-out;
  width: 100%;
  background: #FFF;
}
header .navbar {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
header .navbar-light .navbar-nav .activ a {
  color: #026999;
}
header .navbar-light .navbar-nav .nav-link {
  color: #000;
  padding-right: 1rem;
  padding-left: 1rem;
  font-family: "proxima_nova", sans-serif;
}
header .navbar-light .navbar-nav .nav-link:hover {
  color: #026999;
}
header .navbar-light .navbar-nav .nav-link.active {
  color: #026999;
}
header .navbar-expand-lg .navbar-nav > li {
  position: relative;
  display: inline-block;
}

.top-header {
  padding: 10px 0;
}
.top-header .navbar-brand .logo {
  width: 75px;
}
.top-header ul {
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  margin: 0;
  padding: 0;
  align-items: center;
}
.top-header ul li {
  list-style-type: none;
}
.top-header ul .nav-icons i {
  font-style: normal;
  color: #01354d;
  padding-right: 20px;
  font-size: 1.25rem;
}
.top-header ul .nav-icons i.fa-mobile {
  font-size: 35px;
}
.top-header ul .nav-icons .whatsapp {
  padding-right: 20px;
}
.top-header ul .nav-icons .btn-primary {
  padding: 10px 35px;
  width: auto;
  font-size: 0.75rem;
  font-weight: 800;
}

.wrapper {
  margin-top: 5.625rem;
}

.banner {
  position: relative;
  height: 664px;
}
.banner .banner-img {
  height: 664px;
  position: absolute;
  width: 100%;
  margin: 0;
}
.banner .banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .container {
  padding: 0;
}
.banner .container .banner-text {
  left: 0%;
  width: 50%;
  height: 664px;
  position: relative;
  flex-direction: column;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  font-family: "Martel", sans-serif;
  /* .move {
      animation: 1s ease-out 0s 1 slideInLeft;

      @keyframes slideInLeft {
          0% {
              transform: translateX(-100%);
          }

          100% {
              transform: translateX(0);
          }
      }
  } */
  /* .move {
      animation: mover1 .5s forwards;
      -moz-animation: mover1 .5s forwards;
      -webkit-animation: mover1 .5s forwards;

      @keyframes mover1 {
          0% {
              transform: translateX(-100px);
          }

          100% {
              transform: translateX(0px);
          }
      }

      &:hover {
          animation: mover 1s infinite alternate;
          -webkit-animation: mover .5s infinite alternate;
          -moz-animation: mover .5s infinite alternate;

          @keyframes mover {
              0% {
                  transform: translateY(0);
              }

              100% {
                  transform: translateY(-10px);
              }
          }

      }
  } */
}
.banner .container .banner-text h1 {
  color: #FFF;
  font-size: 45px;
  text-shadow: 0px 0px 75px #000;
  line-height: 1.3;
}
.banner .container .banner-text h1 span {
  padding-left: 3rem;
  display: block;
}

/* h2 {
    font-family: $martelfont;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
} */
/* .navbar{
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
} */
.btn-primary {
  color: #FFF;
  background-color: #01354d;
  border: none;
  font-size: 15px;
  font-weight: bold;
  font-family: "proxima_nova", sans-serif;
  text-transform: uppercase;
  width: 180px;
  box-shadow: none !important;
}
.btn-primary:hover {
  color: #FFF;
  background-color: #0f4f6d;
  border: none;
}
.btn-primary:focus {
  color: #FFF;
  background-color: #0f4f6d;
  border: none;
}
.btn-primary:active {
  color: #FFF;
  background-color: #0f4f6d;
  box-shadow: none;
}

.about {
  background-color: #8ead9e;
}
.about .container {
  padding: 0;
}
.about .container .home-list {
  padding: 0;
  display: flex;
  justify-content: space-between;
  padding: 25px 0 65px;
  margin-bottom: 0;
  flex-wrap: wrap;
  /* .range-img {
      img {
          -webkit-filter: sepia(100%);
          filter: sepia(0%);
          -webkit-transition: .3s ease-in-out;
          transition: .3s ease-in-out;

          &:hover {
              -webkit-filter: sepia(0);
              filter: sepia(100%);
          }
      }
  } */
}
.about .container .home-list li {
  list-style-type: none;
  width: 50%;
  margin: auto;
  padding: 0 1rem;
}
.about .container .home-list li figure {
  margin: 0;
}
.about .container .home-list li figcaption {
  color: #FFF;
  padding-right: 50px;
  font-family: "proxima_nova", sans-serif;
}
.about .container .home-list li figcaption h1 {
  font-size: 45px;
  font-family: "Martel", sans-serif;
  font-weight: normal;
}
.about .container .home-list li figcaption :nth-child(2) {
  font-size: 17px;
  line-height: 2;
  margin-bottom: 2rem;
}
.about .container .home-list li figcaption :nth-child(3) {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.about .container .home-list li figcaption :nth-child(4) {
  font-size: 37px;
  line-height: 1.2;
  margin-bottom: 0;
}

.choose {
  background-color: #fafafa;
}
.choose .container {
  padding: 0;
}
.choose .container .list {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 30px;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.choose .container .list li {
  list-style-type: none;
  width: 50%;
  padding: 0 16px 45px;
}
.choose .container .list li .choose-img {
  margin: 0;
  position: relative;
}
.choose .container .list li .choose-img img {
  position: absolute;
  top: -5.3rem;
  width: 90%;
}
.choose .container .list li .choose-us {
  color: #000;
  font-family: "proxima_nova", sans-serif;
}
.choose .container .list li .choose-us h1 {
  font-size: 45px;
  font-family: "Martel", sans-serif;
  font-weight: normal;
}
.choose .container .list li .choose-us p {
  font-family: "proxima_nova", sans-serif;
  margin-bottom: 28px;
  font-size: 14px;
}
.choose .container .list li .choose-us .whyus li {
  list-style-type: none;
  color: #000;
  width: 100%;
  display: flex;
  padding: 0;
  margin-bottom: 28px;
}
.choose .container .list li .choose-us .whyus li .icon {
  width: 90px;
  height: 90px;
  background-color: #FFA77B;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 22px;
}
.choose .container .list li .choose-us .whyus li .icon img {
  width: 45px;
  height: auto;
}
.choose .container .list li .choose-us .whyus li .text {
  width: 80%;
  color: #000;
}
.choose .container .list li .choose-us .whyus li .text h3 {
  font-family: "proxima_nova", sans-serif;
  font-size: 30px;
}
.choose .container .list li .choose-us .whyus li .text p {
  font-family: "proxima_nova", sans-serif;
  line-height: 1.75;
}
.choose .container .list li .choose-us .whyus li p {
  margin-top: 0;
  margin-bottom: 0;
}

.services {
  background-color: #606060;
  padding: 30px 0;
}
.services .container {
  padding: 0;
}
.services .container h1 {
  text-align: center;
  color: #FFF;
  margin-bottom: 1rem;
  font-size: 45px;
}
.services .container .designs {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.services .container .designs figure:hover + span {
  bottom: -36px;
  opacity: 1;
}
.services .container .designs figure {
  position: relative;
  margin: 0;
  padding: 1rem;
}
.services .container .designs figure img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
  width: 100%;
}
.services .container .designs figure img:hover {
  transform: scale(1.01);
  filter: grayscale(75%);
  -webkit-filter: grayscale(75%);
  -moz-filter: grayscale(75%);
}
.services .container .designs figure figcaption {
  position: absolute;
  background-color: #FFA77B;
  color: #FFF;
  text-align: center;
  padding: 10px;
  width: 75%;
  left: 50%;
  bottom: -5px;
  transform: translate(-50%, 0%);
  transition: all 0.5s ease-in-out;
}
.services .container .designs figure figcaption h3 {
  font-size: 20px;
  font-family: "proxima_nova", sans-serif;
  margin-bottom: 0;
}
.services .container .designs figure figcaption a {
  color: #FFF;
  box-shadow: none !important;
  transition: all 0.5s ease-in-out;
}
.services .container .designs figure figcaption:hover {
  color: #FFF;
  background-color: #ee783d;
}
.services .container .designs figure figcaption:focus {
  color: #FFF;
  background-color: #f1bda2;
}
.services .container .features {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 45px 16px 0px;
  margin-bottom: 0;
  flex-wrap: wrap;
  list-style: none;
}
.services .container .features li figure {
  margin: 0;
}
.services .container .features li figure.services-img {
  position: relative;
}
.services .container .features li figure.services-img .main-img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.services .container .features li figure.services-img .rect {
  position: absolute;
  bottom: -1.875rem;
  right: -3rem;
  z-index: 1;
}
.services .container .features li figcaption {
  color: #FFF;
  font-family: "proxima_nova", sans-serif;
  font-size: 16px;
}
.services .container .features li figcaption li {
  margin-bottom: 16px;
}
.services .container .features li figcaption ul {
  list-style-image: url("/resources/images/green-bullet.svg");
}
.services .container .features li.points {
  width: 45%;
}
.services .container .features li.points ul {
  width: 90%;
  margin-left: auto;
}

.contact {
  background-color: #fafafa;
  padding: 30px 0 0;
}
.contact .container {
  padding: 0;
}
.contact .container h1 {
  text-align: center;
  color: #000;
  font-size: 45px;
  font-family: "Martel", sans-serif;
  font-weight: lighter;
  margin-bottom: 20px;
}
.contact .container ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.contact .container ul li {
  list-style-type: none;
  padding: 0px;
  margin-bottom: 1rem;
  width: 100%;
}
.contact .container ul li:last-child {
  margin-bottom: 0px;
}
.contact .container ul li figure {
  margin: 0;
}
.contact .container ul li figcaption {
  color: #FFF;
  padding-right: 50px;
  font-family: "proxima_nova", sans-serif;
}
.contact .container ul li.contact-form {
  width: 40%;
  background-color: #FFF;
  margin-bottom: 0;
  padding: 15px 40px;
  border-top-left-radius: 5px;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
}
.contact .container ul li.contact-form span.contact-title {
  font-size: 24px;
  font-family: "proxima_nova", sans-serif;
  color: #4E4E4E;
  position:relative;
  bottom:inherit;
}
.contact .container ul li.contact-form span {
  font-size: 12px;
  font-family: "proxima_nova", sans-serif;
  color: red;
  position: absolute;
  bottom: -18px;
}
.contact .container ul li.contact-form p {
  font-size: 14px;
  font-family: "proxima_nova", sans-serif;
  color: #4E4E4E;
  margin-bottom: 0;
}
.contact .container ul li.contact-form p.mandatory {
  font-size: 12px;
  text-align: right;
  font-family: "proxima_nova", sans-serif;
  margin-bottom: 10px;
  color: #4E4E4E;
}
.contact .container ul li.contact-form p.chars {
  font-size: 12px;
  text-align: right;
  font-family: "proxima_nova", sans-serif;
  margin-bottom: 18px;
  color: #4E4E4E;
}
.contact .container ul li.contact-form textarea {
  width: 100%;
  padding: 6px 12px;
  font-size: 12px;
  color: #4E4E4E;
}
.contact .container ul li.contact-form input {
  border: none;
  width: 100%;
  background-color: transparent;
  color: #4E4E4E;
}
.contact .container ul li.contact-form input::-moz-placeholder {
  color: #4E4E4E;
  font-family: "proxima_nova", sans-serif;
  font-size: 12px;
}
.contact .container ul li.contact-form input:-ms-input-placeholder {
  color: #4E4E4E;
  font-family: "proxima_nova", sans-serif;
  font-size: 12px;
}
.contact .container ul li.contact-form input::placeholder {
  color: #4E4E4E;
  font-family: "proxima_nova", sans-serif;
  font-size: 12px;
}
.contact .container ul li.contact-form input:focus {
  box-shadow: none;
  border-color: #E6E6E6;
}
.contact .container ul li.contact-form textarea {
  /* border: none;
  background-color: transparent; */
}
.contact .container ul li.contact-form textarea::-moz-placeholder {
  color: #4E4E4E;
  font-family: "proxima_nova", sans-serif;
  font-size: 12px;
}
.contact .container ul li.contact-form textarea:-ms-input-placeholder {
  color: #4E4E4E;
  font-family: "proxima_nova", sans-serif;
  font-size: 12px;
}
.contact .container ul li.contact-form textarea::placeholder {
  color: #4E4E4E;
  font-family: "proxima_nova", sans-serif;
  font-size: 12px;
}
.contact .container ul li.contact-form textarea:focus {
  box-shadow: none;
  border-color: #E6E6E6;
}
.contact .container ul li.contact-form .form-control {
  font-size: 12px;
  resize: none;
}
.contact .container ul li.contact-form .input-container {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  margin-bottom: 1.4rem;
}
.contact .container ul li.contact-form .icon {
  padding: 10px;
  width: 30px;
  text-align: center;
  font-style: normal;
}
.contact .container ul li.contact-form select.code {
  border: none;
  padding: 3px;
  background-color: transparent;
  border-right: 1px solid #ced4da;
  outline: none;
  color: #4E4E4E;
  font-family: "proxima_nova", sans-serif;
  font-size: 12px;
  appearance: auto;
  width: auto;
}
.contact .container ul li.contact-form .fa-mobile-phone {
  font-size: 20px;
  padding: 5px 7px;
}
.contact .container ul li.contact-form .input-field {
  width: 100%;
  padding: 10px;
  outline: none;
}
.contact .container ul li.contact-form .input-div {
  padding: 0.375rem 0.75rem 0.375rem 0rem;
}
.contact .container ul li.contact-form .submit {
  background-color: #01354d;
  color: #FFF;
  padding: 10px;
  font-size: 15px;
  font-family: "proxima_nova", sans-serif;
  text-align: center;
  width: 75%;
  transition: all 0.5s ease-in-out;
  box-shadow: none !important;
  text-transform: none;
}
.contact .container ul li.contact-form .submit:hover {
  color: #FFF;
  background-color: #0f4f6d;
  border: none;
}
.contact .container ul li.contact-form .submit:focus {
  color: #FFF;
  background-color: #0f4f6d;
  border: none;
}
.contact .container ul li.contact-img {
  width: 60%;
  padding: 0;
}
.contact .map {
  width: 100%;
}
.contact .map figure {
  position: relative;
  margin: 0;
}
.contact .map .container {
  position: absolute;
  top: 0;
  background-color: white;
  margin: 10px;
  padding: 10px 15px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  border-radius: 2px;
  width: 400px;
  max-width: 100%;
}
.contact .map .container ul {
  margin: 0;
}
.contact .map .container ul li {
  list-style-type: none;
  color: #5b5b5b;
  padding: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.contact .map .container ul li .fa,
.contact .map .container ul li .fa-mobile {
  border: 1px solid #5b5b5b;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  margin-right: 10px;
}
.contact .map .container ul li span {
  font-family: "proxima_nova", sans-serif;
  color: #5b5b5b;
  font-family: Roboto, Arial;
  font-size: 12px;
}
.btn-submit{
  background-color: #01354d;
  color: #FFF;
  padding: 10px;
  font-size: 15px;
  font-family: "proxima_nova", sans-serif;
  text-align: center;
  width: 75%;border: none;
  transition: all 0.5s ease-in-out;
  box-shadow: none !important;
  text-transform: none;
}
.btn-submit:hover{
  color: #FFF;
  background-color: #0f4f6d;
  border: none;
}
.contact .map .container ul li span a {
  color: inherit;
}
.contact .map .container ul li .fa-map-marker {
  padding: 5px 9px;
  font-size: 20px;
}
.contact .map .container ul li .Whatsapp {
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 3px;
}
.contact .map .container ul li .fa-envelope-o {
  padding: 6px 7.5px;
  font-size: 14px;
}
.contact .map .container ul li .fa-mobile {
  padding: 0px 10px;
  font-size: 20px;
  font-style: normal;
}
.contact .map .container ul li .Facebook {
  margin-right: 5px;
}
.contact .map iframe {
  width: 100%;
}

#thankyou {
  background-color: #8ead9e;
  height: 100%;
  display: flex;
  align-items: center;
}
#thankyou .container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#thankyou .container .tick {
  width: 75px;
  height: 75px;
  background-color: #FFF;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  filter: sepia(0%);
  transition: 0.3s ease-in-out;
}
#thankyou .container .tick:hover {
  filter: sepia(100%);
}
#thankyou .container .tick i.fa-check {
  color: #01354d;
  font-weight: bold;
  font-size: 2.25rem;
  margin-left: -5px;
  margin-top: 5px;
}
#thankyou .container h1 {
  color: #FFF;
  font-size: 50px;
  font-family: "Martel", sans-serif;
  margin-bottom: 25px;
}
#thankyou .container p {
  color: #FFF;
  font-family: "proxima_nova", sans-serif;
  font-size: 18px;
  margin-bottom: 0;
}
#thankyou .container .btn-primary.backtohome {
  color: #FFF;
  background-color: #01354d;
  border: none;
  font-size: 15px;
  font-weight: bold;
  font-family: "proxima_nova", sans-serif;
  width: 180px;
  margin: 40px 0;
  text-transform: none;
  padding: 12px;
  transition: all 0.5s ease-in-out;
  box-shadow: none !important;
}
#thankyou .container .btn-primary.backtohome:hover {
  color: #FFF;
  background-color: #0f4f6d;
}
#thankyou .container .btn-primary.backtohome:focus {
  color: #FFF;
  background-color: #0f4f6d;
  border: none;
}
#thankyou .container .btn-primary.backtohome:active {
  box-shadow: none;
}
#thankyou .container .btn-primary.backtohome:before {
  left: 0;
  width: 0;
  background: #0f4f6d;
}
#thankyou .container .btn-primary.backtohome:after {
  left: 100%;
  width: 0;
  background: #0f4f6d;
}
#thankyou .container .social a {
  padding: 2px;
}

footer {
  position: relative;
  padding: 0.5rem 0 1rem 0;
  font-size: 14px;
  font-weight: normal;
  background-color: #fafafa;
  font-family: "proxima_nova", sans-serif;
}
footer a {
  color: inherit;
}
footer .copyright {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  color: #4E4E4E;
  list-style-type: none;
}

.row-zero {
  margin-left: 0;
  margin-right: 0;
}

#back-to-top {
  display: inline-block;
  background-color: #01354d;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
  bottom: 60px;
  right: 30px;
  scroll-behavior: smooth;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 8;
}

#back-to-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  color: #FFF;
}

#back-to-top:hover {
  cursor: pointer;
  background-color: #333;
}

#back-to-top:active {
  background-color: #555;
}

#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.thank-you header .navbar-nav li:first-child, .thank-you header .navbar-nav li:nth-child(2), .thank-you header .navbar-nav li:nth-child(3), .thank-you header .navbar-nav li:nth-child(4) {
    display: none;
}

.thank-you header .navbar-nav li .nav-icons li {
    display: list-item;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 1120px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 720px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: #FFF8FA;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  width: 990px;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  margin-left: 8px;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  border: 1px solid #8b2740;
  color: #8B2740;
  font-size: 40px;
  opacity: 1;
  position: absolute;
  right: -80px;
  top: -55px;
  text-align: right;
  background-color: #FFF;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #5F5151;
  font-family: "Gotham";
  font-size: 15px;
  padding-top: 10px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 50px;
  height: 50px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.mfp-arrow:before {
  border: 1px solid #8B2740;
  width: 50px;
  height: 50px;
  right: 39px;
  border-radius: 50px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #8B2740;
  margin-left: 25px;
}

.mfp-arrow-right {
  right: 8px;
}

.mfp-arrow-right:after {
  border-left: 17px solid #8B2740;
  margin-left: 31px;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: 100%;
  max-width: 100%;
  height: 650px;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #5F5151;
  font-family: "Martel", sans-serif;
  padding-right: 36px;
  font-weight: 500;
  padding-top: 10px;
  font-size: 15px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 991px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
    width: 90%;
    height: 520px;
  }
  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: -70px;
    top: -45px;
  }
  .mfp-image-holder .mfp-content {
    max-width: 85%;
  }
  img.mfp-img {
    height: 480px;
  }
}
@media all and (max-width: 599px) {
  .mfp-container {
    width: 95%;
    height: 420px;
  }
  img.mfp-img {
    height: 370px;
  }
  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: -40px;
    top: -45px;
  }
  button.mfp-arrow {
    margin-left: 3px;
  }
  .mfp-arrow-right {
    right: 3px;
  }
  .mfp-arrow {
    width: 40px;
    height: 40px;
  }
  .mfp-arrow:before {
    width: 40px;
    height: 40px;
  }
  .mfp-arrow-right:after {
    border-left: 13px solid #8B2740;
    margin-left: 24px;
  }
  .mfp-arrow-left:after {
    border-right: 13px solid #8B2740;
    margin-left: 15px;
  }
}
/*# sourceMappingURL=style.css.map */