@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@700;800&amp;family=Roboto:wght@300;400;600;700&amp;display=swap);
.slider,
.slider::after {
  border-radius: 0 0 160px 160px;
}
.btn,
p {
  font-size: 17px;
}
.bg1,
.slider {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.section1 .box,
.slider::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog a,
.footer a {
  text-decoration: none;
}
body {
  font-family: Poppins, sans-serif !important;
}
.blog .blog1,
.copyright,
.footer,
.section h3,
.section1 .box h3,
p {
  font-family: Roboto, sans-serif;
}
.bg-1,
.bg-3,
.navbar {
  background-color: #28525b;
}
.bg-2,
.btn {
  background-color: #ecb302;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
  font-size: 17px;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
a:hover {
  color: #fcce13;
}
.navbar ul li {
  margin-right: 30px;
}
.navbar ul li:last-child {
  margin-right: 0;
}
.slider {
  background-image: url(../img/slider.webp);
  height: 90vh;
}
.slider::after {
  content: "";
  background-color: #28525b8c;
  top: 0;
  z-index: 1;
}
.slider .content {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 11;
}
.slider .content h1 {
  color: #fff114;
  font-size: 57px;
  -webkit-text-stroke: 1.5px black;
  font-weight: 800;
}
.btn {
  border-radius: 25px;
  color: #28525b;
  padding: 12px 25px;
  font-weight: 500;
  border: 1px solid #ecb302;
}
.btn:hover {
  background-color: #d7a100;
  color: #28525b;
  border: 1px solid #ecb302;
}
.bg1 {
  background-image: url(../img/rectangle.webp);
  padding: 120px 0 0;
  margin-top: -150px;
  z-index: 22;
}
.bstyle {
  border-radius: 100px;
  width: 100px;
  height: 100px;
  padding: 20px;
}
.section h3 {
  font-size: 20px;
  font-weight: 700;
}
.section p {
  color: #505050;
}
.section1 h2 {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.section1 .box {
  text-align: center;
  background-color: #00000096;
  padding: 15px;
  color: #fff;
}
.section1 .box h3 {
  font-weight: 600;
  font-size: 35px;
}
.section1 img {
  border-radius: 50px 50px 0 0;
  width: 100%;
}
.counter p {
  font-size: 20px;
  font-weight: 600;
}
.counter .count-up p {
  color: #ecb302;
}
.about img {
  border-radius: 50px 0;
  width: 100%;
}
.footer a,
.footer p,
.gallery h2 {
  color: #fff;
}
.blog h2,
.gallery h2 {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
.blog .blog1 img,
.gallery img {
  border-radius: 25px;
  width: 100%;
}
.blog .blog1 {
  border: 25px solid #ecb302;
  border-radius: 50px;
  padding: 50px 80px;
}
.blog .blog1 h2 {
  font-size: 25px;
  font-weight: 400;
  text-align: left;
}
.blog a {
  color: #000;
}
.footer {
  background-color: #28525b;
}
.footer h3 {
  color: #f58222;
  font-size: 25px;
  font-weight: 600;
}
.footer ul {
  padding-left: 20px;
  color: #fff;
  margin: 0;
}
.footer ul li {
  margin: 5px 0;
}
.copyright {
  background-color: #000;
  font-weight: 400;
}
.whatsapp {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 44;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .navbar-light .navbar-toggler {
    border: none;
    background: #fff;
  }
  .navbar-nav {
    text-align: center;
  }
  .navbar ul li {
    margin-right: 0;
  }
  .slider .content {
    left: 30px;
    right: 30px;
  }
  .blog .blog1 {
    padding: 20px;
  }
  .mb-30 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-light .navbar-toggler {
    border: none;
    background: #fff;
  }
  .navbar-nav {
    text-align: center;
  }
  .navbar ul li {
    margin-right: 0;
  }
  .slider .content {
    left: 30px;
    right: 30px;
    top: 30%;
  }
  .blog .blog1 {
    padding: 20px;
  }
  .slider .content h1 {
    font-size: 28px;
  }
  .btn {
    padding: 8px 25px;
    font-size: 13px;
  }
  .bstyle {
    border-radius: 100px;
    width: 60px;
    height: 60px;
    padding: 15px;
  }
  .blog h2,
  .gallery h2,
  .section1 h1 {
    font-size: 25px;
  }
  p {
    font-size: 15px;
  }
  .blog .blog1 h2,
  .section1 .box h3 {
    font-size: 20px;
  }
  .mb-30 {
    margin-bottom: 30px;
  }
  .counter p {
    font-size: 16px;
  }
}


.faq .faq-list {
    padding: 0 100px;
  }
  
  .faq .faq-list ul {
    padding: 0;
    list-style: none;
  }
  
  .faq .faq-list li + li {
    margin-top: 15px;
  }
  
  .faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
  }
  
  .faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
  }
  
  .faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #47b2e4;
  }
  
  .faq .faq-list .icon-show,
  .faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
  }
  
  .faq .faq-list .icon-show {
    display: none;
  }
  
  .faq .faq-list a.collapsed {
    color: #37517e;
    transition: 0.3s;
  }
  
  .faq .faq-list a.collapsed:hover {
    color: #47b2e4;
  }
  
  .faq .faq-list a.collapsed .icon-show {
    display: inline-block;
  }
  
  .faq .faq-list a.collapsed .icon-close {
    display: none;
  }
  
  @media (max-width: 1200px) {
    .faq .faq-list {
      padding: 0;
    }
  }
  section {
    padding: 60px 0;
    overflow: hidden;
  }
  
  .section-bg {
    background-color: #f3f5fa;
  }
  
  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }
  
  .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #37517e;
  }
  
  .section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
  }
  
  .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #47b2e4;
    bottom: 0;
    left: calc(50% - 20px);
  }
  
  .section-title p {
    margin-bottom: 0;
  }
  
