@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+Thambi+2:wght@400..800&display=swap");
/*
 |-----------------------------------------------------------
 | Common Styles
 |-----------------------------------------------------------
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

ul, li {
  padding: 0;
  margin: 0;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  overflow-x: hidden;
  color: #535353 !important;
  background: #FFFFFF !important;
}

p {
  font-family: 'Roboto', sans-serif;
}

.service-text p {
  font-size: 14px !important;
  color: #dedede !important;
}

.blog-card p {
  font-size: 14px !important;
}

a {
  text-decoration: none !important;
  font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #121212 !important;
}

ul {
  margin-bottom: 0px;
  font-family: 'Roboto', sans-serif;
}

.container {
  max-width: 1120px !important;
  margin: 0 auto;
}

.container-0 {
  max-width: 1152px;
  margin: 0 auto;
  left: 0;
}

.text-container {
  max-width: 1152px !important;
  margin: 0 auto;
}

.text-container-m {
  max-width: 424px;
  margin: 0 auto;
}

.row {
  margin-top: 0px;
}

::-moz-selection, ::-moz-selection {
  background: #345cb7;
  color: #dedede;
}

::selection, ::-moz-selection {
  background: #345cb7;
  color: #dedede;
}

/*
 |-----------------------------------------------------------
 | Margin & Padding Styles
 |-----------------------------------------------------------
*/
.pt-80 {
  padding-top: 80px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pb-100 {
  padding-top: 24px;
  padding-bottom: 100px;
}

/*
 |-----------------------------------------------------------
 | Colour Styles
 |-----------------------------------------------------------
*/
.a1 {
  color: #345cb7 !important;
}

.a1-bg {
  background: #345cb7 !important;
}

.a2 {
  color: #345bb716 !important;
}

.a2-bg {
  background: #345bb716 !important;
}

.c1 {
  color: #e87409 !important;
}

.d1 {
  color: #FFFFFF !important;
}

.d4 {
  color: #D6D6D6 !important;
}

.d2 {
  color: #dedede;
}

.d6 {
  color: #121212 !important;
}

.d1-bg {
  background: #FFFFFF !important;
}

.d2-bg {
  background: #dedede;
}

.d3-bg {
  background: #F3F3F3 !important;
}

.d4-bg {
  background: #D6D6D6 !important;
}

.d5-bg {
  background: #535353 !important;
}

.d6-bg {
  background: #121212 !important;
}

.gradient {
  background: linear-gradient(-45deg, #3b6c73 0%, #05383b 100%) !important;
}

.highlight {
  background: #345cb7;
  padding: 4px;
  font-weight: 500;
}

.text-shadow {
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
}

.lable {
  background: #345cb7;
  padding: 0px 32px;
  text-align: center;
}

.ticket {
  background: #FFFFFF;
  margin-bottom: 32px;
}

.ticket .ticket-img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-16 {
  padding: 16px;
}

.map_icon {
  font-size: 14px !important;
}

.header-bg {
  background: #FFFFFF;
  height: 116px;
}

.header-bg header {
  position: fixed;
  width: 100%;
  background: #FFFFFF;
  z-index: 99;
}

.banner-img {
  background: url("../images/bg2.jpg"), #FFFFFF;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: top left;
}

.video-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.video-wrapper video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 16px;
}

.banner-video {
  border-radius: 40px;
}

.cta-card {
  background: #FFFFFF;
  border-radius: 30px;
}

.post-card {
  background: #FFFFFF;
  border-radius: 5px;
  padding: 16px;
  margin-bottom: 24px;
}

.post-card img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}

.blog-card {
  border-radius: 16px;
  border: 1px solid #345bb716;
  padding: 16px;
  margin-bottom: 24px;
}

.blog-card .doc-img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

.blog-card:hover {
  -webkit-box-shadow: 5px 5px 0 #345bb716;
          box-shadow: 5px 5px 0 #345bb716;
}

.category-tag {
  background: #e7ff0a;
  font-size: 16px;
  padding: 5px;
  border-radius: 5px;
}

.category-tag.normal {
  background: #345cb7;
  color: #FFFFFF;
}

.cate-card {
  padding: 16px;
  background: #FFFFFF;
  border-bottom: 1px solid #345cb7;
  margin-bottom: 16px;
}

.blog-header {
  width: 100%;
  height: 300px;
  border-radius: 5px 150px 5px 5px;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center top;
}

/*
 |-----------------------------------------------------------
 | Typography Styles
 |-----------------------------------------------------------
*/
.body-small {
  font-size: 14px;
}

.sub-head {
  font-style: italic;
  margin-bottom: 10px;
}

.headingH1 {
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  line-height: 65px;
  font-weight: 500;
}

.headingH2, h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}

.tamil_font {
  font-family: "Baloo Thambi 2", system-ui !important;
}

.headingH3, h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

.headingH4, h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

.headingH5 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}

.headingH6 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.headingHX {
  font-family: 'Source Serif 4', serif;
  font-size: 2.3rem;
  font-weight: 600;
}

/*
 |-----------------------------------------------------------
 | Button Styles
 |-----------------------------------------------------------
*/
.go-btn {
  background: #FFFFFF;
  color: #535353;
  border: 1px solid #e87409;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 15px 30px;
  border-radius: 30px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.go-btn.hsmall {
  padding: 8px 20px !important;
}

.main-btn {
  background: #e87409;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  border: none;
  line-height: 20px;
  padding: 10px 50px;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.main-btn2 {
  background: #e87409;
  color: #FFFFFF;
  border: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 15px 30px;
  border-radius: 30px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.main-btn2:hover {
  background: #345bb716 !important;
  color: #345cb7 !important;
}

.form-text, .form-select {
  height: 40px;
  width: 100%;
  margin-top: 0 !important;
  border: 1px solid #D6D6D6;
  padding: 0 16px;
  border-radius: 5px;
}

.form-text-area {
  height: 100px;
  width: 100%;
  margin-top: 0 !important;
  border: 1px solid #D6D6D6;
  padding: 0 16px;
  border-radius: 5px;
}

.book-btn {
  background: #345cb7;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  padding: 8px;
  text-align: center;
  color: #dedede;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.book-btn:hover {
  background: #dedede;
  color: #345cb7;
}

.new-sub {
  margin-left: -50px;
}

.topbar {
  background: #e87409;
  padding: 4px 8px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topbar .close-icon {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #FFFFFF;
  color: #121212;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.footerbg {
  background: #030d23;
}

ul.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  list-style: none;
}

ul.navbar-nav li {
  padding-left: 24px !important;
  padding-right: 24px !important;
  font-size: 16px;
  font-weight: 400;
}

ul.navbar-nav li a {
  color: #3b6c73;
}

.ourworkthumb {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.article-card {
  background: #FFFFFF;
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 20px #25252514;
          box-shadow: 5px 5px 20px #25252514;
}

/*
 |-----------------------------------------------------------
 | Card Elements Styles
 |-----------------------------------------------------------
*/
.doctor-card {
  padding: 24px;
  border: 1px solid #c6c6c6;
  border-radius: 0px;
}

.doctor-card:hover {
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
}

.gmc-img {
  border-radius: 30px;
}

.service-container {
  padding: 32px;
  border-radius: 20px;
  border: 1px solid #345cb7;
  text-align: center;
  height: 100%;
}

.service-container .service-icon {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #FFFFFF;
  padding: 20px;
  margin: 0 auto;
}

.service-container .service-icon .material-symbols-outlined {
  font-size: 65px;
  color: #345cb7;
}

.service-container.service1 {
  background: #345bb716;
}

.service-container.service2 {
  background: #345cb7;
}

.cta-img {
  padding-bottom: 32px;
}

.fact-card {
  width: 100%;
  padding: 30px;
  background: #F3F3F3;
  border-radius: 30px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 24px;
}

.service-card {
  width: 100%;
  height: 100%;
  padding: 30px;
  background: #F3F3F3;
  border-radius: 30px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-card img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.6;
}

.service-card p {
  color: #535353;
}

.service-card:hover {
  background: #121212;
}

.service-card:hover p {
  color: #D6D6D6;
}

.service-card:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

.client-logo {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.4;
}

.client-logo:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.border-left {
  border-radius: 150px 0 0 0;
}

.border-bottom2 {
  border-bottom: 1px solid #345cb7;
}

.video-card {
  background: #FDFDFE;
  border-radius: 16px;
  padding: 20px;
}

.video-card iframe {
  border-radius: 10px;
  max-height: 180px;
}

.book-img img {
  border-radius: 16px;
}

.img-card {
  position: relative;
  border-radius: 16px;
  height: 100%;
  width: 100%;
}

.img-card img {
  height: 100%;
  width: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-content {
  width: 100%;
  padding: 16px;
  padding-top: 80px !important;
  position: absolute;
  bottom: 0;
  border-radius: 0 0 16px 16px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, #0d1d23), to(rgba(253, 253, 254, 0)));
  background: linear-gradient(360deg, #0d1d23 60%, rgba(253, 253, 254, 0) 100%);
}

.news-card {
  background: #FFFFFF;
  border-radius: 16px;
}

.news-card:hover {
  -webkit-box-shadow: 2px 2px 20px #e3e3e3;
          box-shadow: 2px 2px 20px #e3e3e3;
  cursor: pointer;
}

.breaker-card {
  border-radius: 24px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
}

.hero-image {
  position: relative;
}

.hero1 {
  width: 100%;
  max-width: 550px;
  position: relative;
  z-index: 9;
}

.hero-text {
  position: absolute;
  bottom: 20%;
  z-index: 10;
  right: 0;
}

.image-over-text {
  position: absolute;
  z-index: 12;
  left: 100px;
  top: 32px;
}

.bg {
  background-image: url("../images/elements/bg.png");
  background-size: cover;
  background-position: bottom left;
}

.date {
  background: #F3F3F3;
  padding: 30px 20px;
}

.anim {
  opacity: 0;
}

.carousel-inner {
  overflow: visible !important;
}

@-webkit-keyframes animtop {
  from {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes animtop {
  from {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.floating {
  -webkit-animation-name: scaling;
          animation-name: scaling;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.floating2 {
  -webkit-animation-name: floating;
          animation-name: floating;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@-webkit-keyframes scaling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.form-bg {
  background-image: url("../images/bg1.jpg");
  background-size: cover;
  background-position: top center;
}

.newsletter-p {
  padding-top: 100px;
  padding-bottom: 150px;
}

.blogimg {
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-inner {
  padding: 0px 0px !important;
}

.carousel {
  overflow: hidden !important;
}

/*
 |-----------------------------------------------------------
 | Responsive Styles
 |-----------------------------------------------------------
*/
@media only screen and (max-width: 540px) {
  .headingHX {
    font-size: 48px;
    line-height: 58px;
  }
}

@media screen and (max-width: 769px) {
  .p-64 {
    padding: 32px;
  }
  .service-container {
    padding: 16px;
  }
  .service-container .service-icon {
    height: 60px;
    width: 60px;
    padding: 10px;
  }
  .service-container .service-icon .material-symbols-outlined {
    font-size: 40px !important;
  }
}

@media (max-width: 990px) {
  .blog-header {
    border-radius: 5px 50px 5px 5px;
  }
  ul.navbar-nav li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-collapse {
    padding: 32px 0;
  }
  .service-card, .fact-card {
    padding: 30px 16px;
  }
  .hero-img {
    width: 101vw !important;
    margin-left: -14px;
  }
  .border-left {
    border-radius: 0 0 0 0;
  }
  .border-bottom {
    border-radius: 0 0 0 0;
  }
  .pt-80 {
    padding-top: 50px;
  }
  .form-text {
    width: 100%;
  }
  .t-card {
    width: 100%;
  }
  .main-mobile-btn {
    margin-top: 120px !important;
  }
  .herobg {
    display: none;
  }
  .main-btn, .main-btn2, .go-btn {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-text {
    bottom: -40%;
    width: 100%;
  }
  .headingH1 {
    font-size: 36px;
    line-height: 46px;
    text-align: center;
  }
  .headingH2 {
    font-size: 28px;
    line-height: 38px;
  }
  .navbar-brand .headingH4 {
    font-size: 15px;
    line-height: 20px;
  }
  .ticket .row {
    background: #FFFFFF;
    border-bottom: 1px solid #dedede;
  }
  .ticket .row .ticket-img {
    padding: 0px;
  }
  .ticket {
    margin-bottom: 40px;
  }
  .mobile-hide {
    display: none;
  }
  .owl-carousel::before, .owl-carousel::after {
    background: none !important;
  }
  .banner-img {
    background-size: 100%;
  }
  .py-100 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

.owl-carousel {
  position: relative;
  overflow: hidden;
}

.owl-carousel::before, .owl-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  width: 20%;
  /* Adjust the width as needed */
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  pointer-events: none;
}

.owl-carousel::before {
  left: 0;
  z-index: 9;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 100%);
}

.owl-carousel::after {
  right: 0;
}

.owl-carousel .item {
  position: relative;
}

.image-container {
  position: relative;
}

.image-container::after {
  content: '';
  position: absolute;
  border-radius: 0 0 16px 16px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 194, 19, 0)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(to bottom, rgba(0, 194, 19, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.image-container img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.image-text {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 9;
}

.whatsapp-icon {
  height: 42px;
  width: 42px;
  text-align: center;
  padding-top: 8px;
  border-radius: 50%;
  background: #345cb7;
}

.hero-img {
  width: 50vw;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}

.title-bar {
  border-bottom: 1px solid #345cb7;
}

.title-bar div {
  height: 4px;
  width: 60px;
  background: #345cb7;
}

.modal-content {
  border-radius: 24px !important;
}

.modal-content .form-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.modal-content .form-label {
  font-size: 14px;
}

.accordion-button:not(.collapsed) {
  background-color: #345cb7 !important;
  color: #FFFFFF !important;
}

.comingsoon {
  background: #e87409;
  padding: 4px;
  border-radius: 2px;
  color: #FFFFFF;
  margin: 0;
  margin-left: 16px;
}

.navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-item-has-children {
  float: left;
  overflow: hidden;
}

.menu-item-has-children::after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/> </svg>');
  -webkit-filter: invert(74%) sepia(47%) saturate(515%) hue-rotate(341deg) brightness(102%) contrast(101%);
          filter: invert(74%) sepia(47%) saturate(515%) hue-rotate(341deg) brightness(102%) contrast(101%);
  margin-left: 8px;
}

.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  margin-left: -16px;
  padding: 16px 16px;
  min-width: 160px;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 20px #28282811;
          box-shadow: 4px 4px 20px #28282811;
  z-index: 1;
  margin-top: 16px;
  list-style: none;
}

.menu-item-has-children .sub-menu .menu-item {
  padding: 8px 16px;
}

.menu-item-has-children:hover .sub-menu {
  display: block;
}

.menu-item {
  padding: 16px 16px;
}

.menu-item a {
  color: #FFFFFF;
  font-size: 16px;
}

.menu-item a:hover {
  color: #e87409 !important;
}

@media screen and (max-width: 990px) {
  .menu-item-has-children::after {
    content: none;
  }
  .navbar-nav {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .menu-item-has-children .sub-menu {
    position: relative;
    margin-left: 0px;
    padding: 0 0;
    background: transparent;
    min-width: 200px;
    border-radius: 0 0 16px 16px;
    margin-top: 16px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .menu-item-has-children .sub-menu .menu-item {
    padding-right: 0px;
  }
  .mobile-padding {
    padding-top: 150px;
  }
  .navbar-collapse {
    position: absolute;
    top: 74px;
    left: 0px;
    background-color: #FFFFFF;
    border-radius: 0 0 60px 0;
    -webkit-box-shadow: 4px 4px 20px #28282811;
            box-shadow: 4px 4px 20px #28282811;
    width: 100%;
    margin: 0px;
    padding: 16px 0px;
  }
  .navbar-collapse li {
    width: 100%;
  }
  .navbar-collapse li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navbar-collapse li a::after {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/> </svg>');
    margin-right: 16px;
    -webkit-filter: invert(74%) sepia(47%) saturate(515%) hue-rotate(341deg) brightness(102%) contrast(101%);
            filter: invert(74%) sepia(47%) saturate(515%) hue-rotate(341deg) brightness(102%) contrast(101%);
  }
}

.modal-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=styles.css.map */