/*@Media Query Mixin*/
/*@Media Query Mixin End*/
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("jquery.jscrollpane.css");
body {
  margin: 0;
  padding: 134px 0 0;
  font-size: 16px;
  color: #333;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 1700px) {
  body {
    padding: 104px 0 0;
  }
}
@media screen and (max-width: 1500px) {
  body {
    padding: 95px 0 0;
  }
}
@media screen and (max-width: 1400px) {
  body {
    padding: 89px 0 0;
  }
}
@media screen and (max-width: 1300px) {
  body {
    padding: 83px 0 0;
  }
}
@media screen and (max-width: 999px) {
  body {
    padding: 102px 0 0;
  }
}
@media screen and (max-width: 600px) {
  body {
    padding: 94px 0 0;
    font-size: 14px;
  }
}

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

.bold {
  font-weight: 600;
}

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

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

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

.size23 {
  font-size: 23px;
}
@media screen and (max-width: 1700px) {
  .size23 {
    font-size: 21px;
  }
}
@media screen and (max-width: 1500px) {
  .size23 {
    font-size: 19px;
  }
}
@media screen and (max-width: 1300px) {
  .size23 {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .size23 {
    font-size: 16px;
  }
}

.size30 {
  font-size: 30px;
}
@media screen and (max-width: 1700px) {
  .size30 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1500px) {
  .size30 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1300px) {
  .size30 {
    font-size: 23px;
  }
}
@media screen and (max-width: 600px) {
  .size30 {
    font-size: 20px;
  }
}

.size28 {
  font-size: 28px;
}
@media screen and (max-width: 1700px) {
  .size28 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1500px) {
  .size28 {
    font-size: 23px;
  }
}
@media screen and (max-width: 1300px) {
  .size28 {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .size28 {
    font-size: 19px;
  }
}

.size67 {
  font-size: 67px;
}
@media screen and (max-width: 1700px) {
  .size67 {
    font-size: 60px;
  }
}

.clr1 {
  color: #af282f;
}

.container {
  max-width: 88%;
}
@media screen and (max-width: 1700px) {
  .container {
    max-width: 95%;
  }
}
@media screen and (max-width: 1500px) {
  .container {
    max-width: 98%;
  }
}
@media screen and (max-width: 999px) {
  .container {
    max-width: 93%;
  }
}

.captcha {
  border-radius: 10px;
}

nav.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0.5rem 0;
  transition: all 0.6s ease;
  z-index: 11;
}
@media screen and (max-width: 999px) {
  nav.navbar {
    background: #fff;
  }
}
nav.navbar.scrolled {
  position: fixed;
  transition: all 0.6s ease;
  background: #fff;
}
nav.navbar.scrolled .navbar-brand {
  width: 18%;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1700px) {
  nav.navbar.scrolled .navbar-brand {
    width: 16%;
  }
}
@media screen and (max-width: 999px) {
  nav.navbar.scrolled .navbar-brand {
    width: 27%;
  }
}
@media screen and (max-width: 600px) {
  nav.navbar.scrolled .navbar-brand {
    width: 38%;
  }
}
nav.navbar.scrolled .navbar-nav {
  margin-top: 10px;
  transition: all 0.6s ease;
}
@media screen and (max-width: 999px) {
  nav.navbar .container {
    max-width: 100%;
    padding: 0;
  }
}
nav.navbar .navbar-brand {
  position: relative;
  transition: all 0.6s ease;
  width: 27.5%;
}
@media screen and (max-width: 1700px) {
  nav.navbar .navbar-brand {
    width: 22%;
  }
}
@media screen and (max-width: 999px) {
  nav.navbar .navbar-brand {
    width: 31%;
    margin-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  nav.navbar .navbar-brand {
    width: 48%;
  }
}
@media screen and (max-width: 999px) {
  nav.navbar .navbar-toggler {
    margin-right: 15px;
  }
}
nav.navbar .navbar-nav {
  margin-top: 22px;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1600px) {
  nav.navbar .navbar-nav {
    margin-top: 0;
  }
}
@media screen and (max-width: 999px) {
  nav.navbar .navbar-nav .nav-item {
    border-bottom: 1px solid #2f333b;
  }
  nav.navbar .navbar-nav .nav-item:last-child {
    border-bottom: 0px solid #2f333b;
  }
}
nav.navbar .navbar-nav .nav-item .nav-link {
  font-family: "Aktiv Grotesk Ex Trial";
  padding: 0 0.7rem 0;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1700px) {
  nav.navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
}
@media screen and (max-width: 1500px) {
  nav.navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  nav.navbar .navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }
}
@media screen and (max-width: 999px) {
  nav.navbar .navbar-nav .nav-item .nav-link {
    text-align: right;
    padding: 0.8rem 1rem;
  }
}
nav.navbar .navbar-nav .nav-item .nav-link:hover, nav.navbar .navbar-nav .nav-item .nav-link.active {
  color: #cc3333;
  transition: all 0.6s ease;
}

.mainbg {
  position: relative;
}
.mainbg .carousel-item {
  position: relative;
}
.mainbg .carousel-item .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  display: none;
}
.mainbg .carousel-item .overlay .txtone {
  margin-left: auto;
  text-align: center;
  width: 42%;
  margin-top: 11%;
}
.mainbg .carousel-item .overlay .txtone .size20 {
  letter-spacing: 12px;
  display: inline-block;
  margin-bottom: 20px;
}
.mainbg .carousel-item .overlay .txtone .size67 {
  letter-spacing: 4px;
  line-height: 51px;
}
.mainbg .carousel-item .overlay .txtone .size28 {
  background: #af282f;
  color: #fff;
  padding: 2px 28px;
  display: inline-block;
  margin-bottom: 19px;
}
.mainbg .carousel-item .overlay .txttwoo {
  width: 42%;
  margin-left: 10%;
  margin-top: 5%;
}
.mainbg .carousel-item .overlay .txttwoo.txtfive {
  margin-left: 37%;
  margin-top: 5%;
}
.mainbg .carousel-item .overlay .txttwoo.txtfive span {
  background: #ce3840;
}
.mainbg .carousel-item .overlay .txttwoo h2 span {
  background: rgba(175, 40, 47, 0.6901960784);
  display: inline-block;
  margin-bottom: 3px;
  color: #fff;
  padding: 2px 28px;
  letter-spacing: 2px;
}
.mainbg .curosal {
  width: 120px;
  position: absolute;
  bottom: 4%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  .mainbg .curosal {
    position: unset;
    width: 100%;
  }
}
.mainbg .curosal .carousel-control-next, .mainbg .curosal .carousel-control-prev {
  background: #cd373f;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #cd373f;
  position: relative;
  color: #fff;
  opacity: 1;
  margin: 0 5px;
}
.mainbg .curosal .carousel-control-next .material-symbols-outlined, .mainbg .curosal .carousel-control-prev .material-symbols-outlined {
  font-weight: 200;
}
@media screen and (max-width: 1500px) {
  .mainbg .curosal .carousel-control-next, .mainbg .curosal .carousel-control-prev {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 999px) {
  .mainbg .curosal .carousel-control-next, .mainbg .curosal .carousel-control-prev {
    position: absolute;
    top: 34%;
    transform: translateY(-50%);
  }
}

#HIGHLIGHTS .sec01 {
  padding: 2.5rem 0;
}
#HIGHLIGHTS .sec01 .item {
  display: flex;
  flex-wrap: wrap;
  padding-left: 4rem;
  position: relative;
}
@media screen and (max-width: 1300px) {
  #HIGHLIGHTS .sec01 .item {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 999px) {
  #HIGHLIGHTS .sec01 .item {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 600px) {
  #HIGHLIGHTS .sec01 .item {
    padding-left: 3rem;
  }
}
#HIGHLIGHTS .sec01 .item::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fa6a79;
  top: 0;
}
@media screen and (max-width: 600px) {
  #HIGHLIGHTS .sec01 .item::before {
    content: unset;
  }
}
#HIGHLIGHTS .sec01 .item .icon {
  max-width: 15%;
  flex: 0 0 15%;
}
#HIGHLIGHTS .sec01 .item .icon img {
  width: auto;
}
#HIGHLIGHTS .sec01 .item .txt {
  max-width: 85%;
  flex: 0 0 85%;
  padding: 0 10px;
}
@media screen and (max-width: 999px) {
  #HIGHLIGHTS .owl-nav button.owl-next {
    right: -5% !important;
  }
}
@media screen and (max-width: 999px) {
  #HIGHLIGHTS .owl-nav button.owl-prev {
    left: -5% !important;
  }
}

#SALIENTFEATURES {
  background: #e4eef6;
}
#SALIENTFEATURES .conte {
  width: 76%;
  padding: 3.5rem 0;
}
@media screen and (max-width: 1700px) {
  #SALIENTFEATURES .conte {
    width: 88%;
    padding: 3.5rem 0 3.5rem 4%;
  }
}
@media screen and (max-width: 1400px) {
  #SALIENTFEATURES .conte {
    width: 88%;
    padding: 2.5rem 0 2.5rem 4%;
  }
}
@media screen and (max-width: 1400px) {
  #SALIENTFEATURES .conte {
    width: 92%;
  }
}
@media screen and (max-width: 999px) {
  #SALIENTFEATURES .conte {
    width: 100%;
    padding: 2.5rem 15px;
  }
}
#SALIENTFEATURES .conte h3 {
  padding-left: 13%;
  position: relative;
}
@media screen and (max-width: 1500px) {
  #SALIENTFEATURES .conte h3 {
    padding-left: 11%;
  }
}
@media screen and (max-width: 999px) {
  #SALIENTFEATURES .conte h3 {
    padding-left: 6%;
  }
}
#SALIENTFEATURES .conte h3::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  background: #cc3333;
  left: 0;
}
#SALIENTFEATURES .conte .scrollVsec {
  height: 493px;
  overflow: hidden;
  margin-top: 2.8rem;
}
@media screen and (max-width: 1700px) {
  #SALIENTFEATURES .conte .scrollVsec {
    height: 447px;
  }
}
@media screen and (max-width: 1600px) {
  #SALIENTFEATURES .conte .scrollVsec {
    height: 403px;
  }
}
@media screen and (max-width: 1500px) {
  #SALIENTFEATURES .conte .scrollVsec {
    height: 349px;
  }
}
@media screen and (max-width: 1300px) {
  #SALIENTFEATURES .conte .scrollVsec {
    height: 326px;
  }
}
@media screen and (max-width: 1100px) {
  #SALIENTFEATURES .conte .scrollVsec {
    height: 198px;
  }
}
@media screen and (max-width: 999px) {
  #SALIENTFEATURES .conte .scrollVsec {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 999px) {
  #SALIENTFEATURES .conte .jspPane {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
  }
}
@media screen and (max-width: 999px) {
  #SALIENTFEATURES .conte .jspVerticalBar {
    display: none;
  }
}
#SALIENTFEATURES .conte .row {
  margin: 0 -10px 1.9rem;
}
@media screen and (max-width: 1500px) {
  #SALIENTFEATURES .conte .row {
    margin: 0 -4px 1.2rem;
  }
}
@media screen and (max-width: 999px) {
  #SALIENTFEATURES .conte .row {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 5px;
  }
}
@media screen and (max-width: 600px) {
  #SALIENTFEATURES .conte .row {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
#SALIENTFEATURES .conte .row .ico {
  padding: 0 10px;
  max-width: 13%;
  flex: 0 0 13%;
}
@media screen and (max-width: 1500px) {
  #SALIENTFEATURES .conte .row .ico {
    padding: 0 4px;
  }
}
@media screen and (max-width: 999px) {
  #SALIENTFEATURES .conte .row .ico {
    padding: 0 1px;
  }
}
#SALIENTFEATURES .conte .row .txt {
  padding: 0 10% 0 10px;
  max-width: 87%;
  flex: 0 0 87%;
}
@media screen and (max-width: 1500px) {
  #SALIENTFEATURES .conte .row .txt {
    padding: 0 10% 0 4px;
  }
}
@media screen and (max-width: 600px) {
  #SALIENTFEATURES .conte .row .txt {
    padding: 0 0% 0 4px;
  }
}

#LOCATION {
  padding: 5rem 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  #LOCATION {
    padding: 2.5rem 0;
  }
}
#LOCATION .sec01 {
  margin-top: 2.8rem;
}
#LOCATION .sec01 h3 {
  position: relative;
}
#LOCATION .sec01 h3::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  background: #cc3333;
  left: 0;
}
#LOCATION .sec01 h3, #LOCATION .sec01 p {
  padding-left: 8%;
}
@media screen and (max-width: 999px) {
  #LOCATION .sec01 h3, #LOCATION .sec01 p {
    padding-left: 6%;
  }
}
#LOCATION .sec01 ul {
  padding: 0 0 0 24px;
  margin: 1rem 0 0;
}
#LOCATION .sec01 ul li {
  margin-bottom: 5px;
}

#FACILITIES {
  background: #e2eef3;
  position: relative;
}
#FACILITIES .imgmain {
  position: relative;
}
#FACILITIES .imgmain .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
@media screen and (max-width: 999px) {
  #FACILITIES .imgmain .overlay {
    position: relative;
    padding: 1rem 15px;
    background: #000;
  }
}
#FACILITIES .imgmain .overlay h3 {
  text-align: center;
  width: 37%;
  position: relative;
  margin: 2.8rem auto 0;
}
@media screen and (max-width: 1600px) {
  #FACILITIES .imgmain .overlay h3 {
    width: 46%;
  }
}
@media screen and (max-width: 999px) {
  #FACILITIES .imgmain .overlay h3 {
    text-align: left;
    width: 100%;
    margin: 0;
    color: #fff;
  }
}
#FACILITIES .imgmain .overlay .brdr {
  width: 11%;
  margin: 1rem auto 0;
  background: #ad302e;
  height: 12px;
}
@media screen and (max-width: 999px) {
  #FACILITIES .imgmain .overlay .brdr {
    width: 50%;
    margin: 1rem 0 0;
    height: 6px;
  }
}
#FACILITIES .imgmain .overlay .textsec {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 1rem 0;
  background: rgba(0, 0, 0, 0.5215686275);
  color: #fff;
}
@media screen and (max-width: 999px) {
  #FACILITIES .imgmain .overlay .textsec {
    position: relative;
    background: transparent;
  }
  #FACILITIES .imgmain .overlay .textsec .container {
    padding: 0;
    max-width: 100%;
  }
}
#FACILITIES .imgmain .overlay .textsec .custcol {
  position: relative;
  padding-right: 3rem;
  margin-right: 1rem;
}
@media screen and (max-width: 1500px) {
  #FACILITIES .imgmain .overlay .textsec .custcol {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 999px) {
  #FACILITIES .imgmain .overlay .textsec .custcol {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
    margin: 0;
  }
  #FACILITIES .imgmain .overlay .textsec .custcol ul {
    padding: 0 0 0 10px;
    margin: 0;
  }
  #FACILITIES .imgmain .overlay .textsec .custcol ul li {
    margin: 0 0 10px;
  }
}
#FACILITIES .imgmain .overlay .textsec .custcol:first-child::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background: #fff;
}
@media screen and (max-width: 999px) {
  #FACILITIES .imgmain .overlay .textsec .custcol:first-child::before {
    height: 60%;
    top: 20%;
  }
}
#FACILITIES .sec02 {
  padding: 4rem 0;
}
#FACILITIES .sec02 .txt {
  padding: 0 10px;
}
#FACILITIES .sec02 .txt h6 {
  margin: 1rem 0;
}
#FACILITIES .sec02 .txt ul {
  padding: 0 0 0 24px;
  margin: 1rem 0 0;
}
#FACILITIES .sec02 .txt ul li {
  margin-bottom: 5px;
}
#FACILITIES .sec02 .owl-nav button.owl-prev, #FACILITIES .sec02 .owl-nav button.owl-next {
  top: 39% !important;
}
@media screen and (max-width: 1500px) {
  #FACILITIES .sec02 .owl-nav button.owl-prev, #FACILITIES .sec02 .owl-nav button.owl-next {
    top: 33% !important;
  }
}

#GALLERY {
  padding: 5rem 0;
}
@media screen and (max-width: 600px) {
  #GALLERY {
    padding: 2.5rem 0;
  }
}
#GALLERY h3 span {
  position: relative;
  padding: 1rem 0;
}
#GALLERY h3 span::before {
  content: "";
  width: 80%;
  left: 0;
  bottom: 0;
  height: 5px;
  background: #af282f;
  position: absolute;
}
#GALLERY .img {
  position: relative;
  cursor: pointer;
}
#GALLERY .img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
  background: rgba(0, 0, 0, 0.5803921569);
  opacity: 0;
}
#GALLERY .img .overlay .material-symbols-outlined {
  font-size: 3.5rem;
}
#GALLERY .img:hover .overlay {
  transition: all 0.6s ease;
  opacity: 1;
}

.formssec {
  padding: 5rem 0;
  background: #e4eef6;
}
@media screen and (max-width: 600px) {
  .formssec {
    padding: 2.5rem 0;
  }
}
.formssec h2 {
  margin-bottom: 2.9rem;
}
.formssec h2 span {
  position: relative;
  padding: 1rem 0;
}
.formssec h2 span::before {
  content: "";
  width: 80%;
  left: 0;
  bottom: 0;
  height: 5px;
  background: #af282f;
  position: absolute;
}
@media screen and (max-width: 999px) {
  .formssec h2 {
    margin-bottom: 1.4rem;
    text-align: left;
  }
}
.formssec label {
  color: #2f333b;
  font-weight: 400;
}
.formssec a {
  text-decoration: none;
  color: #000;
}

footer {
  padding: 0.8rem 0;
  background: #121212;
}
@media screen and (max-width: 600px) {
  footer {
    margin-bottom: 52px;
  }
}
footer p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
footer p a {
  color: #fff;
}

.owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 0;
}
.owl-nav button.owl-prev, .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  margin: 0 0.5rem;
  background: #cd373f !important;
  color: #fff;
  border-radius: 50%;
  line-height: 0px !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1500px) {
  .owl-nav button.owl-prev, .owl-nav button.owl-next {
    width: 38px;
    height: 38px;
  }
}
.owl-nav button.owl-prev i, .owl-nav button.owl-next i {
  color: #fff;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}
.owl-nav button.disabled {
  opacity: 0.5;
}

.btn {
  font-size: 15px;
  background: #af282f;
  color: #fff;
  padding: 0.7rem 2.9rem;
  text-transform: uppercase;
  border-radius: 0;
  position: relative;
  border: 1px solid #af282f;
  z-index: 1;
  transition: all 0.6s ease;
}
.btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  z-index: -1;
  background: #fff;
  transition: all 0.6s ease;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.btn:hover {
  color: #af282f;
}
.btn:hover::before {
  height: 100%;
  transition: all 0.6s ease;
}

input, select, textarea, button {
  resize: none;
}
input:focus, select:focus, textarea:focus, button:focus {
  outline: 0;
  box-shadow: unset;
}

#thank-you {
  text-align: center;
  height: 100vh;
  padding: 11% 0;
}
#thank-you h3 {
  color: #af282f;
}

@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: #af282f;
}

@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: #fff;
}

@media screen and (max-width: 500px) {
  #thank-you p {
    font-size: 0.9em;
  }
}
.enquieryrap {
  position: fixed;
  right: 0.8%;
  top: 15%;
  z-index: 11;
}
@media screen and (max-width: 600px) {
  .enquieryrap {
    display: flex;
    flex-wrap: wrap;
    top: unset;
    bottom: 0;
    width: 100%;
    right: 0;
  }
}
.enquieryrap .iconenqui {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 0.8rem;
  display: flex;
  background: #af282f;
  margin-bottom: 1rem;
  position: relative;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2784313725);
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui {
    width: 33.33%;
    max-width: 33.33%;
    flex: 0 0 33.33%;
    border-radius: 0;
    margin: 0;
    text-align: center;
    margin: 0 auto;
    padding: 5px 8px;
    height: 100%;
    box-shadow: unset;
  }
  .enquieryrap .iconenqui:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.enquieryrap .iconenqui::before {
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: pulse2 2s ease-out infinite;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui::before {
    content: unset;
  }
}
.enquieryrap .iconenqui::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: pulse2 2.5s ease-out infinite;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui::after {
    content: unset;
  }
}
.enquieryrap .iconenqui .img {
  line-height: 0;
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui .img {
    line-height: normal;
    margin: 0 auto;
  }
  .enquieryrap .iconenqui .img img {
    width: 24px;
  }
}
.enquieryrap .iconenqui .img span {
  display: none;
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui .img span {
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
  }
}
.enquieryrap .iconenqui .txt {
  position: absolute;
  right: 0;
  width: 161px;
  background: #fff;
  padding: 0.4rem 0.8rem;
  top: 9%;
  border-radius: 0 19px 19px 0;
  z-index: -1;
  color: #000;
  text-decoration: none;
  opacity: 0;
  transition: all 0.6s ease;
}
.enquieryrap .iconenqui:hover .txt {
  opacity: 1;
  transition: all 0.6s ease;
}

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

.AktivEXBold {
  font-family: "Aktiv Grotesk Ex Trial";
}

.AktivEXXBold {
  font-family: "Aktiv Grotesk Ex Trial XBold";
}

@font-face {
  font-family: "Aktiv Grotesk Ex Trial";
  src: url("../fonts/AktivGroteskExTrial-Bold.woff2") format("woff2"), url("../fonts/AktivGroteskExTrial-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aktiv Grotesk Ex Trial XBold";
  src: url("../fonts/AktivGroteskExTrial-XBold.woff2") format("woff2"), url("../fonts/AktivGroteskExTrial-XBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@keyframes pulse2 {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */