body {
    font-family: Georgia, 'Times New Roman', Times, serif;
}


.logo{
    width: 12rem;;
    
}

/* FOOTER SECTION */

 /* FOOTER SECTION  */

 .cp-text {
    color: midnightblue;
    text-shadow: 0 1px rgba(255, 255, 255, 0.1);
    text-align: center;
  }
  
  
  .enroll-bt
  {
    text-decoration: none;
    color: white;
  }
  
  
  .footer-section {
    /* background: #151414; */
   
    
    position: relative;
  }
  
  .footer-cta {
    border-bottom: 1px solid #373636;
  }
  
  .single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
    
  }
  
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  
  .cta-text h4 {
    /* color: #fff; */
    font-family: Georgia, 'Times New Roman', Times, serif;
    color:midnightblue;
    
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  
  .cta-text span {
    /* color: orange; */
    font-family: Georgia, 'Times New Roman', Times, serif;
    color:midnightblue;
    font-size: 15px;
  }
  
  .footer-content {
    position: relative;
    z-index: 2;
    /* color:red; */
  }
  
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  
  .footer-logo {
    margin-bottom: 30px;
  }
  
  .footer-logo img {
    max-width: 200px;
  }
  
  .footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color:midnightblue;
    line-height: 28px;
  }
  
  .footer-social-icon span {
    /* color: white; */
    font-family: Georgia, 'Times New Roman', Times, serif;
    color:midnightblue;
    display: block;
    font-size: 20px;
    font-weight: 700;
    
    margin-bottom: 20px;
  }
  
  .footer-social-icon a {
    /* color: #fff; */
   
    color:white;
    font-size: 16px;
    margin-right: 15px;
  }
  
  .footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
  }
  
  .facebook-bg {
    background: #3B5998;
  }
  
  .twitter-bg {
    background: #55ACEE;
  }
  
  .google-bg {
    background: #DD4B39;
  }
  
  .footer-widget-heading h3 {
    /* color: #fff; */
    color:midnightblue;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  
  .footer-widget-heading h3::before {
    content: "";
    /* color: orange; */
    color:midnightblue;
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
  }
  
  .footer-widget ul li {
    display: inline-block;
    /* float: left; */
    
  
    width: 50%;
    margin-bottom: 12px;
  }
  
  .footer-widget ul li a:hover {
    color: #ff5e14;
  }
  
  .footer-widget ul li a {
    /* color: #878787; */
    color:midnightblue;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-transform: capitalize;
  }
  
  .subscribe-form {
    position: relative;
    overflow: hidden;
  }
  
  .subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
    
  }
  
  .subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
  }
  
  .subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
  }
  
  .copyright-area {
    background: #202020;
  
    
    /* opacity:0.2; */
    /* border:2px solid orange; */
    padding: 15px ;
    margin-bottom:12px;
  }
  
  .copyright-text p {
   
    margin: 0;
    font-size: 14px;
    color: white;
  }
  
  .copyright-text p a {
    color: orange;
  }
  
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
    color:red;
  }
  
  .footer-menu li:hover a {
    color: #ff5e14;
  }
  
  .footer-menu li a {
    font-size: 14px;
    /* color: #878787; */
    color:midnightblue;
   
  }
  
  
  
  
  
 
/* .demo{ background: #3d3d3d;text-align:center; display:flex;flex-direction: row;justify-content: center; } */
.testimonial{
    padding: 35px 50px;
    margin: 0 20px 30px;
    border-radius: 0 70px 0 70px;
    border: 5px solid #ffc33c;
    border-left: none;
    border-right: none;
    text-align: center;
}
.picc
{
  height: 300px;
  object-fit: cover;
}

.piccc
{
  height: 100%;
  width: 100%;
  object-fit: cover;
}


.testimonial .pic{
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
    object-fit: cover;
}
.testimonial .pic img{
    width: 100%;
    height: 100%;
}
.testimonial .title{
    display: block;
    margin: 0 0 7px 0;
    font-size: 20px;
    font-weight: 600;
    color: #ffc33c;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: midnightblue;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-family:Georgia, 'Times New Roman', Times, serif;
}
.testimonial .description{
    font-size: 16px;
    color: midnightblue;
    line-height: 30px;
    font-family:Georgia, 'Times New Roman', Times, serif;
}
.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-page span{
    background: #fff;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{ background: #ffc33c; }


.glow-text {
  font-size: 3rem;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: midnightblue;
  Font-weight: bold;
  animation-name: glow;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}



.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  /* background-color: #25D366; */
  color: green;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  padding-top: 7px;
  animation: zoom 2s linear infinite;
  z-index: 100;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}


.whatsapp-text {
  position: fixed;
  bottom: 110px;
  right: 40px;
  font-size: 16px;
  background-color: white;

  border:2px solid orange;
  font-family:Georgia, 'Times New Roman', Times, serif;
  padding: 10px 15px;
  border-radius: 25px;
  box-shadow: 2px 2px 3px #999;
  display: none; /* Hide by default */
}

/* Show the chat text when the user hovers over the button */
.whatsapp-float:hover + .whatsapp-text {
  display: block;
}


.scroll-top {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 30px; 
  background-color: orange;
  color: white;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  /* box-shadow: 2px 2px 3px #999; */
  z-index: 100;
  display: none; 
}

.scroll-top i {
  margin-top: 16px;
}



.button {
  position: relative;
  overflow: hidden;
  height: 3rem;
  padding: 0 2rem;
  border-radius: 1.5rem;
  background: #3d3a4e;
  background-size: 400%;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-left: 45px;
}

.button:hover::before {
  transform: scaleX(1);
}

.button-content {
  position: relative;
  z-index: 1;
}

.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(
    82.3deg,
    rgba(150, 93, 233, 1) 10.8%,
    rgba(99, 88, 238, 1) 94.3%
  );
  transition: all 0.475s;
}






.scrol {
  color: midnightblue;
  text-decoration: none;
  font-weight:bold;
  font-size: 17px;
  display: inline-block;
  padding: 15px 20px;
  position: relative;
  font-family: Maiandra GD;
}
.scrol:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #5e77f6;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
  color: midnightblue;
}
.scrol:hover:after { 
  width: 100%; 
  left: 0; 
}



ul{
  list-style-type: none;
}
.wrapHead{
  width: 90%;
  margin: 0 auto;
  transition: all ease-in-out 0.5s;
}
.wrapHead.fixed-to-top{
  width: 96%;
}
header{
  position: fixed;
  width: 100%;
  /* background: rgba(255, 255, 255, 0); */
  padding: 10px 0;
  z-index: 999 ;
  transition: all ease-in-out 0.5s;
}
header:after{
  content: "";
  display: block;
  clear: both;
}
header.fixed-to-top{
  background: rgb(255, 255, 255);
  box-shadow: #1111116b 0.5px 0.5px 15px;
}
#brand{
  color: #000000;
  float: left;
}

nav{
  float: right;
  margin-top:2%;
}
nav li{
  display: inline-block;
  margin: 0 4px;
}
nav li a{
  padding: 10px 0;
  text-decoration: none;
  color: #000000;
  transition: all ease-in-out 0.5s;
}
nav li a:hover{
  color: #ea6a08;
}





header.fixed-to-top {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.wrapHead {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s ease-in-out;
}

/* Brand Logo Styling */
#brand {
  color: #000;
}

/* Navigation Styling */
.nav-links {
  list-style-type: none;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.nav-links li {
  display: inline-block;
  margin: 0 10px;
}

.nav-links li a {
  padding: 10px 0;
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;
}

.nav-links li a:hover {
  color: #8371f7;
}

/* Hamburger Menu Styling */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background: #333;
  transition: all 0.3s ease;
}

/* Hamburger Animation */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Responsive Navigation Styling */
@media (max-width: 768px) {
  .nav-links {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #ffffffaf;
    flex-direction: column;
    transition: height 0.3s ease;
    /* box-shadow: black 1px  1px; */
  }

  .nav-links.show {
    height: 300px;
  }

  .hamburger {
    display: flex;
  }


  .button {
    display: block;
  }

.button {
  margin-left: 0px;
}


}

/* Hide enroll button on desktop view */
.enrol_resp {
  display: none;
}

/* Hide enroll button on desktop view */
.enrol_resp {
  display: none;
}

/* Show enroll button only on mobile view */
@media (max-width: 768px) {
  .enrol_resp {
      display: flex;
      justify-content: center; /* Centers the button horizontally */
      margin-top: 15px;       /* Adds some spacing if needed */
      text-align: center;
  }

  .enrol_resp .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px 20px;
      background-color: #8371f7;
      border: none;
      color: white;
      border-radius: 5px;
      cursor: pointer;
      text-decoration: none;
      transition: background-color 0.3s ease;
  }

  .enrol_resp .button:hover {
      background-color: #5c4bcf;
  }
}




section{
  height: 100vh;
  display: flex;
  justify-content: center;
  z-index: 0;
}
section h2{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-transform: capitalize;
  text-shadow: 10px 10px 3px rgba(0,0,0, 0.2);
}
/* #home{
  background: #90CAF9;
} */
#about{
  background: #EF9A9A;
}
#services{
  background: #FFE082;
}
#contact{
  background: #C5E1A5;
}



/*=========== social media icons ==================*/

.sticky-social{
  position:fixed;
  top:40%;
  right:-6px;
  padding:0px;
  margin:0px;
}
.social{
  list-style:none;
}
.social li{
  padding:7px 10px;
  /* font-size:25px; */
  transition:all 0.8s ease-in-out;
}
.social li:hover{
    margin-left:-15px;
 box-shadow:2px 5px 10px grey;
}
.social li:hover .fa{
    margin-left:20px;
  
}
.fa{
  /* color:#fff; */
  transition:all 0.8s ease-in-out;
}
.fb{
  /* background-color:#1a8003; */
}
.twitter{
    /* background-color:#023dbc; */
}
.insta{
    /* background-color:#db0a9c; */
}
.pin{
    /* background-color:#CB2128; */
}
.vim{
    /* background-color:#59BFBE; */
}

.icc
{
  height: 35px;
}