.img-grid {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html, body {
  min-height: 100%;
}

html {
  --scroll-padding-top: 50px;
}

body {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 1.26px;
  margin: 0;
  padding: 0;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

*:focus {
  outline: none !important;
  border: none !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
}

article, header, footer, figure, aside, nav, section, summary, figcaption, details, hgroup {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: 600;
  margin: 0 0 15px;
  color: #002234;
}

p {
  color: #111111;
  line-height: 20px;
  text-align: left;
  font-weight: 400;
}

section {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

section.banner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* min-height: 95vh; */
  height: 100%;
  /* padding-top: 85px; */
  margin-bottom: 0;
  overflow: hidden;
}
 .top_grid {
  /* position: fixed; */
  top: 0;
  width: 100%;
  padding-block: 5px;
  border-bottom: solid 1px #d7d7d7;
  z-index: 1031;
  background: #ffffff;
}
.logo-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  height: auto;
  justify-content: space-between;
  align-items: center;
}
  a.navbar-brand {
  position: relative;
  display: inline-block;
  font-size: 25px;
  color: #ffffff;
  width: 110px;
  overflow: hidden;
  z-index: 9;
  margin-right: auto;
}
  a.navbar-brand .logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 1s;
}
  ul.nav_rght {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
  width: auto;
}
  ul.nav_rght * + * {
  margin-left: 100px;
}
  ul.nav_rght li {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
  padding-left: 45px;
  color: #292929;
}
  ul.nav_rght li span {
  font-weight: 300;
  font-size: 14px;
}
  ul.nav_rght li:before {
  position: absolute;
  content: "";
  width: 31.4px;
  height: 31.4px;
  left: 0;
  top: auto;
  bottom: 2px;
}
  .phoneIcon:first-child:before {
  background: url(../img/phne.svg) left bottom no-repeat;
  background-size: contain;
}
  .mailIcon:last-child:before {
  background: url(../img/mail.svg) left bottom no-repeat;
  background-size: contain;
}
section.banner nav.navbar {
  /* top: 71px; */
  background: #ffffff;
  padding-block: 10px;
}
section.banner nav.navbar ul.navbar-nav * + * {
  margin-left: 20px;
}
 nav.navbar ul.navbar-nav a.nav-link {
  text-transform: uppercase;
  color: #292929;
  font-size: 16px;
  font-weight: 400;
}
nav.navbar .contact_btn {
  position: relative;
  width: auto;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  padding: 9px 22px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  line-height: 18px;
  font-weight: 300;
  background: #05525a;
  transition: all 0.3s ease-in-out;
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  padding: 6px 15px;
  /* margin-right: 50px; */
}
section.banner nav.navbar .contact_btn:hover {
  background: #05525a;
}
section.banner nav.navbar .social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  width: auto;
  height: auto;
}
 /* .social * + * {
  margin-left: 20px;
} */
 .social i {
  font-size: 20px;
  color: #b0b0b0;
  transition: all 0.3s ease-out;
}
 .social i:hover {
  color: #05525a;
}
section.banner .swiper-slide .img-grid {
  position: relative;
  height: calc(100vh - 85px);
}
section.banner .swiper-slide .img-grid .txt-grid {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  text-align: left;
  padding: 15px;
  padding-left: 20px;
  padding-bottom: 30px;
  border-left: solid 4px #05525a;
}
section.banner .swiper-slide .img-grid .txt-grid:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50%;
  height: 4px;
  background: #05525a;
}
section.banner .swiper-slide .img-grid .txt-grid:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 50%;
  height: 4px;
  background: #05525a;
}
section.banner .swiper-slide .img-grid .txt-grid h2 {
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 3.16px;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
}
section.banner .swiper-slide .img-grid .txt-grid h2 span {
  color: #05525a;
  font-size: 20px;
  letter-spacing: 1.58px;
  font-weight: 400;
  line-height: 20px;
}
section.banner .swiper-slide .img-grid .txt-grid .view_btn {
  position: relative;
  width: auto;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  padding: 9px 22px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  line-height: 18px;
  font-weight: 300;
  background: #05525a;
  transition: all 0.3s ease-in-out;
  margin: 0;
  font-size: 13px;
  padding: 8px 18px;
}
section.banner .swiper-slide .img-grid .txt-grid .view_btn:hover {
  background: #05525a;
}

section.works {
  margin-block: 30px;
}
section.works h3 {
  text-transform: uppercase;
}
section.works h3 span {
  text-transform: capitalize;
  font-weight: 400;
  color: #05525a;
  font-size: 18px;
}
section.works .img-grid {
  position: relative;
  width: 100%;
  height: 280px;
}
section.works .img-grid .blue-overlay {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  left: -100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #187d88ce;
  transition: all 0.3s ease-out;
}
section.works .img-grid .blue-overlay h6, section.works .img-grid .blue-overlay p, section.works .img-grid .blue-overlay a {
  color: #ffffff;
}
section.works .img-grid .blue-overlay p {
  font-size: 12px;
  margin-bottom: 8px;
}
section.works .img-grid .blue-overlay hr {
  margin-inline: auto;
  width: 40%;
  border: solid 1px #ffffff;
  margin: 0;
  margin-bottom: 8px;
}
section.works .img-grid .blue-overlay img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
section.works .img-grid:hover .blue-overlay {
  left: 0;
}
section.works .swiper-button-next {
  color: #ffffff;
  right: 0;
}
section.works .swiper-button-prev {
  color: #ffffff;
  left: 0;
}

section.interior {
  position: relative;
  margin-bottom: 0;
  background: #f5f5f5;
}
section.interior:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../img/int_bg.png) top left no-repeat;
  background-size: contain;
}
section.interior .txt_grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  padding-block: 20px;
}
section.interior .int_row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.interior .int_row .int_innr_grid {
  width: calc(50% - 15px);
}
section.interior h4 {
  text-align: left;
  line-height: 1.3;
}
section.interior h4 span {
  font-weight: 400;
  font-size: 18px;
  color: #292929;
}
section.interior h4 span.blu {
  color: #05525a;
  font-size: 1.75rem;
  font-weight: 600;
}
section.interior p {
  font-weight: 300;
  font-size: 16px;
}
section.interior hr {
  width: 95%;
  border-bottom: solid 1px #002234;
  opacity: 0.22;
  margin: 1.2rem 0;
}
section.interior .int_container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
}
section.interior .int_container .int_grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  width: calc(50% - 15px);
  height: auto;
}
section.interior .int_container .int_grid span.icon {
  position: relative;
  display: block;
  padding-left: 60px;
  margin-bottom: 20px;
}
section.interior .int_container .int_grid span.icon:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  left: 0;
  top: 14px;
  background: url(../img/stairs.png) left center no-repeat;
  background-size: contain;
}
section.interior .int_container .int_grid span.icon h5 {
  color: #05525a;
  margin-bottom: 4px;
}
section.interior .int_container .int_grid span.icon p {
  font-size: 15px;
}
section.interior .int_container .int_grid span.icon_cust:before {
  background: url(../img/hotel.png) left center no-repeat;
  background-size: contain;
}
section.interior .int_container .int_grid h4 {
  position: relative;
  padding-left: 60px;
  height: auto;
  margin-bottom: 8px;
  line-height: 1;
}
section.interior .int_container .int_grid h4 span {
  font-size: 14px;
  font-weight: 300;
  color: #111111;
}
section.interior .int_container .int_grid h4 img {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background-color: #05525a;
  left: 0;
}
section.interior .int_container .int_grid .rdmre_btn {
  position: relative;
  width: auto;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  padding: 9px 22px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  line-height: 18px;
  font-weight: 300;
  background: #05525a;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 12px;
  margin-left: auto;
  padding: 12px 22px;
  margin-right: 40px;
}
section.interior .int_container .int_grid .rdmre_btn:hover {
  background: #05525a;
}
section.interior .img-grid {
  position: relative;
  padding-block: 40px 30px;
  padding-right: 15px;
  width: 100%;
  height: 100%;
  z-index: 9;
}
section.interior .img-grid:before {
  position: absolute;
  content: "";
  left: 6%;
  bottom: 26px;
  border: solid 4px #05525a;
  width: 77%;
  height: 80%;
  z-index: -1;
}
section.interior .img-grid img {
  width: auto;
  height: 95%;
}

section.why {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
section.why:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background: #05525a;
  z-index: -1;
}
section.why .blu_grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 80px 120px 80px 0;
  flex-wrap: nowrap;
}
section.why .blu_grid .blu_txt {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  min-height: 50px;
  margin-bottom: 10px;
}
section.why .blu_grid .blu_txt .img-grid {
  width: 40px;
  height: 40px;
  padding: 8px;
  border: solid 1px #ffffff;
  border-radius: 4px;
  margin-right: 20px;
}
section.why .blu_grid .blu_txt span {
  width: calc(100% - 80px);
}
section.why .blu_grid .blu_txt span h6, section.why .blu_grid .blu_txt span p {
  color: #ffffff;
  text-align: left;
}
section.why .blu_grid .blu_txt span h6 {
  font-weight: 400;
  margin-bottom: 5px;
}
section.why .blu_grid .blu_txt span p {
  font-weight: 100;
  font-size: 13px;
  margin: 0;
}
section.why .blu_grid .blu_txt:nth-child(2):before {
  background: url(../img/why-2.png) center no-repeat;
  background-size: 60%;
}
section.why .blu_grid .blu_txt:nth-child(3) {
  /* margin-bottom: 0; */
}
section.why .blu_grid .blu_txt:nth-child(3):before {
  background: url(../img/why-3.png) center no-repeat;
  background-size: 60%;
}
section.why .wite_grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  padding: 20px 30px;
  justify-content: center;
}
section.why .wite_grid h4 {
  text-align: left;
  line-height: 1.3;
}
section.why .wite_grid h4 span {
  font-weight: 400;
  font-size: 18px;
  color: #393939;
}
section.why .wite_grid p {
  font-weight: 300;
  font-size: 16px;
}
section.why .wite_grid .img-grid {
  height: 150px;
  margin-bottom: 10px;
}
section.why .wite_grid .rdmre_btn {
  position: relative;
  width: auto;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  padding: 9px 22px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  line-height: 18px;
  font-weight: 300;
  background: #05525a;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 12px;
  padding: 14px 30px;
}
section.why .wite_grid .rdmre_btn:hover {
  background: #05525a;
}

section.services {
  background: #F5F5F5;
  padding-block: 30px;
  margin-bottom: 0;
}
section.services h4 {
  text-transform: uppercase;
}
section.services .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  height: auto;
  align-items: center;
  text-align: center;
  padding: 20px;
}
section.services .img-grid {
  /* width: 50px; */
  height: 50px;
  margin-bottom: 15px;
}
section.services .img-grid img {
  object-fit: contain;
}
section.services h6 {
  margin-bottom: 10px;
}
section.services p {
  font-size: 14px;
  font-weight: 300;
  /* text-align: center; */
  margin: 0;
}
section.services .swiper-button-next {
  color: #ddd;
  right: 0;
}
section.services .swiper-button-prev {
  color: #ddd;
  left: 0;
}

footer {
  background: #002234;
  padding-block: 40px;
}
footer .ftr-txt {
  padding-bottom: 0;
}
footer .ftr-txt p, footer .ftr-txt ul li a {
  font-size: 12px;
  color: #ffffff;
}
footer .ftr-txt ul.social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  height: auto;
  margin-block: 15px 0;
  justify-content: flex-start;
}
footer .ftr-txt ul.social li {
  display: block;
  width: auto;
  height: auto;
  margin-right: 10px;
}
footer .ftr-txt ul.social li a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 2px;
  background: #05525a;
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
footer .ftr-txt ul.social li a:before {
  display: none;
}
footer .ftr-txt ul.social li a i.fab {
  font-size: 16px;
  color: #ffffff;
}
footer .ftr-txt ul.social li:hover a {
  border: solid 2px #ffffff;
  background: #ffffff;
  color: #05525a;
}
footer .ftr-txt ul.social li:hover a i {
  background: none;
  color: #05525a;
}
footer .ftr-txt ul.social * + * {
  margin-left: 5px !important;
}
footer h5 {
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
}
footer p {
  font-weight: 300;
}
footer ul.ftr_links {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  height: auto;
  margin-bottom: 0;
}
footer ul.ftr_links li {
  height: auto;
  line-height: 18px;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
}
footer ul.ftr_links li a {
  position: relative;
  display: block;
  font-size: 12px;
  color: #ffffff;
  padding: 0;
  padding-left: 22px;
  border: none;
  font-weight: 300;
  line-height: 22px;
}
footer ul.ftr_links li a:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  top: 7px;
  background: url(../img/arrw.png) left center no-repeat;
  background-size: contain;
}
footer ul.ftr_links li a:hover {
  color: #01c8fb;
}
footer ul.ftr_links li.phne, footer ul.ftr_links li.mail, footer ul.ftr_links li.map {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}
footer ul.ftr_links li.phne:before, footer ul.ftr_links li.mail:before, footer ul.ftr_links li.map:before {
  position: absolute;
  content: "";
  left: 0;
  width: 15px;
  height: 15px;
}
footer ul.ftr_links li.phne:before {
  background: url(../img/Icon-phone.svg) left center no-repeat;
  background-size: contain;
}
footer ul.ftr_links li.mail:before {
  background: url(../img/Icon-mail.svg) left center no-repeat;
  background-size: contain;
}
footer ul.ftr_links li.map:before {
  background: url(../img/Icon-map.svg) left center no-repeat;
  background-size: contain;
}
footer ul.gllry_grid {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  height: auto;
}
footer ul.gllry_grid * + * {
  margin-left: 10px;
}
footer ul.gllry_grid li.img-grid {
  width: calc(33.333333% - 10px) !important;
  height: 60px;
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
}
footer ul.gllry_grid li.img-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer ul.gllry_grid li:nth-child(4) {
  margin-left: 0;
}

.ftr_btm {
  background: #003551;
  padding-block: 20px;
}
.ftr_btm span {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
}
.ftr_btm p {
  font-size: 11px;
  color: #ffffff;
  text-align: center;
  margin: 0;
  font-weight: 300;
}

section.works_gllry .works_grid {
  margin-bottom: 30px;
}
section.works_gllry .works_grid .work_title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 16px 30px;
  color: #292929;
  background: #eee;
}
section.works_gllry .works_grid .work_title h6 {
  margin: 0;
  text-align: center;
  font-weight: 500;
}

section.bnr_innr {
  min-height: 132px;
}
section.bnr_innr nav.navbar {
  /* border-bottom: solid 1px #ddd; */
}

section.about, section.services {
  padding-block: 50px;
}
section.about p, section.services p {
  font-weight: 300;
  color: #888;
  letter-spacing: 1.5px;
}

section.services h3 {
  margin-bottom: 50px;
}
section.services .service_grid {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  height: auto;
  padding: 30px;
  background: #ffffff;
  margin-bottom: 20px;
}
section.services .service_grid .img-grid {
  width: 70px;
  height: 70px;
  margin-right: 40px;
}
section.services .service_grid .img-grid img {
  object-fit: contain;
}
section.services .service_grid .txt-grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  width: calc(100% - 110px);
}
section.services .service_grid .txt-grid p {
  text-align: left;
}

section.contact {
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 0;
  min-height: calc(100vh - 135px);
  background: #05525a;
  padding: 60px 0 20px;
  margin-bottom: 0;
}
section.contact .ftr_grid h6 {
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 500;
}
section.contact .ftr_grid h6.connect {
  color: #ffffff;
  margin-block: 35px 15px;
}
section.contact .ftr_grid label {
  color: #ffffff;
}
section.contact .ftr_grid p {
  position: relative;
  font-size: 13px;
  color: #ffffff;
  line-height: 20px;
  text-transform: none;
  margin: 10px 0;
  padding-left: 30px;
}
section.contact .ftr_grid p::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
}
section.contact .ftr_grid p.addr::before {
  background: url(../img/map.png) center no-repeat;
  background-size: contain;
}
section.contact .ftr_grid p.tel {
  margin: 5px 0;
}
section.contact .ftr_grid p.tel:before {
  background: url(../img/tel.png) center no-repeat;
  background-size: contain;
}
section.contact .ftr_grid p.mail:before {
  background: url(../img/mail.png) center no-repeat;
  background-size: contain;
}
section.contact .ftr_grid .form-control {
  padding: 6px 10px;
  width: 100%;
  font-size: 12px;
  border: none;
  border-radius: 0;
  margin-bottom: 10px;
  background: #fff;
}
section.contact .ftr_grid .form-control::placeholder {
  color: #99ddff;
  font-size: 14px;
}
section.contact .ftr_grid ul.social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  width: auto;
  justify-content: flex-start;
  margin-bottom: 15px;
}
section.contact .ftr_grid ul.social li {
  display: block;
  width: auto;
  height: auto;
  margin-right: 10px;
}
section.contact .ftr_grid ul.social li a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 2px;
  background: #05525a;
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
section.contact .ftr_grid ul.social li a:before {
  display: none;
}
section.contact .ftr_grid ul.social li a i.fab {
  font-size: 16px;
  color: #ffffff;
}
section.contact .ftr_grid ul.social li:hover a {
  border: solid 2px #ffffff;
  background: #ffffff;
  color: #05525a;
}
section.contact .ftr_grid ul.social li:hover a i {
  background: none;
  color: #05525a;
}
section.contact .ftr_grid ul.social li a {
  margin-left: 0;
  margin-right: 5px;
  text-align: center;
  background: none;
}
section.contact .ftr_grid ul.social li a i {
  color: #ffffff;
}
section.contact .ftr_grid input {
  padding: 4px 10px;
  width: 100%;
  font-size: 10px;
  border: none;
  border-radius: 0;
  margin-bottom: 10px;
}
section.contact .ftr_grid .send {
  background: #111111;
  padding: 0.1rem 1.5rem;
  color: #ffffff;
  border-radius: 0;
  font-size: 12px;
  line-height: 20px;
  float: left;
  text-transform: uppercase;
}
section.contact .ftr_grid .newsletter {
  background: #ffffff;
}
section.contact .ftr_cntct ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}
section.contact .ftr_cntct ul li {
  display: block;
  width: auto;
  height: auto;
  margin-right: 10px;
}
section.contact .ftr_cntct ul li a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 2px;
  background: #05525a;
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
section.contact .ftr_cntct ul li a:before {
  display: none;
}
section.contact .ftr_cntct ul li a i.fab {
  font-size: 16px;
  color: #ffffff;
}
section.contact .ftr_cntct ul li:hover a {
  border: solid 2px #ffffff;
  background: #ffffff;
  color: #05525a;
}
section.contact .ftr_cntct ul li:hover a i {
  background: none;
  color: #05525a;
}
section.contact .ftr_cntct p {
  padding: 0;
}
section.contact .ftr_links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}
section.contact .ftr_links ul li {
  line-height: 20px;
}
section.contact .ftr_links ul li a {
  font-size: 10px;
  color: #ffffff;
  padding: 2px 0;
  text-transform: uppercase;
}
section.contact .ftr_links ul li a:hover {
  color: #5c7d92;
}
section.contact .form-control {
  padding: 15px 20px !important;
}
section.contact .send_bx {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}
section.contact .send {
  padding: 0.5rem 2.5rem !important;
  border-radius: 4px !important;
}
section.contact ul.social {
  margin: 0 !important;
}
section.contact .ftr_addr {
  padding: 40px 40px 0;
}
section.contact label.subs {
  display: block;
  margin-top: 30px;
}

@media (max-width: 767px) {
  section.banner {
    height: 100%;
    min-height: 90vh;
    margin-bottom: 40px;
    /* padding-top: 175px; */
  }
  section.banner .img-grid-bnr {
    padding: 0 20px 20px;
  }
  section.banner nav.navbar {
    top: 138px;
    padding-block: 20px;
  }
  section.banner nav.navbar ul.navbar-nav {
    flex-direction: row;
    margin-block: 20px 0;
    padding-inline: 0 !important;
    text-align: center;
  }
  section.banner nav.navbar ul.navbar-nav a.nav-link {
    font-size: 14px;
  }
  section.banner nav.navbar ul.nav_rght {
    margin-top: 20px;
  }
  section.banner nav.navbar ul.nav_rght li:before {
    width: 30px;
  }
  section.banner .txt-grid h3.logo-img {
    margin-block: 20px !important;
  }
    ul.nav_rght {
    padding-block: 15px;
  }
    ul.nav_rght * + * {
    margin-left: 15px;
  }
    ul.nav_rght li {
    font-size: 14px;
  }
  section.banner ul.social {
    margin-top: 10px;
    justify-content: flex-end !important;
  }
  section.banner .navbar-toggler:focus {
    box-shadow: none !important;
    border: solid 1px !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
  }

  section.why::before {
    background: none;
  }
  section.why .blu_grid {
    padding: 40px;
    height: auto;
    background: #05525a;
  }
  section.why .wite_grid {
    padding: 40px;
  }

  section.interior .int_container .int_grid {
    width: 100%;
  }

  section.interior .img-grid:before {
    border: none;
  }

  footer {
    padding-bottom: 0;
  }
  footer .ftr-txt, footer ul.ftr_links {
    margin-bottom: 20px;
  }

  section.bnr_innr {
    min-height: auto;
  }

  section.services .service_grid .txt-grid {
    width: 100%;
  }

  section.works {
    margin-top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.banner {
    padding-top: 150px !important;
  }
  section.banner .img-grid-bnr {
    padding: 0 20px 20px;
  }
  section.banner a.navbar-brand {
    margin-left: 30px;
  }
  section.banner ul.navbar-nav {
    flex-direction: row !important;
    justify-content: flex-start;
    padding: 20px 15px 0 !important;
  }
  section.banner ul.nav_rght {
    justify-content: flex-end !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-block: 10px;
  }
.logo-box {
    flex-wrap: nowrap;
  }
  section.banner ul.social {
    margin-top: 10px;
    justify-content: flex-end;
  }

  section.interior .img-grid:before {
    border: none;
  }

  section.why::before {
    background: none;
  }
  section.why .blu_grid {
    padding: 40px;
    height: auto;
    background: #05525a;
  }
  section.why .wite_grid {
    padding: 40px;
    padding-left: 0;
  }
}
section.coming-soon {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: url(../img/coming_bg.png) center no-repeat;
  background-size: cover;
}
section.coming-soon .coming-innr {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 550px;
}
section.coming-soon .coming-innr .logo {
  width: 20%;
  height: 20%;
}
section.coming-soon .coming-innr h2 {
  color: #fff;
  text-transform: capitalize;
  margin: 0;
}
section.coming-soon .coming-innr a {
  margin-top: 40px;
  display: inline-block;
  color: #9e005d;
  z-index: 999;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 25px;
  border-radius: 20px;
  background: #fff;
  text-align: center;
  transition: all 0.5s ease-out;
}
section.coming-soon .coming-innr a:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  box-shadow: 0px 0px 20px 8px rgba(255, 17, 135, 0.55);
  -webkit-box-shadow: 0px 0px 20px 8px rgba(255, 17, 135, 0.55);
  -moz-box-shadow: 0px 0px 20px 8px rgba(255, 17, 135, 0.55);
}
section.coming-soon .coming-innr .anim-1 {
  color: #fff;
  animation: MoveRightLeft1 1.2s linear infinite;
}
section.coming-soon .coming-innr .anim-2 {
  color: #ff67d0;
  animation: MoveRightLeft2 1.2s linear infinite;
}
section.coming-soon .coming-innr .anim-3 {
  color: #fff;
  animation: MoveRightLeft3 1.2s linear infinite;
}

/* .slideThree */
section.slidebox-grid {
  margin-bottom: 25px;
  width: auto;
}

section.slidebox-grid-cust {
  margin: 0;
}

.slidebox {
  width: 69px;
  height: 33px;
  background: #ccc;
  position: relative;
  border-radius: 50px;
}
.slidebox:after {
  content: "YES";
  color: #666;
  position: absolute;
  right: 6px;
  z-index: 0;
  font: 12px/35px Arial, sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
}
.slidebox:before {
  content: "NO";
  color: #ffffff;
  position: absolute;
  left: 6px;
  z-index: 0;
  font: 12px/35px Arial, sans-serif;
  font-weight: bold;
}
.slidebox label {
  display: block;
  width: 26px;
  height: 26px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  transition: all 0.4s ease;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.slidebox input[type=checkbox] {
  visibility: hidden;
}
.slidebox input[type=checkbox]:checked + label {
  left: 40px;
}

/* end .slideThree */

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


.navbar-brand img{
  width: 98px;
}

.social{
  li{
    display: inline-block;
    margin-left: 15px;
  }
}

.logo-img-new{
  max-width: 80px;
}

.popup-close {
    position: absolute;
    top: -12px;
    right: -12px;
    background-color: #ffffff;
    border-radius: 50%;
    opacity: 1;
    padding: 10px;
    z-index: 1056;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.popup-close:hover {
    opacity: 0.85;
}


.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    /* background: #fff; */
    border-radius: 50%;
    padding: 10px;
    z-index: 1056;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

/* Next / Prev buttons */
.popup-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    font-size: 30px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 1056;
    border-radius: 50%;
}

.popup-nav:hover {
    background: rgba(0,0,0,0.8);
}

.prev-btn {
    left: -60px;
    svg
    {
      margin-top: -8px;
    }
}

.next-btn {
    right: -60px;
    svg
    {
      margin-top: -8px;
    }
}

/* Mobile adjustment */
@media (max-width: 768px) {
    .prev-btn {
        left: 10px;
    }
    .next-btn {
        right: 10px;
    }
}
::placeholder {
    color: #999 !important;
    opacity: 1; /* Firefox fix */
}
.navbar-light .navbar-brand{
  font-size: 14px !important;
}