@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');

* {
  margin: 0;
  padding: 0;
}
:root {
  --primary: #FE5D37;
  --light: #FFF5F3;
  --dark: #103741;
}

body {
  font-family: "Open Sans", sans-serif;
  /* font-family: ; */
  color: #444444;
}

a {
  color: #5fcf80;
  text-decoration: none;
}

a:hover {
  color: #86db9f;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rubik', sans-serif;
}

p {
  font-family: 'Rubik', sans-serif;
  color: #020202cc;
  font-size: 15px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #5fcf80;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #7ed899;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


.news-scroll a {
  text-decoration: none
}

.dot {
  /* height: 6px; */
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: rgb(207, 23, 23);
  border-radius: 50%;
  display: inline-block
}




/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.bg-black {
  background-color: #37423b;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #5fcf80;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  /* padding: 15px 0; */
  box-shadow: 0px 0 18px rgba(55, 66, 59, 0.08);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #5fcf80;
}

#header .logo img {
  max-height: 40px;
}

/**
* Get Startet Button 
*/
.get-started-btn {
  margin-left: 22px;
  background: #5fcf80;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.get-started-btn:hover {
  background: #3ac162;
  color: #fff;
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

.navbar-nav li a{
  font-size: 14px ;
}
.navbar {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.navbar .navbar-brand img {
  max-width: 100px;
}
.navbar .navbar-nav .nav-link {
  color: #000;
}
@media screen and (min-width: 1024px) {
    /* img.blink-image{
        position: absolute;top: 28px;right:1px;
    } */
  .navbar {
    letter-spacing: 0.1em;
  }
  .navbar .navbar-nav .nav-link {
    padding: 0.5em 1em;
  }
  .search-and-icons {
    width: 50%;
  }
  .search-and-icons form {
    flex: 1;
  }
  .navbar .navbar-brand img {
    max-width: 7em;
  }
  .navbar .navbar-collapse {
    /* display: flex; */
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .search-and-icons {
   
    display: flex;
    align-items: center;
    width: 90%;
    justify-content: space-between;
  }
}
/* Media query for tablet-sized screens (e.g., screens with a maximum width of 768px) */
@media screen and (max-width: 768px) {
  .navbar-toggler {
      display: block; /* Ensure the toggle button is visible */
  }


  .navbar-collapse {
      display: none; /* Hide the navigation links by default on tablet screens */
  }

  .navbar-collapse.show {
      display: block; /* Display the navigation links when the toggle button is clicked */
  }
}


.search-and-icons form input {
  border-radius: 0;
  height: 2em;
  background: #fff
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='grey' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E")
    no-repeat 95%;
}
.search-and-icons form input:focus {
  background: #fff;
  box-shadow: none;
}
.search-and-icons .user-icons div {
  padding-right: 1em;
}
.contact-info p,
.contact-info a {
  font-size: 0.9em;
  padding-right: 1em;
  color: grey;
}
.contact-info a {
  padding-right: 0;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

fieldset{
  border:0;
}


.title, .sub_title{
  font-family:var(--title_font);
  font-weight:400;
  margin:0;
}

.flex, .fixed_flex{
  display:flex;
}

.flex_content{
  width:100%;
  position:relative;
}

.padding_1x{
  padding:1rem;
}

.padding_2x{
  padding:2rem;
}

.padding_3x{
  padding:3rem;
}

.padding_4x{
  padding:4rem;
}

.big{
  font-size:3.5em;
}

.medium{
  font-size:2em;
}

.small{
  font-size:1.3em;
}

.btn{
  
  border-radius:5px;
  color:var(--white);
  position:relative;
  border:0;
  text-align:center;
  
}


.btn_3{
  display:block;
  background-color:0;
  color:var(--white);
  position:relative;
  font-family:var(--default_font);
  font-weight:400;
  text-transform:uppercase;
}

.btn_3:before{
  content:"";
  border-radius:50%;
  background-color:rgba(255,255,255,0.2);
  position:absolute;
  left:0;
  top:50%;
  width:40px;
  height:40px;
  transition:0.5s;
  transform:translate(0%, -50%);
}

.btn_3:after{
  content:"\f178";
  font-family:"FontAwesome";
  margin-left:5px;
}

.btn_3:hover:before{
  border-radius:40px;
  width:100%;
}

@media (max-width:920px){
  .flex{
      flex-wrap:wrap;
  }
  
  .padding_1x, .padding_2x, .padding_3x, .padding_4x{
      padding:1rem;
  }
  
  .big{
      font-size:1.8em;
  }
  
  .medium{
      font-size:1.3em;
  }
  
  .small{
      font-size:1.1em;
  }
  
  .btn{
      padding:0.5rem 1rem;
  }
  
  a, p, .btn{
      font-size:12px;
  }
}

.slider {
  position: relative;
  width: 100%;
  height: 85vh;
}

ul{
  padding:0;
  margin:0;
}

.slider .title{
  font-weight:400;
}

.slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  transition: clip .7s ease-in-out, z-index 0s .7s;
  clip: rect(0, 100vw, 100vh, 100vw);
  display:flex;
  align-items:center;
  justify-content:left;
}

.slider li:nth-child(1){
  background:linear-gradient(to right, rgba(1, 1, 1, 0.517) 10%, rgba(1,1,1,0.8) 51%, rgba(1,1,1,0.2) 100%), url("../../assets/img/slider-image/1.jpg");
  background-size:100% 100%;
  background-position:top left;
}

/* .slider li:before{
  content:"";
  position:absolute;
  top:-20px;
  right:0;
  width:250px;
  height:250px;
  background-image:url("https://i.postimg.cc/02zcww6c/slider-shape.png");
  background-size:100% 100%;
  transition-delay: 1s;
  transform: rotate(-90deg);
  z-index:1;
} */

.slider li:after{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  width:300px;
  height:300px;
  background-image:url("https://i.postimg.cc/KjKbwDfR/slider-shape-2.png");
  background-size:100% 100%;
  transform:rotate(360deg);
transition: all 1.5s cubic-bezier(0,0,.2,1);
  z-index:1;
  background-position:center left;
}

.slider li:nth-child(2){
  background:linear-gradient(to right, rgba(1, 1, 1, 0.517) 10%, rgba(1,1,1,0.8) 51%, rgba(1,1,1,0.2) 100%), url("../../assets/img/slider-image/2.JPG");
  background-size:100% 100%;
  background-position:top left;
}

.slider li:nth-child(3){
  background:linear-gradient(to right, rgba(1, 1, 1, 0.517) 10%, rgba(1,1,1,0.8) 51%, rgba(1,1,1,0.2) 100%), url("../../assets/img/slider-image/3.JPG");
  background-size:100% 100%;
  background-position:top left;
}
.slider li:nth-child(4){
  background:linear-gradient(to right, rgba(1, 1, 1, 0.517) 10%, rgba(1,1,1,0.8) 51%, rgba(1,1,1,0.2) 100%), url("../../assets/img/slider-image/4.JPG");
  background-size:100% 100%;
  background-position:top left;
}

.slider article{
  width:60%;
  margin-top:4rem;
  color: #fff;
  z-index:11;
}

.slider h3 + p {
  display: inline-block;
  color: var(--lite);
  font-weight:300;
}

.slider h3, .slider h3 + p, .slider p + .btn, li:after{
  opacity: 0;
  transition: opacity .7s 0s, transform .5s .2s;
  transform: translate3d(0, 50%, 0);
}

li.current h3, li.current h3 + p, li.current p + .btn, li.current:after {
  opacity: 1;
  transition-delay: 1s;
  transform: translate3d(0, 0, 0);
}

.slider li:before{
  transition: 0.5s;
  top:-250px !important;
}

li.current:before{
  transition-delay: 1s;
  transform: rotate(-90deg);
  top:-20px !important;
}

li.current {
  z-index: 1;
  clip: rect(0, 100vw, 100vh, 0);
}

li.prev {
  clip: rect(0, 0, 100vh, 0);
}

.slider aside {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  text-align: center;
  z-index: 10;
}

.slider aside a {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  background-color: var(--white);
  margin: 0 0.2rem;
  transition: transform .3s;
}

.slider em{
  background: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

a.current_dot {
  transform: scale(1.4);
  background:var(--primary) !important;
}

@media screen and (max-width: 920px) {
  header{
      height:70vh;
      position:relative;
  }
  
  .cs-down{
      display:none;
  }

  .slider{
      height:70vh;
  }
  
  .slider article{
      width:100%;
      margin-top:2rem;
  }
  
  .slider li:nth-child(2){
      background-position:top center;
  }
  
  .slider li:nth-child(3){
      background-position:top center;
  }
  
  li.current:before{
      top:-30px;
      right:-10px;
  }
}
/* #hero {
  width: 100%;
  height: 80vh;
 
  background: url("../img/course-3.jpg") top center;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 72px;
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 100px;
  }
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#hero h2 {
  color: #eee;
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 30px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #5fcf80;
  border: 2px solid #5fcf80;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 50vh;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 600px) {
  #hero {
    width: 100%;
    height: 50vh;
   

  }
} */

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/


section{
	margin:20px 0;
}
.section-bg {
  /* background-color: #f6f7f6; */

  background: url(../img/bg-image1.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;

}

.section-title {
  padding-bottom: 20px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #9ae1af;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #5fcf80;
}

.breadcrumbs {
  /* margin-top: 150px; */
  /* padding-top: 110px; */
  text-align: center;
  background: #5fcf80;
  padding: 15px 0;
  color: #fff;
}

@media (max-width: 992px) {
  /* .breadcrumbs {
    margin-top: 220px;
  } */
}

.breadcrumbs h2 {
  font-size: 32px;
  font-weight: 500;
}

.breadcrumbs p {
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About    Students    Standered  
--------------------------------------------------------------*/
..rounded-circle{
  border-radius: 50%;
  width: 100%;
}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
  font-family: open sans;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5fcf80;
}

.about .content .learn-more-btn {
  background: #5fcf80;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px 9px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.about .content .learn-more-btn:hover {
  background: #3ac162;
  color: #fff;
}

@media (max-width: 768px) {
  .about .content .learn-more-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

.member {
  padding: 15px;
}

/* tables */
.table {
  /* align-items: center; */
  width: 100%;
  margin: 0 auto;
  border: none;

  text-align: justify;
}

.table thead tr td {
  /* color: #5e5e5ecc; */
  font-size: 16px;
}
.table td {
  word-wrap: break-word;
  white-space: normal;
}

.table-responsive {
  overflow-x: auto;
}


.table th,
td {
  /* border: 1px solid rgba(0, 0, 0, 0.288); */
  /* border: none;
  padding: 8px; */
  border: 1px solid rgba(0, 0, 0, 0.315);
  color: #1d1b1b;
}
table .footer-table th{
  border: 1px solid rgba(0, 0, 0, 0.315);
  padding: 5px 0px 5px 9px;
  
  font-family: 'Rubik', sans-serif;
}

.table thead tr th {
  background-color: #4f8ddf;
  text-align: center;
  color: black;
}

.section h2 {
  font-size: 22px;
  font-weight: bold;
}

li.list-group-item {
  transition: background-color 0.3s ease;
  cursor: pointer;
  color: #3a3939;
  font-size: 15px;
}

.list-group-item:hover {
  background-color: lightgray;
}

.single-volunter {
  padding: 20px;
  margin: 5px 0;
  border: 2px solid rgba(0, 0, 0, 0.404);
}

.tbl_1{
  font-family: 'Rubik', sans-serif;
  padding: 15px;
}
.tbl_1 th{
  border: 1px solid rgba(0, 0, 0, 0.381);
}
/* tables  */
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 30px 0;
}

.counts .counters span {
  font-size: 48px;
  display: block;
  color: #5fcf80;
  font-weight: 700;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #37423b;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  margin: 15px 0;
}

.why-us .content {
  padding: 30px;
  background: #5fcf80;
  border-radius: 4px;
  /* color: #fff; */
  font-family: 'Rubik', sans-serif;
}

.why-us .content h3 {
  /* font-weight: 700; */
  font-size: 2rem;
  margin-bottom: 30px;
  font-family: 'Rubik', sans-serif;
  color: white;

}

.why-us .content p {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.849);
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #5fcf80;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  background: #fff;
  padding: 40px 0px;
  width: 100%;
  border: 1px solid #eef0ef;
}

.why-us .icon-boxes .icon-box i {
  font-size: 55px;
  padding: 18px;
  color: #5fcf80;
  margin-bottom: 30px;
  background: #ecf9f0;
  border-radius: 50px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 0px;
}

.features .icon-box {
     display: flex;
    align-items: center;
    padding: 20px;
    margin: 20px 6px;
    transition: 0.3s;
    border: 1px solid #eef0ef;
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #37423b;
  transition: 0.3s;
}

.features .icon-box:hover {
  border-color: #5fcf80;
}

.features .icon-box:hover h3 a {
  color: #5fcf80;
}

/*--------------------------------------------------------------
# Courses
--------------------------------------------------------------*/
.courses .course-item {
  border-radius: 5px;
  border: 1px solid #eef0ef;
}

.courses .course-content {
  padding: 15px;
}

.courses .course-content h3 {
  font-weight: 700;
  font-size: 20px;
}

.courses .course-content h3 a {
  color: #37423b;
  transition: 0.3s;
}

.courses .course-content h3 a:hover {
  color: #5fcf80;
}

.courses .course-content p {
  font-size: 14px;
  color: #777777;
}

.courses .course-content h4 {
  font-size: 14px;
  background: #5fcf80;
  padding: 7px 14px;
  color: #fff;
  margin: 0;
}

.courses .course-content .price {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: #37423b;
}

.courses .trainer {
  padding-top: 15px;
  border-top: 1px solid #eef0ef;
}

.courses .trainer .trainer-profile img {
  max-width: 50px;
  border-radius: 50px;
}

.courses .trainer .trainer-profile span {
  padding-left: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #5a6c60;
}

.courses .trainer .trainer-rank {
  font-size: 18px;
  color: #657a6d;
}
  

/*--------------------------------------------------------------
# Trainers
--------------------------------------------------------------*/

.member {
  width: 500px;
  /* height: 500px; */
}



.trainers .member {
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #eef0ef;
}

.trainers .member img {
  width: 100px;
  height: 100px;
}

.trainers .member .member-content {
  padding: 0 20px 30px 20px;
}

.trainers .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.trainers .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.trainers .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #000000;
}

table.tbl {
  margin: 10px;
  margin: 10px auto;
}

table.tbl tr td {
  text-align: left;
  font-size: 13px;
  padding: 10px;
}

.trainers .member .social {
  margin-top: 15px;
}

.trainers .member .social a {
  color: black;
  transition: 0.3s;
}

.trainers .member .social a:hover {
  color: #5fcf80;
}

.trainers .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.carousel-caption {
  position: initial;
  z-index: 10;
  padding: 5rem 8rem;
  color: rgba(78, 77, 77, 0.856);
  text-align: center;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: bold;
  line-height: 2rem;
}
@media(max-width:767px){
  .carousel-caption {
      position: initial;
      z-index: 10;
      padding: 3rem 2rem;
      color: rgba(78, 77, 77, 0.856);
      text-align: center;
      font-size: 0.7rem;
      font-style: italic;
      font-weight: bold;
      line-height: 1.5rem;
  }
}
.carousel-caption img{
  width: 6rem;
  border-radius: 5rem;
  margin-top: 2rem;
}
@media(max-width:767px){
  .carousel-caption img{
      width: 4rem;
      border-radius: 4rem;
      margin-top: 1rem;
  }
}
#image-caption{
  font-style: normal;
  font-size: 1rem;
  margin-top: 0.5rem;
}
@media(max-width:767px){
  #image-caption{
      font-style: normal;
      font-size: 0.6rem;
      margin-top: 0.5rem;
  }
}
a.carousel-control-next i{
  background-color: rgb(223, 56, 89);
  padding: 1.4rem;
}
a.carousel-control-prev i{
  background-color: rgb(223, 56, 89);
  padding: 1.4rem;
}
@media(max-width:767px){
  a.carousel-control-next i{
      padding: 0.8rem;
  }
}
.carousel-control-prev{
  justify-content: flex-start;
}

.carousel-control-next {
  justify-content: flex-end;
}
.carousel-control-prev,.carousel-control-next{
  transition: none;
  opacity: unset;
}
/*--------------------------------------------------------------
# Cource Details
--------------------------------------------------------------*/
.course-details h3 {
  font-size: 24px;
  margin: 30px 0 15px 0;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}

.course-details h3:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #eef0ef;
  bottom: 0;
  left: 0;
}

.course-details h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 1px;
  background: #5fcf80;
  bottom: 0;
  left: 0;
}

.course-details .course-info {
  background: #f6f7f6;
  padding: 10px 15px;
  margin-bottom: 15px;
}

.course-details .course-info h5 {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Open Sans", sans-serif;
}

.course-details .course-info p {
  margin: 0;
  font-weight: 600;
}

.course-details .course-info a {
  color: #657a6d;
}

/*--------------------------------------------------------------
# Cource Details Tabs
--------------------------------------------------------------*/
.cource-details-tabs {
  overflow: hidden;
  padding-top: 0;
}

.cource-details-tabs .nav-tabs {
  border: 0;
}

.cource-details-tabs .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #37423b;
  border-radius: 0;
  border-right: 2px solid #e2e7e4;
  font-weight: 600;
  font-size: 15px;
}

.cource-details-tabs .nav-link:hover {
  color: #5fcf80;
}

.cource-details-tabs .nav-link.active {
  color: #5fcf80;
  border-color: #5fcf80;
}

.cource-details-tabs .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.cource-details-tabs .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #37423b;
}

.cource-details-tabs .details p {
  color: #777777;
}

.cource-details-tabs .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cource-details-tabs .nav-link {
    border: 0;
    padding: 15px;
  }

  .cource-details-tabs .nav-link.active {
    color: #fff;
    background: #5fcf80;
  }
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
}

.events .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.events .card-img img {
  /* max-width: 100%; */
  transition: all 0.3s ease-in-out;
}
.card-img img{
  width: 600px;
  height: 350px;
}

.events .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  /* padding: 30px; */
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  transition: 0.3s;
}

.events .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.events .card-title a {
  color: #37423b;
  transition: 0.3s;
}

.events .card-text {
  color: #5e5e5e;
}

.events .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
}

.events .read-more a:hover {
  color: #5fcf80;
}

.events .card:hover img {
  transform: scale(1.1);
}

.events .card:hover .card-body {
  border-color: #5fcf80;
}

.events .card:hover .card-body .card-title a {
  color: #5fcf80;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  border: 1px solid #eef0ef;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #5fcf80;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #5fcf80;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #5fcf80;
  display: inline-block;
  padding: 8px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #3ac162;
}

.pricing .featured h3 {
  color: #fff;
  background: #5fcf80;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #5fcf80;
  color: #fff;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-top: 5px;
}

.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #5fcf80;
  float: left;
  width: 44px;
  height: 44px;
  background: #ecf9f0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  /* font-weight: 600; */
  margin-bottom: 5px;
  color: #37423b;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #657a6d;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #5fcf80;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #5fcf80;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #5fcf80;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #3ac162;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



.image-container {
  padding: 10px;
}

.image-container img {
  width: 100%;
  height: auto;
}

.tab-pane p {
  margin: 15px 0;
}

.nav-link {
  font-weight: bold;
  font-size: 17px;
}

.nav-link:hover {
  background-color: #5fcf80;
}

.rounded {
  /* box-shadow: 2px 1px #888888; */
  box-shadow: 10px 10px 20px 10px rgb(207, 202, 202);
}

button.btn {
  background-color: #18d26e;
  margin: 0 auto;
}

button.btn a {
  color: white;

}
button.btn:hover {
  /* color: white; */
  background: #000000;
  color: blue;

}
.mb-0 {
  font-size: 16px;
  width: 65%;
  margin: 0 auto;
}

.bg-heading {
  /* border: 4mm ridge rgba(211, 220, 50, .6); */
  padding: 15px;

  border-radius: 0px 0px 20px 20px;
}

.bg-fac {
  background-color: #2e2e2e;
  color: white;
  /* margin: 20px 0; */
}

.bg-fac h3 {
  text-align: center;
  padding: 15px 0 0 0;

}






@media only screen and (max-width: 320px) {

  /* Adjust form layout for smaller screens */
  form {
    display: block;
    width: 100%;
  }

  form label,
  form select {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  form button {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}

.btn-rlt {
  padding: 10px 0;
}

.btn-rlt a {
  padding: 20px;
}
.team-item{
  height: 240px;
}

.team-item a {
  color: #111;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #5fcf81c5;
}


.table-no-border,
.table-no-border th,
.table-no-border td {
  border: none;
}

.photo img {
  width: 8rem;
  margin: 30px;
}

.txt-5 .table {
  width: 103%;
}

.card-header {
  text-align: center;
  font-weight: bold;
}

.card-title span {
  color: #010101cc;
  font-size: 12px;
}
.card-table tbody tr td {
  padding: 20PX;
}
.card-header {
  background-color: #4f8ddf;
  text-align: center;
  color: black;
}
.card-table {
  border: none;
}
.card-table th,
.card-table td {
  border: none;
}
h3.card-title
{
		    color: #5fcf80;
}
h6.card-text
{
		    margin-left:12px;
}
.custom-button {
  background: #5fcf80;
  color: #FFFFFF;
  border: none;
  padding: 5px;
  /* Add more styles as needed */
}

/* Initially hide the hover-text */
.hover-text {
  display: none;
}

/* Show the hover-text when the link is hovered */
.myDIV:hover+.hover-text {
  display: inline;
}



.heading h3 {
  font-size: 20px;
  text-shadow: 5px 5px 4px #5fcf80;
  font-weight: 900;

}

.result a{
  padding: 5px 15px;
  color: white;
    background: rgb(2,0,36);
    font-weight: 700;
    border: none;
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(114,111,163,1) 0%, rgba(116,116,190,1) 35%, rgba(0,212,255,1) 100%);
  border-radius: 25px;
}
.carousel-item img{
  width: 100%;
  height: 200px;
}
.modal-body{
  height: 440px;
}

.testimonial-container {
  width: 90%;
  margin: auto;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

.testimonial {
  display: inline-block;
  width: 100%;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 10px;
  background-color: #f9f9f9;
  text-align: left;
}

.author {
  display: block;
  margin-top: 10px;
  font-style: italic;
}
.mx-auto h1{
  font-family: 'Lobster Two', cursive;
  font-weight: 700;
}


/*** About ***/
.about-img img {
  transition: .5s;
}

.about-img img:hover {
  background: var(--primary) !important;
}


/* mission & vision */
.wrap {
  display: flex;
 flex-wrap: nowrap;
 justify-content: space-between;
 width: 85vmin;
 height: 25em;
 margin: 2rem auto;
 border: 8px solid;
 /* border-image: linear-gradient(-50deg, green, #00b300, forestgreen, green, lightgreen, #00e600, green) 1; */
 transition: .3s ease-in-out;
 position: relative;
 overflow: hidden;
}
.overlay {
 position: relative;
 display: flex;
 width: 100%;
 height: 100%;
 padding: 1rem .75rem;
 /* background: #186218; */
 transition: .4s ease-in-out;
 z-index: 1;
}
.overlay-content {
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 width: 15vmin;
 height: 100%;
 padding: .5rem 0 0 .5rem;
 border: 3px solid;
 border-image: 
     linear-gradient(
       to bottom, 
       #AEA724 5%,
       forestgreen 35% 65%,
       #AEA724 95%
     ) 0 0 0 100%;
 transition: .3s ease-in-out .2s;
 z-index: 1;
}
.image-content {
 position: absolute;
 top: 0;
 right: 0;
 width: 60vmin;
 height: 100%;
 background-image: url("../../assets/img/vision.webp");
 background-size: cover;
 transition: .3s ease-in-out;
 /* border: 1px solid green; */
}

.inset {
 max-width: 50%;
 margin: 0.25em 1em 1em 0;
 border-radius: 0.25em;
 float: left;
}

.dots {
 position: absolute;
 bottom: 1rem;
 right: 2rem;
 display: flex;
 flex-direction: row;
 justify-content: space-around;
 align-items: center;
 width: 55px;
 height: 4vmin;
 transition: .3s ease-in-out .3s;
}
.dot {
 width: 14px;
 height: 14px;
 background: yellow;
 border: 1px solid indigo;
 border-radius: 50%;
 transition: .3s ease-in-out .3s;
}

.text {
 position: absolute;
 top: 0;
 right: 0;
 width: 60vmin;
 height: 100%;
 padding: 3vmin 4vmin;
 background: #fff;
 box-shadow: inset 1px 1px 15px 0 rgba(0 0 0 / .4);
 overflow-y: scroll;
}

.wrap:hover .overlay
{
 transform: translateX(-60vmin);
}
.wrap:hover .image-content {
 width: 30vmin;
}
.wrap:hover .overlay-content {
 border: none;
 transition-delay: .2s;
 transform: translateX(60vmin);
}
.wrap:hover .dots {
 transform: translateX(1rem);
}
.wrap:hover .dots .dot {
 background: white;
}
.single-grow h2{
  font-weight: 900;
}

.card-vimi {
	
   	padding: 20px;
  height: 356px;
  border: 2px solid #007bff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.card-vimi:hover {
  animation: border-animation 1s infinite;
  background-color: #f8f9fa; /* New background color on hover */
}
@keyframes border-animation {
  0% {
      border-color: #007bff;
  }
  50% {
      border-color: #28a745;
  }
  100% {
      border-color: #007bff;
  }
}
h1.header{
  
    font-size: 40px;
    font-weight: 700;
 background-image: linear-gradient(to left, #323a34, #5b605c);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;

}
.bg-frm{
background-color: #40785b;
}

.opening_hour_blog {
  width: 765px;
  background: #fff;
  margin-top: 80px;
  padding: 45px 50px;
}

.opening_hour_blog h3 {
  font-weight: 400;
  color: #050000;
  font-size: 37px;
}

.opening_hour_blog ul {
  margin: 0;
  padding: 0;
}
.small-box{
  margin: 10px;
  padding: 10px;
  border: 1px solid rgb(168, 150, 150);
  
}
.tab-content{
  height: 400px;
  overflow: auto;
}
.opening_hour_blog ul li {
  line-height: 42px;
  font-size: 22px;
  font-weight: 400;
}

.opening_hour_blog {
  width: 70%;
  background: #fff;
  margin-top: 80px;
  padding: 45px 50px;
  margin-left: 46%;
  z-index: 1;
  position: relative;
  margin-bottom: 80px;
}

.opening_hour_blog ul li {
  line-height: 31px;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 0;
}
.full {
  width: 100%;
  float: left;
  margin: 0;
}


@media (min-width: 992px) and (max-width: 1199px) {

 
  
  .opening_hour_blog {
      width: 115%;
      background: #fff;
      margin-top: 80px;
      padding: 45px 50px;
      margin-left: 20%;
      z-index: 1;
      position: relative;
      margin-bottom: 80px;
  }
  
  }
  
 
  
  
  
  @media(max-width: 991px) {
  
 
 

  
  .opening_hour_blog h3 {
      font-weight: 500;
      color: #050000;
      font-size: 25px;
  }
  
  .opening_hour_blog ul li {
      line-height: 24px;
      font-size: 16px;
      font-weight: 400;
  }
  
 
  
  .opening_hour_blog {
      margin-top: 80px;
      padding: 35px 29px;
      width: 100%;
      margin-left: 0;
  }
 
  
  }  
.layout_padding {
    padding: 75px 0 50px;
}
.wid-100{
  width: 257px ;
  height: 140px;
}
.desighn{
  padding: 20px;
  box-shadow: 20px 20px 50px grey;
  border: 1px solid rgba(0, 0, 0, 0.299);
     margin-top: 50px;


}
 
.blink-image {
    -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
    animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}
 
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
 
@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* styles.css */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  overflow-y: auto; /* Enable scrolling inside the popup if needed */
}

.popup-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  width: 50%;
  padding: 20px;
  border-radius: 5px;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  overflow: hidden;
}

.popup-open {
  overflow: hidden; /* Disable scrolling on the body */
}

.popup-open .popup {
  display: block; /* Display the popup when .popup-open is applied */
}

.popup-open .close {
  pointer-events: auto; /* Enable mouse events for the close button */
}





#features {
  padding-top: 60px;
}

.features .features-content {
  z-index: 2;
  position: relative;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.features-item {
  text-align: center;
  padding: 30px;
  border-radius: 50px;
  background: rgb(255, 255, 255);
  /* background: linear-gradient(105deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%); */
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  -moz-transition: background-color .5s;
  border: 1px solid rgba(88, 88, 88, 0.452);
}

.features-item:hover {
  background: rgb(51, 204, 197);
  background: linear-gradient(105deg, rgba(51, 204, 197, 1) 0%, rgba(8, 141, 195, 1) 100%);
}

.features-item:hover h4 {
  color: #fff;
}

.features-item:hover p {
  color: #fff;
}

.features-item:hover .line-dec {
  background-color: rgba(255, 255, 255, 0.3);
}


.second-feature:hover .icon {
  background-image: url(../images/features-icon-white-02.png);
}

.features-item .number h6 {
  background-repeat: no-repeat;
  width: 110px;
  height: 69px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 69px;
  margin-top: -65px;
  margin-bottom: 30px;
}

.features-item .first-number h6 {
  background-image: url(../images/features-number-01.png);
}

.features-item .second-number h6 {
  background-image: url(../images/features-number-02.png);
}

.features-item .third-number h6 {
  background-image: url(../images/features-number-03.png);
}

.features-item .fourth-number h6 {
  background-image: url(../images/features-number-04.png);
}


.second-feature .icon {
  background-image: url(../images/features-icon-black-02.png);
}

.features-item .icon {
  width: 63px;
  height: 63px;
  margin: 0 auto;
  transition: all 0.5s;
}

.features-item h4 {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #2a2a2a;
  position: relative;
  transition: all 0.5s;
}

.features-item .line-dec {
  width: 100px;
  height: 2px;
  background-color: rgba(51, 204, 197, 0.3);
  margin: 30px auto;
  transition: all 0.5s;
}

.features-item p {
  position: relative;
  margin-top: 0px;
  transition: all 0.5s;
}

.features .features-content {
  z-index: 2;
  position: relative;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}



#demo{
  background: linear-gradient(112deg, #ffffff 50%, antiquewhite 50%);
  /* max-width: 900px; */
  margin: auto;
}
.carousel-caption {
  position: initial;
  z-index: 10;
  padding: 5rem 8rem;
  color: rgba(78, 77, 77, 0.856);
  text-align: center;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: bold;
  line-height: 2rem;
}
@media(max-width:767px){
  .carousel-caption {
      position: initial;
      z-index: 10;
      padding: 3rem 2rem;
      color: rgba(78, 77, 77, 0.856);
      text-align: center;
      font-size: 0.7rem;
      font-style: italic;
      font-weight: bold;
      line-height: 1.5rem;
  }
}
.carousel-caption img{
  width: 10rem;
  border-radius: 5rem;
  margin-top: 2rem;
}
@media(max-width:767px){
  .carousel-caption img{
      width: 4rem;
      border-radius: 4rem;
      margin-top: 1rem;
  }
}
#image-caption{
  font-style: normal;
  font-size: 1rem;
  margin-top: 0.5rem;
}
@media(max-width:767px){
  #image-caption{
      font-style: normal;
      font-size: 0.6rem;
      margin-top: 0.5rem;
  }
}
/* i{
  background-color: rgb(223, 56, 89);
  padding: 1.4rem;
} */
@media(max-width:767px){
  i{
      padding: 0.8rem;
  }
}
.carousel-control-prev{
  justify-content: flex-start;
}

.carousel-control-next {
  justify-content: flex-end;
}
.carousel-control-prev,.carousel-control-next{
  transition: none;
  opacity: unset;
}




section.footer {
  background-color: black;
  color: white;
}

section.footer a {
  color: white;
  text-decoration: none;
}

section.footer a:hover {
  color: #d3d3d3; /* Optional hover effect */
}

section.footer h6 {
  color: white;
}

section.footer i {
  color: white;
}

section.footer p {
  color: white;
}
