
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
@font-face {
    font-family: 'Poppins';
    src: url(poppins-cufonfonts/Poppins-Regular.ttf);
}
@font-face {
    font-family: 'Poppins-bold';
    src: url(poppins-cufonfonts/Poppins-Bold.ttf);
}
@font-face {
    font-family: 'Poppins-light';
    src: url(poppins-cufonfonts/Poppins-Light.ttf);
}
@font-face {
    font-family: 'Poppins-medium';
    src: url(poppins-cufonfonts/Poppins-Medium.ttf);
}
@font-face {
    font-family: 'Poppins-semibold';
    src: url(poppins-cufonfonts/Poppins-SemiBold.ttf);
}
@font-face {
    font-family: 'Poppins-thin';
    src: url(poppins-cufonfonts/Poppins-Thin.ttf);
}
@font-face {
    font-family: 'Poppins-ExtraBold';
    src: url(poppins-cufonfonts/Poppins-ExtraBold.ttf);
}
.navbar-collapse{
    flex-grow: 0 !important;
}
nav .btn{
    background-color: green;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    width: 120px;
    height: 40px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin: 10px;
}
nav{
    box-shadow: 0px 0px 20px rgba(80, 80, 80, 0.25);
    position: fixed !important;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 999;
}
.active{
    background-color: black;
    color: white !important;
    border-radius: 10px;
}
span{
    color: #4285F4;
    font-family:  'Poppins-ExtraBold';  

}
h1{
    font-family:  'Poppins-ExtraBold';  
}
h2{
    font-family:  'Poppins-ExtraBold';  
    font-family: 'Poppins-ExtraBold';
    font-size: calc(1.375rem + 1.5vw);
}
.flip-card-back p{
    font-family: "poppins-light";
    font-size: 16px;
}
.flip-card {
    width: 300px;
    height: 300px;
    perspective: 1000px;
  }
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.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;
}

.flip-card-front {
    color: black;
    backface-visibility: hidden;
}

.flip-card-back {
    display: flex;
    justify-content: center;
    font-size: 18px;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    backface-visibility: hidden;
    background-color: #f9f3e4;
    color: black;
    height: 250px;
    transform: rotateY(180deg);
  }
  .flip-card-front img{
    width: 70%;
    height: auto;
  }
  .flip-card-back button{
    width: 80%;
    text-align: center;
    background: #0f9d58;
    border: 0;
    border-radius: 0.375rem;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer !important;
    display: inline-block !important;
    font-family: Circular, Helvetica, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.3;
    padding: 1rem 1.25rem;
    position: relative;
    text-decoration: none;
    transform: translateZ(0) scale(1);
    transition: transform 0.2s;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  .partner{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 50px 0;
  }
  .partner h3{
    font-size: 25px;
    text-align: center;
    color: #0F9D58;
    font-family: 'Poppins-ExtraBold';
  }
  .partner img{
    height: 60px;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .Enquiry ul li {
    list-style: none;
    position: relative;
    padding: 15px 0 0 10px;
    font-size: 16px;
    color: #505050;
  }

  .clients ol li::before{
    background: url("./images/li-img.png") no-repeat;
    content: "";
    width: 50px;
    height: 50px;
  }
  .clients li{
    list-style: none;
    position: relative;
    padding: 25px 0 0 20px;
    font-size: 16px;
    color: #505050;
    font-family: Poppins-Regular;
  }
  .Enquiry ul li:before{
    background: url("./images/li-img.png") no-repeat;
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: -25px;
    top: 30px;
  }
  .eye h4{
    cursor: pointer;
    color: blue;
  }
.back_img  form{
    background: #fff;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    border-radius: 20px !important;
    padding: 50px;
    width: 485px;

  }
.back_img form :is(input,select){
    width: 100%;
    margin: 20px 0px;
    padding: 6px 12px;
    border-radius: 3px;
    border-top: none;
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #e6e3f1 !important;
  }
#rgba_btn{
    color: white;
    background-size: 300% 100%;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    background-image: linear-gradient(
    to right,
    #2f57ef, #b966e7, #b966e7, #2f57ef
  );
}
.back_img{
    position: relative;
}
.back_img img{
    position: absolute;
    top: -10%;
    right: 0% ;
    z-index: -1;
}
h5{
    font-family: 'Poppins-bold';
    font-size: 25px;
    text-align: center;
    line-height: 30px;
}
.course{

    font-family: 'Poppins-bold';
    font-size: 19px;
    /* text-align: center; */
    color: #808080;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }

  .swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .swiper-slide {
    background-position: center;
    width: 400px !important;
    border: 3px solid #4765f9 !important;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
  }

 .star-rating{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  font-size: 1.5em;
  justify-content: center;
  padding: 0 0.2em;
  text-align: center;
 }
 .star-rating input{
  display: none;
 }
 .star-rating label{
  color: #f90;
  cursor: pointer;
  font-size: 20px;
 }
 .slider{
  background-color: #cbe0ff5e;
  padding-top: 80px;
  padding-bottom: 50px; }

.slider1 h3{
    font-family:  'Poppins-ExtraBold';  
    font-family: 'Poppins-ExtraBold';
    font-size: calc(1.375rem + 1.5vw);
	text-align: center;
  }

  .slider h3{
    font-family:  'Poppins-ExtraBold';  
    font-family: 'Poppins-ExtraBold';
    font-size: 20px;
	text-align: center;
  }
  .test_para{
    font-family: Poppins-Bold;
    padding-bottom: 5px;
    color: #0e171a;
    text-align: center;
  }
  .face{
    padding-top: 110px;
    padding-bottom: 110px;
    background-image: url(./images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }
  .foot-btn{
    width: 300px;
    background: #deebfe;
    border-radius: 15px;
    opacity: 1;
    margin: auto;
    display: inline-table;
    color: #101010;
    padding: 15px 21px;
    font-size: 22px;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    font-family: 'Poppins-bold' !important;
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .foot-btn a{
    font-family: 'Poppins-bold' !important;
  }
  .face p{
    font-family: 'poppins';
    font-size: 19px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
  }
  footer h4{
    font-family: 'Poppins-bold';
    text-align: center;
  }
  footer ol{
    list-style: none;
    padding: 0;
    margin: 0;
  }
  footer ol li a{
    text-decoration: none;
    color: #505050;
  }

  footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
  }
  footer ul li a{
    text-decoration: none;
    color: #505050;
  }
  .copy{
    border-top: 1px solid;
    padding-top: 10px;
  }
  @media(max-width:786px){
    .back_img form{
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
  }
  @media(max-width: 500px){
    .eye img{ 
      display: block;
      margin-left: auto;
      margin-right: auto; 
    }
    .eye h4{
      text-align: center;
    }
    .eye p {
      text-align: center;
    }
    .flip-card{
      width: 300px;
      height: 300px;
      display: block;
      perspective: 1000px;
      margin-left: auto;
      margin-right: auto;
    }
    .back_img form{
      width: 100%;
    }
  }
  .fa {
  padding: 10px;
  font-size: 20px;
  width: 35px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}


.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa fa-whatsapp {
  background: #00aff0;
  color: white;
}

.map-wrapper{
	max-width:700px;
	border: 2px solid red
}
.googlemap{
	width: 100%;
}

.email-button {

display: inline-block;
padding: 5px 20px;
background-color: #4285F4;
color: #f8f9fa;
text-decoration: none;
border-radius: 3px;
font-weight: bold;
transition: background-color 0.3s ease;


}


.email-button:hover {

background-color: #0F9D58;

}