@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

body {
  font-family: "Lato", sans-serif !important;
  box-sizing: 0;
  padding: 0;
  margin: 0;
}

:root {
  --primary-color: #002366;
  --secondary-color: #ffb24a;
  --black-color: #333333;
  --dd-color: #535353;
}

h2,
h3 {
  font-weight: 600;
  line-height: 64px;
  text-transform: capitalize;
  line-height: 50px;
  margin: 0;
  padding: 0;
  margin: 0 !important;
}

.custon_button_css {
  background-color: var(--primary-color) !important;
  color: white !important;
  border: none !important;
  padding: 10px 25px !important;
  font-size: 15px !important;
  text-transform: capitalize !important;
  border-radius: 5px !important;
}

h1 {
  font-size: 60px !important;
  line-height: 64px;
  text-transform: capitalize;
  line-height: 50px;
  margin: 0;
  padding: 0;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}


@media (min-width: 1200px) {
  h1 {
    font-size: 60px; 
    line-height: 64px;
  }
}


@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 50px;
    line-height: 54px;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 44px;
  }
}


@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 34px;
  }
}

h2 {
  font-size: 22px !important;
}

.navbar-nav li {
  margin-top: 0 !important;
}

span {
 }

.heading_description {
  font-size: 18px;
}

p {
  font-size: 18px;
  color: var(--dd-color);
  margin: 0 !important;
}

.two-line-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section_gap {
  margin-top: 100px;
}

.section_gap_small {
  margin-top: 40px !important;
}
/* for nav bar */

input::placeholder {
  font-size: 15px;
}

.brand_logo img {
  width: 180px;
  height: auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
  margin-right: 0.7rem;
  margin-left: 0.7rem;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 5px;
}

.blur{
  filter: blur(2px);
}

.breadcrumb{
  background-color: transparent!important;
}

@media only screen and (max-width: 994px){
  .blur{
    filter: blur(0);
  }

  .view_height{
    height: auto!important;
  }
   h1{
    font-size: 40px!important;
   }
}

.navbar-collapse {
  flex-grow: 0 !important;
}

.navbar-nav li a {
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: 1px;
  padding: 0;
}

.active_navmenu {
  border-bottom: 2px solid var(--primary-color);
  color: var(--primary-color) !important;
  font-weight: 500 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--black-color) !important;
}

.navbar-nav li:nth-child(first) a {
  color: var(--primary-color);
}

.search_input {
  background-color: var(--primary-color);
  padding: 10px 15px;
  border-radius: 4px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.search_input i {
  color: var(--primary-color);
}

.dropdown-menu li a {
  color: var(--dd-color);
  font-size: 16px;
  border-bottom: 0.3px solid var(--secondary-color);
  padding: 8px;
}

.dropdown-menu {
  padding: 0;
  border: none;
}

.navbar {
  border-bottom: 0.5px solid #d2d2d2;
  box-shadow: 0px 4px 8.4px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 53px;
    border-radius: 0;
  }
}

/* notice_floating */
.notice_floating {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-size: cover;
  z-index: 99999;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5); /* Change color and opacity as needed */
  z-index: 1;
}

.content{
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  border-color: #535353;
  width: 800px;
}

.notice_tittle{
  font-size: 30px;
}

.close-icon {
  position: absolute;
  top: 2px;
  right: 40px;
  font-size: 40px;
  cursor: pointer;
  color: black!important;
}

@media only screen and (max-width: 810px){
  .content{
    width: 95%;
  }
}

/* For hero section */
.carousel{
  margin-top: 50px;
  position: relative;
}

.image-container {
  position: relative;
}

.image-container img {
  display: block;
  width: 100%;
}


.overlay_section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* Adjust the color and opacity as needed */
}

.view_height {
  height: 80vh;
}

.left_content {
  background-color: rgba(0, 0, 0, 0.32);
}

.badge a{
  width: auto;
}

.hero_content{
  position: absolute;
  z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

.left_content a button{
  padding: 10px 25px;
  border: 1px solid white;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  background-color: transparent;
}

.heading{
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 15px;
}

.left_content{
  border-radius: 20px 0 0 20px;
}

.right_content img{
  border-radius: 0 20px 20px 0;
}

@media only screen and (max-width: 1200px){
  .heading{
    font-size: 35px;
  }
}
@media only screen and (max-width: 993px){
  .right_content{
    display: none;
  }

  .left_content{
    border-radius: 20px;
  }
}
@media only screen and (max-width: 993px){

  .left_content{
    display: none;
  }

  .newhero{
    display: block!important;
  }
  
}

/* fonr training section  */
.card {
  border: none !important;
}

.card img {
  border-radius: 20px;
  width: auto;
  height: 244px;
}

.card-body {
  padding: 1rem 0 !important;
}

.program_card .btn {
  background-color: var(--primary-color);
  font-size: 14px;
  color: white;
}

.program_card {
  margin-top: 20px !important;
  padding: 0 20px !important;
}

@media only screen and (max-width: 1400px) {
  .card img {
    height: 210px;
  }
}

@media only screen and (max-width: 1200px) {
  .card img {
    height: 100%;
  }
}

@media only screen and (max-width: 987px) {
  .card img {
    height: 100%;
  }
}

/* for section 3 */
.short_information,
.download {
  background-color: #f0f2ff;
  padding: 84px 0;
}

ul {
  list-style: none;
  padding-left: 0 !important;
}

.info_list li {
  color: var(--dd-color);
  margin-top: 2rem;
  font-size: 20px;
}

.events {
  border: 1px solid #e4e4e4;
  padding: 13px 27px;
  border-radius: 10px;
}

.event-flex {
  gap: 20px;
  margin-top: 20px;
}

.event-det {
  white-space: nowrap;
  text-transform: capitalize;
}

@media only screen and (max-width: 339px) {
  .event-det {
    white-space: wrap;
  }
}

/*for live class booking section */
input,
select,
textarea {
  padding: 20px 27px !important;
  border: 1px solid #e4e4e4;
}

.radious {
  border-radius: 20px;
}

/* for download section */
.badge img {
  width: 150px;
  height: auto;
}

/* for testimonials section */
.user_detail img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.name,
.users p {
  font-size: 16px !important;
  margin: 0 !important;
}

.name {
  font-weight: 400;
}

.users p {
  font-weight: 300;
}

.comments {
  padding: 30px 10px;
}

.comment_container {
  border: 1px solid #f7f7f7;
  border-radius: 10px;
  padding: 32px;
  box-shadow: -4px 8px 20px 0 rgba(0, 0, 0, 0.1);
}


@media only screen and (max-width: 765px) {
  .carousel-item .comment .comments:nth-child(3) {
    display: none;
  }
}

@media only screen and (max-width: 445px) {
  .carousel-item .comment .comments:nth-child(2) {
    display: none;
  }
}

/* FOR PROGRAMS PAGE */
.hero_section {
  position: relative;
}

.breadcrumbs {
  position: absolute;
  bottom: 2px;
}

.breadcrumbs ol li,
.breadcrumbs ol li a,
.breadcrumb-item + .breadcrumb-item::before {
  color: white !important;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 2px;
}

.our-approach,
.enroll-today {
  background-color: var(--primary-color);
  color: white;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  height: 100%;
}

.our-approach .title,
.enroll-today .title {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
}

/* Program Detail Page */
.imp_date {
  color: var(--primary-color) !important;
}

.right_container .program_card {
  padding: 0 !important;
}

@media only screen and (max-width: 990px) {
  .right_container {
    margin-top: 100px !important  ;
  }

  .right_container .for_size {
    font-size: 50px !important;
    margin-bottom: 30px !important;
  }
}

.sticky {
  position: sticky!important;
  top: 20px; 
}

.comment_box {
  padding: 15px 17px;
  background-color: #f5f5f5;
}

.commenter_name {
  font-size: 18px !important;
  font-weight: 500;
  margin-bottom: 10px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--primary-color) !important;
  outline: none;
}

/* for gallery page */
.galery_image img {
  border-radius: 10px;
  height: 244px;
  width: 100%;
  object-fit: cover;
}

.close span {
  color: black !important;
}

/* for team members page */
.team_members img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.team_members {
  margin-top: 40px !important;
}

.qna_content {
  padding: 26px 30px 26px 0;
  border-bottom: 2px solid #ededed;
}

.qna {
  border-left: 4px solid var(--primary-color);
  padding-left: 32px;
}

.questions {
  font-size: 25px !important;
  color: black;
}

.answers {
  padding-top: 14.5px !important;
}

.qna ul li,
.answers {
  font-size: 18px;
  font-weight: 400;
  color: #918dac;
}

.qna ul li {
  padding-bottom: 5px !important;
}

.qna ul.list_style {
  list-style-position: inside;
}

.toggle-icon {
  cursor: pointer;
}

/* for contact us page */
.contact_detail a {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.contact_detail a i {
  font-size: 26px;
}

.contact_detail a p {
  color: white !important;
}

.social_media a i {
  font-size: 36px;
  margin-right: 20px;
  color: white;
}

/* for footer */
footer{
  background-color: var(--primary-color);
  color: white;
  padding: 50px 0 30px 0;
}

.social_i{
  gap: 20px;
  align-items: start;
  justify-content: start;
}

.dec{
  text-decoration: none!important;
}

.contact_c a{
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white!important;
}

.contact_c a i{
  font-size: 22px;
}

.contact_c a p{
  color: white!important;
  font-size: 16px!important;
}

.colum ul li a{
  font-size: 16px;
}

.colum ul li{
  margin-top: 15px;
}

.colum hr:not([size]) {
  height: 2px!important;
  width: 50px;
  color: white;
}

.footer_line:not([size]){
  height: 2px;
  width: 80%;
  margin: auto;
}

/* for vacancy page */
.jobs{
  border: 1px solid #BCBCBC;
  padding: 60px;
}

.post{
  font-size: 20px;
}

.apply_btn{
  padding: 10px 25px;
  border: none;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  background-color: var(--primary-color);
}

.newhero{
  display: none;
}

.job_container{
  border: 1px solid #BCBCBC;
  background-color: #F2F6FF;
  padding: 13px 26px;
  border-radius: 10px;
}

.modal-dialog{
  max-width: 600px!important;
}

.event_list .row a{
  text-decoration: none;
}

.event_list .row h2{
  color: black!important;
}

@media only screen and (max-width: 550px){
  .jobs{
    padding: 10px!important;
  }

  .apply_btn{
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px){
  .error_section .container .row{
    flex-direction: column;
    justify-content: center;
  }

  .left_error{
    text-align: center;
  }
}
@media only screen and (max-width: 989px){
  .show{
    margin-top: 50px;
  }

  .navbar-expand-lg .navbar-nav .nav-link{
    display: inline-block;
    margin-bottom: 20px;
  }
}

a:hover{
  color: white!important;
}

.whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
}

.whats_logo {
  position: relative;
  cursor: pointer;
}

.whats_logo::before {
  content: "Chat with us";
  position: absolute;
  left: -80px; 
  top: 50%;
  transform: translateY(-30%);
  background-color: rgb(98,171,64);
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 14px;
  white-space: nowrap;
}

.whats_logo img {
  width: 100px; 
  height: auto;
  cursor: pointer; 
}

.chatbox {
  display: none;
  position: absolute;
  bottom: 90px;
  right: 0;
  width: 300px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.chatbox-header span{
  color: white!important;
}

.chatbox-header {
  background: #25D366;
  color: white;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chatbox-content {
  padding: 10px;
  text-align: center;
}

.whatsapp-chat-button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #25D366;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
}

.carousel-control-next, .carousel-control-prev {
  width: 8%!important;
}

.sticky_section{
  top: 100px;
}

/* .hero_section img{
  height: 60vh;
} */

.gallery_image img, .modal-body img{
  width: 100%;
  height: auto!important;
}

.user_comments p {
  height: 130px;
  overflow: auto;
  scrollbar-width: none; 
}


.user_comments p::-webkit-scrollbar {
  width: 0; 
}

.user_comments p:hover {
  scrollbar-width: thin; 
}


.user_comments p:hover::-webkit-scrollbar {
  width: 2px; 
}

.user_comments p:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5); 
}

.user_comments p:hover::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}

.folder .img, .gallery_image{
  width: 100%;
  height: 280px;
  position: relative;
}

.folder .img img, .gallery_image img{
  object-fit: cover;
  height: 100%!important;
  width: auto;
  border-radius: 10px;
}

a{
  text-decoration: none!important;
}

.folder_name{
  font-size: 20px;
  font-weight: 500;
  padding: 15px 30px;
  background-color: var(--primary-color);
  color: white;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  width: 100%;
}

.for_color a, .for_color{
  color: black!important;
  cursor: pointer;
  font-size: 33px;
}

img{
  cursor: pointer;
}

@media only screen and (max-width: 1400px){
  .folder .img, .gallery_image{
    height: 250px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px){
  .folder .img, .gallery_image{
    height: auto;
    text-align: center;
  }
}

@media only screen and (max-width: 366px){
  .folder .img, .gallery_image{
    height: 250px;
    text-align: center;
  }
}



