/*@font-face {
  font-family: 'Headson';
  src: url('../fonts/Headson.otf'); 
} */
@-webkit-keyframes body-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes body-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes iframeBefore {
  from {
    width: 100%;
  }
  to {
    width: 0px;
  }
}

@keyframes iframeBefore {
  from {
    width: 100%;
  }
  to {
    width: 0px;
  }
}

@-webkit-keyframes beforeWidth {
  from {
    height: 0px;
  }
  to {
    height: 100%;
  }
}

@keyframes beforeWidth {
  from {
    height: 0px;
  }
  to {
    height: 100%;
  }
}

@-webkit-keyframes fade-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes fade-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes fade-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes fade-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes fade-up-small {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes fade-up-small {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes border-expand {
  from {
    width: 0%;
    height: 0%;
  }
  to {
    width: 94%;
    height: 94%;
  }
}

@keyframes border-expand {
  from {
    width: 0%;
    height: 0%;
  }
  to {
    width: 94%;
    height: 94%;
  }
}

@-webkit-keyframes fade-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes fade-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes fade-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes fade-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #dadada;
  border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ea9423;
}

html {
  overflow-y: scroll;
}

b,
strong {
  font-weight: bold;
}

html,
body {
  width: 100%;
  height: 100%;
}

body,
.fadeeffect {
  -webkit-animation: body-fadein 1s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: body-fadein 1s;
  /* IE 10+, Fx 29+ */
}

*:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

a,
button {
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
}

a:hover,
button:hover {
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding-top: 103px;
}

.modal-holder {
  -webkit-animation: modalEffect 0.3s ease;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: modalEffect 0.3s ease;
  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes modalEffect {
  from {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes modalEffect {
  from {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.modal-holder.menu-modal-class .modal-body {
  position: relative;
  padding: 0px 0 0 300px;
  height: 406px;
}

.modal-holder.menu-modal-class .modal-body .model-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
}

.modal-holder .modal-content {
  border-radius: 0px;
}

.modal-holder .close {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  margin: 0px;
  opacity: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-holder .close:hover {
  background: #d0d2d3;
}

.modal-holder .close::before, .modal-holder .close::after {
  content: "";
  width: 18px;
  height: 2px;
  background: #231f20;
  position: absolute;
  top: 15px;
  left: 9px;
}

.modal-holder .close::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.modal-holder .menu-heading {
  font-size: 30px;
  font-weight: bold;
  color: #231f20;
  text-decoration: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
}

.modal-holder .menu-heading:hover {
  color: #ea9423;
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
}

.modal-holder .menu-heading.active {
  color: #ea9423;
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
}

.modal-holder .menu-heading.normal-heading {
  font-weight: normal;
}

.modal-holder .btn-bmm-modal {
  font-size: 18px;
  border-radius: 0px;
  background-color: #ea9423;
  color: #fff;
  border: none;
  padding: 10px 15px;
  position: relative;
  z-index: 0;
  width: 100px;
}

.modal-holder .btn-bmm-modal::before {
  content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #6154a4;
  -webkit-transition: 0.3s ease-in all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease-in all;
  z-index: -1;
}

.modal-holder .btn-bmm-modal:hover {
  color: #fff;
}

.modal-holder .btn-bmm-modal:hover::before {
  height: 100%;
  -webkit-transition: 0.3s ease-in all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease-in all;
}

.modal-holder.enquiryform .modal-header {
  padding-left: 100px;
  color: #ea9423;
}

.modal-holder.enquiryform .modal-footer {
  background-color: #ea9423;
  border-radius: 0px;
  padding-right: 100px;
}

.modal-holder.enquiryform .modal-footer.btn-bmm-modalclose {
  opacity: 0.5;
}

.modal-holder.enquiryform .modal-footer.btn-bmm-modalclose:hover {
  opacity: 1;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #ea9423;
  color: #fff;
}

#captcha span {
  width: 44px;
  color: #231f20;
  font-size: 18px;
  position: relative;
  top: -1px;
  font-family: "Roboto", sans-serif;
  left: 10px;
}

.sizeresonnd span {
  font-size: 40px !important;
  font-weight: bold !important;
}

.sizeresonnd input {
  top: 1px !important;
}

#captcha input {
  background: url(http://img3.uploadhouse.com/fileuploads/17737/17737011310213e71805ecf2292144cbbecf42ad.png) no-repeat scroll 0 0 transparent;
  margin: 5px 0 0;
  padding: 0;
  border: medium none;
  cursor: pointer;
  width: 15px;
  position: relative;
  top: 9px;
  right: -29px;
}

.bmm-nav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
  background-color: #f1f1f1;
  padding: 10px 0px;
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
}

.bmm-nav .bmm-logo {
  cursor: pointer;
}

.bmm-nav .bmm-logo img {
  width: 118px;
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
}

.bmm-nav .bmm-menu {
  position: relative;
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
  top: 0px;
}

.bmm-nav .bmm-menu .bmm-top-menu {
  position: absolute;
  top: -55px;
  right: 0px;
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
}

.bmm-nav .bmm-menu .bmm-top-menu .btn-bmmtoplink {
  background: #d0d2d3;
  font-size: 12px;
}

.bmm-nav .bmm-menu .bmm-top-menu .btn-bmmtoplink:hover {
  background: #ef3c39;
  color: #fff;
}

.bmm-nav .bmm-menu .bmm-top-menu .btn-bmmtoplink:first-child {
  border-radius: 0 0 0 8px;
}

.bmm-nav .bmm-menu .bmm-top-menu .btn-bmmtoplink:last-child {
  border-radius: 0 0 8px 0;
}

.bmm-nav .bmm-menu .btn-bmmlink {
  font-size: 18px;
}

.bmm-nav .bmm-menu .btn-bmmlink:hover {
  color: #ea9423;
}

.bmm-nav .bmm-menu .btn-bmmlink.active {
  color: #ea9423;
}

.bmm-nav.bmm-sticky-nav {
  padding: 10px 0px;
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
}

.bmm-nav.bmm-sticky-nav .bmm-logo img {
  width: 100px;
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
}

.bmm-nav.bmm-sticky-nav .bmm-menu {
  top: 8px;
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
}

.bmm-nav .expand_nav {
  -webkit-transition: 0.6s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.6s ease all;
}

.bmm-nav .expand_nav.expand_nav_anim {
  -webkit-transition: 0.6s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.6s ease all;
  max-width: 100%;
}

.main-body {
  z-index: 9;
  position: relative;
  margin-bottom: 470px;
  background: #fff;
}

.main-body #MainMenu {
  background-color: #fff;
}

.banner-part {
  padding: 110px 0px;
  position: relative;
  z-index: 0;
}

.banner-part::before {
  content: "";
  height: 0%;
  width: 24%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  background-color: #ea9423;
}

.banner-part .heading {
  font-size: 80px;
  line-height: 80px;
  margin: 0px;
}

.banner-part .para {
  font-size: 25px;
  margin: 25px 0;
  opacity: 0;
}

.banner-part .image-frame {
  position: relative;
}

.banner-part .image-frame::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-part .image-frame .square-frame {
  position: absolute;
  bottom: -50px;
  left: -50px;
  z-index: -1;
}

.banner-part .image-frame .square-frame::before, .banner-part .image-frame .square-frame::after {
  content: "";
  width: 0%;
  height: 0%;
  border: 2px solid #58595b;
  position: absolute;
  z-index: -1;
  -webkit-animation: border-expand 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: border-expand 1s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 2s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 2s;
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
}

.banner-part .image-frame .square-frame::before {
  bottom: 6px;
  left: 6px;
  border-width: 0 0 2px 2px;
}

.banner-part .image-frame .square-frame::after {
  right: 6px;
  top: 6px;
  border-width: 2px 2px 0px 0px;
}

.banner-part .btn-requestinfo {
  opacity: 0;
}

.banner-part.anime-bannerPart::before {
  -webkit-animation: beforeWidth 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: beforeWidth 1s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 1s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 1s;
}

.banner-part.anime-bannerPart .heading {
  -webkit-animation: fade-right 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fade-right 1s forwards;
  /* IE 10+, Fx 29+ */
}

.banner-part.anime-bannerPart .para {
  -webkit-animation: fade-right 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fade-right 1s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 1s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 1s;
}

.banner-part.anime-bannerPart .btn-requestinfo {
  -webkit-animation: fade-up 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fade-up 1s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 2s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 2s;
}

.banner-part.anime-bannerPart .image-frame::before {
  -webkit-animation: iframeBefore 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: iframeBefore 1s forwards;
  /* IE 10+, Fx 29+ */
}

.btn-requestinfo {
  font-size: 18px;
  border-radius: 0px;
  background-color: #ea9423;
  color: #fff;
  border: none;
  padding: 20px 35px;
  position: relative;
  z-index: 0;
}

.btn-requestinfo::before {
  content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #6154a4;
  -webkit-transition: 0.3s ease-in all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease-in all;
  z-index: -1;
}

.btn-requestinfo:hover {
  color: #fff;
}

.btn-requestinfo:hover::before {
  height: 100%;
  -webkit-transition: 0.3s ease-in all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease-in all;
}

.btn-yourcarrer {
  font-size: 18px;
  border-radius: 0px;
  color: #fff;
  border: none;
  padding: 5px 15px;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
}

.btn-yourcarrer::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00b8dc;
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
  z-index: -1;
  border-radius: 50px;
}

.btn-yourcarrer:hover {
  color: #fff;
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
}

.btn-yourcarrer:hover::before {
  width: 100%;
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
}

.btn-testimonials {
  font-size: 18px;
  border-radius: 0px;
  color: #fff;
  border: none;
  padding: 15px 25px;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
}

.btn-testimonials::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00b8dc;
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
  z-index: -1;
  border-radius: 50px;
}

.btn-testimonials:hover {
  color: #fff;
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
}

.btn-testimonials:hover::before {
  width: 100%;
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
}

.your-career {
  background-color: #6154a4;
  padding: 120px 0;
  color: #fff;
}

.your-career .heading {
  font-size: 60px;
  font-weight: bold;
  margin: 0 0 15px;
  opacity: 0;
}

.your-career .sub-heading {
  font-size: 36px;
  margin: 0 0 25px;
  opacity: 0;
}

.your-career .para {
  font-size: 18px;
  margin: 0 0 25px;
  opacity: 0;
  font-weight: 100 !important;
}

.your-career .btn-yourcarrer,
.your-career .course-award {
  opacity: 0;
}

.your-career.anime-yourCareer .heading {
  -webkit-animation: fade-right 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fade-right 1s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 0s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 0s;
}

.your-career.anime-yourCareer .sub-heading {
  -webkit-animation: fade-right 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fade-right 1s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 0.5s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 0.5s;
}

.your-career.anime-yourCareer .para {
  -webkit-animation: fade-right 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fade-right 1s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 1s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 1s;
}

.your-career.anime-yourCareer .btn-yourcarrer {
  -webkit-animation: fade-up 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fade-up 1s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 1.5s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 1.5s;
}

.your-career.anime-yourCareer .creer-dots-patter::before {
  -webkit-animation: fade-down 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fade-down 1s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 1s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 1s;
}

.your-career.anime-yourCareer .course-award {
  -webkit-animation: fade-left 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fade-left 1s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 1s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 1s;
}

.creer-dots-patter::before {
  content: "";
  background: url(../img/bmm_dotspattern.svg) no-repeat center;
  width: 50px;
  height: 100px;
  position: absolute;
  top: -120px;
  left: 15px;
  opacity: 0;
}

.courses-part {
  padding: 100px 0px 100px;
  color: #fff;
  position: relative;
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
}

.courses-part .heading {
  font-size: 60px;
  font-weight: bold;
  margin: 0 0 35px;
  color: #231f20;
  opacity: 0;
}

.courses-part.anime-coursesPart .heading {
  -webkit-animation: fade-right 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fade-right 1s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 0s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 0s;
}

.courses-part.anime-coursesPart .courses-tab-set .nav-pills {
  -webkit-animation: fade-right 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fade-right 1s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 1s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 1s;
}

.courses-part.anime-coursesPart .tab-content .tab-pane {
  -webkit-animation: fade-up 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fade-up 1s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 0s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 0s;
}

.courses-part.anime-coursesPart .tab-content .tab-pane::before {
  -webkit-animation: fade-up 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fade-up 1s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 0.5s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 0.5s;
}

.courses-part.anime-coursesPart .tab-content .tab-pane::after {
  -webkit-animation: fade-up 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fade-up 1s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 1s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 1s;
}

.courses-part.anime-coursesPart .three-mens .first {
  -webkit-animation: fade-up 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fade-up 1s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 1s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 1s;
}

.courses-part.anime-coursesPart .three-mens .second {
  -webkit-animation: fade-up 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fade-up 1s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 1.5s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 1.5s;
}

.courses-part.anime-coursesPart .three-mens .third {
  -webkit-animation: fade-up 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fade-up 1s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 2s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 2s;
}

.courses-part[data-class="pills-home"] {
  background-color: #78dcff;
}

.courses-part[data-class="pills-profile"] {
  background-color: #ffe175;
}

.courses-part[data-class="pills-contact"] {
  background-color: #ffcce6;
}

.courses-part[data-class="pills-Animation"] {
  background-color: #c3dd9b;
}

.courses-tab-set {
  padding-left: 400px;
  position: relative;
}

.courses-tab-set .nav-pills {
  position: absolute;
  top: 90px;
  left: 0px;
  width: 250px;
  opacity: 0;
  z-index: 9;
}

.courses-tab-set .nav-pills .nav-item::before {
  display: none;
}

.courses-tab-set .nav-pills .nav-item .nav-link {
  color: #231f20;
  font-size: 24px;
  padding: 15px 25px;
  border-radius: 0px;
}

.courses-tab-set .nav-pills .nav-item .nav-link.active {
  background-color: #fff;
  color: #231f20;
}

.courses-tab-set .tab-content {
  padding: 0px 15px;
}

.courses-tab-set .tab-content .tab-pane {
  position: relative;
  color: #231f20;
  opacity: 0;
}

.courses-tab-set .tab-content .tab-pane .tab-pane-text-box {
  position: absolute;
  bottom: 0px;
  left: -400px;
  width: 400px;
}

.courses-tab-set .tab-content .tab-pane .sub-heading {
  font-size: 30px;
  position: relative;
  display: none;
}

.courses-tab-set .tab-content .tab-pane .sub-heading .courses-img {
  display: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 70px;
  height: 70px;
}

.courses-tab-set .tab-content .tab-pane p {
  font-size: 18px;
}

.courses-tab-set .tab-content .tab-pane .btn-yourcarrer {
  color: #231f20;
  padding: 0px;
}

.courses-tab-set .tab-content .tab-pane .btn-yourcarrer::before {
  display: none;
}

.courses-tab-set .tab-content .tab-pane .btn-yourcarrer:hover {
  color: #fff;
}

.courses-tab-set .tab-content img {
  max-width: 100%;
  min-width: 280px;
  margin: -100px auto 0;
  display: block;
}

.three-mens {
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
}

.three-mens .first {
  opacity: 0;
}

.three-mens .first img {
  width: 260px;
}

.three-mens .second {
  opacity: 0;
}

.three-mens .second img {
  height: 110px;
}

.three-mens .third {
  opacity: 0;
}

.three-mens .third img {
  height: 335px;
}

.bmm-overview {
  padding: 100px 0px;
  text-align: center;
}

.bmm-overview .count {
  color: #ef3c39;
  font-size: 70px;
  font-weight: bold;
}

.bmm-overview .name {
  font-size: 56px;
  font-weight: bold;
}

.bmm-overview .content {
  font-size: 18px;
}

.bmm-overview .count-overview {
  opacity: 0;
}

.bmm-overview.anime-bmmOverview .count-overview:nth-child(1) {
  -webkit-animation: fade-up 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fade-up 1s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 0s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 0s;
}

.bmm-overview.anime-bmmOverview .count-overview:nth-child(2) {
  -webkit-animation: fade-up 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fade-up 1s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 0.5s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 0.5s;
}

.bmm-overview.anime-bmmOverview .count-overview:nth-child(3) {
  -webkit-animation: fade-up 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fade-up 1s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 1s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 1s;
}

.studentworks {
  padding: 60px 0;
  background: #d0d2d3;
}

.studentworks .heading {
  font-size: 60px;
  font-weight: bold;
  margin: 0 0 25px;
  opacity: 0;
}

.studentworks .listofworks {
  padding: 0px;
  list-style: none;
  margin: 0 -1%;
}

.studentworks .listofworks li {
  width: 18%;
  display: inline-block;
  margin: calc(1% - 2px);
}

.studentworks .listofworks li img {
  width: 100%;
}

.studentworks .btn-yourcarrer {
  color: #231f20;
  padding: 5px 15px;
  margin-top: 15px;
}

.studentworks .btn-yourcarrer::before {
  background: #ef3c39;
}

.studentworks .btn-yourcarrer:hover {
  color: #fff;
}

.studentworks.anime-studendWorks .heading {
  -webkit-animation: fade-right 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fade-right 1s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 0s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 0s;
}

.showreal-body {
  padding: 0px 200px;
  position: relative;
}

.showreal-body .showreal-images {
  position: absolute;
  top: 48px;
  width: 200px;
}

.showreal-body .showreal-images.right_side {
  right: 0px;
  padding-left: 25px;
}

.showreal-body .showreal-images.left_side {
  left: 0px;
  padding-right: 25px;
}

.showreel .video-frame {
  position: relative;
}

.showreel .video-frame::before, .showreel .video-frame::after {
  content: "";
  width: 101%;
  background-color: #fff;
  position: absolute;
  left: 0px;
}

.showreel .video-frame::before {
  top: 0px;
  height: 48px;
}

.showreel .video-frame::after {
  bottom: 0px;
  height: 54px;
}

.showreel .video-frame video {
  width: 100%;
}

.showreel img {
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  margin-bottom: 12px;
}

.showreel img:hover {
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.showreel {
  padding: 60px 0;
}

.showreel .heading {
  font-size: 60px;
  font-weight: bold;
  margin: 0 0 25px;
  opacity: 0;
}

.showreel .listofworks {
  padding: 0px;
  list-style: none;
}

.showreel .listofworks li {
  width: 93%;
  display: inline-block;
  margin: calc(5% - 2px);
}

.showreel .listofworks li img {
  width: 64%;
}

.showreel .btn-yourcarrer {
  color: #231f20;
  padding: 5px 15px;
  margin-top: 15px;
}

.showreel .btn-yourcarrer::before {
  background: #ef3c39;
}

.showreel .btn-yourcarrer:hover {
  color: #fff;
}

.showreel.anime-showreel .heading {
  -webkit-animation: fade-right 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fade-right 1s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 0s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 0s;
}

.testimonials {
  padding: 100px 0px;
  background: #ef3c39;
  position: relative;
  z-index: 0;
}

.testimonials .heading {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 25px;
  opacity: 0;
}

.testimonials::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: -1;
}

.testimonials::after {
  content: "";
  width: 40px;
  height: 40px;
  background: #fff;
  position: absolute;
  top: 30%;
  left: calc(50% - 20px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.testimonials img {
  width: 300px !important;
  display: block;
  margin: auto;
}

.testimonials .student-details {
  font-size: 24px;
  margin-top: 25px;
}

.testimonials .student-details strong {
  font-weight: bold;
}

.testimonials .btn-testimonials {
  color: #fff;
  padding: 5px 15px;
}

.testimonials .btn-testimonials::before {
  background: #6154a4;
}

.testimonials .btn-testimonials:hover {
  color: #fff;
}

.testimonials .discription {
  font-size: 36px;
  padding-left: 80px;
  color: #fff;
}

.testimonials.anime-testiMonial .heading {
  -webkit-animation: fade-right 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fade-right 1s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 0s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 0s;
}

sup {
  top: -1em;
}

sub,
sup {
  position: relative;
  font-size: 60%;
  line-height: 0;
  vertical-align: baseline;
}

h4 sup {
  font-size: 50%;
}

.testimonials_page .wrapper {
  background: #ffffff;
  margin-bottom: 15px;
  padding: 10px 0px;
}

.testimonials_page .wrapper img {
  width: 80%;
  display: block;
  margin: auto;
}

.testimonials_page .wrapper .student-details {
  font-size: 16px;
  margin-top: 25px;
  float: right;
}

.testimonials_page .wrapper .student-details strong {
  font-weight: bold;
}

.testimonials_page .wrapper .discription {
  font-size: 22px;
}

.recruites {
  padding: 80px 0px 100px;
  background: #231f20;
}

.recruites .heading {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 25px;
  opacity: 0;
}

.recruites img {
  width: 100%;
}

.recruites.anime-Recruites .heading {
  -webkit-animation: fade-right 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fade-right 1s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 0s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 0s;
}

.awards {
  background: #d0d2d3;
  padding: 80px 0px;
  text-align: center;
}

.awards .heading {
  opacity: 0;
  font-size: 50px;
  font-weight: bold;
  text-align: left;
}

.awards .btn-yourcarrer {
  color: #231f20;
  padding: 5px 15px;
}

.awards .btn-yourcarrer::before {
  background: #ef3c39;
}

.awards .btn-yourcarrer:hover {
  color: #fff;
}

.awards img {
  margin: 0 auto -70px;
  opacity: 0;
  min-width: 200px;
  max-width: 100%;
}

.awards.anime-Awards .heading {
  -webkit-animation: fade-right 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fade-right 1s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 0s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 0s;
}

.awards.anime-Awards img {
  -webkit-animation: fade-up 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fade-up 1s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 0s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 0s;
}

/********************  About Us  ***********************/
.main-body-height {
  height: calc(100%);
}

.inner-body-styles {
  position: relative;
}

.inner-body-styles .inner-page-tabsection {
  overflow: auto;
}

.inner-body-styles .inner-page-tabsection .inner-page-heading {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
}

.inner-body-styles .inner-page-tabsection .inner-tabsubheading {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}

.inner-body-styles .inner-page-tabsection .btn-slideTabs {
  font-size: 18px;
  text-align: left;
}

.inner-body-styles .inner-page-tabsection .btn-slideTabs span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}

.inner-body-styles .inner-page-tabsection .btn-slideTabs:hover {
  background-color: #f1f1f1;
}

.inner-body-styles .inner-page-tabsection .btn-slideTabs.active {
  color: #ea9423;
}

.inner-body-styles .inner-page-tabsection .innerQuotation {
  padding-bottom: 15px;
}

.inner-body-styles .inner-page-tabsection .innerQuotation .innerQuote-author {
  text-align: right;
}

.inner-body-styles .inner-page-tabsection .innerQuotation .innerQuotation-text {
  line-height: 40px;
  font-weight: bold;
  font-size: 30px;
}

.inner-body-styles .inner-page-tabsection .innerQuotation .innerQuotation-text::before, .inner-body-styles .inner-page-tabsection .innerQuotation .innerQuotation-text::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: -8px;
}

.inner-body-styles .inner-page-tabsection .innerQuotation .innerQuotation-text::before {
  background: url(../img/bmm_quote1.svg);
}

.inner-body-styles .inner-page-tabsection .innerQuotation .innerQuotation-text::after {
  background: url(../img/bmm_quote2.svg);
}

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

.slide-section .slide-part {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 0 0 0 20px;
  padding: 25px 320px 25px 25px;
  -webkit-transition: 0.3s ease-in all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease-in all;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.slide-section .slide-part .slider-content-part {
  height: 100%;
  overflow: auto;
  visibility: hidden;
  padding-right: 15px;
}

.slide-section .slide-part .slider-content-part .slider-overflow-hidden {
  visibility: visible;
}

.slide-section .slide-part .slider-content-part:hover {
  visibility: visible;
}

.slide-section .slide-part .slider-content-part {
  opacity: 0;
  -webkit-transition: 0.3s ease-in all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease-in all;
}

.slide-section .slide-part .btn-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  padding: 0px 0 0 35px;
  cursor: initial;
}

.slide-section .slide-part .btn-tags::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ea9423;
  position: absolute;
  top: 8px;
  left: 10px;
}

.slide-section .slide-part .slide-heading {
  opacity: 1;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
  -webkit-transition: 0.3s ease-in all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease-in all;
}

.slide-section .slide-part .slide-subtitle {
  opacity: 1;
  font-size: 24px;
  margin-bottom: 15px;
}

.slide-section .slide-part .slide-content {
  opacity: 1;
  margin-bottom: 15px;
}

.slide-section .slide-part .btn-sliderbottom {
  position: absolute;
  bottom: 0px;
  left: 5px;
}

.slide-section .slide-part .btn-sliderbottom:hover {
  color: #ea9423;
}

.slide-section .slide-part:nth-child(odd) {
  background-color: #f9f4ed;
}

.slide-section .slide-part:nth-child(odd) .slide-image::before {
  background-color: #f9f4ed;
}

.slide-section .slide-part:nth-child(even) {
  background-color: #f7eedf;
}

.slide-section .slide-part:nth-child(even) .slide-image::before {
  background-color: #f7eedf;
}

.slide-section .slide-part.slide-part-animation {
  -webkit-transition: 0.3s ease-in all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease-in all;
  -webkit-transform: translateY(-103%);
  transform: translateY(-103%);
}

.slide-section .slide-part .slider-rightside {
  position: absolute;
  width: 290px;
  height: 100%;
  top: 0px;
  right: 0px;
}

.slide-section .slide-part .slider-rightside::before {
  content: "";
  width: 80px;
  height: 0%;
  background-color: #ea9423;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transition: 0.3s ease-in all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease-in all;
}

.slide-section .slide-part .slider-rightside .slide-image {
  width: 250px;
  background-color: #efe8ca;
  position: relative;
}

.slide-section .slide-part .slider-rightside .slide-image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transition: 0.3s ease-in all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease-in all;
}

.slide-section .slide-part .slider-rightside .slide-image img {
  width: 100%;
}

.slide-section .slide-part.slide-active .slider-rightside::before {
  -webkit-animation: beforeWidth 0.6s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: beforeWidth 0.6s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 1.2s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 1.2s;
  -webkit-transition: 0.3s ease-in all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease-in all;
  opacity: 1;
}

.slide-section .slide-part.slide-active .slider-rightside .slide-image::before {
  -webkit-animation: iframeBefore 0.6s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: iframeBefore 0.6s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 0.6s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 0.6s;
  -webkit-transition: 0.3s ease-in all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease-in all;
  opacity: 1;
}

.slide-section .slide-part.slide-active .slider-content-part {
  -webkit-animation: fade-up-small 0.6s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fade-up-small 0.6s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 0.5s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 0.5s;
}

.slide-section .slide-part.slide-active .slide-heading {
  -webkit-animation-delay: 0.5s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 0.5s;
}

.slide-section .slide-part.slide-active .slide-subtitle {
  -webkit-animation-delay: 1s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 1s;
}

.slide-section .slide-part.slide-active .slide-content {
  -webkit-animation-delay: 1.5s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 1.5s;
}

.slide-section.slides3-section .slide-part:nth-child(1) {
  height: calc(100% - 80px);
  z-index: 4;
}

.slide-section.slides3-section .slide-part:nth-child(2) {
  height: calc(100% - 40px);
  z-index: 3;
}

.slide-section.slides3-section .slide-part:nth-child(3) {
  height: calc(100% - 0px);
  z-index: 2;
}

.slider-bottom-section {
  margin-bottom: 45px;
}

/********************  About Us // ***********************/
.footer {
  padding: 50px 0px 0;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: none;
}

.footer .logo-footer {
  width: 150px;
  margin-bottom: 15px;
}

.footer .social-icon a {
  color: #231f20;
  padding: 10px 0px 10px 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .social-icon a i {
  margin-right: 15px;
  position: absolute;
  top: 14px;
  left: 0px;
}

.footer .social-icon a:hover {
  color: #ea9423;
  text-decoration: none;
}

.footer .footer-header {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer .footer-line {
  margin-bottom: 5px;
}

.footer .nav-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #231f20;
  padding: 2px 10px;
}

.footer .nav-links a:hover {
  color: #ea9423;
  text-decoration: none;
}

.footer .footer-black {
  margin-top: 40px;
  background: #231f20;
  padding: 15px;
  color: #fff;
}

.owl-theme.parallaxy .owl-nav {
  position: absolute;
  bottom: -70px;
  right: 0px;
  font-size: 36px;
}

.owl-theme.parallaxy .owl-nav .owl-prev {
  margin-right: 20px;
}

.slide-part ul {
  list-style: none;
}

.slide-part ul li {
  position: relative;
  margin-bottom: 10px;
}

.slide-part ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ea9423;
  position: absolute;
  top: 8px;
  left: -20px;
}

.full-gallery-section::before {
  display: none;
}

.full-gallery-section .slide-part {
  padding: 25px;
  height: 100% !important;
}

.gallery-part img {
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.gallery-part img:hover {
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.bmm-contactform .form-group label {
  font-size: 18px;
  margin: 0px;
}

.bmm-contactform .form-group .form-control {
  border-color: transparent;
  background-color: transparent;
  font-size: 30px;
  padding-left: 0px;
  font-weight: bold;
  border-bottom-width: 3px;
  border-radius: 0px;
}

.bmm-contactform .form-group .form-control:focus {
  border-bottom-color: #ea9423;
}

.bmm-contactform .form-group .form-control::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #efdbbf;
  opacity: 1;
  /* Firefox */
}

.bmm-contactform .form-group .form-control:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #efdbbf;
  opacity: 1;
  /* Firefox */
}

.bmm-contactform .form-group .form-control::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #efdbbf;
  opacity: 1;
  /* Firefox */
}

.bmm-contactform .form-group .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #efdbbf;
  opacity: 1;
  /* Firefox */
}

.bmm-contactform .form-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #efdbbf;
}

.bmm-contactform .form-group .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #efdbbf;
}

.bmm-contactform .btn-contact {
  font-size: 18px;
  border-radius: 0px;
  background-color: #ea9423;
  color: #fff;
  border: none;
  padding: 15px 35px;
  position: relative;
  z-index: 0;
}

.bmm-contactform .btn-contact::before {
  content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #6154a4;
  -webkit-transition: 0.3s ease-in all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease-in all;
  z-index: -1;
}

.bmm-contactform .btn-contact:hover {
  color: #fff;
}

.bmm-contactform .btn-contact:hover::before {
  height: 100%;
  -webkit-transition: 0.3s ease-in all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease-in all;
}

.bmm-Modalcontactform {
  padding: 15px 100px;
}

.bmm-Modalcontactform .form-group label {
  font-size: 18px;
  margin: 0px;
}

.bmm-Modalcontactform .form-group .form-control {
  border-color: transparent;
  background-color: transparent;
  font-size: 30px;
  padding-left: 0px;
  border-bottom-width: 3px;
  border-radius: 0px;
}

.bmm-Modalcontactform .form-group .form-control:focus {
  border-bottom-color: #ea9423;
}

.bmm-Modalcontactform .form-group .form-control::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d0d2d3;
  opacity: 1;
  /* Firefox */
}

.bmm-Modalcontactform .form-group .form-control:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d0d2d3;
  opacity: 1;
  /* Firefox */
}

.bmm-Modalcontactform .form-group .form-control::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d0d2d3;
  opacity: 1;
  /* Firefox */
}

.bmm-Modalcontactform .form-group .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d0d2d3;
  opacity: 1;
  /* Firefox */
}

.bmm-Modalcontactform .form-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d0d2d3;
}

.bmm-Modalcontactform .form-group .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #d0d2d3;
}

.bmm-Modalcontactform .btn-contact {
  border-color: #ea9423;
  border-radius: 0px;
  font-size: 24px;
  padding: 10px 35px;
  color: #ea9423;
}

.bmm-Modalcontactform .btn-contact:hover {
  background-color: #ea9423;
  color: #fff;
}

select:invalid {
  color: gray;
}

/************************ book box styles ************************/
.book-box {
  background-color: #ffc60b;
  z-index: 9;
  position: relative;
  text-align: center;
  margin-bottom: 400px;
}

.book-box .box-container {
  margin: auto;
  width: 800px;
  height: 600px;
  background-color: #6154a4;
  border: 3px solid #ea9423;
  color: #fff;
  position: absolute;
}

.responsive-nav {
  display: initial;
}

.modal-holder .mobile-responsive-nav,
.mobile-responsive-nav {
  display: none;
}

.bmm-sticky-nav .bmm-menu .bmm-top-menu {
  top: -52px !important;
  -webkit-transition: 0.3s all ease;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s all ease;
}

/************************ book box styles  // ************************/
@media only screen and (max-width: 600px) {
  .showreal-body {
    padding: 100px 0px;
  }
  .showreal-body .showreal-images {
    width: 100%;
    padding: 0px !important;
    z-index: 9;
  }
  .showreal-body .showreal-images img {
    width: 31.3333%;
    margin: 1%;
    float: left;
  }
  .showreal-body .showreal-images.left_side {
    top: 30px;
  }
  .showreal-body .showreal-images.right_side {
    bottom: 40px;
    top: initial;
  }
  .bmm-nav .bmm-logo img {
    width: 80px;
  }
  .bmm-nav.bmm-sticky-nav .bmm-logo img {
    width: 70px;
  }
  .responsive-nav {
    display: none;
  }
  .bmm-nav .bmm-menu .mobile-responsive-nav {
    display: initial;
  }
  .modal-holder .mobile-responsive-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer {
    position: relative;
    bottom: initial;
    left: initial;
    width: 100%;
  }
  .main-body {
    margin: 0px;
  }
  .awards img {
    margin: 0;
  }
  .awards,
  .recruites,
  .testimonials,
  .studentworks,
  .showreel,
  .bmm-overview,
  .courses-part,
  .your-career {
    padding: 40px 0px;
  }
  .awards .heading,
  .recruites .heading,
  .testimonials .heading,
  .studentworks .heading,
  .showreel .heading,
  .bmm-overview .heading,
  .courses-part .heading,
  .your-career .heading {
    font-size: 30px;
  }
  .testimonials::before {
    width: 100%;
    height: 440px;
  }
  .testimonials::after {
    top: 410px;
  }
  .testimonials img {
    width: 170px !important;
  }
  .testimonials .student-details {
    font-size: 18px;
  }
  .testimonials .discription {
    padding: 45px 15px;
    font-size: 16px;
  }
  .studentworks .listofworks li {
    width: 48%;
  }
  .bmm-overview .count {
    font-size: 30px;
  }
  .bmm-overview .name {
    font-size: 24px;
  }
  .bmm-overview .content {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .courses-tab-set {
    padding: 200px 0 0 0;
  }
  .courses-tab-set .nav-pills .nav-item .nav-link {
    font-size: 16px;
    padding: 10px 15px;
  }
  .courses-tab-set .nav-pills {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: initial !important;
        flex-direction: initial !important;
    width: 100%;
    top: 0px;
  }
  .courses-tab-set .nav-pills .nav-item {
    width: 50%;
  }
  .courses-tab-set .tab-content {
    padding: 0px 0px;
  }
  .courses-part {
    padding-bottom: 150px;
  }
  .courses-tab-set .tab-content .tab-pane .tab-pane-text-box {
    bottom: -100px !important;
  }
  .courses-tab-set .tab-content .tab-pane .tab-pane-text-box {
    bottom: 0px;
    left: 0px;
    width: auto;
  }
  .courses-tab-set .tab-content .tab-pane {
    min-height: 280px;
    padding: 0px;
    top: 0px;
  }
  .courses-tab-set .tab-content .tab-pane .sub-heading {
    font-size: 24px;
  }
  .courses-tab-set .tab-content .tab-pane .sub-heading .courses-img {
    width: 50px;
    height: 50px;
  }
  .courses-tab-set .tab-content .tab-pane p {
    font-size: 13px;
  }
  .three-mens {
    bottom: 0px;
  }
  .three-mens .first img {
    width: 120px;
  }
  .three-mens .second img {
    height: 80px;
  }
  .three-mens .third img {
    height: 170px;
  }
  .btn-yourcarrer {
    font-size: 14px;
  }
  .creer-dots-patter::before {
    width: 40px;
    height: 60px;
    top: -70px;
  }
  .creer-dots-patter .sub-heading {
    font-size: 18px;
  }
  .creer-dots-patter .para {
    font-size: 14px;
  }
  .your-career .course-award {
    width: 200px;
    margin: auto;
    display: block;
  }
  .banner-part {
    padding: 40px 0px;
  }
  .banner-part .heading {
    font-size: 40px;
    line-height: 44px;
  }
  .banner-part .para {
    font-size: 14px;
    margin: 14px 0;
  }
  .banner-part .btn-requestinfo {
    font-size: 14px;
    padding: 14px 25px;
    margin-bottom: 15px;
  }
  .banner-part .image-frame .lady-image {
    width: 100%;
  }
  .banner-part .square-frame {
    display: none;
  }
  .banner-part::before {
    display: none;
  }
  .modal-holder.menu-modal-class .modal-body .model-image {
    display: none;
  }
  .modal-holder.menu-modal-class .modal-body {
    padding: 15px;
  }
  .modal-holder .menu-heading {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .modal-holder.menu-modal-class .modal-body {
    height: auto;
  }
  .modal-holder .close {
    z-index: 9;
  }
  .bmm-nav .bmm-menu .bmm-top-menu {
    white-space: nowrap;
    top: -44px !important;
    right: -12px;
  }
  .bmm-nav .bmm-menu .bmm-top-menu .btn-bmmtoplink {
    font-size: 10px;
    padding: 6px 10px;
  }
  .modal-holder.enquiryform .modal-header {
    padding-left: 20px;
  }
  .bmm-Modalcontactform {
    padding: 15px 20px;
  }
  .slide-section .slide-part .slider-rightside {
    display: none !important;
  }
  .main-body-height {
    height: auto;
  }
  .slide-section {
    height: auto;
  }
  .slide-section .slide-part {
    position: relative;
    padding: 10px;
  }
  .inner-body-styles .inner-page-tabsection .inner-page-heading {
    font-size: 30px;
  }
  .inner-body-styles .inner-page-tabsection .btn-slideTabs {
    font-size: 14px;
    padding: 5px;
  }
  .inner-body-styles
.inner-page-tabsection
.innerQuotation
.innerQuotation-text {
    line-height: 30px;
    margin-top: 15px;
    font-size: 20px;
  }
  .slide-section .slide-part .slide-heading {
    font-size: 28px;
  }
  .slide-section .slide-part .slide-subtitle {
    font-size: 18px;
  }
  .slide-section .slide-part p {
    font-size: 14px;
  }
  .slide-part ul li {
    font-size: 14px;
  }
  .showreel .listofworks li img {
    width: 100%;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 3000px) {
  .banner-part::before {
    width: 34%;
  }
}

.other-sites-links a {
  color: #231f20;
}

.thankyoupage {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 15px;
}

.thankyoupage img {
  min-width: 200px;
  max-width: 800px;
  width: 100%;
}

.btn-homepage {
  position: fixed;
  top: 0px;
  right: 0px;
  margin: 25px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 999;
  background-color: #f1f0ee;
}

.btn-homepage::before, .btn-homepage::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: #231f20;
  position: absolute;
  top: 17px;
  left: 7px;
}

.btn-homepage::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.btn-homepage:hover {
  background-color: #ef3c39;
}

.btn-homepage:hover::before, .btn-homepage:hover::after {
  background-color: #fff;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* ******* page-not-found.php ********** */
.page-not h2 {
  font-size: 200px;
  padding: 6% 0%;
  -webkit-animation: fade-up 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fade-up 1s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 0s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 0s;
  -webkit-transition: 0.3s all ease;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s all ease;
}

.page-not .pageh1 {
  padding: 2% 0%;
  -webkit-animation: fade-up 1s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fade-up 1s forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 0s;
  /* For Safari 3.1 to 6.0 */
  animation-delay: 0s;
}

.resources .btn-yourcarrer {
  font-size: 14px;
  border-radius: 0px;
  color: #fff;
  border: none;
  padding: 5px 15px;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
}

.resources .btn-yourcarrer::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00b8dc;
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
  z-index: -1;
  border-radius: 50px;
}

.resources .btn-yourcarrer:hover {
  color: #fff;
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
}

.resources .btn-yourcarrer:hover::before {
  width: 100%;
  -webkit-transition: 0.3s ease all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease all;
}
/*# sourceMappingURL=styles.css.map */