.hide {
    display: none !important;
}

section#navbar {
    position: sticky !important;
    top: 0;
    z-index: 1;
}

.col-lg-6.mabimg {
    padding-left: 10%;
}


section#about-us {
    padding-bottom: 20px;
}

.none {
    display: none !important;
}

/* contact form template */
.ca {
  color: rgb(49, 49, 49);
}

@media (max-width:980px) {
    
    .col-lg-6.mabimg {
    padding: 3%;
}


  .ftco-section {
    padding-top: 0 !important;
   }
   
   .service-box.bg-white.rounded-3.shadow-sm.p-4.text-center.s2 {
    margin-top: 20px !important;
}
  
.col-md-6.d-flex.align-items-stretch {
  margin-top: -30px !important;
}
}
.ctext {
  display: none !important;
}
.ftco-section {
  padding-top: 2em;
  padding-bottom: 3em;
 }

.ftco-no-pt {
  padding-top: 0; }

.ftco-no-pb {
  padding-bottom: 0; }

.heading-section {
  font-size: 28px;
  color: #000; }

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.form-control {
  height: 52px;
  background: transparent;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 14px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgb(49, 49, 49); }
  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgb(49, 49, 49) !important; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgb(49, 49, 49) !important; }
  .form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgb(49, 49, 49) !important; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgb(49, 49, 49) !important; }
  .form-control:focus, .form-control:active {
    background: transparent;
    border-color: rgb(49, 49, 49) !important; }

textarea.form-control {
  height: inherit !important; }

.wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18); }

.contact-wrap {
  background: pink }
  .contact-wrap h3 {
    color: rgb(49, 49, 49); }

.info-wrap {
  background: pink; }
  .info-wrap h3 {
    color: rgb(49, 49, 49);
    font-size: 18px;
    position: relative; }
  .info-wrap .dbox {
    width: 100%;
    margin-bottom: 25px; }
    .info-wrap .dbox:last-child {
      margin-bottom: 0; }
    .info-wrap .dbox p {
      margin-bottom: 0; }
      .info-wrap .dbox p span {
        font-weight: 400;
        color: rgb(49, 49, 49); }
      .info-wrap .dbox p a {
        color: rgba(255, 255, 255, 0.3); }
    .info-wrap .dbox .icon {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.02); }
      .info-wrap .dbox .icon span {
        font-size: 20px;
        color: rgb(49, 49, 49); }
    .info-wrap .dbox .text {
      width: calc(100% - 50px); }
      .info-wrap .dbox p a {
        color: rgb(49, 49, 49);
    }

.btn {
  padding: 12px 16px;
  cursor: pointer;
  border-width: 1px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover, .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important; }
  .btn.btn-primary {
    background: #f39422 !important;
    border-color: #f39422 !important;
    color: #fff; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      border-color: #d67a0c !important;
      background: #d67a0c !important; }

.contactForm .form-control {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0; }

#contactForm .error {
  color: #f65c78;
  font-size: 12px; }

#contactForm .form-control {
  font-size: 16px; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: red; }

#form-message-success {
  color: #28a745;
  font-size: 18px;
  font-weight: 500; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-size: 16px;
  font-weight: 500; }

/* contact form template */

.hd {
  padding-top: 18px !important;
  padding-bottom: 0px !important;
} 

.f {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.b {
  font-weight: 500;
}

.btn-outline-success {
  --bs-btn-color: rgb(41, 39, 40);
  --bs-btn-border-color: pink;
}
  
.footer {
 margin: 0%;
}

.display-4 {
  font-weight: 500;
  color: #343a40;
  padding-bottom: 10px;
}

#hidden-section {
  display: none;
  margin-top: 20px; /* Optional: Add some spacing */
}


  .carousel-item .row .col img {
    margin: auto; /* Center align the images */
    max-width: 100%; /* Ensure images do not exceed their container's width */
    height: auto; /* Maintain aspect ratio */
  }


  .section-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }

  .section-description {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 2rem;
  }

  .contact-form {
    padding: 20px;
    background-color: #f8f9fa;
    border: 1px solid #ccc;
    border-radius: 8px;
  }

  .contact-form form {
    width: 100%;
  }

@media (max-width: 670px) {
  #image-gallery-desktop {
    display: none !important;
  }
}

@media (min-width: 670px) {
  #image-gallery-mobile {
    display: none !important;
  }
}

/* Contact Form Head */
.contact-form-head {
  background-image: url("../images/contact-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-form-head::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  background-color: #ff6b81;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .contact-form-head::before {
    width: 100%;
  }
}

.contact-form-head .contact-inner-title h2 {
  font-size: 30px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-head .contact-inner-title h2 {
    font-size: 25px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .contact-form-head .contact-inner-title h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

.contact-form-head .contact-inner-title p {
  color: #fff;
}

.contact-form-head .contact-inner-title .question {
  display: block;
  min-height: 70px;
  margin-top: 40px;
}

.contact-form-head .contact-inner-title .question img {
  height: 70px;
  width: 70px;
  border-radius: 70px;
  float: left;
  margin-right: 20px;
}

.contact-form-head .contact-inner-title .question h4 {
  font-size: 20px;
  font-weight: 600;
  padding-top: 15px;
  color: #fff;
}

.contact-form-head .contact-inner-title .question h4 span {
  font-size: 13px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

.contact-form-head .contact-inner-title .day-list {
  display: block;
  margin-top: 40px;
}

.contact-form-head .contact-inner-title .day-list li {
  color: #fff;
  font-weight: 500;
  margin-bottom: 3px;
  display: block;
}

.contact-form-head .contact-inner-title .day-list li:last-child {
  margin: 0;
}

.contact-form-head .contact-inner-title .call-back {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  margin-top: 30px;
  text-transform: capitalize;
}

.contact-form-head .contact-inner-title .call-back i {
  font-size: 15px;
  display: inline-block;
  margin-left: 5px;
}

.contact-form-head .form-main {
  padding: 50px 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 30px 0px rgba(32, 32, 32, 0.11);
          box-shadow: 0px 1px 30px 0px rgba(32, 32, 32, 0.11);
  border-radius: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .contact-form-head .form-main {
    padding: 35px;
    margin-top: 40px;
  }
}

.contact-form-head .form-main .form-title {
  margin-bottom: 30px;
}

.contact-form-head .form-main .form-title h2 {
  margin-bottom: 35px;
  font-size: 22px;
}

.contact-form-head .form-main .form-title p {
  font-size: 16px;
}

.contact-form-head .form-main .form .form-group {
  margin-bottom: 15px;
  display: block;
}

.contact-form-head .form-main .form .form-group input {
  height: 52px;
  line-height: 52px;
  width: 100%;
  border: 1px solid #e6e2f5;
  padding: 0px 20px;
  color: #333;
  font-weight: 400;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.contact-form-head .form-main .form .form-group textarea {
  height: 180px;
  width: 100%;
  border: 1px solid #e6e2f5;
  padding: 15px 20px;
  color: #333;
  resize: none;
  font-weight: 400;
  resize: vertical;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.contact-form-head .form-main .form .form-group.button {
  width: 100%;
  margin-bottom: 0;
}

.contact-form-head .form-main .form .form-group.button .btn {
  height: 50px;
  border: none;
  width: 100%;
}

.map-section {
  background-color: #f9f9f9;
}

.map-section .mapouter {
  height: 500px;
}

.map-section .mapouter .gmap_canvas {
  height: 500px;
}

.map-section .mapouter .gmap_canvas iframe {
  height: 500px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-section .mapouter {
    height: 400px;
  }
  .map-section .mapouter .gmap_canvas {
    height: 400px;
  }
  .map-section .mapouter .gmap_canvas iframe {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .map-section .mapouter {
    height: 300px;
  }
  .map-section .mapouter .gmap_canvas {
    height: 300px;
  }
  .map-section .mapouter .gmap_canvas iframe {
    height: 300px;
  }
}

.button .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 30px;
  background-color: #ff6b81;
  color: #fff;
  border: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  margin-right: 7px;
  overflow: hidden;
}


/*======================================
	Contact CSS
========================================*/
.contact-us {
  position: relative;
  background-color: #fff;
}

.contact-us .section-title {
  margin-bottom: 50px;
}

.contact-us .contact-info .single-info {
  margin-top: 30px;
  position: relative;
  padding: 40px;
  padding-left: 100px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(32, 32, 32, 0.11);
          box-shadow: 0px 1px 20px 0px rgba(32, 32, 32, 0.11);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-us .contact-info .single-info:hover {
  background-color: #ff6b81;
}

.contact-us .contact-info .single-info:hover i {
  color: #fff;
}

.contact-us .contact-info .single-info:hover h3 {
  color: #fff;
}

.contact-us .contact-info .single-info:hover ul li {
  color: #fff;
}

.contact-us .contact-info .single-info:hover ul li a {
  color: #fff;
}

.contact-us .contact-info .single-info:hover ul li a:hover {
  opacity: 0.8 !important;
  color: #fff;
}

.contact-us .contact-info .single-info i {
  font-size: 30px;
  color: #ff6b81;
  position: absolute;
  left: 40px;
  top: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-us .contact-info .single-info h3 {
  font-size: 16px;
  font-weight: 600;
  color: #081828;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-us .contact-info .single-info ul li {
  display: block;
  margin-bottom: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
}

.contact-us .contact-info .single-info ul li:last-child {
  margin: 0;
}

.contact-us .contact-info .single-info ul li a {
  color: #888;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-us .contact-info .single-info ul li a:hover {
  color: #ff6b81;
}


/* -------------- navbar --------------- */
@media (min-width: 992px) {
    nav.navbar.navbar-expand-lg.bg-body-tertiary {
     padding-left: 10%;
     padding-right: 10%;
    } 
}

.navbar-collapse {
    flex-grow: 0 !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 60px !important;
        padding-left: 0% !important;
    }
}

/* Make all nav item text bold */
.navbar-nav .nav-link {
    font-weight: bold;
  }
  
  /* Hover styles for nav items */
  .navbar-nav .nav-link:hover {
    color: pink !important;
  }
  
  /* Active link styles */
  .navbar-nav .nav-link.active {
    color: pink !important;
  }
  
  /* Dropdown item text bold */
  .navbar-nav .dropdown-item {
    font-weight: bold;
  }
  
  /* Hover styles for dropdown items */
  .navbar-nav .dropdown-item:hover {
    color: pink !important;
    background-color: rgba(255, 192, 203, 0.1); /* Light pink background on hover */
  }
  
  /* Ensure the dropdown menu has bold text */
  .navbar-nav .dropdown-menu .dropdown-item {
    font-weight: bold;
  }
  
  /* Ensure the dropdown menu items on hover also get pink color */
  .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: pink;
  }
  
/* Opportunities - courses krmu */

#opportunities p {
  color: #051630;
  font-size: 18px
}

#opportunities h1 {
  font-weight: 600;
  color: #000
}

#opportunities .opportunities {
  background-image: url(../images/tab-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding: 50px 30px;
  text-align: start
}

#opportunities .tab-bg {
  padding: 50px;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 -.609px 2.214px 0 rgba(0,0,0,.02),0 -1.463px 5.32px 0 rgba(0,0,0,.03),0 -2.755px 10.017px 0 rgba(0,0,0,.04),0 -4.914px 17.869px 0 rgba(0,0,0,.04),0 -9.191px 33.422px 0 rgba(0,0,0,.05),0 -22px 80px 0 rgba(0,0,0,.07)
}

#opportunities .nav-pills .nav-link.active {
  border-radius: 50px;
  background: linear-gradient(180deg,rgba(255,255,255,0.20) 0%,rgba(255,255,255,0.12) 100%)
}

#opportunities .nav-pills .nav-link span svg {
  display: none
}

#opportunities .nav-pills .nav-link.active svg {
  display: inline;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%)
}

#opportunities .opportunities .nav-pills .nav-link {
  border-radius: 0!important
}

#opportunities .opportunities button {
  border-bottom: 1px solid rgba(255,255,255,.4)
}

#opportunities .opportunities button:nth-child(11) {
  border-bottom: none
}

#opportunities .opportunities button.nav-link {
  color: #fff!important;
  text-align: start;
  padding: 0 45px 0 25px;
  position: relative
}

#opportunities #v-pills-tabContent ul .nav-link {
  width: 100%;
  color: #000!important;
  border-radius: 33px;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15)
}

#opportunities #v-pills-tabContent li {
  width: 25%
}

#opportunities #v-pills-tabContent .tab2 {
  background-color: #fff;
  padding: 20px 25px;
  border-bottom: 1px solid rgba(28,65,121,.4)
}

#opportunities #v-pills-tabContent .tab2:hover {
  background-color: #051630;
  padding: 20px 25px;
  border-radius: 30px;
  color: #fff!important
}

#opportunities #v-pills-tabContent .tab2:hover a {
  color: #fff!important
}

#opportunities #v-pills-tabContent ul .nav-link:hover {
  border-radius: 33px;
  background: #051630;
  color: #fff!important
}

#opportunities #v-pills-tabContent ul .nav-link.active {
  background: #051630;
  color: #fff!important
}

#opportunities #v-pills-tabContent .tab2 a {
  color: #000!important;
  text-decoration: none!important
}

#opportunities #pills-tabContent {
  height: calc(100% - 56px);
  overflow-y: scroll
}

#opportunities #v-pills-tab button {
  border: none
}

#opportunities #v-pills-tab button span {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #564590
}

#opportunities #v-pills-tab button:last-child span {
  border: none
}

#opportunities #v-pills-tab button.nav-link.active span {
  border-color: transparent!important
}

#v-pills-tabContent .bg-dark {
  background-color: transparent!important
}

#v-pills-tabContent .tab-pane .tab-pane .tab2:last-child {
  border-color: transparent!important
}

@media only screen and (max-width: 991px) {
  .opportunities-maintab {
      flex-direction:column;
      row-gap: 30px
  }

  .opportunities-maintab>div {
      width: 100%;
      padding: 30px 20px!important
  }

  .opportunities-maintab #v-pills-tabContent {
      height: auto!important;
      max-height: 500px
  }

  #pills-tabContent .tab2 {
      padding: 12px 20px!important
  }
}

@media only screen and (max-width: 500px) {
  #opportunities ul#pills-tab li {
      width:auto;
      padding-left: 0!important;
      margin: 6px
  }

  #opportunities h1 {
      font-size: 24px!important;
      width: 100%!important
  }
}

/* our services */

/* Custom styles for Our Services section */
#our-services {
  background-color: #f8f9fa; /* Light background color */
}

#our-services .display-4 {
  color: #343a40; /* Dark text color for the heading */
}

#our-services .service-box img {
  max-width: 100%; /* Ensure the image scales responsively */
  height: auto; /* Maintain aspect ratio */
}

#our-services .service-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#our-services .service-box:hover {
  transform: translateY(-10px); /* Lift effect on hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Darker shadow on hover */
}

#our-services .btn-success {
  background-color: #25D366; /* WhatsApp green color */
  border-color: #25D366;
}

#our-services .btn-success:hover {
  background-color: #1e8e6f; /* Darker green for hover */
  border-color: #1e8e6f;
}

#our-services .btn-success i {
  font-size: 1.25rem; /* Larger WhatsApp icon */
}


/* image gallery */

/* Custom styles for Image Gallery Slider section */
#image-gallery {
  background-color: #f8f9fa; /* Light background color */
}

#image-gallery .display-4 {
  color: #343a40; /* Dark text color for the heading */
}

#image-gallery .carousel-inner {
  padding: 0 15px; /* Add padding to the sides of the carousel */
}

#image-gallery .carousel-item img {
  object-fit: cover; /* Ensure the image covers the entire area */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #007bff; /* Blue color for the control icons */
  border-radius: 50%; /* Round shape for the control icons */
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  background-color: #0056b3; /* Darker blue color on hover */
}
