:root {
  --h-color: #343434;
  --p-color: #575757;
  --p2-color: #FFFFFF
}

:root {
  --h-color: #343434;
  --p-color: #575757;
  --p2-color: #FFFFFF
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 10px
}

body {
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  font-family: 'Atami', sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: normal;
  font-family: 'Etna', sans-serif
}

p,
a,
ul,
li,
button {
  margin: 0;
  padding: 0;
  line-height: normal
}

a:hover {
  text-decoration: none
}

img {
  width: 100%;
  height: auto
}

button {
  border: 0;
  background-color: transparent;
  transition: .3s ease-in-out;
  font-family: 'Atami', sans-serif
}

input:focus,
textarea:focus,
select:focus {
  outline: none
}

.buton {
  padding: 15px 30px;
  border-radius: 50px;
  letter-spacing: .5px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, .25);
  transition: .25s ease-in-out
}

.buton::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ED1C24;
  z-index: -1;
  transform: scale(0);
  transition: .25s ease-in-out;
  border-radius: 0px
}

.buton:hover {
  color: #fff !important
}

.buton:hover::before {
  transform: scale(1)
}

header {
  position: sticky;
  top: 0;
  z-index: 99999999;
  transition: .3s ease-in-out
}

header.scrolled {
  background: rgb(249, 251, 209);
  )
}

nav.navbar {
  background-color: transparent;
  position: relative;
  z-index: 99999;
  padding: 0
}

nav.navbar .navbar-brand {
  margin: 0;
  width: 15%
}

nav.navbar .navbar-nav .nav-item .nav-link {
  color: #000000;
  padding: 0 10px;
  letter-spacing: .5px;
  font-size: 17px;
  transition: .25s ease-in-out
}

nav.navbar .navbar-nav .nav-item .nav-link:hover,
nav.navbar .navbar-nav .nav-item .nav-link.active,
.about span {
  color: #FFD505
}

nav.navbar .navbar-text,
nav.navbar .navbar-toggler,
.faq .accordion-item .accordion-header {
  padding: 0
}

nav.navbar .navbar-text button {
  background-color: #FFCE07;
  color: #343434;
  margin-right: 15px;
}

nav.navbar .navbar-text a {
  color: #fff;
  text-decoration: none;
  letter-spacing: .5px;
  margin-left: 14px;
  font-size: 15px;
  transition: .3s ease-in-out
}

.cali img {
  transition: transform .7s ease-in-out;
  display: none;
}

nav.navbar .navbar-text a:hover,
.cali:hover img {
  transform: rotate(360deg)
}

nav.navbar .navbar-toggler:active,
nav.navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none
}

nav.navbar .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 2px solid #000;
  transition: all 300ms linear;
  top: -2px
}

nav.navbar .navbar-toggler-icon:focus {
  border-bottom: 2px solid #000;
}

nav.navbar .navbar-toggler-icon:after,
nav.navbar .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 2px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all.25s linear
}

nav.navbar .navbar-toggler-icon:after {
  top: 8px
}

nav.navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after,
nav.navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  background-color: #FFD505;
  height: 2px
}

nav.navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg)
}

nav.navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg)
}

nav.navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent
}

.ddd {
  display: none
}

.banner {
  background-image: url('https://arenaanimation-india.com/wp-content/uploads/2026/02/banner-new-1.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 130px 0 0 0;
  margin-top: -152px
}

.banner span {
  font-family: 'Conflate', sans-serif;
  font-size: 60px
}

.banner span img {
  width: 12%;
  margin-left: 18px
}

.banner p {
  letter-spacing: .5px;
  font-size: 18px;
  padding: 10px 0
}

.banner h1 {
  font-size: 60px;
  letter-spacing: .5px;
  font-weight: 400;
  line-height: 1.2em
}

.ban2btn {
  display: block;
  margin: 45px auto -110px auto;
  text-align: center
}

.banner button {
  display: block;
  background-color: #ED1C24;
  color: #fff;
  margin: 0 5px;
  display: inline-block
}

.banner button:hover {
  color: #343434
}

.banner .main-img {
  width: 80%;
  margin-top: 35px
}

.banner-img-bx {
  position: relative;
  width: 900px;
  margin: 0 auto;
  height: 820px;
  display: flex;
  align-items: flex-end
}

.banner-img-bx2,
.banner-img-bx3,
.banner-img-bx4,
.banner-img-bx5,
.banner-img-bx6 {
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: flex-end
}

.eth {
  animation: zmn 1.5s alternate infinite;
  transform-origin: center;
  transform-box: fill-box
}

@keyframes zmn {
  from {
    transform: scale(.95)
  }

  to {
    transform: scale(1)
  }
}

img.bycl {
  position: absolute;
  top: 9%;
  left: -15%;
  width: 475px;
  animation: upd 2s alternate infinite
}

@keyframes upd {
  from {
    transform: translateY(10px)
  }

  to {
    transform: translateY(-10px)
  }
}

img.grcl {
  position: absolute;
  top: 14%;
  right: -2%;
  width: 300px;
  animation: upd2 2s alternate infinite
}

@keyframes upd2 {
  from {
    transform: translateY(-10px)
  }

  to {
    transform: translateY(10px)
  }
}

.loop {
  position: relative
}

.loop .owl-stage {
  padding: 15px 0;
  display: flex;
  align-items: center;
  text-align: center
}

.loop .item img {
  filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, .25));
  width: 100%;
  margin: 0 auto
}

.loop .owl-nav {
  text-align: center
}

.loop .owl-nav .owl-prev,
.loop .owl-nav .owl-next {
  color: #343434 !important;
  border: 1px solid #343434 !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 0 8px;
  transition: .3s ease-in-out
}

.loop .owl-nav .owl-prev img,
.loop .owl-nav .owl-next img {
  width: 25%;
  position: relative;
  top: -2px;
  left: 0px;
  right: 0
}

.loop .owl-nav .owl-prev:hover,
.loop .owl-nav .owl-next:hover {
  background-color: #FFD505;
  border: 1px solid #FFD505 !important
}

.slide {
  width: 100%;
  height: auto;
  transition: .5s;
  filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, .25))
}

.slide video {
  border-radius: 20px;
  width: 100%
}

.video-slider-work,
.video-slider-work2,
.video-slider-work-thr {
  position: relative
}

.video-slider-work::before,
.video-slider-work2::before,
.video-slider-work-thr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0
}

.video-slider-work .owl-stage-outer,
.video-slider-work2 .owl-stage-outer,
.video-slider-work-thr .owl-stage-outer {
  padding-bottom: 4px
}

.testimonial-slider .owl-nav,
.campus-event-slider .owl-nav {
  position: absolute;
  margin: 0;
  top: -26%;
  right: 0
}

.testimonial-slider .owl-nav .owl-prev,
.testimonial-slider .owl-nav .owl-next,
.campus-event-slider .owl-nav .owl-prev,
.campus-event-slider .owl-nav .owl-next,
.placement-slider .owl-nav .owl-prev,
.placement-slider .owl-nav .owl-next,
.sjdfsdkj-ls .owl-nav .owl-prev,
.sjdfsdkj-ls .owl-nav .owl-next {
  color: #343434 !important;
  border: 1px solid #343434 !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 0 8px;
  transition: .3s ease-in-out
}

.testimonial-slider .owl-nav .owl-prev img,
.testimonial-slider .owl-nav .owl-next img,
.campus-event-slider .owl-nav .owl-prev img,
.campus-event-slider .owl-nav .owl-next img,
.placement-slider .owl-nav .owl-prev img,
.placement-slider .owl-nav .owl-next img,
.sjdfsdkj-ls .owl-nav .owl-prev img,
.sjdfsdkj-ls .owl-nav .owl-next img {
  width: 25%;
  position: relative;
  top: -2px;
  left: 0px;
  right: 0
}

.testimonial-slider .owl-nav .owl-prev:hover,
.testimonial-slider .owl-nav .owl-next:hover,
.campus-event-slider .owl-nav .owl-prev:hover,
.campus-event-slider .owl-nav .owl-next:hover,
.placement-slider .owl-nav .owl-prev:hover,
.placement-slider .owl-nav .owl-next:hover,
.sjdfsdkj-ls .owl-nav .owl-prev:hover,
.sjdfsdkj-ls .owl-nav .owl-next:hover {
  background-color: #FFD505;
  border: 1px solid #FFD505 !important
}

.footer {
  background-image: url('../img/footer-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0 30px 0;
  color: #fff;
  background-position: center bottom
}

.footer h2 {
  font-size: 42px;
  margin-bottom: 65px;
  letter-spacing: .5px;
  text-align: center
}

.footer form input,
.footer form select,
.get-bx form input,
.get-bx form select {
  width: 100%;
  background: rgba(243, 243, 243, .2);
  border-radius: 10px;
  color: #fff;
  border: 0;
  margin: 0 0 12px 0;
  padding: 15px 15px;
  letter-spacing: .5px;
  -webkit-appearance: none;
  appearance: none
}

.footer form select,
.get-bx form select {
  background-image: url('../img/down.png');
  background-position: 98% 50%;
  background-size: 16px;
  background-repeat: no-repeat
}

.footer form p,
.get-bx form p {
  letter-spacing: .7px;
  font-size: 15px;
  margin: 10px 0 20px 0;
  line-height: 1.6em
}

.footer form input::placeholder,
.get-bx form input::placeholder {
  color: #fff
}

.footer form select option,
.get-bx form select option {
  color: var(--h-color)
}

.footer form button,
.get-bx form button {
  background-color: #FFCE07;
  color: #343434;
  margin: 30px auto 0 auto;
  display: block
}

.footer img {
  width: 40%;
  margin: 0 0 20px 0
}

.footer .footerp {
  font-size: 15px;
  letter-spacing: .5px;
  line-height: 1.4em;
  font-weight: 400
}

.footer .link-heading {
  font-size: 20px;
  letter-spacing: .5px;
  font-weight: 400;
  margin: 25px 0
}

.footer ul li a {
  text-decoration: none;
  color: #fff;
  letter-spacing: .5px;
  margin: 20px 0;
  display: block;
  transition: .3s ease-in-out
}

.footer ul li a:hover {
  color: #FFCE07
}

.sdfh {
  padding-left: 85px
}

.copy p {
  font-size: 14px;
  letter-spacing: .5px;
  margin-top: 50px
}

.cprog-img {
  border-radius: 30px;
  display: block;
  width: 100%;
  height: auto
}

.thankyou-bx {
  text-align: center;
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 80px 0;
  border-radius: 15px
}

.thankyou-bx h2 {
  font-size: 42px;
  line-height: 1.15em;
  margin-bottom: 23px;
  letter-spacing: 1px;
  margin-top: 12px
}

.thankyou-bx p {
  letter-spacing: .8px;
  line-height: 1.4em;
  color: #fff;
  font-size: 16px
}

.thankyou-bx svg {
  width: 100px;
  display: block;
  margin: 0 auto
}

.thankyou-bx .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  stroke: #FFCE07;
  fill: transparent
}

.thankyou-bx .path.circle {
  -webkit-animation: dash.9s ease-in-out;
  animation: dash.9s ease-in-out
}

.thankyou-bx .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash.9s.35s ease-in-out forwards;
  animation: dash.9s.35s ease-in-out forwards
}

.thankyou-bx .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check.9s.35s ease-in-out forwards;
  animation: dash-check.9s.35s ease-in-out forwards
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000
  }

  100% {
    stroke-dashoffset: 0
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000
  }

  100% {
    stroke-dashoffset: 0
  }
}

@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100
  }

  100% {
    stroke-dashoffset: 900
  }
}

@keyframes dash-check {
  0% {
    stroke-dashoffset: -100
  }

  100% {
    stroke-dashoffset: 900
  }
}

.thankyou-bx .buton {
  background-color: #FFCE07;
  margin-top: 20px
}

.sdfdf2 {
  max-width: 625px
}

.medai {
  margin-top: 20px
}

.medai2 {
  margin-top: 0
}

.medai a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 14px 0 0
}

.medai a img {
  width: 100%
}

.error {
  color: red;
  text-transform: capitalize;
  font-size: 13px
}

.cont-bx {
  background: rgba(251, 251, 251, .23);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, .25);
  border-radius: 20px;
  padding: 25px;
  width: 100%
}

.cont-bx h6 {
  font-size: 18px;
  font-family: 'Atami', sans-serif;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 12px
}

.cont-bx p {
  font-size: 16px;
  letter-spacing: .5px;
  width: 90%;
  padding: 0 0 25px 0
}

.cont-bx p:nth-last-child(1) {
  padding-bottom: 0
}

.cont-bx p a {
  letter-spacing: 1px;
  color: #fff;
  font-size: 14px;
  word-break: break-word;
  display: inline-block
}

.my-modal {
  padding: 0;
  background-color: transparent;
  border: 0
}

.my-modal .modal-body {
  padding: 0;
  background-color: transparent;
  border: 0
}

.my-modal button {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #fff;
  z-index: 1
}

.my-modal iframe {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px
}

.tab-content .tab-pane {
  display: none
}

.tab-content .active {
  display: block
}

.w-auto {
  width: auto
}

.g-recaptcha {
  display: table;
  margin: auto
}

@media (min-width:1700px) {
  main .container-xl {
    max-width: 100%;
    padding: 0 150px
  }
}

@media (max-width:1700px) {
  nav.navbar .navbar-nav .nav-item .nav-link {
    padding: 0 10px;
    font-size: 17px !important;
  }

  .footer form input,
  .footer form select,
  .get-bx form input,
  .get-bx form select,
  .footer ul li a {
    font-size: 14px
  }

  .courses .cour-p,
  .testimonial-slider .owl-item .item .testimonial-bx .testi-txt h6,
  .footer .link-heading,
  .soft-inr-div p,
  .tx p {
    font-size: 18px
  }

  .courses-cont-bx p,
  .footer .footerp,
  .address-bx p a,
  .eterh-txt p,
  .eterh-txt span {
    font-size: 13px
  }

  .footer .link-heading {
    margin: 25px 0
  }

  .footer ul li a,
  .filmin-bx h6 {
    margin: 18px 0
  }

  .footer .footerp {
    font-size: 11px
  }

  .cont-bx p {
    letter-spacing: .5px;
    width: 92%
  }

  .footer {
    padding: 35px 0 30px 0
  }

  .footer h2 {
    font-size: 34px;
    margin-bottom: 45px
  }
}

@media (max-width:1370px) {
  nav.navbar .navbar-brand {
    width: 16%
  }

  .footer h2 {
    font-size: 30px
  }

  .footer ul li a {
    margin: 16px 0;
    font-size: 13px
  }
}

@media (max-width:1199px) {
  nav.navbar .navbar-nav .nav-item .nav-link {
    padding: 0 10px;
    font-size: 17px;
  }

  .footer img {
    width: 30%;
    margin: 0 0 20px 0;
    display: block
  }

  .footer .footerp {
    font-size: 15px;
    text-align: left
  }

  .copy p {
    font-size: 13px
  }
}

@media (max-width:1030px) {
  nav.navbar .navbar-nav .nav-item .nav-link {
    padding: 0 11px
  }

  .footer img {
    width: 35%
  }
}

@media all and (min-width:992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0
  }

  .navbar .nav-item:hover .nav-link {
    color: #fff
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0 0
  }

  .navbar .dropdown-menu.fade-up {
    top: 180%
  }

  .navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 130%;
    transform: rotateX(0deg);
    border-inline: 2px solid #ffce07;
    padding: 0
  }

  .navbar .nav-item .dropdown-menu li a {
    padding: 12px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    transition: .3s ease-in-out
  }

  .navbar .nav-item .dropdown-menu li a:hover {
    background-color: #FFCE07;
    color: var(--h-color)
  }
}

@media (max-width:991px) {

  nav.navbar .navbar-brand,
  .logom-bx .log-ic {
    width: 22%
  }

  div#navbarText {
    position: absolute;
    background: #fdffea;
    width: 100%;
    left: 0;
    top: 72px;
    text-align: center
  }

  nav.navbar .navbar-nav .nav-item .nav-link {
    padding: 15px 0;
    font-size: 22px;
    border-bottom: 1px solid #ffffff3b
  }

  .navbar .navbar-toggler {
    padding: 0;
    position: absolute;
    right: 50px
  }

  .ddd {
    display: inline-block
  }

  .footer .footerp {
    font-size: 14px
  }

  .footer h2 {
    margin-bottom: 30px
  }

  .footer img {
    width: 40%
  }
}

@media (max-width:767px) {
  nav.navbar .navbar-nav .nav-item .nav-link {
    padding: 12px 0;
    font-size: 16px;
    border-bottom: 1px solid #ffffff3b
  }

  .footer h2 {
    font-size: 24px
  }

  .footer img {
    width: 35%
  }

  .footer form p,
  .get-bx form p {
    font-size: 13px;
    line-height: 1.4em
  }

  .footer .footerp {
    text-align: center
  }

  .footer img {
    width: 32%;
    margin-inline: auto
  }
}

@media (max-width:575px) {

  .navbar,
  .courses,
  .loop .owl-item.big.active .item img {
    padding: 0
  }

  nav.navbar .navbar-brand {
    width: 40%
  }

  .footer h2 {
    font-size: 22px
  }

  .footer img {
    width: 50%
  }

  .footer ul li a {
    margin: 15px 0;
    font-size: 13px
  }

  .copy p {
    font-size: 11px;
    margin-top: 30px
  }

  .get-bx form button {
    margin: 12px 0 0 0
  }
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

.mobsd {
  padding: 30px;
  /*         background: hsl(196.9deg 79.78% 65.1% / 32%); */
  border-radius: 6px;
}

section.slider-n-mob {
  display: none;
}

h1,
h2 {
  font-size: 50px;
  font-weight: bold;
  line-height: 45px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Outfit-Bold;
}

.bnr-text-new {
  color: #e40100;
  font-size: 41px;
}

.ani-mated {
  margin-top: -25px;
}

p,
span {
  font-family: Poppins-Medium;
}

.banner button {
  background-color: #fee100;
  color: #000;
  margin: 0 5px;
  display: inline-block;
}

.btn-1 {
  background: white;
}

.btn-b {
  background: linear-gradient(90deg, #ffce07 40%, #ffffff 40%);
}

.banner .motkd {
  margin-bottom: 12px;
  font-size: 11px;
  border-radius: 0px;
  text-align: left;
  color: black;
  text-decoration: none;
  padding: 8px;
  width: 100%;
}

.btn-b1 {
  background: linear-gradient(90deg, #ffce07 40%, #ffffff 40%);
}

.pt-50 {
  padding-top: 150px !important;
}

.pb-50 {
  padding-bottom: 90px !important;
}

.banner span {
  font-size: clamp(28px, 4vw, 85px) !important;
	color:#000;
}


@media (max-width: 1200px) {
  .banner span {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .banner span {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .banner span {
    font-size: 26px;
  }
}


.banner h1,
.courses-banner h1 {
  font-size: 47px !important;
  font-weight: bold;
  line-height: 48px;
}

.about {
  color: #fff;
  padding: 50px 0 0 0;
  position: relative;
  background: #000;
}


.banner-img-bx img.bycl {
  top: 9%;
  left: 0%;
  width: 30% !important;
}

.banner-img-bx img.grcl {
  top: 12%;
  right: 0%;
  width: 80% !important;
  left: 0%;
}

form.fsdfdsf {
  width: 85%;
  margin-left: auto;
}

form.fsdfdsf input,
form.fsdfdsf select {
  width: 100%;
  background: rgba(243, 243, 243, 0.2);
  border-radius: 10px;
  color: #fff;
  border: 0;
  margin: 0 0 12px 0;
  padding: 15px 15px;
  letter-spacing: 0.5px;
  -webkit-appearance: none;
  appearance: none;
}

form.fsdfdsf p {
  letter-spacing: 0.7px;
  font-size: 15px;
  margin: 10px 0 20px 0;
  line-height: 1.6em;
}

form.fsdfdsf button {
  background-color: #FFCE07;
  color: #343434;
  margin: 30px auto 0 auto;
  display: block;
}

form.fsdfdsf select {
  background-image: url('../img/down.png');
  background-position: 98% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

form.fsdfdsf input::placeholder {
  color: #fff;
}

form.fsdfdsf select option {
  color: var(--h-color);
}

.banner-img-bx {
  width: 100%;
  height: 675px;
}

.dsgfdg {
  height: 100vh;
  display: flex;
  align-items: center;
}

.banner-img-bx img.bycl {
  top: 9%;
  left: 0%;
  width: 360px;
}

.cont-page {
  background-image: url('../img/contact-us-bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.banner-img-bx img.grcl {
  top: 12%;
  right: 0%;
  width: 260px;
}


@media screen and (max-width: 1700px) and (min-width:1371px) {
  .banner-img-bx {
    height: 550px;
  }

  .banner-img-bx img.bycl {
    width: 260px;
  }

  .banner-img-bx img.grcl {
    width: 160px;
  }
}

@media screen and (max-width: 1370px) and (min-width:1200px) {
  .banner-img-bx {
    height: 450px;
  }

  .banner h1 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1199px) and (min-width:992px) {
  .banner-img-bx {
    width: 90% !important;
    height: 400px !important;
  }
}

@media (max-width:767px) {

  form.fsdfdsf input,
  form.fsdfdsf select {
    margin: 0 0 8px 0;
    padding: 10px 10px;
    font-size: 13px;
  }

  form.fsdfdsf p {
    font-size: 14px;
  }

  form.fsdfdsf button {
    margin: 15px auto 0 auto;
  }

  form.fsdfdsf {
    width: 100%;
  }

  .banner-img-bx img.grcl {
    top: 12%;
    right: 0%;
    width: 100px;
  }

  .banner-img-bx img.bycl {
    top: 9%;
    left: 0%;
    width: 150px;
  }

  .banner h1 {
    margin-bottom: 50px;
  }

  .about span {
    margin-top: 30px;
    display: inline-block;
  }
}


/*New Css*/

.dsaklf {
  margin-bottom: 18px;
}

.about {
  color: #fff;
  padding: 50px 0 0 0;
  position: relative
}

img.shp-imgges,
img.shp-imgges2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  filter: drop-shadow(0px 22px 20px rgba(0, 0, 0, .3))
}

img.shp-imgges2 {
  top: -22em
}

.about .mai-img {
  width: 95%;
  border-radius: 40px
}

.about span {
  font-family: 'Conflate', sans-serif;
  font-size: 60px;
  color: #FFD505
}

.about h2 {
  font-size: 42px;
  line-height: 1.15em;
  margin-bottom: 30px;
  letter-spacing: .5px
}

.about p {
  letter-spacing: .5px;
  margin: 0 0 15px 0;
  line-height: 1.4em;
  -webkit-text-stroke: .5px #1d1d1d
}

.about button {
  background-color: #FFCE07;
  color: var(--h-color);
  margin-top: 50px
}

.student-place {
  padding: 120px 0 60px 0
}

.student-place h2 {
  font-size: 40px;
  line-height: 1.15em;
  margin-bottom: 20px;
  letter-spacing: .5px;
  color: var(--h-color);
  padding-right: 12px
}

.student-place p {
  letter-spacing: .5px;
  line-height: 1.4em;
  color: var(--p-color);
  padding-right: 30px
}

.logo-bx {
  background: #FBFBFB;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, .25);
  border-radius: 20px;
  width: 100%;
  height: auto;
  margin: 5px 0;
  padding: 25px 10px
}

.logo-bx img {
  width: 75%;
  height: 90px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
  display: block;
  filter: grayscale(10);
  transition: .3s ease-in-out
}

.logo-bx:hover img {
  transform: scale(1.1);
  filter: grayscale(0)
}

.courses {
  padding: 50px 0
}

.courses .cour-head {
  font-size: 42px;
  line-height: 1.15em;
  margin-bottom: 20px;
  letter-spacing: .5px;
  color: var(--h-color)
}

.courses .cour-p {
  letter-spacing: .5px;
  line-height: 1.4em;
  color: var(--p-color);
  font-size: 22px;
  margin-bottom: 50px
}

.courses-det-bx {
  position: relative;
  padding: 0 125px
}

.courses-det-bx::before {
  content: "";
  background: linear-gradient(180deg, #000000 0%, #2C2C2C 100%);
  box-shadow: 0px 22px 20px rgba(0, 0, 0, .3);
  border-radius: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  height: 78%;
  transform: translate(-50%, -50%)
}

.courses-img-bx {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  color: var(--p2-color);
  transition: .4s ease-in-out;
  z-index: 0;
  height: auto
}

.courses-img-bx::before {
  content: "";
  background-color: rgba(0, 0, 0, .45);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

.courses-cont-bx {
  position: absolute;
  z-index: 2;
  padding: 0 25px;
  bottom: -8%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 100%;
  transition: .4s ease-in-out
}

.courses-cont-bx h2 {
  font-size: 26px;
  letter-spacing: .5px
}

.courses-cont-bx span {
  opacity: 0;
  transition: .4s ease-in-out
}

.courses-cont-bx p {
  font-weight: 400;
  letter-spacing: .5px;
  line-height: 1.4em;
  margin: 28px 0
}

.courses-cont-bx a {
  background-color: #FFD505;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: var(--h-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto
}

.courses-cont-bx a img {
  width: 25%;
  position: relative;
  left: 1px
}

.courses-img-bx:hover {
  transform: scale(1.15);
  z-index: 9
}

.courses-img-bx:hover .courses-cont-bx {
  bottom: 45%
}

.courses-img-bx:hover .courses-cont-bx span {
  opacity: 1
}

.institutes {
  padding: 50px 0
}

.institutes h2 {
  font-size: 42px;
  line-height: 1.15em;
  margin-bottom: 20px;
  letter-spacing: .5px;
  color: var(--h-color);
  padding-right: 25px
}

.institutes p {
  letter-spacing: .5px;
  line-height: 1.4em;
  color: var(--p-color)
}

.number-bx {
  background: #FBFBFB;
  border-radius: 20px;
  padding: 20px 40px;
  transition: .3s ease-in-out;
  margin-bottom: 24px;
  width: 100%
}

.number-bx:hover {
  box-shadow: 4px 4px 0 rgba(0, 0, 0, .25)
}

.number-bx h3 {
  font-size: 50px;
  margin-bottom: 20px;
  letter-spacing: .5px;
  color: var(--h-color);
  transition: .3s ease-in-out
}

.number-bx:hover .h3hover1 {
  color: #007bff
}

.number-bx:hover .h3hover2 {
  color: #6c757d
}

.number-bx:hover .h3hover3 {
  color: #28a745
}

.number-bx:hover .h3hover4 {
  color: #dc3545
}

.number-bx:hover .h3hover5 {
  color: #ffc107
}

.number-bx:hover .h3hover6 {
  color: #17a2b8
}

.student-work {
  padding: 50px 0;
  background-color: #FBFBFB
}

.student-work h2 {
  font-size: 42px;
  line-height: 1.15em;
  margin-bottom: 70px;
  letter-spacing: .5px;
  color: var(--h-color)
}

.student-work p {
  letter-spacing: .5px;
  font-size: 20px;
  line-height: 1.5em;
  color: var(--p-color)
}

.how-work {
  padding: 75px 0
}

.how-it-text {
  width: 35%;
  margin-left: auto;
  margin-bottom: 60px
}

.how-it-text h2 {
  font-size: 42px;
  line-height: 1.15em;
  margin-bottom: 20px;
  letter-spacing: .5px;
  color: var(--h-color)
}

.how-it-text p {
  letter-spacing: .5px;
  line-height: 1.5em;
  color: var(--p-color)
}

.tx {
  position: relative;
  width: 80%;
  margin-left: auto
}

.tx::before,
.txr::before {
  position: absolute;
  top: 0;
  left: 18%;
  transform: translate(-50%, -50%);
  color: #FFF2B1;
  font-family: 'Etna', sans-serif;
  font-size: 400px;
  line-height: 1;
  transition: .3s ease-in-out;
  z-index: -1
}

.txr::before {
  left: 82%
}

.tx.tx1::before {
  content: "1"
}

.tx.tx2::before {
  content: "2"
}

.tx.tx3::before {
  content: "3"
}

.tx.tx4::before {
  content: "4"
}

.tx.tx5::before {
  content: "5"
}

.tx.tx6::before {
  content: "6"
}

.tx h4 {
  font-size: 42px;
  line-height: 1.15em;
  margin-bottom: 20px;
  letter-spacing: .5px;
  color: var(--h-color)
}

.tx p {
  letter-spacing: .5px;
  line-height: 1.5em;
  color: var(--p-color);
  font-weight: 700;
  font-size: 24px
}

.testimonial {
  padding: 75px 0
}

.testimonial h2 {
  font-size: 42px;
  line-height: 1.15em;
  margin-bottom: 32px;
  letter-spacing: .5px;
  color: var(--h-color)
}

.testimonial-slider {
  position: relative
}

.testimonial-slider .owl-stage {
  padding: 15px 0;
  display: flex;
  align-items: center
}

.testimonial-slider .owl-item .item .testimonial-bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #FBFBFB;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, .07);
  border-radius: 20px;
  padding: 8px;
  width: 65%;
  margin: 0 auto
}

.testimonial-slider .owl-item.active.center .item .testimonial-bx {
  width: 133%;
  margin: 0 0 0 -90px
}

.testimonial-slider .owl-item .item .testimonial-bx .testi-img {
  width: 28%;
  display: none
}

.testimonial-slider .owl-item .item .testimonial-bx .testi-txt {
  width: 100%;
  text-align: center
}

.testimonial-slider .owl-item.active.center .item .testimonial-bx .testi-img {
  display: inline-flex
}

.testimonial-slider .owl-item.active.center .item .testimonial-bx .testi-txt {
  text-align: left;
  width: 70%
}

.testimonial-slider .owl-item .item .testimonial-bx .testi-txt h6 {
  color: var(--h-color);
  letter-spacing: .5px;
  font-size: 22px;
  margin-bottom: 14px
}

.testimonial-slider .owl-item.acive.center .item .testimonial-bx .testi-txt h6 {
  margin-bottom: 0px
}

.testimonial-slider .owl-item .item .testimonial-bx .testi-txt p.te-po {
  letter-spacing: .5px;
  line-height: 1.4em;
  color: var(--p-color);
  font-size: 15px
}

.testimonial-slider .owl-item .item .testimonial-bx .testi-txt .stars1 img {
  margin: 0 2px 10px;
  display: none
}

.testimonial-slider .owl-item .item .testimonial-bx .testi-txt .stars2 img {
  display: inline-flex;
  margin: .5px
}

.testimonial-slider .owl-item .item .testimonial-bx .testi-txt .stars1 i,
.testimonial-slider .owl-item .item .testimonial-bx .testi-txt .stars2 i {
  color: #FFD505;
  font-size: 14px
}

.testimonial-slider .owl-item.active.center .item .testimonial-bx .testi-txt .stars1 img {
  display: inline-flex
}

.testimonial-slider .owl-item.active.center .item .testimonial-bx .testi-txt .stars2 {
  margin: 20px 0;
  display: none
}

.testimonial-slider .owl-item .item .testimonial-bx .testi-txt span {
  color: var(--p-color);
  letter-spacing: .5px;
  font-size: 14px;
  display: none
}

.testimonial-slider .owl-item.active.center .item .testimonial-bx .testi-txt span {
  display: inline-flex
}

p.name {
  font-size: 18px;
  letter-spacing: .5px;
  margin-top: 5px;
  margin-bottom: 2px;
  color: var(--h-color)
}

.contact-us {
  padding: 50px 0 50px 0;
  position: relative;
  color: #fff
}

.contact-us h2 {
  font-size: 42px;
  margin-bottom: 65px;
  letter-spacing: .5px
}

.logo-bx img {
  width: 65%
}

.bg-video-h {
  width: 100%;
  height: auto;
  border-radius: 0 !important;
  object-position: center
}

.how-it-text .ho-bg {
  position: relative;
  display: inline-block;
  padding: 0 5px
}

.how-it-text .ho-bg::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #FFF2B1;
  width: 100%;
  height: 50%;
  z-index: -1
}

.btn-block {
  width: 100% !important;
}

.d-desk {
  display: none;
}

.d-mock {
  display: block;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {

  .banner .btn-b {
    width: 100% !important;
  }

  .mdsave {
    width: 100% !important;

  }

  .d-desk {
    display: block;
  }

  .d-mock {
    display: none;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  .banner .btn-b {
    width: 100% !important;
  }

  .mdsave {
    width: 100% !important;

  }
}


@media (max-width:1700px) {


  .buton {
    padding: 12px 12px;
    font-size: 9px
  }

  .banner {
    padding: 110px 0 0 0;
    margin-top: -95px
  }

  .address-bx h4,
  .banner p,
  .courses-banner p,
  .courses-det-banner p,
  p.name {
    font-size: 16px
  }

  .about span,
  .banner span {
    font-size: 50px
  }

  .banner h1,
  .courses-banner h1,
  .courses-det-banner h1 {
    font-size: 46px
  }

  .about h2,
  .contact-us h2,
  .courses .cour-head,
  .head-txt-bx h3,
  .how-it-text h2,
  .institutes h2,
  .my-modal2 .thankyou-bx h2,
  .placement h2,
  .student-place h2,
  .student-work h2,
  .studio h2,
  .testimonial h2 {
    font-size: 34px
  }

  .about h2 {
    margin-bottom: 22px
  }

  .about p,
  .address-bx p,
  .cont-bx p,
  .how-it-text p,
  .institutes p,
  .learn-banner p,
  .my-modal2 .thankyou-bx p,
  .student-place p,
  .student-work p {
    font-size: 14px
  }

  .about button,
  .address-bx p {
    margin-top: 16px
  }

  .logo-bx {
    padding: 14px 10px
  }

  .courses-cont-bx h2 {
    font-size: 22px
  }

  .courses-cont-bx {
    bottom: -10%
  }

  .courses-cont-bx a,
  .loop .owl-nav .owl-next,
  .placement-slider .owl-nav .owl-next,
  .testimonial-slider .owl-nav .owl-next,
  .loop .owl-nav .owl-prev,
  .placement-slider .owl-nav .owl-prev,
  .testimonial-slider .owl-nav .owl-prev {
    width: 40px;
    height: 40px
  }

  .number-bx h3 {
    font-size: 40px
  }

  .testimonial-slider .owl-item .item .testimonial-bx .testi-txt p.te-po {
    font-size: 12px
  }

  .testimonial-slider .owl-item .item .testimonial-bx .testi-txt h6 {
    margin-bottom: 10px
  }

  img.shp-imgges2 {
    top: -12em
  }

  .cour-m {
    height: 1200px
  }

  .courses-banner {
    padding: 120px 0 50px 0;
    margin-top: -95px
  }

  .courses-banner p {
    width: 50%
  }

  .courses-det-banner h2 {
    font-size: 24px;
    padding: 28px 0
  }

  .head-txt-bx h3 {
    margin-bottom: 18px
  }

  .my-modal2 .thankyou-bx {
    padding: 50px 0
  }

  .courses-det-banner {
    padding: 184px 0 50px 0
  }

  .address-bx p {
    width: 85%
  }

  .get-bx h2 {
    margin-bottom: 34px
  }

  .cont-page h2,
  .get-bx h2 {
    font-size: 32px
  }

  .head-txt-bx p {
    font-size: 15px
  }

  .learn-banner p {
    width: 75%
  }

  .filmmaking {
    padding: 75px 0 30px 0
  }

  .tx::before,
  .txr::before {
    font-size: 300px
  }

  .tx h4 {
    font-size: 35px
  }

  .bg-video-h,
  .courses-img-bx {
    height: auto
  }

  .medai a {
    width: 28px;
    height: 28px
  }

  .testimonial-slider .owl-item.active.center .item .testimonial-bx {
    margin: 0 0 0 -65px;
  }
}

@media (max-width:1370px) {
  .banner {
    padding: 50px 0 0 0;
    margin-top: -120px
  }

  .about h2,
  .contact-us h2,
  .courses .cour-head,
  .how-it-text h2,
  .institutes h2,
  .placement h2,
  .student-place h2,
  .student-work h2,
  .studio h2,
  .testimonial h2 {
    font-size: 30px
  }

  .courses .cour-p,
  .courses-banner p {
    font-size: 16px
  }

  .institutes h2 {
    padding: 0
  }

  .number-bx h3 {
    font-size: 35px
  }

  .number-bx h3 {
    font-size: 32px;
    margin-bottom: 15px
  }

  img.shp-imgges2 {
    top: auto;
    bottom: 0
  }

  .contact-us {
    padding: 40px 0 0 0
  }

  .cont-bx p {
    width: 100%
  }

  p.dsksd {
    padding: 14px 0 20px 0
  }

  .courses-cont-bx h2 {
    font-size: 18px
  }

  .courses-cont-bx p {
    font-size: 11px;
    margin: 20px 0
  }

  .courses-cont-bx a {
    width: 32px;
    height: 32px
  }

  .student-work h2 {
    margin-bottom: 20px
  }

  .courses-banner p {
    width: 56%
  }

  .banner h1,
  .courses-banner h1 {
    font-size: 40px
  }

  .cour-m {
    height: 1000px
  }

  .courses-banner {
    padding: 110px 0 50px 0;
    margin-top: -90px
  }

  .courses-det-banner h1 {
    font-size: 42px
  }

  .courses-det-banner {
    padding: 136px 0 50px 0;
    margin-top: -110px
  }

  .courses-det-banner {
    padding: 130px 0 50px 0;
    margin-top: -95px
  }

  .courses-det-banner h2 {
    font-size: 23px;
    padding: 26px 0
  }

  .studio {
    padding: 40px 0
  }

  .learn-banner p {
    width: 80%
  }

  .logo-bx img {
    width: 70%
  }

  .bg-video-h,
  .courses-img-bx {
    height: auto
  }
}

@media (max-width:1199px) {
  .about {
    padding: 0
  }

  .contact-us {
    padding: 40px 0 0 0
  }

  .how-work {
    padding: 50px 0 0 0
  }

  .contact-us h2 {
    margin-bottom: 30px
  }

  .sdfh {
    padding-left: 0
  }

  .courses-det-banner {
    padding: 100px 0 50px 0;
    margin-top: -95px
  }

  .banner-img-bx {
    width: 50%;
    height: 600px
  }

  img.bycl {
    top: 20%;
    left: -15%;
    width: 55%
  }

  img.grcl {
    top: 22%;
    right: 0;
    width: 35%
  }

  .banner-img-bx2 {
    height: 600px;
    width: 775px
  }

  img.bycl {
    top: 0;
    left: -13%;
    width: 52%
  }

  img.grcl2 {
    top: 9%;
    right: -14%;
    width: 49%
  }

  .banner-img-bx3 {
    height: auto;
    width: 775px
  }

  img.bycl3 {
    top: 0;
    left: -13%;
    width: 40%
  }

  img.grcl3 {
    top: 12%;
    right: -20%;
    width: 50%
  }

  .banner-img-bx4,
  .banner-img-bx5 {
    width: 675px
  }

  .banner-img-bx4,
  .banner-img-bx5,
  .banner-img-bx6 {
    height: auto;
    margin: 20px auto 0 auto
  }

  img.grcl4 {
    top: 6%;
    right: -7%;
    width: 30%
  }

  img.bycl4 {
    top: 5%;
    left: -25%;
    width: 48%
  }

  img.grcl5 {
    width: 64%
  }

  .banner-img-bx6 {
    width: 60%
  }

  img.bycl6 {
    top: 5%;
    left: -23%;
    width: 49%
  }

  img.grcl6 {
    top: 5%;
    right: -5%;
    width: 32%
  }

  .tx h4 {
    font-size: 30px
  }

  .logo-bx img {
    width: 80%
  }

  .cont-bx p {
    text-align: left
  }

  .banner,
  .courses-banner {
    margin-top: -100px
  }
}

@media (max-width:1030px) {

  .banner h1,
  .courses-banner h1 {
    font-size: 38px
  }

  .banner {
    padding: 20px 0 0 0;
    margin-top: -200px
  }

  .student-place {
    padding: 75px 0 30px 0
  }

  .logo-bx {
    border-radius: 12px
  }

  .logo-bx img {
    width: 78%;
    height: 60px
  }

  .courses-det-bx {
    padding: 0 70px
  }

  .cour-m {
    height: 900px
  }

  .learn-banner p {
    width: 100%
  }

  .courses-banner {
    padding: 110px 0 0 0
  }

  .cour-det-m {
    height: 700px;
    object-fit: cover
  }

  .courses-det-banner h1 {
    font-size: 36px
  }

  .courses-det-banner h2 span {
    margin: 0 22px
  }

  .courses-det-banner p {
    font-size: 14px
  }

  .banner-img-bx {
    width: 74%;
    height: 600px
  }

  .banner-img-bx2 {
    height: 500px;
    width: 65%
  }

  img.bycl {
    top: 0;
    left: -13%;
    width: 52%
  }

  .banner-img-bx3 {
    height: auto;
    width: 66%;
    margin-top: 20px
  }

  .banner-img-bx4 {
    width: 76%;
    margin: 20px auto 0 auto
  }

  img.grcl4 {
    top: 6%;
    right: -10%;
    width: 34%
  }

  img.bycl4 {
    top: 5%;
    left: -25%;
    width: 49%
  }

  .banner-img-bx4 {
    width: 100%;
    margin: 20px auto 0 auto;
    overflow: hidden;
    display: block
  }

  img.bycl4 {
    top: 4%;
    left: -13%;
    width: 55%
  }

  img.grcl4 {
    top: 6%;
    right: -6%;
    width: 33%
  }
}

@media (max-width:991px) {

  .banner h1,
  .courses-banner h1 {
    font-size: 32px
  }

  .banner span img {
    width: 22%;
    margin-left: 15px
  }

  .student-place h2 {
    text-align: center;
    padding: 0
  }

  .student-place p {
    padding-right: 0;
    text-align: center;
    margin: 0 auto 30px auto;
    width: 80%
  }

  .logo-bx img {
    width: 90%;
    height: 80px
  }

  .courses-cont-bx {
    padding: 0 10px
  }

  .courses-det-bx {
    padding: 0 40px
  }

  .courses .cour-p {
    margin-bottom: 25px
  }

  .number-bx {
    padding: 18px 10px;
    margin-bottom: 24px;
    width: 100%
  }

  .loop .owl-item .item img {
    padding: 10px;
    width: 89%
  }

  .how-it-text,
  img.grcl2 {
    width: 48%
  }

  .testimonial-slider .owl-item .item .testimonial-bx {
    width: auto
  }

  .testimonial-slider .owl-item .item .testimonial-bx .testi-txt p.te-po {
    font-size: 14px
  }

  p.name {
    font-size: 18px;
    margin: 14px 0 4px 0
  }

  .testimonial-slider .owl-item .item .testimonial-bx .testi-txt .stars1 i,
  .testimonial-slider .owl-item .item .testimonial-bx .testi-txt .stars2 i {
    font-size: 18px
  }

  .testimonial-slider .owl-item .item .testimonial-bx .testi-txt h6 {
    font-size: 24px;
    margin-bottom: 16px
  }

  .testimonial-slider .owl-item .item .testimonial-bx .testi-txt span {
    font-size: 16px
  }

  .testimonial-slider .owl-nav {
    top: 105%;
    right: 50%;
    transform: translateX(50%)
  }

  .contact-us h2,
  .studio h2 {
    margin-bottom: 30px
  }

  .cont-bx {
    padding: 25px 12px
  }

  .abt-row {
    flex-direction: column-reverse
  }

  .about .mai-img {
    width: 50%;
    margin: 40px auto 0 auto;
    display: block
  }

  img.shp-imgges {
    left: -50%;
    width: 150%
  }

  img.shp-imgges2 {
    width: 180%;
    left: -80%
  }

  .courses-banner p {
    font-size: 14px;
    width: 100%;
    margin: 8px auto 10px auto
  }

  .cour-m {
    height: 750px
  }

  .courses-banner {
    padding: 110px 0 50px 0
  }

  .courses-det-banner h1 {
    font-size: 32px;
    margin-bottom: 15px
  }

  .get-bx {
    margin-top: 20px
  }

  .ffef {
    display: none
  }

  .sdfdf {
    max-width: 75%
  }

  .head-txt-bx {
    width: 85%;
    margin-bottom: 40px
  }

  .head-txt-bx h3 {
    font-size: 28px;
    margin-bottom: 18px
  }

  .courses-banner {
    padding: 110px 0 0 0
  }

  .banner-img-bx5 {
    width: 72%
  }

  .filmmaking {
    padding: 0 0 30px 0
  }

  .banner-img-bx2 {
    height: 440px;
    width: 75%
  }

  img.bycl {
    top: 2%;
    left: -13%;
    width: 50%
  }

  .tx::before,
  .txr::before {
    font-size: 250px
  }

  .tx {
    width: 90%
  }

  .bg-video-h,
  .courses-img-bx {
    height: auto
  }

  .courses-cont-bx p {
    margin: 12px 0
  }

  .how-it-text .ho-bg::before {
    bottom: -7px
  }

  .cont-bx h6 {
    font-size: 18px;
    margin: 12px 0 4px 0
  }

  .testimonial-slider .owl-item.active.center .item .testimonial-bx {
    width: auto;
    margin: 0
  }
}

@media (max-width:767px) {

  .banner h1,
  .courses-banner h1 {
    font-size: 26px
  }

  .banner p {
    font-size: 14px
  }

  .banner span {
    font-size: 40px
  }

  .about span {
    font-size: 38px
  }

  .about h2,
  .contact-us h2,
  .courses .cour-head,
  .how-it-text h2,
  .institutes h2,
  .placement h2,
  .student-place h2,
  .student-work h2,
  .studio h2,
  .testimonial h2,
  .tx h4 {
    font-size: 24px
  }

  .student-place h2 {
    margin: 0 0 12px 0
  }

  .courses {
    padding: 50px 0 0 0
  }

  .number-bx h3 {
    font-size: 25px
  }

  .student-work h2 {
    margin-bottom: 12px
  }

  .how-it-text {
    width: 61%
  }

  .cont-bx {
    padding: 25px 12px;
    margin-bottom: 18px
  }

  .loop .owl-nav .owl-prev,
  .placement-slider .owl-nav .owl-prev,
  .testimonial-slider .owl-nav .owl-prev,
  .loop .owl-nav .owl-next,
  .placement-slider .owl-nav .owl-next,
  .testimonial-slider .owl-nav .owl-next {
    width: 34px;
    height: 34px
  }

  .courses-cont-bx {
    bottom: -12%
  }

  .testimonial-slider .owl-item .item .testimonial-bx .testi-img img {
    display: block;
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border-radius: 50%;
    object-fit: cover;
    object-position: top center
  }

  .courses-banner p {
    font-size: 14px;
    width: 100%
  }

  .cour-m {
    height: 550px
  }

  .cprog-img {
    border-radius: 15px;
    display: block;
    margin: 20px auto 0 auto
  }

  .courses-banner {
    padding: 110px 0 80px 0
  }

  .courses-det-banner h1 br {
    display: none
  }

  .courses-det-banner h1 {
    font-size: 28px
  }

  .courses-det-banner h2 span {
    margin: 0 12px
  }

  .courses-det-banner h2 {
    font-size: 18px;
    padding: 20px 0
  }

  .cour-det-m {
    height: 600px;
    object-fit: cover
  }

  .testimonial-banner {
    padding: 110px 0 0 0
  }

  .sdfdf {
    max-width: 92%
  }

  .head-txt-bx {
    width: 100%;
    margin-bottom: 20px
  }

  .as {
    overflow-x: scroll
  }

  .placement {
    padding: 0 0 16px 0
  }

  .tx {
    width: 100%
  }

  .tx p {
    font-size: 15px
  }

  .tx::before,
  .txr::before {
    font-size: 200px;
    left: 82%
  }

  .bg-video-h {
    margin: 0 auto
  }

  .logo-bx img {
    width: 80%;
    height: 70px
  }

  .banner-img-bx {
    width: 74%;
    height: 250px;
  }

  .dsaklf {
    margin-bottom: 12px;
  }
}

@media (max-width:575px) {

  .banner h1,
  .courses-banner h1 {
    font-size: 28px
  }

  .banner h1 br,
  br {
    display: none
  }

  .banner span img {
    width: 55%;
    margin-left: 15px
  }

  .ban2btn {
    margin: 26px auto 0 auto
  }

  .buton {
    padding: 12px 20px;
    font-size: 10px
  }

  .banner .main-img {
    width: 100%;
    margin-top: 0
  }

  img.shp-imgges {
    left: -50%;
    width: 150%;
    display: none
  }

  .about {
    background: #171717;
    padding: 0 0 35px 0
  }

  .about .mai-img {
    width: 80%;
    margin: 40px auto 0 auto;
    display: block
  }

  .student-place {
    padding: 40px 0
  }

  .logo-bx {
    margin-bottom: 8px
  }

  .student-place p {
    margin: 0 auto 22px auto;
    width: 100%
  }

  .courses-det-bx {
    padding: 0 30px
  }

  .how-it-text {
    width: 100%;
    margin: 0
  }

  .about h2,
  .contact-us h2,
  .courses .cour-head,
  .how-it-text h2,
  .institutes h2,
  .placement h2,
  .student-place h2,
  .student-work h2,
  .studio h2,
  .testimonial h2 {
    font-size: 22px
  }

  .testimonial-slider .owl-item .item .testimonial-bx .testi-img {
    width: 60%;
    margin: 0 auto 20px auto;
    display: block
  }

  .testimonial-slider .owl-nav {
    top: 100%;
    position: relative
  }

  .testimonial {
    padding: 50px 0
  }

  .courses-det-bx::before {
    height: 85%
  }

  .testimonial-slider .owl-item .item .testimonial-bx .testi-txt h6 {
    font-size: 18px;
    margin-bottom: 10px
  }

  .how-it-text p {
    margin-bottom: 26px
  }

  .how-it-text h2 {
    margin-bottom: 30px;
    font-size: 26px
  }

  .testimonial-slider .owl-item .item .testimonial-bx .testi-txt span {
    font-size: 12px;
    display: block
  }

  .courses-det-banner h2 span {
    margin: 10px 5px;
    display: block
  }


}


.clnt-sec {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #151515;
}

.abt-rgt-img {
  width: 60%;
  margin-left: -60px;
}

.mb-heading {
  display: none;
}

.frm-hdng{
	color:#000;
}

.banner h1{
  font-size: 47px !important;
  line-height: 48px;
}

@media only screen and (max-width: 600px) and (min-width: 320px) {

	.wpcf7-submit {
  margin-top: 80px !important;
}
	
	.formt .wpcf7-form-control {
  background: #ffce07;
  border: none;
  padding: 10px;
  margin-top: 70px;
  width: 100%;
}
	
	.pb-50 {
  padding-bottom: 20px !important;
}
	
  /*mobile col width*/

  .navbar-toggler:focus {
    background-color:transparent !important;
  }
	
	.wpcf7-submit {
  margin-top: 80px !important;
}
  
  h3.frm-hdng{
    text-align:center;
  }
  
  .banner span{
    text-align:center;
  }
  
  .mb-hd {
    display: none;
  }

  .dsktp-n {
    display: flex !important;
  }

  .mb-cl-50 {
    width: 33%;
    margin-top: 16px;
    margin-left: 53px;
  }

  .mb-cl-51 {
    width: 33%;
    margin-top: 16px;
  }

  .mb-heading {
    font-size: 25px;
    display: block !important;
  }

  .mb-cl-3 {
    width: 33%;
    margin-top: 10px;
  }

  .mb-cl-4 {
    width: 25%;
  }

  .social {
    width: 80% !important;

  }

  .dktp-none {
    display: inherit !important;
  }

  .dnone {
    display: none;
  }

  .mt-m {
    margin-top: 25px;
  }

  .vdo-bg {
    background-image: none;
  }

  .tab button {
    text-align: center !important;
  }

  .abt-rgt-img {
    display: none;

  }

  .social-hr {
    display: inline !important;
  }

  .btn-hr {
    display: none;
  }

  .btn-p {
    padding-top: 0px !important;
  }

}

.social-hr {
  display: none;
}


.dktp-none {
  display: none;
}


.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #151515;
  width: 30%;
  height: auto;
  color: #fff;
  padding-left: 0px;
  padding-right: 0px;
  border-left: none;
}

.tab button {
  display: block;
  background-color: inherit;
  color: #fff;
  padding: 6px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  font-family: Poppins-Medium;
}

.courses-sec {
  font-size: 49px;
  background: #ffe200;
  padding: 20px;
  color: #000;
}

.tabcontent {
  float: left;
  padding: 50px 25px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: auto;
  background: #000;
  color: #fff;
  font-family: Poppins-Medium;
}

.tab-desc-img {
  width: 20%;
}

.bg-dark {
  background: #000;
}

.responsive-img {
  max-width: 100%;
  max-height: 100%;
  width: 15% !important;
}

.footer-menu {
  list-style-type: none;
  display: inline;
  margin-right: 15px;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.btn-2 {
  background: #FFCE07;
}

.color-light {
  color: #fff;
}


/*Slider panorma*/

.owl_wrapper {
  width: 100vw;
  overflow: hidden;
}

.owl_content {
  padding-left: 12%;
}

.owl_wrapper .owl-item {
  opacity: 0;
  transform: scale(0.6);
  -ms-transform: scale(0.6);
  transition: all .2s;
  -webkit-transform: all .2s;
  z-index: 1;
}

.owl_wrapper .active {
  opacity: 0.5;
}

.owl_wrapper .active.middle_besideright {
  transform: scale(0.6, 0.8);
  opacity: 0.8;
  margin: 0 -0.5% 0 -1.5%;
  z-index: 2;
  clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0 90%);
}

.owl_wrapper .active.middle_besideleft {
  transform: scale(0.6, 0.8);
  opacity: 0.8;
  margin: 0 -1.5% 0 -0.5%;
  z-index: 2;
  clip-path: polygon(0% 0%, 100% 10%, 100% 90%, 0 100%);
}

.owl_wrapper .active.middle {
  transform: scale(0.6);
  opacity: 1;
  z-index: 3;
}

.owl_wrapper .active.next_to_mid {
  transform: scale(0.7, 1);
  opacity: 0.8;
  margin: 0 0 0 -0.7%;
  z-index: 2;
  clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0 90%);
}

.owl_wrapper .active.prev_to_mid {
  transform: scale(0.7, 1);
  opacity: 0.8;
  margin: 0 -0.7% 0 0;
  z-index: 2;
  clip-path: polygon(0% 0%, 100% 10%, 100% 90%, 0 100%);
}


/*===== Navigation =====*/
.owl_wrapper .prev,
.owl_wrapper .next {
  position: absolute;
  display: none;
  left: 100px;
  width: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: #777;
  cursor: pointer;
  z-index: 5;
}

.owl_wrapper .next {
  left: calc(100% - 100px);
}

.no_select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.yo {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;

}

.circle {
  float: left;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.wheel {
  float: left;
  width: 30em;
  transition: 0.7s;
  height: 30em;
  margin: 0 33%;
  text-align: center;
  clip-path: circle(50%);
  position: relative;
  /*animation: example 5s linear 2s infinite;*/
}

.relation1,
.relation2,
.relation3,
.relation4,
.relation5,
.relation6,
.relation7,
.relation8,
.relation9,
.relation10 {
  height: 40px;
  width: 50px;
  background-color: #7f6;
  text-align: center;
  position: absolute;
}

.relation1 {
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.relation2 {
  top: 16%;
  left: 77.6%;
  transform: translate(-50%, -50%) rotate(39deg);
}

.relation3 {
  top: 40%;
  left: 95%;
  transform: translate(-50%, -50%) rotate(77deg);
}

.relation4 {
  top: 65%;
  left: 92.3%;
  transform: translate(-50%, -50%) rotate(108deg);
}

.relation5 {
  top: 86%;
  left: 76.6%;
  transform: translate(-50%, -50%) rotate(145deg);
}

.relation6 {
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}

.relation7 {
  top: 84%;
  left: 21.4%;
  transform: translate(-50%, -50%) rotate(218deg);
}

.relation8 {
  top: 60%;
  left: 6.8%;
  transform: translate(-50%, -50%) rotate(255deg);
}

.relation9 {
  top: 36%;
  left: 6.8%;
  transform: translate(-50%, -50%) rotate(288deg);
}

.relation10 {
  top: 15%;
  left: 21.4%;
  transform: translate(-50%, -50%) rotate(325deg);
}


.bg-blog {
  background: #333;
  padding: 35px;
  color: #fff;
  height: 215px;
  ;
}

.bg-blog-side {
  background: #333;
  padding: 6px;
  padding-left: 6px;
  margin-left: -23px;
  padding-left: 15px;
  color: #fff;
  height: 270px;
}

.vdo-bg {
  background: #000 !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.bg-dark-2 {
  background: #0000007a;
}

.bg-dark-2n {
  background-image: url('../img/student.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 118px;
}


.banner button {
  width: auto%;
  margin-bottom: 12px;
  padding: 11px 20px !important;
  font-size: 15px;
  border-radius: 25px;
  text-align: left;
  background: #fee100;
}


.btn-ylw {
  background: #ffce07 !important;
}


@media only screen and (max-width: 600px) and (min-width: 320px) {
  .tab {
    width: auto;
  }


  .mb-btn-bnr {
    padding: 3px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
  }

  .mobile-btn-n {
    width: 49%;
    font-size: 12px;
    background: #fee103;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    margin-left: 3px;
  }

  .bnr-text-new {
    color: #e40100;
    font-size: 26px;
    text-align: center;
  }

  .d-none-mob {
    display: none;
  }

  .slider-n-mob {
    display: block !important;
  }


  .brdr-mb {
    border-top: 1px solid #fff;
    margin-top: 10px;
    width: 100%;
  }

  .bg-blog-side {
    height: 190px;
  }


  .vdo-bg {
    background: #000 !important;

  }

  .tabcontent {
    width: auto;
  }

  .tab-2-n {
    font-size: 24px !important;
  }

  h3 {
    font-size: 19px;
  }

  p,
  span {
    font-family: Poppins-Medium;
    font-size: 14px;
  }

  .ftr-sep {
    margin-top: 10px !important;
    border: 2px solid #f8f530;
    width: 30%;
    margin-bottom: 20px;

  }

  .social {
    width: 25%;
    margin-top: 10px;
  }

  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90% !important;
  }

  .mrgn-mob {
    margin-top: -40px !important;
  }

  .text-c-mobile {
    text-align: center;
  }

  .mb-t {
    margin-top: -100px;
  }

  .mb-tp {
    margin-top: -50px;
  }

  .banner span {
    font-size: 39px !important;
    margin-bottom: -60px;

  }


  .banner {
    margin-top: -180px;
  }

  .banner h1 {
    font-size: 30px !important;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
  }

  .mrg {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .formt .wpcf7-form-control {
    background: #ffce07;
    border: none;
    padding: 10px;
    margin-top: 20px;
    width: 100%;
  }
}

.padding-bottom-5 {
  padding-bottom: 50px;
}

.menu-ftr:hover {
  color: #ffce07;
}

.ftr-sep {
  margin-top: -12px;
  border: 2px solid #f8f530;
  width: 30%;
  margin-bottom: 20px;
}

.img-rgt {
  height: 270px;
}


/*Modal popup*/

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #000;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 35%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.form-control {
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  font-family: 'Poppins-Medium';
}

.formt .wpcf7-form-control {
  background: #ffce07;
  border: none;
  padding: 10px;
  margin-top: 20px;
  width: 100%;
}

.fomrarena span {
  font-size: 12px !important;
}

/*new event section*/


.blg-1 {
  height: 340px;
}

.pd-botm {
  margin-bottom: 20px;
}


/*Video Bg*/


.video-container:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(black, .2);
  z-index: 1;
}

.mobsd .modf {
  width: 100% !important;
}

.dsktp-n {
  display: none;
}