/*@Media Query Mixin*/
/*@Media Query Mixin End*/
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("jquery.jscrollpane.css");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #353535;
  font-weight: 400;
  overflow-x: hidden;
}

@media screen and (max-width: 1600px) {
  body {
    font-size: 15px;
  }
}

@media screen and (max-width: 1500px) {
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 999px) {
  body {
    padding-top: 110px;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 600px) {
  body {
    padding-top: 96px;
    overflow-x: hidden;
  }
}

.container {
  max-width: 80%;
}

@media screen and (max-width: 1700px) {
  .container {
    max-width: 90%;
  }
}

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

@media screen and (max-width: 1400px) {
  .container {
    max-width: 96%;
  }
}

@media screen and (max-width: 600px) {
  .container {
    max-width: 99%;
  }
}

.container.container2 {
  max-width: 74%;
}

@media screen and (max-width: 1700px) {
  .container.container2 {
    max-width: 86%;
  }
}

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

@media screen and (max-width: 600px) {
  .container.container2 {
    max-width: 99%;
  }
}

ul.horizantalline {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
}

ul.horizantalline li {
  height: 6px;
}

ul.horizantalline li:nth-child(1) {
  background: #ff671f;
  width: 33.33%;
}

ul.horizantalline li:nth-child(2) {
  background: #ffffff;
  width: 33.33%;
  border: 1px solid #06038d;
}

ul.horizantalline li:nth-child(3) {
  background: #046a38;
  width: 33.33%;
}

.size14 {
  font-size: 14px;
}

@media screen and (max-width: 1500px) {
  .size14 {
    font-size: 12px;
  }
}

@media screen and (max-width: 600px) {
  .size14 {
    font-size: 9px;
  }
}

.size55 {
  font-size: 55px;
}

@media screen and (max-width: 1700px) {
  .size55 {
    font-size: 45px;
  }
}

@media screen and (max-width: 600px) {
  .size55 {
    font-size: 32px;
  }
}

.size30 {
  font-size: 30px;
}

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

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

.size36 {
  font-size: 36px;
}

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

@media screen and (max-width: 1500px) {
  .size36 {
    font-size: 27px;
  }
}

@media screen and (max-width: 1400px) {
  .size36 {
    font-size: 26px;
  }
}

@media screen and (max-width: 600px) {
  .size36 {
    font-size: 26px;
  }
}

.size25 {
  font-size: 25px;
}

@media screen and (max-width: 1500px) {
  .size25 {
    font-size: 21px;
  }
}

.size20 {
  font-size: 20px;
}

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

.size24 {
  font-size: 24px;
}

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

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

.size26 {
  font-size: 26px;
}

@media screen and (max-width: 1700px) {
  .size26 {
    font-size: 24px;
  }
}

@media screen and (max-width: 999px) {
  .size26 {
    font-size: 21px;
  }
}

.size18 {
  font-size: 18px;
}

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

.size13 {
  font-size: 13px;
}

p, li, .size16 {
  font-size: 16px;
  line-height: 26px;
}

@media screen and (max-width: 1700px) {
  p, li, .size16 {
    font-size: 15px;
  }
}

@media screen and (max-width: 999px) {
  p, li, .size16 {
    line-height: 20px;
  }
}

@media screen and (max-width: 600px) {
  p, li, .size16 {
    line-height: 25px;
  }
}

.bold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.headnt {
  font-family: "Playfair Display", serif;
}

.clr1 {
  color: #b99563;
}

.clr2 {
  color: #003366;
}

.clrdark {
  color: #000;
}

.clrdarkfade {
  color: #5b5b5b;
}

.mtop {
  margin-top: 107px;
}

@media screen and (max-width: 999px) {
  .mtop {
    margin-top: 1px;
  }
}

.overflow-x-hide {
  overflow-x: hidden;
}

.bg-grey {
  background-color: #f4f4f4 !important;
}

.bg-light-grey {
  background-color: #faf1e4;
}

.pb-regular {
  padding-bottom: 6rem;
}

@media screen and (max-width: 1366px) {
  .pb-regular {
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 1024px) {
  .pb-regular {
    padding-bottom: 4rem;
  }
}

.py-regular {
  padding: 6rem 0;
}

@media screen and (max-width: 1366px) {
  .py-regular {
    padding: 5rem 0;
  }
}

@media screen and (max-width: 1024px) {
  .py-regular {
    padding: 4rem 0;
  }
}

@media screen and (max-width: 768px) {
  .py-regular {
    padding: 3em 0;
  }
}

.pt-regular {
  padding-top: 6rem;
}

@media screen and (max-width: 1366px) {
  .pt-regular {
    padding-top: 5rem;
  }
}

@media screen and (max-width: 1024px) {
  .pt-regular {
    padding-top: 4rem;
  }
}

@media screen and (max-width: 600px) {
  .pt-mob-0 {
    padding-top: 0 !important;
  }
}

.pos-relative {
  position: relative;
}

.text-light-pink {
  color: #f3bfd9;
}

.text-pink {
  color: #b99563;
}

.bullet-pink {
  list-style: none;
}

.bullet-pink li::before {
  content: "\2022";
  color: #b99563;
  font-weight: bold;
  display: inline-block;
  width: 1.4em;
  margin-left: -1em;
}

ul.line-height-regular li {
  line-height: 2;
}

ul.left-reset {
  padding-left: 1.2em;
}

.btnbrochure {
  background: #fff;
  color: #333333;
  border: 2px dotted #b99563;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.btnbrochure::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  background: #b99563;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  bottom: 0;
}

.btnbrochure span {
  margin-left: 5px;
}

.btnbrochure:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: transparent;
  color: #fff;
}

.btnbrochure:hover::before {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  height: 100%;
}

.btn {
  background: #b99563;
  padding: 0.6rem 4rem !important;
  border: 1px solid #b99563;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  border-radius: 0;
}

@media screen and (max-width: 1500px) {
  .btn {
    padding: 0.5rem 2rem !important;
    font-size: 14px;
  }
}

.btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  background: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  bottom: 0;
}

.btn:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: #b99563;
}

.btn:hover::before {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  height: 100%;
}

.btn:focus {
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

#scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 13px;
  right: 8px;
  background: #000;
  width: 40px;
  height: 36px;
  z-index: 9999;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-box-shadow: 0 4px 8px #ffffff3d;
          box-shadow: 0 4px 8px #ffffff3d;
}

@media screen and (max-width: 600px) {
  #scroll {
    width: 40px;
    height: 32px;
  }
}

#scroll:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 4px #00000061;
          box-shadow: 0 2px 4px #00000061;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  width: 48px;
  height: 48px;
  color: #fff;
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.carousel .carousel-control-prev span,
.carousel .carousel-control-next span {
  font-size: 2.5rem;
}

@media screen and (max-width: 600px) {
  .carousel .carousel-control-prev,
  .carousel .carousel-control-next {
    width: 40px;
    height: 40px;
  }
}

.carousel .carousel-control-prev:hover,
.carousel .carousel-control-next:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: #ffffff8f;
}

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

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

.breadcrumb {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.breadcrumb .breadcrumb-item {
  text-transform: uppercase;
  font-size: 12px;
}

.breadcrumb .breadcrumb-item::before {
  content: ">";
  font-family: cursive;
}

.breadcrumb .breadcrumb-item:first-child::before {
  content: unset;
}

.breadcrumb .breadcrumb-item a {
  color: #000;
  text-transform: uppercase;
}

.breadcrumb .breadcrumb-item.active {
  color: #2990cf;
}

header .navbar {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
  padding-bottom: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 0rem 1rem 1rem;
}

header .navbar.probg {
  background: #000;
}

@media screen and (max-width: 1600px) {
  header .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 999px) {
  header .navbar {
    padding: 1rem 0;
    background: #000;
  }
}

header .navbar.scrolled {
  position: fixed;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: #000000b8;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

@media screen and (max-width: 999px) {
  header .navbar.scrolled {
    background: #000;
  }
}

header .navbar.scrolled.probg {
  background: #000;
}

header .navbar.scrolled ul.horizantalline {
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

header .navbar.ongoing {
  background: url("../img/bgongoing.jpg") no-repeat;
  background-size: cover;
}

header .navbar ul.horizantalline {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

header .navbar .navbar-brand {
  position: relative;
}

header .navbar .navbar-brand .hide {
  opacity: 0;
}

header .navbar .navbar-brand .show {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1600px) {
  header .navbar .navbar-brand {
    width: 20%;
  }
}

@media screen and (max-width: 1500px) {
  header .navbar .navbar-brand {
    width: 17%;
  }
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-brand {
    width: 34%;
    margin-left: 10px;
  }
}

@media screen and (max-width: 600px) {
  header .navbar .navbar-brand {
    width: 35%;
    margin-left: 10px;
  }
}

header .navbar .container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

@media screen and (max-width: 999px) {
  header .navbar .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
}

header .navbar .desk_op {
  position: absolute;
  right: 13%;
  top: 20%;
}

header .navbar .desk_op ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

header .navbar .desk_op ul li {
  position: relative;
  padding: 0 1rem;
}

header .navbar .desk_op ul li::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 30%;
  background: #bfa165;
  right: 0;
  top: 35%;
}

header .navbar .desk_op ul li .itmese {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  padding: 0.8rem 0;
  text-decoration: none;
}

header .navbar .desk_op ul li select {
  border: 1px dotted #bfa165;
  color: #fff;
  text-align: center;
  background: transparent;
  border-radius: 21px;
  margin-left: 10px;
  cursor: pointer;
}

header .navbar .desk_op ul li select option {
  color: #000;
  font-size: 15px;
  padding: 0.5rem;
}

header .navbar .desk_op ul li:last-child {
  padding-right: 0;
}

header .navbar .desk_op ul li:last-child::before {
  content: unset;
}

header .navbar .navbar-toggler {
  color: #fff;
  border-color: #fff;
  margin-right: 10px;
}

header .navbar .navbar-nav .nav-item {
  position: relative;
  padding: 0 1rem;
}

@media screen and (max-width: 1600px) {
  header .navbar .navbar-nav .nav-item {
    padding: 0 0.77rem;
  }
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-nav .nav-item {
    padding: 0rem;
  }
  header .navbar .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: 0;
  }
}

header .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  padding: 0.8rem 0;
  letter-spacing: 1px;
}

@media screen and (max-width: 1600px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 1200px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    text-align: right;
    padding: 0.8rem;
    border-bottom: 1px solid #fff;
  }
}

header .navbar .navbar-nav .nav-item .nav-link:hover, header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #bfa165;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

header .navbar .navbar-nav .nav-item .nav-link:hover::before, header .navbar .navbar-nav .nav-item .nav-link.active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

header .navbar .navbar-nav .nav-item:last-child {
  padding-right: 0;
}

header .navbar .navbar-nav .nav-item:last-child::before {
  content: unset;
}

header .navbar .navbar-nav .dropdown-menu {
  padding: 0;
  top: 95%;
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-nav .dropdown-menu {
    border: 0;
    position: relative;
    left: 0;
    padding: 0 0;
    top: 0;
  }
}

header .navbar .navbar-nav .dropdown-menu .dropdown-item {
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
  padding: 0.69rem 2.5rem;
  text-align: center;
  background: #000;
  border-bottom: 1px solid #ffffff83;
  text-transform: uppercase;
  font-size: 14px;
}

@media screen and (max-width: 1600px) {
  header .navbar .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 12px;
    padding: 0.59rem 2rem;
  }
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-nav .dropdown-menu .dropdown-item {
    text-align: right;
    font-size: 84%;
    padding: 0.29rem 6px;
    border-bottom: 1px solid #914b3a2b;
  }
}

header .navbar .navbar-nav .dropdown-menu .dropdown-item:hover, header .navbar .navbar-nav .dropdown-menu .dropdown-item.active {
  color: #bfa165;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

header .navbar .navbar-nav .dropdown-menu .dropdown-item:hover::before, header .navbar .navbar-nav .dropdown-menu .dropdown-item.active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

header .navbar .call {
  padding-left: 1.9rem;
  padding-bottom: 13px;
}

@media screen and (max-width: 1600px) {
  header .navbar .call {
    padding-left: 0.5rem;
  }
}

@media screen and (max-width: 999px) {
  header .navbar .call {
    display: none;
  }
}

header .navbar .call a {
  color: #edd9bd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

header .navbar .call a span {
  padding-right: 10px;
}

.carousel-indicators li {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  opacity: 1;
  border: 1px solid #fff;
}

.carousel-indicators li.active, .carousel-indicators li:hover {
  background: #003366;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}

.owl-nav button.owl-prev, .owl-nav button.owl-next {
  width: 48px;
  height: 27px;
  margin: 0 1rem;
}

.owl-nav button.owl-prev span, .owl-nav button.owl-next span {
  display: none !important;
}

.owl-nav button.owl-prev {
  background: url("../img/leftarrow.png") no-repeat !important;
  background-size: 100% !important;
}

.owl-nav button.owl-next {
  background: url("../img/rightarrow.png") no-repeat !important;
  background-size: 100% !important;
}

.hmsec01 .carousel-item {
  position: relative;
}

.hmsec01 .carousel-item .circle-full-anim {
  -webkit-animation: circle-full 2.6s ease-in forwards;
          animation: circle-full 2.6s ease-in forwards;
}

.hmsec01 .carousel-item .overlay {
  position: absolute;
  top: 54%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 41%;
  left: 7%;
}

@media screen and (max-width: 999px) {
  .hmsec01 .carousel-item .overlay {
    bottom: 14%;
    top: unset;
    -webkit-transform: unset;
    transform: unset;
    width: 100%;
    left: 0;
  }
}

@media screen and (max-width: 600px) {
  .hmsec01 .carousel-item .overlay {
    padding: 0 30px;
    bottom: 6%;
  }
}

@media screen and (max-width: 1500px) {
  .hmsec01 .carousel-item .overlay .size24 {
    font-size: 19px;
  }
}

.hmsec01 .carousel-item .overlay .size55 {
  line-height: 55px;
  background: #C9AD62;
  background: -webkit-gradient(linear, left top, right top, from(#c9ad62), to(#dbc97f));
  background: linear-gradient(90deg, #c9ad62 0%, #dbc97f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1500px) {
  .hmsec01 .carousel-item .overlay .size55 {
    font-size: 36px;
    line-height: 40px;
  }
}

@media screen and (max-width: 600px) {
  .hmsec01 .carousel-item .overlay .size55 {
    font-size: 26px;
    line-height: 30px;
  }
}

.hmsec02 {
  background: #faf1e4;
  position: relative;
  padding: 4rem 0;
}

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

.hmsec02 .contesec {
  margin-top: 2.5rem;
}

.hmsec02 .contesec ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 600px) {
  .hmsec02 .contesec ul {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.hmsec02 .contesec ul li {
  text-align: center;
  padding: 0 80px;
  position: relative;
}

@media screen and (max-width: 1600px) {
  .hmsec02 .contesec ul li {
    padding: 0 67px;
  }
}

@media screen and (max-width: 1500px) {
  .hmsec02 .contesec ul li {
    padding: 0 57px;
  }
}

@media screen and (max-width: 999px) {
  .hmsec02 .contesec ul li {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 600px) {
  .hmsec02 .contesec ul li {
    max-width: 56%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56%;
            flex: 0 0 56%;
    padding: 0 15px;
    text-align: left;
    margin-bottom: 1.5rem;
  }
  .hmsec02 .contesec ul li .size30 {
    font-size: 24px;
  }
  .hmsec02 .contesec ul li .size30 .msmall {
    font-size: 18px;
  }
  .hmsec02 .contesec ul li:nth-child(1), .hmsec02 .contesec ul li:nth-child(3) {
    max-width: 44%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44%;
            flex: 0 0 44%;
  }
}

.hmsec02 .contesec ul li .smzie {
  margin-top: 12px;
  line-height: 22px;
}

@media screen and (max-width: 600px) {
  .hmsec02 .contesec ul li .smzie {
    font-size: 14px;
    margin-top: 6px;
    line-height: 20px;
  }
}

.hmsec02 .contesec ul li:first-child {
  padding-left: 0;
}

.hmsec02 .contesec ul li:last-child {
  padding-right: 0;
}

.hmsec02 .contesec ul li:last-child::before {
  content: unset;
}

@media screen and (max-width: 999px) {
  .hmsec02 .contesec ul li:nth-child(3)::before {
    content: unset;
  }
}

@media screen and (max-width: 600px) {
  .hmsec02 .contesec ul li:nth-child(3)::before {
    content: '';
  }
}

@media screen and (max-width: 600px) {
  .hmsec02 .contesec ul li:nth-child(2)::before, .hmsec02 .contesec ul li:nth-child(4)::before {
    content: unset;
  }
}

@media screen and (max-width: 600px) {
  .hmsec02 .contesec ul li:nth-child(3), .hmsec02 .contesec ul li:nth-child(5) {
    padding-left: 0;
  }
}

.hmsec02 .contesec ul li::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 70%;
  top: 15%;
  right: 0;
  background: #b99563;
}

@media screen and (max-width: 600px) {
  .hmsec02 .contesec ul li::before {
    right: 5%;
  }
}

.hmsec03 {
  padding: 5rem 0;
  position: relative;
}

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

.hmsec03 .txt {
  padding-left: 10%;
}

@media screen and (max-width: 1500px) {
  .hmsec03 .txt {
    padding-right: 14%;
  }
}

@media screen and (max-width: 999px) {
  .hmsec03 .txt {
    padding: 0;
  }
}

.hm_res_corpo {
  position: relative;
  padding: 5rem 0;
  background: #faf1e4;
}

.hm_res_corpo .left {
  position: relative;
}

.hm_res_corpo .left .txtcontent {
  padding-right: 9rem;
}

@media screen and (max-width: 1280px) {
  .hm_res_corpo .left .txtcontent {
    padding-right: 5rem;
  }
}

@media screen and (max-width: 1024px) {
  .hm_res_corpo .left .txtcontent {
    padding-right: 3rem;
  }
}

.hm_res_corpo .left::before {
  content: '';
  width: 2px;
  height: 100%;
  right: 0;
  background: #b995638f;
  top: 0;
  position: absolute;
}

@media screen and (max-width: 999px) {
  .hm_res_corpo .left::before {
    display: none;
  }
}

.hm_res_corpo .right .txtcontent {
  padding-left: 9rem;
}

@media screen and (max-width: 1280px) {
  .hm_res_corpo .right .txtcontent {
    padding-left: 5rem;
  }
}

@media screen and (max-width: 1024px) {
  .hm_res_corpo .right .txtcontent {
    padding-left: 3rem;
  }
}

@media screen and (max-width: 999px) {
  .hm_res_corpo .right .txtcontent {
    padding-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .hm_res_corpo .right .txtcontent {
    padding-left: 0;
  }
}

.hmsec04 {
  padding: 5rem 0;
  position: relative;
}

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

.hmsec04 .item {
  position: relative;
}

.hmsec04 .item .img {
  overflow: hidden;
}

.hmsec04 .item .img img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.hmsec04 .item:hover .img img.imghvr {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.hmsec04 .item .hvr_txt {
  position: absolute;
  bottom: 0;
  padding: 20px;
}

.hmsec04 .item .hvr_txt h3 {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

.hmsec04 .item .hvr_txt button {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hmsec04 .item .hvr_txt button img {
  width: 47px;
  height: 13px;
  margin-right: 10px;
}

.hmsec05 {
  position: relative;
  padding: 5rem 0;
  background: #ececec;
}

.hmsec05 .txt {
  margin-top: 1rem;
}

.hmsec05 a {
  text-decoration: none;
}

.hmsec06 {
  position: relative;
  padding: 5rem 0;
  background: #faf1e4;
}

.hmsec06 .item {
  width: 100%;
  position: relative;
  padding-right: 14%;
}

.hmsec06 .item::before {
  content: '';
  position: absolute;
  width: 33px;
  height: 33px;
  background: url(../img/fav.png) no-repeat;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 100%;
}

.hmsec06 .item .imgquet img {
  width: auto;
}

.hmsec06 .item .conent {
  margin-top: 1rem;
}

.hmsec06 .item .conent p {
  text-align: justify;
}

.hmsec06 .item .author {
  margin-top: 1rem;
}

.abutsec01 {
  background-size: 100%;
  position: relative;
  padding: 5rem 0;
  background: #ececec;
  margin-top: 115px;
}

@media screen and (max-width: 1600px) {
  .abutsec01 {
    background-size: 120%;
  }
}

@media screen and (max-width: 999px) {
  .abutsec01 {
    background-size: cover;
    padding: 2.5rem 0;
    margin-top: 0;
  }
}

.abutsec01 p.size70 {
  line-height: 61px;
}

@media screen and (max-width: 1600px) {
  .abutsec01 p.size70 {
    line-height: 42px;
  }
}

@media screen and (max-width: 600px) {
  .abutsec01 p.size70 {
    line-height: 31px;
  }
}

.abutsec01 p.textjustify {
  text-align: justify;
}

.abutsec01 .overlay {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
}

.abutsec01 .txt {
  margin-top: 1.2rem;
}

@media screen and (max-width: 600px) {
  .abutsec01 .txt {
    margin-top: 0.6rem;
  }
}

.abutsec01 .txt p {
  line-height: 31px;
}

@media screen and (max-width: 1700px) {
  .abutsec01 .txt p {
    line-height: 26px;
  }
}

@media screen and (max-width: 999px) {
  .abutsec01 .txt p {
    line-height: 24px;
  }
}

@media screen and (max-width: 600px) {
  .abutsec01 .txt p {
    text-align: left !important;
  }
}

.abutsec01 .img {
  position: relative;
}

.abtsec02 {
  padding: 5rem 0;
  position: relative;
  background: url("../img/about/bgdirect.jpg") no-repeat;
  background-size: cover;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .abtsec02 {
    padding: 3rem 0;
  }
}

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

.abtsec02 .img {
  border: 1px solid #b99563;
}

.abtsec02 .txt {
  padding-left: 4rem;
}

@media screen and (max-width: 999px) {
  .abtsec02 .txt {
    padding-left: 0;
  }
}

.abtsec02 .txt p {
  text-align: justify;
}

.abtsec02a {
  padding: 5rem 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .abtsec02a {
    padding: 3rem 0;
  }
}

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

.abtsec02a p {
  text-align: justify;
}

.abtsec02a .item {
  -webkit-box-shadow: 0px 9px 23px #00000026;
          box-shadow: 0px 9px 23px #00000026;
}

.abtsec02a .item .txt {
  padding: 15px 15px;
}

.abtsec02a .colcus {
  max-width: 30%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  padding: 0 15px;
}

@media screen and (max-width: 999px) {
  .abtsec02a .colcus {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}

@media screen and (max-width: 600px) {
  .abtsec02a .colcus {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.abtsec03 {
  position: relative;
  padding: 5rem 0;
  background: #faf1e4;
}

@media screen and (max-width: 991px) {
  .abtsec03 {
    padding: 3rem 0;
  }
}

@media screen and (max-width: 600px) {
  .abtsec03 {
    padding: 2rem 0;
  }
  .abtsec03 .headline br {
    display: none;
  }
}

.abtsec03 .item {
  position: relative;
  padding: 50px;
  margin-top: 40px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 991px) {
  .abtsec03 .item {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .abtsec03 .item {
    padding: 0;
  }
}

.abtsec03 .item:before {
  position: absolute;
  content: '';
  background: #b99563;
  width: 1px;
  height: 95%;
  top: 2.5%;
  left: 0;
}

@media screen and (max-width: 991px) {
  .abtsec03 .item:before {
    width: 100%;
    height: 1px;
    top: -20px;
  }
}

.abtsec03 .item.first:before {
  display: none;
}

.abtsec03 .item p {
  text-align: justify;
  margin: 0;
  line-height: 29px;
}

.abtsec03 .item h4 {
  margin: 0.8rem 0 1.4rem;
}

.abtsec03 .item .inten {
  background: #b99563;
  height: 100%;
  padding: 13px 15px;
}

.abtsec03 .item .inten h6 {
  color: #fff;
}

.abtsec03 .item .inten p {
  line-height: 23px;
  font-size: 14px;
  color: #fff;
}

.abtmilstone {
  background: url("../img/about/milestone.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  padding: 5rem 0;
}

@media screen and (max-width: 999px) {
  .abtmilstone {
    background: url("../img/about/milestonemob.jpg") no-repeat;
    background-size: cover;
  }
}

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

.abtmilstone .slick-dots {
  display: none;
}

.abtmilstone .slick-slide .imoitem {
  border: 1px solid #b3661f;
  margin: 0 auto;
  padding: 14px;
  width: 45%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 600px) {
  .abtmilstone .slick-slide .imoitem {
    width: 80%;
    margin: 0;
  }
}

.abtmilstone .slick-slide .imoitem img {
  width: 100%;
}

.abtmilstone .slider-nav-thumbnails {
  margin-top: 2.8rem;
}

.abtmilstone .slider-nav-thumbnails .slick-slide {
  cursor: pointer;
}

.abtmilstone .slider-nav-thumbnails .slick-slide .numitem {
  text-align: center;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.abtmilstone .slider-nav-thumbnails .slick-slide.slick-current.slick-active .numitem {
  text-align: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.abtmilstone .slider-nav-thumbnails .slick-prev, .abtmilstone .slider-nav-thumbnails .slick-next {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 46%;
  top: unset;
  bottom: -12%;
  margin: 0;
  -webkit-transform: unset;
          transform: unset;
}

.abtmilstone .slider-nav-thumbnails .slick-prev::before, .abtmilstone .slider-nav-thumbnails .slick-next::before {
  font-family: inherit;
}

.abtmilstone .slider-nav-thumbnails .slick-next {
  left: unset;
  right: 46%;
}

.hmabt {
  margin: 0 0 0;
  padding: 5rem 0;
  background: #f4f4f4;
}

.project-box__overlay {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 1em;
  height: 20%;
  -webkit-transition: all ease-in .5s;
  transition: all ease-in .5s;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
}

.project-box__overlay p {
  margin-bottom: 0;
  color: #bfa165;
}

.project-box__overlay.diff {
  background: #fff;
  position: unset;
}

.project-box__overlay.diff p {
  color: #000;
}

.project-box__overlay.diff h5.size20 {
  color: #bfa165;
}

.difprojesec01 {
  position: relative;
  background: url("../img/dream-atlantis/bgoverview.jpg") no-repeat;
  padding: 5rem 0;
}

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

.difprojesec01 .innsectxt {
  border: 1px solid #fff;
  padding: 1rem;
  width: 65%;
  color: #fff;
  margin: -16% auto 0;
  position: relative;
}

@media screen and (max-width: 600px) {
  .difprojesec01 .innsectxt {
    width: 100%;
    margin: 0;
  }
}

.difprojesec01 .innsectxt .innsectxt01 {
  background: url("../img/dream-atlantis/bglogo.jpg") no-repeat;
  padding: 5% 10%;
}

@media screen and (max-width: 600px) {
  .difprojesec01 .innsectxt .innsectxt01 {
    padding: 5% 15%;
  }
}

@media screen and (max-width: 600px) {
  .difprojesec01 .innsectxt .logotxt {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .difprojesec01 .imglogo {
    width: 69%;
    margin: 0 auto;
  }
}

.difprojesec01 .txtsec05 {
  width: 75%;
  margin: 3rem auto 0;
}

@media screen and (max-width: 600px) {
  .difprojesec01 .txtsec05 {
    width: 100%;
  }
}

.difprojesec01 .txtsec05 p {
  color: #000;
}

.difprojesec02 {
  position: relative;
  padding: 5rem 0;
}

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

.difprojesec02 .incontainer {
  width: 88%;
  margin: 3rem auto 0;
}

@media screen and (max-width: 600px) {
  .difprojesec02 .imgic {
    width: 47%;
  }
}

.difprojesec03 {
  position: relative;
  padding: 5rem 0;
  background: url("../img/dream-atlantis/bgameneties.jpg") no-repeat #e9cf90;
  background-position: 100%;
}

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

.difprojesec03 .incon {
  width: 80%;
  margin: 3rem auto 0;
}

@media screen and (max-width: 600px) {
  .difprojesec03 .incon {
    width: 100%;
  }
}

.difprojesec03 .incon .brder {
  position: relative;
}

.difprojesec03 .incon .brder::before {
  content: '';
  position: absolute;
  right: 0;
  background: #000;
  top: 0;
  width: 2px;
  height: 100%;
}

@media screen and (max-width: 600px) {
  .difprojesec03 .incon .brder::before {
    content: unset;
  }
}

.difprojesec03 .owl-carousel .owl-next, .difprojesec03 .owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  border: 1px solid #fff !important;
  background: #fff !important;
  color: #000 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
}

@media screen and (max-width: 600px) {
  .difprojesec03 .owl-carousel .owl-next, .difprojesec03 .owl-carousel .owl-prev {
    width: 34px;
    height: 34px;
    top: 36%;
  }
  .difprojesec03 .owl-carousel .owl-next .material-symbols-outlined, .difprojesec03 .owl-carousel .owl-prev .material-symbols-outlined {
    font-size: 20px;
  }
}

.difprojesec03 .owl-carousel .owl-next:focus, .difprojesec03 .owl-carousel .owl-prev:focus {
  outline: unset;
}

.difprojesec03 .owl-carousel .owl-next {
  right: 20%;
}

@media screen and (max-width: 600px) {
  .difprojesec03 .owl-carousel .owl-next {
    right: 5%;
  }
}

.difprojesec03 .owl-carousel .owl-prev {
  left: 20%;
}

@media screen and (max-width: 600px) {
  .difprojesec03 .owl-carousel .owl-prev {
    left: 5%;
  }
}

.difprojesec03 .item .txt {
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 11;
}

@media screen and (max-width: 600px) {
  .difprojesec03 .item .txt {
    background: #fff;
    width: 80%;
    margin: 0 auto;
    top: -20px;
  }
}

.difprojesec03 ul li {
  color: #000;
}

.difprojesec04 {
  position: relative;
  padding: 5rem 0;
}

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

.difprojesec05 {
  position: relative;
  padding: 5rem 0;
  background: url("../img/dream-atlantis/ftcontact.jpg") no-repeat;
  background-position: 100%;
}

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

.difprojesec05 .midcont {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .difprojesec05 .midcont {
    width: 100%;
  }
}

.difprojesec05 ul li {
  color: #fff;
}

.difprojesec05 .brdr {
  background: #2e3440;
  margin: 5rem 0;
  display: block;
  height: 1px;
}

.difprojesec05 .contacf input {
  color: #fff;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
}

.difprojesec05 .contacf button.ctabt {
  background: transparent;
  border: 1px solid #fff;
}

.difprojesec05 .contacf .indiv {
  background: #7e5f31;
  color: #fff;
  padding: 2rem;
}

.difprojesec05 .contacf .indiv a {
  color: #fff;
}

.difprojesec05 .ctabt {
  border-color: #7e5f31;
}

.clr6 {
  color: #e8d6ac;
}

@media screen and (max-width: 600px) {
  .project-slider .overlay-logo {
    width: 100px;
  }
}

.project-slider .overlay1 {
  position: absolute;
  top: 29%;
  width: 27%;
  right: 9%;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .project-slider .overlay1 {
    position: absolute;
    bottom: 7%;
    width: 54%;
    right: 6%;
    top: unset;
  }
}

.project-slider .carousel-item .overlay {
  position: absolute;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  bottom: 34%;
  border-left: 2px solid #b99563;
  padding: 0 1%;
  overflow: hidden;
}

@media screen and (max-width: 1620px) {
  .project-slider .carousel-item .overlay {
    bottom: 28%;
  }
}

@media screen and (max-width: 1280px) {
  .project-slider .carousel-item .overlay {
    bottom: 23%;
  }
}

@media screen and (max-width: 600px) {
  .project-slider .carousel-item .overlay {
    width: 91%;
  }
}

.project-slider .carousel-item .overlay-2 {
  bottom: 40%;
}

.owl-three.owl-carousel .owl-nav button.owl-next,
.owl-three.owl-carousel .owl-nav button.owl-prev,
.owl-floor-plans.owl-carousel .owl-nav button.owl-next,
.owl-floor-plans.owl-carousel .owl-nav button.owl-prev {
  padding: .5em 1em !important;
  background: transparent;
  outline: none;
}

.owl-three.owl-carousel .owl-nav button.owl-next span,
.owl-three.owl-carousel .owl-nav button.owl-prev span,
.owl-floor-plans.owl-carousel .owl-nav button.owl-next span,
.owl-floor-plans.owl-carousel .owl-nav button.owl-prev span {
  background-repeat: no-repeat;
  width: 3.1em;
  display: block;
  opacity: .6;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.owl-three.owl-carousel .owl-nav button.owl-next span:hover,
.owl-three.owl-carousel .owl-nav button.owl-prev span:hover,
.owl-floor-plans.owl-carousel .owl-nav button.owl-next span:hover,
.owl-floor-plans.owl-carousel .owl-nav button.owl-prev span:hover {
  opacity: 1;
}

.owl-three.owl-carousel .owl-nav button.owl-next span,
.owl-floor-plans.owl-carousel .owl-nav button.owl-next span {
  background-image: url(../img/ico/right.png);
}

.owl-three.owl-carousel .owl-nav button.owl-prev span,
.owl-floor-plans.owl-carousel .owl-nav button.owl-prev span {
  background-image: url(../img/ico/left.png);
}

.owl-three.owl-carousel .owl-nav button.owl-next span,
.owl-three.owl-carousel .owl-nav button.owl-prev span,
.owl-floor-plans.owl-carousel .owl-nav button.owl-next span,
.owl-floor-plans.owl-carousel .owl-nav button.owl-prev span {
  color: transparent;
}

.owl-three .owl-nav,
.owl-floor-plans .owl-nav {
  position: absolute;
  bottom: 3em;
  left: 3.5em;
}

@media screen and (max-width: 1024px) {
  .owl-three .owl-nav,
  .owl-floor-plans .owl-nav {
    bottom: 5em;
    left: 2em;
  }
}

@media screen and (max-width: 768px) {
  .owl-three .owl-nav,
  .owl-floor-plans .owl-nav {
    bottom: 3em;
    left: 1.5em;
  }
}

@media screen and (max-width: 600px) {
  .owl-three .owl-nav,
  .owl-floor-plans .owl-nav {
    bottom: .5em;
    left: 1em;
  }
}

.floor-plan {
  position: relative;
}

.floor-plan .item p {
  padding: 0 5%;
}

.owl-floor-plans .owl-nav {
  position: relative;
  bottom: 0;
  text-align: center;
  margin-bottom: 1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 600px) {
  .owl-floor-plans .owl-nav {
    bottom: 0;
    margin-bottom: 0;
  }
}

.owl-floor-plans .owl-nav .owl-prev span {
  background: url(../img/ico/leftclr.png) no-repeat !important;
}

.owl-floor-plans .owl-nav .owl-next span {
  background: url(../img/ico/rightclr.png) no-repeat !important;
}

.lg-toolbar .lg-icon {
  color: #b99563;
  background: #6666;
}

.lg-toolbar .lg-icon:hover {
  background-color: #fff;
  color: #b99563 !important;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  color: #fff !important;
  border-radius: 0 !important;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  background-color: #fff !important;
  color: #b99563 !important;
}

#lg-counter {
  color: #fff !important;
}

.two-column {
  background: #faf1e4;
}

@media screen and (max-width: 600px) {
  .two-column {
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 600px) {
  .two-column > div {
    width: 89%;
    margin: 0 auto;
  }
}

.two-column .nav-tabs {
  border: none;
}

@media screen and (max-width: 1440px) {
  .two-column .pt-regular {
    padding-top: 3rem;
  }
}

.two-column .card {
  border-radius: 0;
}

.gallery__overlay {
  position: relative;
  cursor: pointer;
}

.gallery__overlay img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.gallery__overlay:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.gallery__overlay:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.gallery__overlay:hover .gallery__btn {
  background-color: #fff;
  color: #b99563;
  text-decoration: none;
}

.gallery__overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: linear .3s;
  transition: linear .3s;
  pointer-events: none;
}

@media screen and (max-width: 1440px) {
  .gallery__overlay::after {
    width: 100%;
  }
}

.gallery__overlay-box {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  display: block;
  width: 100%;
  text-align: center;
  pointer-events: none;
}

.gallery__btn {
  color: #fff;
  font-size: 18px;
  border: 1px solid #fff;
  display: inline-block;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  padding: .2em 1em;
  letter-spacing: .05em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  .gallery__btn {
    font-size: 14px;
    padding: .5em 1.5em;
  }
}

.bg-navy {
  background-color: #283653;
}

.amenities .tab-padding {
  padding: 2.5em;
}

@media screen and (max-width: 1024px) {
  .amenities .tab-padding {
    padding: 1.5em;
  }
}

@media screen and (max-width: 600px) {
  .amenities .tab-padding {
    padding: 1.5em 1em;
  }
}

.amenities .difftxtli {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.amenities .difftxtli li {
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

@media screen and (max-width: 1500px) {
  .amenities .difftxtli li {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}

@media screen and (max-width: 999px) {
  .amenities .difftxtli li {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media screen and (max-width: 600px) {
  .amenities .difftxtli li {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.amenities.medows ul li::marker {
  color: #b99563;
}

.amenities ul li {
  font-size: 14px;
  letter-spacing: .04em;
}

.amenities .nav-tabs .nav-item.show .nav-link,
.amenities .nav-tabs .nav-link.active {
  color: #b99563;
  border-color: transparent transparent #b99563;
}

@media screen and (max-width: 600px) {
  .amenities .nav-tabs .nav-item {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    text-align: center;
    font-size: 12px;
  }
}

.amenities .nav-tabs .nav-link {
  font-weight: bold;
  border: 3px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #a1a0a0;
  display: block;
}

@media screen and (max-width: 600px) {
  .amenities .nav-tabs .nav-link {
    line-height: 18px;
  }
}

@media screen and (max-width: 600px) {
  .amenities .ordechan {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 2rem;
  }
}

.office-retail .nav-tabs .nav-link {
  border-width: 2px;
  padding: .2rem 1rem;
  color: #7a7a7a;
  background-color: transparent;
}

.office-retail .nav-tabs .nav-item.show .nav-link,
.office-retail .nav-tabs .nav-link.active {
  border-color: transparent transparent #b99563;
  color: #b99563;
}

@media screen and (max-width: 1700px) {
  .office-retail .pt-regular {
    padding-top: 3rem;
  }
}

.office-retail .inconam {
  padding: 0 15% 0 8%;
}

@media screen and (max-width: 1700px) {
  .office-retail .inconam {
    padding: 0 8% 0 0%;
  }
}

@media screen and (max-width: 600px) {
  .location {
    padding-top: 3rem;
  }
}

.location .accordion .card-header a {
  text-decoration: none;
  cursor: pointer;
  color: #b99563;
  display: block;
  font-size: 18px;
}

@media screen and (max-width: 1440px) {
  .location .accordion .card-header a {
    font-size: 15px;
  }
}

.location .accordion .card-header .material-symbols-outlined {
  float: right;
}

.location button {
  position: absolute;
  bottom: 5%;
  right: 5%;
}

.location button.ctabt {
  background: #b99563 !important;
  color: #fff;
  border: 1px solid #fff;
  padding: 9px 9px;
}

@media screen and (max-width: 600px) {
  .location button {
    position: unset;
    width: 100%;
    margin-top: 1em;
  }
}

.fp-lightgal .item,
.gallery .item {
  cursor: pointer;
  position: relative;
}

.fp-lightgal .item:hover .filter-img,
.gallery .item:hover .filter-img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

.fp-lightgal .item:hover .zoom,
.gallery .item:hover .zoom {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.fp-lightgal .item .zoom,
.gallery .item .zoom {
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 8;
  width: 60px;
  pointer-events: none;
}

@media screen and (max-width: 1440px) {
  .fp-lightgal .item .zoom,
  .gallery .item .zoom {
    width: 50px;
  }
}

.fp-lightgal .item img,
.gallery .item img {
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.imgrara {
  width: 14%;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .imgrara {
    width: 49%;
  }
}

.ongoing_projectsec01 {
  position: relative;
  color: #000;
  padding: 0 0 5rem;
}

.ongoing_projectsec01.medipage {
  background: #fbf8f3;
  padding: 2.5rem 0 5rem;
  position: relative;
  overflow: hidden;
}

.ongoing_projectsec01.medipage::before {
  content: '';
  position: absolute;
  right: 0;
  width: 40%;
  background: url("../img/mediabg.png") no-repeat;
  height: 100%;
  background-position: center right;
}

@media screen and (max-width: 999px) {
  .ongoing_projectsec01.medipage::before {
    width: 100%;
  }
}

.ongoing_projectsec01.medipage .ul.nav-tabs {
  margin-top: 0;
}

.ongoing_projectsec01 #grid {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 999px) {
  .ongoing_projectsec01 #grid {
    margin: 0;
  }
}

.ongoing_projectsec01 .sec01 .headtxt ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 600px) {
  .ongoing_projectsec01 .sec01 .headtxt ul {
    overflow-x: scroll;
  }
}

.ongoing_projectsec01 .sec01 .headtxt ul li {
  padding: 0 0.99rem;
  position: relative;
}

.ongoing_projectsec01 .sec01 .headtxt ul li::before {
  content: '';
  position: absolute;
  right: 0;
  background: #000;
  width: 1px;
  height: 60%;
  top: 20%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.ongoing_projectsec01 .sec01 .headtxt ul li:last-child::before {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  content: unset;
}

.ongoing_projectsec01 .sec01 .headtxt ul li a {
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding: 5px 2px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.ongoing_projectsec01 .sec01 .headtxt ul li a::before {
  content: '';
  position: absolute;
  width: 0%;
  left: 0;
  height: 3px;
  background: #bda588;
  bottom: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.ongoing_projectsec01 .sec01 .headtxt ul li a:hover, .ongoing_projectsec01 .sec01 .headtxt ul li a.active {
  color: #bda588;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.ongoing_projectsec01 .sec01 .headtxt ul li a:hover::before, .ongoing_projectsec01 .sec01 .headtxt ul li a.active::before {
  width: 100%;
  background: #bda588;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.ongoing_projectsec01 .sec01 .col-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
  margin-bottom: 2.2rem;
}

@media screen and (max-width: 1500px) {
  .ongoing_projectsec01 .sec01 .col-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (max-width: 999px) {
  .ongoing_projectsec01 .sec01 .col-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media screen and (max-width: 600px) {
  .ongoing_projectsec01 .sec01 .col-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1000%;
            flex: 0 0 1000%;
    max-width: 100%;
    padding: 0 5px;
  }
}

.ongoing_projectsec01 .sec01 .col-lg-3 {
  margin-bottom: 2.2rem;
}

.ongoing_projectsec01 .sec01 #imggalleryselect {
  font-size: 21px;
  padding: 0.6rem 15px;
  width: 176px;
  cursor: pointer;
}

.ongoing_projectsec01 .sec01 ul.nav-tabs {
  margin: 2.9rem 0;
  border-bottom: 2px solid #162f4b;
}

.ongoing_projectsec01 .sec01 ul.nav-tabs li.nav-item {
  padding: 0 0.49rem;
  position: relative;
  border: 0;
}

.ongoing_projectsec01 .sec01 ul.nav-tabs li.nav-item::before {
  content: '';
  position: absolute;
  right: 0;
  background: #000;
  width: 1px;
  height: 60%;
  top: 20%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.ongoing_projectsec01 .sec01 ul.nav-tabs li.nav-item:last-child::before {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  content: unset;
}

.ongoing_projectsec01 .sec01 ul.nav-tabs li.nav-item a {
  color: #003366;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding: 5px 1rem;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border: 0;
}

.ongoing_projectsec01 .sec01 ul.nav-tabs li.nav-item a::before {
  content: '';
  position: absolute;
  width: 0%;
  left: 0;
  height: 4px;
  background: #bda588;
  bottom: -2px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.ongoing_projectsec01 .sec01 ul.nav-tabs li.nav-item a:hover, .ongoing_projectsec01 .sec01 ul.nav-tabs li.nav-item a.active {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: transparent;
}

.ongoing_projectsec01 .sec01 ul.nav-tabs li.nav-item a:hover::before, .ongoing_projectsec01 .sec01 ul.nav-tabs li.nav-item a.active::before {
  width: 100%;
  background: #bda588;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.ongoing_projectsec01 .sec01 a {
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 999px) {
  .ongoing_projectsec01 .sec01 a.dropdown-item:hover, .ongoing_projectsec01 .sec01 a.dropdown-item.active {
    background: #bda588;
  }
}

.ongoing_projectsec01 .sec01 a:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.ongoing_projectsec01 .sec01 a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.ongoing_projectsec01 .sec01 a:hover .img .ovrlay {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.ongoing_projectsec01 .sec01 .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid #a0a0a0;
}

@media screen and (max-width: 1500px) {
  .ongoing_projectsec01 .sec01 .img {
    width: 100%;
  }
}

.ongoing_projectsec01 .sec01 .img img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 100%;
}

.ongoing_projectsec01 .sec01 .img .redpo {
  position: absolute;
  background: #0d2d4b;
  font-size: 15px;
  bottom: 11px;
  left: 0;
  color: #fff;
  padding: 4px 20px;
  right: unset;
  border: 1px solid #fff;
  border-left: 0px;
}

.ongoing_projectsec01 .sec01 .img .ovrlay {
  position: absolute;
  height: 100%;
  background: #bda588ad;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.ongoing_projectsec01 .sec01 .img .ovrlay span {
  font-size: 2.9rem;
}

.ongoing_projectsec01 .sec01 .txtsec {
  margin-top: 1.5rem;
}

@media screen and (max-width: 999px) {
  .ongoing_projectsec01 .sec01 .txtsec {
    margin-top: 0.5rem;
  }
}

.ongoing_projectsec01 .sec01 .txtsec h3 {
  line-height: 22px;
}

.ongoing_projectsec01.awards .sec01 .txtsec h3 .size14 {
  line-height: 19px;
  display: block;
  margin: 9px 0 0;
}

.investor-corner {
  position: relative;
  padding: 5rem 0;
}

@media screen and (max-width: 991px) {
  .investor-corner {
    padding: 3rem 0;
  }
}

.investor-corner .sec01 .view .details .range {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .investor-corner .sec01 .view .details .range {
    margin-top: 30px;
  }
}

.investor-corner .sec01 .view .details .range input {
  width: 100%;
}

.investor-corner .sec01 .view .details .range input[type="range"] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}

.investor-corner .sec01 .view .details .range input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #d7d7d7;
  border-radius: 10px;
}

.investor-corner .sec01 .view .details .range input[type="range"]::-webkit-slider-thumb {
  -webkit-box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
          box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
  border: 5px solid #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #b99563;
  cursor: pointer;
  margin-top: -6px;
  -webkit-appearance: none;
}

.investor-corner .sec01 .view .details .range input[type="range"]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #d7d7d7;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
  border-radius: 10px;
}

.investor-corner .sec01 .view .details .range input[type="range"]::-moz-range-thumb {
  box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
  border: 5px solid #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #b99563;
  cursor: pointer;
  margin-top: -6px;
}

.investor-corner .sec01 .view .details .range input[type="range"]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #d7d7d7;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
  border-radius: 10px;
}

.investor-corner .sec01 .view .details .range input[type="range"]::-ms-fill-lower {
  background: #b99563;
  border-radius: 5px;
}

.investor-corner .sec01 .view .details .range input[type="range"]::-ms-fill-upper {
  background: #b99563;
  border-radius: 5px;
}

.investor-corner .sec01 .view .details .range input[type="range"]::-ms-thumb {
  box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
  border: 5px solid #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #b99563;
  cursor: pointer;
  margin-top: -6px;
}

.investor-corner .sec01 .view .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .investor-corner .sec01 .view .detail p {
    margin-bottom: 0;
  }
}

.investor-corner .sec01 .view .detail p.input-value {
  background-color: #b99563;
  padding: 5px 10px;
  width: 150px;
  color: #fff;
}

.investor-corner .sec01 .view .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.investor-corner .sec01 .view .footer #price-container {
  color: #b99563;
  margin-top: 50px;
}

.investor-corner .sec01 .view .footer #price-container::before {
  content: "Monthly Payable:";
  font-size: 12px;
  display: block;
}

.investor-corner .sec01 .view .footer #price-container #price {
  color: #130f31;
  font-size: 25px;
}

.investor-corner .sec01 .graphic-view {
  background-color: #ebebeb;
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .investor-corner .sec01 .graphic-view {
    padding: 20px;
  }
}

.investor-corner .sec01 .graphic-view .item {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .investor-corner .sec01 .graphic-view .item {
    margin-top: 20px;
  }
}

.investor-corner .sec01 .graphic-view .item .fetch-data {
  background-color: #b99563;
  padding: 10px;
  text-align: right;
  color: #fff;
}

@media screen and (max-width: 1280px) {
  .investor-corner .sec01 .graphic-view .item .fetch-data {
    background-color: transparent;
    text-align: left;
    padding: 10px 0;
  }
}

@media screen and (max-width: 991px) {
  .investor-corner .sec01 .graphic-view .item .fetch-data {
    background-color: #b99563;
    text-align: right;
    padding: 10px;
  }
}

.investor-corner .sec01 .graphic-view .breakup {
  width: 80%;
  float: right;
}

@media screen and (max-width: 1680px) {
  .investor-corner .sec01 .graphic-view .breakup {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .investor-corner .sec01 .graphic-view .breakup {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .investor-corner .sec01 .graphic-view .breakup {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .investor-corner .sec01 .changeOrder {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.investor-corner .sec02 .chart {
  background-color: #f5f5f5;
  padding: 50px 100px;
}

.investor-corner .sec02 .chart.hidden {
  display: none;
}

.investor-corner .sec02 .chart table {
  margin-bottom: 0;
}

.investor-corner .sec03 {
  position: relative;
  background-color: #f2f3f4;
  padding: 50px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .investor-corner .sec03 {
    padding: 50px 0;
  }
}

.investor-corner .sec03:before {
  position: absolute;
  content: url(../images/projects/bg.png);
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  opacity: 0.1;
}

.investor-corner .sec03 .faq {
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .investor-corner .sec03 .faq {
    width: 100%;
  }
}

.investor-corner .sec03 .faq .accordion .btn {
  position: relative;
  border-radius: 0;
  border: none !important;
  color: #000;
  text-decoration: none;
  text-transform: capitalize;
  padding: 15px 20px;
}

.investor-corner .sec03 .faq .accordion .btn:hover:before {
  display: none;
}

.investor-corner .sec03 .faq .accordion .btn:after {
  position: absolute;
  content: url(../images/icons/down-arrow.png);
  top: 15px;
  right: 20px;
}

.bunav {
  padding: 2.5rem 0;
}

@media screen and (max-width: 600px) {
  .bunav .nav .nav-item {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 0px;
  }
}

@media screen and (max-width: 600px) {
  .bunav .nav .nav-item:nth-child(2) .nav-link::before, .bunav .nav .nav-item:last-child .nav-link::before {
    content: unset;
  }
}

.bunav .nav .nav-item .nav-link {
  color: #191919;
  text-decoration: none;
  background: transparent;
  border: 0;
  padding: 0.7rem 4rem 0.7rem 6px;
  position: relative;
  border-radius: 0;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .bunav .nav .nav-item .nav-link {
    padding: 0.7rem 1rem 6px 8px;
    line-height: 21px;
    height: 64px;
    font-size: 17px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 340px) {
  .bunav .nav .nav-item .nav-link {
    font-size: 15px;
  }
}

.bunav .nav .nav-item .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0%;
  height: 2px;
  background: #b99563;
  bottom: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.bunav .nav .nav-item .nav-link::before {
  content: '';
  width: 1px;
  height: 50%;
  background: #191919;
  position: absolute;
  right: 10%;
  top: 25%;
}

@media screen and (max-width: 600px) {
  .bunav .nav .nav-item .nav-link::before {
    right: 6%;
  }
}

.bunav .nav .nav-item .nav-link:hover, .bunav .nav .nav-item .nav-link.active {
  color: #a58228;
}

.bunav .nav .nav-item .nav-link:hover::after, .bunav .nav .nav-item .nav-link.active::after {
  width: 70%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.bunav .nav .nav-item:last-child .nav-link::before {
  content: unset;
}

.bunav .nav .nav-item:nth-child(2) .nav-link br {
  display: none;
}

.buersguide {
  padding: 2.5rem 0 5rem;
}

.career {
  position: relative;
}

.career .overlay {
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  color: #fff;
}

.careerSec02 {
  padding: 5rem 0;
}

@media screen and (max-width: 999px) {
  .careerSec02 {
    padding: 2.5rem 0;
  }
}

.careerSec03 {
  background: #f6f1ea;
  padding: 5rem 0;
  position: relative;
  margin-bottom: 5rem;
}

@media screen and (max-width: 999px) {
  .careerSec03 {
    padding: 2.5rem 0;
  }
}

.careerSec03::before {
  content: '';
  position: absolute;
  left: 0;
  background: url("../fonts/../images/bgicncareer.png") no-repeat;
  width: 40%;
  height: 100%;
  background-position: top left;
  top: 0;
}

@media screen and (max-width: 600px) {
  .careerSec03::before {
    width: 26%;
    background-size: 100%;
    height: 20%;
  }
}

.careerSec03 input,
.careerSec03 textarea {
  color: #a9a9a9;
  border: 1px solid #a9a9a9;
  background: transparent;
  padding: 1rem 1.5rem;
  resize: none;
}

.careerSec03 input::-webkit-input-placeholder,
.careerSec03 textarea::-webkit-input-placeholder {
  color: #a9a9a9;
}

.careerSec03 input:-ms-input-placeholder,
.careerSec03 textarea:-ms-input-placeholder {
  color: #a9a9a9;
}

.careerSec03 input::-ms-input-placeholder,
.careerSec03 textarea::-ms-input-placeholder {
  color: #a9a9a9;
}

.careerSec03 input::placeholder,
.careerSec03 textarea::placeholder {
  color: #a9a9a9;
}

@media screen and (max-width: 600px) {
  .careerSec03 input,
  .careerSec03 textarea {
    padding: 0.7rem 1rem;
  }
}

.careerSec03 .container {
  position: relative;
  z-index: 1;
}

.contactusec02 {
  position: relative;
}

.contactusec02 input, .contactusec02 textarea, .contactusec02 select {
  padding: 12px 15px;
}

.map {
  height: 30em;
  margin: 0 0 5rem;
}

@media screen and (max-width: 999px) {
  .map {
    height: 20em;
  }
}

@media screen and (max-width: 600px) {
  .map {
    height: 16em;
  }
}

.supportpageSec_01 {
  padding: 14rem 0;
  background: #a58228;
}

@media screen and (max-width: 600px) {
  .supportpageSec_01 {
    padding: 8rem 0;
  }
}

.supportpageSec_01 h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.supportpageSec_01 h1 span {
  margin-left: 10px;
}

@media screen and (max-width: 600px) {
  .supportpageSec_01 h1 span {
    margin-left: 5px;
  }
}

.sitemap .maintetx {
  padding: 2.5rem 0;
  width: 40%;
}

.sitemap .maintetx ul {
  list-style-type: none;
  padding: 0 2rem;
  margin: 0;
}

.sitemap .maintetx ul li {
  background: #a58228;
  color: #fff;
  border-bottom: 1px solid #f5f5f5;
}

.sitemap .maintetx ul li:last-child {
  border-bottom: 0px solid #f5f5f5;
}

.sitemap .maintetx ul li a {
  color: #fff;
  padding: 1rem 2.8rem;
  display: block;
  text-decoration: none;
}

.sitemap .maintetx ul li ul {
  border: 1px solid #656565;
}

.sitemap .maintetx ul li ul li {
  background: #02254d;
}

.sitemap .maintetx ul li ul li ul li {
  background: #000;
}

.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: 226%;
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

@media screen and (max-width: 600px) {
  .mediatopbar .imgt .img-fluid {
    max-width: 324%;
    -webkit-transform: translateX(-31%);
            transform: translateX(-31%);
  }
}

.mediatopbar .imgt .ovrlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1500px) {
  .mediatopbar .imgt .ovrlay {
    padding: 4% 0 0;
  }
}

@media screen and (max-width: 999px) {
  .mediatopbar .imgt .ovrlay {
    padding: 0;
  }
}

.mediatopbar .imgt .ovrlay .breadcrumb {
  position: absolute;
  left: 11%;
  bottom: 0;
}

@media screen and (max-width: 1700px) {
  .mediatopbar .imgt .ovrlay .breadcrumb {
    left: 6%;
  }
}

@media screen and (max-width: 1500px) {
  .mediatopbar .imgt .ovrlay .breadcrumb {
    left: 5%;
  }
}

@media screen and (max-width: 1400px) {
  .mediatopbar .imgt .ovrlay .breadcrumb {
    left: 3%;
  }
}

.mediatopbar .imgt .ovrlay .breadcrumb li a {
  color: #fff;
}

.mediatopbar .imgt .ovrlay .breadcrumb li.active {
  color: #edb347;
}

footer {
  background: url("../img/footebg.jpg") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 600px) {
  footer {
    margin-bottom: 40px;
  }
}

footer li, footer p {
  font-size: 14px;
}

footer .firs {
  padding: 2.5rem 0;
}

@media screen and (max-width: 600px) {
  footer .firs {
    padding: 3rem 0;
  }
}

footer .ftmid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.5rem 0;
}

@media screen and (max-width: 600px) {
  footer .ftmid {
    display: block;
  }
}

footer .ftmid ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .ftmid ul li {
  margin: 0 5px;
}

footer .ftmid ul li .fa {
  padding: 8px;
  font-size: 15px !important;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

footer .ftmid ul li .fa.fa-facebook {
  background: #3b5998;
  color: white;
}

footer .ftmid ul li .fa.fa-twitter {
  background: #55acee;
  color: white;
}

footer .ftmid ul li .fa.fa-linkedin {
  background: #007bb5;
  color: white;
}

footer .ftmid ul li .fa.fa-youtube-play {
  background: #f70000;
  color: white;
}

footer .ftmid ul li .fa.fa-pinterest {
  background: #e60023;
  color: white;
}

footer .ftmid ul li .fa.fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  color: white;
}

footer .ftmid ul li .fa.fa-rss {
  background: #a2a2a2;
  color: white;
}

footer .brlibne {
  margin: auto;
  height: 1px;
  background: #fff6;
}

footer .mahrera h5 {
  text-align: center;
  margin: 0;
}

footer .mahrera ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .mahrera ul li {
  padding: 0 15px;
  position: relative;
}

@media screen and (max-width: 600px) {
  footer .mahrera ul li {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    padding: 5px 15px;
  }
}

footer .mahrera ul li::before {
  content: '';
  width: 1px;
  height: 80%;
  background: #fff6;
  right: 0;
  bottom: 10%;
  position: absolute;
}

@media screen and (max-width: 600px) {
  footer .mahrera ul li::before {
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
    bottom: 0;
  }
}

footer .mahrera ul li:last-child::before {
  content: none;
}

footer h5 {
  color: #fff;
  text-transform: uppercase;
}

footer p {
  color: #ccc;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

footer ul li {
  color: #ccc;
  margin: 0 0 6px;
}

footer a {
  text-decoration: none;
  color: #ccc;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

footer a:hover {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

footer .subft {
  background: #331b0b;
  padding: 16px 0;
}

footer .social a {
  padding: 0 6px;
}

.enquiry-wrapper {
  position: fixed;
  right: 0;
  top: 15%;
  z-index: 99;
}

@media screen and (max-width: 1556px) {
  .enquiry-wrapper {
    top: 25%;
  }
}

@media screen and (max-width: 768px) {
  .enquiry-wrapper {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .enquiry-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    top: unset;
    bottom: 0;
  }
}

.enquiry-wrapper .enquiry-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  cursor: pointer;
  -webkit-transform: translateX(124px);
          transform: translateX(124px);
  -webkit-transition: all ease-in .5s;
  transition: all ease-in .5s;
  border: 1px solid #fff;
}

@media screen and (max-width: 1500px) {
  .enquiry-wrapper .enquiry-box {
    -webkit-transform: translateX(117px);
            transform: translateX(117px);
  }
}

@media screen and (max-width: 1400px) {
  .enquiry-wrapper .enquiry-box {
    -webkit-transform: translateX(110px);
            transform: translateX(110px);
  }
}

@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
    text-align: center;
    border: 0px solid #fff;
  }
}

.enquiry-wrapper .enquiry-box:hover {
  -webkit-transform: translateX(0);
          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: #b99563;
  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;
  }
}

.lg-sub-html {
  text-transform: capitalize;
}

input:focus, textarea:focus, select:focus {
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

#enquiry-form .modal-header {
  padding: 0;
}

#enquiry-form .modal-header img {
  -webkit-filter: unset;
          filter: unset;
}

#enquiry-form .modal-header .close {
  margin: -1.5rem 0 0 -1rem;
}

#enquiry-form .modal-header .close .material-symbols-outlined {
  font-size: 30px;
}

@media screen and (max-width: 600px) {
  #enquiry-form .modal-header .close {
    background: #000;
    color: #fff;
    margin: 0 0 0;
    position: absolute;
    right: 0;
    padding: 0px;
  }
}

#enquiry-form .modal-body p {
  line-height: 18px;
}

#enquiry-form .modal-body a {
  color: #000;
  text-decoration: none;
  text-align: center;
}

#enquiry-form .modal-body a .img {
  width: 54%;
  margin: 0 auto 1rem;
}

@media screen and (max-width: 999px) {
  #enquiry-form .modal-body a .img {
    width: 22%;
  }
}

#enquiry-form .modal-body .form-check-label {
  font-size: 10px;
}

@media screen and (max-width: 600px) {
  #enquiry-form .modal-body .form-check-label {
    font-size: 9px;
  }
}

@media (min-width: 576px) {
  #enquiry-form .modal-dialog {
    max-width: 565px;
    margin: 1.75rem auto;
  }
}

@font-face {
  font-family: 'Optima';
  src: url("../fonts/Optima.woff2") format("woff2"), url("../fonts/Optima.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Optima Bold';
  src: url("../fonts/Optima-Bold.woff2") format("woff2"), url("../fonts/Optima-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Optima';
  src: url("../fonts/Optima.woff2") format("woff2"), url("../fonts/Optima.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Bold';
  src: url("../fonts/GothamBold.woff2") format("woff2"), url("../fonts/GothamBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Book';
  src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Medium';
  src: url("../fonts/GothamMedium.woff2") format("woff2"), url("../fonts/GothamMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.smaryfirwor {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.smaryfirwor2 {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  display: none;
}

.smaryfirwor3 {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  display: none;
}

@-webkit-keyframes firework {
  0% {
    -webkit-transform: translate(var(--x), var(--initialY));
            transform: translate(var(--x), var(--initialY));
    width: var(--initialSize);
    opacity: 1;
  }
  50% {
    width: 0.5vmin;
    opacity: 1;
  }
  100% {
    width: var(--finalSize);
    opacity: 0;
  }
}

@keyframes firework {
  0% {
    -webkit-transform: translate(var(--x), var(--initialY));
            transform: translate(var(--x), var(--initialY));
    width: var(--initialSize);
    opacity: 1;
  }
  50% {
    width: 0.5vmin;
    opacity: 1;
  }
  100% {
    width: var(--finalSize);
    opacity: 0;
  }
}

/* @keyframes fireworkPseudo {
    0% { transform: translate(-50%, -50%); width: var(--initialSize); opacity: 1; }
    50% { width: 0.5vmin; opacity: 1; }
    100% { width: var(--finalSize); opacity: 0; }
  }
   */
.firework,
.firework::before,
.firework::after {
  --initialSize: 0.5vmin;
  --finalSize: 85vmin;
  --particleSize: 0.2vmin;
  --color1: yellow;
  --color2: khaki;
  --color3: white;
  --color4: lime;
  --color5: gold;
  --color6: mediumseagreen;
  --y: -30vmin;
  --x: -50%;
  --initialY: 60vmin;
  content: "";
  -webkit-animation: firework 2s infinite;
          animation: firework 2s infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, var(--y));
          transform: translate(-50%, var(--y));
  width: var(--initialSize);
  aspect-ratio: 1;
  background: radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 50% 0%, radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 100% 50%, radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 50% 100%, radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 0% 50%, radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 80% 90%, radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 95% 90%, radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 90% 70%, radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 100% 60%, radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 55% 80%, radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 70% 77%, radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 22% 90%, radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 45% 90%, radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 33% 70%, radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 10% 60%, radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 31% 80%, radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 28% 77%, radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 13% 72%, radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 80% 10%, radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 95% 14%, radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 90% 23%, radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 100% 43%, radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 85% 27%, radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 77% 37%, radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 60% 7%, radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 22% 14%, radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 45% 20%, radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 33% 34%, radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 10% 29%, radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 31% 37%, radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 28% 7%, radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 13% 42%;
  background-size: var(--initialSize) var(--initialSize);
  background-repeat: no-repeat;
}

.firework::before {
  --x: -50%;
  --y: -50%;
  --initialY: -50%;
  /*   transform: translate(-20vmin, -2vmin) rotate(40deg) scale(1.3) rotateY(40deg); */
  -webkit-transform: translate(-50%, -50%) rotate(40deg) scale(1.3) rotateY(40deg);
          transform: translate(-50%, -50%) rotate(40deg) scale(1.3) rotateY(40deg);
  /*   animation: fireworkPseudo 2s infinite; */
}

.firework::after {
  --x: -50%;
  --y: -50%;
  --initialY: -50%;
  /*   transform: translate(44vmin, -50%) rotate(170deg) scale(1.15) rotateY(-30deg); */
  -webkit-transform: translate(-50%, -50%) rotate(170deg) scale(1.15) rotateY(-30deg);
          transform: translate(-50%, -50%) rotate(170deg) scale(1.15) rotateY(-30deg);
  /*   animation: fireworkPseudo 2s infinite; */
}

.firework:nth-child(2) {
  --x: 30vmin;
}

.firework:nth-child(2),
.firework:nth-child(2)::before,
.firework:nth-child(2)::after {
  --color1: pink;
  --color2: violet;
  --color3: fuchsia;
  --color4: orchid;
  --color5: plum;
  --color6: lavender;
  --finalSize: 40vmin;
  left: 30%;
  top: 60%;
  -webkit-animation-delay: -0.25s;
          animation-delay: -0.25s;
}

.firework:nth-child(3) {
  --x: -30vmin;
  --y: -50vmin;
}

.firework:nth-child(3),
.firework:nth-child(3)::before,
.firework:nth-child(3)::after {
  --color1: cyan;
  --color2: lightcyan;
  --color3: lightblue;
  --color4: PaleTurquoise;
  --color5: SkyBlue;
  --color6: lavender;
  --finalSize: 35vmin;
  left: 70%;
  top: 60%;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.diya {
  width: 35px;
  margin: -11px 0 0 6px;
}

@media screen and (max-width: 600px) {
  .diya {
    width: 26px;
  }
}

@font-face {
  font-family: 'Assassin$';
  src: url("../fonts/Assassin.woff2") format("woff2"), url("../fonts/Assassin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.ass {
  font-family: 'Assassin$';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

@-webkit-keyframes circle-full {
  from {
    -webkit-clip-path: circle(0% at 0% 0%);
    clip-path: circle(0% at 0% 0%);
  }
  to {
    -webkit-clip-path: circle(100% at 50%);
    clip-path: circle(100% at 50%);
    opacity: 1;
  }
}

@keyframes circle-full {
  from {
    -webkit-clip-path: circle(0% at 0% 0%);
    clip-path: circle(0% at 0% 0%);
  }
  to {
    -webkit-clip-path: circle(100% at 50%);
    clip-path: circle(100% at 50%);
    opacity: 1;
  }
}

.overviewpanel {
  height: 100%;
}

@media screen and (max-width: 1700px) {
  .overviewpanel {
    height: 350px;
  }
}

@media screen and (max-width: 1600px) {
  .overviewpanel {
    height: 350px;
  }
}

@media screen and (max-width: 1500px) {
  .overviewpanel {
    height: 290px;
  }
}

@media screen and (max-width: 1400px) {
  .overviewpanel {
    height: 220px;
  }
}

@media screen and (max-width: 1300px) {
  .overviewpanel {
    height: 150px;
  }
}

@media screen and (max-width: 999px) {
  .overviewpanel {
    height: 100%;
  }
}
/*# sourceMappingURL=style.css.map */