@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Monoton&amp;display=swap";

:root {
  --main-font-family: "Open Sans", sans-serif;
  --heading-font-family: "Jost", sans-serif;
  --monoton-font-family: "Monoton", cursive;
  --main-color: #20e3b2;
  --optional-color: #3e019a;
  --white-color: #ffffff;
  --black-color: #14042c;
  --paragraph-color: #646464;
  --font-size: 16px;
  --transition: 0.6s;
  --btn-gradient-color:
    radial-gradient(circle,
    #0cebeb,
    #20e3b2,
    #29ffc6,);

}

/* Start Gallery CSS */
.thumb {
  margin-bottom: 15px;
}

.thumb:last-child {
  margin-bottom: 0;
}

body {
  padding: 0;
  margin: 0;
  font-family: var(--main-font-family);
  font-size: var(--font-size);
}

a {
  text-decoration: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--black-color);
  display: inline-block;
  font-weight: 500;
}

a:hover,
a:focus {
  color: var(--main-color);
  text-decoration: none;
  color: #2e2d2d;
}

button {
  outline: 0 !important;
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
  color: var(--paragraph-color);
  font-weight: 500;
  font-family: var(--main-font-family);
  font-size: var(--font-size);
}

p:last-child {
  margin-bottom: 0;
}

i {
  line-height: normal;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-75 {
  padding-bottom: 75px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #20e3b2;
  font-family: var(--heading-font-family);
  font-weight: 900;
}

.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

.default-btn {
  border: none;
  padding: 10px 25px;
  text-align: center;
  color: var(--black-color) !important;
  font-size: var(--font-size);
  font-weight: 600;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 5px;
  z-index: 0;
  background: radial-gradient(circle, #0cebeb, #20e3b2, #29ffc6);
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  white-space: nowrap;
  font-family: var(--heading-font-family);
}

.default-btn:hover {
  transform: translate(15%);
  cursor: pointer;
  transition: 0.7s;
}


.section-title {
  max-width: 630px;
  margin: 0 auto 45px;
  text-align: center;
  position: relative;
}

.section-title .section-bg-text {
  color: #89917e;
  font-size: 95px;
  font-family: var(--monoton-font-family);
  font-weight: 400;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  z-index: -1;
  line-height: 0;
}

.section-title span {
  font-size: 23px;
  color: black;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
  font-family: var(--heading-font-family);
}

.section-title h2 {
  font-size: 42px;
  line-height: 1.4;
  position: relative;
}

.section-title h2 {
  background: radial-gradient(circle, #0cebeb, #20e3b2, #29ffc6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title h2 .overlay {
  position: absolute;
  left: 0;
  top: 0;
  background: var(--btn-gradient-color);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.section-title p {
  margin-top: 15px;
}

.section-title.section-style-two {
  margin-top: 30px;
}

.preloader {
  position: fixed;
  z-index: 999999;
  background-color: var(--white-color);
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  right: 0;
}

.preloader .lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.preloader .lds-spinner div {
  -webkit-transform-origin: 40px 40px;
  transform-origin: 40px 40px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
  animation: lds-spinner 1.2s linear infinite;
}

.preloader .lds-spinner div::after {
  content: " ";
  display: block;
  position: absolute;
  top: 5px;
  left: 35px;
  width: 5px;
  height: 20px;
  border-radius: 20%;
  background: var(--main-color);
}

.preloader .lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.preloader .lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.preloader .lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.preloader .lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.preloader .lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.preloader .lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.preloader .lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.preloader .lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.preloader .lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.preloader .lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.preloader .lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.preloader .lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}



.banner {
  height: 313px;
  background-image: url("../images/home-slides/home-hero-wave.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
}

.bannercontent p {
  color: rgb(41, 40, 40);
}

.bannercontent h1 {
  color: #20e3b2;
  text-align: left;
}

.bannercontent span {
  color: #20e3b2;
}

.con1 {
  margin-top: 20px;
}

@media only screen and (max-width: 600px) {
  .banner {
    margin-bottom: 250px;
  }
}

@media only screen and (max-width:992px) {
  .banner {
    margin-bottom: 280px;
  }
}

.who,
.rotated-block {
  display: block;
}

.who {
  background: #def6fa;
  z-index: 1;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}

.rotated-block {
  position: absolute;
  z-index: 1;
  width: 100%;
  min-height: 250%;
  background: #f6f7f9;
  transform: rotate(-40deg);
  left: -40%;
  top: -8%;
}

.content {
  position: relative;
  z-index: 3;
  top: 2%;
  left: 10%;
}

.whoimg {
  margin-top: 30px;
  z-index: 2;

}

.whopara {
  text-align: left;
  margin-right: 50px;
  color: black;
}





.about-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about-content {
  padding-left: 10px;
  position: relative;
  z-index: 1;
}

.about-content span {
  font-size: 20px;
  color: #20e3b2;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
  font-family: var(--heading-font-family);
}

.about-content h1 {
  font-size: 42px;
  margin-bottom: 15px;
  line-height: 1.4;
  position: relative;
}

.about-content h1 b {
  background: radial-gradient(circle, #0cebeb, #20e3b2, #29ffc6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
}

.about-content h1 .overlay {
  position: absolute;
  left: 0;
  top: 0;
  /* background: var(--btn-gradient-color); */
  width: 100%;
  height: 100%;
  z-index: 1;
}

.about-content .about-btn {
  margin-top: 25px;
}

.about-shape-1 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 50px;
  z-index: -1;
}

.about-content p {
  text-align: justify;
}

.flip-card {
  background-color: transparent;
  width: 250px;
  height: 330px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 20px;
}

.flip-card-front {
  background-color: white;
  color: black;
}

.flip-card-front img {
  margin-top: 30px;
  width: 60%;
}

.flip-card-front h5 {
  margin-top: 20px;
  color: black;
}

.flip-card-back {
  background-color: #cff5fc;
  transform: rotateY(180deg);
}

.flip-card-back p {
  margin-top: 20px;
  padding: 20px;
  text-align: justify;
  color: black;
}


.bi {
  margin-top: 20px;
  width: 50px;
  color: #00bcd4;
}

.bi {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 15px);
  }

  to {
    transform: translate(0, -0px);
  }
}


.services-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.services-area.with-radius {
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 15px;
  background-color: var(--black-color);
  overflow: hidden;
}

.services-item {
  background-color: white;
  padding: 10px;
  border-radius: 15px;
  margin-bottom: 25px;
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  height: 500px;
}

#ser {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 390px;
}

.services-item:hover {
  transition: 0.3s;
  box-shadow: 0 0 40px;
  color: #b0f3f8;
}

.services-image img {
  width: 100px;
  margin-top: -60px;
  border: 2px solid rgb(47, 120, 153);
  background-color: white;
}

.services-item .services-image a img {
  border-radius: 15px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.services-item .services-content {
  padding: 30px 15px 20px;
}

.services-item .services-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  color: #20e3b2;
}

.testimonials-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 500px;
}

.testimonials-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.testimonials-section-content {
  padding-right: 35px;
}

.testimonials-section-content span {
  font-size: 20px;
  color: black;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
  font-family: var(--heading-font-family);
}

.testimonials-section-content h3 {
  font-size: 45px;
  margin-bottom: 15px;
  line-height: 1.4;
  position: relative;
}

.testimonials-section-content h3 b {
  background: radial-gradient(circle, #0cebeb, #20e3b2, #29ffc6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonials-section-content h3 .overlay {
  position: absolute;
  left: 0;
  top: 0;
  background: var(--btn-gradient-color);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.testimonials-section-content .testimonials-btn {
  margin-top: 25px;
}

.testimonials-item .item-box {
  position: relative;
  border: 1px solid #f2f1f3;
  border-radius: 15px;
  padding: 30px 30px 30px 155px;
  margin-bottom: 25px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.item-box {
  height: auto;
}

.testimonials-item .item-box:last-child {
  margin-bottom: 0;
}

.testimonials-item .item-box img {
  position: absolute;
  left: 30px;
  top: 28px;
  max-width: 85px;
}

.testimonials-item .item-box p {
  font-size: 15px;
}

.testimonials-item .item-box h4 {
  font-size: var(--font-size);
  margin-bottom: 0;
  font-weight: 500;
  color: var(--optional-color);
}

.testimonialsbg-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

@media only screen and (max-width:920px) {
  .testimonials-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 600px;
  }

}

@media only screen and (max-width:700px) {
  .testimonials-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 700px;
  }

}

@media only screen and (max-width:750px) {
  .testimonials-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 700px;
  }

}

@media only screen and (max-width:760px) {
  .testimonials-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 700px;
  }

}

@media only screen and (max-width:300px) {
  .testimonials-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 900px;
  }

}

@media only screen and (max-width:375px) {
  .testimonials-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 750px;
  }

}

@media only screen and (max-width:395px) {
  .testimonials-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 750px;
  }
}

@media only screen and (max-width:280px) {
  .testimonials-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 750px;
  }

}


.talk-area {
  background-color: #f6f7f9;
  border-radius: 50px;
}

.talk-image {
  position: relative;
  z-index: 1;
}

.talk-image .talk-circle {
  position: absolute;
  bottom: -12px;
  left: -50px;
}

.talk-image .talk-circle img {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.talk-content {
  position: relative;
  z-index: 1;
  margin-top: 45px;
}

.talk-content .talk-bg-text {
  color: #eeedee;
  font-size: 95px;
  font-family: var(--monoton-font-family);
  font-weight: 400;
  position: absolute;
  top: 0;
  z-index: -1;
  line-height: 0;
}

.talk-content span {
  font-size: 20px;
  color: #20e3b2;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
  font-family: var(--heading-font-family);
}

.talk-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 1.4;
  position: relative;
  color: black;
  font-weight: 600;
}

.talk-content p {
  margin-bottom: 0;
}

.talk-content #contactFormTwo {
  margin-top: 25px;
}

.talk-content #contactFormTwo .form-group {
  margin-bottom: 20px;
}

.talk-content #contactFormTwo .form-group .form-control {
  height: 55px;
  color: #000000;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  border: 1px solid var(--white-color);
  background-color: var(--white-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 15px;
}

.talk-content #contactFormTwo .form-group .form-control::-webkit-input-placeholder {
  color: #aca08d;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.talk-content #contactFormTwo .form-group .form-control:-ms-input-placeholder {
  color: #9b8dac;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.talk-content #contactFormTwo .form-group .form-control::-ms-input-placeholder {
  color: #9b8dac;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.talk-content #contactFormTwo .form-group .form-control::placeholder {
  color: #9b8dac;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.talk-content #contactFormTwo .form-group .form-control:focus {
  border-color: var(--main-color);
  background-color: transparent;
}

.talk-content #contactFormTwo .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.talk-content #contactFormTwo .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.talk-content #contactFormTwo .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.talk-content #contactFormTwo .form-group .form-control:focus::placeholder {
  color: transparent;
}

.talk-content #contactFormTwo .form-group textarea.form-control {
  height: auto;
  padding-top: 15px;
}

.talk-content #contactFormTwo .default-btn {
  border: none;
}

.talk-content #contactFormTwo .list-unstyled {
  padding: 0;
  margin-bottom: 0;
}

.talk-content #contactFormTwo .text-danger {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0;
}

.talk-content.margin-zero {
  margin-top: 0;
}

.team-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-team-card {
  margin-bottom: 25px;
  text-align: center;
}

.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 20px;
  color: var(--white-color);
  background-color: var(--main-color);
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 22px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  overflow: hidden;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  text-align: center;
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 50px;
}

.go-top:hover {
  background-color: var(--main-color);
  color: var(--white-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11),
    0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

@-webkit-keyframes run {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}

@keyframes run {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}

.map-location iframe {
  height: 450px;
  width: 100%;
  border: none;
  border-radius: 15px;
}

.gm-style {
  border-radius: 10px !important;
}

.gm-style .place-card-large {
  padding: 10px !important;
}



.left {
  text-align: justify;
  color: black;
}

.tech_sub p {
  font-size: 20px;
  color: black;
  font-weight: bold;
  text-align: center;
}

#num {
  position: relative;
  right: 40px;
  float: right;
}



.first-head {
  background: linear-gradient(to bottom, #20e3b2 0%, #fff 100%);
  padding-top: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.header-social li {
  display: inline-block;
  margin-left: 10px;
  width: 80px;
}

@media only screen and (max-width:1200px) {
  .first-head {
    display: none;
  }

}


.sub-part p {
  font-size: 23px;
  font-family: var(--heading-font-family);
}

.whyfeatherkol-list ul li {
  list-style: none;
  margin-top: 15px;
}

.whyfeatherkol-list ul i {
  color: #20e3b2;
}

.healthcare-type span {
  color: #20e3b2;
  text-align: center;
  font-family: var(--heading-font-family);
  font-size: 25px;
  font-weight: 600;
}

.healthcare-type p {
  text-align: justify;
  margin-top: 10px;
}

.healthcare-type p strong a {
  color: #20e3b2;
  text-decoration: underline;
}

.cardd {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 20px;
  border-radius: 20px;
}

.cardd i {
  font-size: 30px;
}

.allhone h1 {
  background: radial-gradient(circle, #0cebeb, #20e3b2, #29ffc6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.progress-bar {
  background-color: #20e3b2;
}

.course-list li {
  list-style: none;
}

.course-list li i {
  color: #20e3b2;
}

/* hrsolution page  */
#partone {
  text-align: justify;
}

.hrlist li {
  list-style: none;
}

.hrlastpara p {
  text-align: justify;
}

@media only screen and (max-width:991px) {
  .mediaimg {
    width: 50%;
  }

}


/* academy page start */
.coursecard {
  box-shadow: #cecfcf 0px 0px 8px;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  height: 100%;
  /* border: 1px solid #20e3b2; */
  /* box-shadow:0 0 10px;
	color:#b0f3f8; */
}

.coursecard span {
  color: #20e3b2;
  font-size: 18px;
  font-weight: 800;
}

.coursecard strong i {
  color: #20e3b2;
  /* background-color:#20e3b2 ; */
  padding: 15px;
  border-radius: 50%;
}

.coursecard2 {
  padding: 10px;
}

.clockicon i {
  font-size: 20px;
}

.clockicon b {
  font-weight: 500;
}

.coursecard2 p {
  font-weight: 700;
  color: #00bcd4;
  line-height: 1.5rem !important;
}

.coursecard2 li {
  list-style: none;
  margin-top: 6px;
}

.coursecard2 ul li i {
  color: #20e3b2;
}

#coursecard2 {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
}

#couserp {
  text-align: left;
}

.courselist li {
  list-style: none;
  margin-top: 10px;
}

.accordion-button:focus {
  box-shadow: none;
}

.courselist li i {
  color: #20e3b2;
}

.dotlist {
  text-align: justify;
}

.coursecard button {
  background-color: #20e3b2;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 8px;
  border: 1px solid #20e3b2;
}

.ratingbox {
  background-color: #20e3b2;
  border-radius: 10px;
  /* padding: 10px; */
}

.ratingbox2 p {
  color: rgb(0, 0, 0);
}

.coursecall {
  padding: 10px;
  display: flex;
  justify-content: center;
  border-radius: 20px;
}

.coursecall i {
  font-size: 40px;
}

.coursecallnum p {
  text-align: center;
  font-size: 25px;
  padding: 10px;
}

@media only screen and (max-width:800px) {
  .main-responsive-nav {
    display: none;
  }
}

.contactnum {
  /* background-color: #20e3b2; */
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
}

.contactnum p {
  color: #20e3b2;
}

.contactnum i {
  font-size: 25px;
}

.contactnum span {
  font-size: 25px;
  color: #2e2d2d;
}

.copy {
  padding: 25px;
  border-top: 1px solid #fff;
}

.all-frms {
  box-shadow: inset 0 0 1px 1px rgba(9, 0, 80, 0.2), inset 0 -2px 1px rgba(9, 0, 80, 0.1), 0 1px 2px rgba(9, 0, 80, 0.2), 0 1px 8px rgba(9, 0, 80, 0.1);
  padding: 40px;
  border-left: 5px double #20e3b2;
  border-top: 5px double #20e3b2;
}

.fp-lnk {
  text-align: right;
  margin-top: 15px;
}

button:focus,
input:focus {
    outline: none !important;
    box-shadow: none;
}

/*----------------------*/

.block {
    position: absolute;
    left: 0;
    top: 0;
}

.slidercaptcha {
    margin: 0 auto;
    width: 100%;
    height: 295px;
    border-radius: 4px;
    margin-top: 0;
}

.slidercaptcha canvas:first-child {
    border-radius: 5px;
    border: 1px solid #e6e8eb;
}

.sliderContainer {
    position: relative;
    text-align: center;
    line-height: 40px;
    background: #fff;
    color: #45494c;
    border-radius: 2px;
    margin-top: 10px;
}

.sliderbg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #f7f9fa;
    height: 40px;
    border-radius: 2px;
    border: 2px dotted #e6e8eb;
}

.sliderContainer_active .slider {
    top: -1px;
    border: 1px solid #1991fa;
}

.sliderContainer_active .sliderMask {
    border-width: 1px 0 1px 1px;
}

.sliderContainer_success .slider {
    top: -1px;
    border: 1px solid #02c076;
    background-color: #02c076 !important;
    color: #fff;
}

.sliderContainer_success .sliderMask {
    border: 1px solid #52ccba;
    border-width: 1px 0 1px 1px;
    background-color: #d2f4ef;
}

.sliderContainer_success .sliderIcon:before {
    content: "\f00c";
}

.sliderContainer_fail .slider {
    top: -1px;
    border: 1px solid #f35c59;
    background-color: #f35c59;
    color: #fff;
}

.sliderContainer_fail .sliderMask {
    border: 1px solid #f35c59;
    background-color: #f7dcdd;
    border-width: 1px 0 1px 1px;
}

.sliderContainer_fail .sliderIcon:before {
    content: "\f00d";
}

.sliderContainer_active .sliderText,
.sliderContainer_success .sliderText,
.sliderContainer_fail .sliderText {
    display: none;
}

.sliderMask {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    border: 0 solid #d1e9fe;
    background: #d1e9fe;
    border-radius: 2px;
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: background 0.2s linear;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.slider:hover {
    background: #20e3b2;
    color: #fff;
    border-color: #20e3b2;
}

.slider:hover .sliderIcon {
    background-position: 0 -13px;
}

.sliderText {
    position: relative;
    font-size: 17px;
}

.refreshIcon {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    padding: 7px;
    color: #fff;
    background-color: transparent;
    font-size: 14px;
    border-radius: 50px;
}

.refreshIcon:hover {
    color: #fff;
}

.card-header {
    width: max-content;
    font-size: 19px;
}

.cent {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.ruless li {
  margin-bottom: 15px;
  line-height: 1.2;
  color: var(--paragraph-color);
  font-weight: 500;
  font-family: var(--main-font-family);
  font-size: var(--font-size);
}

.mt-8 {
  margin-top: 80px;
}