/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", "Open Sans Fallback";
  color: #000000;
}

a {
  color: #960418;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Open Sans Fallback";
}
hr{
  color: #960418;
  
 }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #960418;
  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: #960418;
  color: #fff;
}

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

.quote{
  color: #960418;
  text-align: center;
  padding-top: 20pt;
  font-weight: 900pt;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
/* #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 #960418;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 122s 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: 10px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Open Sans", "Open Sans Fallback";
}

#header .logo a {
  color: #960418;
}

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

/**
* Get Startet Button icon for online shopping  
*/
.get-started-btn {
  margin-left: 22px;
  background: #960418;
  color: yellow;
  border-radius: 10px;
  padding:  3px 10px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  /* font-weight: 900px; */
  display: inline-block;
 }

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

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

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  text-transform: uppercase;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Open Sans", "Open Sans Fallback";
  font-size: 16px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #960418;
 }


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #960418;
  font-size: 25px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #960418;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37423b;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #960418;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}




/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  max-width: 100%;
  min-height: 100vh;
  position: relative;
  text-align: center;
  overflow: visible;
  padding: 0 15px;
}

/* Carousel Styles */
.hero-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.carousel-slide.active {
  opacity: 1;
}

/* Carousel Controls */
.carousel-controls {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 20px;
}

.carousel-btn {
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  color: #000;
  padding: 12px 16px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.carousel-btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: scale(1.1);
}

/* Carousel Indicators */
.carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: none;
  gap: 12px;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator.active {
  background-color: rgba(255, 255, 255, 1);
  transform: scale(1.2);
}

.indicator:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

/* Ensure content is above carousel */
#hero .container {
  position: relative;
  z-index: 3;
}

.position-relative-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 1.5rem 0;
}

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


.slide-content{
  padding-top: 20px;
}

 #hero .slide-content h3 {
  font-size: 30pt;
  font-weight: bold;
    margin-top: 80px;
    color: #fff;

  }
  .slide-content h4 {
    font-size: 23px;
     opacity: 0;
    animation: slideTop 1s ease forwards;
    animation-delay: 0.7s;
    color: yellow; 
    margin-top: 20pt;
    margin-bottom: 20pt;
  }

   .slide-content p {
    font-size: 20px;
    opacity: 0;
    animation: slideLeft 1s ease forwards;
    animation-delay: 1s;
    color: #fff;
    /* font-weight: 550; */
    margin-bottom: 0px;
    margin-top: 70pt;
  }

    .slide-content .text{
    font-size: 35px;
    opacity: 0;
    animation: slideTop 1s ease forwards;
    animation-delay: 0.7s;
    color: rgb(255, 255, 255);
    text-decoration: underline;
    text-decoration-color: yellow;
    font-weight: 600;
    margin-top: 20pt;

    }

  .slide-content h3:nth-of-type(2) {
    margin-bottom: 30px;
    animation: slideBottom 1s ease forwards;
    animation-delay: 0.7s;
    color: yellow;

  }
   
    
#hero .btn-get-started {
  font-family: "Open Sans", "Open Sans Fallback";
  /* font-weight: 800; */
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 20px;
  border: 2px solid #fff;
  color: yellow;
  background: #000;

}

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

/* apply for courses button  */
.hero-buttons{
display: inline-flex;
  gap: 70px;
}

  
 
  @keyframes slideRight {
    0% {
      transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0px);
      opacity: 1;
    }
  }
  @keyframes slideLeft {
    0% {
      transform: translateX(100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0px);
      opacity: 1;
    }
  }
  @keyframes slideTop {
    0% {
      transform: translateY(100px);
      opacity: 0;
    }
    100% {
      transform: translateY(0px);
      opacity: 1;
    }
  }
  @keyframes slideBottom {
    0% {
      transform: translateY(-100px);
      opacity: 0;
    }
    100% {
      transform: translateY(0px);
      opacity: 1;
    }
  }



@media (min-width: 998px) {
  #hero {
    background-attachment:scroll;
  }
}
 
     
/* all phone responsive index */
@media (max-width: 480px) {
  #hero {
    min-height: 80vh;
    padding-top: 10px;
  }

  .position-relative-center {
    padding: 1rem 0;
  }

  .slide-content {
    max-width: 360px;
    margin: 0 auto;
    padding: 0 12px;
  }

  #hero .slide-content h3 {
    font-size: 12pt;
    padding-top: 10pt;
  }

  .slide-content p {
    font-size: 13px;
    margin-top: 20pt;
    text-align: justify;
    line-break: anywhere;
  }

  .slide-content h4 {
    font-size: 13px;
    margin-top: 10pt;
  }

  #hero h2 {
    font-size: 15px;
    line-height: 20px;
  }

  .slide-content .text {
    font-size: 19px;
    line-height: 1.2;
  }

  #hero .btn-get-started {
    font-size: 10px;
    padding: 6px 10px;
    white-space: normal;
    word-break: break-word;
    margin-top: 0;
  }

  .hero-buttons {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }

  .atp-content .btn {
    font-size: 10px;
    padding: 5px 10px;
  }

  /* Make service grids stack on mobile */
  .grid-container {
    grid-template-columns: 1fr;
  }

  .grid-items {
    padding: 15px;
  }

  /* Make training modes stack on mobile */
  .modes-grid {
    grid-template-columns: 1fr;
  }

  .mode-card {
    margin-bottom: 20px;
  }

  /* Adjust section padding on mobile */
  section {
    padding: 20px 0;
  }

  .atp-title h2 {
    font-size: 12px;
  }

  .atp-title p {
    font-size: 14px;
  }

   /* quote   */
.quote h1{
  font-size: 15px;
 }
}



/*--------------------------------------------------------------
# Popular Courses Section General
--------------------------------------------------------------*/
section {
  padding: 30px 0px;
  overflow: hidden;


}

.section-title {
  padding-bottom: 10px;
  margin-bottom: 40px;

}

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

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

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
   color: #000000;
}
/*--------------------------------------------------------------
#  end Popular Courses Section General
--------------------------------------------------------------*/








/*------------ ------========================-------------------------------------
#  Academy Training Program on index page
--------------------------------=======================------------------------------*/
 
.atp-title {
  padding-bottom: 10px;
  margin-bottom: 40px;
 
}

.atp-title h2 {
  font-size: 14px;
  font-weight:700;
  line-height: 2px;
   letter-spacing: 4px;
  text-transform: uppercase;
  color: #960418;
 }

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

.atp-title p {
  margin: 0;
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
   color: #000000;
}

.atp .atp-item{
  border-radius: 5px;
  margin-bottom: 20px;
} 

.atp-item img{
height: 160pt;
width: 400pt;
border-top-left-radius: 20pt;
}



.atp-content h4{
  margin-top: 5pt;
  background: #960418;
   text-align: center;
}


.atp-content h4 a{
  margin-top: auto;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}

.atp-content p{
  color: #000;
  font-size: 15px;
  text-align: justify;}

 
.atp-content .btn{
  color: #ffffff;
 border: solid;
 border-width: 5;
background-color: #0a0146;
}
.btn a{
  color: #FFF;
  font-weight: 500;
}

/*--------------------------------------------------------------
#  end of Academy Training Program on index page
--------------------------------------------------------------*/



  

/*--------------------------------------------------------------
Academy Services Page
##############################################################################
# Academy - Courses Services Section
--------------------------------------------------------------*/ 
.row{
  border: 3 solid;
}
.academy h1{
  color: #960418;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15pt;
}

.academy-item {
  border-radius: 5px;
  margin-bottom: 30px;
  border-color: #960418;
  box-shadow: 10px 20px 10px #999;
   
}

.academy-item h4{
  background-color:  #960418;
  text-align: center;
  margin: 12pt;
 
  
 }

.academy-item h4 a{
  color: #fff;
  text-transform: capitalize;
  font-size: 16pt;
  font-weight: 500;
}

.academy-item img{
  height: 150pt;
  width: 280pt;
  border-top-left-radius: 1pt;
  border-top-right-radius: 1pt;
  margin-bottom: 5pt;
}

.academy-content h4{
  background: #960418;
  padding: 3px 10px;
  text-align: center;
}

.academy-content h4:hover{
  background: #000000;
  padding: 3px 10px;
  text-align: center;
  margin-top: 3pt;
}
.academy-content h4 a{
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  
}

.academy-content p{
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  text-align: center;  
}

.academy-content p a{
  font-size: 18px;
  color: #000000;
  text-align: center;  
}

.academy-content p span{
  font-size: 16px;
  color: #960418;
  text-align: center;  
  text-transform: capitalize;
}

.account{
  background-color: #630d0d;
  padding: 10pt;
  text-align: center;
  margin: 0;
  color: #fff;
  text-transform: capitalize;
  }


.account h5{
  color: yellow;
  text-transform: uppercase;
}
/*-------------------------------------==============================================================================================================-------------------------
#  end of academy Program  
--------------------------------------------------------------*/






/*--------------------------------------------------------------
#  Breadcrumbs================================================
--------------------------------------------------------------*/

.breadcrumbs {
  margin-top: 73px;
  text-align: center;
  background-image: url("../img/home/bckgrd\ 3.jpg");
  padding: 25px 0;
  color: #fff;
}

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

.breadcrumbs h2 {
  font-size: 22px;
  font-weight: 700;
}

.breadcrumbs h1 {
  font-size: 25px;
  font-weight: 600;
}

.breadcrumbs p {
  font-size: 18px;
  text-align: center;
}


/* PRACTICAL SECTION  */
.practical{
   background-color: #960418;
   padding: 2pt;
}
.practical h3{
  color: #FFF;
  text-align: center;
  text-transform:capitalize;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.course-details b{
color: #960418; 
font-weight: 700; 
font-size: 14pt;
text-decoration: underline;}


/* siwes Breadcrumbs  */

/*--------------------------------------------------------------
#  Breadcrumbs================================================
--------------------------------------------------------------*/

.siwesbreadcrumbs {
  margin-top: 73px;
  text-align: left;
   padding: 25px 0;
 }

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

.breadcrumbs h2 {
  font-size: 22px;
  font-weight: 700;
}

.breadcrumbs h1 {
  font-size: 25px;
  font-weight: 600;
}

.breadcrumbs p {
  font-size: 18px;
  text-align: center;
}


/* PRACTICAL SECTION  */
.practical{
   background-color: #960418;
   padding: 2pt;
}
.practical h3{
  color: #FFF;
  text-align: center;
  text-transform:capitalize;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.course-details b{
color: #960418; 
font-weight: 700; 
font-size: 14pt;
text-decoration: underline;}

/*--------------------------------------------------------------
# fbf section
--------------------------------------------------------------*/

.section .content h4 a{
  background-color: #960418;
  color: #fff;
  text-align: center;
  border-radius: solid 2pt;
  padding: 5pt;
  text-decoration: none;
}


.section .content a{
  text-decoration: none;
}






/*---------------===================================-----------------------------------------------
# About page & index page
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 800;
  font-size: 26px;
  color: #960418;
  text-transform: uppercase;
}

.about .content p {
  font-size: 17px;
  text-align: justify;
}
 

@media (max-width: 768px) {
  .about .content .learn-more-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}
        .container {
            width: 100%;
            max-width: 1200px;
            padding: 20px;
        }
        
  
        header p {
            font-size: 1.2rem;
            max-width: 700px;
             opacity: 0.9;
            line-height: 1.6;
        }
        
        /* .grid-container */
        .grid-containers {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 10pt;  /* space between the boxes  */
            margin: 0%;
        }

        .grid-containers h3 {
            font-size: 14pt;
            margin-bottom: 15px;
          color: #940202; 
          font-weight: 700;

        }
        .grid-items {
            background: #ffffff; 
            border-radius: 12px;
            padding: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
            position: relative;
            overflow: hidden;
        }
     
        .grid-items:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
        }
           
        .grid-items .icon {
            font-size: 40px;
            color: #03057a;
            margin-bottom: 15px;
        }
         



/*--------------------------------------------------------------
# <!-- ======= Portfolio Section page  ======= -->
--------------------------------------------------------------*/
.portfolio .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
}

.portfolio p{
  text-align: justify;
}


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

.portfolio .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  height: 200pt;
  width: 400pt;
}

.portfolio .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
   box-shadow: 0px 2px 15px red;
  margin-top: -10px;
  transition: 0.3s;
}

.portfolio .card-title {
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}


.portfolio .card-title a {
  color: #000000;
  transition: 0.3s;
}

.portfolio .card-text {
  color: #000000;
}


.portfolio .read-more a:hover {
  color: #960418;
}

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

.portfolio .card:hover .card-body {
  border-color: #960418;
}

.portfolio .card:hover .card-body .card-title a {
  color: #960418;
}
 


/*--------------------------------------------------------------
# Google my business
--------------------------------------------------------------*/
.mybusiness{
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}
.mybusiness h3{
 
  text-transform: uppercase;
  font-weight: 900;
  color: #960418;
}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 20px 0;
  background-image: url("../img/home/bckgrd\ 3.jpg");

}

.counts .counters span {
  font-size: 30px;
  display: block;
  color: #FFF;
  font-weight: 700;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Open Sans", "Open Sans Fallback";
  font-size: 15px;
  font-weight: 600;
  color: #FFF;
}



/*--------------------------------------------------------------
# Courses
--------------------------------------------------------------*/
.courses .course-item {
  border-radius: 8px;
  border: 1px solid #e6d3d3;
  margin-bottom: 20px;

}

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

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

.courses .course-content h3 a {
  color: #000;
  transition: 0.3s;
  text-align: center;
}

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

.courses .course-content p {
  font-size: 14px;
  color: #5f5858;
  text-align: justify;
}

.courses .course-content h4 {
  font-size: 14px;
  background: #960418;
  padding: 7px 14px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

.courses .course-content h4 a{
  text-decoration: none;
  color: #fff;
}

 

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  border: 1px solid #eef0ef;
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #960418;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #960418;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #960418;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #960418;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}




/*--------------------------------------------------------------
# Cource Details Section
--------------------------------------------------------------*/
.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: 2px;
  background: #ebd3d6;
  bottom: 0;
  left: 0;
}

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

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

.course-details .course-info h5 {
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.course-details .course-info p {
  margin: 0;
  font-weight: 600;
  text-align: justify;
  font-size: 18px;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif

}

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




/*--------------------------------------------------------------
# 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: #960418;
}

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

.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: #960418;
  }
}





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

.events p{
  text-align: justify;
}


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

.events .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  height: 280pt;
  width: 400pt;
}

.events .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #630d0d;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  margin-top: -10px;
  transition: 0.5s;
}

.events .card-title {
  font-weight: 700;
  text-align: center;
 }


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

.events .card-text {
  color: #000000;
}


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

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

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

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



/*------------------------------------*/
#events .get-started-btn a{
  background: #960418;
  border: 2px solid #960418;
  color: #fff;
}




/*--------------------------------------------------------------
# standout
--------------------------------------------------------------*/
.standout .box {
  padding: 20px;
  text-align: center;
  border: 1px solid #960418;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.standout h4 {
  font-size: 30px;
  color: #960418;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.standout h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 14px;
  color: #fff;
  background: #960418;
}

.standout p{
  font-size: 15px;

}




/*--------------------------------------------------------------
# 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: #960418;
  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: #960418;
  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: #960418;
  display: inline-block;
  padding: 8px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", "Open Sans Fallback";
  font-weight: 600;
  transition: 0.3s;
}

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

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

.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: #960418;
  color: #fff;
}




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

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

.contact .info i {
  font-size: 20px;
  color: #960418;
  float: left;
  width: 44px;
  height: 44px;
  background: #bb8a8a;
  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: #960418;
}

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

.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: #960418;
  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: #960418;
  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: #960418;
  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 #960418;
  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: #960418;
}

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

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

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

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

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

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



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #960418;
  font-size: 14px;
  background: #960418;
}


#footer .footer-top {
  padding: 30px 0 1px 0;
  background: #faeef0;
}

#footer .footer-top .footer-contact {
  margin-bottom: 0px;
  
}

#footer .footer-top .footer-contact h3 {
 text-transform: uppercase;
 font-size: 16px;
 font-weight: 700; 
}

#footer .footer-top .footer-contact h4 {
  font-size: 16px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #960418;
  position: relative;
  text-transform: uppercase;
}

#footer .footer-top .footer-links {
  margin-bottom: 2px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #960418;
  font-size: 16px;
}

#footer .footer-top .footer-links ul li {
  padding: 0px;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #000;
  transition: 0.3s;
  display: inline-block;
  font-weight: 400;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #960418;
}



#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
}

#footer .social-links a:hover {
  background: #e0c1c5;
  color: #fff;
  text-decoration: none;
}


#google-map iframe {
  border: solid 5pt;
  width: 120%;
  height: 300px;
}




.footer2{
  color: yellow;
  text-align: center;
  font-size: 12pt;
  margin: 14px;
}




/*==============socail media icon ========================*/
#footer .footer-top .footer-contact h3{
  margin-bottom: 0px;
  text-align: left;
  
}

#footer .footer-top .footer-contact .social p{
  color: #960418;
  text-align: left;
  font-size: 14pt;
  font-weight: 600;
  }
  
#footer .footer-top .footer-contact .social,a .p{
color: #960418;
text-align: left;
padding: 10pt;
font-size: 20pt;
}


#footer .footer-top .footer-contact .social  a:hover{
background-color: #fff;
padding: 5pt;
border-radius: 5pt;

}
/*==============end of socail media icon ========================*/




/*---------------===================================-----------------------------------------------
# Company Services Section   only 
--------------------------------------------------------------*/
.services{
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.services img{
  border-top-left-radius: 20pt;
  border-bottom-right-radius: 20pt;  
  height: 250pt;
  width: 450pt;
}

.services h2 {
   font-size: 18px;
  color: #960418;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.services p {
  font-size: 16px;
  text-align: justify;
  text-decoration: none;
 }

.services a {
 background-color: #960418;
 color: #FFF;
 text-align: center;
  padding: 7pt;
  text-transform:capitalize;
  text-decoration: none;
 }

 
 
/*-- ======= home index page Top Services Section ======= --*/

.courses .btn-wrap {
  padding: 20px 15px;
  background: #fff;
  text-align: center;
}

.courses .btn-buy {
  background: #960418;
  display: inline-block;
  padding: 8px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", "Open Sans Fallback";
  font-weight: 400;
  transition: 0.3s;
}

.courses .btn-buy:hover {
  background: #960418;
}

.courses .featured h3 {
  color: #fff;
  background: #960418;
}





/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #fafafa;
  padding: 15px 0;
  text-align: center;
}
.clients img {
  width: 60%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}
.clients img:hover {
  filter: none;
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .clients img {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .clients img {
    width: 60%;
  }
}



/*--------------------------------------------------------------
# Contact Us form page
--------------------------------------------------------------*/
h1 {
  margin-bottom: 40px;
}

label {
  color: #2c2a2a;
}

.btn-send {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

.help-block.with-errors {
  color: #ff5050;
  margin-top: 5px;
}

.btn-success{
color: red;
}


/* mode of teaching */
/* ===== Modes of Training ===== */
.training-modes {
  padding: 1px 24px;
  background: #01014d;
}

.training-modes .container {
  max-width: 1200px;
  margin: auto;
}

.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}

.section-subtitle {
  text-align: center;
  font-size: 18px;
  color: #ffff00;
  margin-bottom: 45px;
}

/* ===== Grid ===== */
.modes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
}

/* ===== Card ===== */
.mode-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mode-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

/* ===== Image ===== */
.mode-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

/* ===== Content ===== */
.mode-card h3 {
  font-size: 20px;
  margin: 18px 15px 10px;
  color: #960418;
  font-weight: 700;
  text-transform: uppercase;
}

.mode-card p {
  font-size: 18px;
  color: #000000;
  line-height: 1.6;
  padding: 0 18px;
  margin-bottom: 20px;
}

/* ===== Button ===== */
.mode-card button {
  margin-bottom: 22px;
  border: none;
  background: #960418;
  color: #fff;
  padding: 10px 26px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.mode-card button:hover {
  background: #011e4b;
}

/* ===== Mobile ===== */
@media (max-width: 480px) {
  .section-title {
    font-size: 26px;
  }

  .mode-card img {
    height: 120px;
  }
.modes-grid {
    gap: 15px;
  }
  .mode-card p{
    font-size: 13px;
  }
  .mode-card h3 {
    font-size: 15px;
  } 
}
/* end of mode of teaching */


