.bannerBtn1>svg,
.bannerBtn2>svg,
.hiddenBtn>svg {
  margin-left: 8px;
  transition: transform 0.3s ease-in-out;
}

.btn-submit,
.hitBtn,
.learnBtn,
.popup-content h6,
.share-btn {
  text-transform: uppercase;
}

.btn-submit,
.hitBtn,
.resp-sharing-button__link,
.share-btn,
.share-btn:hover {
  text-decoration: none;
}

.primaryColor1 {
  background-color: #80c3d2;
}

.primaryColor2 {
  background-color: #9b2e03;
}

.primaryColor3 {
  background-color: #88c87b;
}

.primaryColor4 {
  background-color: #f0cd3a;
}

.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 2.5rem;
  border-radius: 2.6875rem;
  transition: 0.5s;
  margin-right: 1rem;
  margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:focus,
.rounded-social-buttons .social-button:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.fa-facebook-f,
.fa-instagram,
.fa-linkedin,
.fa-youtube,
.rounded-social-buttons .fa-twitter {
  font-size: 25px;
}

.rounded-social-buttons .social-button.facebook {
  background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:focus,
.rounded-social-buttons .social-button.facebook:hover {
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
  background: #55acee;
}

.rounded-social-buttons .social-button.twitter:focus,
.rounded-social-buttons .social-button.twitter:hover {
  color: #55acee;
  background: #fefefe;
  border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
  background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:focus,
.rounded-social-buttons .social-button.linkedin:hover {
  color: #007bb5;
  background: #fefefe;
  border-color: #007bb5;
}

.rounded-social-buttons .social-button.youtube {
  background: #b00;
}

.rounded-social-buttons .social-button.youtube:focus,
.rounded-social-buttons .social-button.youtube:hover {
  color: #b00;
  background: #fefefe;
  border-color: #b00;
}

.rounded-social-buttons .social-button.instagram {
  background: #125688;
}

.rounded-social-buttons .social-button.instagram:focus,
.rounded-social-buttons .social-button.instagram:hover {
  color: #125688;
  background: #fefefe;
  border-color: #125688;
}

.f16 {
  font-size: 16px;
}

.learnBtn {
  display: inline-block;
  padding: 11px 21px 10px;
  font-size: 12px;
  color: #fff;
  border: 1px solid;
  font-weight: 500;
}

.learnBtn:hover {
  background: #9b2e03;
  color: #fff;
  border: #fff;
  transition: 0.4s ease-in;
}

.contactUs {
  height: 2.8em;
  width: 9em;
  background: #86c6d6;
  -webkit-animation: 0.9s both jello-horizontal;
  animation: 0.9s both jello-horizontal;
  border: 2px solid #86c6d6;
  outline: 0;
  color: #fff;
  font-size: 17px;
  margin-left: 17px;
}

.bannerBtn1,
.hiddenBtn {
  background: #fff8f5;
  align-items: center;
}

.contactUs:hover {
  background: #9b2e03;
  color: #fff;
  border: 2px solid #9b2e03;
  animation: 0.9s both squeeze3124;
}

@keyframes squeeze3124 {

  0%,
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
}

.hitBtn {
  position: relative;
  padding: 19px 36px;
  overflow: hidden;
  border-radius: 40px;
  border: none;
}

.hitBtn span {
  position: relative;
  color: #fff;
  letter-spacing: 8px;
  z-index: 1;
}

.hitBtn .liquid {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 200px;
  background: #9b2e03;
  transition: 0.5s;
}

.hitBtn .liquid::after,
.hitBtn .liquid::before {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -95%);
}

.hitBtn .liquid::before {
  border-radius: 45%;
  background: #f68239;
  animation: 5s linear infinite animate;
}

.hitBtn .liquid::after {
  border-radius: 40%;
  background: #ffc29c;
  animation: 10s linear infinite animate;
}

.bannerBtn1,
.bannerBtn2,
.hiddenBtn {
  padding: 5px 8px;
  border: 1px solid transparent;
  display: flex;
  cursor: pointer;
  transition: 0.2s;
}

.hitBtn:hover .liquid {
  top: -120px;
}

@keyframes animate {
  0% {
    transform: translate(-50%, -75%) rotate(0);
  }

  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}

.bannerBtn1 {
  font-size: 16px;
}

.bannerBtn1 span,
.bannerBtn2 span {
  color: #000;
}

#schedule a,
.bannerBtn2:hover span,
.btn-GetStarted a,
.btn-trialclass a {
  color: #fff;
}

.bannerBtn1:hover,
.subscribeBtn:hover {
  color: #000 !important;
}

.bannerBtn1>svg,
.hiddenBtn>svg {
  fill: #80c3d2;
}

.bannerBtn1:hover svg,
.bannerBtn2:hover svg,
.hiddenBtn:hover svg {
  transform: translateX(5px);
  fill: white;
}

.bannerBtn1:active,
.bannerBtn2:active,
.hiddenBtn:active {
  transform: scale(0.95);
}

.hiddenBtn {
  font-size: 15px;
  opacity: 0;
}

.hiddenBtn:hover {
  background: #9b2e03;
  color: #fff;
  opacity: 1 !important;
}

.email-bt .text-call:hover span,
.wm-learn-listing ul li:hover figcaption .hiddenBtn {
  opacity: 1;
}

.bannerBtn2 {
  background: #fff;
  align-items: center;
  font-size: 15px;
}

.bannerBtn2:hover {
  background: #80c3d2;
  color: #fff;
}

.bannerBtn2>svg {
  fill: #9b2e03;
}

.searchCourseBtn {
  display: inline-block;
  border-radius: 4px;
  background-color: #377988;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 12px 20px;
  transition: 0.5s;
  cursor: pointer;
  margin-top: 15px;
}

.searchCourseBtn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.searchCourseBtn span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -15px;
  transition: 0.5s;
}

.searchCourseBtn:hover span {
  padding-right: 15px;
}

.searchCourseBtn:hover span:after {
  opacity: 1;
  right: 0;
}

.draw-border {
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff;
  transition: color 0.25s 83.3333333ms;
  position: relative;
}

.draw-border::after,
.draw-border::before {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}

.draw-border::before {
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.draw-border::after {
  border-top-width: 2px;
  border-right-width: 2px;
}

.draw-border:hover,
form#send input:focus+label,
form#send textarea:focus+label {
  color: #9b2e03;
}

.draw-border:hover::after,
.draw-border:hover::before {
  border-color: #9b2e03;
  transition: border-color, width 0.35s, height 0.35s;
  width: 100%;
  height: 100%;
}

.draw-border:hover::before {
  transition-delay: 0s, 0s, 0.35s;
}

.draw-border:hover::after {
  transition-delay: 0s, 0.35s, 0s;
}

.subscribeBtn {
  background: 0 0;
  border: none;
  cursor: pointer;
  line-height: 1.5;
  padding: 1em 2em;
  letter-spacing: 0.05rem;
  float: right;
}

.subscribeBtn:focus {
  outline: #55d7dc dotted 2px;
}

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 9999;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #fff;
}

#scroll:hover {
  background-color: #1ab315;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.D-end {
  justify-content: end;
  display: flex;
}

.main-btn-circle,
.main-btn-rect {
  position: relative;
  margin: 0;
  font-family: Roboto, sans-serif;
  color: ivory;
  background-color: #88c87b;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 1px;
  outline: 0;
  cursor: pointer;
  z-index: 100;
}

.main-btn-rect {
  padding: 10px 80px;
  line-height: 30px;
}

.main-btn-rect:after,
.main-btn-rect:before {
  position: absolute;
  content: "";
  top: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 240, 0.2);
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.main-btn-rect:before {
  left: 0;
}

.main-btn-rect:after {
  right: 0;
}

.main-btn-rect:hover:after,
.main-btn-rect:hover:before {
  width: 50%;
}

.main-btn-circle {
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50%;
  border-radius: 100%;
  line-height: 40px;
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  background: #ff8453 !important;
}

.main-btn-circle:hover {
  -webkit-box-shadow: inset 2px 1px 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 2px 1px 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 1px 0 20px rgba(255, 255, 240, 0.2);
}

.popup {
  position: fixed;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: 10001;
}

.email-bt,
.whatsapp {
  cursor: pointer;
  z-index: 999;
}

.popup.active {
  top: 0;
  background-color: rgba(0, 0, 0, 0.12);
  transition: background-color 0.6s, opacity 0.6s;
  overflow: hidden !important;
}

.popup .main-btn-rect {
  padding: 10px 100px;
}

.popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 568px;
  min-width: 320px;
  margin-top: 150px;
  padding: 25px;
  background-color: #fff;
  color: #070000;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transition: margin 0.6s;
  -webkit-transition: margin 0.6s;
  -moz-transition: margin 0.6s;
  -o-transition: margin 0.6s;
}

.popup.active .popup-content {
  margin-top: 0;
}

.popup-content h6 {
  display: table;
  font-size: 24px;
  text-align: center;
  margin: 0 auto 14px;
}

#popup-reg .form-group {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

form#send input,
form#send select,
form#send textarea {
  position: relative;
  margin-bottom: 12px;
  width: 100%;
  height: 29px;
  background-color: transparent;
  outline: 0;
  border: none;
  border-bottom: 1px solid #070000;
  -webkit-transition: border 0.6s;
  -o-transition: border 0.6s;
  transition: border 0.6s;
  color: #484848;
  padding: 0;
}

form#send input:focus,
form#send textarea:focus {
  border-bottom: 1px solid #9b2e03;
}

form#send label {
  line-height: 28px;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  margin-bottom: 0;
}

form#send .txt {
  line-height: 22px;
  left: 2px;
}

form#send .main-btn-rect {
  position: relative;
  display: block;
  padding: 12px 80px;
  margin: 0 auto;
  font-size: 14px;
}

form#send .main-btn-rect i {
  margin-right: 5px;
}

.popup .fade-out {
  position: absolute;
  top: -20px;
  right: -20px;
  text-align: center;
  font-size: 15px;
}

.share-wrap {
  position: absolute;
  display: inline-table;
  top: 67%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px;
  text-align: center;
}

.btn-submit,
.resp-sharing-button__icon,
.resp-sharing-button__link {
  display: inline-block;
}

.share-btn {
  color: #fff;
  padding: 7px 25px;
  cursor: pointer;
  font-weight: 100;
  font-size: 14px;
  background-color: rgba(63, 173, 168, 0.8);
  border-radius: 5px;
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
}

.share-btn:hover {
  color: #fff;
  background-color: #3fada8;
}

.resp-sharing-button__link {
  color: #fff;
  margin: 2px;
}

.resp-sharing-button {
  border-radius: 5px;
  transition: background-color 0.5s;
  padding: 6px 9px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}

.resp-sharing-button__icon,
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}

.mb30 {
  margin-bottom: 30px;
}

#contact-form select,
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 0 17px;
  color: #484646 !important;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #e5e5e5;
  height: 32px;
  background-color: #fff;
  border-radius: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-top: 10px;
}

.contact-info ul {
  margin-bottom: 15px;
}

.contact-info ul li {
  line-height: 40px;
  font-size: 18px;
}

.contact-message h2 {
  font-size: 40px;
}

.contact-message span {
  color: #9b2e03;
}

.stepfourmula h4,
.stepfourmula i {
  font-size: 20px;
  color: #80c3d2;
}

@media only screen and (max-width: 768px) {
  form#send .main-btn-rect {
    padding: 7px 60px;
    font-size: 14px;
  }

  .D-end {
    justify-content: center;
    display: flex;
  }

  .mb30 {
    margin-bottom: 5px;
  }

  .pinside30 {
    padding: 10px 10px 0;
  }

  .contact-info ul {
    padding: 20px;
  }

  element {
    align-items: baseline;
  }

  .contact-info .item {
    line-height: 35px;
  }

  #contact-form select,
  input[type="color"],
  input[type="date"],
  input[type="datetime-local"],
  input[type="datetime"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  textarea {
    margin-bottom: 0;
  }
}

.gradient-border {
  --borderWidth: 2px;
  background: #1d1f20;
  position: relative;
}

.gradient-border:after {
  content: "";
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #88c87b, #9b2e03, #88c87b, #f0cd3a);
  z-index: -1;
  animation: 2s infinite alternate animatedgradient;
  background-size: 300% 300%;
}

@keyframes animatedgradient {

  0%,
  100% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

#mainFAQ .head-faq {
  margin-bottom: 20px;
}

#mainFAQ .panel-group .panel {
  margin-bottom: 24px;
}

#mainFAQ .panel-group {
  width: 100% !important;
}

#mainFAQ .panel-default {
  border-radius: 0;
  border: none;
}

#mainFAQ .panel-default .panel-heading {
  padding: 0 20px;
  outline: 0;
  border-radius: 4px;
  background: #80c3d2;
  border: 1px solid transparent;
  width: 100%;
  box-shadow: 0 0 10px rgba(175, 175, 175, 0.23);
}

#mainFAQ .panel-default .panel-heading .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  color: inherit;
}

#mainFAQ .panel-default .panel-heading a {
  font-size: 19px;
  font-weight: 400;
  padding: 15px 35px 15px 30px;
  display: inline-block;
  width: 100%;
  color: #fff;
  position: relative;
}

#mainFAQ .panel-default .panel-heading a:after {
  content: "\f056";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  color: #fff;
  top: 50%;
  line-height: 1;
  padding: 0 5px;
  margin-top: -7px;
}

#mainFAQ .panel-default .panel-heading .collapsed:after {
  content: "\f055";
}

#mainFAQ .panel-default .panel-collapse .panel-body {
  padding: 15px 20px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(128, 195, 210, 0.21);
  font-family: Poppins, sans-serif !important;
  font-size: 18px;
  color: #6f6e6e;
  line-height: 35px;
}

#cat img {
  width: 30px;
  margin-right: 15px;
}

.camphighlight {
  border: 1px solid #f4f4f4;
}

.ContactMsg {
  font-family: Poppins, sans-serif !important;
  font-size: 16px;
  margin-bottom: 25px;
}

.borderhighlight {
  border: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.blackImg {
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}

.btn-submit {
  position: relative;
  font-size: 17px;
  padding: 0.5em 2.5em;
  border-radius: 6em;
  transition: 0.2s;
  border: none;
  font-family: inherit;
  font-weight: 500;
  color: #000;
  background-color: #fff;
}

.btn-GetStarted,
.btn-trialclass {
  position: relative;
  text-decoration: none;
  transition: 0.2s;
  font-family: inherit;
  font-weight: 500;
  color: #fff;
  background-color: #88c87b;
  width: 120px;
  display: inline-block;
  text-transform: uppercase;
}

.btn-submit:hover,
.btn-trialclass:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn-submit:active,
.btn-trialclass:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn-GetStarted::after,
.btn-submit::after,
.btn-trialclass::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.4s;
  background-color: #fff;
}

.btn-GetStarted:hover::after,
.btn-submit:hover::after,
.btn-trialclass:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.btn-trialclass {
  font-size: 12px;
  padding: 0;
  border-radius: 1em;
  border: none;
}

.btn-GetStarted a:hover,
.btn-trialclass a:hover {
  color: #fff !important;
}

.btn-GetStarted {
  font-size: 15px;
  padding: 10px 20px;
  border: none;
  text-align: center;
}

.breadcrumb,
.error,
.stepfourmula h4 {
  font-family: Poppins, sans-serif !important;
}

.btn-GetStarted:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.103);
}

.btn-GetStarted:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.103);
}

.stepfourmula i {
  border: 1px solid #80c3d2;
  border-radius: 50px 55px;
  padding: 5px;
  margin-right: 20px;
}

.alert-success {
  color: #33a04c !important;
  background-color: #a8fbbc !important;
  border-color: #a8fbbc !important;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}

.course-slied .slick-arrow,
.youcanlearn .slick-arrow {
  position: absolute;
  top: -110px;
  right: 0;
  left: auto;
}

.course-slied .prev.slick-arrow,
.youcanlearn .prev.slick-arrow {
  left: auto;
  right: 50px;
}

.course-slied .slick-arrow i,
.youcanlearn .slick-arrow i {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 5px;
  color: #000;
  border: 2px solid #aaa;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}

.course-slied .slick-arrow:hover i {
  border-color: #ffc600;
  background-color: #ffc600;
}

.course-slied .slick-arrow i:hover,
.youcanlearn .slick-arrow i:hover {
  background: #80c3d2 !important;
  border: 2px solid #80c3d2;
  color: #fff;
}

.youcanlearn.slick-arrow:hover i {
  border-color: #ffc600;
  background-color: #ffc600;
  color: #fff;
}

.submitButton {
  background: linear-gradient(-45deg, #0058b5, #5393f7, #80c3d2, #0b64d7);
  background-size: 800% 400%;
  padding: 0.5em 2em;
  display: inline-block;
  border: none;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  transition: 0.5s ease-in-out;
  animation: 10s cubic-bezier(0.62, 0.28, 0.23, 0.99) infinite both gradient;
}

.submitButton:hover {
  animation: 3s infinite gradient;
  transform: scale(1.05);
}

.submitButton:active {
  animation: 3s infinite gradient;
  transform: scale(0.8);
}

@keyframes gradient {

  0%,
  100% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.loginback {
  display: flex;
  height: 2em;
  width: 80px;
  align-items: center;
  justify-content: center;
  background-color: #eeeeee4b;
  border-radius: 3px;
  letter-spacing: 1px;
  transition: 0.2s linear;
  cursor: pointer;
  border: none;
  background: #fff;
}

.loginback>svg {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 20px;
  transition: 0.4s ease-in;
}

.loginback:hover>svg {
  font-size: 1.2em;
  transform: translateX(-5px);
}

.loginback:hover {
  box-shadow: 9px 9px 33px #d1d1d1, -9px -9px 33px #fff;
  transform: translateY(-2px);
}

.breadcrumb {
  background-color: #fff;
  border-radius: 0.25rem;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 10px 0;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
}

.error {
  color: #9b2e03;
  float: left;
  margin-top: 5px;
}

.whatsapp {
  box-shadow: 0 8px 10px rgba(112, 223, 112, 0.3);
  transition: 0.3s;
  -webkit-animation: 1s linear infinite whatsapp;
  animation: 1s linear infinite whatsapp;
  border-radius: 50%;
}

.email-bt {
  background: #fe8453;
  border: 2px solid #fe8453;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(245, 164, 88, 0.507);
  height: 68px;
  text-align: center;
  width: 68px;
  position: fixed;
  left: 0;
  bottom: 18%;
  transition: 0.3s;
  -webkit-animation: 1s linear infinite email-an;
  animation: 1s linear infinite email-an;
}

.email-bt .text-call {
  height: 68px;
  position: relative;
  overflow: hidden;
}

.email-bt .text-call span {
  text-align: center;
  color: #fe8453;
  opacity: 0;
  line-height: 64px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  transition: opacity 0.3s linear;
}

.email-bt img {
  transition: 0.3s;
  border-radius: 50%;
}

@-webkit-keyframes email-an {
  0% {
    box-shadow: 0 8px 10px rgba(224, 192, 124, 0.3),
      0 0 0 0 rgba(224, 192, 124, 0.2), 0 0 0 0 rgba(224, 192, 124, 0.2);
  }

  40% {
    box-shadow: 0 8px 10px rgba(224, 192, 124, 0.3),
      0 0 0 15px rgba(224, 192, 124, 0.2), 0 0 0 0 rgba(224, 192, 124, 0.2);
  }

  80% {
    box-shadow: 0 8px 10px rgba(224, 192, 124, 0.3),
      0 0 0 30px rgba(136, 200, 123, 0), 0 0 0 26.7px rgba(136, 200, 123, 0.067);
  }

  100% {
    box-shadow: 0 8px 10px rgba(224, 192, 124, 0.3),
      0 0 0 30px rgba(136, 200, 123, 0), 0 0 0 40px rgba(136, 200, 123, 0);
  }
}

@keyframes email-an {
  0% {
    box-shadow: 0 8px 10px rgba(224, 192, 124, 0.3),
      0 0 0 0 rgba(224, 192, 124, 0.2), 0 0 0 0 rgba(224, 192, 124, 0.2);
  }

  40% {
    box-shadow: 0 8px 10px rgba(224, 192, 124, 0.3),
      0 0 0 15px rgba(224, 192, 124, 0.2), 0 0 0 0 rgba(224, 192, 124, 0.2);
  }

  80% {
    box-shadow: 0 8px 10px rgba(224, 192, 124, 0.3),
      0 0 0 30px rgba(136, 200, 123, 0), 0 0 0 26.7px rgba(136, 200, 123, 0.067);
  }

  100% {
    box-shadow: 0 8px 10px rgba(224, 192, 124, 0.3),
      0 0 0 30px rgba(136, 200, 123, 0), 0 0 0 40px rgba(136, 200, 123, 0);
  }
}

@-webkit-keyframes whatsapp {
  0% {
    box-shadow: 0 8px 10px rgba(136, 200, 123, 0.6),
      0 0 0 0 rgba(136, 200, 123, 0.3), 0 0 0 0 rgba(136, 200, 123, 0.2);
  }

  40% {
    box-shadow: 0 8px 10px rgba(136, 200, 123, 0.6),
      0 0 0 15px rgba(136, 200, 123, 0.3), 0 0 0 0 rgba(136, 200, 123, 0.2);
  }

  80% {
    box-shadow: 0 8px 10px rgba(136, 200, 123, 0.6),
      0 0 0 30px rgba(136, 200, 123, 0.233),
      0 0 0 26.7px rgba(136, 200, 123, 0.067);
  }

  100% {
    box-shadow: 0 8px 10px rgba(136, 200, 123, 0.6),
      0 0 0 30px rgba(136, 200, 123, 0.288), 0 0 0 40px rgba(136, 200, 123, 0);
  }
}

@keyframes whatsapp {
  0% {
    box-shadow: 0 8px 10px rgba(136, 200, 123, 0.6),
      0 0 0 0 rgba(136, 200, 123, 0.3), 0 0 0 0 rgba(136, 200, 123, 0.3);
  }

  40% {
    box-shadow: 0 8px 10px rgba(136, 200, 123, 0.6),
      0 0 0 15px rgba(136, 200, 123, 0.3), 0 0 0 0 rgba(136, 200, 123, 0.3);
  }

  80% {
    box-shadow: 0 8px 10px rgba(136, 200, 123, 0.6),
      0 0 0 30px rgba(136, 200, 123, 0), 0 0 0 26.7px rgba(136, 200, 123, 0.067);
  }

  100% {
    box-shadow: 0 8px 10px rgba(136, 200, 123, 0.6),
      0 0 0 30px rgba(136, 200, 123, 0), 0 0 0 40px rgba(136, 200, 123, 0);
  }
}

@keyframes opsimple {

  0%,
  100% {
    opacity: 0;
  }

  40%,
  80% {
    opacity: 1;
  }
}

@-webkit-keyframes opsimple {

  0%,
  100% {
    opacity: 0;
  }

  40%,
  80% {
    opacity: 1;
  }
}

.PopCont {
  z-index: 9999;
}

.PopCont h6 {
  color: #f9f9f9 !important;
  font-size: 40px !important;
}

.PopCont span {
  border: 1px dashed #fff !important;
  background: #f6da1f !important;
  padding: 8px 20px;
  margin-top: 10px;
  color: #363636;
}

.PopCont .cont2 {
  padding-bottom: 15px;
  font-size: 19px;
  color: #323232;
}

.PopCont .cont3 {
  margin-top: 15px;
  font-size: 19px;
  color: #f44;
  margin-bottom: 0;
  padding-bottom: 10px;
}

p.count3 {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 800px) {
  .PopCont h6 {
    font-size: 25px !important;
    margin: 0;
  }

  .PopCont .cont2 {
    padding-bottom: 1px;
    font-size: 14px;
  }

  .PopCont .cont3 {
    font-size: 15px;
  }
}

.summer_camp_discount_heading {
  color: #224186;
  font-size: 4rem;
  /* color: red; */
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 425px) {
  .summer_camp_discount_heading {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }

  #contactBanner .container {
    padding-top: 27px !important;
  }
}

@media (max-width: 767px) {
  .summer_camp_discount_heading {
    font-size: 2.2rem;
    margin-bottom: 12px;
  }
}

/* navcss */

.fixed {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  background: white;

  z-index: 1000;
}

.click-dd {
  position: absolute;

  right: 20px;

  top: 50%;

  padding: 5px 10px;

  color: #fff;

  transform: translate(-0%, -50%);
}

.active+.deep-sub-menu {
  visibility: visible;

  opacity: 1;

  position: static;

  border-bottom: none;
}

.active+.deep-sub-menu a {
  border-bottom: none;
}

.deep-sub-menu li:hover {
  background: #ff9b74;
}

#mainnav .menu>li>.sub-menu {
  top: 95%;
}

#mainnav .menu>li>.sub-menu>li {
  position: relative;
}

#mainnav .menu>li>.sub-menu:hover,
#mainnav .menu>li>.sub-menu>li:hover>.deep-sub-menu,
.robotics-dd:hover>.deep-sub-menu,
.robotics-dd>.deep-sub-menu:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.deep-sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -10px;
  right: auto;
  background: #9b2e03;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 99999;
}


