.col_clr1 {
  background-color: #27273f;
}
.col_sm1 {
  width: 100%;
  margin: 0 auto;
  clear: both;
}
.top_btm_pad {
  padding-bottom: 1%;
}

.top {
  width: 88%;
  height: 88px;
  margin: 0 auto;
  background-color: #27273f;
  z-index: 1;
  display: block;
}

.link:hover {
  color: #ffffff !important;
}

.navbar {
  width: 50%;
  margin: 0.5% 1%;
  float: left;
}

.top_right > p {
  width: 46%;
  min-width: 440px !important;
  margin: 0.5% 1.5% 0% 0.5%;
  padding-top: 3px;
  float: right;
}

.body_text_white {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
  margin: 1% 2% 0% 1%;
  line-height: 130%;
  text-align: right;
}

a.link2:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
}

.clear {
  clear: both;
}

.logo {
  width: auto;
  margin: 0;
  float: left;
  display: block;
}

.logo2 {
  width: 32%;
  margin: 0;
  float: left;
  background: #fff;
  display: none;
}
.img {
  width: 100%;
}

.link5 {
  display: contents;
}

.nav_menu {
  width: auto;
  margin: 2.9% 0% 0% 0%;
  float: right;
  display: block;
  padding-top: 6px;
  padding-right: 8px;
}

.top_patch {
  width: 88%;
  margin: 0 auto;
  background: #2fb3ff;
  position: absolute;
  top: 6%;
  left: 6%;
  height: 91px;
  z-index: 9999;
  display: block;
}

#cssmenu {
  width: auto;
  font-family: Arial, Helvetica, sans-serif;
  /* background: #; */
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999;
}

#cssmenu > ul > li > a {
  padding: 8px 10px 8px 10px;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14.5px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#cssmenu > ul > li.active > a {
  color: #32324e;
}

#cssmenu #menu-button {
  display: none;
}

#menu-button {
  display: none; /* Hide menu button on desktop */
  cursor: pointer;
}

#cssmenu ul {
  display: flex; /* Always visible on desktop */
  list-style: none;
  margin: 0;
  padding: 0;
}

.top_patch::after {
  content: "";
  display: block;
  clear: both;
}

.top_patch {
  height: auto;
  min-height: 91px;
}

/* ===========================
   Mobile
=========================== */

@media (max-width: 768px) {
  .nav_menu {
    float: none;
    width: 100%;
    margin: 0;
  }

  .top_btm_pad {
    display: none;
  }

  #menu-button {
    /* display: block;  */
    padding: 12px 15px;
    background: #1b1b1b;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    user-select: none;
  }

  #cssmenu #menu-button {
    display: block;
    padding: 12px 15px;
    background: #2fb3ff;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    border: none !important;
  }

  #cssmenu ul {
    border-top: 1px solid #3394cc !important;
  }

  #cssmenu > ul > li {
    border: none !important;
  }

  #cssmenu > ul > li > a {
    padding: 8px 10px 8px 10px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14.5px;
    border: none;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #2fb3ff;
  }

  .top_patch {
    width: 100%;
    position: relative;
    margin: 0 auto;
    background: #fff;
    top: 0%;
    left: 0%;
    z-index: 9999;
  }

  .logo {
    width: 32%;
    margin: 0;
    float: left;
    display: none;
  }

  .logo2 {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    float: none;
    background-color: #ffffff;
  }

  .nav_menu {
    width: none;
    padding: 1%;
    background-color: #2fb3ff;
    width: 100%;
    display: block;
    height: auto;
  }

  #cssmenu ul {
    display: none; /* Hide menu initially */
    width: 100%;
    background: #fff;
  }

  #cssmenu ul.show {
    display: block;
  }

  #cssmenu ul li {
    display: block;
    width: 100%;
    /* border-top: 1px solid #ddd; */
  }

  #cssmenu ul li a {
    display: block;
    padding: 12px 15px;
  }

  .containercustom {
    width: 94%;
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .pad {
    padding: 0px;
  }

  .bg-sky-500 {
    width: 22px !important;
    height: 3px !important;
  }

  .body_text {
    margin: 0% !important;
  }

  .coll_sm4 {
    /* width: 26.66%; */
    margin: 2%;
    float: left;
  }
}

.body_text111 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #164475;
  font-weight: bold;
  margin: 1% 2% 0% 1%;
  line-height: 170%;
  text-align: justify;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .logo {
    display: none;
  }
  .top {
    display: none;
  }

  .logo2 {
    display: flex;
    width: auto;
    justify-content: center;
  }

  .top_patch {
    display: flex;
    width: 100%;
    left: 0px;
    top: 0%;
    flex-direction: column;
  }

  #cssmenu {
    padding-bottom: 16px;
  }
}

.fb {
  width: 39px;
  height: 39px;
  position: fixed;
  right: 2%;
  bottom: 2%;
  background-image: url(../img/top_b.webp);
  display: block;
  transition-duration: 1s;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 999;
}

.fb.show:hover {
  width: 39px;
  height: 39px;
  position: fixed;
  right: 2%;
  transition-duration: 1s;
  bottom: 2%;
  cursor: pointer;
  background-image: url(../img/top_b.webp);
  display: block;
  opacity: 1;
}

.fb.show {
  opacity: 0.4;
  visibility: visible;
  pointer-events: auto;
}

a.link2:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #ccc;
  text-decoration: none;
}

.link5 {
  cursor: pointer;
}

.btm_txt .link5:hover {
  color: #ffffff;
}
