.main-nav {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

@media (min-width: 992px) {
  .main-nav {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px; } }

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden; }

.nav-brand {
  float: left;
  margin: 0; }

.nav-brand a {
  display: block;
  padding: 12px 12px 12px 20px;
  text-decoration: none; }

#main-menu {
  clear: both; }

@media (min-width: 992px) {
  #main-menu {
    float: right;
    clear: none; } }

/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  margin: 6px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #555;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0; }

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0; }

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent; }

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none; }

#main-menu-state:checked ~ #main-menu {
  display: block; }

@media (min-width: 992px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px; }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block; } }

@media (max-width: 991px) {
  #main-menu {
    background: #fff;
    position: fixed;
    width: 300px;
    left: -300px;
    top: 0;
    bottom: 0;
    overflow-y: auto; }
  .navbar_header .main-menu-btn {
    top: 33px; }
  .navbar_header.nav-fixed .main-menu-btn {
    top: 10px !important; } }

body {
  font-family: "Plus Jakarta Sans", serif;
  position: relative; }

.navbar_header {
  padding: 25px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9; }
  .navbar_header .phone {
    line-height: 20px; }
  .navbar_header .phone-no {
    font-family: "Plus Jakarta Sans", serif; }
    .navbar_header .phone-no a {
      color: #231f20;
      font-size: 22px; }
  .navbar_header ul li a {
    font-weight: 600;
    color: #fff;
    font-size: 20px; }
    .navbar_header ul li a:hover {
      color: #fff; }
  @media (min-width: 1441px) {
    .navbar_header .sm-nowrap {
      width: 350px !important; } }
  .navbar_header .social-icon {
    margin-left: 45px; }
    .navbar_header .social-icon a {
      height: 40px;
      width: 40px;
      line-height: 36px;
      text-align: center;
      border-radius: 100px;
      background: #231f20;
      display: inline-block; }
  .navbar_header .icon {
    background: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100px;
    display: inline-block; }
  .navbar_header .btn {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    font-weight: 500;
    padding: 10px 25px;
    color: #fff;
    background-color: #0C80BD;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    border-radius: 10px !important; }
    .navbar_header .btn:hover {
      background: #94B40E;
      color: #fff; }

.home-banners {
  position: relative;
  overflow: hidden;
  background: #231f20; }
  .home-banners .title {
    font-family: "Playball", cursive;
    font-size: 54px;
    margin-bottom: 25px; }
  .home-banners .sub-title {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 25px; }
  .home-banners .description {
    font-size: 22px;
    font-weight: 300;
    font-family: "Plus Jakarta Sans", serif;
    color: #555; }
  .home-banners .font-title {
    font-family: "Playball", cursive;
    font-size: 30px; }
  .home-banners .carousel-caption {
    display: flex;
    top: 0;
    left: 9%;
    bottom: 0;
    align-items: start;
    flex-direction: column;
    justify-content: center; }
  .home-banners .img-fluid {
    object-fit: cover;
    width: 100%; }

.home-about {
  position: relative;
  padding: 40px 0; }
  .home-about .title {
    font-family: "Playball", cursive;
    font-size: 36px;
    color: #231f20;
    margin-bottom: 25px;
    text-align: center; }
  .home-about .font-title {
    font-family: "Playball", cursive;
    font-size: 36px;
    margin-bottom: 25px;
    color: #231f20; }
  .home-about .sub-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 25px; }
  .home-about .description {
    font-size: 22px;
    font-weight: 300;
    font-family: "Plus Jakarta Sans", serif;
    text-align: justify;
    color: #555; }
    .home-about .description span {
      display: block;
      height: 15px; }
  .home-about .img-circle img {
    border-radius: 100% !important; }
  .home-about .img-fluid {
    border-radius: 16px;
    object-fit: cover !important; }
  .home-about .owl-carousel .box img {
    height: 450px;
    object-fit: contain; }
  .home-about .owl-dots {
    text-align: center;
    margin-top: 15px; }
    .home-about .owl-dots button {
      height: 10px;
      width: 10px;
      background: #e5d2c0;
      margin: 2px;
      border-radius: 100px; }
    .home-about .owl-dots .active {
      background: #231f20; }

.home-services {
  padding: 70px 0;
  position: relative;
  background: linear-gradient(to top, #e5d2c0, #f1ddcb, #e2d1be); }
  .home-services .title {
    font-family: "Plus Jakarta Sans", serif;
    font-size: 42px;
    color: #231f20;
    font-weight: 800;
    margin-bottom: 75px;
    text-align: center;
    text-transform: uppercase; }
  .home-services .sub-title {
    font-size: 26px;
    font-weight: 800;
    font-family: "Plus Jakarta Sans", serif;
    margin-top: 10px;
    color: #231f20; }
  .home-services .description {
    font-size: 18px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", serif;
    margin-top: 10px;
    opacity: .8;
    color: #231f20; }
  .home-services .box {
    margin-bottom: 60px;
    min-height: 250px; }

.home-certificates {
  padding: 50px 0; }
  .home-certificates .title {
    font-family: "Plus Jakarta Sans", serif;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 35px;
    text-transform: capitalize;
    color: #231f20;
    text-align: center; }
  .home-certificates img {
    height: 250px;
    object-fit: contain;
    border: 1px solid rgba(97, 97, 97, 0.2); }
  .home-certificates .owl-dots {
    text-align: center;
    margin-top: 15px; }
    .home-certificates .owl-dots button {
      height: 10px;
      width: 10px;
      background: #e5d2c0;
      margin: 2px;
      border-radius: 100px; }
    .home-certificates .owl-dots .active {
      background: #231f20; }

.footer {
  padding: 40px 0; }
  .footer .title {
    font-family: "Plus Jakarta Sans", serif;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 35px;
    text-transform: uppercase;
    color: #231f20; }
  .footer .img-fluid {
    border-radius: 16px; }

.whatsapp {
  position: fixed;
  z-index: 2;
  right: 10px;
  bottom: 100px;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background: #25d366;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }
  .whatsapp img {
    filter: invert(1); }

.copyright {
  padding: 20px 0;
  font-family: "Plus Jakarta Sans", serif;
  background: #231f20;
  text-align: center;
  color: #fff; }
  .copyright .title {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px; }

.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(255, 255, 255, 0.5);
  padding: 30px;
  padding-left: 0;
  position: relative;
  border-radius: 20px; }
  .form .form-control {
    border: 1.5px solid #ecedec;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    transition: 0.2s ease-in-out;
    border-left: 0;
    font-family: "Plus Jakarta Sans", serif;
    font-size: 18px; }
  .form ::placeholder {
    color: #999; }
  .form input {
    height: 50px; }
  .form .input-group-text {
    background: #fff;
    padding-top: 10px;
    border-right: 0;
    align-items: first baseline; }
  .form textarea {
    padding-top: 10px; }
  .form button {
    margin: 20px 0 10px 0;
    background: #231f20;
    border: none;
    color: white;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    height: 50px;
    min-width: 220px;
    cursor: pointer; }
    .form button:hover {
      background: #94B40E; }

#back-to-top {
  position: fixed;
  bottom: 50px;
  z-index: 2;
  background: #231f20;
  color: #fff;
  right: 20px;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 100px;
  line-height: 33px; }

@media (min-width: 1441px) and (max-width: 1640px) {
  .home-about .title {
    font-size: 30px; }
  .home-about .description {
    font-size: 18px; } }

@media (min-width: 1281px) and (max-width: 1440px) {
  .home-about .title {
    font-size: 30px; }
  .home-about .description {
    font-size: 18px; } }

@media (min-width: 1200px) and (max-width: 1280px) {
  .nav-brand img {
    width: 250px !important; }
  .home-about .img-fluid {
    object-fit: cover; }
  .home-about .title {
    font-size: 30px; }
  .home-about .description {
    font-size: 18px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .nav-brand img {
    width: 200px !important; }
  .home-about .title {
    font-size: 30px; }
  .home-about .description {
    font-size: 18px; } }

@media (max-width: 991px) {
  .home-about {
    padding: 60px 0; }
  #main-menu {
    padding: 20px; }
  .nav-brand img {
    width: 200px !important; }
  .navbar_header {
    padding-top: 0px; }
  .navbar_header ul li a {
    color: #000; } }

@media (max-width: 767px) {
  .navbar_header {
    background: #f5b345;
    position: relative;
    padding: 10px 0; }
  .home-about,
  .home-services,
  .footer {
    padding: 40px 0; }
    .home-about .title,
    .home-services .title,
    .footer .title {
      margin-bottom: 40px;
      font-size: 36px;
      line-height: 36px; }
  .home-about .title {
    font-size: 30px; }
  .home-about .description {
    font-size: 18px; }
  .main-menu-btn-icon,
  .main-menu-btn-icon::before,
  .main-menu-btn-icon::after {
    background: #231f20; }
  .nav-brand img {
    width: 150px !important; } }
