:root { 
  --default-font: "Poppins", sans-serif; 
  --heading-font: "Montserrat",  sans-serif;
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #444444; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #222222; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #ffc107; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #a09e9c;
  text-transform: initial;
  max-width: 2000px;
  margin: 0 auto;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
.section-padding {
  padding: 100px 0px;
}

/* section-header */
.section-header{
  position: relative;
  text-align: center;
}
.section-header h2{
  color: #505866;
  font-size:24px;
  font-weight: 500;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  padding-bottom: 20px;
}
.section-header h2 span{text-transform: lowercase;}
.section-header p{
  font-size:16px;
}
/* section-header */
.fix{position: relative;clear: both;}


/*
Navbar
*/
nav.navbar  {
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
  transition: 0.3s;
}

.navbar-nav a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.navbar-light .navbar-brand{
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover{
 color: #000;
}

.navbar-light .navbar-nav .nav-item .active{
    color: #ffc107;
}
.navbar-light .navbar-nav .nav-link{
    color: #000;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link.active
{
    color: #ffc107;
}

.w-100{
    height: 90vh;
}
/*
Carousal
*/

.carousel-item {
  height: 100%;
  min-height: 500px;
}
.carousel-item img {
  width: 100%;
  height: 80vh;
  padding-top: 6rem;
}
.carousel-caption {
  padding-bottom: 160px;
  z-index: 2;
}

.carousel-caption h5 {
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 25px;
}

.carousel-caption p {
  width: 60%;
  margin: auto;
  font-size: 18px;
  line-height: 1.9;
}
.carousel-inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* background: rgba(0, 0, 0, 0.7);
  z-index: 1; */
}
.carousel-control-prev{
  padding-top: 30px;
  
}
.carousel-control-next{
  padding-top: 30px;
 
  
}
.carousel-control-next-icon, .carousel-control-prev-icon{
   color: #000;
  background-color: #000;
  margin: 120px;
  padding: 20px; 
}


/*Card Section*/

#card-section {
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 10px;
}

#card-section img{
   width: 100%;
   height: 200px;
}


/* Cources  Styles*/

.course{
  padding: 60px 0px;
}
.course-content 
{
  margin-top:10px;  
}

.course-card {
  background-color: #F2F1F8;
  border-radius:5px 5px;  
  box-shadow: 0 0px 5px rgba(71,71,71,.2);
  
  /* box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);  */
}

.course img {
  width: 100%;
  height: 200px;
  text-align: justify;
  border-radius: 8px 8px 2px 2px;
  
}

.course-heading {
  padding: 10px 15px;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  color: #E26D5C;
  text-transform: uppercase;
  
}

.course-text {
  padding: 8px 1px;
  font-size: 14px;
  color: #636262;
  text-transform: capitalize;
}

.course-text span{
  font-size: 20px;
  font-weight: 500;
  color: #E26D5C;
}
.course-button {
  display: flex;
  justify-content: center;
  padding: 11px 0;
  width: 100%;
  background-color: #1F487E;
  color: #fff;
  border-radius: 0 0 8px 8px; 
  font-size: 20px;
  font-weight: 400;
 
}

.course-button:hover {
  text-decoration: none;
  background-color: #1D3461;
  color: #fff;

}

.border-top{
  border-top: 1px solid #dee2e6;
} 

.course-action {
  position: relative;
  float: right;
  margin-top: -25px;
  margin-right: 20px;
  z-index: 2;
  color: #E26D5C;
  background: #fff;
  border-radius: 100%;
  padding: 15px;
  font-size: 15px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}

.course-action:hover {
  color: #fff;
  background: #E26D5C;
}


/* Services */

.service
{
  padding:60px 0px;
}
.service-content 
{
  margin-top: 10px;
}

.service-how-works{
    text-align: center;
    padding:50px 42px;
    border-radius: 3px;
    box-shadow: 0 0px 5px rgba(71,71,71,.2);
    margin-bottom: 30px;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}

.service-how-works-icon {
    padding-top: 10px;
    display: inline-block;
    color: #50616c;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #ffc107;
    border-radius: 50%;
}
.service-how-works h2 a {
    font-size:  18px;
    margin: 35px 0 20px;
    color: #ffc107;
}
.service-how-works h2 a span {
  text-transform:  lowercase;
}
.service-how-works p {
  margin-bottom: 25px;
  text-transform: initial;
  text-align: justify;
  text-size-adjust: auto;
  text-wrap: pretty;
  text-wrap-style: pretty;
  word-spacing:normal;
  word-wrap: inherit;
}

.service-how-works-icon [class^="fa-"]:before,
.service-how-works-icon [class*=" fa-"]:before,
.service-how-works-icon [class^="fa-"]:after,
.service-how-works-icon [class*=" fa-"]:after 
{
  font-size: 35px;
}
.service-how-works:hover .service-how-works-icon [class^="fa-"]:before,
.service-how-works:hover .service-how-works-icon [class*=" fa-"]:before,
.service-how-works:hover .service-how-works-icon [class^="fa-"]:after,
.service-how-works:hover .service-how-works-icon [class*=" fa-"]:after 
{
  color:#ffc107;
}

.welcome-hero-btn.how-work-btn {
    display: inline-block;
    margin: 0;
    width: 100px;
    height: 35px;
    font-size: 12px;
    background: transparent;
    color: #767f86;
    border: 1px solid #d3d6d9;
    border-radius: 3px;
}

.service-how-works:hover h2 a,
.service-how-works:hover p
{
  color: #fff;
}
.service-how-works:hover 
.service-how-works-icon
{
  background: #fff;
}
.service-how-works:hover 
.welcome-hero-btn.how-work-btn
{
  background: #fff;
  color: #ffc107;
}
.service-how-works:hover
{
  box-shadow: 0 0px 10px rgba(71,71,71,.4);
  background: #ffc107;
}


/* Home-About Us*/

#about h2{
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffc107;
}

#about img{
  width: 100vh;
  height: 50vh;
}

/* Start Footer */
.footer {
  background-color: #f8f6f4;
  font-size: 14px;
  padding-bottom: 50px;
  position: relative;
}


.footer .footer-top {
  padding-top: 50px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #a09e9c;
  font-size: 16px;
  color: #a09e9c;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #ffc107;
  border-color: #ffc107;
}

.footer h4 {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  margin-right: 8px;
  font-size: 12px;
  line-height: 0;
  color: #a09e9c;
}

.footer .footer-links ul li {
  padding: 12px 0px;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  display: inline-block;
  color: #a09e9c;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: #ffc107;
}

.footer .footer-about a {
  margin-top: -10px;
  color: #ffc107;
  font-size: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;;
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #f8f6f4;
}

.footer .copyright p {
  margin-bottom: 0;
}
/* End Footer*/

/* Header Image*/
.page-header-contact {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/page-headers/page-header-contact.jpg), no-repeat center center;
    background-size: cover;
    padding-bottom: 50px;
  }

  .display-4{
    padding-top:5rem;
  }
  /*End Header Image*/

/* Contact Start*/
  #contact {
      padding-top: 40px;
      padding-bottom: 80px;    
  }
  
  .section-title {
    text-align: center;
    padding-bottom: 40px;
    position: relative;
  }  
  
  .section-title p {
    color: var(--heading-color);
    margin: 10px 0 0 0;
    font-size: 32px;
    font-weight: 500;
    font-family: var(--heading-font);
    display: inline-block;
    text-transform: uppercase;
   
  }
  
  .section-title p .description-title {
    color: var(--accent-color);
  }
  .contact .info-wrap {
    background-color: var(--surface-color);
    /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);  */
    padding: 30px;
  }
  
  @media (max-width: 575px) {
    .contact .info-wrap {
      padding: 20px;
    }
  }
  
  .contact .info-item {
    margin-bottom: 40px;
  }
  
  .contact .info-item i {
    font-size: 20px;
    color: var(--accent-color);
    background: color-mix(in srgb, var(--accent-color), transparent 92%);
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
  }
  
  .contact .info-item h3 {
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  
  .contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
  }
  
  .contact .info-item:hover i {
    background: var(--accent-color);
    color: var(--contrast-color);
  }
  
  .contact .php-email-form {
    background-color: var(--surface-color);
    height: 100%;
    padding: 30px;
    /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); */
  }
  
  @media (max-width: 575px) {
    .contact .php-email-form {
      padding: 20px;
    }
  }
  
  .contact .php-email-form input[type=text],
  .contact .php-email-form input[type=email],
  .contact .php-email-form textarea {
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 0;
    color: var(--default-color);
    background-color: var(--surface-color);
    border-color: color-mix(in srgb, var(--default-color), transparent 80%);
  }
  
  .contact .php-email-form input[type=text]:focus,
  .contact .php-email-form input[type=email]:focus,
  .contact .php-email-form textarea:focus {
    border-color: var(--accent-color);
  }
  
  .contact .php-email-form input[type=text]::placeholder,
  .contact .php-email-form input[type=email]::placeholder,
  .contact .php-email-form textarea::placeholder {
    color: color-mix(in srgb, var(--default-color), transparent 70%);
  }
  
  .contact .php-email-form button[type=submit] {
    color: var(--contrast-color);
    background: var(--accent-color);
    border: 0;
    padding: 20px 50px;
    transition: 0.4s;
    border-radius: 50px;
  }
  
  .contact .php-email-form button[type=submit]:hover {
    background: color-mix(in srgb, var(--accent-color), transparent 25%);
  }
  
/* Contact End*/

/* Start Who we are */
.page-header-about {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/page-headers/page-header-whoweare.jpg), no-repeat center center;
  background-size: cover;
  padding-bottom: 50px;
}

#whoweare{
  padding-top: 40px;
  padding-bottom: 80px;   
  text-align: center;
}
.about-text-title{  
  text-align: left;
  color: var(--accent-color);
  font-family: var(--default-font);
  font-size: 15px; 
  text-transform: uppercase;
}
.about-text-title h5{
  padding-left: 2px;
  padding-bottom: 5px;
}
.about-text{
  padding-left: 2px; 
  padding-right: 110px; 
  text-align: justify;
  font-family: var(--default-font);
  font-size: 18px;
}
.about-text-title{  
  text-align: left;
  color: var(--accent-color);
  font-family: var(--default-font);
  font-size: 15px; 
  text-transform: uppercase;
}
.about-text-title h5{
  padding-left: 2px;
  padding-bottom: 5px;
}

.vision-text-title{
  text-align: left;
  color: var(--accent-color);
  font-family: var(--default-font);
  font-size: 15px; 
  text-transform: uppercase;
}
.vision-text-title h5 {
  padding: 20px 10px 10px 55px;
}
.vision-text{
  padding-left: 55px; 
  padding-right:50px; 
  text-align: justify;
  font-family: var(--default-font);
  font-size: 18px;
}
.vision-img{
  padding-top: 70px;
  padding-right: 120px;
  overflow: hidden;
}
.objective-img{
  padding-top: 5px;
  padding-right: 100px;
  overflow: hidden;
}

ul{
  padding-left:0px;
}
/* End Who we are */


/*Courses*/
.page-header-courses{
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/page-headers/page-header-course.jpg), no-repeat center center;
  background-size: cover;
  padding-bottom: 50px;

}

/*Service*/
.page-header-service {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/page-headers/page-header-service.jpg), no-repeat center center;
  background-size: cover;
  padding-bottom: 50px;
}
/*Gallery*/
.page-header-gallery{
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/page-headers/page-header-gallery.jpg), no-repeat center center;
  background-size: cover;
  padding-bottom: 50px;
}

.gallery-content{

  padding-top: 30px;
  padding-bottom: 50px;
}