@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #20293d;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

p {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5px;
}
@media (max-width: 1600px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  p {
    font-size: 15px;
    line-height: 22px;
  }
}

ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
ul li {
  font-size: 18px;
  line-height: 24px;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.defaultButton {
  background: #000;
  padding: 10px 15px;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 16px;
}
.defaultButton:hover, .defaultButton:focus {
  background: #125AD3;
  color: #e7dbc5;
}

.bullets {
  list-style: none;
}
.bullets li {
  padding-left: 20px;
}
.bullets li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 7px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #000;
}

@media screen and (min-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
@media screen and (min-width: 1800px) {
  .container {
    max-width: 1700px;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0px 20px;
  }
}
.sectionTitle {
  font-size: 60px;
  color: #20293d;
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .sectionTitle {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .sectionTitle {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}

.sectionPadding {
  padding: 60px 0px;
}
@media (max-width: 991px) {
  .sectionPadding {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 30px 0px;
  }
}

.mainHeader {
  padding: 10px 0;
  position: absolute;
  width: 100%;
  z-index: 99;
  text-align: center;
}
.mainHeader .logo img {
  width: 190px;
}
.mainHeader .headerLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}
.mainHeader .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}
.mainHeader .headerRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}
.mainHeader .headerRight a {
  font-size: 20px;
  color: #e7dbc5;
  text-transform: uppercase;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.mainHeader .headerRight a:first-child {
  margin-right: 15px;
}
.mainHeader .headerRight a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.mainHeader header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header a {
  font-size: 16px;
  color: #e7dbc5;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .mainHeader header a {
    font-size: 12px;
  }
  .mainHeader .logo img {
    height: 55px;
  }
}

.homebanner {
  position: relative;
}
.homebanner .video-background {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: top center;
     object-fit: top center;
}
.homebanner .bannerImage img {
  width: 100%;
}
.homebanner .bannerBox {
  display: block !important;
}
.homebanner .bannerText {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
}
.homebanner .bannerText .bannerDesc {
  font-size: 40px;
  color: #fff;
  margin-bottom: 30px;
}
.homebanner .bannerText .bannerDesc span {
  font-size: 60px;
}
@media (max-width: 991px) {
  .homebanner .video-background, .homebanner .bannerImage img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
}

.aboutSec li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.aboutSec li:last-child {
  margin: 0px;
}
.aboutSec li .landingBox {
  padding: 30px 0px;
  padding-right: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.aboutSec li .landingBoximg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.aboutSec li .landingBoximg img {
  width: 100%;
}
.aboutSec li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.aboutSec li:nth-child(even) .landingBox {
  padding: 30px 0px;
  padding-left: 50px;
}
@media (max-width: 1199px) {
  .aboutSec li {
    margin-bottom: 30px;
  }
  .aboutSec li .landingBox {
    padding: 20px 0px;
    padding-right: 30px;
  }
  .aboutSec li .landingBoximg img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .aboutSec li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .aboutSec li .landingBox, .aboutSec li .landingBoximg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 0px !important;
  }
  .aboutSec li .landingBoximg img {
    height: auto;
  }
  .aboutSec li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.galleryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.galleryList li {
  list-style: none;
  padding: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.galleryList li .galleryBox p {
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
  color: #141B2E;
}
@media (max-width: 1600px) {
  .galleryList li .galleryBox p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .galleryList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .galleryList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

footer {
  background: #20293d;
  padding: 15px;
}
footer p {
  text-align: center;
  margin-bottom: 0;
  color: #e7dbc5;
  font-size: 15px;
}

.paddingTop0 {
  padding-top: 0px;
}

.contactSection {
  color: #e7dbc5;
  text-align: center;
  font-size: 18px;
}

.cta {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.cta::after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
}
.cta img {
  width: 100%;
}
.cta .ctaContent {
  position: absolute;
  bottom: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta .ctaContent .sectionTitle {
  color: #e7dbc5;
  margin-bottom: 30px;
}
.cta .ctaContent a {
  font-size: 14px;
  color: #e7dbc5;
  margin: 5px 0;
  display: block;
  text-decoration: none;
}
.cta .ctaContent a:hover {
  text-decoration: underline;
}
.cta .ctaContent .btnContact {
  padding: 12px 30px;
  font-size: 18px;
  color: #e7dbc5;
  background: transparent;
  border: 2px solid #e7dbc5;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .cta img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
  .cta .ctaContent {
    max-width: 80%;
  }
}/*# sourceMappingURL=style.css.map */