* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:root {
  --product-primary: #0bb47c;
  --product-info: #17a2b8;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  resize: none;
}

.product-text-info {
  color: var(--product-info);
}

.product-bg-info {
  background-color: var(--product-info);
  color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

.product-outline {
  border: 1px solid var(--product-info);
  color: #333;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--product-info);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
}

ul li {
  list-style: none;
  line-height: 2rem;
}

.page-header {
  width: 100%;
  height: auto;
  -o-object-fit: fill;
     object-fit: fill;
  background-attachment: fixed;
  background-size: cover;
  height: auto !important;
}

.padding_60_80 {
  padding: 60px 80px 0 80px;
}

@media (max-width: 768px) {
  .padding_60_80 {
    padding: 20px 10px 0 10px;
  }
}

.scroll_top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--product-info);
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

@media (max-width: 768px) {
  .scroll_top {
    bottom: 2vh;
  }
}

.scroll_top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.scroll_top:hover {
  background: var(--product-primary);
  color: #fff;
}

.scroll_top.active {
  visibility: visible;
  opacity: 1;
}

.navbar .navbar-brand img {
  width: 100px !important;
  height: 75px;
}

.navbar .navbar-nav .nav-item {
  padding-right: 2rem;
}

.navbar .navbar-nav .nav-item .nav-link {
  font-size: 1.1rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .navbar .navbar-nav {
    border-top: 1px solid #ddd;
  }
  .navbar .navbar-brand img {
    width: 120px;
    height: 60px;
  }
}

.hero_section {
  width: 100%;
  height: 70vh !important;
  overflow: hidden;
  position: relative;

}

/*@media (max-height: 500px) {
  .hero_section {
    height: 50vh;
  }
}*/

.hero_section .carousel,
.hero_section .carousel-inner,
.hero_section .carousel-item,
.hero_section .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.hero_section .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero_section .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}

.hero_section .carousel-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

.hero_section .container {
  text-align: center;
}

.hero_section h5 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 2.3rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .hero_section h5 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}

.hero_section p {
  width: 80%;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  .hero_section p {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .hero_section p {
    font-size: 1.5rem;
    line-height: 1.2;
    width: 100%;
  }
}

.hero_section .carousel-control-prev,
.hero_section .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  .hero_section .carousel-control-prev,
  .hero_section .carousel-control-next {
    width: 5%;
  }
}

.hero_section .carousel-control-next-icon,
.hero_section .carousel-control-prev-icon {
  font-size: 32px;
  line-height: 1;
}

.hero_section .btn-cta {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: var(--product-primary);
  border: 1px solid var(--product-primary);
}

.hero_section .btn-cta:hover {
  background: #fff;
  color: #000;
}

.headerText h2 {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 70px;
  position: relative;
  text-transform: capitalize;
}

.headerText h4 {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: var(--product-info);
}

@media (max-width: 768px) {
  .headerText h2 {
    font-size: 2rem;
  }
}

.headerText h2::after {
  border: 1px solid #333;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
}

.headerText h4::after {
  border: 1px solid #333;
  bottom: -10px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  width: 50%;
}

.about_section img {
  width: 100%;
}

@media (max-width: 768px) {
  .headerText h2 {
    margin-bottom: 50px;
  }
  h4 {
    font-size: 1rem;
    margin-bottom: 50px;
  }
  .about_section img {
    margin-bottom: 1rem;
  }
}

.product_section .product_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 1rem 0.5rem;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  margin: 1rem auto;
}

.product_section .product_item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.product_section .product_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #777;
}

.product_section .product_item a h5 {
  text-transform: capitalize;
  font-size: 1rem;
  text-align: center;
}

.product_section .product_item a img {
  width: 70%;
}

.product_section .product_item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem;
  padding: 0.5rem;
  width: 100%;
}

.product_section .product_item div .product_btn {
  background-color: var(--product-primary);
  color: #fff;
  padding: 0.2rem 1.5rem;
  font-size: 0.9rem;
  border-radius: 8px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product_section .product_item div .product_btn:first-child {
  background-color: #fff;
  color: #333;
}

.product_section .product_item div .product_btn:last-child {
  background-color: #fff;
  color: #333;
  border: 1px solid var(--product-primary);
}

.product_section .product_item div .product_btn:hover:nth-child(2) {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.product_section .product_item div .product_btn:hover:last-child {
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.about_extra .accordion .btn {
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .about_extra .accordion .btn {
    font-size: 1.5rem;
  }
  .product_section .row {
    gap: 1rem;
  }
}

header {
  -webkit-box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.3);
}

footer {
  padding-top: 1rem;
  background-color: #eeeeee;
}

footer a {
  color: #444;
}

footer a:hover {
  text-decoration: underline !important;
}

footer .socialmedia {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .socialmedia a:hover {
  color: #17a2b8 !important;
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  text-decoration: none;
}
/*# sourceMappingURL=styles.css.map */

/*.offset-lg-6{
  display: none !important;
}

.offset-lg-2{
  display: none !important;
}*/
/*@media(max-width: 500px){
  .page-header{
    height: 80px !important;
  }
  img.o_we_custom_image{
    height: 80px !important;
  }
}*/

.gallery_section #image-container .row div div {
  width: 100%;
  height: 100%;
  border: 2px solid #0bb47c;
  padding: 1rem;
  border-radius: 10px;
  text-align: center !important;

}

footer ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 2rem;
  font-size: 0.9rem;
}

@media (max-width: 992px) {
  footer ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  footer ul {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    gap: 0.5rem;
  }
  .footer-bottom .copyright {
    text-align: center;
  }
}
.copyright p {
  font-size: 0.9rem;
}
.jumbotron {
    padding: unset !important;
}

.jumbotron .lead {
    font-size: 1.55rem;
    font-weight: 400;
    line-height: 1.1;
}

.breadcrumb{
  font-size: 14px;
}

.carousel-control-prev-icon{
  display: block !important;
}
.carousel-control-next-icon{
  display: block !important;
}

.carousel-item{
  min-height: unset !important;
}

.otp_login_welcome{
    width: 50% !important;
}

#OTPLoginModal h4, #OTPLoginModal .close{
  color: #085294 !important;
}

#OTPLoginModal .OTPRequestSubmit, #OTPLoginModal .OTPLoginSubmit{
  background-color: #085294 !important;
}

@media(max-width: 768px){
  .otp_login_welcome > h4 {
    margin-bottom: unset !important;
    font-size: 20px !important;
  }
  .otp_login_welcome > span {
    font-size: 0.9rem !important;
  }
}

.LoginOTPModal .OTPRequestBack:hover {
    color: unset !important;
    background-color: unset !important;
}
.LoginOTPModal .OTPRequestBack{
  color: #085294 !important;
}

@media(max-width:406px){
    .copyright p{
        font-size: 0.7rem !important;
        text-align: center !important;
    }
}