/*@Media Query Mixin*/
/*@Media Query Mixin End*/
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,300,0,0");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
body {
  margin: 0;
  padding: 0;
  font-family: "Avenir";
  font-weight: 300;
  font-size: 16px;
  font-weight: 300;
  color: #191919;
}

.container {
  max-width: 77%;
}
@media screen and (max-width: 1700px) {
  .container {
    max-width: 87%;
  }
}
@media screen and (max-width: 1500px) {
  .container {
    max-width: 90%;
  }
}
@media screen and (max-width: 1300px) {
  .container {
    max-width: 96%;
  }
}

.container2 {
  max-width: 87.5%;
}
@media screen and (max-width: 1700px) {
  .container2 {
    max-width: 91.5%;
  }
}
@media screen and (max-width: 1500px) {
  .container2 {
    max-width: 93%;
  }
}
@media screen and (max-width: 1300px) {
  .container2 {
    max-width: 96%;
  }
}
@media screen and (max-width: 999px) {
  .container2 {
    margin: 0 auto;
    padding-bottom: 1rem;
  }
}

.ptop {
  padding-top: 98px;
}
@media screen and (max-width: 1500px) {
  .ptop {
    padding-top: 89px;
  }
}
@media screen and (max-width: 1300px) {
  .ptop {
    padding-top: 97px;
  }
}
@media screen and (max-width: 600px) {
  .ptop {
    padding-top: 73px;
  }
}

.headftn {
  font-family: "Blair ITC";
}

.medium {
  font-family: "Avenir Medium";
}

.size30 {
  font-size: 30px;
  line-height: 35px;
}
@media screen and (max-width: 1700px) {
  .size30 {
    font-size: 26px;
    line-height: 31px;
  }
}
@media screen and (max-width: 1500px) {
  .size30 {
    font-size: 24px;
    line-height: 29px;
  }
}
@media screen and (max-width: 1300px) {
  .size30 {
    font-size: 23px;
    line-height: 28px;
  }
}

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

.size24 {
  font-size: 24px;
}
@media screen and (max-width: 1600px) {
  .size24 {
    font-size: 21px;
  }
}
@media screen and (max-width: 1500px) {
  .size24 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .size24 {
    font-size: 17px;
  }
}

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

p, li {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 1700px) {
  p, li {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1500px) {
  p, li {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1300px) {
  p, li {
    line-height: 23px;
  }
}
@media screen and (max-width: 600px) {
  p, li {
    font-size: 16px;
    line-height: 26px;
  }
}

.clr1 {
  color: #b8894c !important;
}

@media screen and (max-width: 991px) {
  .right-space {
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .right-space {
    margin-right: 0;
  }
}

.lettspa {
  letter-spacing: 2px;
}

.atisstim {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 12px;
  right: 5px;
  bottom: 5px;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .atisstim {
    font-size: 9px;
  }
}
.atisstim.left {
  left: 5px;
  right: unset;
}

.overlycricle {
  width: 80px;
  height: 80px;
  background: #b8894c;
  position: absolute;
  border-radius: 50%;
  left: 2%;
  bottom: 5%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  .overlycricle {
    width: 55px;
    height: 55px;
  }
}

.btn {
  display: flex;
  align-items: center;
  z-index: 1;
  transition: all 0.6s ease;
  position: relative;
  padding: 0.77rem 2.2rem;
  border: 0;
  border-radius: 0;
  font-size: 15px;
  font-weight: 300;
  background: #e6af67;
  border: 1px solid #e6af67;
}
.btn.blk {
  background: #000;
  color: #fff;
}
.btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  z-index: -1;
  bottom: 0;
  transition: all 0.6s ease;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
}
.btn:hover {
  transition: all 0.6s ease;
  box-shadow: 0 6px 10px rgba(134, 134, 134, 0.4588235294);
  color: #e6af67;
}
.btn:hover::before {
  height: 100%;
  transition: all 0.6s ease;
}
.btn:focus {
  outline: 0;
  box-shadow: unset;
}

button:focus {
  outline: 0;
  box-shadow: unset;
}

.sub-heading {
  font-size: 18px;
  margin-bottom: 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.arrowdScroll {
  color: #fff;
  position: fixed;
  right: 1%;
  bottom: 3%;
  background: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 29px;
  align-items: center;
  text-align: center;
  z-index: 11;
}

.arrowdScroll span {
  font-size: 29px;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  transition: all 0.6s ease;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
}
.carousel-indicators li:hover, .carousel-indicators li.active {
  transition: all 0.6s ease;
  background: #e6af67;
  border: 1px solid #e6af67;
}

.carousel-control-next, .carousel-control-prev {
  outline: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.carousel-control-next span.material-symbols-outlined, .carousel-control-prev span.material-symbols-outlined {
  color: #000;
  font-size: 4rem;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .carousel-control-next span.material-symbols-outlined, .carousel-control-prev span.material-symbols-outlined {
    font-size: 2.2rem;
  }
}

.carousel-control-next {
  right: 1%;
}

.carousel-control-prev {
  left: 1%;
}

.borlingredi {
  position: absolute;
  width: 71%;
  right: 0;
  top: 7.5%;
  height: 100%;
  z-index: 1;
  background: url(../img/rightbr.png) no-repeat;
  background-position: right;
  background-size: 100%;
}
.borlingredi.left {
  right: unset;
  left: 0;
}
@media screen and (max-width: 999px) {
  .borlingredi {
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
  }
}

.zindup {
  z-index: 11;
}

header .navbar {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 999px) {
  header .navbar {
    padding: 0.5rem 0;
    background: #fff;
  }
}
header .navbar.scrolled {
  position: fixed;
  background: #fff;
  transition: all 0.6s ease;
  box-shadow: 0 2px 23px rgba(184, 137, 76, 0.1411764706);
  padding: 1.2rem 0;
}
header .navbar.scrolled .navbar-brand {
  width: 20%;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1700px) {
  header .navbar.scrolled .navbar-brand {
    width: 24%;
  }
}
@media screen and (max-width: 1500px) {
  header .navbar.scrolled .navbar-brand {
    width: 23%;
  }
}
@media screen and (max-width: 999px) {
  header .navbar.scrolled .navbar-brand {
    width: 35%;
  }
}
@media screen and (max-width: 600px) {
  header .navbar.scrolled .navbar-brand {
    width: 50%;
  }
}
header .navbar .container {
  align-items: end;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 999px) {
  header .navbar .container {
    max-width: 100%;
    align-items: center;
  }
}
header .navbar .navbar-brand {
  position: relative;
  width: 25.5%;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1500px) {
  header .navbar .navbar-brand {
    width: 25%;
  }
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-brand {
    width: 35%;
    margin-left: 15px;
  }
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-brand {
    width: 37%;
  }
}
@media screen and (max-width: 600px) {
  header .navbar .navbar-brand {
    width: 61%;
  }
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-toggler {
    margin-right: 15px;
  }
}
header .navbar .navbar-nav li.nav-item {
  padding: 0 0.5rem;
  position: relative;
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav li.nav-item {
    padding: 0;
  }
}
header .navbar .navbar-nav li.nav-item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  background: #191919;
  right: 0;
  top: 20%;
  transition: all 0.6s ease;
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav li.nav-item::before {
    content: unset;
  }
}
header .navbar .navbar-nav li.nav-item:first-child {
  padding-left: 0;
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav li.nav-item:first-child {
    padding: 0;
  }
}
header .navbar .navbar-nav li.nav-item:last-child {
  padding-right: 0;
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav li.nav-item:last-child {
    padding: 0;
  }
}
header .navbar .navbar-nav li.nav-item:last-child::before {
  content: unset;
}
header .navbar .navbar-nav li.nav-item a.nav-link {
  color: #656565;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0rem 0.5rem;
  transition: all 0.6s ease;
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 1700px) {
  header .navbar .navbar-nav li.nav-item a.nav-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  header .navbar .navbar-nav li.nav-item a.nav-link {
    font-size: 14px;
    padding: 0.7rem 2.2rem;
    border-bottom: 1px solid #626262;
    text-align: right;
  }
}
header .navbar .navbar-nav li.nav-item a.nav-link::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background: #000;
  left: 0;
  bottom: 0;
  transition: all 0.6s ease;
}
header .navbar .navbar-nav li.nav-item a.nav-link:hover, header .navbar .navbar-nav li.nav-item a.nav-link.active {
  color: #191919;
  transition: all 0.6s ease;
}
header .navbar .navbar-nav li.nav-item a.nav-link:hover::before, header .navbar .navbar-nav li.nav-item a.nav-link.active::before {
  transition: all 0.6s ease;
  width: 100%;
}
header .navbar .navbar-nav li.nav-item:last-child a.nav-link {
  padding-right: 0;
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav li.nav-item:last-child a.nav-link {
    border: 0;
  }
}
@media screen and (max-width: 600px) {
  header .navbar .navbar-nav li.nav-item:last-child a.nav-link {
    padding: 0.7rem 2.2rem;
  }
}
header .navbar .call {
  position: absolute;
  right: 15px;
  top: 0;
  margin: 0;
  font-weight: 500;
}
header .navbar .call a {
  color: #191919;
  display: flex;
  align-items: center;
  text-decoration: none;
}
header .navbar .call a span {
  color: #b8894c;
}
@media screen and (max-width: 999px) {
  header .navbar .call {
    display: none;
  }
}

.hmsec01 .carousel-item {
  overflow: hidden;
  position: relative;
}
.hmsec01 .carousel-item .obverlayu {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.hmsec01 .carousel-item .obverlayu video {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 999px) {
  .hmsec02 {
    padding: 2.5rem 0;
  }
}
.hmsec02 .sec01 {
  padding: 0 13% 0 26%;
}
@media screen and (max-width: 1700px) {
  .hmsec02 .sec01 {
    padding: 0 8% 0 13%;
  }
}
@media screen and (max-width: 1300px) {
  .hmsec02 .sec01 {
    padding: 0 6%;
  }
}
@media screen and (max-width: 1700px) {
  .hmsec02 .sec01 .img {
    width: 23%;
  }
}
@media screen and (max-width: 1400px) {
  .hmsec02 .sec01 .img {
    width: 20%;
  }
}
@media screen and (max-width: 999px) {
  .hmsec02 .sec01 .img {
    width: 20%;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .hmsec02 .sec01 .img {
    width: 26%;
    padding: 0;
  }
}
@media screen and (max-width: 999px) {
  .hmsec02 .ordchage {
    order: -1;
  }
  .hmsec02 .ordchage .img {
    padding: 0 15px;
  }
}
@media screen and (max-width: 999px) {
  .hmsec02 .atisstim {
    right: 20px;
    bottom: 0;
  }
}

.hmsec03 .rizihub {
  background: #363756;
}
.hmsec03 .abode {
  background: #b8894c;
}
.hmsec03 p {
  color: #fff;
}
@media screen and (max-width: 999px) {
  .hmsec03 .img {
    padding: 1rem 15px;
  }
}
@media screen and (max-width: 999px) {
  .hmsec03 .atisstim.left {
    left: 20px;
    bottom: 15px;
  }
}
.hmsec03 .secmid {
  padding: 0 26% 0 13%;
}
@media screen and (max-width: 999px) {
  .hmsec03 .secmid {
    padding: 0 15px;
  }
}
@media screen and (max-width: 600px) {
  .hmsec03 .secmid {
    padding: 0;
  }
}
@media screen and (max-width: 1700px) {
  .hmsec03 .secmid .img {
    width: 64%;
  }
}
@media screen and (max-width: 1400px) {
  .hmsec03 .secmid .img {
    width: 56%;
  }
}
@media screen and (max-width: 999px) {
  .hmsec03 .secmid .img {
    width: 56%;
    padding: 0;
  }
}
@media screen and (max-width: 999px) {
  .hmsec03 .secmid .setrow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 296px;
  }
}
@media screen and (max-width: 600px) {
  .hmsec03 .secmid .setrow {
    height: 400px;
    align-items: start;
    display: block;
  }
}
@media screen and (max-width: 999px) {
  .hmsec03 .secmid .setrow .setcol01 {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 600px) {
  .hmsec03 .secmid .setrow .setcol01 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.hmsec03 a {
  text-decoration: none;
}

.hmsec04 {
  padding: 5rem 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .hmsec04 {
    padding: 2.5rem 0;
  }
}
.hmsec04 .midbrd {
  position: relative;
}
.hmsec04 .midbrd::before, .hmsec04 .midbrd::after {
  content: "";
  background-color: rgba(203, 154, 116, 0.3098039216);
  top: 20%;
  height: 60%;
  width: 1px;
  position: absolute;
}
.hmsec04 .midbrd::before {
  left: -7%;
}
@media screen and (max-width: 600px) {
  .hmsec04 .midbrd::before {
    content: unset;
  }
}
.hmsec04 .midbrd::after {
  right: 7%;
}
@media screen and (max-width: 900px) {
  .hmsec04 .midbrd::after {
    content: unset;
  }
}
@media screen and (max-width: 1500px) {
  .hmsec04 .img {
    width: 70px;
  }
}
@media screen and (max-width: 1300px) {
  .hmsec04 .img {
    width: 60px;
  }
}

.abtsec01 {
  position: relative;
  padding-bottom: 5rem;
}
.abtsec01 .sectxt {
  background: url("../img/abou/02.jpg") no-repeat;
  background-size: 100%;
  padding: 11rem 0 10rem;
  position: relative;
  margin-top: -11rem;
}
@media screen and (max-width: 1300px) {
  .abtsec01 .sectxt {
    padding: 8rem 0 10rem;
  }
}
@media screen and (max-width: 999px) {
  .abtsec01 .sectxt {
    background-size: cover;
    padding: 5rem 1rem;
    background-position: -7rem 0;
  }
}
@media screen and (max-width: 600px) {
  .abtsec01 .sectxt {
    background-position: -11rem 0;
  }
}
.abtsec01 .overlaysec {
  position: absolute;
  width: 40%;
  right: 0;
}

.abtsec02 {
  background: #e4e4e4;
  padding: 4rem 0;
}
.abtsec02 .container2 {
  position: relative;
}
.abtsec02 .overlaysec {
  width: 27%;
  position: absolute;
  right: 5%;
  top: 12%;
  height: 100%;
}
@media screen and (max-width: 1700px) {
  .abtsec02 .overlaysec {
    top: 9%;
  }
}
@media screen and (max-width: 1500px) {
  .abtsec02 .overlaysec {
    top: 2%;
  }
}
@media screen and (max-width: 1300px) {
  .abtsec02 .overlaysec {
    top: 3.5%;
  }
}
@media screen and (max-width: 999px) {
  .abtsec02 .overlaysec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    position: unset;
    margin-top: 1.5rem;
  }
}
.abtsec02 .overlaysec .sec01 {
  background: #fff;
  padding: 1rem 2rem;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .abtsec02 .overlaysec .sec01 .bg {
    background: #fff;
    height: 100%;
    padding: 1rem 15px;
  }
}
@media screen and (max-width: 1500px) {
  .abtsec02 .overlaysec .sec01 img {
    width: 38px;
  }
}
@media screen and (max-width: 999px) {
  .abtsec02 .overlaysec .sec01 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
    background: transparent;
  }
}
@media screen and (max-width: 600px) {
  .abtsec02 .overlaysec .sec01 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .abtsec02 .overlaysec p {
    font-size: 13px;
    line-height: 21px;
  }
}

.abtsec03 {
  padding: 5rem 0;
}
@media screen and (max-width: 600px) {
  .abtsec03 {
    padding: 2.5rem 0;
  }
}
.abtsec03 .contet {
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1411764706);
}

.abtsec04 {
  background: #a38052;
  padding: 4rem 0;
  margin-bottom: 4rem;
}
.abtsec04 .img {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .abtsec04 .img img {
    width: 180%;
    max-width: 180%;
    transform: translateX(-22%);
  }
}
.abtsec04 .img .overla {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4666666667);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
}
.abtsec04 .img .overla .play {
  width: 109px;
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  .abtsec04 .img .overla .play {
    width: 80px;
  }
  .abtsec04 .img .overla .play img {
    width: 100%;
  }
}

.tetxsec {
  padding: 5rem 0;
}
@media screen and (max-width: 999px) {
  .tetxsec {
    padding: 2.5rem 0 0;
  }
}
.tetxsec p {
  font-weight: 300;
}
.tetxsec .txtsecggirdf {
  display: grid;
  grid-auto-rows: minmax(500px, auto);
  grid-template-columns: repeat(auto-fill, minmax(381px, 3fr));
  grid-gap: 25px;
  width: 100%;
  margin-top: 2rem;
}
@media screen and (max-width: 1300px) {
  .tetxsec .txtsecggirdf {
    grid-template-columns: repeat(auto-fill, minmax(350px, 3fr));
  }
}
@media screen and (max-width: 999px) {
  .tetxsec .txtsecggirdf {
    display: block;
    width: 100%;
  }
}
.tetxsec .txtsecggirdf .txtsecggirdfprdc {
  background: #f5f5f5;
  padding: 2rem 32px;
}
@media screen and (max-width: 999px) {
  .tetxsec .txtsecggirdf .txtsecggirdfprdc {
    margin-bottom: 2.5rem;
  }
  .tetxsec .txtsecggirdf .txtsecggirdfprdc:last-child {
    margin-bottom: 0rem;
  }
}

.ongoingprojec01 {
  position: relative;
}
.ongoingprojec01 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 600px) {
  .ongoingprojec01 .imgnohvr {
    overflow: hidden;
  }
  .ongoingprojec01 .imgnohvr img {
    width: 250%;
    max-width: 250%;
  }
}

.ongoingprojec02 {
  position: relative;
  padding: 5rem 0;
}
.ongoingprojec02 .imgnohvr {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .ongoingprojec02 .imgnohvr {
    width: 100%;
  }
}
.ongoingprojec02 .imgnohvr .overlspac {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 999px) {
  .ongoingprojec02 .imgnohvr .overlspac {
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  .ongoingprojec02 .imgnohvr .overlspac {
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  .ongoingprojec02 .size20 {
    font-size: 14px;
  }
}
.ongoingprojec02 .img {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.ongoingprojec02 .img img {
  transition: all 0.6s ease;
}
.ongoingprojec02 .img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5803921569);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1);
  transition: all 0.6s ease;
  opacity: 0;
}
.ongoingprojec02 .img .overlay span {
  color: #fff;
  background: #b8894c;
  padding: 0.8rem 1rem;
}
@media screen and (max-width: 600px) {
  .ongoingprojec02 .img .overlay span {
    font-size: 10px;
  }
}
.ongoingprojec02 .img:hover img {
  transform: scale(1.1);
  transition: all 0.6s ease;
}
.ongoingprojec02 .img:hover .overlay {
  transition: all 0.6s ease;
  opacity: 1;
}
.ongoingprojec02 a {
  text-decoration: none;
}
.ongoingprojec02 .txt {
  margin-top: 1rem;
}
.ongoingprojec02 .txt h6 {
  position: relative;
  padding-bottom: 1rem;
}
.ongoingprojec02 .txt h6::before {
  content: "";
  position: absolute;
  width: 32%;
  left: 0;
  height: 2px;
  background: #005d77;
  bottom: 0;
}

.projectsec01 {
  position: relative;
}

.overview {
  position: relative;
  padding: 100px 0;
  background-color: #333333;
}
@media screen and (max-width: 991px) {
  .overview {
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  .overview {
    padding: 30px 0;
  }
}
.overview .img img {
  width: 80%;
}
@media screen and (max-width: 600px) {
  .overview .img img {
    width: 100%;
  }
}
.overview .overview-form {
  padding: 0 100px;
}
@media screen and (max-width: 1440px) {
  .overview .overview-form {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .overview .overview-form {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .overview .overview-form {
    padding: 0 0;
  }
}
.overview .overview-form .input {
  background-color: transparent;
  border-radius: 0;
  padding: 25px 15px;
  color: #fff;
}
.overview .overview-form .input:focus {
  box-shadow: none;
  border-color: unset;
}

.aboutus {
  position: relative;
  padding: 5rem 0;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .aboutus {
    padding: 2.5rem 0;
    text-align: left;
  }
  .aboutus p {
    text-align: justify;
  }
}
@media screen and (max-width: 380px) {
  .aboutus .size30 {
    font-size: 20px;
  }
}

.projectsec02 {
  position: relative;
  background: #b89359;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .projectsec02 {
    padding: 2.5rem 0 0;
  }
}
.projectsec02::before {
  content: "";
  width: 50%;
  height: 100%;
  background: url("../img/bgW.png") no-repeat;
  left: 0;
  position: absolute;
  top: 0;
  background-size: cover;
}
@media screen and (max-width: 999px) {
  .projectsec02::before {
    width: 100%;
    height: 50%;
  }
}
.projectsec02 .row {
  position: relative;
  z-index: 1;
}
.projectsec02 .content {
  padding: 0 0 0 19%;
}
@media screen and (max-width: 1500px) {
  .projectsec02 .content {
    padding: 0 0 0 12%;
  }
}
@media screen and (max-width: 1300px) {
  .projectsec02 .content {
    padding: 0 0 0 7%;
  }
}
@media screen and (max-width: 999px) {
  .projectsec02 .content {
    padding: 2.5rem 30px;
  }
}
@media screen and (max-width: 600px) {
  .projectsec02 .content {
    padding: 2.5rem 15px;
  }
}
@media screen and (max-width: 1500px) {
  .projectsec02 .content .logowhit {
    width: 51%;
  }
}
.projectsec02 .content ul {
  margin: 0.6rem 0 0;
  padding: 0 0 0 20px;
}
.projectsec02 .content ul li {
  margin-bottom: 7px;
}
@media screen and (max-width: 1400px) {
  .projectsec02 .content ul li {
    margin-bottom: 4px;
  }
}
.projectsec02.projectsec07 {
  background: #3f5f91;
}
@media screen and (max-width: 600px) {
  .projectsec02.projectsec07::before {
    content: unset;
  }
}
@media screen and (max-width: 1500px) {
  .projectsec02.projectsec07 .logowhit {
    width: 40%;
  }
}

.configuration {
  position: relative;
  padding: 100px 0;
  background-color: #ebebeb;
}
@media screen and (max-width: 991px) {
  .configuration {
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  .configuration {
    padding: 30px 0;
  }
}
.configuration table {
  background-color: #eadecd;
}
.configuration table th, .configuration table td {
  padding: 15px 0;
  width: 50%;
}
.configuration table th a, .configuration table td a {
  color: #000;
  text-decoration: underline;
}

.projectsec03 {
  padding: 5rem 0;
}
@media screen and (max-width: 999px) {
  .projectsec03 {
    padding: 5rem 0;
  }
}
.projectsec03 .owl-carousel .owl-nav button {
  background: rgba(0, 0, 0, 0.3803921569) !important;
}
.projectsec03 .owl-carousel .owl-nav button.owl-prev {
  left: 5%;
  color: #fff;
}
.projectsec03 .owl-carousel .owl-nav button.owl-next {
  right: 5%;
  color: #fff;
}
.projectsec03 ul {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 999px) {
  .projectsec03 ul {
    margin: 0;
  }
}
.projectsec03 ul li {
  margin-bottom: 7px;
}
@media screen and (max-width: 1400px) {
  .projectsec03 ul li {
    margin-bottom: 4px;
  }
}
.projectsec03 .info1 {
  display: block;
}
.projectsec03 .aminnav {
  padding: 0;
  width: 70%;
  list-style-type: none;
}
@media screen and (max-width: 999px) {
  .projectsec03 .aminnav {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #313131;
  }
}
.projectsec03 .aminnav li {
  position: relative;
  padding: 15px 0;
  transition: all 0.6s ease;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .projectsec03 .aminnav li {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 600px) {
  .projectsec03 .aminnav li span {
    text-indent: -9px;
    margin-left: 10px;
    display: block;
  }
}
.projectsec03 .aminnav li.active, .projectsec03 .aminnav li:hover {
  color: #b8894c;
  transition: all 0.6s ease;
}
.projectsec03 .aminnav li.active::before, .projectsec03 .aminnav li:hover::before {
  content: "" !important;
  width: 100%;
  transition: all 0.6s ease;
}
.projectsec03 .aminnav li::before {
  content: "";
  width: 0%;
  height: 2px;
  background: #b8894c;
  left: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.6s ease;
}
@media screen and (max-width: 999px) {
  .projectsec03 .aminnav li::before {
    bottom: -1px;
  }
}
.projectsec03 .owl-item .item {
  transform: scale(0.9);
  transition: all 0.6s ease;
  filter: brightness(0.5);
}
.projectsec03 .owl-item.active .item {
  transform: scale(1);
  transition: all 0.6s ease;
  filter: brightness(1);
}

.projectsec04 {
  position: relative;
  background: url("../img/wisteria/locationbg.jpg") no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .projectsec04 {
    padding: 5rem 30px;
  }
}
@media screen and (max-width: 600px) {
  .projectsec04 {
    padding: 2.5rem 15px;
  }
}
.projectsec04 .content {
  padding: 5rem 0 0 19%;
}
@media screen and (max-width: 1700px) {
  .projectsec04 .content {
    padding: 5rem 5% 0 19%;
  }
}
@media screen and (max-width: 1500px) {
  .projectsec04 .content {
    padding: 2rem 5% 0 11%;
  }
}
@media screen and (max-width: 1300px) {
  .projectsec04 .content {
    padding: 1rem 5% 0 7%;
  }
}
@media screen and (max-width: 999px) {
  .projectsec04 .content {
    padding: 0;
  }
}
.projectsec04 .content ul {
  padding: 0.7rem 0 0 20px;
}
.projectsec04 .content ul li {
  margin-bottom: 7px;
}
@media screen and (max-width: 1400px) {
  .projectsec04 .content ul li {
    margin-bottom: 4px;
  }
}
.projectsec04 .content ul li::marker {
  color: #e6af67;
}
.projectsec04 .content .brline {
  width: 70%;
  background: #fff;
  height: 1px;
  margin: 3rem 0;
}
@media screen and (max-width: 1500px) {
  .projectsec04 .content .brline {
    margin: 2rem 0;
  }
}
.projectsec04 .content .owllocation .item .imgico {
  margin-bottom: 10px;
}
.projectsec04 .content .owllocation .item .imgico img {
  width: auto;
}
.projectsec04 .content .owllocation .item h6 {
  margin-bottom: 5px;
}
.projectsec04 .content .owllocation .item ul {
  padding-top: 0.2rem;
}
.projectsec04 .content .owl-nav {
  width: 146px;
  display: flex;
  margin-top: 1.4rem;
}
@media screen and (max-width: 1700px) {
  .projectsec04 .content .owl-nav {
    width: 118px;
  }
}
@media screen and (max-width: 600px) {
  .projectsec04 .content .owl-nav {
    width: 94px;
  }
}
.projectsec04 .content .owl-nav button {
  position: unset;
}
.projectsec04 .content .owl-nav button.owl-next {
  margin-left: auto;
}
.projectsec04 .img {
  position: relative;
}
@media screen and (max-width: 999px) {
  .projectsec04 .img {
    overflow: hidden;
    height: 511px;
  }
}
@media screen and (max-width: 600px) {
  .projectsec04 .img {
    height: 355px;
  }
}
.projectsec04 .img .btn {
  position: absolute;
  right: 5%;
  bottom: 8%;
  background: #f3c782;
  color: #000;
  padding: 0.7rem 2.5rem;
}
@media screen and (max-width: 999px) {
  .projectsec04 .img .btn {
    left: 5%;
    right: unset;
  }
}
@media screen and (max-width: 999px) {
  .projectsec04 .headftn .size18 {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .projectsec04 .headftn .size18 {
    font-size: 13px;
  }
}

.plans {
  position: relative;
  padding: 100px 0;
  background-color: #c2a26a;
}
@media screen and (max-width: 991px) {
  .plans {
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  .plans {
    padding: 30px 0;
  }
}
.plans .img {
  position: relative;
}
.plans .img:hover {
  cursor: pointer;
}
.plans .img img {
  filter: blur(3px);
}
.plans .img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.plans .img .overlay span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  font-size: 40px;
}
.plans .owl-carousel .owl-nav button {
  border: 1px solid #fff !important;
  top: 43%;
}
@media screen and (max-width: 1280px) {
  .plans .owl-carousel .owl-nav button {
    top: unset;
    bottom: -50px;
  }
}
@media screen and (max-width: 600px) {
  .plans .owl-carousel .owl-nav button {
    top: unset;
    bottom: -30px;
  }
}
@media screen and (max-width: 1440px) {
  .plans .owl-carousel .owl-nav button.owl-prev {
    left: -5%;
  }
}
@media screen and (max-width: 1280px) {
  .plans .owl-carousel .owl-nav button.owl-prev {
    left: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .plans .owl-carousel .owl-nav button.owl-prev {
    left: 44%;
  }
}
@media screen and (max-width: 991px) {
  .plans .owl-carousel .owl-nav button.owl-prev {
    left: 42%;
  }
}
@media screen and (max-width: 600px) {
  .plans .owl-carousel .owl-nav button.owl-prev {
    left: unset;
    right: 15%;
  }
}
@media screen and (max-width: 1440px) {
  .plans .owl-carousel .owl-nav button.owl-next {
    right: -5%;
  }
}
@media screen and (max-width: 1280px) {
  .plans .owl-carousel .owl-nav button.owl-next {
    right: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .plans .owl-carousel .owl-nav button.owl-next {
    right: 44%;
  }
}
@media screen and (max-width: 991px) {
  .plans .owl-carousel .owl-nav button.owl-next {
    right: 42%;
  }
}
@media screen and (max-width: 600px) {
  .plans .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
}
.plans .owl-carousel .owl-nav button span {
  color: #fff;
  font-size: 25px;
}

.projectsec05 {
  padding: 7rem 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .projectsec05 {
    padding: 2.5rem 0;
  }
}
.projectsec05 .img {
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: all 0.6s ease;
}
.projectsec05 .img .overla {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
}
.projectsec05 .img .overla .btn {
  background: rgba(0, 0, 0, 0.7294117647);
  color: #fff;
  border: 1px solid #fff;
  width: 181px;
  text-align: center;
  display: block;
  padding: 0.8rem 10px;
}
.projectsec05 .img .overla .btn:before {
  background: #e6af67;
  transition: all 0.6s ease;
}
.projectsec05 .img:hover .overla {
  background: rgba(0, 0, 0, 0.7294117647);
  transition: all 0.6s ease;
}
.projectsec05 .img:hover .overla .btn {
  color: #000;
  transition: all 0.6s ease;
}
.projectsec05 .img:hover .overla .btn:before {
  height: 100%;
}

.fadein {
  animation-name: fadin;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-duration: 0.8s;
}

.eventsec02 {
  position: relative;
  padding: 5rem 0;
  overflow-x: hidden;
}
@media screen and (max-width: 600px) {
  .eventsec02 .nav {
    flex-wrap: nowrap;
    align-items: end;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
@media screen and (max-width: 600px) {
  .eventsec02 .nav .nav-item {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    padding: 0 7px;
  }
}
.eventsec02 .nav .nav-item .nav-link {
  color: #969696;
  text-decoration: none;
  background: transparent;
  border: 0;
  padding: 0.7rem 4rem 0.7rem 6px;
  position: relative;
  border-radius: 0;
  line-height: 22px;
}
@media screen and (max-width: 600px) {
  .eventsec02 .nav .nav-item .nav-link {
    padding: 0.7rem 0;
    line-height: 17px;
    height: 58px;
    font-size: 12px;
    width: 100%;
  }
}
.eventsec02 .nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 2px;
  background: #005d77;
  bottom: 0;
  transition: all 0.6s ease;
}
.eventsec02 .nav .nav-item .nav-link:hover::after, .eventsec02 .nav .nav-item .nav-link.active::after {
  width: 70%;
  transition: all 0.6s ease;
}
.eventsec02 .nav .nav-item:last-child .nav-link::before {
  content: unset;
}
.eventsec02 .nav .nav-item:nth-child(2) .nav-link br {
  display: none;
}

.contectsec02 {
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 600px) {
  .contectsec02 {
    padding: 2.5rem 0;
  }
}
.contectsec02 .img {
  max-width: 8%;
  flex: 0 0 8%;
}
@media screen and (max-width: 1400px) {
  .contectsec02 .img {
    max-width: 10%;
    flex: 0 0 10%;
  }
}
@media screen and (max-width: 600px) {
  .contectsec02 .conbox {
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.0784313725);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 2.9rem;
  }
  .contectsec02 .conbox:last-child {
    margin-bottom: 0;
  }
}
.contectsec02 .txt {
  max-width: 92%;
  flex: 0 0 92%;
}
@media screen and (max-width: 1400px) {
  .contectsec02 .txt {
    max-width: 90%;
    flex: 0 0 90%;
    padding-left: 5px;
  }
}
.contectsec02 .txt p {
  color: #676767;
}
.contectsec02 .txt p a {
  color: #676767;
  transition: all 0.6s ease;
  text-decoration: none;
}
.contectsec02 .txt p a:hover {
  color: #9b6f3e;
  transition: all 0.6s ease;
}

footer {
  background: #333333;
  color: #fff;
}
footer .sec01 {
  padding: 5rem 0;
}
@media screen and (max-width: 1500px) {
  footer .sec01 {
    padding: 5rem 0 2rem;
  }
}
@media screen and (max-width: 600px) {
  footer .sec01 {
    padding: 2.5rem 0;
  }
}
footer .sec01 p {
  color: #fff;
}
footer .sec01 p a {
  color: #fff;
  text-decoration: none;
}
footer .sec01 .btn {
  padding: 0.77rem 3rem;
}
footer .sec01 input, footer .sec01 textarea {
  background: transparent;
  border: 1px solid #c9c9c9;
  color: #fff;
}
footer .sec01 input::-moz-placeholder, footer .sec01 textarea::-moz-placeholder {
  color: #c9c9c9;
}
footer .sec01 input::placeholder, footer .sec01 textarea::placeholder {
  color: #c9c9c9;
}
footer .brline {
  background: #999999;
  height: 1px;
}
footer .sec02 {
  padding: 5rem 0;
}
@media screen and (max-width: 1500px) {
  footer .sec02 {
    padding: 4rem 0 5rem;
  }
}
footer .sec02 a {
  color: #000;
  transition: all 0.6s ease;
}
footer .sec02 a:hover {
  color: #a98453;
  transition: all 0.6s ease;
}
footer .sec02 a.fa {
  padding: 8px;
  font-size: 15px !important;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  background: #626262;
  color: white;
  transition: all 0.6s ease;
}
footer .sec02 a.fa:hover {
  background: #b59648;
  color: #fff;
  text-decoration: none;
  transition: all 0.6s ease;
}
footer .sec02 p small {
  line-height: 20px;
  display: block;
}
footer .sec02 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .sec02 ul li {
  margin-bottom: 6px;
  color: #fff;
}
footer .sec02 ul li a {
  color: #fff;
  text-decoration: none;
}
footer .sec02 a {
  text-decoration: none;
}
footer .sec03 {
  background: #303030;
  padding: 1rem 0;
}
@media screen and (max-width: 600px) {
  footer .sec03 {
    margin-bottom: 50px;
  }
}
footer .sec03 p {
  font-size: 14px;
  color: #fff;
}

input, select, textarea {
  resize: none;
  font-size: 14px;
}
input:focus, select:focus, textarea:focus {
  outline: 0;
  box-shadow: unset;
}

.mbesho {
  position: fixed;
  top: 21em;
  z-index: 11;
  background: #b8894c;
  right: 0;
  color: #fff;
  padding: 15px 11px;
  writing-mode: vertical-rl;
  /* text-orientation: upright; */
  letter-spacing: 2px;
  font-size: 16px;
  text-decoration: none;
}
@media screen and (max-width: 1700px) {
  .mbesho {
    top: 19em;
  }
}
@media screen and (max-width: 1600px) {
  .mbesho {
    top: 18em;
  }
}
@media screen and (max-width: 1500px) {
  .mbesho {
    top: 29em;
  }
}
@media screen and (max-width: 999px) {
  .mbesho {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 600px) {
  .mbesho {
    font-size: 11px;
    top: unset;
    bottom: 0;
    writing-mode: unset;
    width: 100%;
    text-align: center;
    transform: unset;
    padding: 11px 11px;
    font-size: 14px;
  }
}
.mbesho:hover {
  color: #fff;
  text-decoration: none;
}

.enquiry-wrapper {
  position: fixed;
  right: 0;
  top: 15%;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 1556px) {
  .enquiry-wrapper {
    top: 16%;
  }
}
@media screen and (max-width: 768px) {
  .enquiry-wrapper {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .enquiry-wrapper {
    display: none;
    width: 100%;
    top: unset;
    bottom: 0;
  }
}
.enquiry-wrapper .enquiry-box {
  display: flex;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  transform: translateX(103px);
  transition: all ease-in 0.5s;
  border: 1px solid #fff;
}
@media screen and (max-width: 1500px) {
  .enquiry-wrapper .enquiry-box {
    transform: translateX(93px);
  }
}
@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box {
    transform: translateX(0);
    width: 100%;
    text-align: center;
    border: 0px solid #fff;
  }
}
.enquiry-wrapper .enquiry-box:hover {
  transform: translateX(0);
}
.enquiry-wrapper .enquiry-box:not(:first-child) {
  border-top: 1px solid #fff;
}
.enquiry-wrapper .enquiry-box .call-icon,
.enquiry-wrapper .enquiry-box .mail-icon {
  background-color: #b8894c;
  width: 47px;
  padding: 7px;
  font-size: 17px;
}
@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .call-icon,
  .enquiry-wrapper .enquiry-box .mail-icon {
    width: 99%;
    padding: 1px;
  }
}
.enquiry-wrapper .enquiry-box .call-icon .mobvsisec,
.enquiry-wrapper .enquiry-box .mail-icon .mobvsisec {
  display: none;
}
@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .call-icon .mobvsisec,
  .enquiry-wrapper .enquiry-box .mail-icon .mobvsisec {
    display: block;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
}
.enquiry-wrapper .enquiry-box .call-content {
  padding: 0px 7px;
}
@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .call-content {
    display: none;
  }
}
.enquiry-wrapper .enquiry-box .mail-content {
  padding-left: 18%;
}
@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .mail-content {
    display: none;
  }
}
.enquiry-wrapper .enquiry-box img {
  width: 32px;
  padding: 6px;
}
.enquiry-wrapper .enquiry-box a {
  color: #626262;
  text-decoration: none;
  font-size: 16px;
}
@media screen and (max-width: 1366px) {
  .enquiry-wrapper .enquiry-box a {
    font-size: 14px;
  }
}

#thank-you {
  text-align: center;
  height: 100vh;
  padding: 11% 0;
  background: #fff;
}
@media screen and (max-width: 999px) {
  #thank-you {
    padding: 27% 0 0;
  }
}
@media screen and (max-width: 500px) {
  #thank-you {
    padding: 30% 0 0;
  }
}
#thank-you .thank .img {
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  #thank-you .thank .img {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  #thank-you .thank .img {
    width: 80%;
  }
}
#thank-you h3 {
  font-size: 3.5em;
  text-transform: uppercase;
  font-weight: 600;
  color: #b8894c;
}
@media screen and (max-width: 999px) {
  #thank-you h3 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 500px) {
  #thank-you h3 {
    font-size: 2em;
  }
}
#thank-you p {
  font-size: 1.2em;
  color: #b8894c;
}
@media screen and (max-width: 500px) {
  #thank-you p {
    font-size: 0.9em;
  }
}

.owl-carousel .owl-nav button {
  width: 60px;
  height: 60px;
  border: 1px solid #c9a56d !important;
  color: #c9a56d;
  border-radius: 50%;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.6s ease;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background: #151515;
}
@media screen and (max-width: 1700px) {
  .owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 600px) {
  .owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
  }
}
.owl-carousel .owl-nav button .material-symbols-outlined {
  font-size: 2.4rem;
  line-height: 0;
}
@media screen and (max-width: 1700px) {
  .owl-carousel .owl-nav button .material-symbols-outlined {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 600px) {
  .owl-carousel .owl-nav button .material-symbols-outlined {
    font-size: 1.2rem;
  }
}
.owl-carousel .owl-nav button.disabled {
  opacity: 0.77;
  cursor: not-allowed;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -5%;
  background-size: 100%;
}
@media screen and (max-width: 1500px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: -2%;
    background-position: center;
    background-size: 100%;
  }
}
.owl-carousel .owl-nav button.owl-next {
  right: -5%;
}
@media screen and (max-width: 1500px) {
  .owl-carousel .owl-nav button.owl-next {
    right: -2%;
  }
}

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

@keyframes animationimg {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes circle-full {
  from {
    clip-path: circle(0% at 0% 0%);
  }
  to {
    clip-path: circle(100% at 50%);
    opacity: 1;
  }
}
@keyframes left_righ {
  from {
    left: -100%;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes animationfade {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Roman.woff2") format("woff2"), url("../fonts/Avenir-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Medium";
  src: url("../fonts/Avenir-Medium.woff2") format("woff2"), url("../fonts/venir-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Blair ITC";
  src: url("../fonts/BlairITC-Bold.woff2") format("woff2"), url("../fonts/BlairITC-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}/*# sourceMappingURL=style.css.map */