/* Fonts */

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: "Lato", sans-serif;
  color: #000;
  overflow-x: hidden;
  font-weight: normal;
}

a {
  font-family: "Playfair Display", serif;
  text-decoration: none;
  font-weight: 400;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
}

p {
  line-height: 1.7;
  font-weight: 400;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  color: #000;
}

ul {
  list-style: none;
  font-family: "Lato", sans-serif;
  padding: 0;
  margin: 0;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  /* border-radius: 50%; */
  font-size: 0;
  border: 0;
  background-color: #ca2260;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 9;
}

.slick-arrow.slick-prev {
  left: 15px;
}

.slick-arrow.slick-prev:before {
  content: "\f104";
  font-size: 18px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.slick-arrow.slick-next {
  right: 15px;
}

.slick-arrow.slick-next:before {
  content: "\f105";
  font-size: 18px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.slick-arrow.slick-disabled {
  opacity: 0.2;
}

.slick-slide {
  padding: 0 15px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-left: 0;
}

.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 10px;
  height: 10px;
  line-height: 0;
  border: none;
  background-color: #ffffff9d;
  transition: all ease 0.4s;
  position: relative;
  border-radius: 0px;
}

.slick-dots button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border: 2px solid #ef7e3a;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
}

ul.slick-dots li {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
}

.slick-dots .slick-active button::before {
  opacity: 1;
  visibility: visible;
}

.slick-dots .slick-active button {
  background-color: #fff;
}

/* .slick-slide img {
    display: initial;
} */

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/

section {
  padding: 60px 0;
  /* overflow: hidden; */
}

.btn_bx {
  margin-top: 50px;
  text-align: center;
}

.section-title.yellow-text span {
  color: #3c3b3b;
}

.section-title.yellow-text span:after {
  background: #3c3b3b;
}

.section-title.yellow-text span:before {
  background: #3c3b3b;
}

.section-title span.sub-text {
  margin: 0px 0 16px;
  color: #723185;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 22px;
  letter-spacing: 0px;
  margin-bottom: 0;
}

.sub-text svg {
  margin-top: -5px;
}

.section-title h2 {
  font-size: 34px;
  position: relative;
  color: #000;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin: 0;
  font-weight: 600;
}

.section-title p {
  font-size: 18px;
  margin: 15px 0;
  border: 0;
  font-weight: 400;
}

.our-btn-black {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 1;
  padding: 15px 25px;
  min-width: 170px;
  border-radius: 0;
  -webkit-perspective: 320px;
  perspective: 320px;
  text-decoration: none;
}

.our-btn-black:before {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  right: 0;
  width: 0;
  background-color: #ef7e3a;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}

.our-btn-black:before,
.our-btn-black:after {
  background-color: transparent;
  border: 2px solid #fff;
  width: 100%;
  border-radius: 12px;
}

.our-btn-black .bottom-line-1 {
  height: 2px;
  width: 1.8rem;
  right: 4rem;
  bottom: 0;
  position: absolute;
  background: #ffa500;
  -webkit-transition: width 0.5s ease-out, right 0.3s ease-out;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}

.our-btn-black .bottom-line-2 {
  height: 2px;
  width: 1.2rem;
  right: 1rem;
  bottom: 0;
  position: absolute;
  background: #ffa500;
  -webkit-transition: width 0.5s ease-out, right 0.3s ease-out;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}

.our-btn-black .top-line {
  height: 2px;
  width: 1.8rem;
  top: 0;
  left: 1.4rem;
  position: absolute;
  background: #ffa500;
  -webkit-transition: width 0.5s ease-out, left 0.3s ease-out;
  transition: width 0.5s ease-out, left 0.3s ease-out;
}

.our-btn-black:hover .top-line,
.our-btn-black.active .top-line {
  left: -2px;
  width: 0px;
}

.our-btn-black:hover .bottom-line-1,
.our-btn-black:hover .bottom-line-2,
.our-btn-black.active .bottom-line-1,
.our-btn-black.active .bottom-line-2 {
  right: 0;
  width: 0;
}

/* .our-btn-black:before {
    border-color: #ff6835;
} */

.our-btn-black:hover::before,
.our-btn-black:hover:after,
.our-btn-black.active::before,
.our-btn-black.active:after {
  width: 100%;
  right: unset;
  left: 0;
}

.our-btn-black {
  background-color: transparent;
  /* color: #ff6835; */
}

/* .our-btn-black:hover, .our-btn-black.active {
    color: #ff6835;
    box-shadow: none;
} */

.our-btn-white {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 15px 25px;
  min-width: 170px;
  border-radius: 0;
  -webkit-perspective: 320px;
  perspective: 320px;
  text-decoration: none;
}

.our-btn-white:before {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  right: 0;
  width: 0;
  background-color: #000;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}

.our-btn-white:before,
.our-btn-white:after {
  background-color: transparent;
  border: 2px solid #fff;
  width: 100%;
}

.our-btn-white .bottom-line-1 {
  height: 2px;
  width: 1.8rem;
  right: 4rem;
  bottom: 0;
  position: absolute;
  background: #000;
  -webkit-transition: width 0.5s ease-out, right 0.3s ease-out;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}

.our-btn-white .bottom-line-2 {
  height: 2px;
  width: 1.2rem;
  right: 1rem;
  bottom: 0;
  position: absolute;
  background: #000;
  -webkit-transition: width 0.5s ease-out, right 0.3s ease-out;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}

.our-btn-white .top-line {
  height: 2px;
  width: 1.8rem;
  top: 0;
  left: 1.4rem;
  position: absolute;
  background: #000;
  -webkit-transition: width 0.5s ease-out, left 0.3s ease-out;
  transition: width 0.5s ease-out, left 0.3s ease-out;
}

.our-btn-white:hover .top-line,
.our-btn-white.active .top-line {
  left: -2px;
  width: 0px;
}

.our-btn-white:hover .bottom-line-1,
.our-btn-white:hover .bottom-line-2,
.our-btn-white.active .bottom-line-1,
.our-btn-white.active .bottom-line-2 {
  right: 0;
  width: 0;
}

.our-btn-white:before {
  border-color: #fff;
}

.our-btn-white:hover::before,
.our-btn-white:hover:after,
.our-btn-white.active::before,
.our-btn-white.active:after {
  width: 100%;
  right: unset;
  left: 0;
}

.our-btn-white {
  background-color: transparent;
  color: #fff;
}

.our-btn-white:hover,
.our-btn-white.active {
  color: #fff;
  box-shadow: none;
}

.primary_btn {
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #000;
  text-transform: uppercase;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.3 ease-in-out;
  text-align: center;
  display: block;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

.primary_btn .text {
  display: flex;
  align-items: center;
}

.primary_btn img {
  margin: 0px 0 0 12px;
  -webkit-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  height: 14px;
  width: 36px;
}

.primary_btn:hover {
  color: #1a20ce;
}

.primary_btn:hover img {
  -webkit-animation: bounce 2s linear -0.4s;
  animation: bounce 2s linear -0.4s;
  -webkit-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

.com_btn,
.secnd_btn {
  border-radius: 0px;
  padding: 5px 15px;
  line-height: 1.34;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease 0s;
  background-color: #ef7e3a;
  color: #fff;
  font-size: 18px;
  border: 2px solid #ef7e3a;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.com_btn em,
.secnd_btn em {
  width: 14px;
  height: 14px;
  line-height: 18px;
  flex-shrink: 0;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.com_btn em > *,
.secnd_btn em > * {
  height: inherit;
  width: inherit;
  line-height: inherit;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}

.com_btn:hover {
  border: 2px solid #ef7e3a;
  color: #ef7e3a;
  background-color: transparent;
}

.secnd_btn:hover {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
}

.com_btn:hover svg path {
  fill: #ef7e3a;
}

.secnd_btn:hover svg path {
  fill: #ef7e3a;
}

/* .secnd_btn:hover {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
} */

.com_btn:hover em > *,
.secnd_btn:hover em > * {
  transform: translateX(150%);
}

.com_btn em > *:last-child,
.secnd_btn em > *:last-child {
  transform: translateX(-150%);
}

.com_btn:hover em > *:last-child,
.secnd_btn:hover em > *:last-child {
  transform: translateX(0) !important;
}

.secnd_btn {
  background-color: #1a20ce;
  border: 2px solid #1a20ce;
}

.secnd_btn:hover {
  border: 2px solid #ef7e3a;
  color: #ef7e3a;
}

.secnd_btn:hover i {
  fill: #ef7e3a;
}

/*--------------------------------------------------------------
 # call-buton Css
--------------------------------------------------------------*/

.call-buton .cc-calto-action-ripple {
  z-index: 99999;
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  background: #ef7e3a;
  width: 75px;
  height: 75px;
  padding: 0rem;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
  animation: cc-calto-action-ripple 0.6s linear infinite;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.call-buton .cc-calto-action-ripple i {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 1.8rem;
}

.call-buton .cc-calto-action-ripple:hover i {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(239, 126, 58, 0.2),
      0 0 0 0 rgba(239, 126, 58, 0.2), 0 0 0 5px rgba(239, 126, 58, 0.2),
      0 0 0 10px rgba(239, 126, 58, 0.2);
    box-shadow: 0 4px 10px rgba(239, 126, 58, 0.2),
      0 0 0 0 rgba(239, 126, 58, 0.2), 0 0 0 5px rgba(239, 126, 58, 0.2),
      0 0 0 10px rgba(239, 126, 58, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 4px 10px rgba(239, 126, 58, 0.2),
      0 0 0 5px rgba(239, 126, 58, 0.2), 0 0 0 10px rgba(239, 126, 58, 0.2),
      0 0 0 20px rgba(239, 126, 58, 0);
    box-shadow: 0 4px 10px rgba(239, 126, 58, 0.2),
      0 0 0 5px rgba(239, 126, 58, 0.2), 0 0 0 10px rgba(239, 126, 58, 0.2),
      0 0 0 20px rgba(239, 126, 58, 0);
  }
}

@keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(239, 126, 58, 0.2),
      0 0 0 0 rgba(239, 126, 58, 0.2), 0 0 0 5px rgba(239, 126, 58, 0.2),
      0 0 0 10px rgba(239, 126, 58, 0.2);
    box-shadow: 0 4px 10px rgba(239, 126, 58, 0.2),
      0 0 0 0 rgba(239, 126, 58, 0.2), 0 0 0 5px rgba(239, 126, 58, 0.2),
      0 0 0 10px rgba(239, 126, 58, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 4px 10px rgba(239, 126, 58, 0.2),
      0 0 0 5px rgba(239, 126, 58, 0.2), 0 0 0 10px rgba(239, 126, 58, 0.2),
      0 0 0 20px rgba(239, 126, 58, 0);
    box-shadow: 0 4px 10px rgba(239, 126, 58, 0.2),
      0 0 0 5px rgba(239, 126, 58, 0.2), 0 0 0 10px rgba(239, 126, 58, 0.2),
      0 0 0 20px rgba(239, 126, 58, 0);
  }
}

span.num {
  position: absolute;
  color: #ec8b00;
  left: -30%;
  bottom: -50%;
}

/*** 

====================================================================
  mega menu section
====================================================================

***/

.main_menu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 -2px;
}

.main_menu ul li {
  position: relative !important;
}

.main_menu ul li ul {
  width: 200px;
  background: #fff;
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}

.main_menu ul li ul li a {
  padding: 10px 25px;
  font-size: 15px;
}

.main_menu ul li ul li a i {
  float: right;
}

.main_menu ul li ul li ul {
  left: 100%;
  top: 0;
}

.mega_menu_dropdown {
  position: static !important;
}

.mega_menu {
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s;
  box-shadow: 0px 0 5px 1px rgb(91 86 86 / 75%);
  position: absolute;
  align-items: flex-start;
}

.mega_menu_2 .mega_menu:before {
  display: block;
  background: none;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ef7e3a;
  position: absolute;
  top: -12px;
  left: 8%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mega_menu_2 .mega_menu.arrow_2:before {
  left: 36%;
}

.mega_menu_2 .mega_menu.arrow_3:before {
  left: 76%;
}

.mega_menu_item {
  width: 50%;
  padding: 30px 20px;
}

.main_menu ul li .mega_menu_item a {
  padding: 10px 0;
  color: #000;
  text-align: left;
  transition: 0.3s;
  position: relative;
  font-family: "Lato", sans-serif;
}

.main_menu ul li .mega_menu_item a:hover:after {
  width: 100%;
}

.main_menu ul li .mega_menu_item a:hover {
  color: #ef7e3a;
}

.mega_menu_item h3 {
  margin-bottom: 15px;
  text-align: left;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  color: #000000;
  border-bottom: 1px solid rgb(239 126 58 / 36%);
  padding-bottom: 10px;
  width: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mega_menu_img {
  max-height: 290px;
}

.mega_menu_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mega_menu_2 .mega_menu {
  width: 100%;
  border-top: 3px solid #ef7e3a;
  min-width: 800px;
}

@media (min-width: 768px) {
  .main_menu ul li:hover > .mega_menu {
    visibility: visible;
    opacity: 1;
    margin-top: 20px;
    z-index: 99;
  }
  .main_menu ul li .mega_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.top-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  position: relative;
  background-color: #2c378f;
}

.top_info-bx {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.top-head .top-bx-left {
  gap: 55px;
}

.top-bx-left,
.top-bx-right {
  display: flex;
  align-items: flex-start;
  flex: 0 0 40%;
  gap: 30px;
}

.top_info-ic {
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffa500;
  padding: 5px;
  width: 40px;
  height: 40px;
  border-radius: 9px;
  background-color: rgb(255 255 255 / 21%);
}

.top_info-ic i {
  color: #fff;
  font-size: 16px;
}

.top-bx-right {
  justify-content: flex-end;
}

.top_info-cn h3 {
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  margin: 0;
}

.top_info-cn p a {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.top-bx-center {
  flex: 0 0 20%;
}

.top_info-cn p {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.right_btn {
  /* flex: 0 0 22 */
  /* border-left: 1px solid #ef7e3a24; */
}

.nav-icon {
  flex: 0 0 10%;
  /* border-right: 1px solid #ef7e3a24; */
  padding-bottom: 20px;
  padding-top: 40px;
}

.top_info-socail ul.social-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bx-right .top_info-bx {
  justify-content: flex-end;
}

.top_info-socail ul.social-area li a {
  color: #ef7e3a;
  background: transparent;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ef7e3a;
  font-size: 18px;
}

.top_info-socaill .social-area {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.top_info-socail .social-area li {
  list-style: none;
  color: #fff;
  margin: 0 5px 0 0 !important;
}

header.sticky .com_btn {
  background-color: #ca2260 !important;
  color: #fff !important;
  border: 2px solid #ca2260 !important;
}

header.sticky .lyt_logo img {
  width: 86px;
}

.header.sticky .com_btn:hover {
  border: 2px solid #ca2260 !important;
  color: #ca2260 !important;
  background-color: #fff !important;
}

.header.sticky .burger-icon span {
  background: #ca2260;
}

.header.sticky .com_btn:hover svg path {
  fill: #ca2260 !important;
}

.header.sticky .top-head {
  display: none;
}

.header.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 0;
  box-shadow: 0 0 11px #3c3b3b3d;
  /* border-bottom: 4px solid #ef7e3a; */
}

.header .bottom_head .com_btn {
  background-color: #723185;
  color: #fff;
  font-weight: 600;
  border: 2px solid #723185;
}

.header .bottom_head .com_btn:hover {
  border: 2px solid #723185;
  color: #723185;
  background-color: transparent;
}

.header .bottom_head .com_btn:hover svg path {
  fill: #723185;
}

.header .bottom_head .com_btn svg path {
  fill: #fff;
}

.header .min_lg {
  display: block;
  margin-bottom: 0;
}

.header .scrol_min_lg {
  display: none;
}

.header.sticky .scrol_min_lg {
  display: block;
  margin-bottom: 0;
}

.header.sticky .min_lg {
  display: none;
}

.header.sticky::before {
  content: none;
}

.header.sticky .container-fluid {
  padding: 14px 55px 14px 55px;
}

.header.sticky .logo_bx a {
  transform: none;
  position: relative;
}

.header.sticky .logo_bx a img {
  max-width: 80px;
  transition: all 0.5s;
}

.header.sticky .bottom_head {
  padding: 14px 18px;
}

.header.sticky .navbar ul li a {
  color: #000 !important;
}

.header.sticky .navbar ul li a:hover {
  color: #ef7e3a !important;
  opacity: 1 !important;
}

.header.sticky .navbar ul li a:hover .bd_hvor:before,
.header.sticky .navbar ul li a:hover .bd_hvor:after {
  border-top: 1px solid #ef7e3a;
}

.header.sticky .right_btn .our-btn-black {
  color: #000;
}

.header.sticky .our-btn-black:before,
.header.sticky.our-btn-black:after {
  border: 2px solid #2c378f;
}

.header.sticky .right_btn .our-btn-black .top-line,
.header.sticky .right_btn .our-btn-black .bottom-line-1,
.header.sticky .right_btn .our-btn-black .bottom-line-2 {
  background: #ffa500;
}

.header {
  z-index: 99;
  position: absolute;
  padding: 50px 30px;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s;
}

header.header.sticky .top_head_sec {
  display: none;
}

.bottom_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-right: 18px;
  z-index: 9;
}

.bottom_head .lyt_logo {
  padding: 11px 34px;
}

header.sticky .lyt_logo {
  padding: 0;
}

.bottom_head .lyt_logo img {
  width: 145px;
}

.bottom_head li a:hover {
  color: #ef7e3a !important;
}

header::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  height: 143px;
  z-index: 2;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 74%) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.logo_bx {
  text-align: center;
  position: relative;
}

header .right_btn .our-btn-black {
  color: #fff;
  text-transform: capitalize;
  border-radius: 8px;
}

header .right_btn .our-btn-black .top-line,
header .right_btn .our-btn-black .bottom-line-1,
header .right_btn .our-btn-black .bottom-line-2 {
  background: #000000;
}

header .right_btn .our-btn-black:before {
  border-color: #fff;
}

a.logo img {
  max-width: 164px;
  transition: all 0.5s;
  transition: all 0.5s;
}

.right_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0;
  gap: 26px;
}

.right_btn a.common-btn {
  margin-right: 0;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/

@media (min-width: 1269px) {
  .navbar {
    padding: 0;
    margin: 0;
  }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    gap: 40px;
    color: #fff;
  }
  .navbar li {
    position: relative;
  }
  .navbar > ul > li {
    white-space: nowrap;
    padding: 0;
  }
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    /* font-family: "Playfair Display", serif; */
  }
  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-primary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }
  .navbar a:hover:before,
  .navbar li:hover > a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color: #ef7e3a;
  }
}


/*--------------------------------------------------------------
 # Sidebar Css
--------------------------------------------------------------*/

.side-bar {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 450px;
  padding: 50px 50px;
  height: 100%;
  display: block;
  background-color: white;
  backdrop-filter: blur(7px);
  z-index: 1900;
  transition: all 600ms ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow: visible;
}

.side-bar .inner {
  padding: 40px 20px 0 0;
}

@media (max-width: 991px) {
  .side-bar .inner {
    padding: 40px 0 0 0;
  }
}

.side-bar .inner-main-wrapper-desk .thumbnail {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.side_bar_menu ul li a {
  font-size: 18px;
  color: #3c3b3b;
  text-transform: capitalize;
  /* font-family: "Playfair Display", serif; */
}

.side_bar_menu {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ef7e3a36;
}

.side_bar_menu ul li a:hover {
  color: #b58f55;
}

.side_bar_menu ul li {
  margin-bottom: 25px;
  text-align: center;
}

.side_bar_menu ul li:last-child {
  margin-bottom: 0;
}

.side_bar_location h4 {
  font-weight: 600;
  color: #3c3b3b;
  font-size: 30px;
  text-transform: capitalize;
  margin: 25px 0;
}

.side-bar .inner-main-wrapper-desk .thumbnail img {
  width: 150px;
  margin-left: 0;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 20px;
  opacity: 1;
  transition-delay: 0.7s;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area .shape {
  height: 10px;
  width: 10px;
  line-height: 10px;
  transform: rotate(45deg);
  margin: 0 6px;
  background: var(--color-primary);
  display: block;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li {
  list-style: none;
  margin: 0 5px;
  color: #fff;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  /* border-radius: 8px; */
}

.side-bar
  .inner-main-wrapper-desk
  .inner-content
  .footer
  .social-area
  li
  a:hover {
  color: #fff;
  background-color: #ca2260;
  border-color: #ca2260;
}

.side-bar.header-one {
  background-color: #ffffff;
}

.side-bar button:hover {
  background-color: #ca2260;
  border-color: #ca2260;
}

.side-bar.show {
  right: 0;
  overflow-y: auto;
}

.side-bar button {
  max-width: 100%;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: #ca2260;
  padding: 6px;
  border: 1px solid #ca2260;
}

.side-bar button i {
  color: #fff;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

#side_bar_overlay.bgshow {
  background: #0e1013;
  opacity: 70%;
  visibility: visible;
  pointer-events: visible;
  z-index: 999;
  top: 0;
}

#side_bar_overlay {
  cursor: url(../images/banner/shape/close.png), auto;
  background: #0e1013;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  z-index: 50;
}

.burger-icon {
  width: 60px;
  cursor: pointer;
}

header.sticky .burger-icon span {
  background: #662c79;
}

.burger-icon span {
  display: block;
  height: 2px;
  margin: 10px 0;
  transition: background-color 0.3s ease-in, opacity 0.3s ease-in,
    transform 0.3s ease-in;
  width: 83.33333333%;
  background: #000;
  transition: all 400ms ease-in-out;
  margin-left: auto;
}

.burger-icon span:nth-child(1) {
}

.burger-icon span:nth-child(2) {
  width: 100%;
}

.burger-icon span:nth-child(3) {
  width: 58.33333333%;
}

.burger-icon span:nth-child(1) {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards
    200ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

.burger-icon span:nth-child(2) {
  width: 100%;
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards
    400ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

.burger-icon span:nth-child(3) {
  width: 58.33333333%;
  transition: all 100ms ease-in-out;
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards
    600ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}

@-webkit-keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

@keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

.side_bar_cn {
  margin-bottom: 41px;
  text-align: center;
}

.side_bar_address {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ef7e3a36;
}

.side_bar_address h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #ffffff;
  background: #662c79;
  padding: 11px 11px;
  border-left: 3px solid #f48a6d;
}

.side_bar_address a {
  color: #000;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}

.side_bar_address a:hover {
  color: #662c79;
}

.side_bar_address p {
  margin: 0;
  text-align-last: center;
}

.side_bar_cn img {
  width: 246px;
}

/*--------------------------------------------------------------
 # Banner css
--------------------------------------------------------------*/

.ban_head {
  text-align: left;
  margin-inline: auto;
  overflow: visible;
}

.ban_head .hd_content {
  font-size: 25px;
  text-transform: capitalize;
  display: block;
  margin-bottom: 23px;
}

/* .ban_head.sec_hd h1 {
    line-height: 0.6;
} */

.ban_head h1 .Integrity_txt {
  font-family: "Rockness";
  /* font-weight: 600; */
  font-size: 65px;
}

.ban_head h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
  display: inline-block;
  /* overflow: hidden; */
  margin: 30px 0px 36px;
  transition: transform 700ms ease, opacity 700ms ease;
  /* transform: translateX(200px); */
  text-transform: uppercase;
}

.ban_head figure a img {
  margin-top: 12px;
  filter: brightness(0.1);
}

p.about-one__image__info__text {
  margin: 0;
}

.banner-main .slick-slide.slick-current.slick-active .ban_head h1 {
  transform: translateX(0px);
}

.banner-main .banner-slider {
  position: relative;
}

/* .banner-main .banner-slider::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 7px;
    background: linear-gradient(hsl(0, 0%, 0%, 0%), hsl(0deg 0% 0% / 82%));
    height: 100%
} */

.video_bnr video {
  width: 100%;
  height: auto;
}

/* .ban_head h1::after {
    content: "";
    width: 101%;
    height: 70%;
    position: absolute;
    top: 22px;
    left: 100%;
    background: currentColor;
    transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
    z-index: 3;
    transform: translateX(-100%);
    transition-delay: 1s;
} */

/* .banner-main .slick-slide.slick-current.slick-active .ban_head h1::after {
    transform: translateX(1%);
    transition-delay: 700ms;
} */

.ban_head h1 {
  text-align: center;
  color: #fff;
  font-size: 80px;
  font-weight: 200;
  line-height: 1.3;
  margin: 0 0 -7px;
  transition: transform 500ms ease, opacity 500ms ease;
  text-align: left;
  /* transform: translateX(200px); */
}

.sk_heading {
  font-weight: 700;
  color: #fff;
}

.fist_se {
  position: relative;
}

/* .fist_se::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 99.9%;
    z-index: 2;
    background: rgba(0, 0, 0, .6);
} */

.sc_brd {
  position: relative;
}

.sc_brd::before {
  content: "";
  position: absolute;
  top: 540px;
  left: 0;
  width: 100%;
  height: 3px;
  border-bottom: 1px solid rgb(255 255 255 / 17%);
  z-index: 99;
}

.sc_brd .sc_tl::before {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 532px;
  left: 17%;
  border-left: 2px solid #f9f9f9;
  border-bottom: 2px solid #f9f9f9;
  content: "";
  z-index: 9;
}

.sc_brd .sc_tl::after {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 543px;
  right: 16.1%;
  border-right: 2px solid #f9f9f9;
  border-top: 2px solid #f9f9f9;
  content: "";
  z-index: 9;
}

/* .scol_txt {
    position: relative;
}  */

.scol_txt .scrol_txt {
  position: absolute;
  top: auto;
  bottom: 8%;
  left: 17.5%;
  text-transform: uppercase;
  z-index: 9;
}

.scol_txt .scrol_txt:before {
  content: "";
  width: 2px;
  height: 105px;
  background-color: #fff;
  position: absolute;
  left: -17%;
}

.scol_txt .scrol_txt a {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

/* .sc_br_botm {
    position: relative;
}

.sc_br_botm::before {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    bottom: 112px;
    width: 100%;
    height: 3px;
    border-bottom: 1px solid rgb(255 255 255 / 17%);
    z-index: 99;
} */

.banner-main .slick-slide.slick-current.slick-active .ban_head h1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 500ms;
  text-transform: uppercase;
}

.banner-main .book_btn {
  transition: transform 500ms ease, opacity 500ms ease;
  transform: translateY(200px);
}

.banner-main .slick-slide.slick-current.slick-active .ban_head .book_btn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 500ms;
}

.ban_head p {
  margin: 0;
  font-size: 20px;
  /* font-weight: 500; */
  transition: transform 500ms ease, opacity 500ms ease;
  /* transform: translateX(-200px); */
  color: #fff;
  margin: 33px 0 35px;
  width: 550px;
}

.banner-main .slick-slide.slick-current.slick-active .ban_head p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 500ms;
}

.ban_head h3 img {
  width: 134px !important;
  height: auto;
  top: 0;
  position: relative;
  margin-left: 4px;
  display: none !important;
  -webkit-animation-name: fl-2;
  animation-name: fl-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes fl-2 {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}

.banner-main .slick-slide.slick-current.slick-active .ban_head h1 span {
  background-position: right bottom;
}

.banner_bottom {
  margin-bottom: 0;
  margin-inline: auto;
  padding: 25px;
  z-index: 1;
  position: relative;
  overflow: visible;
  margin-top: -75px;
  background: #dca143;
  max-width: 1220px;
  box-shadow: 0 0 14px rgb(0 0 0 / 58%);
}

.ban_bottom_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ban_b_bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.ban_b_img img {
  height: 450px;
  object-fit: cover;
}

.ban_bottom_head .section-title {
  max-width: 650px;
}

.ban_bottom_head h2 {
  text-decoration: blink;
  color: #ffffff;
  font-size: 40px;
  -webkit-animation: colorchange 2s infinite alternate;
  margin: 0;
}

.banner-main .book_btn {
  margin-top: 18px;
}

.banner-main .book_btn .com_btn {
  background-color: #ca2260;
  color: #fff;
  border: 2px solid #ca2260;
}

.banner-main .book_btn .com_btn:hover {
  background-color: transparent;
  border: 2px solid #ca2260;
  color: #ca2260;
}

.banner-main .book_btn .com_btn:hover em svg path {
  fill: #ca2260;
}

.banner-main .book_btn .com_btn em svg path {
  fill: #fff;
}

@-webkit-keyframes colorchange {
  0% {
    color: #fff;
  }
  50% {
    color: #fcf203;
  }
  100% {
    color: #e3e2d5;
  }
}

.banner-main {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  /* background: #1c1a1d; */
  margin-left: 0;
}

.banner-main .slick-dots {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 30px;
  left: 0;
  width: 100%;
}

.banner-main .slick-dots button {
  height: 10px;
  width: 10px;
  background: #fff;
  font-size: 0;
  margin: 0 2px;
  border: 0;
}

.banner-main .slick-dots .slick-active button {
  background: #dca143;
  height: 10px;
  width: 10px;
}

.banner-slide {
  display: block !important;
}

.banner-main .slider-track {
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.banner-main .banner-image {
  height: 100%;
  position: relative;
  z-index: 1;
}

.banner-main .banner-image img {
  width: 100%;
}

.banner-slider .slick-slide {
  padding: 0;
}

/* .banner-main .banner-image::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 1;
    background-color: rgb(0 0 0 / 35%);
} */

/* .banner-main .banner-image::after {
    position: absolute;
    height: 100%;
    width: 100%;
    display: inline-block;
    left: 0;
    content: "";
    background: rgb(0 0 0 / 58%);
    top: 0;
} */

/* .ban_head {
    margin-top: 87%;
} */

/* .banner-main .banner-image img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    min-height: 700px;
    object-fit: cover;
}
 */

/* .banner-main .slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
    animation: cssAnimation 8s 1 ease-in-out forwards;
}

@keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }
    to {
        -webkit-transform: scale(1.2) translate(0px);
    }
}
@-webkit-keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }
    to {
        -webkit-transform: scale(1.1) translate(0px);
    }
}
 */

.banner-image-inner img {
  transform: inherit !important;
}

.banner-image-inner img {
  max-height: 650px;
  margin: 0 auto;
}

.banner-main .slick-slide {
  display: block !important;
}

.banner-text {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  z-index: 99;
  transform: translate(0px, -60%);
}

.banner-text img {
  cursor: pointer;
  border: 1px solid #fff;
  /* margin: auto; */
  padding: 6px;
  border-radius: 22px;
  animation: up-down linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: up-down linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: up-down linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: up-down linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: up-down linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes up-down {
  0% {
    transform: translate(1px, 20px);
  }
  24% {
    transform: translate(1px, 30px);
  }
  50% {
    transform: translate(1px, 12px);
  }
  74% {
    transform: translate(1px, 22px);
  }
  100% {
    transform: translate(1px, 22px);
  }
}

@-moz-keyframes up-down {
  0% {
    -moz-transform: translate(1px, 20px);
  }
  24% {
    -moz-transform: translate(1px, 30px);
  }
  50% {
    -moz-transform: translate(1px, 12px);
  }
  74% {
    -moz-transform: translate(1px, 22px);
  }
  100% {
    -moz-transform: translate(1px, 22px);
  }
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform: translate(1px, 20px);
  }
  24% {
    -webkit-transform: translate(1px, 30px);
  }
  50% {
    -webkit-transform: translate(1px, 12px);
  }
  74% {
    -webkit-transform: translate(1px, 22px);
  }
  100% {
    -webkit-transform: translate(1px, 22px);
  }
}

@-o-keyframes up-down {
  0% {
    -o-transform: translate(1px, 20px);
  }
  24% {
    -o-transform: translate(1px, 30px);
  }
  50% {
    -o-transform: translate(1px, 12px);
  }
  74% {
    -o-transform: translate(1px, 22px);
  }
  100% {
    -o-transform: translate(1px, 22px);
  }
}

@-ms-keyframes up-down {
  0% {
    -ms-transform: translate(1px, 20px);
  }
  24% {
    -ms-transform: translate(1px, 30px);
  }
  50% {
    -ms-transform: translate(1px, 12px);
  }
  74% {
    -ms-transform: translate(1px, 22px);
  }
  100% {
    -ms-transform: translate(1px, 22px);
  }
}

.banner-main {
  position: relative;
}

.banner-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 17%;
  width: 3px;
  height: 100%;
  border-left: 1px solid #ffffff2b;
  z-index: 99;
}

.banner-main::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16%;
  width: 3px;
  height: 100%;
  border-left: 1px solid #ffffff2b;
  z-index: 99;
}

.banner-main .banner-text {
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 0 25px;
  position: absolute;
  top: 53%;
  /* -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -50%); */
  z-index: 9;
  left: 21px;
  right: 0;
  margin: auto;
}

/* .banner-main .slick-active .banner-text {
    animation: text-move 1s ease-in-out forwards;
}
 */

.banner-img {
  position: absolute;
  top: 140%;
  right: 0;
  text-align: center;
  z-index: 99;
  transform: translate(0, -100%);
  left: auto;
  max-width: 80%;
}

.banner-main .slick-active .slide-left {
  animation: 3s slide-left ease-in-out forwards;
}

/* @keyframes slide-left {
    0% {
        margin-left: 100%;
    }
    100% {
        margin-left: 0%;
    }
} */

.banner-slider .banner-image img {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.2);
}

.banner-slider .slick-active .banner-image img {
  transform: scale(1);
}

.banner-slider .slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

@keyframes text-move {
  0% {
    transform: scale(1) translateY(100%);
  }
  100% {
    transform: scale(1) translateY(-50%);
  }
}

.banner-slide .ban_head .ban_cars {
  display: flex;
  align-items: center;
}

.banner-slide .ban_head .ban_cars img {
  all: unset;
  width: 100%;
}

.banner-slider .slick-active .ban_c_1.scale-up-center {
  -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1s
    both;
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
}

.banner-slider .slick-active .ban_c_2.scale-up-center {
  -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 2s
    both;
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 2s both;
}

/* .banner-slider .slick-active .ban_c_3.scale-up-center {
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 3s both;
    animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 3s both;
} */

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

.about-section {
  position: relative;
  padding: 70px 0;
}

.about-section .img_flx {
  display: flex;
}

.about-section .img_flx figure.abt_tw {
  width: 283px;
  height: 319px;
  position: relative;
  top: 179px;
  left: -36px;
  border: 8px solid #fff;
}

.about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 17%;
  width: 3px;
  height: 100%;
  border-left: 1px solid #00000014;
  z-index: 0;
}

.about-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16%;
  width: 3px;
  height: 100%;
  border-left: 1px solid #00000014;
  z-index: 0;
}

.about-text {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: normal;
  margin-bottom: 0;
}

.about-text {
  width: 55%;
  margin: auto;
}

.about_cn .section-title {
  margin-bottom: 0;
}

.ab_cn h3 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.7;
  font-weight: 400;
  color: #ef7e3a;
  padding: 15px 0;
}

.ab_cn .btn-bx {
  margin-top: 25px;
}

.ab_cn .btn-bx .text {
  justify-content: left;
}

.ryt_conetnt {
  position: relative;
}

.ryt_conetnt::before,
.ryt_conetnt::after {
  position: absolute;
  content: "";
  top: 20px;
  left: -12px;
  background-image: url(../images/quotes.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  opacity: 0.3;
}

.ryt_conetnt::after {
  bottom: 45px;
  left: 48%;
  top: auto;
  transform: rotate(168deg);
}

.ryt_conetnt p {
  font-size: 30px;
  font-family: "Apercu Pro";
  font-weight: 500;
  color: #000;
  padding: 30px 30px 0;
  margin-bottom: 0;
}

.ryt_conetnt h5 {
  color: #000;
  font-weight: 700 !important;
}

.ceo_nm {
  text-align: right;
}

.about_cn h2 {
  margin: 14px 0 16px;
}

.about_cn {
  /* border-right: 3px solid #000; */
  text-align: center;
}

.abt_bnrrr {
  background-image: url(../images/sk-banneer.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  background-attachment: fixed;
  background-position: center;
}

.presid_img {
  position: relative;
}

.presid_img .bx {
  position: absolute;
  top: 16px;
  bottom: 0;
  right: 51px;
}

.presid_img figure {
  text-align: left;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  /* border-radius: 10px; */
}

.presid_img img {
  width: 394px;
  height: 505px;
  object-fit: cover;
  object-position: 40% 10%;
  /* border-radius: 10px; */
  /* border-bottom-right-radius: 185px; */
  transition: all 0.3s ease-in-out;
}

.presid_img .abt_tw img {
  object-position: 54% 238%;
}

.presid_img figure:hover img {
  transform: scale(1.1);
}

.presid_img .bx h4 {
  padding: 12px 30px 12px 17px;
  background-color: #723185;
  border-bottom: 6px solid #f48a6d;
  box-shadow: rgb(122 122 122 / 30%) 0px 48px 100px 0px;
  color: #fff;
  width: 145px;
  font-size: 24px;
  /* border-radius: 8px; */
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
  /* border-bottom-right-radius: 58px; */
  text-align: center;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.presid_img .bx h4 span {
  display: block;
  font-weight: 600;
  font-size: 40px;
}

/*--------------------------------------------------------------
# sevices Section
--------------------------------------------------------------*/

.sevices-cn-main .section-title {
  margin-bottom: 50px;
  text-align: center;
}

.sevices-cn-main .section-title p {
  width: 60%;
  margin: 12px auto;
}

.sevices-section {
  background: rgba(226, 229, 184, 0.5);
  position: relative;
}

/* discover-menu tab */

.section-discover-menu .section-title {
  margin-bottom: 50px;
}

.section-discover-menu .nav-link img {
  width: 45px;
  fill: #f3274c;
  display: block;
  margin: auto;
  margin-bottom: 15px;
  height: auto;
  margin-bottom: 5px;
  transition: all 0.3s;
}

.section-discover-menu .nav-link.active img {
  fill: #fff;
}

.section-discover-menu .nav-pills .nav-link {
  position: relative;
}

/* .section-discover-menu .nav-pills .nav-link::after {
    position: absolute;
    content: "";
    width: 100%;
    background-color: #fff;
    height: 60px;

} */

.section-discover-menu .nav-pills .nav-link span {
  position: absolute;
  top: 2px;
  left: 57px;
  width: max-content;
  opacity: 0;
  background-color: #ae2385;
  padding: 6px 23px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  transform: translateX(0px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-bottom: 3px solid #fff;
}

.section-discover-menu .nav-pills .nav-link:hover span {
  opacity: 1;
  transform: translateX(10px);
}

.section-discover-menu .nav-pills .nav-link.active,
.section-discover-menu .nav-pills .show > .nav-link {
  color: #000;
  border: 0;
  position: relative;
}

.discover-img img {
  transition: all 0.5s;
  position: relative;
  border-radius: 50%;
  width: 500px;
  height: 500px;
  object-fit: cover;
}

.discover-img:hover img {
  transform: scale(1.1);
}

.section-discover-menu .nav-pills .nav-link.active:before {
  position: absolute;
  content: "";
  width: 94%;
  height: 40px;
  left: 6px;
  bottom: -19px;
  clip-path: polygon(49% 50%, 100% 50%, 50% 100%, 0% 50%);
}

.section-discover-menu .nav-pills .nav-link {
  text-transform: capitalize;
  color: black;
  width: 100%;
  height: auto;
  border-radius: 0px;
  /* border: 5px solid #e4e4e4; */
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  flex: 0 0 calc(20% - 12px);
  position: relative;
  padding: 0;
}

/* .section-discover-menu .nav-pills .nav-link:hover img {
    transform: rotate3d(1, 1, 1, 360deg);
} */

/* .section-discover-menu .nav-pills .nav-link:after {
    content: '';
    background-image: url('https://develop.stackblue.com/pond-deli/wp-content/uploads/2024/08/chef-cap-new.png');
    background-size: contain;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100px;
    height: 100px;
    transform: translate(0px, -0px);
    left: 16%;
    right: 0;
    margin: auto;
    transition: all 0.5s;
    background-repeat: no-repeat;
} */

/* .section-discover-menu .nav-pills .nav-link.active:after {
    transform: translate(0px, -75px);
    filter: brightness(0) saturate(100%) invert(20%) sepia(88%) saturate(2264%) hue-rotate(346deg) brightness(86%) contrast(100%);
    rotate: 343deg;

} */

.section-discover-menu .nav.nav-pills {
  justify-content: center;
  margin-bottom: 60px;
  gap: 68px;
  position: sticky;
  top: 18%;
  z-index: 9;
  /* margin-top: 100px; */
}

.section-discover-menu .nav-pills .nav-link.active:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 39px;
  left: 0px;
  bottom: -19px;
  clip-path: polygon(49% 50%, 100% 50%, 50% 100%, 0% 50%);
}

.section-discover-menu .nav-pills .nav-link.active {
  border-bottom: 3px solid #ae2385;
  background-color: transparent;
}

.section-discover-menu .nav-pills .nav-link img {
  max-width: 70px;
  display: block;
  margin-inline: auto;
  /* filter: brightness(0) saturate(100%) invert(20%) sepia(88%) saturate(2264%) hue-rotate(346deg) brightness(86%) contrast(100%); */
}

/* .section-discover-menu .nav-pills .nav-link:hover img {
    transform: rotate3d(1, 1, 1, 360deg);
} */

.section-discover-menu .nav-pills .nav-link.active img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(88%) saturate(2286%)
    hue-rotate(296deg) brightness(86%) contrast(100%);
}

.discover h4 {
  font-size: 35px;
  text-transform: uppercase;
  color: #160201;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
}

.discover span {
  font-size: 22px;
  font-weight: 600;
  color: #723185;
}

.discover .set_color {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
}

.discover h6 {
  font-size: 22px;
  padding-bottom: 0;
  margin: 0;
}

.discover ul {
  margin-top: 25px;
}

.discover li:not(:last-child) {
  border-bottom: 1px dotted;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.discover li {
  display: flex;
  justify-content: space-between;
}

.discover-menu:before {
  content: "";
  width: 74%;
  height: 100%;
  background-color: rgb(245 245 245 / 72%);
  position: absolute;
  z-index: 0;
  right: 0;
  /* border-radius: 30px; */
}

.discover-menu {
  position: relative;
  padding: 10px 0px;
  width: 100%;
  margin: auto;
}

.discover {
  padding: 0 25px;
  position: relative;
}

.cate_list {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.cate_list .cate_lst_bx p {
  display: block;
  /* background-color: #e2e5b8; */
  padding: 6px 12px 3px 37px;
  color: #000000;
  /* border-left: 3px solid #ca2260; */
  font-size: 18px;
  position: relative;
  transition: all 0.3s ease-in-out;
  transform: translateY(0px);
  margin-bottom: 0;
  font-weight: 600;
}

.cate_list .cate_lst_bx p::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50px;
  top: 10px;
  left: 12px;
  border: 2px solid #ca2260;
}

.cate_list .cate_lst_bx p::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #ca2260;
  border-radius: 50px;
  top: 14px;
  left: 16px;
}

.cte_services {
  display: flex;
}

.cte_services .cate_bx {
  width: 25%;
  position: relative;
  overflow: hidden;
}

.cte_services .cate_bx img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.cte_services .cate_bx .content {
  position: absolute;
  content: "";
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: rgb(114 49 133 / 95%);
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cte_services .cate_bx .content .wrap {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.cte_services .cate_bx .content .wrap .title {
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1px;
}

.cte_services .cate_bx .content .wrap .title a {
  position: relative;
  color: #fff;
}

.cte_services .cate_bx .content .wrap .title a.common-btn {
  border: 1px solid #0ca862;
}

.cte_services .cate_bx .content .wrap .title a.common-btn:hover {
  border: 1px solid #ffff;
}

.cte_services .cate_bx .content .wrap .title p {
  width: 100%;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #fff;
  width: 88%;
  margin: 30px auto;
}

.cte_services .cate_bx .rd_bx a:hover em svg path {
  fill: #fff;
}

.cte_services .cate_bx .content .wrap .title h3 {
  color: #fff;
  font-size: 28px;
}

.cate_bx .out_hd {
  position: absolute;
  text-align: center;
  display: grid;
  inset: 0;
  place-content: end center;
  border-image: fill 0 linear-gradient(to top, #000000b5, transparent);
  color: #fff;
  margin: 0;
  padding-bottom: 16px;
  transition: all 0.3s ease-in-out;
  font-size: 25px;
  text-transform: uppercase;
}

.cate_bx img {
  position: relative;
}

.cate_bx:hover .out_hd {
  opacity: 0;
}

.cte_services .cate_bx figure {
  margin-bottom: 0;
}

.cate_bx:hover .content {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.cate_hd {
  text-align: center;
  color: #723185;
  font-weight: 600;
  margin-top: 14px;
}

.ser_list_bx {
  display: flex;
  /* justify-content: space-between; */
  gap: 24px;
  flex-wrap: wrap;
}

.ser_list_bx .ser_bx_item {
  border: 1px solid #ccc;
  width: 31%;
  padding: 11px;
}

.ser_list_bx .ser_bx_item figure {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.ser_list_bx .ser_bx_item figure img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.ser_list_bx .ser_bx_item:hover img {
  transform: scale(1.1);
}

.ser_menu .d-flex {
  gap: 63px;
}

.ser_bx_item p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ser_menu .tab-content h2 {
  text-align: left;
  color: #ca2260;
  margin-bottom: 22px;
}

.ser_menu .ser_list_bx h3 {
  color: #000;
}

.cta-section {
  background-image: url(../../assets/images/sas2.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 750px;
  background-position: center;
}

.cta-cn {
  background: #fffc;
  padding: 50px 50px;
  max-width: 600px;
}

.cta-cn .btn-bx {
  margin-top: 25px;
}

/***** Why us ********/

.why_us {
  /* padding: 0; */
  position: relative;
  background-image: url(../images/teslaa-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.why_us::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
}

.why_us .why_bx {
  position: relative;
  z-index: 9;
}

.why_us .why_bx .why_hd {
  text-align: center;
}

.river_side_txt {
  padding: 21px 0;
}

/* .why_us:before {
    content: "";
    position: absolute;
    top: 0;
    left: 17%;
    width: 3px;
    height: 100%;
    border-left: 1px solid #00000014;
    z-index: 0;
}
.why_us:after {

    content: "";
    position: absolute;
    top: 0;
    right: 22%;
    width: 3px;
    height: 100%;
    border-left: 1px solid #00000014;
    z-index: 0;

} */

.river_side_txt h2 {
  font-size: 122px;
  font-weight: 600;
  text-transform: capitalize;
  color: rgb(255 255 255 / 8%);
  -webkit-text-stroke-width: 2px;
  stroke-width: 1px;
  -webkit-text-stroke-color: rgb(44 55 143 / 15%);
  stroke: #2c378f;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 20s linear infinite;
  font-family: "Poppins", serif;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.why_us .why_fig_img {
  overflow: hidden;
  border-bottom-right-radius: 300px;
  border-top-right-radius: 50px;
}

.why_us .why_fig_img img {
  width: 100%;
  /* border-radius: 30% 70% 51% 49% / 30% 36% 64% 70%; */
  height: 534px;
  object-fit: cover;
  border-bottom-right-radius: 300px;
  border-top-right-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.why_us .why_fig_img img:hover {
  transform: scale(1.1);
}

.why_us .section-title h2 {
  margin-bottom: 12px;
}

.why_us .why_pt_bx {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  background-color: #fff;
  box-shadow: rgb(17 12 46 / 10%) 0px 48px 100px 0px;
  padding: 12px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  text-align: left;
}

.why_us .sub-text {
  color: #fff !important;
}

.why_us .sub-text svg path {
  color: #fff !important;
}

.why_us h2 {
  color: #fff;
}

.why_us .why_pt_bx:before {
  content: "";
  width: 25px;
  position: absolute;
  height: 25px;
  border: 1.8px dashed #ffb020;
  border-radius: 50%;
  top: auto;
  bottom: -9px;
  right: 0;
  -webkit-animation: spinnerRotatefour 5s linear infinite;
  animation: spinnerRotatefour 5s linear infinite;
}

@keyframes spinnerRotatefour {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.why_us .why_pt_bx figure {
  margin-bottom: 0;
}

.why_us .why_pt_bx figure img {
  width: 64px;
}

.why_us .why_pt_bx h4 {
  font-weight: 400;
  font-size: 22px;
  color: #000;
}

.why_us .why_pt_bx:not(:last-child) {
  margin-bottom: 20px;
}

.why_us .why_pts {
  margin-top: 51px;
  display: flex;
  flex-wrap: wrap;
  /* gap: 23px;
    row-gap: 9px; */
  justify-content: space-between;
}

.why_us .why_pst_lft,
.why_us .why_pt_cnt,
.why_us .why_pt_right {
  width: 32%;
}

.why_us .why_pst_lft .why_pt_bx {
  margin: 0 0 0 auto;
}

.why_us .why_pt_right .why_pt_bx {
  margin: 0 auto 0 0;
}

.why_us .why_pst_lft .why_pt_bx,
.why_us .why_pt_right .why_pt_bx {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    180deg,
    rgb(37 121 235 / 81%) 0%,
    rgb(225 238 255) 100%
  );
  width: 70%;
  /* margin: auto; */
}

.why_us .why_pst_lft figure img,
.why_us .why_pt_right figure img {
  width: 74px;
  filter: invert(1);
}

.why_us .why_pst_lft h4,
.why_us .why_pt_right h4 {
  font-size: 24px;
  text-align: center;
}

/***** Fleet section ********/

.fleet_bnr {
  background: rgb(11 93 208 / 7%);
  position: relative;
  padding: 129px 0 87px;
}

/* .fleet_bnr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 17%;
    width: 3px;
    height: 100%;
    border-left: 1px solid #00000014;
    z-index: 0;
}
.fleet_bnr::after {
    content: "";
    position: absolute;
    top: 0;
    right: 22%;
    width: 3px;
    height: 100%;
    border-left: 1px solid #00000014;
    z-index: 0;
} */

/* .fleet_car_lst1 {
    margin-top: 54px;
} */

.fleet_car_lst1 .fleet_cr figure img {
  width: 240px;
  margin: auto;
  /* margin: 42px auto 0; */
}

.fleet_car_lst1 .fleet_cr figure {
  text-align: center;
}

.fleet_car_lst1 .fleet_cr h3 {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  background-color: #0b5dd0;
  /* color: rgb(0 0 0 / 0%);
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: rgb(44 55 143); */
  border-radius: 10px;
  position: relative;
  font-family: "Poppins", serif;
  width: fit-content;
  padding: 5px 35px;
  margin: auto;
  transition: all 0.3s ease-in-out;
  transform: translateY(-20px);
}

.fleet_car_lst1 .fleet_cr:hover h3 {
  transform: translateY(-30px);
}

/* .fleet_car_lst1 .fleet_cr h3:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 28px;
    background-color:#ffb020 ;
    top: 38px;
    right: 0;
    left: 0;
    margin: auto;
}
.fleet_car_lst1 .fleet_cr h3:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 2px dashed #ffb020;
    top: 65px;
    right: 0;
    left: 0;
    margin: auto;
    animation: spinnerRotatefour 5s linear infinite;
} */

.fleet_car_lst1 .slick-dots {
  justify-content: center;
  margin: 30px 0 0;
}

.fleet_car_lst1 {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

@keyframes spinnerRotatefour {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fleet_car_lst1 .fleet_cr {
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
}

.fleet_car_lst1 .fleet_cr {
  /* background-color: #ffb020; */
  padding: 20px;
  position: relative;
}

.fleet_car_lst1 .fleet_cr::after {
  content: "";
  width: 30px;
  position: absolute;
  height: 30px;
  top: auto;
  bottom: 36px;
  right: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #2c378f;
  border-bottom-right-radius: 8px;
  transition: width 0.3s ease;
  z-index: -1;
}

.fleet_car_lst1 .fleet_cr:hover::after {
  width: 50%;
  height: 50%;
}

.fleet_car_lst1 .fleet_cr::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 36px;
  left: 0;
  width: 100%;
  height: 38%;
  /* Initially cover only half vertically */
  background-color: #ffb020;
  /* Background color */
  transition: height 0.3s ease;
  /* Smooth transition */
  z-index: -1;
  border-radius: 10px;
}

.fleet_car_lst1 .fleet_cr:hover::before {
  height: 100%;
}

.fleet_car_lst1 .fleet_cr:hover h3 {
  background-color: #2c378f;
  color: #fff;
}

/*--------------------------------------------------------------
	Catering Section new
--------------------------------------------------------------*/

.catering-section {
  overflow: visible;
}

.catering_main_left {
  position: sticky;
  top: 150px;
}

.catering_main_left .catering_title {
  position: absolute;
  flex-direction: column;
  bottom: 10px;
  z-index: 2;
  color: #fff;
  gap: 10px;
}

.catering_main_left .catering_img:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: auto;
  width: 100%;
  height: 40%;
  background: rgb(186, 35, 28);
  background: linear-gradient(
    180deg,
    rgba(186, 35, 28, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  z-index: 1;
}

.catering_main_left .catering_title h3 {
  color: #fff;
  font-size: 40px;
}

.catering_main_left .catering_title a.text_link {
  color: #fff;
}

.catering_main_left .catering_img {
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-inline: auto;
  max-width: 100%;
  max-height: 650px;
}

.catering_img img {
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  width: 100%;
}

.catering_img {
  overflow: hidden;
  width: 100%;
  height: 480px;
  position: relative;
  z-index: 1;
  margin-inline: auto;
}

.catering_title {
  text-align: center;
  position: relative;
  margin-top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

a.text_link {
  color: #ef7e3a;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
}

.catering_title h3 {
  font-size: 25px;
  color: #3c3b3b;
  position: relative;
  margin: 0;
  text-transform: capitalize;
}

.catering_title p {
  font-size: 30px;
  color: #3c3b3b;
  position: relative;
  margin: 0;
}

.catering_bx:hover .catering_title p {
  color: #ef7e3a;
}

.catering_slider .slick-slide {
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
  padding: 40px 0;
}

.catering_slider .slick-slide img {
  max-width: 100%;
  transition: all 0.4s ease-in-out;
}

.catering_slider .slick-center {
  transform: scale(1.1);
}

.catering_bx.right_img .catering_title h3:after {
  left: auto;
  right: 0;
}

a.text_link:after {
  content: "";
  font-size: 25px;
  color: #fff;
  position: absolute;
  background: transparent;
  width: 0px;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  border-top: 2px solid #ef7e3a;
  border-bottom: 2px solid #ef7e3a;
  padding: 1px 0;
  transition: all 0.5s;
}

.catering_bx {
  padding: 0;
  border-radius: 0;
  margin-bottom: 20px;
}

.catering_bx:hover .catering_img img {
  transform: scale(1.5);
}

.catering_bx:hover a.text_link:after {
  width: 50%;
}

.catering_main_bx {
  position: sticky;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  top: 15px;
}

.catering-section .section-title {
  margin-bottom: 0;
}

.cat_card {
  background: #fee7d5;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.cat_card .thumb img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.cat_card .thumb h4 {
  position: absolute;
  left: 0;
  bottom: -10px;
  background: #f76f06;
  margin: 0;
  color: #fff;
}

.cat_card .thumb {
  position: relative;
}

.cat_card .thumb h4 a {
  font-weight: 500;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
}

.cat_card .thumb h4::after {
  position: absolute;
  right: -29px;
  top: -1px;
  content: "";
  height: 84%;
  width: 30px;
  background: #bb5201;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.cat_card .info {
  padding: 30px;
}

.cat_card p {
}

.cat_img_1 .section-title h2 {
  color: #fff;
}

.cat_img_1 .section-title span {
  color: #fff;
}

.cat_img_1 .section-title span:before,
.cat_img_1 .section-title span:after {
  background: #fff;
}

.cat_img_1 {
  position: relative;
}

.cat_bx_1 {
  position: relative;
  overflow: hidden;
}

.cat_cn_1 .btn_bx {
  text-align: left;
  margin-top: 15px;
}

.cat_cn_1 {
  position: absolute;
  top: auto;
  bottom: 0;
  padding: 15px;
  z-index: 3;
}

.cat_bx_1:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: 0.35s;
  background-color: transparent;
  background-image: linear-gradient(180deg, #3c3b3b00 0%, #3c3b3b 100%);
  opacity: 0.4;
  content: "";
}

.cat_bx_1 img {
  transition: all 0.5s;
  min-height: 600px;
  object-fit: cover;
}

.cat_img_1:hover .cat_bx_1 img {
  transform: scale(1.2);
}

.cat_img_2 {
  height: 100%;
}

.cat_bx_2 {
  height: 50%;
  position: relative;
  overflow: hidden;
}

.cat_bx_2 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: all 0.5s;
}

.cat_img_2:hover .cat_bx_2 img {
  transform: scale(1.2);
}

.cat_cn_2 {
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #3c3b3b;
}

.cat_img_2 .section-title h2 {
  color: #fff;
}

a.link-text {
  position: relative;
  padding-bottom: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

a.link-text:after {
  content: "";
  background: #3c3b3b;
  width: 25px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}

a.link-text:hover:after {
  width: 100%;
}

.cat_img_2 .section-title span:before,
.cat_img_2 .section-title span:after {
  background: #3c3b3b;
}

.event_slider {
  margin-right: -20%;
}

.catering_bx.right_img .catering_title {
  margin-left: 0;
  margin-right: -50px;
  padding-left: 0;
  text-align: right;
  background-image: linear-gradient(270deg, #eee5d2 0%, #c7803f00 100%);
  padding-right: 150px;
}

.catering_bx.right_img .catering_img {
  margin-left: 0;
}

/*--------------------------------------------------------------
	choose Section
--------------------------------------------------------------*/

.choose-us {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 80px 0;
}

.choose-us:before {
  content: "";
  background: black;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0.6;
  z-index: 0;
}

.choose-us .container {
  position: relative;
  z-index: 1;
}

.choose-us-style-one-items {
  overflow: hidden;
}

.feature-style-two-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.feature-style-two {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 50px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.4);
}

.feature-style-two img {
  height: 80px;
  margin-bottom: 30px;
}

.feature-style-two h4 {
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
}

.fun-fact-list .fun-fact .counter {
  justify-content: left;
  color: #fcf203;
  font-weight: 900;
  margin: 0;
  display: flex;
  font-size: 65px;
}

.fun-fact-list .fun-fact {
  float: left;
  margin-right: 60px;
}

.fun-fact-list {
  overflow: hidden;
  margin-top: 30px;
}

.fun-fact-list .fun-fact span.medium {
  font-size: 16px;
  font-weight: 500;
  color: #ffff;
  display: block;
  text-align: center;
}

.choose-us-style-one:nth-child(2)::after {
  position: absolute;
  left: -1px;
  bottom: 0;
  content: "";
  height: 50%;
  width: 100%;
  border-left: 1px solid var(--color-primary);
  border-bottom-left-radius: 30px;
  z-index: -1;
}

.choose-us-style-one {
  position: relative;
  z-index: 1;
  padding: 50px;
}

.choose-us-style-one:first-child::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  left: 0;
  border-top: 1px solid var(--color-primary);
  border-top-right-radius: 30px;
  z-index: -1;
}

.choose-us-style-one:first-child::before {
  position: absolute;
  right: 0;
  top: 0;
  height: 50%;
  width: 100%;
  content: "";
  border-right: 1px solid var(--color-primary);
  border-top-right-radius: 30px;
  z-index: -1;
}

.choose-us-style-one:nth-child(2)::before {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  content: "";
  border-right: 1px solid var(--color-primary);
  border-bottom-right-radius: 30px;
  z-index: -1;
}

.choose-us-style-one:nth-child(3)::after {
  position: absolute;
  left: 0;
  z-index: -1;
}

.choose-us-style-one:nth-child(2) {
  border-bottom: 1px solid var(--color-primary);
  border-radius: 30px;
}

.choose-us-style-one:nth-child(3) {
  border-top: 1px solid var(--color-primary);
  border-top-left-radius: 30px;
}

.choose-us-style-one:nth-child(3)::after {
  position: absolute;
  top: 0;
  left: -1px;
  height: 50%;
  width: 100%;
  content: "";
  border-left: 1px solid var(--color-primary);
  border-top-left-radius: 30px;
  z-index: -1;
}

.choose-us-style-one img {
  height: 100px;
  margin-bottom: 30px;
}

.choose-us-style-one p {
  margin-bottom: 0;
}

.feature-style-two-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.feature-style-two {
  border: 1px solid rgb(252 242 3 / 52%);
  padding: 50px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.4);
}

.feature-style-two img {
  height: 80px;
  margin-bottom: 30px;
}

.feature-style-two p {
  margin: 0;
  color: #fff;
}

.insig_news {
  display: block;
  margin-top: 36px;
}

.insig_news .btn-bx button {
  outline: none;
  border: none;
  background-color: transparent;
  padding: 0;
}

.insig_news figure img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
  border-radius: 8px;
}

.insig_news figure {
  overflow: hidden;
}

.insig_news:hover figure img {
  transform: scale(1.3);
}

.insig_news h3 {
  color: #000;
  margin-bottom: 18px;
  font-weight: 300 !important;
}

.new_sights .container {
  width: 100%;
  max-width: 87%;
}

.sight_ryt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}

.sight_ryt_contnt {
  width: 48%;
}

.sight_ryt_contnt .insig_news figure img {
  height: 200px;
}

.sight_ryt_contnt .insig_news h3 {
  font-size: 18px;
}

.new_sights {
  overflow: visible;
  position: relative;
}

.new_sights::before {
  content: "";
  position: absolute;
  top: 0;
  left: 17%;
  width: 3px;
  height: 105%;
  border-left: 1px solid #00000014;
  z-index: 0;
}

.new_sights::after {
  content: "";
  position: absolute;
  top: 0;
  right: 22%;
  width: 3px;
  height: 105%;
  border-left: 1px solid #00000014;
  z-index: 0;
}

.sight_lyt {
  position: sticky;
  top: 8%;
}

/*--------------------------------------------------------------
 # testimonials Css
--------------------------------------------------------------*/

.testimonial {
  position: relative;
  text-align: center;
  /* background-image: url(../images/testimonial.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed; */
  background-color: rgb(114 49 133 / 10%);
}

/* .testimonial::before {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(0 0 0 / 88%);
    top: 0;
    margin: auto;
    opacity: 0.9;
} */

.testimonial .sub-text {
  color: #723185;
}

.testimonial .section-title h2 {
  color: #000;
}

.testimonial .sub-text svg {
  fill: #fff !important;
}

.testi_slider {
  margin-top: 44px;
}

.testi_txt {
  padding: 21px 16px;
  /* background-color: #fff; */
  text-align: left;
}

.testimonial .slick-slide:not(:last-child) {
  border-right: 1px solid rgb(0 0 0 / 6%);
}

.testi_txt h5 {
  font-weight: 600;
  color: #000;
}

.texti_bx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.texti_bx figure {
  background: #fff;
  padding: 10px;
  margin-bottom: 0;
}

.texti_bx figure img {
  width: 38px;
}

.texti_bx .star i {
  color: #fbc807;
}

/*--------------------------------------------------------------
 our group Section
--------------------------------------------------------------*/

.our-grp .section-title {
  margin-bottom: 50px;
}

.our-grp {
  position: relative;
  background: rgb(226 229 184);
}

/* .our-grp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 17%;
    width: 3px;
    height: 100%;
    border-left: 1px solid #00000014;
    z-index: 0;
}
.our-grp::after {
    content: "";
    position: absolute;
    top: 0;
    right: 22%;
    width: 3px;
    height: 105%;
    border-left: 1px solid #00000014;
    z-index: 0;
} */

.grid .img-holder img {
  width: 100%;
}

.our-grp .our-grp-detil {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  position: relative;
  z-index: 9;
}

.our-grp .our-grp-detil .grid {
  position: relative;
  /* padding-bottom: 30px; */
  border: 1px solid rgb(0 0 0 / 13%);
  /* border-radius: 8px; */
  background-color: #fff;
  box-shadow: rgb(17 12 46 / 10%) 0px 48px 100px 0px;
}

.grid .img-holder {
  position: relative;
  background: #323335;
  /* border-top-left-radius: 8px;
    border-top-right-radius: 8px; */
}

.grid .img-holder img {
  opacity: 1;
  display: block;
  transition: all 0.3s ease;
  height: 250px;
  object-fit: cover;
  /* border-top-left-radius: 8px;
    border-top-right-radius: 8px; */
}

.grid:hover .img-holder img {
  transform: scale(1.05);
}

.our-grp .img-cat {
  position: relative;
  overflow: hidden;
}

.our-grp .cat {
  position: absolute;
  left: 25px;
  top: 25px;
}

.our-grp .cat a {
  background: #3c3b3b;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 6px 15px;
  margin-right: 8px;
}

.our-grp .grid .details {
  z-index: 1;
  background: #fff;
  max-width: 100%;
  margin-inline: auto;
  right: 0;
  left: 0;
  position: relative;
  margin-top: 0;
  width: 100%;
  padding: 15px 16px;
  /* 
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; */
}

.our-grp .details h3 {
  font-size: 28px;
  font-weight: 400 !important;
  color: #723185;
  margin-bottom: 15px;
}

/* .our-grp .grid .details a {
    text-transform: capitalize;
    display: inline-block;
    margin-top: 5px;
    font-size: 17px;
    font-weight: 400;
    color: #ef7e3a;
}
.our-grp .grid .details a i {
    rotate: -15deg;
    font-size: 13px;
    margin-left: 1px;
} */

.our-grp .details h3 a:hover {
  color: #3c3b3b;
}

.our-grp .grid .details p {
  margin-bottom: 10px;
  position: relative;
  text-align: left;
  font-size: 18px;
  /* border-radius: 8px; */
}

.img-cat.img-small .img-holder img {
  max-height: 300px;
  /* border-top-left-radius: 8px;
    border-top-right-radius: 8px; */
}

.our-grp .author a,
.our-grp .comment a {
  color: #797979;
}

.our-grp .author a:hover,
.our-grp .comment a:hover {
  color: #3c3b3b;
}

.our-grp .author img {
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.our-grp .comment {
  padding-top: 5px;
}

.our-grp .comment i {
  display: inline-block;
  padding-right: 3px;
  position: relative;
  top: 2px;
}

.loc_bx {
  margin-bottom: 12px;
  font-weight: 500;
  color: #000;
}

.loc_bx a {
  font-size: 16px;
  transition: all 0.3sease-in-out;
  color: #ffffff;
  font-weight: 500;
  background-color: #723185;
  padding: 6px 9px;
}

.loc_bx a:hover {
  color: #2c378f;
}

.our-grp-detil .secnd_btn {
  padding: 6px 10px;
}

/* .loc_bx a i {
    color: #2579eb;
}
.loc_bx i {
    color: #2579eb;
} */

/*--------------------------------------------------------------
 # Gallery
--------------------------------------------------------------*/

.section-title.text-white span {
  color: #fff;
}

.gallery-section {
  position: relative;
}

.gallery-section .container-fluid {
  position: relative;
  z-index: 2;
}

.gallery_img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: all 0.5s;
}

.gallery_img {
  position: relative;
  overflow: hidden;
}

.gallery_img:hover img {
  transform: scale(1.1);
}

/* .gallery-section .section-title * {
    color: #fff;
} */

/* 
.gallery_img:before {
    position: absolute;
    content: "\f00e";
    background: rgb(135 91 38 / 61%);
    height: 90%;
    width: 90%;
    top: 0;
    left: 0;
    bottom: 0;
    transition: all 0.9s;
    font-family: "FontAwesome";
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    opacity: 0;
    cursor: pointer;
    transform: scale(0);
    right: 0;
    margin: auto;
}

.gallery_img:hover:before {
    opacity: 1;
    transform: scale(1);
} */

.gallery-section .section-title {
  margin-bottom: 50px;
}

.gallery_slider_cn {
  max-width: 850px;
  text-align: center;
  margin-inline: auto;
  margin-top: 50px;
}

.gallery_slider_cn .btn_bx {
  margin-top: 25px;
  text-align: center;
}

.gallery_slider_cn h3 {
  color: #fff;
  font-size: 28px;
}

.gall_imgs {
  display: flex;
  gap: 23px;
  justify-content: center;
  margin-top: 30px;
}

.gall_imgs figure {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.gall_imgs figure img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.gall_imgs figure:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
 # Footer
--------------------------------------------------------------*/

.lines {
  position: absolute;
  inset: 0;
  max-width: 1520px;
  margin-inline: auto;
  z-index: 1;
}

.lines .line:nth-child(1) {
  margin-left: -22%;
}

.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgb(255 255 255 / 15%);
  overflow: hidden;
}

.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgb(255 255 255) 100%
  );
  -webkit-animation: run 7s 0s infinite;
  animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

section#footertop {
  position: relative;
}

.lines .line:nth-child(2) {
  left: 62%;
}

.lines .line:nth-child(3) {
  left: 72%;
}

@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

.footer-section {
  background: url("../images/img/351.jpg") center / cover;
  position: relative;
  padding-top: 60px;
  isolation: isolate;
  /* background-attachment: fixed; */
  background-color: hsl(0, 0%, 0%);
}

.footer-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(12 17 143);
  z-index: -1;
}

.footer-widget.w_100 ul li {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.footer-cta {
  border-bottom: 1px solid rgb(255 255 255 / 25%);
  padding-bottom: 50px;
}

.single-cta i {
  color: #fff;
  font-size: 30px;
  float: left;
  margin-top: 0px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 500 !important;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.cta-text span {
  color: #fff;
  font-size: 18px;
}

.footer-cta .cta-text a {
  color: #fff;
  font-family: "Lato", sans-serif;
}

.footer-cta .cta-text a:hover {
  color: #ef7e3a;
}

.footer-content {
  position: relative;
  z-index: 2;
  margin: 15px 0;
  padding: 50px 0;
}

.footer-content .row {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 80px;
}

.footer-text p {
  margin-bottom: 25px;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-social-icon a {
  font-size: 16px;
  margin-right: 15px;
  border: 1px solid #e2e5b8;
  height: 40px;
  width: 40px;
  display: inline-block;
  color: #e2e5b8;
}

.footer-social-icon a:hover {
  color: #fff;
  border: 1px solid #ca2260;
  background-color: #ca2260;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3b5998;
}

.twitter-bg {
  background: #55acee;
}

.google-bg {
  background: #2579eb;
}

.footer-widget-heading h3 {
  font-size: 22px;
  margin-bottom: 40px;
  position: relative;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background: #ef7e3a;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.footer-widget ul li:before {
  content: "\f219";
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  font-weight: 900;
  padding-right: 10px;
  color: #ef7e3a;
}

.footer-widget ul li a:hover {
  color: #ef7e3a;
}

.footer-widget ul li a {
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input::placeholder {
  color: #fff;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 64px 14px 14px;
  background: transparent;
  border: 1px solid #d7b65d;
  color: #fff;
  outline: none;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #d7b65d;
  padding: 13px 20px;
  border: 1px solid #d7b65d;
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #0c118f;
  padding: 16px 0;
  border-top: 1px solid rgb(255 255 255 / 11%);
}

.ab_cl h2 {
  color: #000;
}

.copyright-text p {
  margin: 0;
  font-size: 16px;
  color: #fff;
}

.copyright-text p a {
  color: #ef7e3a;
      font-family: "Lato", sans-serif;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #723185;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.ft_li {
  margin-bottom: 45px;
}

.footer-section figure {
  margin-bottom: 0;
}

.footer-section figure img {
  width: 191px;
}

.ft_links {
  display: flex;
  gap: 60px;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  align-items: center;
  height: 100%;
}

.ft_links li a {
  color: #fff;
  transition: all 0.4s ease-in-out;
}

.ft_links li a:hover {
  opacity: 0.7;
}

.social_links {
  display: flex;
  gap: 12px;
  justify-content: left;
  align-items: center;
  height: 100%;
}

.social_links li {
  width: fit-content !important;
}

.social_links li:before {
  display: none;
}

.social_links li a {
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
}

.social_links li a:hover {
  background-color: #1a20ce;
  color: #fff !important;
}

.ft_li {
  display: flex;
  justify-content: space-between;
}

.btm_foter {
  display: flex;
  justify-content: space-between;
}

.addres_txt {
  display: flex;
  gap: 40px;
  color: #fff;
}

.addres_txt a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.addres_txt a:hover {
  opacity: 0.7;
}

.ph_text a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.ph_text a:hover {
  opacity: 0.7;
}

/* section {
    overflow: hidden;
} */

.bottom_head .navbar a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  /* letter-spacing: 4px; */
  text-transform: uppercase;
  position: relative;
  color: #fff;
}

.bottom_head .navbar a .bd_hvor {
  position: relative;
  font-weight: 400;
}

.bottom_head .navbar a .bd_hvor::before,
.bottom_head .navbar a .bd_hvor::after {
  padding-bottom: 4px;
  -webkit-transition: -webkit-transform 0.4s
    cubic-bezier(0.48, 0.57, 0.33, 0.89);
  -o-transition: transform 0.4s cubic-bezier(0.48, 0.57, 0.33, 0.89);
  transition: transform 0.4s cubic-bezier(0.48, 0.57, 0.33, 0.89);
  content: "";
  display: block;
  position: absolute;
  left: -0.1em;
  bottom: -0.7em;
  width: 100%;
  height: 1px;
  border-top: 1px solid #ef7e3a;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.bottom_head .navbar a .bd_hvor::after {
  bottom: -0.9em !important;
  -webkit-transition: -webkit-transform 0.4s
    cubic-bezier(0.48, 0.57, 0.33, 0.89) 0.1s;
  -o-transition: transform 0.4s cubic-bezier(0.48, 0.57, 0.33, 0.89) 0.1s;
  transition: transform 0.4s cubic-bezier(0.48, 0.57, 0.33, 0.89) 0.1s;
}

.bottom_head .navbar a:hover .bd_hvor::before,
.bottom_head .navbar a:hover .bd_hvor::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

header.sticky .bottom_head .navbar a .bd_hvor {
  font-weight: 600;
}

header.sticky .navbar a .bd_hvor::before,
header.sticky .navbar a .bd_hvor::after {
  border-top: 1px solid #1a20ce;
}

.program_bx .section-title {
  background-color: transparent;
  color: #000;
  padding: 22px;
  margin-top: 76px;
}

.flip-card {
  background-color: transparent;
  width: 274px;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  color: #fff;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  background-image: url(../images/img/ai.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height: 455px;
  box-shadow: 6px 16px 40px 0 rgba(0, 0, 0, 0.2);
  z-index: 9;
  padding-bottom: 21px;
}

.flip-card-front::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(20, 31, 36, 0) 50%, #000 98%);
  display: inline-block;
  height: 100%;
  width: 100%;
}

.flip-card-front h3 {
  position: relative;
  font-weight: 600;
  font-size: 25px;
  font-family: "Lato", sans-serif;
}

.flip-card-front span {
  position: relative;
  font-family: "Playfair Display", serif;
}

.flip-card-back {
  background-color: #ffffff;
  color: #000;
  transform: rotateY(180deg);
  top: 0;
  height: 455px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
  box-shadow: 6px 16px 40px 0 rgba(0, 0, 0, 0.2);
}

.flip-card-back .secnd_btn {
  margin-top: 20px;
}

.flip_bx_align {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 75px 0 0;
}

.flip_bx {
  margin-bottom: 168px;
}

.flip_bx:nth-child(2) .flip-card-front {
  background-image: url(../images/img/health.jpg);
}

.flip_bx:nth-child(3) .flip-card-front {
  background-image: url(../images/img/machine.jpg);
}

.flip_bx:nth-child(4) .flip-card-front {
  background-image: url(../images/img/python.jpg);
}

.flip_bx:nth-child(5) .flip-card-front {
  background-image: url(../images/img/mg.jpg);
}

.flip_bx:nth-child(6) .flip-card-front {
  background-image: url(../images/img/aa.jpg);
}

.program_bx {
  position: relative;
  background: url(../images/img/nurd.jpg) no-repeat 0 0 / cover;
  background-attachment: fixed;
  padding: 0;
  height: 408px;
}

.prog_bd {
  position: relative;
}

.prog_bd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 17%;
  width: 3px;
  height: 100%;
  border-left: 1px solid rgb(255 255 255 / 17%);
  z-index: 99;
}

.prog_bd::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16%;
  width: 3px;
  height: 100%;
  border-left: 1px solid rgb(255 255 255 / 17%);
  z-index: 99;
}

.program_bx .row {
  position: relative;
  z-index: 9;
}

.program_bx .section-title h2,
.program_bx .section-title p {
  color: #fff;
}

.program_bx::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  height: 457px;
  z-index: 2;
  background-color: rgb(17 17 17);
}

.certify_bx {
  background-color: #1a20ce;
  position: relative;
}

.certify_bx::before {
  content: "";
  position: absolute;
  top: 0;
  left: 17%;
  width: 3px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 0;
}

.certify_bx::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16%;
  width: 3px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 0;
}

.certify_bx .certify_img img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  transform: scale(0.9);
  transition: all 300ms ease;
  mix-blend-mode: darken;
}

.program_bx {
  margin-bottom: 656px;
}

.certify_bx .section-title h2 {
  color: #fff;
  text-align: center;
}

.certify_bx .certify_slider {
  margin-top: 33px;
}

.certify_bx .certify_img {
  transition: all 300ms ease;
  border: 1px solid #ccc;
  background-color: #fff;
}

/*--------------------------------------------------------------
 Blog Section
--------------------------------------------------------------*/

.blog-section .section-title {
  margin-bottom: 34px;
}

.blog-section {
  position: relative;
}

.blog-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 17%;
  width: 3px;
  height: 100%;
  border-left: 1px solid #00000014;
  z-index: 5;
}

.blog-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16%;
  width: 3px;
  height: 105%;
  border-left: 1px solid #00000014;
  z-index: 5;
}

.grid .img-holder img {
  width: 100%;
}

.blog-section .blog-grids {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 9;
  flex-wrap: wrap;
}

.blog-section .blog-grids .grid {
  position: relative;
  width: 100%;
  flex: 0 0 calc(33.333% - 30px);
}

.grid .img-holder {
  position: relative;
  background: #323335;
}

.grid .img-holder img {
  opacity: 1;
  display: block;
  transition: all 0.3s ease;
  height: 250px;
  object-fit: cover;
}

.grid:hover .img-holder img {
  transform: scale(1.05);
}

.blog-section .img-cat {
  position: relative;
  overflow: hidden;
}

.blog-section .cat {
  position: absolute;
  left: 25px;
  top: 25px;
}

.blog-section .cat a {
  background: #3c3b3b;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 6px 15px;
  margin-right: 8px;
}

.blog-section .grid .details {
  z-index: 1;
  background: transparent;
  max-width: 100%;
  margin-inline: auto;
  right: 0;
  left: 0;
  position: relative;
  margin-top: 0;
  width: 100%;
  padding: 15px 16px;
}

.blog-section .details h3 {
  margin: 0;
  color: #000;
  margin-bottom: 15px;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
}

.blog-section .details h3 a:hover {
  color: #3c3b3b;
}

.blog-section .grid .details p {
  margin-bottom: 10px;
  color: #fff;
  background: #ff6835;
  position: relative;
  width: auto;
  height: auto;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  padding: 0px 9px;
  border-radius: 8px;
}

.img-cat.img-small .img-holder img {
  min-height: 300px;
}

.blog-section .author a,
.blog-section .comment a {
  color: #0000;
}

.blog-section .author a:hover,
.blog-section .comment a:hover {
  color: #3c3b3b;
}

.blog-section .author img {
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.blog-section .comment {
  padding-top: 5px;
}

.blog-section .comment i {
  display: inline-block;
  padding-right: 3px;
  position: relative;
  top: 2px;
}

.cont_txt .bd_hvor {
  color: #ef7e3a;
  font-weight: 400 !important;
  position: relative;
}

/* 
.cont_txt::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background-color: red;
}


.cont_txt::before{
    display: none;
} */

.round-slider .slick-dots li {
  position: absolute;
}

.round-slider li {
  position: absolute;
  -webkit-transition: all 2s linear;
  -moz-transition: all 2s linear;
  transition: all 2s linear;
}

.round-slider .slick-list {
  width: 400px;
  margin: 0px auto;
  height: 400px;
  border-radius: 50%;
  padding: 0px;
  border: 2px solid #ffb020;
  background: linear-gradient(180deg, rgb(38 125 241) 0%, rgb(44 55 143) 100%);
  position: relative;
}

.round-slider .slick-list::before {
  width: 380px;
  height: 380px;
  border-radius: 50%;
  position: absolute;
  content: "";
  border: 2px dashed rgb(255 255 255 / 64%);
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: spinnerRotatefour 25s linear infinite;
  animation: spinnerRotatefour 25s linear infinite;
}

@keyframes spinnerRotatefour {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.round-slider .slider-paging-number {
  transform: translate(-50%, -50%);
  top: 50%;
  list-style-type: none;
  left: 50%;
  position: absolute;
}

.round-slider .slick-slide {
  position: relative;
  outline: none;
}

.round-slider .slick-slide h3 {
  margin: 0;
  background: none !important;
}

.round-slider .slick-slide img {
  border: none;
  display: block;
  width: auto;
}

.round-slider .slick-slide > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-51%, -50%);
}

.round-slider .slick-track {
  height: 100%;
}

.round-slider #slick-slide-control30 {
  position: absolute;
  top: 46px;
  border: none;
  background-color: transparent;
  font-size: 0;
}

.round-slider #slick-slide-control30::before {
  position: absolute;
  content: "";
  background-image: url(../images/info-car-21.png);
  background-repeat: no-repeat;
  top: 8px;
  background-size: 100%;
  width: 148px;
  height: 72px;
  left: -75px;
}

.round-slider #slick-slide-control30::after {
  position: absolute;
  content: "Minivans";
  top: -37px;
  font-size: 22px;
  width: 129px;
  display: block;
  background-color: #2579eb;
  left: -53px;
  /* max-width: 100%; */
  /* min-width: 100%; */
  color: #fff;
  border-radius: 40px;
  box-shadow: rgb(149 157 165 / 67%) 0px 8px 24px;
  border: 1px solid rgb(255 255 255 / 86%);
}

.round-slider #slick-slide-control31 {
  position: absolute;
  top: 0;
  border: none;
  background-color: transparent;
  font-size: 0;
  left: -35px;
}

.round-slider #slick-slide-control31::before {
  position: absolute;
  content: "";
  background-image: url(../images/info-car-31.png);
  background-repeat: no-repeat;
  top: 0px;
  background-size: 100%;
  width: 148px;
  height: 72px;
  left: -98px;
}

.round-slider #slick-slide-control31::after {
  position: absolute;
  content: "Camry";
  top: -47px;
  font-size: 22px;
  width: 123px;
  display: block;
  background-color: #2579eb;
  left: -70px;
  /* max-width: 100%; */
  /* min-width: 100%; */
  color: #fff;
  border-radius: 40px;
  box-shadow: rgb(149 157 165 / 51%) 0px 8px 24px;
  border: 1px solid rgb(255 255 255 / 86%);
}

.round-slider #slick-slide-control32 {
  position: absolute;
  top: auto;
  border: none;
  background-color: transparent;
  font-size: 0;
  left: 22px;
  bottom: 132px;
}

.round-slider #slick-slide-control32::before {
  position: absolute;
  content: "";
  background-image: url(../images/info-car-3-4.png);
  background-repeat: no-repeat;
  top: 0px;
  background-size: 100%;
  width: 148px;
  height: 72px;
  left: -98px;
}

.round-slider #slick-slide-control32::after {
  position: absolute;
  content: "Wheelchairs";
  top: 78px;
  font-size: 22px;
  width: 172px;
  display: block;
  background-color: #2579eb;
  left: -103px;
  /* max-width: 100%; */
  /* min-width: 100%; */
  color: #fff;
  border-radius: 40px;
  box-shadow: rgb(149 157 165 / 51%) 0px 8px 24px;
  border: 1px solid rgb(255 255 255 / 86%);
}

.round-slider #slick-slide-control33 {
  position: absolute;
  top: 0;
  border: none;
  background-color: transparent;
  font-size: 0;
  left: 64px;
}

.round-slider #slick-slide-control33::before {
  position: absolute;
  content: "";
  background-image: url(../images/info-car-41.png);
  background-repeat: no-repeat;
  top: 0px;
  background-size: 100%;
  width: 148px;
  height: 72px;
  left: -98px;
}

.round-slider #slick-slide-control33::after {
  position: absolute;
  content: "Tesla";
  top: -36px;
  font-size: 22px;
  width: 103px;
  display: block;
  background-color: #2579eb;
  left: -66px;
  /* max-width: 100%; */
  /* min-width: 100%; */
  color: #fff;
  border-radius: 40px;
  transition: all 0.3s ease-in-out;
  box-shadow: rgb(149 157 165 / 51%) 0px 8px 24px;
  border: 1px solid rgb(255 255 255 / 86%);
}

.round-slider .slick-active button::after {
  background-color: #ffb020 !important;
  color: #2c378f !important;
}

.round-slider .slick-active button::before {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.right_bx {
  display: flex;
  gap: 70px;
  justify-content: flex-end;
}

.highlight-text {
  font-size: 16px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  position: relative;
  color: #ef7e3a !important;
  clip-path: inset(0 0 -100vmax 0);
  padding-bottom: 6px;
}

.highlight-text::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  width: 100%;
  background-color: #ef7e3a;
  animation: Bar-slide 1s cubic-bezier(0.475, 0.82, 0.165, 0.5) infinite
    alternate both;
  scale: 0 1;
}

.highlight-text::after {
  content: "";
  position: absolute;
  inset: auto 0 -4px 0;
  height: 1px;
  width: 100%;
  background-color: #ef7e3a;
  scale: 0 1;
  animation: Bar-slide 1s cubic-bezier(0.475, 0.82, 0.165, 0.5) infinite
    alternate both 500ms;
}

@keyframes Bar-slide {
  to {
    scale: 1 1;
  }
}

.last-link {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  position: relative;
  color: #ef7e3a;
}

section.program_bx {
  position: relative;
}

.flip_bx_align {
  position: sticky !important;
  transform: translate(0px, -5px);
}

#fixedSection {
  background: #f4f4f4;
  padding: 20px;
  transition: all 0.3s ease;
}

.sticky a.highlight-text {
  color: #ef7e3a !important;
}

.scroll-section {
  padding: 50px;
  margin: 150px 0;
  background: #f0f0f0;
  border: 1px solid #ccc;
  transition: 0.5s;
}

.scroll-section.active {
  background: #4caf50;
  /* Viewport mein aane par color change */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.header::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  height: 143px;
  z-index: 2;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 74%) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  display: none;
}

.header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigation {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  gap: 45px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header .header.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 11px #0000003d;
  z-index: 9999;
  background: #202020;
  padding-block: 35px;
  transition: all 0.5s;
}

.header .header.sticky .burger-icon span {
  background: #ededed;
}

.header .header.sticky .logo_bx a {
  transform: none;
  position: relative;
}

.header .header.sticky .logo_bx a img {
  transition: all 0.5s;
  max-width: 85px;
}

.header .header {
  z-index: 9;
  position: absolute;
  padding-block: 75px;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s;
}

.header header.header.sticky .top_head_sec {
  display: none;
}

.header .top-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}

.header .left_bx,
.right_bx {
  flex: 0 0 42%;
}

.header .bottom_head {
  display: flex;
  align-items: center;
  margin-top: 15px;
  justify-content: center;
  border-top: 1px solid #2a3b8c3b;
  padding-top: 15px;
}

.header .logo_bx {
  text-align: left;
  position: absolute;
  top: 0;
  max-width: 188px;
  left: 50%;
  transform: translate(-50%, -18%);
}

.header .logo_bx a {
  display: inline-block;
}

.header ul.social-area {
  display: flex;
  align-items: center;
}

.header .right_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0;
  gap: 25px;
}

.header .right_btn a.common-btn {
  margin-right: 0;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/

@media (min-width: 1269px) {
  .header .navbar {
    padding: 0;
    margin: 0;
  }
  .header .left_bx .navbar ul {
    width: 100%;
  }
  .header .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    gap: 45px;
  }
  .header .navbar li {
    position: relative;
  }
  .header .navbar > ul > li {
    white-space: nowrap;
    padding: 0;
  }
  .header .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 9px 0;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    letter-spacing: 1px;
    font-family: "Lato", sans-serif;
  }
  .header .navbar a i,
  .header .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .header .navbar ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: transparent;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }
  .header .navbar a:hover:before,
  .header .navbar li:hover a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }
  .header .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color: #ef7e3a;
  }
  .header .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }
  .header .navbar .dropdown ul li {
    min-width: 200px;
  }
  .header .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--color-default);
    font-weight: 400;
  }
  .header .navbar .dropdown ul a i {
    font-size: 12px;
  }
  .header .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover > a {
    color: var(--color-primary);
  }
  .header .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .header .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  .header .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

.header::before {
  display: none !important;
}

.header::before {
  display: none;
}

.header .top-head {
  background: transparent !important;
}

.header ul li a::after {
  height: 6px;
  width: 0%;
  background-color: transparent;
  position: absolute !important;
  content: "";
  bottom: 0;
  border-top: 1px solid #ef7e3a;
  border-bottom: 1px solid #ef7e3a;
  transition: 0.4s;
}

.header ul li .last-link {
  color: #ef7e3a !important;
}

.header ul li .last-link::after {
  height: 6px;
  width: 100%;
  background-color: transparent;
  position: absolute !important;
  content: "";
  bottom: -9px;
  border-top: 1px solid #ef7e3a;
  border-bottom: 1px solid #ef7e3a;
  transition: 0.4s;
}

.header ul li a:hover {
  color: #ef7e3a !important;
}

.header ul li a:hover::after {
  width: 100%;
}

.header #navbar ul {
  gap: 100px;
}

.header .right_bx ul {
  display: flex;
  gap: 70px !important;
}

.sticky .header {
  padding-block: 55px;
  background: #fff;
}

.section-about1 {
  padding: 60px 0px;
  background: #fff;
}

.program-section {
  background-color: #f2f2f2;
}

.section-about1 .left-bx .img-bx img {
  width: 100%;
  max-width: 225px;
  transition: 0.3s;
  /* opacity: 0.3; */
}

/* .section-about1 .left-bx .img-bx img:hover {
    opacity: 1;
    filter: grayscale(0);

}
 */

.section-about1 .left-bx {
  display: flex;
  align-items: center;
  gap: 27px;
}

.section-about1 .text-bx .text-bx p {
  font-weight: 600;
}

.call-buton .cc-calto-action-ripple span {
  text-transform: capitalize;
  font-size: 20px;
  text-align: center;
  line-height: 23px;
  font-family: "Playfair Display", serif;
}

.scrolled .navbar a {
  color: #000 !important;
}

.scrolled #navbar a {
  color: #000 !important;
}

.scrolled {
  position: fixed;
  z-index: 99;
  width: 100%;
  background: #fff;
  border-bottom: 3px solid #ef7e3a;
  padding: 30px 0;
}

.scrolled a.logo img {
  max-width: 70px;
}

.header.scrolled .logo_bx {
  transform: translate(-50%, -30%);
}

.program-section {
  padding-bottom: 0px;
  padding-top: 0px;
}

.left-text-bx {
  width: 100%;
  max-width: 75%;
  margin: auto;
}

.section-about1 .text-bx h3 {
  font-size: 35px;
  color: #000;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}

.section-about1 .text-bx .bt_bx {
  text-align: center;
}

.main-card-bx .pic-bx img {
  width: 100%;
  max-width: 100%;
  height: 440px;
  object-fit: cover;
}

.main-card-bx {
  position: relative;
  height: 100%;
  background: gray;
  max-height: 100%;
  overflow: hidden;
  display: block;
  width: 100%;
}

.main-card-bx .card-text {
  position: absolute;
  width: 100%;
  bottom: 8px;
  padding: 15px 0px;
  color: #fff;
  text-align: center;
}

.main-card-bx .card-text h4 {
  font-size: 28px;
  margin: 0px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.main-card-bx .card-text p {
  font-size: 18px;
  color: #fff;
  margin: 0px;
  display: none;
  position: relative;
  z-index: 777;
  padding-top: 3px;
}

.main-card-bx::after {
  content: "";
  position: absolute;
  background: linear-gradient(to top, hsl(0deg 0% 0%), transparent);
  display: inline-block;
  width: 100%;
  inset: 22% 0 0 0;
}

.card-text-bx {
  position: absolute;
  background: #fff;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  padding: 20px;
}

.card-text-bx .com_btn {
  width: 100%;
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.card-text-bx {
  position: absolute;
  background: #1a20ce;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  padding-left: 35px;
  transform: translateY(-100%);
  transition: 0.4s;
  z-index: 2;
  color: #fff;
  padding-right: 35px;
  border-bottom: 3px solid #ef7e3a;
}

.card-text-bx .secnd_btn {
  width: 100%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.card-text-bx p {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-card-bx {
  transition: 0.4s;
}

.main-card-bx:hover .card-text-bx {
  transform: translateY(0%);
}

.program-section .container-fluid {
  padding: 0;
}

.certify_bx2 {
  color: #000;
  background: transparent;
}

.certify_bx2 .section-title h2 {
  color: #000;
}

.certify_bx2 .section-title {
  text-align: center;
}

.blog-section2 {
  background-color: #f2f2f2;
}

.blog-section2 .blog-grids {
  gap: 30px;
}

.blog-section2 .blog-grids .grid {
  border: 0px;
}

.banner-main2 .ban_head h1 {
  margin-bottom: 25px;
}

.certify_bx2 p {
  width: 100%;
  max-width: 69%;
  margin-left: auto;
  margin-right: auto;
}

.blog-section2 .grid .details {
  border: 0px;
  margin: 15px 0px 15px 0px;
  padding: 0px;
  background: #f2f2f2;
}

.blog-section2 .details h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.footer-section2 .footer-widget2 ul li a {
  font-size: 16px;
}

.banner-main2 .ban_head h1 {
  font-size: 70px;
}

.call-buton .cc-calto-action-ripple span i {
  font-size: 27px;
}

.fist_se2::before {
  background: rgba(0, 0, 0, 0.4);
}

main .com_btn,
.secnd_btn {
  font-size: 16px;
}

main .sc_brd::before {
  display: none;
}

.program-section .section-title h2 {
  color: #ef7e3a;
}

main .sc_brd .sc_tl::after {
  display: none;
}

main .sc_brd .sc_tl::before {
  display: none;
}

main .lines .line:nth-child(1) {
  margin-left: -20%;
}

main .lines .line:nth-child(2) {
  left: 61%;
}

.banner-main {
  position: relative;
}

.banner-main .banner-slide::before {
  content: "";
  position: absolute;
  inset: 0 0 43% 0;
  background-image: linear-gradient(to bottom, hsl(0deg 0% 0%), #00000000);
}

.inner-page .header {
  background: #ffffff;
  position: relative;
}

/* .program-details-12 {
    margin-top: 130px;
}
.about-1{
    margin-top: 130px;

} */

.inner-page .header .navbar a,
.inner-page .header a:focus {
  color: #000000;
}

.inner-page nav.header.scrolled {
  position: fixed;
  z-index: 2147483647;
}

.inner-page nav.header.scrolled a.logo img {
  max-width: 70px;
}

.ab-card-bx {
  text-align: center;
  padding: 20px 15px;
  border-radius: 10px;
}

.ab-card-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.ab-card-ic {
  margin-bottom: 15px;
}

.ab-card-text h2 {
  font-size: 40px;
  color: #000;
  margin: 0;
}

.ab-text-1 .bt_bx {
  margin-top: 20px;
}

.ab-card-text p {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
}

.ab-card-bx.bx-1 {
  background: #fbf8cc;
}

.ab-card-bx.bx-2 {
  background: #e9fbd5;
}

.ab-card-bx.bx-3 {
  background: #dcf1fd;
}

.contact-1 {
  background: #f9f8f8;
}

.contact-card-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.contact-card-bx {
  text-align: center;
  background: #fff;
  padding: 25px;
  box-shadow: 2px 2px 2px #ccc;
}

.contact-card-ic {
  margin-bottom: 15px;
}

.contact-card-text h3 {
  display: block;
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-card-text p {
  margin: 0;
  font-size: 16px;
  color: #000000;
}

.contact-map {
  height: 100%;
  width: 100%;
}

.contact-form-bx {
  text-align: center;
  background: #fff;
  padding: 25px;
  box-shadow: 2px 2px 2px 0px #ccc;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  border-radius: 0;
  height: 45px;
}

.contact-form-bx .section-title {
  margin-bottom: 20px;
}

.form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}

textarea.form-control {
  height: auto;
  min-height: 150px;
}

.contact-card-ic img {
  max-width: 90px;
}

/*--------------------------------------------------------------

# Inner Banner

--------------------------------------------------------------*/

.inner-banner {
  position: relative;
  isolation: isolate;
  padding-block: 100px;
  display: grid;
  align-items: center;
  grid-template-areas: "stacked";
}

.inner-banner::after {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  background: #00000059;
  inset: 0;
}

.inner-banner .container {
  z-index: 7;
  position: relative;
}

.inner-banner > * {
  grid-area: stacked;
}

.inner-banner-image img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.inner-banner-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-banner .banner-title h1 {
  margin: 0;
  color: #fff;
  transition: all 500ms ease;
  font-size: 42px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}

.bg-image {
  background: #ccc;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.ab-text-2 {
  background: #fff;
  padding: 50px;
}

.check-list {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.check-list li {
  position: relative;
  font-weight: 500;
  background: #ffffff;
  color: #000000;
  margin-bottom: 10px;
  padding: 8px 8px 15px;
  border-left: 4px solid #ef7e3a;
  box-shadow: 2px 2px 2px #ccc;
}

/* .check-list li:before {
    content: '\f058';
    font-family: 'fontawesome';
    position: absolute;
    left: 0;
    top: 2px;
    color: #ef7e3a;
} */

.ab-text-3 {
  text-align: center;
  max-width: 950px;
  margin-inline: auto;
}

.inner-page .header .logo_bx {
  transform: translate(-50%, -34%);
}

.inner-page .header .logo img {
  max-width: 90px;
  transition: all 0.5s;
  transition: all 0.5s;
}

.program-1 .tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
}

.program-1 .tab {
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  border-radius: 0;
  font-weight: 600;
  font-size: 16px;
  transition: background 0.3s;
  position: relative;
  width: auto;
  background: #f5f5f5;
}

.program-1 .tab.active {
  background: transparent;
}

.program-1 .tab:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: transparent;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.program-1 .tab::after {
  height: 6px;
  width: 0%;
  background-color: transparent;
  position: absolute !important;
  content: "";
  bottom: 0;
  border-top: 1px solid #ef7e3a;
  border-bottom: 1px solid #ef7e3a;
  transition: 0.4s;
}

.program-1 .tab.active::after,
.program-1 .tab.active::before {
  width: 100%;
  left: 0;
}

.program-1 .content-box {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.program-1 .content {
  display: none;
  max-width: 100%;
  transition: opacity 0.5s ease-in-out;
}

.program-1 .content.show {
  display: block;
  opacity: 1;
  width: calc(100% - (8% * 9));
}

.program-details-1 {
  background: #f9f8f8;
}

.program-title h3 {
  font-size: 22px;
  margin: 0;
}

.program-title {
  margin-bottom: 15px;
  margin-top: 25px;
}

.program-details {
  background: #fff;
  padding: 25px;
  box-shadow: 2px 2px 2px #ccc;
}

.blog-details-1 {
  background: #f9f8f8;
}

.blog-title h3 {
  font-size: 22px;
  margin: 0;
}

.blog-title {
  margin-bottom: 15px;
  margin-top: 25px;
}

.blog-details {
  background: #fff;
  padding: 25px;
  box-shadow: 2px 2px 2px #ccc;
}

.blog-right-bx {
  background: #fff;
  padding: 25px;
  box-shadow: 2px 2px 2px #ccc;
  margin-bottom: 20px;
}

.blog-right-bx .blog-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #ef7e3a73;
}

.arrow-list li:last-child {
  margin-bottom: 0;
}

.blog-card-bx {
  position: relative;
}

.blog-card-bx .blog-img-bx img {
  width: 100%;
  max-width: 100%;
  height: 440px;
  object-fit: cover;
}

.blog-card-bx .blog-text {
  position: absolute;
  width: 100%;
  bottom: 8px;
  padding: 15px;
  color: #fff;
  text-align: center;
}

.blog-card-bx .blog-text h4 {
  font-size: 22px;
  margin: 0px;
  color: #fff;
  position: relative;
  z-index: 777;
}

.blog-card-bx::after {
  content: "";
  position: absolute;
  background: linear-gradient(to top, hsl(0, 0%, 0%, 80%), transparent);
  display: inline-block;
  width: 100%;
  inset: 60% 0 0 0;
}

.blog-right-bx .arrow-list li {
  position: relative;
  color: #000000;
  font-size: 16px;
  margin-bottom: 14px;
  padding-left: 30px;
  font-weight: 600;
  width: 100%;
}

.blog-btns {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  flex-direction: column;
}

.blog-btns a {
  display: block;
  width: 100%;
}

.arrow-list li {
  position: relative;
  font-size: 16px;
  margin-bottom: 14px;
  background: #eceeff;
  border-left: 4px solid #ef7e3a;
  color: #000;
  padding: 10px;
}

/* .arrow-list li:before {
    position: absolute;
    content: "\f101";
    left: 0px;
    top: 5px;
    color: #ff5421;
    font-size: 14px;
    line-height: 1em;
    font-family: "FontAwesome";
} */

.program-right-bx {
  background: #fff;
  padding: 25px;
  box-shadow: 2px 2px 2px #ccc;
  margin-bottom: 20px;
}

.program-right-bx .program-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #ef7e3a73;
}

.arrow-list li:last-child {
  margin-bottom: 0;
}

.program-card-bx {
  position: relative;
}

.program-card-bx .program-img-bx img {
  width: 100%;
  max-width: 100%;
  height: 440px;
  object-fit: cover;
}

.program-card-bx .program-text {
  position: absolute;
  width: 100%;
  bottom: 8px;
  padding: 15px;
  color: #fff;
  text-align: center;
}

.program-card-bx .program-text h4 {
  font-size: 22px;
  margin: 0px;
  color: #fff;
  position: relative;
  z-index: 777;
  text-transform: capitalize;
}

.program-card-bx::after {
  content: "";
  position: absolute;
  background: linear-gradient(to top, hsl(0, 0%, 0%, 80%), transparent);
  display: inline-block;
  width: 100%;
  inset: 60% 0 0 0;
}

.program-right-bx .arrow-list li {
  position: relative;
  color: #000000;
  font-size: 16px;
  margin-bottom: 14px;
  padding-left: 30px;
  font-weight: 600;
}

.program-btns {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  flex-direction: column;
}

.program-btns a {
  display: block;
  width: 100%;
}

.inner-content-bx h1 {
  margin-bottom: 20px;
}

.contact-top {
  padding: 0;
  position: relative;
  background: #eceeff;
}

.contact-image-bx {
  position: absolute;
  width: 100%;
  max-width: 55%;
  right: 0;
  height: 100%;
  z-index: 0;
}

.inner-content-bx {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.inner-content-bx .contact-card-1 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.inner-content-bx .contact-card-bx {
  text-align: left;
  background: #fff;
  padding: 25px;
  box-shadow: 2px 2px 2px #ccc;
  display: flex;
  align-items: center;
  gap: 20px;
}

.inner-content-bx .contact-card-ic {
  margin-bottom: 0;
}

.contact-image-bx img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ab-new,
.about-3-new {
  background: #eceeff;
}

.ab-text-1 .section-title {
  margin-bottom: 10px;
}

/* .ab-text-4 .check-list li {
    padding-left: 30px;
    position: relative;
    font-weight: 600;
    margin-bottom: 15px;
    background: #ef7e3a;
} */

.ab-text-4 {
  padding-left: 50px;
}

.ab-new .ab-card-bx.bx-2 .ab-card-ic img {
  max-height: 128px;
  width: 100%;
  object-fit: cover;
}

.ab-card-11 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.ab-11-img {
  height: 100%;
}

.ab-11-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ab-11-cn .ab-card-bx {
  border-radius: 0;
}

.program-details-11 {
  position: relative;
}

.program-img-11 img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.bg-light {
  background: #eceeff !important;
}

.program-details-new .section-title {
  margin-bottom: 15px;
}

.program-details-12 .section-title {
  margin-bottom: 15px;
}

.program-img-12 img {
  max-height: 450px;
  width: 100%;
  object-fit: cover;
  object-position: 100% 23%;
}

.program-details-13 {
  background: #000000d1;
  padding: 50px;
}

.program-sec-13 {
  padding: 0;
}

.section-title.text-white h2 {
  color: #fff;
}

.program-details-13 .section-title {
  margin-bottom: 20px;
}

.program-details-13 p {
  color: #fff;
}

.program-details-13 .bt_bx {
  margin-top: 30px;
}

.program-details-14 {
  text-align: center;
  max-width: 750px;
  margin-inline: auto;
}

.program-details-14 .section-title {
  margin-bottom: 20px;
}

.programs-section {
  padding-bottom: 0px;
  background: #f2f2f2;
}

.center-image img {
  border-radius: 15px 15px 0px 0px;
  transition: opacity 0.4s ease;
  max-width: 100%;
  height: auto;
  width: 100%;
  object-fit: contain;
}

.center-image {
  position: relative;
}

.programs-section ul {
  padding-left: 0;
}

.center-image {
  position: relative;
}

.programs-section li {
  padding: 2px 11px;
  border-bottom: 2px solid #ef7e3a;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 7;
  transition: 0.4s;
}

.programs-section li::before {
  position: absolute;
  content: "";
  left: 0;
  z-index: -6;
  top: 0;
  width: 0;
  height: 100%;
  transition: 0.4s;
}

.programs-section .bt_bx {
  text-align: center;
  margin-top: 22px;
}

.programs-section li:hover::before {
  width: 100%;
  background: #ef7e3a;
}

.programs-section li:hover strong {
  -webkit-text-stroke-color: #fff;
}

.programs-section li:hover {
  color: #fff;
}

.programs-section li strong {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ef7e3a;
  font-size: 40px;
  transition: 0.4s;
  font-weight: 600;
}

.list-unstyled {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 767px) {
  .programs-section .row {
    flex-direction: column;
    text-align: center;
  }
  .programs-section .col-md-4 {
    margin-bottom: 30px;
  }
  .programs-section img {
    max-width: 80%;
    height: auto;
  }
}

.programs-section .card-title h2 {
  margin-bottom: 16px;
  font-size: 30px;
  color: #ef7e3a;
}

.programs-section .container {
  width: 100%;
  max-width: 100%;
}

.programs-section li a {
  width: 100%;
  font-family: "Lato", sans-serif !important;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #000;
}

.programs-section li:hover a {
  color: #fff;
}

.programs-section .section-head {
  width: 100%;
  max-width: 710px;
  text-align: center;
  margin: auto;
  padding-bottom: 5px;
}

.arrow-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  row-gap: 0;
}

.blog-right-bx .arrow-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  row-gap: 0;
}

.arrow-list li {
  width: 48%;
}

.med .row {
  align-items: inherit !important;
}

.med .row .program-img-11 {
  width: 100%;
  height: 100%;
}

.med .row .program-img-11 img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.avt_cta {
  padding: 0;
}

.ab-text-1 .section-title h2,
.program-details-12 .section-title h2 {
  color: #ef7e3a;
}

.Artificial-parallax {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 500px;
  display: flex;
  align-items: center;
  position: relative;
}

.Artificial-parallax .container {
  position: relative;
  z-index: 77;
}

.Artificial-parallax::before {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  background: linear-gradient(
    to right,
    #00000094 0%,
    rgb(0 0 0 / 55%) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}

.Artificial-parallax .inner-bx {
  background: transparent;
  padding: 0px;
}

.enroll-now-section {
  background-image: url(https://www.atiuae.com/wp-content/uploads/2025/07/Abode-parallax-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

/* .enroll-now-section::before {
  height: 100%;
  width: 100%;
  inset: 0;
  position: absolute;
  content: "";
  background: #f2f2f2;
} */

.enroll-now-section .container {
  position: relative;
  z-index: 77;
}

.text-counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  flex-wrap: wrap;
}

.enroll-now-section form {
  padding: 30px;
  background: #ffffffd6;
  border: 5px solid #ef7e3a;
  box-shadow: rgb(238 0 0 / 0%) 0px 8px 24px;
  margin: auto;
  outline: 5px solid rgb(239 126 58 / 27%);
  width: calc(100% - 13%);
  /* background-image: url(https://www.atiuae.com/wp-content/uploads/2025/07/7532.jpg); */
  z-index: 888888;
  position: relative;
  /* background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
}

.enroll-now-section .row {
  position: relative;
  z-index: 777;
}

.enroll-now-section form::before {
  height: 100%;
  width: 100%;
  inset: 0;
  z-index: 6;
  position: absolute;
  content: "";
  background: #000000d6;
}

.enroll-now-section form .form-label {
  margin-bottom: 0.5rem;
  color: #fff;
}

.enroll-now-section form .form-title h2 {
  text-align: center;
  margin-bottom: 38px;
  font-weight: 600;
  position: relative;
  z-index: 77;
  color: #fff;
}

.enroll-now-section form select {
  display: block;
  width: 100%;
  border-radius: 0px;
  padding: 10px 10px;
}

.error {
  background: red;
  color: #fff !important;
  padding: 0px 12px;
  text-align: left;
  width: 100%;
  display: block;
}

.g-recaptcha {
  max-height: 60px;
}

#message {
  min-height: 80px !important;
  height: 80px;
}

#typewriter {
  white-space: pre;
  min-height: fit-content;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding: 10px 0;
  color: #fff;
  animation: blinkCursor 0.8s step-end infinite;
  font-size: 92px;
  text-transform: uppercase;
  font-weight: 600;
}

.soon-section {
  height: 100dvh;
  display: grid;
  place-content: center;
  text-align: center;
  background: #000;
}

@keyframes blinkCursor {
  0%,
  100% {
    border-color: #58a6ff;
  }
  50% {
    border-color: transparent;
  }
}

.hidden {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease;
}

.visible {
  opacity: 1;
  transform: translateY(0);
}

#subtitle,
#countdown {
  font-size: 22px;
  color: #fff;
  margin-top: 0px;
  max-width: 700px;
  line-height: normal;
  text-transform: capitalize;
}

.countdown span {
  color: #58a6ff;
  font-weight: bold;
  margin-right: 8px;
  font-size: 20px;
}

#countdown {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.Artificial-parallax .inner-bx .section-title h2 {
  color: #ef7e3a;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  #typewriter {
    font-size: 22px;
  }
  #subtitle,
  #countdown {
    font-size: 16px;
  }
}

.limit-bx {
  display: flex;
  justify-content: space-between;
  margin: 5px 0px;
}
.Admissions-form input[type="date"]::-webkit-inner-spin-button,
.Admissions-form input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
.Admissions-form form {
       margin: auto;
    width: 100%;
    z-index: 8;
    position: relative;
    box-shadow: 0 0 0 #ccc;
    background-color: #fff;
    padding: 20px;
}
.Admissions-form select option {
    background: #000;
}
.Admissions-form label {
  font-weight: 500;
  display: block;
  margin-top: 15px;
  color: #fff;
}
.Admissions-form  .form-check {
    margin-bottom: .825rem;
    padding-left: 0;
    margin-right: 0;
}

.Admissions-form .form-head label {
    color: #000000;
    margin: 0;
}

.Admissions-form select {
  border-radius: 0px;
  padding: 12px;
}
.Admissions-form input[type="text"], .Admissions-form input[type="email"], .Admissions-form input[type="date"], .Admissions-form select, .Admissions-form textarea {
    width: 100%;
    padding: 10px;
    margin-top: 0;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    border-radius: 0px;
    padding: 11px;
    background: transparent;
    color: #000000;
}
.Admissions-form input::placeholder, .Admissions-form textarea::placeholder {
  color: #000;
  opacity: 1;
}

.Admissions-form input::-ms-input-placeholder, .Admissions-form textarea::-ms-input-placeholder { 
  color: #000;
}
.Admissions-form .checkbox-group,
.radio-group {
  margin-top: 10px;
}
.Admissions-form form h2 {
	color: #1a20ce;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #1a20ce1f;
}
.Admissions-form .checkbox-group label,
.radio-group label {
  font-weight: normal;
  display: block;
  margin-top: 7px;
  margin-bottom: 5px;
  color: #000;
  text-transform: capitalize;
}
.Admissions-form .section-title {
    margin-top: 10px;
    font-size: 22px;
    text-decoration: none;
    color: #ef7e3a;
    font-weight: 600;
       border-bottom: 1px solid #aeaeb140;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.page-id-120 .Admissions-form select option {
      background: #ffffff;
}
.page-id-120  .inner_banner{
  margin-top: 0px;
}


.Admissions-form button[type="submit"] {
  margin-top: 25px;
  padding: 12px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.Admissions-form button[type="submit"]:hover {
  background-color: #0056b3;
}

.Admissions-form {
/*   background-image: url(https://www.atiuae.com/wp-content/uploads/2025/07/Abode-parallax-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed; */
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
.Admissions-form .form-head label.check-label {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 16px;
}
.Admissions-form form {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.title-head-bx .section-title {
    padding: 0;
    margin: 0;
    border: 0px;
    margin-bottom: 25px;
}


.admissions-logo-img {
    position: fixed;
    right: -200px;
    top: 25%;
    opacity: 0.1;
    width: 500px;
    height: 500px;
}

.admissions-logo-img img{
    -webkit-animation:spin 12s linear infinite;
    -moz-animation:spin 12s linear infinite;
    animation:spin 12s linear infinite;
    display: none;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(-360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(-360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(-360deg); 
        transform:rotate(-360deg); 
    } 
}



.dropdown {
      position: relative;
      display: inline-block;
    }

    .dropdown-btn {
      padding: 10px;
      border: 1px solid #000;
      cursor: pointer;
      background-color: transparent;
      width: 418px;
      text-align: left;
      position: relative;
    }
    .dropdown-btn::before {
      position: absolute;
      content: "";
      background-image: url("https://www.atiuae.com/wp-content/uploads/2025/08/arrow-black.png");
     background-repeat: no-repeat;
    background-position: 96% 22%;
    width: 100%;
    height: 100%;
    }

    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #fff;
      min-width: 418px;
      border: 1px solid #000;
      z-index: 1;
      max-height: 200px;
      overflow-y: auto;
    }

    .dropdown-content label {
      display: block;
      padding: 8px;
      cursor: pointer;
    }

    .dropdown.show .dropdown-content {
      display: block;
    }




.top-bar-mobile {
  display: none;
}

.inner_banner {
    padding: 0;
    position: relative;
    margin: 0px;
    margin-top: 90px;
        background-color: rgb(245, 245, 255);
        padding: 50px 0;
}
.inner_banner .banner_pic {
  display: none;
}
.inner_banner img {
    width: 100%;
    max-height: 256px;
    -o-object-fit: cover;
    object-fit: cover;
}
.inner_banner .banner_heading {
text-align: center;
}
.inner_banner .banner_heading h2 {
    color: #ef7e3a;
    font-size: 30px;
    font-weight: 600;
}

.form-group .form-check-inline:nth-child(4) .lb-h {
    width: 316px;
}


label.lb-h {
  width: 256px;
  border-radius: 3px;
  border: 1px solid #D1D3D4
}

.week_ends label.lb-h {
      width: 330px;

}

/* hide input */
input.radio:empty {
	opacity: 0;
}
input.radio:focus {
  box-shadow: none !important;
}
/* style label */
input.radio:empty ~ label {
	position: relative;
	float: left;
	line-height: 2.5em;
	text-indent: 3.25em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
      font-size: 15px;
}

input.radio:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 2.5em;
	background: #D1D3D4;
	border-radius: 3px 0 0 3px;
}
.contact-card-text a {
      color: #1a20ce;
    font-weight: 600;
    font-size: 20px;
}
/* toggle hover */
input.radio:hover:not(:checked) ~ label:before {
	content:'\2714';
	text-indent: .9em;
	color: #C2C2C2;
}

input.radio:hover:not(:checked) ~ label {
	color: #888;
}

/* toggle on */
input.radio:checked ~ label:before {
	content:'\2714';
	text-indent: 14px;
	color: #f5d3bf;
    background-color: #ef7e3a;
}

input.radio:checked ~ label {
	color: #777;
}

/* radio focus */
input.radio:focus ~ label:before {
	    box-shadow: 0 0 0 3px #ffddc8;
}



.chat-section {
  height: 100dvh;
  background: rgb(245, 245, 255);
  display: grid;
  place-content: center;
}
.chat-section .text-bx h2 {
  color: rgb(239, 126, 58);
  text-transform: uppercase;
  font-size: 110px;
}
.chat-section .chat-bx {
  display: flex;
  gap: 40px;
}
.waviy {
    position: relative;
    -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
    font-size: 60px;
}

.waviy span {
  position: relative;
  display: inline-block;
  color: #ef7e3a;
  text-transform: uppercase;
  animation: waviy 2.5s infinite;
  animation-delay: calc(0.2s * var(--i));
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 84px;
}

.waviy-btn {
  margin-top: 104px;
}

@keyframes waviy {
  0%, 40%, 100% {
    transform: translateY(0);
}
20% {
    transform: translateY(-20px);
}
}

#program {
     background-image: url(https://www.atiuae.com/wp-content/uploads/2025/08/arrow-black.png);
    background-repeat: no-repeat;
    background-position: 99% 56%;
    background-size: 4%;
}


#dob {
   background-image: url(https://www.atiuae.com/wp-content/uploads/2025/08/calender.png);
    background-repeat: no-repeat;
    background-position: 99% 56%;
}





@media (max-width: 1200px) {
    /* menu css */
    :root{
      --menu-font:
      'Open Sans', sans-serif;
      --menu-font-size: min(18px, 5vw);
      --primary-color: #0b2a4e;
      --hovered-color: #103e74;
      --submenu-bg: #030e1b;
      --submenu-border-color: rgb(255 255 255 / 54%);
      --menu-border-color: rgb(255 255 255 / 54%);
  --menu-color: #fff;
  --submenu-color: #fff;
      --menu-hovered-color: #ffffff;
      --toggle-button-color: #ffffff;
  }
  .mobmenu-right-panel .mobmenu-right-bt .mob-cancel-button {
      color: var(--toggle-button-color);
  }

  .mobmenu-right-panel .mobmenu-right-bt {
      top: 5px;
      right: 5px;
  }

  .mobmenu-content {
      border-top: 0px solid #ffffff;
  }

  .mobmenu-content li {
      padding: 0;
      margin: 0;
  }

  #mobmenuright li a, #mobmenuright li a:visited, #mobmenuright .mobmenu-content h2, #mobmenuright .mobmenu-content h3, .mobmenu-left-panel .mobmenu-display-name {
      font-family: var(--menu-font) !important;
      font-weight: 400 !important;
      color: var(--menu-color);
      padding: 6px 20px;
      font-size: var(--menu-font-size) !important;
  }

  #mobmenuright li {
      border-bottom: 1px solid var(--menu-border-color);
      padding-bottom: 0;
      position: relative;
      padding-inline: 0;
  }

  #mobmenuright li:last-child {
      border: none;
  }

  #mobmenuright li button.sub-menu-toggle {
      position: absolute;
      right: 0;
      top: 5px;
      background: transparent;
      border: none;
      color: var(--menu-color);
  }

  #mobmenuright li button.sub-menu-toggle span.icon-plus {
      display: none;
  }

  #mobmenuright li button.sub-menu-toggle span.icon-minus {
      display: none;
  }

  #mobmenuright li .mob-expand-submenu.show-sub {
      top: 6px;
  }

  #mobmenuright li a, #mobmenuright li a:visited, .show-nav-right .mob-menu-copyright, .show-nav-right .mob-expand-submenu i {
      font-size: var(--menu-font-size) !important;
      color: var(--menu-color);
  }

  .mobmenu-content #mobmenuright .sub-menu {
      background: var(--submenu-bg);
  }

  .mobmenu-content #mobmenuright li > .sub-menu li {
      padding: 0;
      margin: 0;
      border-bottom: 1px solid var(--submenu-border-color);
  }

  .mobmenu-content #mobmenuright .sub-menu a {
      color: var(--submenu-color);
  }

  .mobmenu-content #mobmenuright li > .sub-menu li:last-child {
      border: none;
      margin: 0;
      padding: 0;
  }
.mobmenu-content #mobmenuright > li a {
  font-size: 0.98rem !important;
  width: 100% !important;
  white-space: pre-wrap;
}
  .sub-menu {
      padding: 0;
  }
  .mobmenu-content #mobmenuright > li {
      overflow: hidden;
  }
  .mobmenu-content #mobmenuright > li > a:hover, .mobmenu-content #mobmenuright li:hover{
      background-color: var(--hovered-color);
  }
  .mobmenur-container i{
      color: var(--toggle-button-color);
  }
.mobmenu-panel {
  background-color: var(--primary-color);
}
  .mobmenur-container {
            background-color: #1a20ce;
            top: 75px !important;
  }
  a.logo img {
        max-width: 72px !important;
    }
    .mobmenur-container i {
              font-size: 29px !important;
              padding: 5px !important;
    }
    .mobmenu-right-panel {
        background-color: #1a20ce !important;
        width: 243px !important;
    }
        .mobmenu-content #mobmenuright > li > a:hover,
        .mobmenu-content #mobmenuright .sub-menu {
        background-color: #ef7e3a !important;
    }
    
}





@media (max-width: 1440px) {


}

@media (max-width: 1366px) {
  .blog-section::before {
    left: 9%;
  }
  .certify_bx::before {
    left: 9%;
  }
  .program_bx {
    margin-bottom: 520px;
  }
  .flip-card-front h3 {
    font-size: 22px;
  }
  .banner-main::before {
    left: 11%;
  }
  .about-section::before {
    left: 11%;
  }
  .banner-slide .ban_head .ban_cars img {
    width: 84%;
  }
  .sc_brd::before {
    top: 460px;
  }
  .sc_brd .sc_tl::before {
    top: 452px;
    left: 11%;
  }
  .sc_brd .sc_tl::after {
    top: 464px;
    right: 9.1%;
  }
  .scol_txt .scrol_txt:before {
    left: -152%;
    top: -26px;
  }
  .scol_txt .scrol_txt {
    bottom: 10%;
    left: 11.8%;
  }
  .scol_txt .scrol_txt:before {
    left: -21%;
    top: -11px;
  }
  .our-staff .staff_bx img {
    width: 250px;
    margin: auto;
  }
  .fleet_bnr .container {
    width: 100%;
    max-width: 94%;
  }
  .fleet_car_lst .fleet_cr h3 {
    font-size: 33px;
  }
  .our-staff .staff_bx .numb:before {
    left: 1%;
  }
  .our-staff .staff_bx .numb span {
    left: 5%;
  }
  .top-bx-left,
  .top-bx-right {
    flex: 0 0 46%;
  }
  .our-staff .staff_bx h3 {
    margin: 15px auto 0 23px;
  }
  .our-staff .staff_bx p {
    margin: 0px auto 0 23px;
  }
  .ryt_conetnt::after {
    left: 56%;
  }
  .sevices-section .container {
    width: 100%;
    max-width: 94%;
  }
  .ser_details {
    width: 68%;
  }
  .ser_tbs {
    width: 37%;
  }
  .new_sights .container {
    width: 100%;
    max-width: 93%;
  }
  .footer-section .container {
    width: 100%;
    max-width: 93%;
  }
  .ft_links {
    font-size: 18px;
  }
  .navbar ul {
    gap: 35px;
  }
  .banner-main::after {
    right: 9%;
  }
  .right_btn .our-btn-black {
    padding: 15px 16px;
    font-size: 14px;
  }
  .bottom_head .lyt_logo figure {
    margin-bottom: 0;
  }
  .testi_img img {
    top: -32px;
    width: 52%;
    right: 0px;
  }
  .slide_testi_bnr {
    max-width: 44%;
  }
  .testimonials-new {
    margin-top: 20px;
  }
  .about-section::after,
  .sevices-section::after,
  .new_sights::after,
  .testimonials-new::after,
  .blog-section::after,
  .why_us:after {
    right: 9%;
  }
  .sight_ryt_contnt .insig_news figure img {
    height: 135px;
  }
  .banner-main .banner-text {
    top: 62%;
    left: 29px;
  }
  .gall_imgs figure img {
    width: 300px;
    height: 300px;
  }
  .cte_services .cate_bx .content .wrap .title p {
    width: 94%;
  }
  .our-grp .details h3 {
    font-size: 25px;
  }
  .about-text {
    width: 58%;
    margin: auto;
  }
  .abt_bnrrr {
    background-size: contain;
    height: 385px;
  }
  .flip-card-front,
  .flip-card-back {
    height: 380px;
  }
  .flip_bx {
    margin-bottom: 93px;
  }
  .flip-card {
    width: 240px;
  }
  .prog_bd .section-title h2 {
    font-size: 42px;
  }
  .prog_bd::before {
    left: 11%;
  }
  .prog_bd::after {
    right: 9%;
  }
  .certify_bx::after {
    right: 9%;
  }
}

@media (max-width: 1269px) {
	.header {
		position: relative;
	}
	a.logo img {
		max-width: 100px;
	}
	.header .logo_bx {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
	}
	.left_bx, .right_bx {
		display: none;
	}
  .blog-section::before {
    left: 8%;
  }
  .blog-section::after {
    right: 6%;
  }
  .certify_bx::before {
    left: 8%;
  }
  .certify_bx::after {
    right: 6%;
  }
  .sc_brd::before {
    top: 431px;
  }
  .sc_brd .sc_tl::before {
    top: 423px;
    left: 8%;
  }
  .sc_brd .sc_tl::after {
    top: 434px;
    right: 6.1%;
  }
  .sc_br_botm::before {
    bottom: 107px;
  }
  .banner-main::before {
    left: 8%;
  }
  .banner-main::after {
    right: 6%;
  }
  .scol_txt .scrol_txt {
    left: 8.8%;
  }
  .about-section::before {
    left: 8%;
  }
  .about-section::after {
    right: 6%;
  }
  .prog_bd::before {
    left: 8%;
  }
  .prog_bd::after {
    right: 6%;
  }




.header {
    padding: 15px 10px;
}









}

@media (max-width: 1200px) {
.header {
  padding: 14px 0;
    background: #fff;
    border-bottom: 3px solid #ef7e3a;
}
.top-bar-mobile {
  display: block;
}

    .book-appoint-bx .book-appoint-btn {
        text-transform: capitalize;
        flex: 0 0 50%;
        padding: 10px;
        background: #1a20ce;
        text-align: center;
    }

   .book-appoint-bx {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: none;
        background: #ef7e3a;
    }
        .call-appoint-btn {
        text-align: center;
        flex: 0 0 50%;
    }
    .book-appoint-bx a {
      color: #fff;
    }
    .inner-page .header .logo_bx {
    transform: unset;
}
.mob-menu-header-holder {
  height: auto !important;
}
/* body.wp-singular.page-template.page-template-templates.page-template-Secondary-Page-Template.page-template-templatesSecondary-Page-Template-php.page.page-id-120.wp-embed-responsive.wp-theme-abode-institute-2025.inner-page .header {
  position: inherit !important;
}
body.wp-singular.page-template.page-template-templates.page-template-Secondary-Page-Template.page-template-templatesSecondary-Page-Template-php.page.page-id-120.wp-embed-responsive.wp-theme-abode-institute-2025.inner-page {
  margin-top: 0 !important;
} */
.inner-page nav.header.scrolled {
  position: relative;
}
 .single-cta {
    display: flex;
  }
  .inner_banner {
      margin-top: 0;
    }
}


@media (max-width: 991px) {

.section-about1 .left-bx {
    gap: 27px;
    flex-direction: column;
    margin-bottom: 22px;
}

.section-about1 .text-bx h3 br {
    display: none;
}
.section-about1 
.text-bx p {
    text-align: center;
}

.left-text-bx {
    max-width: 100%;
    padding: 26px 25px;
    text-align: center;
}
.main-card-bx {

    width: 100%;
    max-width: 500px;
    margin: auto;
    margin-bottom: 15px;
    height: 450px;
}

.main-card-bx .card-text h4 {
    font-size: 22px;
}


.first-row .col-xl-4 {
    width: 100%;
    text-align: center;
    margin-bottom: 15px !important;
}

.single-cta {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cta-text {
    padding-left: 0px;
}
/* Hide first and second child columns of .second-row */
.second-row > div:nth-child(1),
.second-row > div:nth-child(2) {
  display: none;
}

/* Make the third column full width */
.second-row > div:nth-child(3) {
  width: 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.footer-widget-heading h3 {
    text-align: center;
}
.footer-widget-heading h3::before{
  display: none;
}

.first-row {
    row-gap: 26px;
}
.first-row .col-xl-4 {
 
    border-bottom: 1px dashed #eeeeee73;
    padding-bottom: 15px;
}
.footer-cta {
    border-bottom: 0px;
}

.program-1 .content.show {
    width: calc(100% - (5% * 9));
}
.program-1, .program-details-12 {
    padding: 20px 0;
}
.inner_banner {
    padding: 20px 0;
}
.contact-image-bx {
  display: none;
}
.contact-card-ic img {
    max-width: 60px;
}
.contact-card-text h3 {
    font-size: 20px;
    margin-bottom: 0px;
}
.contact-row {
    flex-direction: column-reverse;
    gap: 25px;

  }
  .contact-form-bx {
    border: 1px solid #eee;
}
.contact-map iframe {
    height: 400px;
}
.inner-content-bx {
    padding: 30px 0;
}
.inner-content-bx .contact-card-bx {
    padding: 15px !important;
}
.contact-2 {
    padding: 35px 0px;
}
.contact-form-bx {
    padding: 15px !important;
}

}






@media (max-width: 1269px) {

  .inner-banner .banner-title h1 {
    font-size: 35px;
    background: #00000091;
    padding: 3px 10px;
}

  .program-1 .tabs {
    margin-bottom: 30px;
}


  .lines {
    display: none;
  }
  .footer-content {
        padding: 10px 0;
  }
  .footer-cta {
    padding-bottom: 10px;
  }
  .ab-text-2 {
             padding: 20px 0 38px;
  }
  .footer-widget-heading h3 {
        margin-bottom: 20px;
  }
   .left-text-bx {
        max-width: 85%;
    padding: 26px 0;
  }
 
  .main-card-bx .pic-bx img {
    height: 100%;
  }
  .single-cta {
    display: flex;
  }
  .mobmenu-content #mobmenuright li:hover {
        background-color: #ef7e3a !important;
    }
    .inner-page .header .logo_bx {
    transform: unset;
}
.cta-text {
    padding-bottom: 10px !important;
}
body .mobmenu-content #mobmenuright li:hover {
  background-color: #ef7e3a !important;
}

body .mobmenu-right-panel {
        background-color: #1a20ce !important;
    }
body  .mobmenu-content #mobmenuright .sub-menu {
        background-color: #000000 !important;
    }
    .main-card-bx .card-text h4 {
        font-size: 29px;
  }
}
@media (max-width: 769px) and (min-width: 768px) {
   .program_reverse .row {
    flex-direction: column-reverse;
  }
  
}
@media (max-width: 1024px) {
   #admissions-form .btn-box.mt-4.text-end {
        text-align: left !important;
    }
}
@media (max-width:768px) {
  .ab-text-1 .section-title h2, .program-details-12 .section-title h2 {
    margin: 0;
}
.section-about1 .text-bx h3 {
    font-size: 30px;
}
.section-title h2 {
    font-size: 30px;
}
.section-about1 .text-bx p {
    margin-top: 0px !important;
}
.left-text-bx {
    max-width: 95% !important;
}
.certify_bx2 {
    padding: 35px 0px;
}
.section-title h2 {
    font-size: 22px;
    width: 96%;
    margin: auto;
    letter-spacing: 0px;
}
.certify_bx2 p {
    width: 100%;
    max-width: 100%;
}
.footer-section {
    padding-top: 35px;
}
.first-row .col-xl-4 {
    padding-bottom: 0px;
}
.footer-widget-heading h3 {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.footer-content {
    padding: 10px 0;
    margin-top: 0px;
}
.copyright-area {
    padding: 14px 0;
}
.call-buton .cc-calto-action-ripple {
    right: 1rem;
    bottom: 5rem;
 
}
.first-row {
    row-gap: 18px;
}
.section-about1 .left-bx .img-bx img {
    max-width: 187px;
}

.section-about1 .text-bx h3 {
    margin-bottom: 15px;
}
 
}













@media (max-width: 767px) {
  .form-bottom {
    justify-content: start;
}
  .first-row {
    row-gap: 8px !important;
}

  .inner_banner img {
        min-height: 153px;
  }
  .inner_banner .banner_heading h2 {
        font-size: 24px;
            padding: 10px 20px;
                text-align: center;
                
  }
     .rm_m,
  .rm {
    display: none;
  }
  .rem {
    display: none;
  }
  .main-card-bx .pic-bx img {
    height: 440px;
  }
  .section-about1 .left-bx {
        flex-wrap: wrap;
  }
  .section-about1 .left-bx {
    justify-content: center;
  }
  .section-about1 .text-bx p {
    text-align: center;
    margin-top: 26px;
  }
  .section-about1 {
        padding: 30px 0px;
  }

  .section-title h2 {
    font-size: 28px;
  }
  .certify_bx2 p {
        width: 100%;
  }
  .single-cta {
    margin-bottom: 20px;
  }
  
  .ab-new {
        padding-top: 28px;
  }
  .program-1 .content-box {
        flex-wrap: wrap;
  }
  .program-1 .content.show {
    width: calc(100% - (9% * 1));
  }
  .program-1,
  .program-details-12 {
    padding: 30px 0;
  }
  .arrow-list li
 {
    width: 100%;
}
.admissions-logo-img {
  display: none;
}
.inner-banner {
      padding-block: 40px;
}
.inner-banner .banner-title h1 {
      font-size: 30px;
}
.blog-section .blog-grids .grid {
      flex: 0 0 calc(100% - 30px);
}
.blog-section::before,
.blog-section::after {
  display: none;
}
.contact-image-bx img {
  display: none;
}
.contact-form-bx {
      padding: 5px;
          text-align: left;
              margin-top: 14px;
}
.limit-bx  {
      flex-wrap: wrap;
}
.left-text-bx {
          text-align: center;
}
.main-card-bx .card-text {
      padding: 15px 9px;
}
.form-group .form-check-inline:nth-child(4) .lb-h {
    width: 100%;
}
input.radio:empty {
  display: none;
}
.Admissions-form .form-check {
      width: 100%;
}
label.lb-h {
  width: 100% !important;
}

.waviy span {
      font-size: 24px;
}
.chat-section {
      height: 43dvh;
}
#admissions-form .btn-box.mt-4.text-end {
  text-align: left !important;
}
}
.Admissions-form button[type="submit"] {
    margin-top: 0px !important;
    padding: 5px 15px !important;
    background-color: #1a20ce;
    color: #fff;
    border: none;
    border-radius: 0px;
    cursor: pointer;
}

.contact-2 .contact-form-bx .section-title p {
  display: none;
}

.page-id-3 .inner_banner {
    margin-top: 0px;
}

.page-template-privacy-policy .single-post2 :is(h1, h2, h3, h4, h5, h6) {
    background-color: rgb(245, 245, 255);
    display: flex;
    font-size: 30px;
    padding: 15px 15px 15px 20px;
    border-left: 5px solid #ef7e3a;
    margin: 25px 0px 10px 0px !important;
        color: #ef7e3a;
            font-weight: 600;
}

.mm-phone-number {
  color: rgb(12 17 143);
  font-weight: 600;
}
.mm-phone-number:hover {
  color: #ef7e3a;
}