h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
button {
  /* font-family: "Poppins", sans-serif; */
}

.bg2 {
  background: #f3feff;
}
.bg3 {
  background: #f7f9fb;
}

header {
  padding: 20px 0;
  background: linear-gradient(19deg, #101d1e 0%, #0092bc 85%);
}

header li.nav-item a {
  color: #fff;
  font-size: 14px;
}

header li.nav-item a:hover {
  color: #fff;
}

header li.nav-item a.dropdown-item{
    color:#000;
}

header li.nav-item a.dropdown-item:hover{
    font-size: 16px;
    font-weight: 600;
    color:#fff;
    background-color:#0092bc;
}

.dflt_btn {
  padding: 10px 50px;
  font-size: 15px;
  text-decoration: none;
  border-radius: 3px;
  color: #000;
  background: #fff;
  transition: 0.3s all ease-in-out;
}
.dflt_btn2 {
  padding: 10px 50px;
  font-size: 15px;
  text-decoration: none;
  border-radius: 3px;
  color: #fff;
  background: #0092bc;
  transition: 0.3s all ease-in-out;
  border: none;
}
.dflt_btn2:hover {
  background: #000;
}

.dflt_btn:hover {
  background: #0092bc;
  color: #fff;
}

@media (min-width: 768px) {
  .container, .container-md, .container-sm{
    max-width: 95%;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px !important;
  }
}


.banner {
  padding: 40px 0;
  background: url(assets/img/banner2.webp);
  background-size: cover;
}

.banner span {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.banner h1 {
  color: #fff;
  font-size: 54px;
  font-weight: 600;
  line-height: 70px;
}

.banner .col-md-6 {
  padding: 0;
}
.banner p {
  color: #fff;
  margin: 20px 0 40px;
}
.btn_group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.banner_form {
  padding: 30px;
  background: #fff;
  border-radius: 15px;
  margin: 0 60px;
}

.banner_form form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.banner_form h3 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.banner_form input,
.banner_form textarea {
  border: 1px solid #0092bc;
  border-radius: 5px;
  padding: 0.5rem 1rem;
}

.why_choose_us {
  padding: 50px 0;
  text-align: center;
}

.why_choose_us h2 {
  font-size: 40px;
  font-family: "poppins", sans-serif;
}

.why_choose_us_content img {
  width: 90px;
  transition: 0.3s all ease-in-out;
}

.why_choose_us_content {
  padding: 10px;
  border-bottom: 5px solid #0092bc;
  transition: 0.3s all ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  height: 100%;
}

.why_choose_us_content:hover {
  border-bottom-color: #000;
}

.why_choose_us_content:hover img {
  filter: grayscale(1);
}

.why_choose_us_content h3 {
  font-size: 20px;
}
.why_choose_us p {
  font-size: 14px;
  color: #7a7a7a;
}

.platform h2 {
  font-size: 40px;
}

.platform p {
  font-size: 15px;
  color: #7a7a7a;
}
.platform {
  padding: 30px;
}

.platform .item {
  text-align: center;
  height: 100px;
  padding: 10px;
}

.platform .item img {
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.common_sect {
  padding: 50px 0;
}

.common_sect h2 {
  font-size: 40px;
}

.common_sect p {
  color: #7a7a7a;
  font-size: 14px;
}

.process .why_choose_us_content {
  align-items: start;
  padding-bottom: 30px;
  margin: 5px 0;
  height: 100%;
}

.process .why_choose_us_content h3 {
  font-size: 15px;
}

.process .why_choose_us_content p {
  font-size: 12px;
  color: #7a7a7a;
}

.process .why_choose_us_content img {
  width: 75px;
}

.subjects h2 {
  font-size: 40px;
}

.subjects p {
  font-size: 15px;
  margin-bottom: 40px;
}
.subjects .img-box {
  padding: 25px;
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
  border: 2px solid;
  border-color: transparent;
}
.subjects .img-box img{
  filter: invert(35%) sepia(91%) saturate(2040%) hue-rotate(176deg) brightness(99%) contrast(102%);
}

.subjects .img-box:hover {
  background: #fff;
  border: 2px solid #05f1e545;
}

.cta {
  background: #0092bc;
  padding: 50px 0;
}

.cta h2 {
  color: #fff;
  font-size: 40px;
  text-align: center;
}

.cta p {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.counter {
  padding: 50px 0;
}

.counter h2 {
  font-size: 40px;
}

.counter p {
  font-size: 14px;
  color: #7a7a7a;
}
.counter_item {
  background: #fff;
  text-align: center;
  padding: 20px 0;
}

.counter_item h2 {
  color: #0092bc;
  font-weight: bold;
}
.counter_item p {
  font-size: 19px;
  color: #000;
}
.testimonials {
  padding: 60px 0;
}

.testimonials h2 {
  text-align: center;
  font-size: 40px;
}

.testimonials_slider .slider_item .testi_box {
  background: #fff;
  border: 1px solid #e1e8ed;
  border-radius: 5px;
  margin: 0 8px;
}

.testimonials_slider .slider_item .title_sect {
  padding: 15px;
  border-bottom: 1px solid #e1e8ed;
}

.testimonials_slider .slider_item p {
  padding: 15px;
  font-size: 14px;
}

.testimonials_slider .slider_item .title_sect h4 {
  font-size: 14px;
  font-weight: bold;
}

.testimonials_slider .slider_item .title_sect i {
  font-size: 12px;
}

.testimonials_slider .slider_item .title_sect .stars {
  display: flex;
}

.contact_section {
  padding: 50px 0;
  background: url(assets/img/banner2.webp);
  background-size: cover;
}

.contact_box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 80%;
  margin: 0 auto;
}

.contact_box a {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
  font-size: 22px;
}

.contact_box a img {
  width: 100px;
}
.contact_section h2 {
  font-size: 50px;
  color: #fff;
}

.foot_sect {
  padding: 50px 0;
  background: #101d1e;
}
.copy_sect {
  background: linear-gradient(72deg, #0092bc 0%, #101d1e 96%);
  padding: 15px 0;
}

.copy_sect p {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 15px;
}

.footer_menu h4 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
}

.footer_menu ul {
  list-style: none;
  padding: 0;
}

.footer_menu ul a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.footer_menu ul li {
  margin-bottom: 6px;
}

.footer_logo p {
  color: #fff;
  margin-top: 20px;
  font-size: 14px;
}

.side_btns {
  position: fixed;
  top: 280px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 40px;
  align-items: end;
}

.side_btns a {
  text-decoration: none;
  color: #fff;
  background: #0092bc;
  padding: 10px;
  border-radius: 5px 0px 0 5px;
  transition: .3s all ease-in-out;
}
.side_btns a:hover {
  background: #101d1e;
}

.side_btns a svg {
  fill: #fff;
  width: 1em;
}
a.live_chat {
  width: 90px;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
  color: #fff;
  background: #0092bc;
  padding: 10px;
  position: fixed;
  top: 200px;
  right: -30px;
  transform: rotate(-90deg);
}

nav.navbar button.navbar-toggler {
  background: #fff;
  display: none;
} 



header img.img-fluid {
  width: 20%;
}

.footer_logo img {
    width: 200px;
}

.banner_content ul {
    color: #fff;
}


section.thank_you.pb-5 {
    padding-top: 80px;
}

.navbar-expand-lg .navbar-collapse{
    flex-basis:none !important;
}

.innerBanner-content h2 {
    font-size: 3.5rem;
    font-weight: 600;
}

.innerBanner {
    background: #101d1e;
}
.padd-y {
    padding: 4rem 0;
}

.footer_menu li img {
    width: 30px;
    margin-right: 10px;
}

/*WhatsApp Start*/

.float {
  font-weight: 700;
  vertical-align: middle;
  padding: 8px;
  position: fixed;
  bottom: 40px;
  left: 5px;
  background-color: #023838;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  z-index: 100;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 20px #00000059;
  animation: bounce 2s linear infinite;
}

.float:hover {
  color: #fff;
}

.float img {
  margin-bottom: 3px;
  margin-right: 3px;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-25px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-25px);
  }

  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }

  40% {
    -o-transform: translateY(-25px);
  }

  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-25px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.animated.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}

/*WhatsApp End*/



/* Ensure dropdown appears on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

/* Optionally, add styling to make the dropdown appear correctly */
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #000;
    min-width: 160px;
    z-index: 1000;
}

.nav-item.dropdown {
    position: relative;
}
