
/* Table of Content
==================================================
  #BASIC TYPOGRAPHY
  #HOME HEADER
  #HOME SLIDER SECTION
  #HOME ABOUT US
  #HOME WHY US SECTION
  #HOME COURSE SECTION
  #HOME OUR TUTORS SECTION
  #HOME STUDENTS TESTIMONIAL SECTION
  #FOOTER 
  #COURSE ARCHIVE PAGE
  #COURSE SINGLE PAGE
  #BLOG PAGE
  #EVENTS
  #GALLERY
  #CONTACT
  #404 page
*/

/* had and green grid */
@font-face {
	font-family: 'Figtree', serif;';
	src: url('fonts/Figtree.eot');
	src: url('fonts/Figtree.woff') format('woff'), url('fonts/Figtree.ttf') format('truetype'), url('fonts/Figtree.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.hed {
       height: 80px;
     }
.hedt{
       margin-top: 25px;
     }

/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/


body {
      font-family: "Figtree", serif;
      overflow-x: hidden !important;
     }
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
  h1,h2,h3,h4,h5,h6{
  font-family: "Figtree", serif;
}

h2 {
  color: #313338;  
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  padding-bottom: 10px;  
}

p {
  font-family: "Figtree", serif;
  }

img{
 border:none;
}



.figtree-<uniquifier> {
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/*--------------------*/
/* HOME HEADER */
/*--------------------*/

.gren_b {
    border-bottom: 1px solid #E6E6E6 !important;
    }
.gren_t {
    border-top: 1px solid #E6E6E6 !important;
    }
.gre_b {
    border-bottom: 1px solid  #04B404; !important;
    }



/*--------------------*/
/*  Hover hedar */
/*--------------------*/

.und {
  text-decoration: color:green;
  position: relative;
  color: #ff5733;
}
.und:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  text-transform: bold;
  border-bottom: 1px solid #ff5733;
  transition: 0.4s;
}
.und:hover:after {
  width: 100%;
}

/*-------navbar font bold hed -------------*/
.nav-link {
  color: #000000 !important; /* Change to your preferred color */
}

.nav-link:hover {
  color: #ff5733 !important; /* Hover color */
   font-weight: bold;
}

.lan {
  color: #000000 !important; /* Change to your preferred color */
}

.lan:hover {
  color: #ff5733 !important; /* Hover color */
   font-weight: bold;
}

/*--------------------*/

.navbar-fixed {
  min-height: 75rem;
  padding-top: 4.5rem;
}


.form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
    }


    input[type="text"]:focus {
    box-shadow: 0 0 5px 2px #d3492b; /* Custom shadow color */
    border-color: #d3492b;
    outline: none;
    color: black; 
    }


    input[type="email"]:focus {
    box-shadow: 0 0 5px 2px #d3492b; /* Custom shadow color */
    border-color: #d3492b;
    outline: none;
    color: black;
    }
    input[type="datetime-local"]:focus {
    box-shadow: 0 0 5px 2px #d3492b; /* Custom shadow color */
    border-color: #d3492b;
    outline: none;
    color: black;
    }
    
    textarea[type="message"]:focus {
    box-shadow: 0 0 5px 2px #d3492b; /* Custom shadow color */
    border-color: #d3492b;
    outline: none;
    color: black;
    }


        /* Optional: Adjust padding and margins for the links */
        .navbar-nav .nav-link {
          padding: 0.8rem 1rem;
          font-weight: 500;
        }

        /* Optional: Adjust the size or position of Google Translate on smaller screens */
        #google_translate_element {
          margin-top: 10px; /* Margin to give some space in mobile view */
        }



        /* footer */
        @media (max-width: 576px) {
          #footer {
            padding: 20px 10px;
            text-align: left;
          }

          #footer .footer-contact p {
            font-size: 12px;
            margin-bottom: 6px;
          }

          #footer .container {
            padding-left: 10px;
            padding-right: 10px;
          }

          .footer-padding {
            padding-top: 20px;
            padding-bottom: 20px;
          }

          .copyright {
            text-align: center !important;
            font-size: 12px;
            padding-top: 10px;
          }

          .footer-links {
            display: none; /* Hide empty columns on small screens */
          }
        }