@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

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

/* Handle */
::-webkit-scrollbar-thumb {
  background: #797979;
}

.container {
  width: 85%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .container {
    width: 90%;
  }
}

a, button, div, span, i, b, h1, h2, h3, h4, h5, h6, p, input, ul, li, select, label {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Mulish', sans-serif;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  font-family: 'Mulish', sans-serif;
}

input {
  -webkit-tap-highlight-color: transparent;
  font-family: 'Mulish', sans-serif;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
  font-family: 'Mulish', sans-serif;
}

::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
  color: transparent;
}

textarea {
  font-family: 'Mulish', sans-serif;
  resize: none;
}

main {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.shimmer {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 100;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.308);
  display: none;
}

.sidemenu {
  position: fixed;
  z-index: 105;
  top: 0;
  right: -110%;
  height: 100vh;
  width: 45%;
  background: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

@media (max-width: 480px) {
  .sidemenu {
    right: 0;
    top: -150%;
    width: 100%;
  }
}

.sidemenu .sidmenu-head {
  width: 100%;
  height: 60px;
  padding: 0px 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  float: left;
}

@media (max-width: 480px) {
  .sidemenu .sidmenu-head {
    height: 60px;
  }
}

.sidemenu .sidmenu-head .close-sidemenu {
  height: 30px;
  width: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidemenu .sidmenu-head .close-sidemenu img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 5px;
}

.sidemenu .sidemenu-body {
  width: 100%;
  float: left;
  padding: 0px 0px 20px 0px;
  overflow-y: auto;
  height: calc(100vh - 60px);
}

.sidemenu .sidemenu-body ul li {
  list-style: none;
}

.sidemenu .sidemenu-body ul li a {
  text-decoration: none;
  margin-top: 10px;
  color: #2b2d32;
  display: block;
  width: 100%;
  padding: 8px 8%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidemenu .sidemenu-body ul li a img {
  width: 20px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sidemenu .sidemenu-body ul li a i {
  opacity: 0.5;
  font-size: 16px;
}

.sidemenu .sidemenu-body ul li .sidemenuLinkActive {
  font-weight: 600;
  color: #8566db;
}

.sidemenu .sidemenu-body ul li .sidemenuLinkActive i {
  opacity: 1;
}

.sidemenu .sidemenu-body ul li .sidemenu-link-active {
  background: rgba(238, 238, 238, 0.849);
}

.sidemenu-active {
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .sidemenu-active {
    top: 0%;
  }
}

.fixedStrip{
	position: fixed;
	z-index: 100;
	bottom:0;
	left:0;
	background: #8566db;
	width:100%;
	padding: 20px 0px;
}
.fixedStripMain{
	color: white;
	font-size: 25px;
	text-align: center;
	font-weight: 400;
}
@media(max-width:480px){
	.fixedStripMain{
		font-size: 18px;
	}
}

.bookAppointment{
	width: 100%;
	padding: 50px 0px;
}
.bookAppointment .bookAppointmentMain{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bookAppointment .bookAppointmentMain a{  
	width:180px;
  text-decoration: none;
  margin-top: 30px;
  background: #8566db;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
}

.bookAppointment .bookAppointmentMain a:hover {
  opacity: 0.9;
}

.enquiryPopup {
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: white;
  padding: 30px;
  z-index: 110;
  border-radius: 10px;
  width: 25%;
  display: none;
}

@media (max-width: 768px) {
  .enquiryPopup {
    width: 45%;
  }
}

@media (max-width: 480px) {
  .enquiryPopup {
    width: 90%;
    padding: 20px;
  }
}

.enquiryPopup h2 {
  font-size: 1.5em;
  font-weight: 600;
  color: #08002b;
}

.enquiryPopup p {
  color: #797979;
  margin-top: 5px;
  font-size: 14px;
}

.enquiryPopup form {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}

.enquiryPopup form .formGroup {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}

.enquiryPopup form .formGroup label {
  font-size: 14px;
  font-weight: 500;
}

.enquiryPopup form .formGroup input {
  width: 100%;
  height: 45px;
  padding: 10px;
  outline: none;
  margin-top: 5px;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  font-weight: 600;
  color: #08002b;
  caret-color: #8566db;
}

.enquiryPopup form .formGroup input:focus {
  border: 1px solid #8566db;
}

.enquiryPopup form .btnArea {
  width: 100%;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.enquiryPopup form .btnArea .cancelBtn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  padding: 12px;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
  background: #dbdbdb;
  color: black;
  cursor: pointer;
}

.enquiryPopup form .btnArea button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  padding: 12px;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
  background: #8566db;
  color: white;
  cursor: pointer;
  border: none;
  outline: none;
}

#emptyPage {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

#emptyPage .emptyPageThumbnail {
  width: 250px;
}

#emptyPage .emptyPageThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#emptyPage h2 {
  text-align: center;
  font-size: 25px !important;
  font-weight: 500 !important;
}

#emptyPage p {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

nav {
  width: 100%;
  position: fixed;
  z-index: 50;
  background: white;
}

nav .navMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
}

@media (max-width: 768px) {
  nav .navMain {
    height: 60px;
  }
}

nav .navLogo {
  width: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

@media (max-width: 768px) {
  nav .navLogo {
    width: 80px;
  }
}

nav .navLogo h1 {
  font-size: 16px;
  font-weight: 800;
  color: #2b2d32;
}

nav .navLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

nav .navLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  nav .navLink {
    display: none;
  }
}

nav .navLink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav .navLink ul li {
  list-style: none;
}

nav .navLink ul li a {
  text-decoration: none;
  color: #2b2d32;
  font-size: 14px;
  font-weight: 700;
  margin-left: 50px;
  padding: 10px 0px;
}

nav .navLink ul li .navLinkActive {
  color: #8566db;
}

nav .navLink ul li .dropdown {
  overflow: hidden;
}

nav .navLink ul li .dropdown:hover .dropdown-content {
  display: block;
}

nav .navLink ul li .dropdown .dropbtn {
  border: none;
  outline: none;
  color: #2b2d32;
  font-size: 14px;
  font-weight: 700;
  margin-left: 40px;
  padding: 10px 0px;
  background: none;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav .navLink ul li .dropdown .dropbtn i {
  margin-left: 5px;
  font-size: 18px;
}

nav .navLink ul li .dropdown .navLinkActive {
  color: #8566db;
}

nav .navLink ul li .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(39, 39, 39, 0.096);
          box-shadow: 0px 8px 16px 0px rgba(39, 39, 39, 0.096);
  z-index: 1;
  border-radius: 5px;
}

nav .navLink ul li .dropdown .dropdown-content a {
  margin-left: 0;
  color: #2b2d32;
  font-size: 12px;
  font-weight: 600;
  padding: 12px 16px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(238, 238, 238, 0.247);
  border-radius: 5px;
}

nav .navLink ul li .dropdown .dropdown-content a:hover {
  background-color: #b8d2f13f;
}

nav .navLink ul li .dropdown .dropdown-content .dropdownActive {
  background-color: #8566db;
  color: white;
}

nav .navLink ul li .dropdown .dropdown-content .dropdownActive:hover {
  background-color: #8566db;
  color: white;
  opacity: 0.8;
}

nav .navBar {
  display: none;
}

@media (max-width: 768px) {
  nav .navBar {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

nav .navBar .navBarBox {
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

nav .navBar .navBarBox span {
  width: 100%;
  height: 2px;
  background: black;
  margin-top: 2px;
}

#banner {
  width: 100%;
  margin-top: 70px;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  #banner {
    margin-top: 60px;
    padding: 50px 0px;
  }
}

@media (max-width: 480px) {
  #banner {
    padding-top: 0px;
  }
}

#banner::before {
  position: absolute;
  width: 100px;
  border-radius: 20px;
  height: 200px;
  background: #efffff;
  content: '';
  top: 20px;
  left: -50px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  z-index: -1;
  -webkit-animation: AnimTopBottom1 1s;
  animation: AnimTopBottom1 1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes AnimTopBottom1 {
  from {
    top: 20px;
  }
  to {
    top: 25px;
  }
}

@keyframes AnimTopBottom1 {
  from {
    top: 20px;
  }
  to {
    top: 25px;
  }
}

#banner::after {
  position: absolute;
  width: 100px;
  border-radius: 20px;
  height: 200px;
  background: #dffcfc;
  content: '';
  top: 55px;
  left: -45px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  z-index: -2;
  -webkit-animation: AnimTopBottom2 1.5s;
  animation: AnimTopBottom2 1.5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes AnimTopBottom2 {
  from {
    top: 55px;
  }
  to {
    top: 65px;
  }
}

@keyframes AnimTopBottom2 {
  from {
    top: 55px;
  }
  to {
    top: 65px;
  }
}

#banner .element1 {
  position: absolute;
  z-index: -1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 10px solid #fffb00;
  top: 10%;
  right: 15%;
  -webkit-animation: animate1 1.5s;
  animation: animate1 1.5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes animate1 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 10px solid #fffb00;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: 3px solid #fffb00;
  }
}

@keyframes animate1 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 10px solid #fffb00;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: 3px solid #fffb00;
  }
}

#banner .element2 {
  position: absolute;
  z-index: -1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 8px solid #48ff00;
  bottom: 10%;
  left: 40%;
  -webkit-animation: animate2 1.5s;
  animation: animate2 1.5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes animate2 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 8px solid #48ff00;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: 3px solid #48ff00;
  }
}

@keyframes animate2 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 8px solid #48ff00;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: 3px solid #48ff00;
  }
}

#banner .bannerMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: calc(100vh - 70px);
}

@media (max-width: 768px) {
  #banner .bannerMain {
    height: auto;
  }
}

#banner .bannerMain .bannerContent {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  #banner .bannerMain .bannerContent {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
}

#banner .bannerMain .bannerContent h1 {
  font-size: 3em;
  font-weight: 900;
  color: #08002b;
}

@media (max-width: 768px) {
  #banner .bannerMain .bannerContent h1 {
    font-size: 2em;
  }
}

#banner .bannerMain .bannerContent p {
  margin-top: 18px;
  font-size: 18px;
  width: 80%;
  line-height: 1.5;
}

#banner .bannerMain .bannerContent .bannerContentBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70%;
}

@media (max-width: 768px) {
  #banner .bannerMain .bannerContent .bannerContentBtn {
    width: 100%;
  }
}

#banner .bannerMain .bannerContent .bannerContentBtn .bookingBtn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  text-decoration: none;
  margin-top: 30px;
  background: #8566db;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
}

#banner .bannerMain .bannerContent .bannerContentBtn .bookingBtn:hover {
  opacity: 0.9;
}

#banner .bannerMain .bannerContent .bannerContentBtn .demoVideoBtn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  text-decoration: none;
  margin-top: 30px;
  color: #8566db;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#banner .bannerMain .bannerContent .bannerContentBtn .demoVideoBtn .playBtn {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #8566db;
  margin-left: 10px;
}

#banner .bannerMain .bannerContent .bannerContentBtn .demoVideoBtn .playBtn:hover {
  background: #8566db;
  color: white;
}

#banner .bannerMain .bannerThumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  #banner .bannerMain .bannerThumbnail {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    height: 40vh;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#banner .bannerMain .bannerThumbnail::after {
  position: absolute;
  width: 100%;
  border-radius: 50px;
  height: 40%;
  background: #9084ff;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  content: '';
  opacity: 0.3;
  bottom: 0px;
  left: 0px;
  z-index: -2;
}

#banner .bannerMain .bannerThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#aboutDirector {
  width: 100%;
  padding: 100px 0px;
  margin-top: 100px;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  #aboutDirector {
    padding: 50px 0px;
    margin-top: 60px;
  }
}

#aboutDirector::before {
  position: absolute;
  width: 100px;
  border-radius: 20px;
  height: 100px;
  background: #efffff;
  content: '';
  top: 0px;
  right: -50px;
  z-index: -1;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  -webkit-animation: AnimTopBottom3 1s;
  animation: AnimTopBottom3 1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes AnimTopBottom3 {
  from {
    top: 0px;
  }
  to {
    top: 5px;
  }
}

@keyframes AnimTopBottom3 {
  from {
    top: 0px;
  }
  to {
    top: 5px;
  }
}

#aboutDirector::after {
  position: absolute;
  width: 100px;
  border-radius: 20px;
  height: 100px;
  background: #dffcfc;
  content: '';
  top: 15px;
  right: -40px;
  z-index: -2;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  -webkit-animation: AnimTopBottom4 1.5s;
  animation: AnimTopBottom4 1.5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes AnimTopBottom4 {
  from {
    top: 15px;
  }
  to {
    top: 25px;
  }
}

@keyframes AnimTopBottom4 {
  from {
    top: 15px;
  }
  to {
    top: 25px;
  }
}

#aboutDirector .element1 {
  position: absolute;
  z-index: -1;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 10px solid #e787ff;
  bottom: -10%;
  right: 35%;
  -webkit-animation: animate3 1.5s;
  animation: animate3 1.5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  display: none;
}

@-webkit-keyframes animate3 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 10px solid #e787ff;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: 3px solid #e787ff;
  }
}

@keyframes animate3 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 10px solid #e787ff;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: 3px solid #e787ff;
  }
}

#aboutDirector .aboutDirectorMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#aboutDirector .aboutDirectorMain .aboutDirectorThumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  position: relative;
  z-index: 0;
}

@media (max-width: 480px) {
  #aboutDirector .aboutDirectorMain .aboutDirectorThumbnail {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

#aboutDirector .aboutDirectorMain .aboutDirectorThumbnail::before {
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  background: #8566db;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: -1;
}

#aboutDirector .aboutDirectorMain .aboutDirectorThumbnail::after {
  position: absolute;
  width: 100%;
  border-radius: 50px;
  height: 40%;
  background: #9084ff;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  content: '';
  opacity: 0.3;
  bottom: -50px;
  left: 0px;
  z-index: -2;
}

#aboutDirector .aboutDirectorMain .aboutDirectorThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
}

#aboutDirector .aboutDirectorMain .aboutDirectorContent {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  #aboutDirector .aboutDirectorMain .aboutDirectorContent {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-top: 30px;
  }
}

#aboutDirector .aboutDirectorMain .aboutDirectorContent h1 {
  font-size: 2.5em;
  font-weight: 900;
  color: #08002b;
}

#aboutDirector .aboutDirectorMain .aboutDirectorContent h2 {
  font-size: 25px;
  font-weight: 900;
  color: #08002b;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  #aboutDirector .aboutDirectorMain .aboutDirectorContent h2 span {
    font-size: 14px;
  }
}

#aboutDirector .aboutDirectorMain .aboutDirectorContent span {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}

#aboutDirector .aboutDirectorMain .aboutDirectorContent p {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.7;
  color: #797979;
	text-align: justify;
}

#aboutDirector .aboutDirectorMain .aboutDirectorContent h4 {
  margin-top: 30px;
  font-size: 16px;
}

#aboutDirector .aboutDirectorMain .aboutDirectorContent ul {
  width: 100%;
  margin-top: 10px;
}

#aboutDirector .aboutDirectorMain .aboutDirectorContent ul li {
  font-size: 14px;
  list-style: none;
  line-height: 1.7;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}

#aboutDirector .aboutDirectorMain .aboutDirectorContent ul li span {
  width: 15px;
  height: 2px;
  background: #8566db;
}

#aboutDirector .aboutDirectorMain .aboutDirectorContent ul li p {
  width: calc(100% - 35px);
  text-align: left;
  margin-top: 0;
  color: black;
}

#service {
  width: 100%;
  padding: 100px 0px;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  #service {
    padding: 50px 0px;
  }
}

#service::before {
  position: absolute;
  width: 100px;
  border-radius: 20px;
  height: 200px;
  background: #efffff;
  content: '';
  top: 70px;
  right: -50px;
  z-index: -1;
  -webkit-animation: AnimTopBottom5 1s;
  animation: AnimTopBottom5 1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes AnimTopBottom5 {
  from {
    top: 70px;
  }
  to {
    top: 75px;
  }
}

@keyframes AnimTopBottom5 {
  from {
    top: 70px;
  }
  to {
    top: 75px;
  }
}

#service::after {
  position: absolute;
  width: 100px;
  border-radius: 20px;
  height: 200px;
  background: #dffcfc;
  content: '';
  top: 85px;
  right: -40px;
  z-index: -2;
  -webkit-animation: AnimTopBottom6 1.5s;
  animation: AnimTopBottom6 1.5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes AnimTopBottom6 {
  from {
    top: 85px;
  }
  to {
    top: 95px;
  }
}

@keyframes AnimTopBottom6 {
  from {
    top: 85px;
  }
  to {
    top: 95px;
  }
}

#service .element1 {
  position: absolute;
  z-index: -1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 10px solid #002fff;
  bottom: 10%;
  left: 5%;
  -webkit-animation: animate4 1.5s;
  animation: animate4 1.5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes animate4 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 10px solid #002fff;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: 3px solid #002fff;
  }
}

@keyframes animate4 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 10px solid #002fff;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: 3px solid #002fff;
  }
}

#service h2 {
  font-size: 2.5em;
  font-weight: 900;
  color: #08002b;
}

@media (max-width: 768px) {
  #service h2 {
    font-size: 2em;
  }
}

#service h2 a {
  text-decoration: underline;
  font-size: 16px;
  margin-left: 10px;
  font-weight: 600;
  text-decoration-thickness: from-font;
  color: #8566db;
  display: none;
}

#service .serviceMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  position: relative;
}

#service .serviceMain::after {
  content: '';
  height: 0;
  width: 30%;
}

#service .serviceMain .serviceBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}

@media (max-width: 768px) {
  #service .serviceMain .serviceBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}

@media (max-width: 480px) {
  #service .serviceMain .serviceBox {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

#service .serviceMain .serviceBox .serviceBoxIcon {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2em;
}

#service .serviceMain .serviceBox:nth-child(1) .serviceBoxIcon {
  background: #f9f8e1;
  color: #fdd24a;
}

#service .serviceMain .serviceBox:nth-child(2) .serviceBoxIcon {
  background: #dcfcef;
  color: #00e877;
  margin-top: 100px;
}

@media (max-width: 480px) {
  #service .serviceMain .serviceBox:nth-child(2) .serviceBoxIcon {
    margin-top: 30px;
  }
}

#service .serviceMain .serviceBox:nth-child(3) .serviceBoxIcon {
  background: #f6ecfd;
  color: #b154e1;
  margin-top: 200px;
}

@media (max-width: 768px) {
  #service .serviceMain .serviceBox:nth-child(3) .serviceBoxIcon {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  #service .serviceMain .serviceBox:nth-child(3) .serviceBoxIcon {
    margin-top: 30px;
  }
}

#service .serviceMain .serviceBox:nth-child(4) .serviceBoxIcon {
  background: #fdecec;
  color: #e15454;
}

@media (max-width: 768px) {
  #service .serviceMain .serviceBox:nth-child(4) .serviceBoxIcon {
    margin-top: 100px;
  }
}

@media (max-width: 480px) {
  #service .serviceMain .serviceBox:nth-child(4) .serviceBoxIcon {
    margin-top: 30px;
  }
}

#service .serviceMain .serviceBox:nth-child(5) .serviceBoxIcon {
  background: #ececfd;
  color: #5d54e1;
  margin-top: 100px;
}

@media (max-width: 768px) {
  #service .serviceMain .serviceBox:nth-child(5) .serviceBoxIcon {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  #service .serviceMain .serviceBox:nth-child(5) .serviceBoxIcon {
    margin-top: 30px;
  }
}

#service .serviceMain .serviceBox h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
  color: #08002b;
}

#service .serviceMain .serviceBox p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.7;
  color: #797979;
}

#about {
  width: 100%;
  padding: 100px 0px;
  position: relative;
  z-index: 0;
  margin-top: 90px;
}

@media (max-width: 768px) {
  #about {
    padding: 50px 0px;
  margin-top: 80px;
  }
}

#about .element1 {
  position: absolute;
  z-index: -1;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 6px solid #ff3300;
  bottom: 10%;
  right: 10%;
  -webkit-animation: animate5 1.5s;
  animation: animate5 1.5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes animate5 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 6px solid #ff3300;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: 3px solid #ff3300;
  }
}

@keyframes animate5 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 6px solid #ff3300;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: 3px solid #ff3300;
  }
}

#about .aboutMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#about .aboutMain .aboutThumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  #about .aboutMain .aboutThumbnail {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

#about .aboutMain .aboutThumbnail::before {
  position: absolute;
  width: 200px;
  border-radius: 20px;
  height: 200px;
  background: #8566db;
  content: '';
  top: -50px;
  right: 10%;
  z-index: -1;
}

@media (max-width: 768px) {
  #about .aboutMain .aboutThumbnail::before {
    right: 0%;
  }
}

#about .aboutMain .aboutThumbnail::after {
  position: absolute;
  width: 100%;
  border-radius: 50px;
  height: 60%;
  background: #9084ff;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  content: '';
  opacity: 0.3;
  bottom: -50px;
  left: -10%;
  z-index: -2;
}

#about .aboutMain .aboutThumbnail img {
  width: 80%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 768px) {
  #about .aboutMain .aboutThumbnail img {
    width: 90%;
    border-radius: 20px;
    overflow: hidden;
  }
}

#about .aboutMain .aboutContent {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  #about .aboutMain .aboutContent {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-top: 30px;
  }
}

#about .aboutMain .aboutContent h1 {
  font-size: 2.5em;
  font-weight: 900;
  color: #08002b;
}

@media (max-width: 768px) {
  #about .aboutMain .aboutContent h1 {
    font-size: 2em;
  }
}

#about .aboutMain .aboutContent p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #797979;
}

#about .aboutMain .aboutContent a {
  width: 150px;
  text-decoration: none;
  margin-top: 30px;
  background: #eee;
  color: #8566db;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
}

#aboutVideo {
  width: 100%;
  padding: 100px 0px;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  #aboutVideo {
    padding: 50px 0px;
  }
}

#aboutVideo::before {
  position: absolute;
  width: 100px;
  border-radius: 20px;
  height: 100px;
  background: #efffff;
  content: '';
  top: 35%;
  left: -20px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  z-index: -1;
  -webkit-animation: AnimTopBottom7 1s;
  animation: AnimTopBottom7 1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes AnimTopBottom7 {
  from {
    top: 35%;
  }
  to {
    top: 36%;
  }
}

@keyframes AnimTopBottom7 {
  from {
    top: 35%;
  }
  to {
    top: 36%;
  }
}

#aboutVideo::after {
  position: absolute;
  width: 100px;
  border-radius: 20px;
  height: 100px;
  background: #dffcfc;
  content: '';
  top: 37%;
  left: -15px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  z-index: -2;
  -webkit-animation: AnimTopBottom8 1.5s;
  animation: AnimTopBottom8 1.5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes AnimTopBottom8 {
  from {
    top: 37%;
  }
  to {
    top: 38%;
  }
}

@keyframes AnimTopBottom8 {
  from {
    top: 37%;
  }
  to {
    top: 38%;
  }
}

#aboutVideo .element1 {
  position: absolute;
  z-index: -1;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 6px solid #ea00ff;
  bottom: 0%;
  right: 60%;
  -webkit-animation: animate6 1.5s;
  animation: animate6 1.5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  display: none;
}

@-webkit-keyframes animate6 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 6px solid #ea00ff;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: 3px solid #ea00ff;
  }
}

@keyframes animate6 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 6px solid #ea00ff;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: 3px solid #ea00ff;
  }
}

#aboutVideo .aboutVideoMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#aboutVideo .aboutVideoMain h2 {
  font-size: 2.5em;
  font-weight: 900;
  color: #08002b;
  text-align: center;
}

@media (max-width: 768px) {
  #aboutVideo .aboutVideoMain h2 {
    font-size: 2em;
  }
}

#aboutVideo .aboutVideoMain p {
  margin-top: 0px;
  font-size: 16px;
  line-height: 1.5;
  color: #797979;
  text-align: center;
}

#aboutVideo .aboutVideoMain .aboutVideoBox {
  width: 70%;
  height: 65vh;
  margin-top: 50px;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  #aboutVideo .aboutVideoMain .aboutVideoBox {
    width: 100%;
    height: 60vh;
  }
}

@media (max-width: 480px) {
  #aboutVideo .aboutVideoMain .aboutVideoBox {
    height: 250px;
  }
}

#aboutVideo .aboutVideoMain .aboutVideoBox::after {
  position: absolute;
  width: 100%;
  border-radius: 50px;
  height: 60%;
  background: #9084ff;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  content: '';
  opacity: 0.3;
  bottom: -50px;
  left: -10%;
  z-index: -2;
}

#aboutVideo .aboutVideoMain .aboutVideoBox video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
  background: #eee;
}

#aboutVideo .aboutVideoMain .aboutVideoBox .videoBtn {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#aboutVideo .aboutVideoMain .aboutVideoBox .videoBtn .play-bt {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #8566db;
  color: white;
  font-size: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

#events {
  width: 100%;
  padding: 0px 0px 100px 0px;
}

@media (max-width: 480px) {
  #events {
    padding-bottom: 50px;
  }
}

#events h2 {
  font-size: 2.5em;
  font-weight: 900;
  color: #08002b;
}

@media (max-width: 768px) {
  #events h2 {
    font-size: 2em;
  }
}

#events p {
  margin-top: 0px;
  font-size: 16px;
  line-height: 1.5;
  color: #797979;
}

#events .eventsMain {
  width: 100%;
}

#events .eventsMain .item {
  width: 100%;
  padding: 0px 10px 10px 10px;
}

#events .eventsMain .item .eventsBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50PX;
  -webkit-box-shadow: 0 0 20px #eee;
          box-shadow: 0 0 20px #eee;
  padding: 20px;
  border-radius: 10px;
}

#events .eventsMain .item .eventsBox .eventsBoxDate {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  background: #dcfcef;
  border: 1px solid #00e877;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#events .eventsMain .item .eventsBox .eventsBoxDate h2 {
  color: #00e877;
  font-weight: 800;
  font-size: 2em;
  margin-bottom: 10px;
}

#events .eventsMain .item .eventsBox .eventsBoxDate P {
  color: #00e877;
  font-weight: 800;
  font-size: 12px;
}

#events .eventsMain .item .eventsBox .eventsBoxContent {
  width: calc(100% - 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#events .eventsMain .item .eventsBox .eventsBoxContent h1 {
  font-size: 20px;
  color: #08002b;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#events .eventsMain .item .eventsBox .eventsBoxContent p {
  font-size: 14px;
  line-height: 1.7;
  color: #797979;
  margin-top: 5px;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 768px) {
  #events .eventsMain .item .eventsBox .eventsBoxContent p {
    line-height: 1.4;
    height: 60px;
  }
}

#events .eventsMain .item .eventsBox .eventsBoxContent a {
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px;
  background: #eee;
  color: #8566db;
  font-size: 14px;
  border-radius: 10px;
  margin-top: 20px;
}

#events .eventsMain .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 45%;
  position: absolute;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: -5%;
  width: 110%;
}

#events .eventsMain button.owl-next {
  display: block !important;
  padding: 5px 20px !important;
  background: rgba(245, 244, 244, 0.726);
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 35px;
}

@media (max-width: 480px) {
  #events .eventsMain button.owl-next {
    padding: 5px 10px !important;
  }
}

#events .eventsMain button.owl-next:hover {
  background: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#events .eventsMain button.owl-next:hover span {
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#events .eventsMain button.owl-next span {
  font-size: 30px;
  color: balck;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#events .eventsMain button.owl-prev {
  display: block !important;
  padding: 5px 20px !important;
  background: rgba(245, 244, 244, 0.726);
  outline: none;
  margin-top: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 35px;
}

@media (max-width: 480px) {
  #events .eventsMain button.owl-prev {
    padding: 5px 10px !important;
  }
}

#events .eventsMain button.owl-prev:hover {
  background: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#events .eventsMain button.owl-prev:hover span {
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#events .eventsMain button.owl-prev span {
  font-size: 30px;
  color: balck;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#events .eventsMain .owl-dots {
  display: none;
}

#gallery {
  width: 100%;
  padding: 100px 0px;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  #gallery {
    padding: 50px 0px;
  }
}

#gallery::before {
  position: absolute;
  width: 200px;
  border-radius: 50%;
  height: 200px;
  background: #efffff;
  content: '';
  top: 100px;
  right: -100px;
  z-index: -1;
  -webkit-animation: AnimTopBottom9 1s;
  animation: AnimTopBottom9 1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes AnimTopBottom9 {
  from {
    top: 100px;
  }
  to {
    top: 105px;
  }
}

@keyframes AnimTopBottom9 {
  from {
    top: 100px;
  }
  to {
    top: 105px;
  }
}

#gallery::after {
  position: absolute;
  width: 200px;
  border-radius: 50%;
  height: 200px;
  background: #dffcfc;
  content: '';
  top: 115px;
  right: -90px;
  z-index: -2;
  -webkit-animation: AnimTopBottom10 1.5s;
  animation: AnimTopBottom10 1.5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes AnimTopBottom10 {
  from {
    top: 115px;
  }
  to {
    top: 105px;
  }
}

@keyframes AnimTopBottom10 {
  from {
    top: 115px;
  }
  to {
    top: 125px;
  }
}

#gallery .element1 {
  position: absolute;
  z-index: -1;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 6px solid red;
  top: 10%;
  left: 25%;
  -webkit-animation: animate7 1.5s;
  animation: animate7 1.5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes animate7 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 6px solid red;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: 3px solid red;
  }
}

@keyframes animate7 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 6px solid red;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: 3px solid red;
  }
}

#gallery h2 {
  font-size: 2.5em;
  font-weight: 900;
  color: #08002b;
  text-align: center;
}

@media (max-width: 768px) {
  #gallery h2 {
    font-size: 2em;
  }
}

@media (max-width: 480px) {
  #gallery h2 {
    padding: 0px 5%;
  }
}

#gallery p {
  margin-top: 0px;
  font-size: 16px;
  line-height: 1.5;
  color: #797979;
  text-align: center;
}

@media (max-width: 480px) {
  #gallery p {
    padding: 0px 5%;
  }
}

#gallery .galleryMain {
  width: 100%;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#gallery .galleryMain .galleryBox {
  margin-top: 20px;
  height: 45vh;
  background: #eee;
}

@media (max-width: 768px) {
  #gallery .galleryMain .galleryBox {
    height: 40vh;
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  #gallery .galleryMain .galleryBox {
    height: 200px;
    margin-top: 5px;
  }
}

#gallery .galleryMain .galleryBox:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}

#gallery .galleryMain .galleryBox:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38.5%;
          flex: 0 0 38.5%;
}

#gallery .galleryMain .galleryBox:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

#gallery .galleryMain .galleryBox:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
}

#gallery .galleryMain .galleryBox:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

#gallery .galleryMain .galleryBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#contact {
  width: 100%;
  padding: 50px 0px 150px 0px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

#contact::before {
  position: absolute;
  width: 300px;
  border-radius: 20%;
  height: 200px;
  background: #efffff;
  content: '';
  bottom: -100px;
  left: 0%;
  z-index: -1;
  -webkit-animation: AnimTopBottom11 1s;
  animation: AnimTopBottom11 1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes AnimTopBottom11 {
  from {
    bottom: -100px;
  }
  to {
    bottom: -95px;
  }
}

@keyframes AnimTopBottom11 {
  from {
    bottom: -100px;
  }
  to {
    bottom: -95px;
  }
}

#contact::after {
  position: absolute;
  width: 300px;
  border-radius: 20%;
  height: 200px;
  background: #dffcfc;
  content: '';
  bottom: -125px;
  left: 2%;
  z-index: -2;
  -webkit-animation: AnimTopBottom12 1.5s;
  animation: AnimTopBottom12 1.5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes AnimTopBottom12 {
  from {
    bottom: -125px;
  }
  to {
    bottom: -115px;
  }
}

@keyframes AnimTopBottom12 {
  from {
    bottom: -125px;
  }
  to {
    bottom: -115px;
  }
}

#contact .element1 {
  position: absolute;
  z-index: -1;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 10px solid #1eff00;
  top: 5%;
  right: 5%;
  -webkit-animation: animate8 1.5s;
  animation: animate8 1.5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  display: none;
}

@-webkit-keyframes animate8 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 10px solid #1eff00;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: 3px solid #1eff00;
  }
}

@keyframes animate8 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 10px solid #1eff00;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: 3px solid #1eff00;
  }
}

#contact h2 {
  font-size: 2.5em;
  font-weight: 900;
  color: #08002b;
}

@media (max-width: 768px) {
  #contact h2 {
    font-size: 2em;
  }
}

#contact .contactMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contact .contactMain .contactBox1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  #contact .contactMain .contactBox1 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

#contact .contactMain .contactBox1 p {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.7;
  width: 60%;
  color: #797979;
}

@media (max-width: 480px) {
  #contact .contactMain .contactBox1 p {
    width: 100%;
  }
}

#contact .contactMain .contactBox1 .contactLink {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media (max-width: 480px) {
  #contact .contactMain .contactBox1 .contactLink {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#contact .contactMain .contactBox1 a {
  margin-top: 20px;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.5;
  color: #797979;
}

@media (max-width: 480px) {
  #contact .contactMain .contactBox1 a {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

#contact .contactMain .contactBox1 a:hover {
  color: #8566db;
}

#contact .contactMain .contactBox2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  #contact .contactMain .contactBox2 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-top: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#contact .contactMain .contactBox2 a {
  text-decoration: none;
  background: #8566db;
  color: white;
  font-size: 20px;
  padding: 18px 40px;
  border-radius: 15px;
}

#contact .contactMain .contactBox2 a:hover {
  opacity: 0.9;
}

footer {
  width: 100%;
  padding: 50px 0px 100px 0px;
  background: #2b2d32;
}
@media(max-width:480px){
	footer{
  padding: 50px 0px 50px 0px;
	}
}

footer .footerMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .footerMain .footerLogo {
  width: 150px;
}

footer .footerMain .footerLogo h1 {
  font-size: 20px;
  color: white;
}

footer .footerMain p {
  color: #797979;
  margin-top: 20px;
  line-height: 1.7;
  font-size: 14px;
}

footer .footerMain .footerSocialLink {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

footer .footerMain .footerSocialLink a {
  text-decoration: none;
  font-size: 18px;
  margin-right: 20px;
  color: #797979;
}

footer .footerMain .footerSocialLink a:hover {
  color: white;
}

footer .footerMain .footerLinks {
  width: 100%;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .footerMain .footerLinks .contactLink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

@media (max-width: 768px) {
  footer .footerMain .footerLinks .contactLink {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

@media (max-width: 480px) {
  footer .footerMain .footerLinks .contactLink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

footer .footerMain .footerLinks ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  footer .footerMain .footerLinks ul {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  footer .footerMain .footerLinks ul:nth-child(2) {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  footer .footerMain .footerLinks ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

footer .footerMain .footerLinks ul li {
  list-style: none;
}

footer .footerMain .footerLinks ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #797979;
  margin-top: 20px;
  display: block;
}

@media (max-width: 480px) {
  footer .footerMain .footerLinks ul li a {
    width: 100%;
  }
}

footer .footerMain .footerLinks ul li a:hover {
  color: white;
}

footer .footerMain .footerStrip {
  width: 100%;
  margin-top: 50px;
  border-top: 0.1px solid #707070;
  float: left;
  padding: 50px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  footer .footerMain .footerStrip {
    padding-bottom: 50px;
  }
}

footer .footerMain .footerStrip .footerStripRights {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  footer .footerMain .footerStrip .footerStripRights {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}

@media (max-width: 480px) {
  footer .footerMain .footerStrip .footerStripRights {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .footerMain .footerStrip .footerStripRights p {
  font-size: 12px;
  color: #797979;
  letter-spacing: 1px;
  margin-top: 0;
}

@media (max-width: 480px) {
  footer .footerMain .footerStrip .footerStripRights p {
    text-align: center;
  }
}

footer .footerMain .footerStrip .footerStripCreat {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  footer .footerMain .footerStrip .footerStripCreat {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (max-width: 480px) {
  footer .footerMain .footerStrip .footerStripCreat {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-top: 30px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer .footerMain .footerStrip .footerStripCreat p {
  font-size: 12px;
  color: #797979;
  letter-spacing: 1px;
  margin-top: 0;
}

@media (max-width: 480px) {
  footer .footerMain .footerStrip .footerStripCreat p {
    text-align: center;
  }
}

footer .footerMain .footerStrip .footerStripCreat p i {
  margin: 0px 5px;
  color: red;
  -webkit-animation: bounce 0.5s;
          animation: bounce 0.5s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes bounce {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

footer .footerMain .footerStrip .footerStripCreat p a {
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  letter-spacing: 1px;
}

#aboutGM {
  width: 100%;
  padding: 100px 0px 50px 0px;
  position: relative;
  z-index: 0;
  margin-top: 70px;
}

@media (max-width: 768px) {
  #aboutGM {
    padding: 50px 0px;
    margin-top: 60px;
  }
}

#aboutGM .element1 {
  position: absolute;
  z-index: -1;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 10px solid red;
  bottom: -5%;
  left: 15%;
  -webkit-animation: animate9 1.5s;
  animation: animate9 1.5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  display: none;
}

@-webkit-keyframes animate9 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 10px solid red;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: 3px solid red;
  }
}

@keyframes animate9 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 10px solid red;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: 3px solid red;
  }
}

#aboutGM .aboutGMMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#aboutGM .aboutGMMain h2 {
  font-size: 2.5em;
  font-weight: 900;
  color: #08002b;
}

@media (max-width: 768px) {
  #aboutGM .aboutGMMain h2 {
    font-size: 2em;
  }
}

#aboutGM .aboutGMMain p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.7;
  color: #797979;
}

#innerTraining {
  width: 100%;
  padding: 100px 0px;
  margin-top: 70px;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  #innerTraining {
    padding: 50px 0px;
    margin-top: 60px;
  }
}

#innerTraining::before {
  position: absolute;
  width: 100px;
  border-radius: 20px;
  height: 200px;
  background: #efffff;
  content: '';
  top: 35%;
  left: -50px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  z-index: -1;
  -webkit-animation: AnimTopBottom13 1s;
  animation: AnimTopBottom13 1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes AnimTopBottom13 {
  from {
    top: 35%;
  }
  to {
    top: 37%;
  }
}

@keyframes AnimTopBottom13 {
  from {
    top: 35%;
  }
  to {
    top: 37%;
  }
}

#innerTraining::after {
  position: absolute;
  width: 100px;
  border-radius: 20px;
  height: 200px;
  background: #dffcfc;
  content: '';
  top: 45%;
  left: -45px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  z-index: -2;
  -webkit-animation: AnimTopBottom14 1.5s;
  animation: AnimTopBottom14 1.5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes AnimTopBottom14 {
  from {
    top: 45%;
  }
  to {
    top: 47%;
  }
}

@keyframes AnimTopBottom14 {
  from {
    top: 45%;
  }
  to {
    top: 47%;
  }
}

#innerTraining .element1 {
  position: absolute;
  z-index: -1;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 10px solid red;
  bottom: 5%;
  left: 35%;
  -webkit-animation: animate10 1.5s;
  animation: animate10 1.5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  display: none;
}

@-webkit-keyframes animate10 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 10px solid red;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: 3px solid red;
  }
}

@keyframes animate10 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 10px solid red;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: 3px solid red;
  }
}

#innerTraining .innerTrainingMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#innerTraining .innerTrainingMain .innerTrainingContent {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  #innerTraining .innerTrainingMain .innerTrainingContent {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
}

#innerTraining .innerTrainingMain .innerTrainingContent h1 {
  font-size: 3em;
  font-weight: 900;
  color: #08002b;
}

#innerTraining .innerTrainingMain .innerTrainingContent h3 {
  font-size: 16px;
  font-weight: 500;
  color: #08002b;
	margin-top: 15px;
}

@media (max-width: 768px) {
  #innerTraining .innerTrainingMain .innerTrainingContent h1 {
    font-size: 2em;
  }
}

#innerTraining .innerTrainingMain .innerTrainingContent p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.7;
  color: #797979;
}

#innerTraining .innerTrainingMain .innerTrainingContent ul {
  width: 100%;
  margin-top: 10px;
}

#innerTraining .innerTrainingMain .innerTrainingContent ul li {
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

#innerTraining .innerTrainingMain .innerTrainingContent ul li span {
  width: 10px;
  height: 2px;
  margin-top: 10px;
  background: #8566db;
}

#innerTraining .innerTrainingMain .innerTrainingContent ul li p {
  margin-top: 0;
  text-align: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 97%;
          flex: 0 0 97%;
  font-size: 14px;
}
@media (max-width: 768px) {
	#innerTraining .innerTrainingMain .innerTrainingContent ul li p {
      -ms-flex: 0 0 95%;
          flex: 0 0 95%;
	}
}

#innerTraining .innerTrainingMain .innerTrainingThumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  #innerTraining .innerTrainingMain .innerTrainingThumbnail {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 45vh;
  }
}

@media (max-width: 480px) {
  #innerTraining .innerTrainingMain .innerTrainingThumbnail {
    height: 250px;
  }
}

#innerTraining .innerTrainingMain .innerTrainingThumbnail::after {
  position: absolute;
  width: 100%;
  border-radius: 50px;
  height: 40%;
  background: #9084ff;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  content: '';
  opacity: 0.3;
  bottom: -50px;
  left: 0px;
  z-index: -2;
}

#innerTraining .innerTrainingMain .innerTrainingThumbnail::before {
  position: absolute;
  width: 400px;
  border-radius: 20px;
  height: 200px;
  background: #8566db;
  content: '';
  top: -50px;
  right: -10%;
  z-index: -1;
}

#innerTraining .innerTrainingMain .innerTrainingThumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 768px) {
  #innerTraining .innerTrainingMain .innerTrainingThumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#trainingContent {
  width: 100%;
  padding: 100px 0px;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  #trainingContent {
    padding: 50px 0px;
  }
}

#trainingContent .element1 {
  position: absolute;
  z-index: -1;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 10px solid #ffe600;
  bottom: 5%;
  right: 20%;
  -webkit-animation: animate11 1.5s;
  animation: animate11 1.5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  display: none;
}

@-webkit-keyframes animate11 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 10px solid #ffe600;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: 3px solid #ffe600;
  }
}

@keyframes animate11 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 10px solid #ffe600;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: 3px solid #ffe600;
  }
}

#trainingContent .trainingContentMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#trainingContent .trainingContentMain .trainingContentThumbnail {
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  #trainingContent .trainingContentMain .trainingContentThumbnail {
    width: 100px;
    height: 100px;
  }
}

#trainingContent .trainingContentMain .trainingContentThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#trainingContent .trainingContentMain span {
  font-size: 18px;
  margin-top: 40px;
  color: #797979;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

#trainingContent .trainingContentMain h1 {
  font-size: 2em;
  text-align: center;
  color: #08002b;
  font-weight: 900;
  margin-top: 40px;
}

@media (max-width: 768px) {
  #trainingContent .trainingContentMain h1 {
    margin-top: 20px;
  }
}

#advantage {
  width: 100%;
  padding: 100px 0px 50px 0px;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  #advantage {
    padding: 50px 0px;
  }
}

#advantage::before {
  position: absolute;
  width: 100px;
  border-radius: 20px;
  height: 200px;
  background: #efffff;
  content: '';
  top: 0px;
  right: -50px;
  z-index: -1;
  -webkit-animation: AnimTopBottom15 1s;
  animation: AnimTopBottom15 1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes AnimTopBottom15 {
  from {
    top: 0px;
  }
  to {
    top: 5px;
  }
}

@keyframes AnimTopBottom15 {
  from {
    top: 0px;
  }
  to {
    top: 5px;
  }
}

#advantage::after {
  position: absolute;
  width: 100px;
  border-radius: 20px;
  height: 200px;
  background: #dffcfc;
  content: '';
  top: 15px;
  right: -40px;
  z-index: -2;
  -webkit-animation: AnimTopBottom16 1.5s;
  animation: AnimTopBottom16 1.5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes AnimTopBottom16 {
  from {
    top: 15px;
  }
  to {
    top: 25px;
  }
}

@keyframes AnimTopBottom16 {
  from {
    top: 15px;
  }
  to {
    top: 25px;
  }
}

#advantage .element1 {
  position: absolute;
  z-index: -1;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 8px solid #2bff00;
  bottom: 5%;
  left: 20%;
  -webkit-animation: animate12 1.5s;
  animation: animate12 1.5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  display: none;
}

@-webkit-keyframes animate12 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 8px solid #2bff00;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: 3px solid #2bff00;
  }
}

@keyframes animate12 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 8px solid #2bff00;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: 3px solid #2bff00;
  }
}

#advantage .advantageMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#advantage .advantageMain .advantageContent {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  #advantage .advantageMain .advantageContent {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

#advantage .advantageMain .advantageContent h1 {
  font-size: 4em;
  font-weight: 900;
  color: #8566db;
}

@media (max-width: 768px) {
  #advantage .advantageMain .advantageContent h1 {
    font-size: 2.5em;
  }
  #advantage .advantageMain .advantageContent h1 br {
    display: none;
  }
}

#advantage .advantageMain .advantageContent p {
  font-size: 20px;
  margin-top: 40px;
  line-height: 1.7;
}

#advantage .advantageMain .advantageOptions {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  #advantage .advantageMain .advantageOptions {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-top: 50px;
  }
}

#advantage .advantageMain .advantageOptions .advantageOptionsBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  #advantage .advantageMain .advantageOptions .advantageOptionsBox {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

#advantage .advantageMain .advantageOptions .advantageOptionsBox .icon {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background: #8566db;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
}

#advantage .advantageMain .advantageOptions .advantageOptionsBox h2 {
  font-size: 20px;
  font-weight: 700;
  color: #08002b;
  margin-top: 20px;
}

#advantage .advantageMain .advantageOptions .advantageOptionsBox p {
  font-size: 16px;
  line-height: 1.7;
  color: #797979;
  margin-top: 10px;
}

#innerGallery {
  width: 100%;
  padding: 100px 0px;
  margin-top: 70px;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  #innerGallery {
    padding: 50px 0px;
    margin-top: 60px;
  }
}

#innerGallery::before {
  position: absolute;
  width: 300px;
  border-radius: 50%;
  height: 300px;
  background: #efffff;
  content: '';
  top: 0px;
  left: -250px;
  z-index: -1;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  -webkit-animation: AnimTopBottom17 1s;
  animation: AnimTopBottom17 1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes AnimTopBottom17 {
  from {
    top: 0px;
  }
  to {
    top: 5px;
  }
}

@keyframes AnimTopBottom17 {
  from {
    top: 0px;
  }
  to {
    top: 5px;
  }
}

#innerGallery::after {
  position: absolute;
  width: 300px;
  border-radius: 50%;
  height: 300px;
  background: #dffcfc;
  content: '';
  top: 25px;
  left: -230px;
  z-index: -2;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  -webkit-animation: AnimTopBottom18 1.5s;
  animation: AnimTopBottom18 1.5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes AnimTopBottom18 {
  from {
    top: 25px;
  }
  to {
    top: 35px;
  }
}

@keyframes AnimTopBottom18 {
  from {
    top: 25px;
  }
  to {
    top: 35px;
  }
}

#innerGallery h1 {
  font-size: 2.5em;
  font-weight: 900;
  color: #08002b;
  text-align: center;
}

@media (max-width: 768px) {
  #innerGallery h1 {
    font-size: 2em;
  }
}

#innerGallery .innerGalleryMain {
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

#innerGallery .innerGalleryMain::after {
  content: '';
  height: 0;
  width: 23%;
}

#innerGallery .innerGalleryMain .innerGalleryBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  border-radius: 15px;
  margin-top: 50px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px #eee;
          box-shadow: 0 0 20px #eee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 768px) {
  #innerGallery .innerGalleryMain .innerGalleryBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

@media (max-width: 480px) {
  #innerGallery .innerGalleryMain .innerGalleryBox {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

#innerGallery .innerGalleryMain .innerGalleryBox:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#innerGallery .innerGalleryMain .innerGalleryBox:hover .innerGalleryBoxThumbnail img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#innerGallery .innerGalleryMain .innerGalleryBox .innerGalleryBoxThumbnail {
  width: 100%;
  height: 180px;
  background: #eee;
  overflow: hidden;
}

@media (max-width: 768px) {
  #innerGallery .innerGalleryMain .innerGalleryBox .innerGalleryBoxThumbnail {
    height: 150px;
  }
}

@media (max-width: 480px) {
  #innerGallery .innerGalleryMain .innerGalleryBox .innerGalleryBoxThumbnail {
    height: 200px;
  }
}

#innerGallery .innerGalleryMain .innerGalleryBox .innerGalleryBoxThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#innerGallery .innerGalleryMain .innerGalleryBox .innerGalleryBoxContent {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#innerGallery .innerGalleryMain .innerGalleryBox .innerGalleryBoxContent p {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #08002b;
}

@media (max-width: 768px) {
  #innerGallery .innerGalleryMain .innerGalleryBox .innerGalleryBoxContent p {
    font-size: 14px;
  }
}

#innerGallery .innerGalleryMain .dummyInnerGalleryBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
}

#innerGallery .innerGalleryThumbnail {
  margin-top: 40px;
  width: 100%;
  line-height: 0;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
  position: relative;
}

@media (max-width: 480px) {
  #innerGallery .innerGalleryThumbnail {
    -webkit-column-gap: 10px;
    column-gap: 10px;
  }
}

#innerGallery .innerGalleryThumbnail::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  content: '';
  z-index: 1;
}

@media (max-width: 1200px) {
  #innerGallery .innerGalleryThumbnail {
    -webkit-column-count: 4;
    column-count: 4;
  }
}

@media (max-width: 1000px) {
  #innerGallery .innerGalleryThumbnail {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media (max-width: 768px) {
  #innerGallery .innerGalleryThumbnail {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 480px) {
  #innerGallery .innerGalleryThumbnail {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

#innerGallery .innerGalleryThumbnail a {
  text-decoration: none;
}

#innerGallery .innerGalleryThumbnail a img {
  width: 100% !important;
  height: auto !important;
  margin-top: 20px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 480px) {
  #innerGallery .innerGalleryThumbnail a img {
    margin-top: 10px;
  }
}

#innerEvents {
  width: 100%;
  margin-top: 70px;
  padding: 100px 0px;
}

@media (max-width: 768px) {
  #innerEvents {
    padding: 50px 0px;
    margin-top: 60px;
  }
}

#innerEvents .innerEventsMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#innerEvents .innerEventsMain h2 {
  font-size: 2.5em;
  font-weight: 900;
  color: #08002b;
}

@media (max-width: 768px) {
  #innerEvents .innerEventsMain h2 {
    font-size: 2em;
  }
}

#innerEvents .innerEventsMain .innerEventsBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 2px dashed #eee;
  padding-top: 50px;
  margin-top: 50px;
}

#innerEvents .innerEventsMain .innerEventsBox .innerEventsBoxDate {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  background: #dcfcef;
  border: 1px solid #00e877;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#innerEvents .innerEventsMain .innerEventsBox .innerEventsBoxDate h2 {
  color: #00e877;
  font-weight: 800;
  font-size: 2em;
  margin-bottom: 10px;
}

#innerEvents .innerEventsMain .innerEventsBox .innerEventsBoxDate P {
  color: #00e877;
  font-weight: 800;
  font-size: 12px;
}

#innerEvents .innerEventsMain .innerEventsBox .innerEventsBoxContent {
  width: calc(100% - 140px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  #innerEvents .innerEventsMain .innerEventsBox .innerEventsBoxContent {
    width: 100%;
    margin-top: 20px;
  }
}

#innerEvents .innerEventsMain .innerEventsBox .innerEventsBoxContent h1 {
  font-size: 20px;
  color: #08002b;
}

#innerEvents .innerEventsMain .innerEventsBox .innerEventsBoxContent p {
  font-size: 14px;
  line-height: 1.7;
  color: #797979;
  margin-top: 5px;
}

#innerEvents .innerEventsMain .innerEventsBox .innerEventsBoxContent a {
  text-decoration: none;
  width: 150px;
  display: block;
  text-align: center;
  padding: 10px;
  background: #eee;
  color: #8566db;
  font-size: 14px;
  border-radius: 10px;
  margin-top: 20px;
}

#innerEvents .innerEventsMain .innerEventsBox .innerEventsBoxContent a:hover {
  background: #8566db;
  color: white;
}

#innerContact {
  width: 100%;
  margin-top: 70px;
  padding: 100px 15%;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  #innerContact {
    padding: 50px 5%;
    margin-top: 60px;
  }
}

#innerContact::before {
  position: absolute;
  content: '';
  background: #e9f8ff;
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  z-index: -1;
}

#innerContact .element1 {
  position: absolute;
  z-index: -1;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 10px solid #ffe600;
  top: 5%;
  left: 20%;
  -webkit-animation: animate13 1.5s;
  animation: animate13 1.5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  display: none;
}

@-webkit-keyframes animate13 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 10px solid #ffe600;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: 3px solid #ffe600;
  }
}

@keyframes animate13 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 10px solid #ffe600;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: 3px solid #ffe600;
  }
}

#innerContact .element2 {
  position: absolute;
  z-index: 1;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 10px solid #2bff00;
  bottom: 5%;
  right: 10%;
  -webkit-animation: animate14 1.5s;
  animation: animate14 1.5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  display: none;
}

@-webkit-keyframes animate14 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 10px solid #2bff00;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: 3px solid #2bff00;
  }
}

@keyframes animate14 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 10px solid #2bff00;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: 3px solid #2bff00;
  }
}

#innerContact svg {
  position: absolute;
  bottom: 15%;
  left: 0;
  z-index: 0;
}

#innerContact .innerContactMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#innerContact .innerContactMain .innerContactTxt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  #innerContact .innerContactMain .innerContactTxt {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

#innerContact .innerContactMain .innerContactTxt h1 {
  font-size: 3em;
  font-weight: 900;
  color: #08002b;
  margin-top: 20px;
}

#innerContact .innerContactMain .innerContactTxt p {
  font-size: 20px;
  font-weight: 500;
  opacity: 0.8;
  line-height: 1.7;
}

#innerContact .innerContactMain .innerContactForm {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.041);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.041);
  padding: 50px;
  z-index: 1;
}

@media (max-width: 768px) {
  #innerContact .innerContactMain .innerContactForm {
    padding: 30px;
  }
}

@media (max-width: 480px) {
  #innerContact .innerContactMain .innerContactForm {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-top: 30px;
  }
}

#innerContact .innerContactMain .innerContactForm h2 {
  font-size: 20px;
  font-weight: 700;
}

#innerContact .innerContactMain .innerContactForm form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
}

#innerContact .innerContactMain .innerContactForm form .formGroup {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}

#innerContact .innerContactMain .innerContactForm form .formGroup label {
  font-size: 12px;
  font-weight: 700;
}

#innerContact .innerContactMain .innerContactForm form .formGroup input {
  width: 100%;
  height: 40px;
  font-size: 14px;
  outline: none;
  border: none;
  border-bottom: 1px solid #cecdd4;
  caret-color: #8566db;
  font-weight: 700;
  color: #8566db;
  caret-color: #8566db;
}

#innerContact .innerContactMain .innerContactForm form .formGroup input:focus {
  border-bottom: 1px solid #8566db;
}

#innerContact .innerContactMain .innerContactForm form .formGroup input::-webkit-input-placeholder {
  color: #cfcfcf;
  font-weight: 400;
}

#innerContact .innerContactMain .innerContactForm form .formGroup input:-ms-input-placeholder {
  color: #cfcfcf;
  font-weight: 400;
}

#innerContact .innerContactMain .innerContactForm form .formGroup input::-ms-input-placeholder {
  color: #cfcfcf;
  font-weight: 400;
}

#innerContact .innerContactMain .innerContactForm form .formGroup input::placeholder {
  color: #cfcfcf;
  font-weight: 400;
}

#innerContact .innerContactMain .innerContactForm form .formGroup textarea {
  width: 100%;
  resize: none;
  height: 100px;
  font-size: 14px;
  margin-top: 10px;
  outline: none;
  border: none;
  border-bottom: 1px solid #cecdd4;
  caret-color: #8566db;
  font-weight: 700;
  color: #8566db;
}

#innerContact .innerContactMain .innerContactForm form .formGroup textarea::-webkit-input-placeholder {
  color: #cfcfcf;
  font-weight: 400;
}

#innerContact .innerContactMain .innerContactForm form .formGroup textarea:-ms-input-placeholder {
  color: #cfcfcf;
  font-weight: 400;
}

#innerContact .innerContactMain .innerContactForm form .formGroup textarea::-ms-input-placeholder {
  color: #cfcfcf;
  font-weight: 400;
}

#innerContact .innerContactMain .innerContactForm form .formGroup textarea::placeholder {
  color: #cfcfcf;
  font-weight: 400;
}

#innerContact .innerContactMain .innerContactForm form button {
  width: 150px;
  margin-top: 20px;
  background-color: #8566db;
  color: white;
  border: none;
  outline: none;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#innerContact .innerContactMain .innerContactForm form button:hover {
  opacity: 0.8;
}

#innerContact .innerContactMain .innerContactForm form button i {
  margin-left: 10px;
}

#innerContactAddress {
  width: 100%;
  padding: 100px 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  #innerContactAddress {
    padding: 50px 5%;
  }
}

#innerContactAddress .element1 {
  position: absolute;
  z-index: -1;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 8px solid red;
  bottom: 5%;
  left: 5%;
  -webkit-animation: animate15 1.5s;
  animation: animate15 1.5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  display: none;
}

@-webkit-keyframes animate15 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 8px solid red;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: 3px solid red;
  }
}

@keyframes animate15 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 8px solid red;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: 3px solid red;
  }
}

#innerContactAddress::after {
  content: '';
  height: 0;
  width: 30%;
}

#innerContactAddress a {
  text-decoration: none;
  background: white;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  color: #08002b;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.068);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.068);
  margin-top: 30px;
}

@media (max-width: 768px) {
  #innerContactAddress a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
  }
}

@media (max-width: 480px) {
  #innerContactAddress a {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

#innerContactAddress a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #8566db;
  color: white;
}

#innerContactAddress a:hover i {
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#innerContactAddress a i {
  margin-right: 10px;
  color: #c4c4c4;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}



.trainingDiscription{
	width:100%;
	padding: 0px 0px 50px 0px;
	float: left;
}
.trainingDiscription .trainingDiscriptionMain{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.trainingDiscription .trainingDiscriptionMain .trainingDiscriptionBox{
	width:100%;
	display: flex;
	flex-direction: column;
	background: #e72f2d0a;
	padding: 20px;
	margin-top: 40px;
	border-radius: 10px;
}
.trainingDiscription .trainingDiscriptionMain .trainingDiscriptionBox:nth-child(1){
	margin-top: 0;
}
.trainingDiscription .trainingDiscriptionMain h1{
	font-size: 1.5em;
    color: #08002b;
    font-weight: 800;
	margin-top: 50px;
}
.trainingDiscription .trainingDiscriptionMain p{
	font-size: 16px;
    line-height: 1.7;
    color: #797979;
    margin-top: 10px;
}
.trainingDiscription .trainingDiscriptionMain h2{
	font-size: 1.3em;
    color: #08002b;
    font-weight: 600;
	margin-top: 50px;
}

.trainingDiscription .trainingDiscriptionMain h3 {
  font-size: 16px;
  font-weight: 500;
  color: #08002b;
	margin-top: 15px;
}
.trainingDiscription .trainingDiscriptionMain ul{
	width:100%;
	display: flex;
	flex-direction: column;
}
.trainingDiscription .trainingDiscriptionMain ul li{
	list-style: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}
.trainingDiscription .trainingDiscriptionMain ul li span{
	width: 10px;
    height: 2px;
    margin-top: 10px;
    background: #8566db;
}
.trainingDiscription .trainingDiscriptionMain ul li p{
	margin-top: 0;
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 98.5%;
    flex: 0 0 98.5%;
    font-size: 14px;
}
@media(max-width:768px){
	.trainingDiscription .trainingDiscriptionMain ul li p{
		-ms-flex: 0 0 97%;
		flex: 0 0 97%;
	}
}
@media(max-width:480px){
	.trainingDiscription .trainingDiscriptionMain ul li p{
		-ms-flex: 0 0 93%;
		flex: 0 0 93%;
	}
}
	
/*# sourceMappingURL=style.css.map */