a {
  text-decoration: none;
  outline: 0 !important;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #ef6944;
}
a:hover,
a:focus {
  text-decoration: none !important;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none !important;
  box-shadow: none !important;
  color: #5d0862;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
body i {
  margin-right: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.15;
}
img {
  vertical-align: middle;
}
.hoverTransition {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.responsive-img {
  height: auto !important;
  max-width: 100% !important;
}
.bg-dark {
  background-color: #f5f6f6 !important;
}
.badge-orange {
  background-color: #ef6944 !important;
  color: #fff;
}
.badge-yellow {
  background-color: #ffeb3b !important;
  color: #000;
}
.badge-purple {
  background-color: #5d0862 !important;
  color: #fff;
}
.badge-brown {
  background-color: #a52a2a !important;
  color: #fff;
}
.badge-light-purple {
  background-color: #9d17b8 !important;
  color: #fff;
}
.badge-pink {
  background-color: #ed5565 !important;
  color: #fff;
}

.badge-light-gray {
  background-color: #6c757d !important;
  color: #fff;
}

.badge-light-gray-2 {
  background-color: #dfe5eb !important;
}

.badge.workshop {
  position: absolute;
  width: 44em;
  bottom: -20px;
  text-align: left;
}

@media (max-width: 1200px) {
  .badge.workshop {
    width: 39em;
  }
}
@media (max-width: 420px) {
  .badge.workshop {
    bottom: -40px;
  }
}

.nav-border {
  border-bottom: 1px solid #d9d7d9;
}
.navbar {
  padding: 0;
  align-items: self-start;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
}
.navbar-toggle {
  float: right;
  margin: 25px 10px 10px 3px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #6f1421;
  color: #fff;
  text-decoration: none;
}
.navbar-nav > li > a {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #ef6944;
}
.hvr-overline-from-left::before {
  background: #ef6944;
  height: 5px;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #ef6944;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link.active {
  box-shadow: 0px 5px 0px 0px #ef6944 inset;
}
.navbar-light .navbar-nav .nav-link {
  color: #5d0862;
}
.nav-link {
  margin-right: 5px;
  padding-top: 41px;
}
header .btn-orange {
  font-size: 15px;
  margin-top: 35px;
}
.btn-orange {
  background-color: #ef6944;
  color: #fff;
  border: none;
}
.btn-orange:hover {
  color: #fff;
}

.sliderContainer {
  margin: auto !important;
  width: 100% !important;
  text-align: center;
}
.sliderCameraContainer {
  margin: 0;
}
.camera_wrap {
  margin-bottom: 0 !important;
}
.camera_pie canvas {
  margin-top: 20px;
}
.camera_pag {
  bottom: 60px !important;
  float: left;
  margin-left: 20px;
  position: relative;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  border-radius: 50%;
  border: 3px solid #fff;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
  background-color: #ef6944 !important;
}
.camera_pag_ul li.cameracurrent {
  background-color: #ef6944 !important;
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
  border-radius: 50% !important;
  height: 10px !important;
  left: 0px !important;
  top: 0px !important;
  width: 10px !important;
}
.camera_bar_cont {
  background-color: #fff !important;
  opacity: 1 !important;
}

.sliderTxtBg .btn-orange {
  text-align: center;
  padding: 15px 25px;
  border-radius: 4px;
  background-color: #ef6944;
  color: #fff;
  border-color: #ef6944;
  font-size: 16px;
  font-weight: 500;
  margin-top: 50px;
}
.sliderTxtBg .btn-orange:hover {
  border-radius: 4px;
}
.hvr-bounce-to-right::before {
  background: #5d0862;
  border-radius: 4px;
}

.sliderTxtBg h1 {
  font-size: 70px;
  text-shadow: 2px 3px 2px #202020;
  line-height: 2em;
}
.sliderTxtBg h1 span {
  color: #ef6944;
}
.sliderTxtBg small {
  font-size: 18px;
  font-weight: 500;
}
.sliderTxtBg h2 {
  font-size: 30px;
  text-shadow: 2px 2px 2px #202020;
  line-height: 1.3;
}
.sliderTxtBg h2.state-2 {
  font-size: 30px;
}
.sliderTxtBg h1.state-2 {
  line-height: 1.3;
}

.camera_caption {
  bottom: 30%;
  top: 25%;
}
.camera_caption > div {
  padding: 0 !important;
}
.camera_caption > div {
  background: none !important;
}
.slider-shodow {
  z-index: 10;
  position: relative;
  top: -7px;
}

/*== >Title separators ====== */
.bg-primary {
  background-color: #ef6944 !important;
}
.separator-outer {
  overflow: hidden;
}
.separator {
  display: inline-block;
  height: 3px;
  width: 50px;
  margin-bottom: 10px;
  position: relative;
}
.separator.style-liner {
  width: 20px;
}
.separator.style-icon {
  width: 30px;
  height: auto;
  text-align: center;
  font-size: 20px;
}
.separator[class*="style-"]:after,
.separator[class*="style-"]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  width: 70px;
  height: 1px;
  background: #eee;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.separator[class*="style-"]:before {
  left: auto;
  right: 30px;
}
.separator.style-skew {
  width: 15px;
  height: 10px;
  margin-left: 1px;
  margin-right: 1px;
  -moz-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
.separator.style-skew[class*="style-"]:after,
.separator.style-skew[class*="style-"]:before {
  width: 80px;
  height: 4px;
  left: 20px;
  -moz-transform: translateY(-50%) skewX(-10deg);
  -webkit-transform: translateY(-50%) skewX(-10deg);
  -o-transform: translateY(-50%) skewX(-10deg);
  -ms-transform: translateY(-50%) skewX(-10deg);
  transform: translateY(-50%) skewX(-10deg);
}
.separator.style-skew[class*="style-"]:before {
  right: 20px;
  left: auto;
}

.block {
  margin: 50px auto 100px auto;
  text-align: center;
}
.orange-color-text {
  color: #ef6944 !important;
}
.purple-color-text {
  color: #5d0862 !important;
}
.block h3 {
  font-size: 20px;
}
.block h2 {
  font-size: 30px;
}
.imghvr-shutter-out-diag-1:hover::before {
  top: -40%;
  bottom: -40%;
}
[class^="imghvr-"] figcaption,
[class*=" imghvr-"] figcaption {
  background-color: rgba(93, 8, 98, 0.35);
  padding: 12px 10px;
  border: 2px solid #fff !important;
  margin: 12px;
}
[class^="imghvr-shutter-out-"]::before,
[class*=" imghvr-shutter-out-"]::before {
  background: #5d0862;
}
[class^="imghvr-"],
[class*=" imghvr-"] {
  background-color: #5d0862;
}
[class^="imghvr-shutter-out-"]::before,
[class*=" imghvr-shutter-out-"]::before {
  background: rgba(93, 8, 98, 0.35);
}
figcaption h3 {
  font-size: 18px !important;
}
figcaption p {
  font-size: 14px !important;
  line-height: 1.2;
}
figcaption div.btn-light {
  padding: 5px 10px;
  font-size: 14px !important;
}
.call-to-action .shadding-background {
  background: #d8d8d8 url(../images/call-to-action.png) no-repeat center center;
  padding: 5vw 5px;
  background-size: contain;
}
.call-to-action .inner-container {
  /*padding: 100px 10px 70px 10px;*/
}
.call-to-action h3,
.call-to-action h2 {
  color: #fff;
  text-shadow: 2px 2px 2px #202020;
}
.call-to-action h3 {
  font-size: 25px;
}
.call-to-action h2 {
  font-size: 50px;
}
.call-to-action .btn {
  padding: 15px 25px;
  margin: 20px !important;
}

#back-top {
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  margin: auto;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#back-top:hover {
  top: -42px;
}
#back-top a {
  display: block;
  text-align: center;
  transition: all 0.5s ease 0s;
}
#back-top span {
  display: block;
  height: 80px;
  padding-top: 7px;
  transition: all 1s ease 0s;
  width: 42px;
  background-color: #5d0862;
  color: #fff;
  width: 80px;
  border-radius: 50%;
}

footer {
  position: relative;
}
.footer {
  background: #5d0862;
  color: #aaa;
  margin-top: 100px;
  padding: 25px 5px;
}
.copyrights {
  font-size: 14px;
  color: #e1e1e1;
  text-align: center;
  padding: 8px;
  margin: 15px 5px;
}
footer .socials {
  text-align: center;
}
footer .socials .fa-lg {
  font-size: 15px;
}
footer .socials .fa:hover {
  color: #ef6944;
}
.testimonials h2 {
  color: #5d0862;
}

.testimonials-container {
  margin-bottom: 20px;
  text-align: center;
}
.testimonials-inner-container {
  overflow: hidden;
}
.testimonials-item {
  border-radius: 10px;
  padding: 35px 40px;
  margin: 0px 10px;
  position: relative;
  min-height: 200px;
}
.testimonials-item p::before {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 40px;
  left: 0;
  top: 0;
  position: absolute;
  color: #5d0862;
  right: 0;
  margin: auto;
}
.testimonials-item p {
  font-size: 16px;
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 0px;
}
.testimonials-icon {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -37px;
}
.testimonials-inner-container h6 {
  margin: 0px 0 30px 0;
  color: #ef6944;
  font-style: italic;
  font-size: 14px;
}
.owl-theme .owl-controls .owl-page span {
  background: #ef6944;
}

.owl-next {
  position: absolute;
  right: -15px;
  top: 0px;
  background: #fff !important;
  padding-top: 115px !important;
  height: 100vh;
}
.owl-prev {
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff !important;
  padding-top: 115px !important;
}

.pages-title-wrap {
  background: #5d0862;
}
.pages-title-wrap h1 {
  padding: 50px 0;
  color: #fff;
}
.pages-title-wrap span {
  color: #ef6944;
}
.pages-container {
  margin: 50px auto;
}
.pages-container .h1,
h1 {
  font-size: 2em;
}
.pages-container .h2,
h2 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
.pages-container .h4,
h4 {
  font-size: 1.1rem;
}
.pages-container .h5,
h5 {
  font-size: 1rem;
}
.pages-container ul li {
  margin-bottom: 10px;
  list-style: none;
}
.COVID-19-alert ul li {
  display: flex;
}
.pages-container ul {
  position: relative;
}
.pages-container ul li::before {
  content: "\f058";
  font-family: "FontAwesome";
  position: absolute;
  left: 15px;
  color: #ef6944;
}

.class-wrap {
  border-style: solid;
  border-width: 0px 0px 3px 0px;
  border-color: transparent;
  transition: background 0.2s, border 0.2s, border-radius 0.2s, box-shadow 0.2s;
  padding: 15px;
  text-align: center;
  min-height: 220px;
}
.class-wrap.f-row {
  min-height: 195px;
}
.class-wrap.s-row {
  min-height: 240px;
}
.class-wrap:hover {
  background-color: #fafafa;
  border-width: 0px 0px 3px 0px !important;
  border-color: #ef6944;
  box-shadow: 0px 0px 29px 3px rgba(81, 81, 81, 0.12);
}
.border-r-b {
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-color: #e4e4e4;
}
.class-wrap h4 {
  margin: 1em auto;
}
.class-wrap p {
  font-size: 15px;
}

.border-r-0 {
  border-right-color: transparent;
}
.border-b-0 {
  border-bottom-color: transparent;
}
.grayscale {
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.grayscale:hover {
  transition: filter 0.5s ease-in-out;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}
.item {
  position: relative;
  border: 1px solid #ddd;
  overflow: hidden;
}
.item img {
  max-width: 100%;
  -moz-transition: all 0.9s;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}
.item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.pages-container .form-container {
  padding: 40px 25px 25px 25px;
  min-height: 526px;
}
.pages-container .form-wrap {
  position: relative;
  z-index: 10;
}
.pages-container .form-wrap .btn {
  padding: 15px 25px;
}

.float-label-control {
  position: relative;
  margin-bottom: 1.6em;
}

.float-label-control ::-webkit-input-placeholder {
  color: transparent;
}

.float-label-control :-moz-placeholder {
  color: transparent;
}

.float-label-control ::-moz-placeholder {
  color: transparent;
}

.float-label-control :-ms-input-placeholder {
  color: transparent;
}

.float-label-control input:-webkit-autofill,
.float-label-control textarea:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -moz-box-shadow: 0 0 0 1000px white inset !important;
  box-shadow: 0 0 0 1000px white inset !important;
}

.float-label-control input,
.float-label-control textarea,
.float-label-control label {
  font-size: 1.2em;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.float-label-control input:focus,
.float-label-control textarea:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom-width: 2px;
  padding-bottom: 0;
}

.float-label-control textarea:focus {
  padding-bottom: 4px;
}

.float-label-control input,
.float-label-control textarea {
  display: block;
  width: 100%;
  padding: 0.1em 0em 1px 0em;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #aaa;
  outline: none;
  margin: 0px;
  background: none;
}

.float-label-control textarea {
  padding: 0.1em 0em 5px 0em;
}

.float-label-control label {
  position: absolute;
  font-weight: normal;
  top: -1.4em;
  color: #5d0862;
  z-index: -1;
  font-size: 0.85em;
  -moz-animation: float-labels 300ms none ease-out;
  -webkit-animation: float-labels 300ms none ease-out;
  -o-animation: float-labels 300ms none ease-out;
  -ms-animation: float-labels 300ms none ease-out;
  -khtml-animation: float-labels 300ms none ease-out;
  animation: float-labels 300ms none ease-out; /* There is a bug sometimes pausing the animation. This avoids that.*/
  animation-play-state: running !important;
  -webkit-animation-play-state: running !important;
}

.float-label-control input.empty + label,
.float-label-control textarea.empty + label {
  top: 0.1em;
  font-size: 1.2em;
  animation: none;
  -webkit-animation: none;
}

.float-label-control input:not(.empty) + label,
.float-label-control textarea:not(.empty) + label {
  z-index: 1;
}

.float-label-control input:not(.empty):focus + label,
.float-label-control textarea:not(.empty):focus + label {
  color: #aaaaaa;
}

.float-label-control.label-bottom label {
  -moz-animation: float-labels-bottom 300ms none ease-out;
  -webkit-animation: float-labels-bottom 300ms none ease-out;
  -o-animation: float-labels-bottom 300ms none ease-out;
  -ms-animation: float-labels-bottom 300ms none ease-out;
  -khtml-animation: float-labels-bottom 300ms none ease-out;
  animation: float-labels-bottom 300ms none ease-out;
}

.float-label-control.label-bottom input:not(.empty) + label,
.float-label-control.label-bottom textarea:not(.empty) + label {
  top: 3em;
}

.form-control:focus {
  border-color: #ef6944;
}
.icons-container {
  margin-bottom: 30px;
}
.icons-container h5 {
  margin: 2px 0 0 0;
  padding: 2px 0 0 55px;
  color: #5d0862;
}
.icons-container p {
  padding: 0 0 0 55px;
}
.icons-container span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #5d0862;
  float: left;
  text-align: center;
  position: absolute;
}
.icons-container span i {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 0;
  left: 0;
  margin: auto;
  color: #fff;
  font-size: 24px;
}
.map {
  margin-bottom: 30px;
}
.map h3 {
  text-transform: none;
  text-align: center;
  font-style: italic;
}

@keyframes float-labels {
  0% {
    opacity: 1;
    color: #aaa;
    top: 0.1em;
    font-size: 1.5em;
  }

  20% {
    font-size: 1.5em;
    opacity: 0;
  }

  30% {
    top: 0.1em;
  }

  50% {
    opacity: 0;
    font-size: 0.85em;
  }

  100% {
    top: -1em;
    opacity: 1;
  }
}

@-webkit-keyframes float-labels {
  0% {
    opacity: 1;
    color: #aaa;
    top: 0.1em;
    font-size: 1.5em;
  }

  20% {
    font-size: 1.5em;
    opacity: 0;
  }

  30% {
    top: 0.1em;
  }

  50% {
    opacity: 0;
    font-size: 0.85em;
  }

  100% {
    top: -1em;
    opacity: 1;
  }
}

@keyframes float-labels-bottom {
  0% {
    opacity: 1;
    color: #aaa;
    top: 0.1em;
    font-size: 1.5em;
  }

  20% {
    font-size: 1.5em;
    opacity: 0;
  }

  30% {
    top: 0.1em;
  }

  50% {
    opacity: 0;
    font-size: 0.85em;
  }

  100% {
    top: 3em;
    opacity: 1;
  }
}

@-webkit-keyframes float-labels-bottom {
  0% {
    opacity: 1;
    color: #aaa;
    top: 0.1em;
    font-size: 1.5em;
  }

  20% {
    font-size: 1.5em;
    opacity: 0;
  }

  30% {
    top: 0.1em;
  }

  50% {
    opacity: 0;
    font-size: 0.85em;
  }

  100% {
    top: 3em;
    opacity: 1;
  }
}

.td-bg {
  background-color: #f8f9fa;
}
.td-bg:hover {
  transition: border 0.1s, box-shadow 0.1s;
  box-shadow: 0px 0px 20px 0px rgba(81, 81, 81, 0.18);
  border-bottom: 1px solid #ef6944;
}
.empty-td {
  padding: 55px !important;
}
.bottom-postion {
  position: absolute;
  bottom: 0;
}

/*Price Tbl*/
.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  min-height: 235px;
  border: 3px solid #fff;
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  color: #ef6944;
  text-transform: uppercase;
}

.pricing ul li {
  margin-bottom: 0.5rem;
  display: flex;
}
/* Hover Effects on Card */

.pricing .card:hover {
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  border-color: #ef6944;
}
.modal-lg {
  max-width: 700px !important;
}
.modal-body {
  padding: 0 !important;
}
.my-modal-header {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  text-align: right;
}
.my-modal-header .fa {
  font-size: 25px;
  padding: 5px;
}

.emailProvider::before {
  content: "@";
}

.emailDomain::before {
  content: ".";
}

/* From Validation*/
.has-feedback.has-error label {
  color: red;
}
.has-feedback.has-error input,
.has-feedback.has-error textarea {
  border-bottom: 2px solid red;
}

.card-body {
  min-height: 245px;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.teachers-container h4 {
  font-size: 1.25rem;
}

.pages-container .alert-info ul li::before {
  color: #0c5460;
}

@media (min-width: 1700px) {
  .sliderContainer {
    min-height: 723px;
  }
}

.white-space-nowrap {
  white-space: nowrap;
}


.box {
  position: relative;
}
.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
