* {
  margin: 0px;
  font-family: "Unbounded";
}

body {
  margin: 0;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

#property-header .dropdown-menu {
  position: absolute;
  padding: 0.5rem 0 0.5rem 0;
  left: 0rem;
  white-space: nowrap;
  text-align: left;
  padding: 0px 0 0px 0;
  background-color: #0b1f44;
  z-index: 556;
  transition: all 0.3s linear;
  top: 130%;
  visibility: hidden;
  opacity: 0;
  display: block;
  margin-top: 0;
}

#property-header .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

#property-header .navbar-nav li {
  position: relative;
  padding: 0.5rem 1rem;
}

.header-area .sticky-logo-img {
  display: none;
}

.sticky_header .sticky-logo-img {
  display: block;
}

.sticky_header .header-logo-img {
  display: none;
}

#property-header .navbar-nav .nav-item .nav-link::after {
  content: unset;
}

#property-header .navbar-nav .nav-item .nav-link i {
  padding-left: 14px;
}

#property-header .nav-link {
  letter-spacing: 1px;
  display: flex;
  position: relative;
  z-index: 1;
  height: 100%;
  align-items: center;
  transition: 0.4s;
  text-transform: uppercase;
  color: #fff;
  font-family: "Unbounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 0px;
}

.header-area.sticky_header .nav-link {
  color: #000000 !important;
}

.header-area.sticky_header .courses-menu img {
  filter: brightness(0);
}

#property-header .navbar-dark .navbar-nav .nav-link:hover {
  /*color: #0071E3 !important;*/
  transition: all 0.3s linear;
}

#property-header .navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #1f487c;
  transition: all 0.3s linear;
  border-bottom: 2px solid #1f487c;
}

#property-header .dropdown-item.active,
.dropdown-item:active {
  color: #dee1e3;
  text-decoration: none;
  background-color: #0071e3;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover.nav-link::before {
  opacity: 1;
  transition: all 0.3s linear;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover:after {
  opacity: 1;
  transition: all 0.3s linear;
}

#property-header .dropdown-item:hover {
  color: #0071e3;
  background-color: transparent;
}

#property-header .dropdown-item {
  color: #dee1e3;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-family: "Unbounded";
  letter-spacing: 1px;
  transition: 0.3s ease-out;
  padding: 0.6rem 1rem 0.6rem 1rem;
}

/* #property-header .nav-link.active {
    color: #0784C7 !important;
} */

#property-header .nav-link.active.nav-link::before {
  opacity: 1;
  transition: all 0.3s linear;
}

#property-header .navbar-collapse {
  flex-grow: 0 !important;
}

.bg_load {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: url(../images/loading-icon.gif) 50% 50% no-repeat #fff;
}

.bg-contact .navbar {
  background-color: #f6cabf !important;
  border-bottom: 0.063rem solid #f6beb1 !important;
}

.header {
  position: absolute;
  z-index: 1;
  width: 100%;
}

#property-header .navbar-light .navbar-nav .nav-link.active-menu {
  border-bottom: 3px solid #1a244d;
  width: fit-content;
}

.sticky_header {
  position: fixed !important;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-animation-name: fadeInDown;
  animation-duration: 1s;
}

.header-area.sticky_header {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 100%;
}

.scrollToTop {
  background-image: url(../images/apple-scroll-to-top.png);
  width: 46px;
  height: 40px;
  position: fixed;
  right: 82px;
  bottom: 63px;
  background-repeat: no-repeat;
  z-index: 99;
}

.navbar-collapse.collapse.show li.nav-item {
  color: #000;
}

/*----onscroll animation start-----*/
.in-view.anim-delay2 {
  -webkit-transition-delay: 0.4s !important;
}

.in-view.anim-delay3 {
  -webkit-transition-delay: 0.8s !important;
}

.in-view.anim-delay4 {
  -webkit-transition-delay: 1.2s !important;
}

.in-view.anim-delay5 {
  -webkit-transition-delay: 1.6s !important;
}

.in-view.anim-delay6 {
  -webkit-transition-delay: 2s !important;
}

.animation-element.slide-top {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  -moz-transform: translate3d(0px, -60px, 0px);
  -webkit-transform: translate3d(0px, -60px, 0px);
  -o-transform: translate(0px, -60px);
  -ms-transform: translate(0px, -60px);
  transform: translate3d(0px, -60px, 0px);
}

.animation-element.fadein {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}

.animation-element.slide-bottom {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  -moz-transform: translate3d(0px, 60px, 0px);
  -webkit-transform: translate3d(0px, 60px, 0px);
  -o-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate3d(0px, 60px, 0px);
}

.animation-element.slide-left {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  -moz-transform: translate3d(-50px, 0, 0);
  -webkit-transform: translate3d(-50px, 0, 0);
  -o-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate3d(-50px, 0, 0);
}

.animation-element.slide-right {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  -moz-transform: translate3d(50px, 0, 0);
  -webkit-transform: translate3d(50px, 0, 0);
  -o-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  transform: translate3d(50px, 0, 0);
}

.animation-element.slide-left.in-view,
.animation-element.slide-top.in-view,
.animation-element.slide-right.in-view,
.animation-element.slide-bottom.in-view,
.animation-element.fadein.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.header-area {
  padding-top: 0px;
}

.navbar-dark .navbar-nav .nav-link {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.9px;
  line-height: 26px;
  text-transform: uppercase;
  color: #0784c7;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #0071e3;
}

.navbar-dark .navbar-nav .nav-link:hover {
  /* color: #62CEC5 !important; */
  transition: all 0.3s linear;
}

.navbar-dark .navbar-nav .nav-link:hover:after {
  opacity: 1;
  transition: all 0.3s linear;
}

a.nav-link {
  position: relative;
}

.header-button {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 12rem;
  padding: 0.375rem 1.55rem;
  border-radius: 50px;
  background-color: #62cec5;
}

.container {
  padding-right: 5vw !important;
  padding-left: 5vw !important;
  margin: unset !important;
  max-width: unset;
}

.navbar-dark .navbar-nav .nav-link {
  padding: 2px 0;
}

.navbar {
  padding: 20px 0px;
  /* padding-bottom: 0.8rem; */
}

.navbar-expand-lg .navbar-collapse {
  justify-content: space-between;
}

.navbar-dark .navbar-nav .nav-link {
  position: relative;
}

.btn:focus {
  box-shadow: unset;
}

.header-area {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 0;
  top: 0;
  background: transparent;
}

.scrollToTop {
  background-image: url(../images/apple-scroll-to-top.png);
  width: 46px;
  height: 40px;
  position: fixed;
  right: 82px;
  bottom: 56px;
  background-repeat: no-repeat;
  z-index: 99;
}

.btn.btn-primary.border-0:active:focus,
.btn-primary:focus {
  background: #f36a3a !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: unset !important;
}

.sticky_header .top-header {
  display: none;
}

@media (max-width: 767px) {
  .top-header {
    padding: 0;
    background-color: transparent !important;
  }

  .header-btn .zoop-btn {
    padding: 0rem 0rem !important;
    font-weight: 400 !important;
    color: #000 !important;
  }

  .sticky-social {
    display: none;
  }

  .h-height {
    height: 156px;
  }

  .navbar-dark .navbar-toggler {
    color: unset !important;
    border-color: #fff !important;
    box-shadow: unset !important;
  }

  .scrollToTop {
    right: 20px;
  }

  .container {
    padding: 0px 15px !important;
  }

  .navbar-dark .navbar-nav .nav-link::before {
    content: unset;
  }

  .navbar {
    padding: 10px 0px;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
  }

  .navbar-nav {
    margin-top: 10px !important;
  }

  .scrollToTop {
    background-image: url(../images/apple-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 27px;
    bottom: 20px;
    background-repeat: no-repeat;
    z-index: 99;
  }

  .header-area {
    background-color: #ffffff;
  }

  .header-button {
    margin-left: unset !important;
    padding: 8px 20px !important;
  }

  .navbar-dark .navbar-nav .nav-link:after {
    position: unset !important;
  }

  /* .navbar-brand img {
        width: 160px;
    } */
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-dark .navbar-nav .nav-link::before {
    content: unset;
  }

  .navbar-dark .navbar-nav .nav-link {
    padding: 0.5rem 0rem;
  }

  .navbar-nav {
    margin-top: 10px !important;
  }

  .header-btn .zoop-btn {
    padding: 0rem 0rem;
  }

  .header-btn .zoop-btn {
    font-weight: 400;
    background: transparent !important;
    color: rgba(0, 0, 0, 0.7) !important;
    font-weight: 400 !important;
  }

  .header-btn .zoop-btn.btn-primary:hover {
    background: transparent !important;
  }

  .scrollToTop {
    background-image: url(../images/apple-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 40px;
    bottom: 20px;
    background-repeat: no-repeat;
    z-index: 99;
  }

  .header-button {
    margin-left: unset !important;
  }
}

@media (max-width: 575px) {
  .scrollToTop {
    background-image: url(../images/apple-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-repeat: no-repeat;
    z-index: 99;
  }
}

/* =======================
    Own Css Starts
======================= */
/* common css */
h1 {
  font-family: "Anton";
  font-size: 140px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}

h1 span {
  font-family: "Anton";
  font-size: 140px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #fff;
}

h2 {
  font-family: "Anton";
  font-size: 90px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}

h2 span {
  font-family: "Anton";
  font-size: 90px;
  font-weight: 400;
  -webkit-text-stroke: 3px #ffffff;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

h3 {
  font-family: "Anton";
  font-size: 48px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
  line-height: 130%;
}

h4 {
  font-family: "Anton";
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}

p {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

a {
  text-decoration: none;
}

.cmn-btn {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  width: fit-content;
  padding: 10px 24px;
  text-transform: uppercase;
  border: 1px solid #f15a2e;
  background-color: #f15a2e;
  color: #ffffff;
  overflow: hidden;
  border-radius: 4px;
  border-bottom-right-radius: 24px;
  transition: all 0.5s ease-in-out;
}

.cmn-btn span {
  position: relative;
  z-index: 2;
}

.cmn-btn i {
  color: #ffffff;
  transition: all 0.3s ease;
  transform: rotate(-45deg);
  z-index: 2;
  position: relative;
}

.cmn-btn::before,
.cmn-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.cmn-btn::before {
  left: -20px;
  transform: translate(-50%, -50%);
}

.cmn-btn::after {
  right: -20px;
  transform: translate(50%, -50%);
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
    width: 20px;
    height: 20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
    width: 20px;
    height: 20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

.cmn-btn:hover {
  color: #f15a2e;
  border-bottom-right-radius: 4px;
}

.cmn-btn:hover i {
  color: #f15a2e;
  transform: rotate(0deg);
}

.cmn-btn:hover::before {
  animation: criss-cross-left 0.8s both;
}

.cmn-btn:hover::after {
  animation: criss-cross-right 0.8s both;
}

.cmn-btn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
}

.cmn-btn2 span {
  color: #f15a2e;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}

.cmn-btn2 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 10%;
  height: 1px;
  background-color: #f15a2e;
  transition: all 0.3s ease-in-out;
}

.cmn-btn2 i {
  color: #f15a2e;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}

.cmn-btn2:hover span::after {
  width: 100%;
  opacity: 1;
}

.cmn-btn2:hover i {
  transform: rotate(0deg);
}

/* ===================
    Header Style
=================== */
/* Own DropDown  */
.drpdwn {
  position: relative;
}

.drpdwn > a {
  line-height: 3rem;
  color: #fafafa;
  padding: 0 0.8rem;
  letter-spacing: 1px;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
}

.drpdwn > a > i {
  margin-left: 0.2rem;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 15rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  transition: all 0.5s ease;
  z-index: 10;
  background-color: #ffffff;
  padding: 10px 0px;
  border-radius: 20px;
}

.dropdown ul {
  position: relative;
  padding: 0;
  list-style: none;
}

.dropdown-link {
  padding: 0 !important;
}

.dropdown-link > a {
  text-decoration: none;
  display: flex;
  gap: 10px;
  color: #a3a3a3;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
  width: max-content;
}

.dropdown-link:hover > a {
  color: #f15a2e;
  padding-left: 30px;
}

.drpdwn:hover > .dropdown,
.dropdown-link:hover > .dropdown {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/* ====================
    Footer Style
==================== */
#footer-top {
  background-color: #f15a2e;
  padding: 100px 0px;
  position: relative;
}

.social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  z-index: 2;
  position: relative;
}

.social-links-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}

.social-links-inner h4 {
  font-size: 32px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.social-links-inner i {
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
}

.social-links-inner:hover {
  transform: scale(0.93);
}

.social-links-inner:hover h4,
.social-links-inner:hover i {
  color: #000000;
}

#footer-top .social-back-text {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px rgb(255, 255, 255, 0.1);
  font-size: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  z-index: 0;
}

#footer-bottom {
  background-color: #252525;
  padding-top: 30px;
}

.footer-logo {
  position: relative;
}

.footer-logo img {
  filter: brightness(0) invert(1);
}

.footer-logo::after {
  content: "";
  width: 370px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.footer-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
}

.footer-contact p a {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  font-family: "Anton";
}

#footer-bottom .copyright {
  border-top: 1px solid #ffffff;
  padding: 24px 0px;
  margin-top: 34px;
}

#footer-bottom .copyright p {
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .social-links {
    gap: 25px;
  }

  #footer-top .social-back-text {
    width: fit-content;
    text-align: center;
    font-size: 36px;
  }

  #footer-top {
    padding: 30px 0px;
  }

  .footer-logo::after {
    width: 100%;
  }

  .footer-contact {
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }

  .footer-contact p {
    margin-bottom: 18px;
  }

  .footer-contact p a {
    font-size: 16px;
        line-height: 32px;
  }
    .footer-logo {
    text-align: center;
}
  #footer-bottom .copyright p {
    font-size: 14px;
  }
}

/* ====================
    Common Banner
==================== */
section.inner-banner-sec {
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 200px 0 60px;
}
.inner-banner-sec.about-bg {
  background-image: url("../images/aboutUs_bannerBg.webp");
}
.inner-banner-sec.student-corner {
  background-image: url("../images/student_corner_bannerBg.webp");
}
.inner-banner-sec.contact-bg {
  background-image: url("../images/contactUs_bannerBg.webp");
}
.inner-banner-sec.courses-bg {
  background-image: url("../images/our_courses_bannerBg.webp");
}
.inner-banner-cont a {
  color: #fff;
  font-family: "Unbounded";
}
.inner-banner-cont p {
  margin-top: 120px;
}

/* about- us css start  */
.about-rit-cont-wrap h3 {
  margin-left: -100px;
  padding-bottom: 50px;
      z-index: 2;
    position: relative;
}

.about-rit-cont-wrap .spin {
  width: fit-content;
  margin-left: auto;
  margin-top: -60px;
  position: relative;
}
.about-rit-cont-wrap .spin .spin-text {
  display: block;
  animation: spinText 10s linear infinite;
}
.about-rit-cont-wrap .spin .spin-eye {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes spinText {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

h2.counter-number,
.counter-inner span {
  color: #f15a2e;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #f15a2e;
  font-size: 90px;
  font-family: "Anton";
}

.vid-section-counter {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  border-bottom: 3px solid #f15a2e;
  padding-bottom: 50px;
}

.about-rit-cont-wrap p {
  color: #000;
  padding-bottom: 20px;
    line-height: 28px;
}

.counter-inner p {
  color: #000;
  font-size: 18px;
  font-family: "Unbounded";
}

.our-values-top-cont h2 {
  color: #000;
}

.s-value-box {
  text-align: center;
  padding: 20px;
}

.s-value-box h4 {
  padding: 15px 0;
}

.br-right {
  border-right: 0.5px solid #a4a4a4;
}

section.creativity {
  background: #f1ece7;
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
}

.creativity-rit-cont h3 {
  padding-bottom: 20px;
}

.creativity-rit-cont p {
  padding-bottom: 20px;
  line-height: 28px;
}

.creativity-rit-cont {
  max-width: 90%;
}

.video-editing-left-cont p {
  color: #000;
  padding: 20px 0;
}

/* MAIN WRAPPER SECTION */
.main-section {
  overflow: hidden;
  background-color: #252525;
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
}
.slide-container .slide {
  position: relative;
  padding: 100px 80px 60px;
  overflow: hidden;
  z-index: 1;
}
.slide-container .slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/video-courses-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.6s ease-in-out;
  z-index: -1;
}
.slide-container .slide:hover::before {
  opacity: 1;
}
.slide-container .slide::after {
  content: "";
  position: absolute;
  width: 75%;
  height: 2px;
  background-color: #ffffff;
  margin: auto;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.slide-container .slide:last-child::after {
  display: none;
}

/* DESIGN */
.main-section h2 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 25px;
}

.tag {
  background-color: #fff;
  color: #000;
  padding: 8px 18px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
}

.main-section p {
  max-width: 800px;
  line-height: 1.8;
  font-size: 15px;
}

/* REST OF PAGE */
.after-section {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.video-courses h3 {
  color: #fff;
}

.tages-wrap span {
  background: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  text-transform: uppercase;
}

.tages-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 15px;
}

.video-courses p {
  color: #a3a3a3;
  padding-top: 20px;
  text-align: left;
}

.courses-left-cont p {
  padding: 20px 0;
}

.courses-slider .splide__slide {
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  color: #000000;
  font-family: "Anton";
}

.splide__slide.seperator {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px !important;
}

section.about-us-sec,
section.video-editing {
  margin-top: -50px;
  background: #fff;
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
}

/* ==================
    HomePage Css
================== */
#home-banner {
  background-image: url("../images/banner_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0px 170px;
}

.home-banner-inner {
  max-width: 1000px;
}

.home-banner-inner h1 {
  font-size: 80px;
}

.home-banner-inner p {
  color: #ffffff;
  margin: 30px 0px 40px;
}

#about-section {
  padding: 60px 0px 100px;
  border-top-right-radius: 42px;
  border-top-left-radius: 42px;
  overflow: hidden;
  margin-top: -50px;
  background-color: #ffffff;
}

.splide.courses-slider {
  margin-bottom: 36px;
}

.courses-slider .splide__slide {
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  color: #000000;
  font-family: "Anton";
}

.splide__slide.seperator {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px !important;
}

.animate {
  color: #000;
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 48px;
}

.animate span {
  font-family: "Anton" !important;
}

.left-bottom-content p {
  margin-bottom: 24px;
}

.left-bottom-content p:nth-child(2) {
  font-weight: 700;
}

.about-inner-right {
  margin-top: 25px;
}

.about-inner-right .counter-inner {
  width: fit-content;
  margin: auto;
  margin-bottom: 100px;
}

.about-inner-right .counter-inner:last-child {
  margin-bottom: 0;
}

h2.counter-number,
.counter-inner span {
  color: #f15a2e;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #f15a2e;
  font-size: 90px;
  font-family: "Anton";
  line-height: 55px;
}

.counter-inner p {
  background-color: #ffffff;
}

#whyUs-section {
  background-color: #252525;
  padding: 60px 0px 100px;
  margin-top: -50px;
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
}

.whyus-boxes {
  margin-top: 40px;
  justify-content: center;
}

.why-us-box {
  padding: 34px 24px;
  border: 1px solid #383838;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin-bottom: 24px;
}

.why-us-box:hover {
  transform: scale(0.98);
  border: 1px solid #f15a2e;
}

.why-us-box h4 {
  margin-bottom: 24px;
}

.why-us-box p {
  height: 96px;
}

.why-us-box h4,
.why-us-box p {
  color: #ffffff;
}

.whyUs-section-bottom {
  background-color: #f15a2e;
  margin-top: 73px;
  padding: 25px;
  border-radius: 60px;
}

.whyUs-bottom-content {
  display: flex;
  gap: 50px;
  align-items: start; 
  justify-content: end;
}

.whyUs-bottom-content h4,
.whyUs-bottom-content p {
  color: #ffffff;
}

.whyUs-section-img {
  position: relative;
  height: 100%;
}

.whyUs-section-img img {
  position: absolute;
  bottom: -25px;
  right: 0;
}

#courses-section {
  padding: 100px 0px 0px;
  background-color: #ffffff;
  margin-top: -50px;
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
}

.cardBoxOne,
.cardBoxTwo {
  border-radius: 24px;
  margin-bottom: 60px;
  padding: 0px 40px;
  position: sticky;
}

.cardBoxTwo .row {
  flex-direction: row-reverse;
}

.cardBoxOne.video-editing {
  background-color: #e5f9ff;
  top: 120px;
}

.cardBoxTwo.social-media {
  background-color: #fff7d0;
  top: 140px;
}

.cardBoxOne.two-d-animation {
  background-color: #ffefe2;
  overflow: hidden;
  top: 160px;
}

.cardBoxTwo.ui-ux-design {
  background-color: #f0ebff;
  top: 180px;
}

.cardBoxOne.design-printing {
  background-color: #ebf6ff;
  top: 200px;
}

.cardBoxTwo.graphic-design {
  background-color: #ffe2f4;
  top: 220px;
}

.cardBoxOne.digital-marketing {
  background-color: #f6eaff;
  top: 240px;
}

.cardBoxTwo.visual-effect {
  background-color: #ffefdf;
  top: 260px;
}

.cardBoxOne.three-d-animation {
  background-color: #f9f9ff;
  top: 280px;
}

.cardBoxTwo.multimedia {
  background-color: #fff1cf;
  top: 300px;
}

.card-inner-img {
  position: relative;
  height: 100%;
}
.card-inner-content .cmn-btn2 {
  z-index: 11;
  position: relative;
  display: block;
}
.card-inner-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.card-inner-content {
  padding: 85px 0px;
}

.card-inner-content p {
  margin: 20px 0px 30px;
}
#student-testimonial {
  padding: 60px 0px;
  background-color: #fff;
}
.studentTesti .carousel-caption-inner {
  text-align: center;
}
.studentTesti .carousel-caption-inner p {
  margin: 40px auto 160px;
  max-width: 1020px;
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  height: 135px;
}
.studentTesti .carousel-indicators {
  bottom: 60px;
}
.studentTesti .carousel-indicators button {
  background-size: contain;
  width: 60px !important;
  height: 60px !important;
  margin-right: 12px !important;
  margin-left: 12px !important;
  background-repeat: no-repeat;
}
.studentTesti .carousel-indicators .one {
  background-image: url("../images/ajmal_img.webp");
}
.studentTesti .carousel-indicators .two {
  background-image: url("../images/harish_img.webp");
}
.studentTesti .carousel-indicators .three {
  background-image: url("../images/swathi_img.webp");
}
/* .studentTesti .carousel-indicators button.active {
  width: 80px !important;
  height: 80px !important;
} */
.studentTesti .carousel-control-next,
.studentTesti .carousel-control-prev {
  width: 5% !important;
}
.studentTesti .carousel-control-next-icon {
  background-image: url("../images/testi_nav_right.svg");
  width: 42px !important;
  height: 42px !important;
}
.studentTesti .carousel-control-prev-icon {
  background-image: url("../images/testi_nav_left.svg");
  width: 42px !important;
  height: 42px !important;
}
#contact-section {
  padding: 60px 0px;
  background-color: #f1ece7;
  overflow-x: hidden;
}
.contact-us-section {
  background-color: #fff;
  border-radius: 24px;
}

.contact-us-img {
  position: relative;
  height: 100%;
}
.contact-us-img img {
  position: absolute;
  bottom: 0;
  left: -20px;
}
.contact-us-content {
  padding: 45px 34px 45px 0px;
}
.contact-us-content p {
  margin: 24px 0px 30px;
}
.input-container {
  display: flex;
  align-items: center;
  border: 1px solid #f15a2e;
  overflow: hidden;
  width: 100%;
  padding: 0px 16px;
}
.input-container input {
  border: none;
  padding: 16px 0px;
  flex: 1;
  font-size: 14px;
  outline: none;
}
.input-container .cmn-btn2:hover {
  cursor: pointer;
}
.student-hub {
  background-image: url("../images/student_hub_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 45px 0px 45px 40px;
  height: 100%;
  border-radius: 24px;
}
.student-hub h4,
.student-hub p {
  color: #fff;
}
.student-hub p {
  margin: 24px 0px 60px;
  max-width: 240px;
}

section.map {
  margin-top: -50px;
  background-color: #fff;
  border-top-right-radius: 42px;
  border-top-left-radius: 42px;
  padding: 60px 0px;
}
.feedback-form {
  padding: 15px 0px 60px;
}
.map-sec-wrap {
  position: relative;
}
.get-in-touch-sec {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 40px;
  border-top-left-radius: 20px;
}

.get-in-touch-sec a,
.get-in-touch-sec p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  font-family: "Anton";
}
.get-in-touch-sec .location p:nth-child(2) .fa-location-dot,
.get-in-touch-sec .location p:nth-child(3) .fa-location-dot {
  opacity: 0;
}
.red-line {
  width: 70%;
  background: #f15a2e;
  height: 4px;
  margin: 0 auto;
  margin-top: 57px;
}

.form-control {
  border: none ;
  background: #f6f6f6 !important;
}

/* ===================
    Student Corner
=================== */
#student-corner-top {
  padding: 100px 0px 60px;
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
  margin-top: -50px;
  background-color: #ffffff;
}

.student-corner-top-inner {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 30px;
}

.student-corner-left {
  width: 30%;
  position: sticky;
  top: 110px;
  margin-bottom: 30px;
}

.student-corner-right {
  width: 70%;
}

.student-corner-left h3 {
  margin-bottom: 36px;
}

.benefits-tabs h4 {
  margin: 40px 0px 30px;
}

.tab-buttons {
  display: flex;
  border-bottom: 1px solid #ccc;
  gap: 40px;
  margin-bottom: 25px;
}

.tab-btn {
  background: none;
  border: none;
  font-family: "Anton";
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  color: #b9b9b9;
  padding-bottom: 14px;
  position: relative;
  transition: all 0.3s ease;
}

.tab-btn.active {
  color: #000;
}

.tab-btn.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background-color: #ff5722;
  transition: width 0.3s ease;
}

.tab-content {
  display: none;
  animation: fadeIn 0.4s ease;
}

.tab-content.active {
  display: block;
}

.tab-content ul {
  list-style: none;
  padding-left: 0;
}

.tab-content li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px;
}

.tab-content li::before {
  content: "";
  background-image: url("../images/tab_check_mark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 5px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#student-projects {
  padding: 60px 0px;
  background-color: #f1ece7;
  border-top-right-radius: 42px;
  border-top-left-radius: 42px;
  margin-top: -50px;
}

.student-projects-inner {
  display: flex;
  justify-content: center;
  align-items: start;
}

.students-projects-left {
  width: 70%;
  padding-right: 50px;
}

.students-projects-right {
  width: 30%;
  text-align: right;
  position: sticky;
  top: 110px;
  margin-bottom: 30px;
}

.student-project h3 {
  margin: 30px 0px;
}

.student-project {
  border-bottom: 3px solid #f15a2e;
  margin-bottom: 60px;
}

.students-projects-right h2 {
  color: #000000;
}

.students-projects-right h2 span {
  -webkit-text-stroke: 2px rgb(0, 0, 0);
  -webkit-text-fill-color: transparent;
}

.students-projects-right p {
  margin: 36px 0px;
}

.students-projects-right .cmn-btn {
  margin-left: auto;
}

#faq-section {
  padding: 60px 0px;
  background-color: #ffffff;
  margin-top: -50px;
  border-top-right-radius: 42px;
  border-top-left-radius: 42px;
}

.faq-head {
  color: #000000;
  margin-bottom: 60px;
}

.student-faq .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #f15a2e;
  padding:15px 0;
}

.student-faq .accordion-button::after {
  display: none;
}

.student-faq .accordion-button:not(.collapsed)::after {
  display: none;
}

.student-faq .accordion-button::before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 25px;
  content: "";
  background-image: url("../images/faq_plus.svg");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.student-faq .accordion-button:not(.collapsed)::before {
  background-image: url("../images/faq_minus.svg");
  transform: rotate(-180deg);
}

.student-faq .accordion-button {
  font-size: 24px;
  font-weight: 400;
  color: #000000 !important;
}

.student-faq .accordion-button:focus {
  box-shadow: none;
}

.student-faq .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.faq-image {
  position: sticky;
  top: 110px;
}
.about-left-img {
  border-radius: 30px;
  overflow: hidden;
}
.about-left-img img {
  transition: all 0.5s ease-in-out;
  width: 100%;
  z-index: -1;
}
.about-left-img:hover img {
  transform: scale(1.03);
}
.courses-animate-right {
  position: relative;
}
.courses-animate-right .right-circle-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: spinBg 20s linear infinite;
}
@keyframes spinBg {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* responsive css start  */
@media screen and (max-width: 767px) {
  #property-header .nav-link {
    color: #000;
  }

  .home-banner-inner h1 {
    font-size: 42px;
  }

  h1 span {
    font-size: 60px;
  }

  div#home-banner {
    padding-top: 150px;
            background: #f15a2e;
        padding-bottom: 120px;
  }

  .courses-slider .splide__slide {
    font-size: 20px;
  }

  .animate {
    font-size: 36px;
  }

  .left-bottom-content {
    padding-top: 20px;
  }

  .about-inner-right {
    padding-top: 40px;
  }

  h2 {
    font-size: 48px;
  }

  h2 span {
    font-size: 48px;
  }

  .whyUs-section-img {
    display: none;
  }

  .whyUs-bottom-content {
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px;
  }

  .cardBoxOne,
  .cardBoxTwo {
    position: relative;
    padding: 20px;
  }

  .card-inner-img img {
    position: static;
    transform: none;
  }

  .card-inner-content {
    padding: 0 0 40px;
  }

  div#courses-section {
    padding: 0;
  }

  .cardBoxOne.video-editing {
    top: 40px;
  }

  .cardBoxTwo.social-media {
    top: 40px;
  }

  .cardBoxOne.two-d-animation {
    top: 40px;
  }

  .cardBoxTwo.ui-ux-design {
    top: 40px;
  }

  .cardBoxOne.design-printing {
    top: 40px;
  }

  .cardBoxTwo.graphic-design {
    top: 40px;
  }

  .cardBoxOne.digital-marketing {
    top: 40px;
  }

  .cardBoxTwo.visual-effect {
    top: 40px;
  }

  .cardBoxOne.three-d-animation {
    top: 40px;
  }

  .cardBoxTwo.multimedia {
    top: 40px;
  }

  .contact-us-img img {
    position: static;
  }

  .cardBoxOne,
  .cardBoxTwo {
    margin-bottom: 20px;
  }

  div#student-testimonial {
    padding: 60px 0 0;
  }

  .studentTesti .carousel-indicators {
    bottom: 30px;
  }

  .studentTesti .carousel-indicators button {
    background-repeat: no-repeat;
  }

  div#carouselExampleCaptions {
    padding-bottom: 150px;
  }

  .studentTesti .carousel-caption-inner p {
    height: auto;
    margin: 40px 0;
    font-size: 24px;
  }

  .contact-us-content {
    padding: 40px 20px;
  }

  .student-hub {
    padding: 40px 20px 0;
    margin-top: 40px;
            background: #000;
  }

  h3 {
    font-size: 36px;
  }

  h1 {
    font-size: 60px;
  }

  section.about-us-sec {
    padding-top: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .about-rit-cont-wrap img.spin {
    display: none;
  }

  .about-rit-cont-wrap h3 {
    margin-left: 0;
    padding: 0 0 20px;
  }

  .counter-inner {
    padding-bottom: 40px;
  }

  .our-values-top-cont h2 {
    padding-bottom: 15px;
  }

  section.creativity,
  section.about-us-sec,
  section.video-editing {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    padding: 40px 0;
    overflow-x: hidden;
  }

  .student-corner-top-inner {
    flex-wrap: wrap;
  }

  .student-corner-left {
    width: 100%;
    position: static;
  }

  .student-corner-right {
    width: 100%;
  }

  .student-projects-inner {
    flex-wrap: wrap;
  }

  .students-projects-left {
    width: 100%;
    padding-right: 0;
    display: none;
  }
.students-projects-right p{
    margin-top:20px;
}
  .students-projects-right {
    width: 100%;
    position: static;
    text-align: left;
  }

  .students-projects-right .cmn-btn {
    margin-left: 0;
  }

  .student-faq .accordion-button {
    font-size: 20px;
  }

  .get-in-touch-sec {
    position: static;
    padding: 40px 0;
  }

  .red-line {
    margin-top: 0;
    margin-bottom: 40px;
    width: 80%;
  }

  .home-banner-inner span img {
    width: 120px;
  }
  #about-section {
    padding: 60px 0px;
  }
  .contact-us-section .row {
    flex-direction: column-reverse;
  }
  .input-container input {
    width: 80%;
  }
  .input-container .cmn-btn2 span {
    font-size: 12px;
  }
  .about-us-sec-wrap {
    overflow-x: hidden;
  }
  .slide-container .slide {
    padding: 40px 20px;
  }
  .video-courses h3 {
    margin-bottom: 30px;
  }
  .tages-wrap span {
    font-size: 14px;
  }
  .courses-btm-sec {
    padding: 40px 0px;
    overflow-x: hidden;
  }
  .courses-left-cont h3 {
    font-size: 28px;
  }
  .courses-slider {
    padding: 0 !important;
  }
  #student-corner-top {
    padding: 60px 0px;
  }
  .tab-btn {
    font-size: 16px;
  }
  #faq-section .row {
    flex-direction: column-reverse;
  }
  .faq-head {
    margin-bottom: 20px;
  }
  section.map {
    padding: 30px 0px 0px;
  }
  .feedback-form {
    padding: 15px 0px 30px;
  }
  .about-inner-right .counter-inner {
    margin-bottom: 30px;
  }
  .courses-animate-right {
  margin-top: 60px;
margin-bottom: 40px;
}
.creativity-rit-cont {
  margin-top: 30px;
  max-width: 100%;
}
.student-hub p {
    margin-bottom: 20px;
}
.about-us-sec-wrap .row {flex-direction: column-reverse;}

.spin {
    display: none;
}
.social-links-inner h4 {
    display: none;
}
}
