body {
  font-family: 'Poppins', sans-serif;
}

.logo_header {
  display: flex;
  justify-content: center;
  padding: 12px;
}

.banner-img {
  position: relative;
  display: flex;
  justify-content: end;
}

.footerHead {
  color: #FBA61B;
}

/* .paddAlign{
  padding-left: 32px;
  padding-right: 32px;
} */
.footerHead,
.price {
  color: #FBA61B;
}

hr {
  margin-top: 10px !important;
}

.footerHr {
  background-color: white;
  margin-bottom: 0px;
  /* margin-right: 12rem;
  margin-left: 4rem; */
  margin-right: auto;
  margin-left: auto;
  width: 85%;
  height: 2px;
}

.banner-img img {
  position: absolute;
  /* right: 0; */
  top: -30px;
}

.iconsAlign {
  display: flex;
}

.iconsAlign img {
  height: 23px;
  margin-left: -23px;
}

.enquiryLink {
  color: #659AFF !important;
  text-decoration: underline !important;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.blink-text {
  display: none;
  color: #FBA61B;
  animation: blink 1s linear infinite;
}

.navbar-light .navbar-nav .active>.nav-link {
  color: #08488b !important;
  position: relative;
}

.navbar-light .navbar-nav .active>.nav-link::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 2px;
  margin: auto;
  /* display: flex; */
  /* align-items: center; */
  background-color: #08488b;
  left: 50%;
  bottom: 0;
  /* justify-content: center; */
  top: 12%;
  bottom: -60%;
  transform: translate(-50%, -50%);
}

.nav-link {
  color: rgb(39, 38, 38) !important;
  font-weight: 500;
  font-size: 16px;
}

.top_bar img {
  width: 630px !important;
}

.fixed-top {
  z-index: 1045 !important;
}

/* .main_logo img{width: 160px;margin: auto;display: block;} */
/* #slider .carousel-item{height: 500px;} */
.carousel-item img {
  animation: zoom 6s linear;
  height: 74vh;
  width: 100%;
  object-fit: cover;
}

.slide-curve {
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: 1040;
  height: 250px;
  width: 250px;
}

@keyframes zoom {
  0% {
    transform: scale(1.3);
  }

  50% {
    transform: scale(1.2);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}


.logo_position {
  width: 350px;
  margin: -27px 0 0 -6px;
  position: absolute;
}

/* .carousel{margin-top: 20px;} */
.carousel-caption {
  position: absolute;
  right: 0% !important;
  left: 0% !important;
  bottom: 20px;
  /* left: 15%; */
  top: 0%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left !important;
}

.carousel-control-prev {
  right: 250px !important;
  left: unset !important;
  z-index: 1041 !important;

  border-radius: 50%;
  border: 1px solid gray;
}

.carousel-control-next {
  z-index: 1041 !important;
  left: unset !important;
  right: 200px !important;
}

.carousel-control-next,
.carousel-control-prev {
  top: unset !important;
  bottom: 10px !important;
  height: 40px !important;
  width: 40px !important;
  border-radius: 50%;
  border: 1px solid yellow;
}

/* .text-layers{margin-top: 37px;} */
.text-layers .big-bar {
  position: relative;
  width: 185px;
}

.text-layers .big-bar::after {
  position: absolute;
  content: "";
  animation: barWidth 1.5s;
  transition-timing-function: cubic-bezier(.17, .67, .62, .46);
  height: 6px;
  background-color: white;
  left: 0;
  right: 0;
  margin-top: -12px;
}

@keyframes barWidth {
  0% {
    width: 0px;
  }

  100% {
    width: 100%;
  }
}

@keyframes textWidth {
  0% {
    width: 0px;
  }

  50% {
    width: 0px;
  }

  100% {
    width: 100%;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.text-layers {
  margin-top: 10px;
}

.text-layers .text-element {
  font-size: 40px;
  animation: textWidth 3s;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 34px;
  width: max-content;
  color: #fff;
}

.text-layers .event-text {
  font-size: 30px;
  font-weight: 500;
  animation: fadeIn 4s;
  text-transform: uppercase;
  margin-top: 2px;
}

.text-layers .location-text {
  font-size: 22px;
  animation: fadeIn 5s;
  text-transform: uppercase;
  font-weight: 500;
}


.counter-section {
  position: absolute;
  display: flex;
  align-items: first baseline;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 15px 15px 15px;
  background-color: #fff;
  max-width: max-content;
  border-radius: 12px;
  border-radius: 40px 10px 40px 10px;
  margin-left: 100px;
  margin-top: -70px;
  z-index: 1042;
}

.counters {
  display: flex;
}

.counters .box {
  text-align: center;
  width: 80px;
  height: 80px;
  position: relative;
  margin: 0 6px;
  border-radius: 50%;
}

.counters .box span {
  font-weight: 600;
}

.counter-btn {
  background-color: #08488b;
  padding: 12px;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 12px;
  height: 50px;
  margin-left: 12px;
}

.counter-btn:hover {
  color: white;
  text-decoration: none;
}

.custom-mt-100px {
  margin-top: 100px;
}

.custom-mt-150px {
  margin-top: 150px;
}

/* COUNTER */
* {
  box-sizing: border-box;
}

.outer {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 3px;
  box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
    6px 6px 10px -1px rgba(255, 255, 255, 0.15);
  margin: auto;
}

.inner {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2),
    inset -4px -4px 6px -1px rgba(255, 255, 255, 0.7),
    -0.5px 0.5px 0px rgba(255, 255, 255, 1),
    0px 12px 10px -10px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}

.time-box {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.time-box h3 {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 22px;
}

.time-box span {
  font-weight: 500;
  font-size: 12px;
}

.days-stroke {
  fill: none;
  stroke: url(#secondsGradientColor);
  stroke-width: 3px;
  stroke-dasharray: 175;
  stroke-dashoffset: 0;
  transition: ease .6s;
}

.hours-stroke {
  fill: none;
  stroke: url(#hoursGradientColor);
  stroke-width: 3px;
  stroke-dasharray: 175;
  stroke-dashoffset: 0;
  transition: ease .6s;
}

.minutes-stroke {
  fill: none;
  stroke: url(#minutesGradientColor);
  stroke-width: 3px;
  stroke-dasharray: 175;
  stroke-dashoffset: 0;
  transition: ease .6s;
}

.seconds-stroke {
  fill: none;
  stroke: url(#secondsGradientColor);
  stroke-width: 3px;
  stroke-dasharray: 175;
  stroke-dashoffset: 0;
  transition: ease .8s;
}

.days-circle,
.hours-circle,
.minutes-circle,
.seconds-circle {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
}

/* COUNTER */
.navbar-light {
  background-color: white !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.main_content p {
  line-height: 29px;
}

#page-header {
  height: 350px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.header_overlay {
  background-color: rgb(0 0 0 / 44%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.header_overlay h2 {
  text-align: center;
  font-size: 43px;
  color: white;
}

footer {
  background-color: black;
  padding: 30px 0 10px;
  color: white;
}

footer h3 {
  /* margin-bottom: 10px; */
  font-size: 22px;
}

footer p {
  line-height: 22px;
  padding-bottom: 3px;
  margin-bottom: 0;
}

ul.quick_links {
  padding: 0;
  margin: 0;
}

ul.quick_links li {
  list-style: none;
  line-height: 29px;
}

ul.quick_links li a {
  color: #fff;
  text-decoration: none;
}

footer .copy_right {
  /* border-top: 1px solid gray; */
  /* margin-top: 19px;
  padding-top: 12px; */
  padding-top: 25px;
  padding-bottom: 20px;
}

.footValue {
  font-weight: 300;
}

.iconHead {
  position: absolute;
  left: -5px;
}

footer .copy_right p {
  padding-bottom: 0;
}

footer .copy_right a {
  text-decoration: none;
}

.homeIcon img {
  margin-top: -5px;
  display: inline-block;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 90%;
  }
}

/* Navbar text alignment  */
@media (min-width: 992px) and (max-width: 4000px) {
  .paddAlign {
    padding-left: 32px;
    padding-right: 32px;
  }

  .footerBottomText {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .footCompany {
    justify-content: end;
  }
}

@media (min-width: 992px) and (max-width: 1134px) {
  .nav-link {
    font-size: 1.25vw !important;
  }

  .dropdown-menu {
    font-size: 1.25vw !important;
  }
}

@media (max-width: 768px) {
  .logo_position {
    width: 120px !important;
    margin: unset !important;
    position: relative !important;
  }

  .navbar-light .navbar-nav .active>.nav-link::after {
    display: none;
  }

  .top_bar img {
    width: 100% !important;
  }

  .custom_heading {
    color: #0c4b8e;
    font-size: 22px;
  }

  .custom_flex {
    flex-direction: column;
  }

  .left_img img {
    width: 100%;
  }

  .iep_left,
  .ac_grp_right {
    margin: auto;
    display: block;
  }

  /* .carousel {
    margin-top: 80px;
  } */

  .carousel-item img {
    height: auto;
  }

  .slide-curve {
    bottom: -1px;
  }

  .text-layers .big-bar {
    width: 55px;
  }

  .text-layers .big-bar::after {
    height: 3px;
    margin-top: -5px;
  }

  .text-layers {
    margin-top: 10px;
    padding-left: 12px;
  }

  .text-layers .text-element {
    font-size: 15px;
    line-height: 18px;
  }

  .text-layers .event-text {
    font-size: 8px;
  }

  .text-layers .location-text {
    font-size: 8px;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 10px !important;
    height: 10px !important;
  }

  .carousel-control-next,
  .carousel-control-prev {
    top: unset !important;
    bottom: 10px !important;
    height: 20px !important;
    width: 20px !important;
    border-radius: 50%;
    border: 1px solid yellow;
  }

  .carousel-control-next {
    right: 50px !important;
  }

  .carousel-control-prev {
    right: 80px !important;
  }

  .counter-section {
    position: relative;
    flex-direction: column;
    margin: 10px auto 0 !important;
    padding: 8px;
    align-items: center;
  }

  .counters {
    justify-content: center;
  }

  .counters .box {
    margin: 3px;
  }

  .time-box h3 {
    font-size: 14px;
  }

  .counter-btn {
    margin: 12px auto 4px
  }

  /* .outer {width: 70px;height: 70px;}
  .inner {width: 67px;height: 67px;}
  .counters .box{margin: 18px 0;}
  .days-stroke,.hours-stroke,.minutes-stroke,.seconds-stroke{stroke-dasharray:40 0 0 12;stroke-width: 2px;fill: none;stroke-dashoffset: 0;}
   */
  .slide-curve {
    width: 80px;
    height: 80px;
  }

  .custom-mt-100px {
    margin-top: 30px;
  }

  .custom-mt-150px {
    margin-top: 50px;
  }

}

.footerText {
  font-weight: bolder;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .footerHead {
    font-size: 16px;
  }

  .footValue {
    font-size: 13px;

  }

  .footerLabel,
  ul.quick_links li a {
    font-size: 14px;

  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .footerHead {
    font-size: 16px;
  }

  .footValue {
    font-size: 12px;

  }

  .footerLabel,
  ul.quick_links li a {
    font-size: 13px;

  }

  .blink-text {
    text-align: unset;
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 4000px) {
  .footerText {
    font-size: 15px;
  }

  .footerValue {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 4000px) {
  .custom_heading {
    color: #0c4b8e;
    font-size: 1.75vw;
  }

  .custom_flex {
    display: flex;
  }

  .slide-curve {
    height: 18.3vw;
    width: 18.3vw;
  }

  .carousel-control-prev {
    right: 18.3vw !important;
  }

  .carousel-control-next {
    right: 14.6vw !important;
  }

  .left_img {
    width: 100%;
    height: auto;
    position: relative;
  }

  .left_img img {
    height: 17.5vw;
    object-fit: contain;
  }

  /* .main_content p {
    line-height: 2.12vw;
    font-size: 1.17vw;
  } */

  .iep_left {
    /* margin-left: -1.46vw; */
    margin-left: unset !important;
  }

  .ac_grp_right {
    margin-left: auto;
    display: block;
    width: max-content;
  }

  #page-header {
    height: 25.6vw;
  }

  .header_overlay h2 {
    font-size: 3.14vw;
  }

  /* ul.quick_links li {
    font-size: 1.17vw;
  } */
}

/* @media (min-width: 768px) and (max-width: 4000px){} */
/* @media (min-width: 768px) and (max-width: 10000px) {
  .list1 {
    max-width: 30% !important;
  }

  .list2 {
    max-width: 40% !important;
  }

  .list3 {
    max-width: 30% !important;
  }
} */
@media (min-width: 1101px) and (max-width: 4000px) {
  .footData {
    margin-left: 3rem;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {

  .footerText,
  .footTerm {
    text-align: center;
  }

  .footCom {
    width: 100%;
    text-align: center;
  }

  .footData {
    margin-left: 0.5rem;
  }

  /* .footerHr{
    margin-right: 4rem;
    margin-left: 2rem;
  } */
}

@media (min-width: 400px) and (max-width: 992px) {
  .navbar-light .navbar-nav .active>.nav-link::after {
    display: none;
  }
}

@media (min-width: 300px) and (max-width: 1200px) {
  .inlineFlex {
    display: inline-flex;
  }
}

@media (min-width: 300px) and (max-width: 767px) {

  .list2,
  .list3 {
    margin-top: 15px;
  }

  .blink-text {
    display: block;
  }

  .banner-img img {
    /* top: 3.5rem;
    height: 100px; */
    display: none;
  }

  .footTerm {
    text-align: center;
  }

  /* .footerHr{
  margin-right: 3rem;
    margin-left: 3rem;
} */
  /* footer p {
    text-align: center;
  } */
  .list1 {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
  }

  .listLink {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
  }

  .list2 {
    /* margin-top: 14px !important; */
    display: flex;
    flex-direction: column;
    /* align-items: center; */
  }

  .list3 {
    /* margin-top: 14px !important; */
    display: flex;
    flex-direction: column;
    /* align-items: center; */
  }

  .footerText {
    font-size: 12px;
    text-align: center;
    width: 100%;
  }

  .blink-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footerTerms {
    padding: 0px;
  }
}

.price {
  font-size: 16px;
}

@media (min-width: 768px) and (max-width:992px) {
  .banner-img img {
    height: 90px;
  }
}

@media (min-width: 768px) and (max-width:1270px) {
  .enquiryLink {
    color: skyblue;
    display: block;
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: -9px;
  }

  .linkAlign {
    display: inline-block;
    position: relative;
  }
}

.footerValue {
  list-style: none;
}

.footerValue a {
  color: #fff;
  text-decoration: none;
}

.footerValue :hover {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 2000px) and (max-width: 2500px) {
  .iconsAlign img {
    height: 32px;
    margin-left: -29px;
  }

  ul.quick_links li,
  .main_content p,
  footer p,
  .footerLabel,
  .footerText,
  .footerValue,
  .nav-link {
    line-height: 36px;
    font-size: 1.5rem !important;
  }

  footer h3 {
    font-size: 1.7rem
  }

  .price {
    font-size: 1.2rem;
  }
}

@media (min-width: 2501px) and (max-width: 3000px) {
  .iconsAlign img {
    height: 32px;
    margin-left: -29px;
  }

  ul.quick_links li,
  .main_content p,
  footer p,
  .footerLabel,
  .footerText,
  .footerValue,
  .nav-link {
    line-height: 42px;
    font-size: 1.7rem !important;
  }

  footer h3 {
    font-size: 1.9rem
  }

  .price {
    font-size: 1.4rem;
  }
}

@media (min-width: 3001px) and (max-width: 3500px) {
  .iconsAlign img {
    height: 42px;
    margin-left: -42px;
  }

  ul.quick_links li,
  .main_content p,
  footer p,
  .footerLabel,
  .footerText,
  .footerValue,
  .nav-link {
    line-height: 48px;
    font-size: 2rem !important;
  }

  footer h3 {
    font-size: 2.1rem
  }

  .price {
    font-size: 1.6rem;
  }
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .paddAlign {
    padding-left: 7rem !important;
  }
}
@media (min-width: 3501px) and (max-width: 10000px) {
  .iconsAlign img {
    height: 42px;
    margin-left: -42px;
  }

  .paddAlign {
    padding-left: 26rem !important;
  }

  ul.quick_links li,
  .main_content p,
  footer p,
  .footerLabel,
  .footerText,
  .footerValue,
  .nav-link {
    line-height: 54px;
    font-size: 2.2rem !important;
  }

  footer h3 {
    font-size: 2.4rem
  }

  .price {
    font-size: 1.6rem;
  }
}