/*@Media Query Mixin*/
/*@Media Query Mixin End*/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "DIN";
  color: #000;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 1700px) {
  body {
    padding: 0;
  }
}
@media screen and (max-width: 1500px) {
  body {
    padding: 0;
  }
}
@media screen and (max-width: 1400px) {
  body {
    padding: 0;
  }
}
@media screen and (max-width: 999px) {
  body {
    padding: 96px 0 0;
  }
}
@media screen and (max-width: 600px) {
  body {
    padding: 83px 0 0;
  }
}

p, li, .size16 {
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 1500px) {
  p, li, .size16 {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (max-width: 999px) {
  p, li, .size16 {
    line-height: 22px;
  }
}

@media screen and (max-width: 999px) {
  section {
    overflow-x: hidden;
  }
}

.size180 {
  font-size: 180px;
  letter-spacing: -6px;
}
@media screen and (max-width: 1700px) {
  .size180 {
    font-size: 155px;
  }
}
@media screen and (max-width: 1400px) {
  .size180 {
    font-size: 144px;
  }
}

.italic {
  font-style: italic;
}

.size60 {
  font-size: 60px;
}
@media screen and (max-width: 1700px) {
  .size60 {
    font-size: 45px;
  }
}
@media screen and (max-width: 600px) {
  .size60 {
    font-size: 32px;
  }
}

.size48 {
  font-size: 48px;
}
@media screen and (max-width: 1700px) {
  .size48 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1500px) {
  .size48 {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  .size48 {
    font-size: 32px;
  }
}

.size36 {
  font-size: 36px;
}
@media screen and (max-width: 1700px) {
  .size36 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1500px) {
  .size36 {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .size36 {
    font-size: 22px;
  }
}

.size30 {
  font-size: 30px;
}
@media screen and (max-width: 1700px) {
  .size30 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1500px) {
  .size30 {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .size30 {
    font-size: 21px;
  }
}

.size24 {
  font-size: 24px;
}
@media screen and (max-width: 1700px) {
  .size24 {
    font-size: 22px;
  }
}
@media screen and (max-width: 999px) {
  .size24 {
    font-size: 18px;
  }
}

.size20 {
  font-size: 20px;
}
@media screen and (max-width: 1500px) {
  .size20 {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .size20 {
    font-size: 17px;
  }
}

.size26 {
  font-size: 25px;
}

.size18 {
  font-size: 18px;
}
@media screen and (max-width: 1700px) {
  .size18 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .size18 {
    font-size: 16px;
  }
}

b, strong {
  font-weight: 600;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.clr1 {
  color: #b89b5c;
}

.clr2 {
  color: #193538;
}

.clr3 {
  color: #fff;
}

@media screen and (max-width: 1700px) {
  .headline .size24 {
    font-size: 20px;
  }
}
@media screen and (max-width: 999px) {
  .headline .size24 {
    font-size: 18px;
  }
}

.headfnt {
  font-family: "pf-marlet-display", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.popfnt {
  font-family: "Poppins", sans-serif;
}

.sigfnt {
  font-family: "Barcelony";
}

.container {
  max-width: 79%;
}
@media screen and (max-width: 1500px) {
  .container {
    max-width: 92%;
  }
}
@media screen and (max-width: 999px) {
  .container {
    max-width: 98%;
  }
}

.container2 {
  max-width: 88.7%;
}
@media screen and (max-width: 1500px) {
  .container2 {
    max-width: 94.7%;
  }
}
@media screen and (max-width: 999px) {
  .container2 {
    max-width: 98%;
    padding: 0 15px;
  }
}

.material-symbols-outlined {
  font-weight: 200;
  font-size: 29px;
}
.material-symbols-outlined.size180 {
  font-size: 120px;
  letter-spacing: -6px;
}
@media screen and (max-width: 1700px) {
  .material-symbols-outlined.size180 {
    font-size: 95px;
  }
}
.material-symbols-outlined.size60 {
  font-size: 60px;
}
@media screen and (max-width: 1700px) {
  .material-symbols-outlined.size60 {
    font-size: 45px;
  }
}
@media screen and (max-width: 600px) {
  .material-symbols-outlined.size60 {
    font-size: 32px;
  }
}

.navbar {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  padding: 2rem 0 1rem;
  transition: all 0.6s ease;
  z-index: 999;
  border-bottom: 1px solid #b89b5c;
}
@media screen and (max-width: 1600px) {
  .navbar {
    padding: 1.5rem 0 1rem;
  }
}
@media screen and (max-width: 999px) {
  .navbar {
    padding: 1rem 0;
    background: #000;
  }
}
@media screen and (max-width: 600px) {
  .navbar {
    padding: 0.8rem 0;
  }
}
.navbar.bgclr {
  background: #000;
}
.navbar.bgclr .navbar-nav li.nav-item .dropdown-menu {
  background: #000;
}
.navbar.scrolled {
  position: fixed;
  transition: all 0.6s ease;
  background: #000;
}
.navbar.scrolled .navbar-brand {
  width: 14%;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1700px) {
  .navbar.scrolled .navbar-brand {
    width: 15%;
  }
}
@media screen and (max-width: 999px) {
  .navbar.scrolled .navbar-brand {
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  .navbar.scrolled .navbar-brand {
    width: 45%;
  }
}
.navbar.scrolled .subnavsec {
  bottom: -38px;
}
.navbar .container {
  position: relative;
  align-items: end;
}
@media screen and (max-width: 999px) {
  .navbar .container {
    align-items: center;
    padding: 0;
    max-width: 100%;
  }
}
.navbar .navbar-brand {
  position: relative;
  transition: all 0.6s ease;
  width: 16%;
}
@media screen and (max-width: 1700px) {
  .navbar .navbar-brand {
    width: 17%;
  }
}
@media screen and (max-width: 999px) {
  .navbar .navbar-brand {
    width: 36%;
    margin-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .navbar .navbar-brand {
    width: 51%;
    margin-left: 15px;
  }
}
.navbar .navbar-toggler {
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 999px) {
  .navbar .navbar-toggler {
    margin-right: 15px;
  }
  .navbar .navbar-toggler .material-symbols-outlined {
    font-size: 24px;
  }
}
.navbar .navbar-nav li.nav-item {
  position: relative;
}
.navbar .navbar-nav li.nav-item:last-child a.nav-link {
  padding-right: 0;
}
.navbar .navbar-nav li.nav-item:last-child a.nav-link::before {
  content: unset;
}
@media screen and (max-width: 999px) {
  .navbar .navbar-nav li.nav-item:last-child a.nav-link {
    border-bottom: 0px solid #fff;
    padding: 0.8rem 2.2rem;
  }
}
@media screen and (max-width: 600px) {
  .navbar .navbar-nav li.nav-item:last-child a.nav-link {
    padding: 0.8rem 1.5rem;
  }
}
.navbar .navbar-nav li.nav-item .dropdown-menu {
  padding: 1rem 0;
  background: #521621;
}
@media screen and (max-width: 999px) {
  .navbar .navbar-nav li.nav-item .dropdown-menu {
    border: 0;
    position: relative;
    left: 0;
    padding: 0 0;
    top: 0;
  }
}
.navbar .navbar-nav li.nav-item .dropdown-menu .dropdown-item {
  font-size: 15px;
  color: #fff;
  transition: all 0.6s ease;
  position: relative;
  padding: 0.49rem 1rem;
  text-align: center;
}
.navbar .navbar-nav li.nav-item .dropdown-menu .dropdown-item::after {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0%;
  z-index: -1;
  transition: all 0.6s ease;
  transform: scaleX(0);
  border: 0;
}
@media screen and (max-width: 999px) {
  .navbar .navbar-nav li.nav-item .dropdown-menu .dropdown-item {
    text-align: right;
    font-size: 15px;
    padding: 0.59rem 2rem;
    border-bottom: 1px solid #838383;
  }
  .navbar .navbar-nav li.nav-item .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #fff;
  }
}
.navbar .navbar-nav li.nav-item .dropdown-menu .dropdown-item.active, .navbar .navbar-nav li.nav-item .dropdown-menu .dropdown-item:hover {
  color: #ba9d5e;
  transition: all 0.6s ease;
  background: transparent;
}
.navbar .navbar-nav li.nav-item .dropdown-menu .dropdown-item.active::after, .navbar .navbar-nav li.nav-item .dropdown-menu .dropdown-item:hover::after {
  transform: scaleX(1);
  transition: all 0.6s ease;
}
.navbar .navbar-nav li.nav-item a.nav-link {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  padding: 0rem 1.5rem;
  position: relative;
  z-index: 1;
  transition: all 0.6s ease;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
@media screen and (max-width: 1700px) {
  .navbar .navbar-nav li.nav-item a.nav-link {
    font-size: 16px;
    padding: 0rem 1.1rem;
  }
}
.navbar .navbar-nav li.nav-item a.nav-link .material-symbols-outlined {
  font-weight: 200;
  position: absolute;
  right: -4px;
  top: -2px;
}
@media screen and (max-width: 1500px) {
  .navbar .navbar-nav li.nav-item a.nav-link .material-symbols-outlined {
    top: 6px;
    font-size: 26px;
  }
}
@media screen and (max-width: 999px) {
  .navbar .navbar-nav li.nav-item a.nav-link .material-symbols-outlined {
    top: 10px;
    right: 4px;
  }
}
@media screen and (max-width: 1500px) {
  .navbar .navbar-nav li.nav-item a.nav-link {
    font-size: 15px;
    padding: 0.5rem 1.2rem;
  }
}
@media screen and (max-width: 999px) {
  .navbar .navbar-nav li.nav-item a.nav-link {
    text-align: right;
    padding: 0.8rem 2.2rem;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 17px;
  }
}
@media screen and (max-width: 600px) {
  .navbar .navbar-nav li.nav-item a.nav-link {
    text-align: right;
    padding: 0.8rem 1.5rem;
    font-size: 15px;
  }
}
.navbar .navbar-nav li.nav-item a.nav-link:hover, .navbar .navbar-nav li.nav-item a.nav-link.active {
  color: #ba9d5e;
  transition: all 0.6s ease;
}

.hmsec01 {
  position: relative;
}
.hmsec01 video {
  width: 100%;
  height: auto;
  display: block;
}
.hmsec01 .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .hmsec01 .overlay {
    position: unset;
  }
}
.hmsec01 .overlay .sec02 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 999px) {
  .hmsec01 .overlay .sec02 {
    position: absolute;
    bottom: 29%;
    width: 100%;
    margin: 0;
  }
}
.hmsec01 .overlay .sec02 .sctxt {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.hmsec01 .overlay .sec02 .scroll_down {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  height: 45px;
  width: 29px;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 20px;
  cursor: pointer;
  outline: none;
  display: block;
  margin-bottom: 5px;
}
.hmsec01 .overlay .sec02 .scroll_down::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  animation: scroll_down_btn-animation 2s infinite;
  box-sizing: border-box;
}
.hmsec01 .sound-btn {
  position: absolute;
  right: 100px;
  bottom: 100px;
  border: none;
  padding: 10px;
  border: 1px solid #999999;
  border-radius: 50%;
  background-color: rgba(186, 157, 94, 0.9411764706);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media screen and (max-width: 991px) {
  .hmsec01 .sound-btn {
    right: 50px;
    bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .hmsec01 .sound-btn {
    right: 20px;
    bottom: 20px;
    padding: 5px;
  }
}
@media screen and (max-width: 600px) {
  .hmsec01 .sound-btn img {
    width: 20px;
  }
}

.oversec01 {
  position: relative;
  background: rgba(186, 157, 94, 0.9411764706);
  padding: 2rem 0;
}
.oversec01 .inconte {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.oversec01 .inconte .headtitle {
  max-width: 42%;
  flex: 0 0 42%;
  position: relative;
}
@media screen and (max-width: 999px) {
  .oversec01 .inconte .headtitle {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.oversec01 .inconte .headtitle::before {
  content: "";
  background: #193538;
  position: absolute;
  right: 0;
  width: 1px;
  height: 80%;
  top: 10%;
}
@media screen and (max-width: 999px) {
  .oversec01 .inconte .headtitle::before {
    content: unset;
  }
}
.oversec01 .inconte .paracont {
  max-width: 58%;
  flex: 0 0 58%;
  padding-left: 4rem;
}
@media screen and (max-width: 999px) {
  .oversec01 .inconte .paracont {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
  }
}
.oversec01 .inconte .paracont p {
  color: #fff;
  margin: 0;
}

.hmsec02 {
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 600px) {
  .hmsec02 {
    padding: 2.5rem 0;
  }
}
.hmsec02 .container-fluid {
  padding: 0 50px;
}
@media screen and (max-width: 600px) {
  .hmsec02 .container-fluid {
    padding: 0 15px;
  }
}
.hmsec02 .incon {
  display: flex;
  flex-wrap: wrap;
  margin: 1.5rem -8px 0;
}
.hmsec02 .incon .sec01, .hmsec02 .incon .sec03 {
  max-width: 36.5%;
  flex: 0 0 36.5%;
  padding: 0 8px;
}
@media screen and (max-width: 999px) {
  .hmsec02 .incon .sec01, .hmsec02 .incon .sec03 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 16px;
  }
}
.hmsec02 .incon .sec01 .item:nth-child(1), .hmsec02 .incon .sec03 .item:nth-child(1) {
  margin-bottom: 16px;
}
.hmsec02 .incon .sec01 .img, .hmsec02 .incon .sec03 .img {
  overflow: hidden;
}
.hmsec02 .incon .sec02 {
  max-width: 27%;
  flex: 0 0 27%;
  padding: 0 8px;
}
@media screen and (max-width: 999px) {
  .hmsec02 .incon .sec02 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1500px) {
  .hmsec02 .incon .sec02 .img img {
    width: 101% !important;
    max-width: 101%;
  }
  .hmsec02 .incon .sec02 .img video {
    width: 101%;
  }
}
@media screen and (max-width: 999px) {
  .hmsec02 .incon .sec02 .img img {
    width: 100% !important;
    max-width: 100%;
  }
  .hmsec02 .incon .sec02 .img video {
    width: 100%;
  }
}
.hmsec02 .incon .item {
  position: relative;
}
.hmsec02 .incon .item .overlay {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 2rem 3.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .hmsec02 .incon .item .overlay {
    padding: 2rem 2.2rem;
  }
}
@media screen and (max-width: 600px) {
  .hmsec02 .incon .item .overlay {
    padding: 14px 1rem;
  }
}
.hmsec02 .incon .item .overlay p {
  padding-right: 14%;
  line-height: 18px;
}
.hmsec02 .incon .item .overlay .playbutton {
  width: 32px;
  height: 36px;
  background: url("../img/play-button.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .hmsec02 .incon .item .overlay .playbutton {
    width: 25px;
    height: 30px;
  }
}
.hmsec02 .incon .item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.hmsec02 .incon .item .playbutton {
  display: none;
}
@media screen and (max-width: 999px) {
  .hmsec02 .incon .item .playbutton {
    display: block;
  }
}

.hmsec03 {
  position: relative;
  padding: 5rem 0 0;
  background: url("../img/home/thoughfully-yourBg.jpg") no-repeat;
  background-size: cover;
}
.hmsec03::before {
  content: "";
  position: absolute;
  width: 36%;
  height: 90%;
  background: url(../img/home/bgicon.png) no-repeat;
  right: 0;
  bottom: 0;
  background-size: 100%;
  background-position: right bottom;
}
.hmsec03 .txt {
  padding: 3rem 22% 0 0;
}
@media screen and (max-width: 999px) {
  .hmsec03 .txt {
    padding: 1.2rem 0% 0 0;
  }
}
.hmsec03 .txt p {
  text-align: justify;
}
@media screen and (max-width: 1600px) {
  .hmsec03 .imgtxt {
    padding-right: 40%;
  }
}
@media screen and (max-width: 1500px) {
  .hmsec03 .imgtxt {
    padding-right: 50%;
  }
}
@media screen and (max-width: 600px) {
  .hmsec03 .imgtxt {
    padding-right: 28%;
  }
}
@media screen and (max-width: 1600px) {
  .hmsec03 .img {
    padding-right: 25%;
    padding-left: 15%;
  }
}
@media screen and (max-width: 1500px) {
  .hmsec03 .img {
    padding-right: 28%;
    padding-left: 18%;
  }
}
@media screen and (max-width: 999px) {
  .hmsec03 .img {
    padding: 0;
    width: 28%;
    margin: -70px 89px 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .hmsec03 .img {
    padding: 0;
    width: 45%;
    margin: -70px 0 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .hmsec03 .size20 {
    font-size: 14px;
  }
}

.hmsec04 {
  position: relative;
  padding: 8rem 0 11rem;
  background: url("../img/home/presenceBg.jpg") no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .hmsec04 {
    padding: 4rem 0 6rem;
  }
}
@media screen and (max-width: 600px) {
  .hmsec04 {
    padding: 2.5rem 0;
  }
}
.hmsec04::before {
  content: "";
  position: absolute;
  width: 8%;
  height: 100%;
  background: url(../img/home/bgicon2.png) no-repeat;
  left: 0;
  bottom: 0;
  background-size: 100%;
  background-position: left center;
  opacity: 0.5;
}
.hmsec04 .inconten {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.hmsec04 .inconten .item {
  max-width: 33.33%;
  flex: 0 0 33.33%;
  padding: 1rem 2.5rem;
  position: relative;
  transition: all 0.6s ease;
  display: block;
  color: #fff;
  text-decoration: none;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .hmsec04 .inconten .item {
    padding: 1rem 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .hmsec04 .inconten .item {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 1.5rem;
  }
  .hmsec04 .inconten .item:last-child {
    margin-bottom: 0;
  }
  .hmsec04 .inconten .item button.btn {
    font-size: 14px;
    padding: 9px 31px;
  }
}
.hmsec04 .inconten .item .overlay {
  position: absolute;
  bottom: 0;
  background: #183336;
  width: 100%;
  height: 0%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  transition: all 0.6s ease;
}
@media screen and (max-width: 600px) {
  .hmsec04 .inconten .item .overlay {
    height: 100%;
  }
}
.hmsec04 .inconten .item:hover {
  transition: all 0.6s ease;
}
.hmsec04 .inconten .item:hover .overlay {
  height: 100%;
  transition: all 0.6s ease;
}
.hmsec04 .inconten .item:nth-child(2)::before, .hmsec04 .inconten .item:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 85%;
  bottom: 0%;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .hmsec04 .inconten .item:nth-child(2)::before, .hmsec04 .inconten .item:nth-child(2)::after {
    content: unset;
  }
}
.hmsec04 .inconten .item:nth-child(2)::before {
  left: 0;
}
.hmsec04 .inconten .item:nth-child(2)::after {
  right: 0;
}
@media screen and (max-width: 1500px) {
  .hmsec04 .inconten .item .imglogo {
    width: 70%;
  }
}

.abtsec01 {
  position: relative;
  overflow: hidden;
}
.abtsec01 .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  color: #fff;
}
.abtsec01 .overlay .sec01 {
  margin-top: 2.4rem;
}
@media screen and (max-width: 600px) {
  .abtsec01 .overlay .sec01 {
    margin-top: 0.4rem;
  }
  .abtsec01 .overlay .sec01 p {
    text-align: justify;
  }
}
@media screen and (max-width: 1700px) {
  .abtsec01 .col-lg-7 {
    max-width: 65%;
    flex: 0 0 65%;
  }
}
@media screen and (max-width: 999px) {
  .abtsec01 .col-lg-7 {
    max-width: 74%;
    flex: 0 0 74%;
  }
}
@media screen and (max-width: 600px) {
  .abtsec01 .col-lg-7 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 1700px) {
  .abtsec01 img.img-fluid {
    max-width: 104%;
    width: 104%;
  }
}
@media screen and (max-width: 1500px) {
  .abtsec01 img.img-fluid {
    max-width: 120%;
    width: 120%;
  }
}
@media screen and (max-width: 999px) {
  .abtsec01 img.img-fluid {
    max-width: 100%;
    width: 100%;
    filter: brightness(0.7);
  }
}

.abtsec02 {
  background: #1b3639;
  background-position: left bottom;
  padding: 5rem 0;
}
@media screen and (max-width: 600px) {
  .abtsec02 {
    padding: 2.5rem 0;
  }
}
.abtsec02 .content .sec01 {
  background: #927f56;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .abtsec02 .content .sec01 {
    margin-bottom: 2.5rem;
  }
}
.abtsec02 .content .sec01 .item {
  padding: 0 4rem;
}
@media screen and (max-width: 1600px) {
  .abtsec02 .content .sec01 .item {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 999px) {
  .abtsec02 .content .sec01 .item {
    padding: 2rem 2rem;
    box-shadow: 0 2px 12px rgba(255, 255, 255, 0.2509803922);
  }
}
@media screen and (max-width: 600px) {
  .abtsec02 .content .sec01 .item {
    padding: 2rem 15px;
  }
  .abtsec02 .content .sec01 .item p {
    text-align: justify;
  }
}
.abtsec02 .content .sec01 .item .icon {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1600px) {
  .abtsec02 .content .sec01 .item .icon {
    width: 80px;
    margin: 0 auto 1rem;
  }
}
@media screen and (max-width: 1500px) {
  .abtsec02 .content .sec01 .item .icon {
    width: 65px;
  }
}
@media screen and (max-width: 999px) {
  .abtsec02 .content .sec01 .orcha {
    order: -1;
  }
}

.abtsec03 {
  position: relative;
  background: url("../img/about/corevaluesbg.jpg") no-repeat;
  position: relative;
  padding: 5rem 0 8rem;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .abtsec03 {
    padding: 2.5rem 0 4rem;
  }
}
.abtsec03::before {
  content: "";
  width: 100%;
  height: 79px;
  background: url("../img/about/coreiconbrder.png") repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 999px) {
  .abtsec03::before {
    background-size: 70px;
    height: 51px;
  }
}
@media screen and (max-width: 999px) {
  .abtsec03::before {
    background-size: 70px;
    height: 51px;
  }
}
.abtsec03 .row .item {
  max-width: 20%;
  flex: 0 0 20%;
  padding: 0 15px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .abtsec03 .row .item {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    margin-bottom: 2rem;
  }
  .abtsec03 .row .item:nth-child(3)::before {
    content: unset;
  }
}
@media screen and (max-width: 600px) {
  .abtsec03 .row .item {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .abtsec03 .row .item:nth-child(3)::before {
    content: "";
  }
}
.abtsec03 .row .item::before {
  content: "";
  width: 1px;
  height: 100%;
  background: url("../img/about/dottetline.png") repeat;
  position: absolute;
  right: 0;
}
.abtsec03 .row .item:last-child::before {
  content: unset;
}
@media screen and (max-width: 600px) {
  .abtsec03 .row .item:nth-child(2)::before, .abtsec03 .row .item:nth-child(4)::before {
    content: unset;
  }
}
.abtsec03 .row .item .ico {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1500px) {
  .abtsec03 .row .item .ico {
    width: 75px;
    margin: 0 auto 20px;
  }
}

.abtsec04 {
  position: relative;
}
.abtsec04 .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .abtsec04 .overlay {
    width: 78%;
  }
}
@media screen and (max-width: 600px) {
  .abtsec04 .overlay {
    width: 100%;
    position: unset;
    background: #000;
    padding: 2.5rem 0;
  }
}
.abtsec04 .overlay p {
  text-align: justify;
}

.abtsec05 {
  position: relative;
  padding: 5rem 0;
  background: url("../img/about/our-leadershipBg.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .abtsec05 {
    padding: 2.5rem 0;
  }
}
.abtsec05 .headline {
  padding: 0 10%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .abtsec05 .headline {
    padding: 0 0%;
  }
  .abtsec05 .headline br {
    display: none;
  }
}
.abtsec05 .sec01 {
  padding: 2rem 8% 0;
  position: relative;
}
.abtsec05 .sec01::after {
  content: "";
  position: absolute;
  height: 100%;
}
.abtsec05 .sec01::before {
  content: "";
  width: 100%;
  height: 79px;
  background: url(../img/about/coreiconbrder.png) repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  filter: brightness(12);
  opacity: 0.6;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .abtsec05 .sec01::before {
    background-size: 85px;
    height: 55px;
  }
}
@media screen and (max-width: 999px) {
  .abtsec05 .sec01::before {
    background-size: 70px;
    height: 51px;
  }
}
@media screen and (max-width: 999px) {
  .abtsec05 .sec01 .ordchae {
    order: 2;
  }
}
.abtsec05 .sec01.bgclr1 {
  background: #b99c5c;
}
.abtsec05 .sec01.bgclr1::after {
  width: 27.5%;
  height: 100%;
  background: url(../img/about/bgvact01.png) no-repeat;
  background-position: left bottom;
  bottom: 0;
  left: 0;
  background-size: 100%;
}
.abtsec05 .sec01.bgclr2 {
  background: #193538;
  color: #fff;
}
.abtsec05 .sec01.bgclr2::after {
  width: 27.5%;
  height: 100%;
  background: url(../img/about/bgvact02.png) no-repeat;
  background-position: right bottom;
  bottom: 0;
  right: 0;
}
.abtsec05 .sec01 .img {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .abtsec05 .sec01 .img {
    width: 37%;
    margin: -75px 0 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .abtsec05 .sec01 .img {
    width: 54%;
  }
}
.abtsec05 .sec01 .size18 {
  margin-bottom: 27px;
  text-align: justify;
}
.abtsec05 .sec01 .txt {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1500px) {
  .abtsec05 .sec01 .txt {
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 999px) {
  .abtsec05 .sec01 .txt {
    margin-bottom: 0;
  }
}

.mediatopbar {
  position: relative;
  overflow: hidden;
}
.mediatopbar .imgt {
  position: relative;
}
@media screen and (max-width: 999px) {
  .mediatopbar .imgt {
    overflow: hidden;
  }
  .mediatopbar .imgt .img-fluid {
    max-width: 137%;
    transform-origin: right;
  }
}
@media screen and (max-width: 600px) {
  .mediatopbar .imgt .img-fluid {
    max-width: 178%;
    transform: translateX(-31%) !important;
    filter: brightness(0.5);
  }
}
.mediatopbar .imgt .ovrlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 121px 0 0;
}
@media screen and (max-width: 999px) {
  .mediatopbar .imgt .ovrlay {
    padding: 0;
  }
}
.mediatopbar .imgt .bredcrum {
  position: absolute;
  left: 0;
  top: 108px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .mediatopbar .imgt .bredcrum {
    top: 94px;
  }
}
@media screen and (max-width: 999px) {
  .mediatopbar .imgt .bredcrum {
    top: 0;
  }
}
@media screen and (max-width: 600px) {
  .mediatopbar .imgt .bredcrum {
    top: 0;
  }
}

.mediakisec01 {
  padding: 5rem 0;
}
@media screen and (max-width: 600px) {
  .mediakisec01 {
    padding: 2.5rem 0;
  }
}
.mediakisec01 .right-nav-list ul.nav {
  background: #122c2f;
}
.mediakisec01 .right-nav-list ul.nav li .nav-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 16px 19px;
  transition: all 0.6s ease;
}
.mediakisec01 .right-nav-list ul.nav li .nav-link.active, .mediakisec01 .right-nav-list ul.nav li .nav-link:hover {
  background: transparent;
  transition: all 0.6s ease;
  color: #edb347;
}

.ourvertcsec01 {
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 600px) {
  .ourvertcsec01 {
    padding: 2.5rem 0;
  }
}

.ourvertcsec02 {
  position: relative;
  background: url("../img/our-verticles/05.jpg") no-repeat;
  background-size: cover;
}
.ourvertcsec02 .sec01, .ourvertcsec02 .sec02 {
  padding: 5rem 0 0;
}
.ourvertcsec02 .sec01 .container2, .ourvertcsec02 .sec02 .container2 {
  position: relative;
}
.ourvertcsec02 .sec01 .content, .ourvertcsec02 .sec02 .content {
  width: 80%;
  padding: 0;
}
@media screen and (max-width: 1500px) {
  .ourvertcsec02 .sec01 .content, .ourvertcsec02 .sec02 .content {
    width: 87%;
  }
}
@media screen and (max-width: 999px) {
  .ourvertcsec02 .sec01 .content, .ourvertcsec02 .sec02 .content {
    position: unset;
    width: 100%;
    transform: unset;
  }
}
.ourvertcsec02 .sec01 .content p, .ourvertcsec02 .sec02 .content p {
  text-align: justify;
  margin: 2rem 0;
}
@media screen and (max-width: 1500px) {
  .ourvertcsec02 .sec01 .content .imglogo, .ourvertcsec02 .sec02 .content .imglogo {
    padding: 0 40% 0 0;
  }
}
.ourvertcsec02 .sec02 .content {
  margin-left: auto;
}
.ourvertcsec02 .sec01:last-child {
  padding-bottom: 5rem;
}
@media screen and (max-width: 999px) {
  .ourvertcsec02 .col-lg-7 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .ourvertcsec02 .sec01 .col-lg-7 {
    order: -1;
    margin-bottom: 2rem;
  }
}
.ourvertcsec02 .btn {
  border-radius: 18px;
  overflow: hidden;
}

.ourproject01 {
  position: relative;
  padding: 0 0 5rem;
}
.ourproject01::before {
  content: "";
  position: absolute;
  width: 32.9%;
  height: 100%;
  bottom: 0;
  right: 0;
  background: url(../img/projectbg.png) no-repeat;
  background-position: right bottom;
  background-size: 100%;
}
@media screen and (max-width: 999px) {
  .ourproject01::before {
    width: 62%;
  }
}
.ourproject01 .navasec ul.nav {
  justify-content: center;
  width: 60%;
  margin: 0 auto;
  border-color: #ba9d5e;
}
@media screen and (max-width: 999px) {
  .ourproject01 .navasec ul.nav {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .ourproject01 .navasec ul.nav li.nav-item {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
}
.ourproject01 .navasec ul.nav li.nav-item a.nav-link {
  font-size: 20px;
  color: #1b3639;
  position: relative;
  border: 0;
  z-index: 1;
  padding: 10px 35px;
  transition: all 0.6s ease;
}
@media screen and (max-width: 600px) {
  .ourproject01 .navasec ul.nav li.nav-item a.nav-link {
    text-align: center;
    display: block;
    padding: 14px 15px;
    font-size: 16px;
  }
}
.ourproject01 .navasec ul.nav li.nav-item a.nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1b3639;
  width: 100%;
  transition: all 0.6s ease;
  z-index: -1;
  height: 0;
}
.ourproject01 .navasec ul.nav li.nav-item a.nav-link:hover, .ourproject01 .navasec ul.nav li.nav-item a.nav-link.active {
  transition: all 0.6s ease;
  color: #fff;
}
.ourproject01 .navasec ul.nav li.nav-item a.nav-link:hover::before, .ourproject01 .navasec ul.nav li.nav-item a.nav-link.active::before {
  height: 100%;
  transition: all 0.6s ease;
}
.ourproject01 .thumbsection .item {
  background: #ba9d5e;
  color: #fff;
  display: block;
  text-decoration: none;
}
.ourproject01 .thumbsection .item .txt {
  padding: 12px 25px;
}
.ourproject01 .thumbsection .item.comp-proj {
  position: relative;
}
.ourproject01 .thumbsection .item.comp-proj:hover {
  cursor: pointer;
}
.ourproject01 .thumbsection .item.comp-proj .img {
  position: relative;
}
.ourproject01 .thumbsection .item.comp-proj .img .soldout {
  opacity: 0;
  position: absolute;
  top: 50px;
  right: 50px;
  transform: scale(3);
  transition: all 0.4s ease;
}
@media screen and (max-width: 600px) {
  .ourproject01 .thumbsection .item.comp-proj .img .soldout {
    width: 20%;
  }
}
.ourproject01 #OngoingProjects .img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.ourproject01 #OngoingProjects .img img {
  transition: all 0.6s ease;
}
.ourproject01 #OngoingProjects .img:hover .overlay {
  background: rgba(18, 44, 47, 0.3411764706);
}
.ourproject01 #OngoingProjects .img:hover img {
  transition: all 0.6s ease;
  transform: scale(1.1);
}

.projectnav {
  padding: 15px 0;
  position: sticky;
  top: 102px;
  z-index: 99;
  background: #fff;
}
@media screen and (max-width: 1700px) {
  .projectnav {
    top: 102px;
  }
}
@media screen and (max-width: 1600px) {
  .projectnav {
    top: 88px;
  }
}
@media screen and (max-width: 1500px) {
  .projectnav {
    top: 94px;
  }
}
@media screen and (max-width: 1400px) {
  .projectnav {
    top: 90px;
  }
}
@media screen and (max-width: 999px) {
  .projectnav {
    overflow-x: scroll;
  }
  .projectnav::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 2px;
    height: 4px;
    background-color: #979797;
  }
  .projectnav::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #000;
  }
}
@media screen and (max-width: 600px) {
  .projectnav {
    top: 78px;
  }
}
.projectnav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media screen and (max-width: 999px) {
  .projectnav ul {
    display: -webkit-inline-box;
  }
}
.projectnav ul li {
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .projectnav ul li {
    padding: 0 30px;
  }
}
.projectnav ul li::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 80%;
  top: 10%;
  background: #000;
}
.projectnav ul li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 999px) {
  .projectnav ul li:last-child {
    padding-right: 15px;
  }
}
.projectnav ul li:last-child::before {
  content: unset;
}
.projectnav ul li:first-child {
  padding-left: 0;
}
@media screen and (max-width: 999px) {
  .projectnav ul li:first-child {
    padding-left: 15px;
  }
}
.projectnav ul li a {
  font-size: 20px;
  transition: all 0.6s ease;
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 1600px) {
  .projectnav ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1500px) {
  .projectnav ul li a {
    font-size: 17px;
  }
}
@media screen and (max-width: 999px) {
  .projectnav ul li a {
    display: block;
    width: 100%;
  }
}
.projectnav ul li a:hover, .projectnav ul li a.active {
  color: #b99c5c;
  transition: all 0.6s ease;
}

.projectsec01 {
  position: relative;
}
.projectsec01 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .projectsec01 .overlay .contet {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 999px) {
  .projectsec01 .overlay .contet {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .projectsec01 .overlay .logoimg {
    width: 39%;
  }
}
.projectsec01 .bredcrum {
  position: absolute;
  left: 0;
  top: 121px;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .projectsec01 .bredcrum {
    top: 0;
  }
}
@media screen and (max-width: 600px) {
  .projectsec01 .bredcrum {
    top: 0;
  }
}

.projectsec02 {
  position: relative;
  background: #193538;
}
@media screen and (max-width: 999px) {
  .projectsec02 {
    padding: 2.5rem 0;
  }
}
.projectsec02 .txtcontent {
  padding-left: 5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 1400px) {
  .projectsec02 .txtcontent {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .projectsec02 .txtcontent {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .projectsec02 .txtcontent {
    margin-top: 2rem;
  }
}
.projectsec02 .txtcontent ul {
  padding: 0 0 0 20px;
}
.projectsec02 .txtcontent ul li {
  color: #fff;
}
.projectsec02 .txtcontent ul li::marker {
  color: #ba9d5e;
}
.projectsec02 .txtcontent .txt {
  margin: 8px 0 0;
}
.projectsec02 .txtcontent .txt p {
  color: #fff;
}
@media screen and (max-width: 999px) {
  .projectsec02 .container2 {
    margin: 0 auto;
  }
}
.projectsec02 .owl-carousel .owl-nav button.owl-prev, .projectsec02 .owl-carousel .owl-nav button.owl-next {
  background: #b89b5c !important;
  top: 40%;
  height: 40px;
  width: 40px;
}
.projectsec02 .owl-carousel .owl-nav button.owl-prev .material-symbols-outlined, .projectsec02 .owl-carousel .owl-nav button.owl-next .material-symbols-outlined {
  font-size: 22px;
}
.projectsec02 .owl-carousel.owlprospeci2 .owl-nav {
  display: flex;
  margin-top: 1rem;
}
.projectsec02 .owl-carousel.owlprospeci2 .owl-nav button.owl-prev, .projectsec02 .owl-carousel.owlprospeci2 .owl-nav button.owl-next {
  position: unset;
  transform: unset;
  margin-top: 1rem;
  margin: 0 8px;
}

.projectsec03 {
  position: relative;
  padding: 8rem 0 5rem;
  background: #d8dcdd;
}
.projectsec03::before {
  content: "";
  width: 100%;
  height: 79px;
  background: url(../img/about/coreiconbrder.png) repeat;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1500px) {
  .projectsec03::before {
    background-size: 85px;
    height: 55px;
  }
}
@media screen and (max-width: 999px) {
  .projectsec03::before {
    background-size: 70px;
    height: 51px;
  }
}
.projectsec03 .item .txt {
  padding: 15px 30px;
}
.projectsec03 .item .txt h6 {
  text-align: center;
}
.projectsec03 .item .img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.projectsec03 .item .img img {
  transition: all 0.6s ease;
}
.projectsec03 .item .img:hover .overlay {
  background: rgba(18, 44, 47, 0.3411764706);
}
.projectsec03 .item .img:hover img {
  transition: all 0.6s ease;
  transform: scale(1.1);
}

.projectsec04 {
  position: relative;
  background: #ba9d5e;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .projectsec04 {
    padding: 2.5rem 0;
  }
}
.projectsec04 #map {
  height: 500px;
  width: 100%;
}
.projectsec04 ul {
  padding: 0 0 0 20px;
}
.projectsec04 ul li {
  margin-bottom: 8px;
}
.projectsec04 .img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.projectsec04 .img img {
  transition: all 0.6s ease;
}
.projectsec04 .img .overlay {
  display: block;
}
.projectsec04 .img .overlay .circle {
  opacity: 1;
  position: absolute;
  right: 6%;
  bottom: 6%;
  background: #ba9d5e;
}
.projectsec04 .img .overlay .circle .material-symbols-outlined {
  color: #fff;
}
.projectsec04 .img:hover img {
  transition: all 0.6s ease;
}
.projectsec04 .img:hover .circle {
  transform: translate(-50%);
  right: 41%;
  bottom: 50%;
  transition: all 0.6s ease;
}
@media screen and (max-width: 600px) {
  .projectsec04 .img:hover .circle {
    right: 31%;
    bottom: 36%;
  }
}
@media screen and (max-width: 999px) {
  .projectsec04 .orderch {
    order: -1;
  }
}

.projectsec05 {
  position: relative;
  background: url("../img/unimax-pride/3dexperiancebg.jpg") no-repeat;
  padding: 5rem 0;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .projectsec05 {
    padding: 2.5rem 0;
  }
}
.projectsec05 .navcontent {
  position: relative;
  height: 100%;
  padding-right: 22%;
}
@media screen and (max-width: 600px) {
  .projectsec05 .navcontent {
    padding: 0;
  }
}
.projectsec05 .navcontent::before {
  content: "";
  position: absolute;
  right: 0;
  background: #ba9d5e;
  top: 0;
  width: 1px;
  height: 100%;
}
.projectsec05 .navcontent .nav {
  background: #193538;
  padding: 0 40px;
}
@media screen and (max-width: 600px) {
  .projectsec05 .navcontent .nav {
    width: 100%;
    padding: 0;
  }
}
.projectsec05 .navcontent .nav li.nav-item {
  padding: 0 2.1rem;
  position: relative;
}
@media screen and (max-width: 600px) {
  .projectsec05 .navcontent .nav li.nav-item {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    padding: 0 1rem;
  }
}
.projectsec05 .navcontent .nav li.nav-item::before {
  content: "";
  position: absolute;
  right: 0;
  background: #ba9d5e;
  top: 25%;
  width: 1px;
  height: 50%;
}
.projectsec05 .navcontent .nav li.nav-item:last-child {
  padding-right: 0;
}
.projectsec05 .navcontent .nav li.nav-item:last-child::before {
  content: unset;
}
.projectsec05 .navcontent .nav li.nav-item:first-child {
  padding-left: 0;
}
.projectsec05 .navcontent .nav li.nav-item a.nav-link {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 12px 0;
}
@media screen and (max-width: 1500px) {
  .projectsec05 .navcontent .nav li.nav-item a.nav-link {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .projectsec05 .navcontent .nav li.nav-item a.nav-link {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.projectsec05 .navcontent .nav li.nav-item a.nav-link:hover, .projectsec05 .navcontent .nav li.nav-item a.nav-link.active {
  transition: all 0.6s ease;
  color: #ba9d5e;
}
.projectsec05 .carousel-indicators {
  position: absolute;
  left: -104%;
  top: 34%;
  list-style: none;
  padding: 0;
  width: 73%;
  margin: 0;
  display: block;
}
@media screen and (max-width: 999px) {
  .projectsec05 .carousel-indicators {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }
}
.projectsec05 .carousel-indicators li {
  position: relative;
  border-bottom: 1px solid #ba9d5e;
  padding: 15px 15px;
  font-size: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-indent: 0;
  background: transparent;
  width: auto;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .projectsec05 .carousel-indicators li {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .projectsec05 .carousel-indicators li {
    font-size: 17px;
    padding: 6px 15px;
  }
}
.projectsec05 .carousel-indicators li .material-symbols-outlined {
  margin-left: auto;
  opacity: 0;
  transition: all 0.6s ease;
}
.projectsec05 .carousel-indicators li:hover, .projectsec05 .carousel-indicators li.active {
  transition: all 0.6s ease;
}
.projectsec05 .carousel-indicators li:hover .material-symbols-outlined, .projectsec05 .carousel-indicators li.active .material-symbols-outlined {
  opacity: 1;
  transition: all 0.6s ease;
}

.projectsec06 {
  position: relative;
  padding: 5rem 0;
  background: url("../img/unimax-pride/plansbg.jpg") no-repeat #ba9d5e;
  background-position: left bottom;
}
@media screen and (max-width: 999px) {
  .projectsec06 {
    background-size: cover;
  }
}
@media screen and (max-width: 600px) {
  .projectsec06 {
    padding: 2.5rem 0;
  }
}
@media screen and (max-width: 999px) {
  .projectsec06 .orderch {
    order: 2;
  }
}
.projectsec06 .navcontent {
  color: #fff;
}
.projectsec06 ul {
  padding: 0 0 0 20px;
}
.projectsec06 ul li {
  cursor: pointer;
}
.projectsec06 ul li.clr1 {
  cursor: unset;
}
.projectsec06 .carousel-item {
  cursor: pointer;
}

.img {
  position: relative;
}
.img img {
  transition: all 0.6s ease;
}
.img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img .overlay .circle {
  width: 71px;
  height: 71px;
  background: #193538;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .img .overlay .circle {
    width: 51px;
    height: 51px;
  }
}
.img .overlay .circle .material-symbols-outlined {
  color: #ba9d5e;
}
.img:hover .overlay {
  transition: all 0.6s ease;
}
.img:hover .overlay .circle {
  transition: all 0.6s ease;
  opacity: 1;
}

.card {
  background: transparent;
  display: block;
  margin: 0 0 1rem;
  border: 0;
  width: 100%;
}
.card .card-header {
  padding: 0.2rem 0.5rem;
  border: 0;
  border-bottom: 1px solid #4e4e4e;
  background: transparent;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .card .card-header {
    padding: 0.2rem 0.25rem;
  }
}
.card .card-header button.btn-link {
  text-decoration: none;
  color: #ba9d5e;
  width: 100%;
  display: block;
  text-align: left;
  white-space: normal;
  line-height: 24px;
  background: transparent;
  border: 0;
  padding: 12px 20px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .card .card-header button.btn-link {
    font-size: 15px;
    font-weight: 400;
  }
}
@media screen and (max-width: 600px) {
  .card .card-header button.btn-link {
    padding: 7px 13px;
  }
}
.card .card-header button.btn-link .material-symbols-outlined {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.card .card-header button.btn-link .material-symbols-outlined.up {
  display: block;
  transition: all 0.6s ease;
}
.card .card-header button.btn-link .material-symbols-outlined.down {
  display: none;
  transition: all 0.6s ease;
}
.card .card-header button.btn-link.collapsed .material-symbols-outlined.up {
  display: none;
  transition: all 0.6s ease;
}
.card .card-header button.btn-link.collapsed .material-symbols-outlined.down {
  display: block;
  transition: all 0.6s ease;
}
.card .card-header button.btn-link:hover, .card .card-header button.btn-link:focus, .card .card-header button.btn-link.active, .card .card-header button.btn-link:active {
  text-decoration: none;
  box-shadow: unset;
  outline: unset;
}
.card .card-body {
  border-top: 0;
}

.testimonials {
  padding: 5rem 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .testimonials {
    padding: 2.5rem 0;
  }
}
.testimonials::before {
  content: "";
  position: absolute;
  width: 32.9%;
  height: 100%;
  bottom: 0;
  right: 0;
  background: url(../img/projectbg.png) no-repeat;
  background-position: right bottom;
  background-size: 100%;
}
@media screen and (max-width: 999px) {
  .testimonials::before {
    width: 62%;
  }
}
.testimonials .item {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.0392156863);
  background: #193538;
  color: #fff;
}
.testimonials .item .txt {
  padding: 10px 15px;
  height: 85px;
  display: flex;
  align-items: center;
}
.testimonials .item .img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.testimonials .item .img img {
  transition: all 0.6s ease;
}
.testimonials .item .img:hover .overlay {
  background: rgba(18, 44, 47, 0.3411764706);
}
.testimonials .item .img:hover img {
  transition: all 0.6s ease;
  transform: scale(1.1);
}

.contactsec01 {
  position: relative;
  background: url("../img/contactus/02.jpg") no-repeat;
  padding: 5rem 0;
}
@media screen and (max-width: 999px) {
  .contactsec01 {
    padding: 0 0;
  }
  .contactsec01 .container {
    max-width: 100%;
    padding: 0;
  }
  .contactsec01 .mainr {
    margin: 0;
  }
  .contactsec01 .col-11 {
    padding-left: 30px;
  }
}
.contactsec01 .cont01 {
  background: #ba9d5e;
}
.contactsec01 .cont02 {
  background: #193538;
}
.contactsec01 .cont01, .contactsec01 .cont02 {
  position: relative;
}
.contactsec01 .cont01::before, .contactsec01 .cont02::before {
  content: "";
  position: absolute;
  width: 27%;
  height: 50%;
  bottom: 0;
  filter: contrast(2.5);
}
@media screen and (max-width: 999px) {
  .contactsec01 .cont01::before, .contactsec01 .cont02::before {
    height: 100%;
  }
}
.contactsec01 .cont01::before {
  background: url("../img/contactus/left-icon.png") no-repeat;
  background-position: right bottom;
  background-size: 100%;
  right: 0;
  width: 26.5%;
}
@media screen and (max-width: 999px) {
  .contactsec01 .cont01::before {
    height: 100%;
  }
}
.contactsec01 .cont02::before {
  background: url("../img/contactus/rightiocn.png") no-repeat;
  background-position: left bottom;
  background-size: 100%;
  left: 0;
}
.contactsec01 .content {
  padding: 6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .contactsec01 .content {
    padding: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .contactsec01 .content {
    padding: 2rem 15px;
  }
}
.contactsec01 .content input, .contactsec01 .content textarea {
  padding: 13px 15px;
  background: rgba(255, 255, 255, 0.1215686275);
  color: #fff;
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
}
.contactsec01 .content input::-moz-placeholder, .contactsec01 .content textarea::-moz-placeholder {
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
}
.contactsec01 .content input::placeholder, .contactsec01 .content textarea::placeholder {
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
}
.contactsec01 .content input:focus, .contactsec01 .content textarea:focus {
  border: 1px solid #b89b5c;
  outline: 0;
}
.contactsec01 .content a {
  color: #000;
  text-decoration: none;
}

.contactsec02 {
  position: relative;
  height: 390px;
}

.careersec01 {
  position: relative;
  background: url("../img/career/02.jpg") no-repeat;
  padding: 5rem 0;
  background-size: cover;
}
@media screen and (max-width: 999px) {
  .careersec01 {
    padding: 2.5rem 0;
  }
  .careersec01 .orchange {
    order: -1;
    margin-bottom: 2rem;
  }
  .careersec01 .bgclr {
    padding: 2.5rem 0 5rem;
  }
}
.careersec01::before {
  content: "";
  position: absolute;
  width: 25%;
  height: 90%;
  background: url(../img/home/bgicon.png) no-repeat;
  right: 0;
  bottom: 0;
  background-size: 100%;
  background-position: right bottom;
  opacity: 0.4;
}
@media screen and (max-width: 999px) {
  .careersec01::before {
    width: 62%;
  }
}
.careersec01 .headline {
  padding: 0 20%;
}
@media screen and (max-width: 999px) {
  .careersec01 .headline {
    padding: 0;
  }
}
.careersec01 .bgclr {
  background: #223b3a;
  align-items: center;
  color: #fff;
  margin: 2rem 0 0;
  position: relative;
}
.careersec01 .bgclr::after {
  content: "";
  width: 100%;
  height: 79px;
  background: url(../img/about/coreiconbrder.png) repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  filter: brightness(12);
  opacity: 0.6;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .careersec01 .bgclr::after {
    background-size: 70px;
    height: 51px;
  }
}
.careersec01 .img {
  position: relative;
  z-index: 11;
}
.careersec01 .clgbngic {
  position: relative;
  height: 100%;
  padding: 0 6%;
}
@media screen and (max-width: 999px) {
  .careersec01 .clgbngic {
    padding: 0;
  }
}
.careersec01 .clgbngic ul {
  padding: 0 0 0 20px;
}
.careersec01 .clgbngic ul li {
  margin-bottom: 8px;
}
.careersec01 .clgbngic ul li:last-child {
  margin-bottom: 0;
}
.careersec01 .clgbngic ul li::marker {
  color: #b89b5c;
}

.careersec02 {
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 999px) {
  .careersec02 {
    padding: 2.5rem 0;
  }
}
.careersec02 .contentl {
  padding-right: 7%;
  position: relative;
}
@media screen and (max-width: 999px) {
  .careersec02 .contentl {
    padding: 0;
  }
}
.careersec02 .contentl::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #b89b5c;
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0%;
}
@media screen and (max-width: 999px) {
  .careersec02 .contentl::after {
    content: unset;
  }
}
.careersec02 .contentr {
  padding-left: 7%;
}
@media screen and (max-width: 999px) {
  .careersec02 .contentr {
    padding: 0;
    margin-top: 2rem;
  }
}
.careersec02 .contentr ul {
  padding: 0 0 0 20px;
}
.careersec02 .contentr ul li {
  margin-bottom: 8px;
}
.careersec02 .contentr ul li:last-child {
  margin-bottom: 0;
}
.careersec02 .contentr ul li::marker {
  color: #b89b5c;
}

.careersec03 {
  position: relative;
  padding: 5rem 0;
  background: url("../img/career/06.jpg");
}
@media screen and (max-width: 999px) {
  .careersec03 {
    padding: 2.5rem 0;
  }
  .careersec03 .orchange {
    order: -1;
    margin-bottom: 2rem;
  }
}
.careersec03 .bgclr {
  background: #223b3a;
  align-items: center;
  color: #fff;
  margin: 2rem 0 0;
  position: relative;
}
@media screen and (max-width: 999px) {
  .careersec03 .bgclr {
    padding: 2.5rem 0;
  }
}
.careersec03 .clgbngic {
  padding: 0 8%;
}
@media screen and (max-width: 999px) {
  .careersec03 .clgbngic {
    padding: 0;
  }
}
.careersec03 .clgbngic input, .careersec03 .clgbngic textarea {
  padding: 13px 15px;
  background: rgba(255, 255, 255, 0.1215686275);
  color: #fff;
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
}
@media screen and (max-width: 999px) {
  .careersec03 .clgbngic input, .careersec03 .clgbngic textarea {
    padding: 8px 15px;
  }
}
.careersec03 .clgbngic input::-moz-placeholder, .careersec03 .clgbngic textarea::-moz-placeholder {
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
}
.careersec03 .clgbngic input::placeholder, .careersec03 .clgbngic textarea::placeholder {
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
}
.careersec03 .clgbngic input:focus, .careersec03 .clgbngic textarea:focus {
  border: 1px solid #b89b5c;
  outline: 0;
}
.careersec03 .content {
  background: #fff;
  text-align: center;
  padding: 3rem 4.5rem;
  height: 100%;
}
@media screen and (max-width: 1500px) {
  .careersec03 .content {
    padding: 2rem 3rem;
  }
}
@media screen and (max-width: 999px) {
  .careersec03 .content {
    padding: 2rem 1.5rem;
  }
}
.careersec03 .content h4 {
  height: 59px;
}
@media screen and (max-width: 999px) {
  .careersec03 .content h4 {
    height: auto;
  }
}

footer {
  position: relative;
}
@media screen and (max-width: 768px) {
  footer {
    margin-bottom: 57px;
  }
}
footer p .material-symbols-outlined, footer li .material-symbols-outlined {
  font-size: 20px;
}
footer .sec01 {
  background: url("../img/ftbgicon.png") repeat #193538;
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  footer .sec01 {
    padding: 2rem 0;
  }
}
footer .sec01 ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
  margin: 0;
}
footer .sec01 ul li {
  margin-bottom: 7px;
}
footer .sec01 ul li::marker {
  color: #b89b5c;
}
footer .sec01 a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  transition: all 0.6s ease;
}
footer .sec01 a:hover {
  color: #b89b5c;
  transition: all 0.6s ease;
}
footer .sec01 a.fa-brands {
  padding: 8px;
  font-size: 15px !important;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  z-index: 999;
  position: relative;
  background: #b89c5c;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1500px) {
  footer .sec01 a.fa-brands {
    font-size: 14px !important;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  footer .sec01 a.fa-brands {
    font-size: 11px !important;
    width: 25px;
    height: 25px;
  }
}
footer .sec01 a.fa-brands.fa-brands:hover {
  opacity: 0.7;
  transition: all 0.6s ease;
  color: #fff;
}
footer .sec01 p {
  color: #fff;
}
footer .sec02 {
  background: #122c2f;
  color: #fff;
  padding: 12px 0;
}
footer .sec02 a {
  text-decoration: none;
  color: #fff;
}

.thakyoupage {
  padding: 8rem 0;
  text-align: center;
  background: url(../img/about/bgdereictor.png) #3c0f18 repeat;
  color: #fff;
}

.faq {
  padding: 2.5rem 0;
}

.mtop {
  margin-top: 112px;
}
@media screen and (max-width: 1700px) {
  .mtop {
    margin-top: 113px;
  }
}
@media screen and (max-width: 1600px) {
  .mtop {
    margin-top: 97px;
  }
}
@media screen and (max-width: 1500px) {
  .mtop {
    margin-top: 96px;
  }
}
@media screen and (max-width: 999px) {
  .mtop {
    margin-top: 0;
  }
}

nav .breadcrumb {
  background: transparent;
  padding: 0.75rem 0;
  margin: 0;
}
@media screen and (max-width: 600px) {
  nav .breadcrumb {
    padding: 10px 0;
  }
}
nav .breadcrumb li.breadcrumb-item {
  font-size: 15px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 1500px) {
  nav .breadcrumb li.breadcrumb-item {
    font-size: 13px;
  }
}
nav .breadcrumb li.breadcrumb-item.active {
  color: #ba9d5e;
}
@media screen and (max-width: 600px) {
  nav .breadcrumb li.breadcrumb-item {
    font-size: 11px;
  }
}
nav .breadcrumb li.breadcrumb-item a {
  color: #fff;
}
nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.privacysec01 {
  padding: 2.5rem 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .privacysec01 {
    padding: 2.5rem 0;
  }
}
.privacysec01 .heatxt {
  padding-left: 1rem;
}
.privacysec01 .heatxt::before {
  height: 77%;
  background: #c39e53;
}
.privacysec01 p {
  line-height: 32px;
}
.privacysec01 a {
  color: #c39e53;
  text-decoration: none;
}

.box {
  width: 90%;
}
@media screen and (max-width: 999px) {
  .box {
    width: 100%;
  }
}

.carousel-control-next, .carousel-control-prev {
  background: #ba9d5e;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ba9d5e;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-control-next .material-symbols-outlined, .carousel-control-prev .material-symbols-outlined {
  font-weight: 200;
  font-size: 20px;
}
@media screen and (max-width: 1500px) {
  .carousel-control-next, .carousel-control-prev {
    width: 38px;
    height: 38px;
  }
}

.carousel-control-prev {
  left: 2.5%;
}
@media screen and (max-width: 1500px) {
  .carousel-control-prev {
    left: 1.5%;
  }
}

.carousel-control-next {
  right: 2.5%;
}
@media screen and (max-width: 1500px) {
  .carousel-control-next {
    right: 1.5%;
  }
}

.enquiebtn {
  position: fixed;
  top: 200px;
  right: 10px;
  z-index: 999;
}
@media screen and (max-width: 999px) {
  .enquiebtn {
    top: unset;
    right: unset;
    left: 0;
    bottom: 0;
    width: 100%;
    box-shadow: 0 -5px 20px rgba(184, 156, 92, 0.4117647059);
  }
}
.enquiebtn ul {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 999px) {
  .enquiebtn ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.enquiebtn ul li {
  background-color: rgba(25, 53, 56, 0.7882352941);
  list-style-type: none;
  border: 1px solid #ba9d5e;
  border-radius: 50px;
  margin: 10px 0;
  transition: all 0.6s ease;
  padding: 0px;
}
@media screen and (max-width: 999px) {
  .enquiebtn ul li {
    border-radius: 0;
    margin: 0;
    display: inline-block;
    width: 33.33%;
    border: unset;
    text-align: center;
    padding: 5px;
    background-color: #183336;
    position: relative;
  }
  .enquiebtn ul li:nth-child(2)::after, .enquiebtn ul li:nth-child(2)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 70%;
    top: 15%;
    background: #b89b5c;
    left: 0;
  }
  .enquiebtn ul li:nth-child(2)::before {
    left: unset;
    right: 0;
  }
}
.enquiebtn ul li:hover {
  margin-left: -130px;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .enquiebtn ul li:hover {
    margin-left: -1px;
  }
}
.enquiebtn ul li:hover p {
  opacity: 1;
  transition: all 0.2s ease;
  transition-delay: 0.2s;
  left: -80px;
}
@media screen and (max-width: 999px) {
  .enquiebtn ul li:hover p {
    opacity: unset;
    transition: unset;
    transition-delay: unset;
  }
}
.enquiebtn ul li:hover .img {
  transform: rotate(-360deg);
}
.enquiebtn ul li:hover .img:before {
  display: block;
}
@media screen and (max-width: 999px) {
  .enquiebtn ul li:hover .img:before {
    display: none;
  }
}
.enquiebtn ul li:first-child {
  margin-top: 0;
}
.enquiebtn ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 10px;
}
@media screen and (max-width: 999px) {
  .enquiebtn ul li a {
    display: unset;
    align-items: unset;
    padding: 0;
  }
}
.enquiebtn ul li a .img {
  position: relative;
  z-index: 1;
  transition: all 0.6s ease;
}
@media screen and (max-width: 999px) {
  .enquiebtn ul li a .img {
    transform: scale(0.8);
  }
}
.enquiebtn ul li a .img:before {
  position: absolute;
  content: "";
  height: 150%;
  width: 150%;
  background-color: var(--theme-gold);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
  display: none;
  transition: all 0.6s ease;
}
.enquiebtn ul li a p {
  position: absolute;
  color: #fff;
  opacity: 0;
}
@media screen and (max-width: 999px) {
  .enquiebtn ul li a p {
    position: unset;
    opacity: 1;
    font-size: 14px;
  }
}

.enquieryrap {
  position: fixed;
  right: 0.8%;
  top: 20%;
  z-index: 11;
}
@media screen and (max-width: 1500px) {
  .enquieryrap {
    top: 26%;
  }
}
@media screen and (max-width: 600px) {
  .enquieryrap {
    display: flex;
    flex-wrap: wrap;
    top: unset;
    bottom: 0;
    width: 100%;
    right: 0;
    background: #4f1520;
  }
}
.enquieryrap .iconenqui {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 0.8rem;
  display: flex;
  margin-bottom: 1rem;
  position: relative;
  box-shadow: unset;
  border: 1px solid #eb9d3f;
}
.enquieryrap .iconenqui img {
  filter: invert(10%) sepia(28%) saturate(5119%) hue-rotate(327deg) brightness(95%) contrast(94%);
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .enquieryrap .iconenqui {
    margin-bottom: 0.78rem;
  }
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui {
    width: 33.33%;
    max-width: 33.33%;
    flex: 0 0 33.33%;
    border-radius: 0;
    margin: 0;
    text-align: center;
    margin: 0 auto;
    padding: 5px 8px 8px;
    height: 100%;
    box-shadow: unset;
  }
  .enquieryrap .iconenqui:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.enquieryrap .iconenqui .img {
  line-height: 0;
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui .img {
    line-height: normal;
    margin: 0 auto;
  }
  .enquieryrap .iconenqui .img img {
    width: 24px;
    margin: 0 0 9px;
  }
}
.enquieryrap .iconenqui .img span {
  display: none;
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui .img span {
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
  }
}
.enquieryrap .iconenqui .txt {
  position: absolute;
  right: 0;
  width: 161px;
  background: #3c0f18;
  padding: 0.6rem 0.8rem;
  top: 0%;
  border-radius: 0 19px 19px 0;
  z-index: -1;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateX(161px);
}
@media screen and (max-width: 1600px) {
  .enquieryrap .iconenqui .txt {
    padding: 0.7rem 0.8rem;
  }
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui .txt {
    display: none;
  }
}
.enquieryrap .iconenqui:hover .txt {
  opacity: 1;
  transition: all 0.6s ease;
  transform: translateX(0);
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  padding: 0 !important;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  line-height: 0px;
  transition: all 0.6s ease;
  opacity: 1;
  background: #223b3a !important;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1500px) {
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    height: 39px;
    width: 39px;
  }
}
.owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-next.disabled {
  transition: all 0.6s ease;
  cursor: not-allowed;
  opacity: 0.5;
}
.owl-carousel .owl-nav button.owl-prev .material-symbols-outlined, .owl-carousel .owl-nav button.owl-next .material-symbols-outlined {
  color: #fff;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -2%;
}
.owl-carousel .owl-nav button.owl-next {
  right: -2%;
}

.carousel-control-prev, .carousel-control-next, button.owl-prev, button.owl-next {
  opacity: 1;
}

#scroll, .scroll-anchor {
  display: flex;
  position: fixed;
  bottom: 13px;
  right: 8px;
  background: #000;
  width: 40px;
  height: 36px;
  z-index: 9999;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.6s ease;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2392156863);
}
@media screen and (max-width: 600px) {
  #scroll, .scroll-anchor {
    width: 40px;
    height: 32px;
    bottom: 60px;
  }
}
#scroll:hover, .scroll-anchor:hover {
  transition: all 0.6s ease;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3803921569);
}

.btn {
  font-size: 15px;
  background: #c09a53;
  color: #fff;
  padding: 0.7rem 2.9rem;
  text-transform: uppercase;
  border-radius: 0;
  position: relative;
  border: 1px solid #c09a53;
  z-index: 1;
  transition: all 0.6s ease;
}
.btn.btnwhite {
  background: #fff;
  color: #c09a53;
  border: 1px solid #fff;
  padding: 0.5rem 2.5rem;
}
.btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  z-index: -1;
  background: #fff;
  transition: all 0.6s ease;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.btn:hover {
  color: #c09a53;
}
.btn:hover::before {
  height: 100%;
  transition: all 0.6s ease;
}
.btn:hover.btnwhite {
  box-shadow: 0 6px 4px rgba(0, 0, 0, 0.4);
}

input, select, textarea, button, select, option {
  resize: none;
  font-size: 15px;
  border-radius: 0;
}
input:focus, select:focus, textarea:focus, button:focus, select:focus, option:focus {
  outline: 0;
  box-shadow: unset;
}

.modal .modal-content {
  padding: 2%;
  position: relative;
}
.modal .modal-content .close {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #c09a53 !important;
  top: 0;
  right: 0;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
}
.modal .modal-content .close .material-symbols-outlined {
  color: #fff;
}
.modal .modal-content .inconte {
  border: 1px solid #c09a53;
  padding: 2%;
}
.modal .modal-content .inconte .modal-header {
  border: 0;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-header {
    padding-bottom: 0;
  }
}
.modal .modal-content .inconte .modal-header .modal-title {
  font-weight: 500;
  color: #000;
}
.modal .modal-content .inconte .modal-body {
  padding: 1.5rem 12px;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body {
    padding: 0.8rem 12px;
  }
}
.modal .modal-content .inconte .modal-body input[type=text], .modal .modal-content .inconte .modal-body input[type=tel], .modal .modal-content .inconte .modal-body input[type=email], .modal .modal-content .inconte .modal-body textarea {
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
  width: 100%;
  font-size: 15px;
  resize: none;
  padding: 12px 1rem !important;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body input[type=text], .modal .modal-content .inconte .modal-body input[type=tel], .modal .modal-content .inconte .modal-body input[type=email], .modal .modal-content .inconte .modal-body textarea {
    padding: 10px;
  }
}
.modal .modal-content .inconte .modal-body input[type=text]::-moz-placeholder, .modal .modal-content .inconte .modal-body input[type=tel]::-moz-placeholder, .modal .modal-content .inconte .modal-body input[type=email]::-moz-placeholder, .modal .modal-content .inconte .modal-body textarea::-moz-placeholder {
  color: #555555;
}
.modal .modal-content .inconte .modal-body input[type=text]::placeholder, .modal .modal-content .inconte .modal-body input[type=tel]::placeholder, .modal .modal-content .inconte .modal-body input[type=email]::placeholder, .modal .modal-content .inconte .modal-body textarea::placeholder {
  color: #555555;
}
.modal .modal-content .inconte .modal-body label {
  font-size: 12px;
}

.glmediaum {
  font-family: "Gill Sans Medium";
}

.glsalight {
  font-family: "Gill Sans Light";
}

.glsemibld {
  font-family: "Gill Sans SemiBold";
}

@font-face {
  font-family: "Gill Sans Medium";
  src: url("../fonts/GillSans-Medium.woff2") format("woff2"), url("../fonts/GillSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans Light";
  src: url("../fonts/GillSans-Light.woff2") format("woff2"), url("../fonts/GillSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans SemiBold";
  src: url("../fonts/GillSans-SemiBold.woff2") format("woff2"), url("../fonts/GillSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@keyframes pulse2 {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN-Medium.woff2") format("woff2"), url("../fonts/DIN-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN-Regular.woff2") format("woff2"), url("../fonts/DIN-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barcelony";
  src: url("../fonts/BarcelonyRegular.woff2") format("woff2"), url("../fonts/BarcelonyRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes scroll_down_btn-animation {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.fadein {
  animation-name: fadein;
  animation-fill-mode: both;
}

.circle-full-anim {
  animation: circle-full 0.8s ease-in-out forwards;
  transform-origin: left;
}

@keyframes circle-full {
  from {
    clip-path: circle(0% at 0% 0%);
  }
  to {
    clip-path: circle(100% at 50%);
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */