@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

.grow .designation{
    font-style:italic;
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

@font-face {
  font-family: selenaFont;

  src: url(../fonts/SelinaW01Regular.ttf);
}

body{
  margin-right: 0px !important;
  padding-right: 0px !important;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 0.875rem;
}

@media (min-width: 1025px){
  body{
    font-size: 1.042vw;
  }
}

img{
  width: 100%;
}

section{
  overflow-x: hidden !important;
}

p{
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  p{
    font-size: 1.1vw;
  }
}

.container{
  max-width: none !important;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container{
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1025px){
  .container{
    max-width: 1025px;
    padding-right: 7%;
    padding-left: 7%;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

@media (min-width: 1920px){
  .container{
    max-width: 1920px;
  }
}

/* Cta Button */

.cta{
  position: relative;
  display: flex;
  height: 2.5rem;
  width: 0px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(26 171 182 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(26 171 182 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(26 171 182 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.cta::before{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  margin: auto;
  height: 0px;
  width: 0px;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity));
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.cta:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.cta:hover::before{
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  content: var(--tw-content);
  opacity: 0.8;
}

@media (min-width: 1025px){
  .cta{
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }
}

.ctaNew{
  position: relative;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(26 171 182 / var(--tw-text-opacity));
}

.ctaNew::after{
  position: absolute;
  top: 0.5rem;
  right: -5.7rem;
  height: 100%;
  width: 100%;
  background-image: url('../images/smallRight.svg');
  content: var(--tw-content);
  background-repeat: no-repeat;
}

@media (min-width: 1280px){
  .ctaNew{
    font-size: 1vw;
  }

  .ctaNew::after{
    right: -5.7vw;
    height: 100%;
    content: var(--tw-content);
    width: 100%;
  }
}

.title{
  font-family: selenaFont;
  font-size: 1.3rem;
  --tw-text-opacity: 1;
  color: rgb(26 171 182 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .title{
    font-size: 1.3vw;
  }
}

.title2{
  font-family: selenaFont;
  font-size: 1.2rem;
}

@media (min-width: 1280px){
  .title2{
    font-size: 1.3vw;
  }
}

/* Search Button */

.homeHeader .searchBtn svg{
  fill: #595959;
}

@media (min-width: 1025px){
  .homeHeader .searchBtn svg{
    height: 0.99vw;
    width: 0.99vw;
  }
}

.homeHeader .searchBtn svg{
  border-style: none;
  fill: #fff;
}

.homeHeader .searchBtnInner svg{
  fill: #595959;
}

@media (min-width: 1025px){
  .homeHeader .searchBtnInner svg{
    height: 0.99vw;
    width: 0.99vw;
  }
}

.homeHeader .searchBtnInner svg{
  border-style: none;
  fill: #1E1E1E;
}

/* Header */

header{
  z-index: 1;
}

@media (min-width: 1025px){
  header{
    padding-top: 1vw;
    padding-bottom: 1vw;
  }
}

.logoInner{
  margin-left: 1rem;
  width: 10rem;
}

@media (min-width: 1025px){
  .logoInner{
    width: 13.021vw;
  }
}

@media (min-width: 1280px){
  .logoInner{
    margin-left: 0px;
  }
}

.logo{
  margin-left: 1rem;
  width: 10rem;
}

@media (min-width: 1025px){
  .logo{
    width: 13.021vw;
  }
}

@media (min-width: 1280px){
  .logo{
    margin-left: 0px;
  }
}

/* Home Header */

.homeHeader{
  position: fixed;
  z-index: 10;
  width: 100%;
}

@media (min-width: 1025px){
  .homeHeader{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.fixed {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 0.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1280px){
  .fixed {
    padding-top: 0.5vw;
  }
}

.scrolled .menuWrap .menuList li a{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

.scrolled  .searchBtn svg{
  fill: #000;
}

@media (min-width: 1025px){
  .scrolled  .headBorder{
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
  }
}

.homeHeader .headBorder{
  border-bottom-width: 0.1rem;
  border-style: solid;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}

@media (min-width: 1025px){
  .homeHeader .headBorder{
    padding-top: 1.302vw;
    padding-bottom: 1.302vw;
  }
}

.homeHeader .menuWrap .menuList>li{
  /*padding-bottom: 1rem;*/
}

@media (min-width: 1280px){
  .homeHeader .menuWrap .menuList>li{
    /*padding-bottom: 2rem;*/
  }
}

.homeHeader .menuWrap .menuList li a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.homeHeader .menuWrap .menuListInner li a{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

header.homeHeader.scrolled .menuBtn span{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

/* Menu */

.menuWrap{
  position: absolute;
  left: -100%;
}

@media (min-width: 1025px){
  .menuWrap{
    top: 82%;
    left: 50%;
    display: block;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.menuWrap2{
  position: absolute;
  left: -100%;
}

@media (min-width: 1025px){
  .menuWrap2{
    top: 50%;
    left: 50%;
    display: block;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.menuWrap .menuList{
  justify-content: center;
}

@media (min-width: 1025px){
  .menuWrap .menuList{
    display: flex;
    -moz-column-gap: 2.813vw;
         column-gap: 2.813vw;
  }
}

.menuWrap .menuListInner{
  justify-content: center;
}

@media (min-width: 1025px){
  .menuWrap .menuListInner{
    display: flex;
    -moz-column-gap: 2.813vw;
         column-gap: 2.813vw;
  }
  .dropicon{
      padding-top:0.3rem;
  }
}

.menuWrap .menuListInner li a{
  position: relative;
  display: block;
  padding: 1.25rem;
  font-weight: 400;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menuWrap .menuListInner li a:hover{
  --tw-text-opacity: 1;
  color: rgb(26 171 182 / var(--tw-text-opacity));
}

@media (min-width: 1025px){
  .menuWrap .menuListInner li a{
    padding: 0px;
  }
}

.menuWrap .menuList li a{
  position: relative;
  display: block;
  width: auto;
  padding: 0.5rem;
  font-weight: 400;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menuWrap .menuList li a:hover{
  --tw-text-opacity: 1;
  color: rgb(26 171 182 / var(--tw-text-opacity));
}

@media (min-width: 1025px){
  .menuWrap .menuList li a{
    width: 4rem;
    padding: 0px;
  }
}

@media (min-width: 1280px){
  .menuWrap .menuList li a{
    width: auto;
  }
}

.menuWrap .menuList li a:hover:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .menuWrap .menuList li a:hover:hover{
    --tw-text-opacity: 1;
    color: rgb(26 171 182 / var(--tw-text-opacity));
  }
}

.menuWrap .menuListInner li a::before{
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(26 171 182 / var(--tw-bg-opacity));
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
}

.menuWrap .menuListInner li a:hover::before{
  width: 100%;
}

@media (min-width: 1025px){
  .menuWrap .menuListInner li a::before{
    bottom: -2.3vw;
    height: 0.208vw;
  }
}

.menuWrap .menuList li a::before{
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(26 171 182 / var(--tw-bg-opacity));
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
}

.menuWrap .menuList li a:hover::before{
  width: 100%;
}

@media (min-width: 1025px){
  .menuWrap .menuList li a::before{
    bottom: -2.1vw;
    height: 0.208vw;
  }
}

.menuWrap.active{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  height: 100vh;
  width: 80%;
  --tw-bg-opacity: 1;
  background-color: rgb(26 171 182 / var(--tw-bg-opacity));
  transition:all 1s ease-in-out;
}

.menuWrap.active .menuList li{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

/* Menu Button */

.menuBtn{
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
}

@media (min-width: 1025px){
  .menuBtn{
    display: none;
  }
}

.menuBtn span{
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  display: block;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: #000;
  transition-duration: .25s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menuBtn span:nth-child(1){
  top: 15%;
}

.menuBtn span:nth-child(2), .menuBtn span:nth-child(3){
  top: 50%;
}

.menuBtn span:nth-child(4){
  top: 85%;
}

.menuBtn.active span:nth-child(1), .menuBtn.active span:nth-child(4){
  top: 50%;
  width: 0px;
}

.menuBtn.active span:nth-child(2){
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.menuBtn.active span:nth-child(3){
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Home Banner */

.homeBanner{
  position: relative;
}

.homeBanner::before{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(58 58 58 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.4;
  content: var(--tw-content);
  mix-blend-mode: multiply;
}

@media (min-width: 1280px){
  .homeBanner{
    height: 100%;
  }
}

.homeBanner video{
  display: block;
  aspect-ratio: 1 / 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 480px){
  .homeBanner video{
    aspect-ratio: 16 / 9;
  }
}

@media (min-width: 1025px){
  .homeBanner video{
    aspect-ratio: auto;
  }
}

.homeBanner .hbTxt{
  position: absolute;
  bottom: 5rem;
  top: 30%;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.homeBanner .hbTxt h1{
  margin-bottom: 1.25rem;
  font-size: 1.8rem;
  font-weight: 500;
}

.homeBanner .hbTxt h1 > *{
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
}

@media (min-width: 1025px){
  .homeBanner .hbTxt h1{
    margin-bottom: 4.063vw;
    font-size: 4.688vw;
  }

  .homeBanner .hbTxt h1 > *{
    font-size: 3.125vw;
  }
}

.fixed{
  position: fixed;
}

.\!absolute{
  position: absolute !important;
}

.absolute{
  position: absolute;
}

.\!relative{
  position: relative !important;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.bottom-0{
  bottom: 0px;
}

.bottom-\[-1rem\]{
  bottom: -1rem;
}

.right-0{
  right: 0px;
}

.right-\[-100\%\]{
  right: -100%;
}

.right-\[-1rem\]{
  right: -1rem;
}

.right-\[1rem\]{
  right: 1rem;
}

.right-\[35\%\]{
  right: 35%;
}

.top-0{
  top: 0px;
}

.top-\[-1rem\]{
  top: -1rem;
}

.top-\[15\%\]{
  top: 15%;
}

.top-\[1rem\]{
  top: 1rem;
}

.top-full{
  top: 100%;
}

.z-10{
  z-index: 10;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.\!float-right{
  float: right !important;
}

.\!m-0{
  margin: 0px !important;
}

.m-auto{
  margin: auto;
}

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-\[1\.2rem\]{
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.my-\[2rem\]{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-\[4rem\]{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.\!ml-1{
  margin-left: 0.25rem !important;
}

.\!ml-2{
  margin-left: 0.5rem !important;
}

.\!mt-\[0\.5rem\]{
  margin-top: 0.5rem !important;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-\[-0\.5rem\]{
  margin-left: -0.5rem;
}

.mr-6{
  margin-right: 1.5rem;
}

.mr-\[-1rem\]{
  margin-right: -1rem;
}

.mr-\[1rem\]{
  margin-right: 1rem;
}

.mt-0{
  margin-top: 0px;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-\[-3rem\]{
  margin-top: -3rem;
}

.mt-\[3rem\]{
  margin-top: 3rem;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.\!flex{
  display: flex !important;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.\!h-\[0\.1rem\]{
  height: 0.1rem !important;
}

.\!h-\[2rem\]{
  height: 2rem !important;
}

.\!h-\[6rem\]{
  height: 6rem !important;
}

.\!h-full{
  height: 100% !important;
}

.h-\[1\.3rem\]{
  height: 1.3rem;
}

.h-\[10rem\]{
  height: 10rem;
}

.h-\[50vh\]{
  height: 50vh;
}

.h-full{
  height: 100%;
}

.\!w-\[1rem\]{
  width: 1rem !important;
}

.\!w-\[25\%\]{
  width: 25% !important;
}

.\!w-\[2rem\]{
  width: 2rem !important;
}

.\!w-\[6rem\]{
  width: 6rem !important;
}

.\!w-\[70\%\]{
  width: 70% !important;
}

.\!w-\[9rem\]{
  width: 9rem !important;
}

.\!w-full{
  width: 100% !important;
}

.w-32{
  width: 8rem;
}

.w-\[1\.3rem\]{
  width: 1.3rem;
}

.w-\[10\%\]{
  width: 10%;
}

.w-\[12rem\]{
  width: 12rem;
}

.w-\[13rem\]{
  width: 13rem;
}

.w-\[1rem\]{
  width: 1rem;
}

.w-\[3rem\]{
  width: 3rem;
}

.w-\[6rem\]{
  width: 6rem;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.max-w-lg{
  max-width: 32rem;
}

.flex-grow{
  flex-grow: 1;
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\!cursor-pointer{
  cursor: pointer !important;
}

.cursor-pointer{
  cursor: pointer;
}

.\!grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

.\!items-center{
  align-items: center !important;
}

.items-center{
  align-items: center;
}

.justify-start{
  justify-content: flex-start;
}

.\!justify-center{
  justify-content: center !important;
}

.justify-center{
  justify-content: center;
}

.\!justify-between{
  justify-content: space-between !important;
}

.justify-between{
  justify-content: space-between;
}

.gap-0{
  gap: 0px;
}

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[3vw\]{
  gap: 3vw;
}

.gap-\[4rem\]{
  gap: 4rem;
}

.gap-x-\[1\.2rem\]{
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}

.gap-y-\[2rem\]{
  row-gap: 2rem;
}

.gap-y-\[4rem\]{
  row-gap: 4rem;
}

.\!overflow-hidden{
  overflow: hidden !important;
}

.overflow-hidden{
  overflow: hidden;
}

.scroll-smooth{
  scroll-behavior: smooth;
}

.\!rounded-full{
  border-radius: 9999px !important;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-md{
  border-radius: 0.375rem;
}

.border{
  border-width: 1px;
}

.border-2{
  border-width: 2px;
}

.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-b-\[0\.1rem\]{
  border-bottom-width: 0.1rem;
}

.border-b-\[0\.1vw\]{
  border-bottom-width: 0.1vw;
}

.border-r-\[0\.1rem\]{
  border-right-width: 0.1rem;
}

.border-\[\#C0C0C0\]{
  --tw-border-opacity: 1;
  border-color: rgb(192 192 192 / var(--tw-border-opacity));
}

.border-\[\#C1C1C1\]{
  --tw-border-opacity: 1;
  border-color: rgb(193 193 193 / var(--tw-border-opacity));
}

.border-\[\#E0E0E0\]{
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.border-blue{
  --tw-border-opacity: 1;
  border-color: rgb(26 171 182 / var(--tw-border-opacity));
}

.\!bg-blue{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(26 171 182 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#D81B1B\]{
  --tw-bg-opacity: 1;
  background-color: rgb(216 27 27 / var(--tw-bg-opacity));
}

.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(26 171 182 / var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-95{
  --tw-bg-opacity: 0.95;
}

.\!bg-none{
  background-image: none !important;
}

.bg-\[url\(\'\.\.\/images\/roundedBg\.png\'\)\]{
  background-image: url('../images/roundedBg.png');
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-\[\#1388911a\]{
  --tw-gradient-from: #1388911a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 136 145 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#1AABB60F\]{
  --tw-gradient-from: #1AABB60F var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 171 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#FFFFFF\]{
  --tw-gradient-from: #FFFFFF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-0\%{
  --tw-gradient-from-position: 0%;
}

.to-\[\#F2F2F20F\]{
  --tw-gradient-to: #F2F2F20F var(--tw-gradient-to-position);
}

.to-\[\#ddf7fa\]{
  --tw-gradient-to: #ddf7fa var(--tw-gradient-to-position);
}

.to-\[\#f7f2f20f\]{
  --tw-gradient-to: #f7f2f20f var(--tw-gradient-to-position);
}

.to-100\%{
  --tw-gradient-to-position: 100%;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-4{
  padding: 1rem;
}

.p-8{
  padding: 2rem;
}

.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[1rem\]{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.\!pb-0{
  padding-bottom: 0px !important;
}

.\!pb-4{
  padding-bottom: 1rem !important;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pl-0{
  padding-left: 0px;
}

.pt-12{
  padding-top: 3rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-\[3rem\]{
  padding-top: 3rem;
}

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

.\!text-justify{
  text-align: justify !important;
}

.text-start{
  text-align: start;
}

.align-top{
  vertical-align: top;
}

.\!font-selina{
  font-family: selenaFont !important;
}

.\!text-\[4\.5rem\]{
  font-size: 4.5rem !important;
}

.\!text-\[5rem\]{
  font-size: 5rem !important;
}

.text-\[\.8rem\]{
  font-size: .8rem;
}

.text-\[\.9rem\]{
  font-size: .9rem;
}

.text-\[0\.8rem\]{
  font-size: 0.8rem;
}

.text-\[0\.9rem\]{
  font-size: 0.9rem;
}

.text-\[1\.2rem\]{
  font-size: 1.2rem;
}

.text-\[1\.5rem\]{
  font-size: 1.5rem;
}

.text-\[1rem\]{
  font-size: 1rem;
}

.text-\[4\.5rem\]{
  font-size: 4.5rem;
}

.text-\[5rem\]{
  font-size: 5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.\!font-normal{
  font-weight: 400 !important;
}

.\!font-semibold{
  font-weight: 600 !important;
}

.font-bold{
  font-weight: 700;
}

.font-light{
  font-weight: 300;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

.\!text-\[\#1E1E1E\]{
  --tw-text-opacity: 1 !important;
  color: rgb(30 30 30 / var(--tw-text-opacity)) !important;
}

.\!text-blue{
  --tw-text-opacity: 1 !important;
  color: rgb(26 171 182 / var(--tw-text-opacity)) !important;
}

.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-\[\#1E1E1E\]{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

.text-\[\#595959\]{
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}

.text-\[\#D81B1B\]{
  --tw-text-opacity: 1;
  color: rgb(216 27 27 / var(--tw-text-opacity));
}

.text-\[\#fff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue{
  --tw-text-opacity: 1;
  color: rgb(26 171 182 / var(--tw-text-opacity));
}

.text-darkGrey{
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.opacity-40{
  opacity: 0.4;
}

.opacity-90{
  opacity: 0.9;
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.\!grayscale{
  --tw-grayscale: grayscale(100%) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.sectionPadding{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1280px){
  .sectionPadding{
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}

.container{
  max-width: inherit;
}

/* about section start here */

.aboutDetail{
  position: relative;
  border-bottom-width: 0.1rem;
  --tw-border-opacity: 1;
  border-color: rgb(26 171 182 / var(--tw-border-opacity));
  padding-right: 0px;
  padding-bottom: 2rem;
}

.aboutDetail::after{
  content: var(--tw-content);
  position: absolute;
  right: 0px;
  top: 2.5rem;
  width: 0.05rem;
  background-color: rgb(26 171 182 / 1);
  animation: rotateLine 3s ease-out forwards;
  transform-origin: top right;
 
}

.about .xl\:w-1\/2{
    width:65%;
}

.about .xl\:w-1\/2 p{
    margin:20px 0 0;
    padding:0;
    text-align:center;
}
.about .xl\:w-1\/2 h3{
    padding:0;
    margin:20px 0;
}



@media (min-width: 768px){
  .aboutDetail{
    border-style: none;
  }

  .aboutDetail::after{
    right: -27px;
    top: 2.5rem;
    height: 80%;
    width: 0.05rem;
    --tw-rotate: 12deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(26 171 182 / var(--tw-bg-opacity));
  }
}

@media (min-width: 1280px){
  .aboutDetail{
    padding-right: 3rem;
    padding-bottom: 0px;
  }
}

.aboutDetail h3{
  margin-left: 0px;
  font-family: selenaFont !important;
}

/*@media (min-width: 1280px){*/
/*  .aboutDetail h3{*/
/*    margin-left: 1.3vw;*/
/*  }*/
/*}*/

.aboutDetail p{
  text-align: center;
}

/*@media (min-width: 1025px){*/
/*  .aboutDetail p{*/
/*    padding-right: 2rem;*/
/*  }*/
/*}*/

/*@media (min-width: 1280px){*/
/*  .aboutDetail p{*/
/*    text-align: right;*/
/*  }*/
/*}*/

.about .aboutDiv{
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px){
  .about .aboutDiv{
    width: 70%;
  }
}

@media (min-width: 1280px){
  .about .aboutDiv{
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}

.about{
  margin-bottom: 1.25rem;
  background-image: url('../images/banner/aboutBanner.png');
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

/* counter section */

.counter{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  background-image: url('../images/roundedBg.png');
  background-repeat: no-repeat;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1280px){
  .counter{
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}

@media (min-width: 768px){
  .counter{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1025px){
  .counter{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .counter{
    gap: 3vw;
  }
}

.counter p{
  font-family: selenaFont !important;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(26 171 182 / var(--tw-text-opacity));
}

.counter p .count{
  font-size: 5rem !important;
}

@media (min-width: 1280px){
  .counter p .count{
    font-size: 5vw !important;
  }
}

.smheading{
  font-family: selenaFont;
  font-size: 1.7rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(26 171 182 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .smheading{
    font-size: 2.3vw;
  }
}

.lgheading{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400 !important;
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .lgheading{
    font-size: 1.8vw;
  }
}

.lgheading2{
  padding-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(26 171 182 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .lgheading2{
    padding-bottom: 2vw;
    font-size: 1.5vw;
  }
}

.xlheading{
  padding-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(26 171 182 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .xlheading{
    padding-bottom: 2vw;
    font-size: 2vw;
  }
}

.about h3{
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: selenaFont;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(26 171 182 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .about h3{
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 4.5vw;
  }
}

.about p{
  font-weight: 400;
}

.mySwiper .swiper-slide-active p{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(26 171 182 / var(--tw-border-opacity));
}

.mySwiper .swiper-slide-active p::after{
  content: var(--tw-content);
  --tw-rotate: 12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.mySwiper .swiper-slide-active .slide-strategy{
  border-bottom-width: .2rem;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(15 130 139 / var(--tw-border-opacity));
}

input{
  width: 100%;
  border-bottom-width: 0.1rem;
  --tw-border-opacity: 1;
  border-color: rgb(193 193 193 / var(--tw-border-opacity));
}

input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

textarea{
  border-bottom-width: 0.1rem;
  --tw-border-opacity: 1;
  border-color: rgb(193 193 193 / var(--tw-border-opacity));
}

textarea:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

footer ul li{
  font-size: .9rem;
}

@media (min-width: 1280px){
  footer ul li{
    font-size: .9vw;
    padding-bottom:1rem;
  }
}

footer .contact-us ul li span img{
  width: 1rem;
}

footer .contact-us ul li{
  display: flex;
  gap: 1rem;
  font-size: .9rem;
}

@media (min-width: 1280px){
  footer .contact-us ul li{
    gap: 1vw;
    font-size: .9vw;
  }
}

hr{
  --tw-bg-opacity: 1;
  background-color: rgb(192 192 192 / var(--tw-bg-opacity));
}

.bannarSocial img{
  width: 2rem;
}

@media (min-width: 1280px){
  .bannarSocial img{
    width: 2.5vw;
  }
}

.counter p span{
  margin-left: -1rem;
  font-size: 2rem;
  font-weight: 400;
}

@media (min-width: 1280px){
  .counter p span{
    margin-left: -0.9vw;
    font-size: 2vw;
  }
}

.image-tab img{
  opacity: 0.4;
}

.image-tab.active img{
  opacity: 1;
}

/* .swiper-scrollbar-drag{
    @apply !bg-white
} */

.strategy{
  position: relative;
  font-family: selenaFont;
}

.strategy::after{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 3rem;
  width: 3rem;
  --tw-rotate: 35deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: url('../images/arrowst.svg');
  content: var(--tw-content);
  background-repeat: no-repeat;
}

@media (min-width: 1280px){
  .strategy::after{
    height: 3vw;
    content: var(--tw-content);
    width: 3vw;
  }
}

/* contact us page start here  */

.innerBanner{
  position: relative;
  margin-top: 5.5rem;
}

@media (min-width: 1280px){
  .innerBanner{
    margin-top: 0px;
  }
}

.headInner{
  font-size: 1rem;
}

@media (min-width: 1280px){
  .headInner{
    font-size: 2vw;
  }
}

.innerHeading{
  position: absolute;
  top: 40%;
  left: 0px;
  right: 0px;
  text-align: center;
}

@media (min-width: 1280px){
  .innerHeading{
    top: 50%;
  }
}

.innerHeading p{
  font-size: .5rem;
}

@media (min-width: 1280px){
  .innerHeading p{
    font-size: 1vw;
  }
}

.newsdetail p{
  padding-bottom: 1rem;
}

@media (min-width: 1280px){
  .newsdetail p{
    padding-bottom: 2vw;
  }
}

.active{
  --tw-text-opacity: 1;
  color: rgb(26 171 182 / var(--tw-text-opacity));
}


.cta.submitBtn {
    color: white;
}
/* about page css  */

.aboutData h2{
  margin: auto;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .aboutData h2{
    width: 55%;
  }
}

.aboutData h2{
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: selenaFont;
  font-size: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(26 171 182 / var(--tw-text-opacity));
}

.aboutData h2::before{
  top: 2.5rem;
  left: -5rem;
  height: 100%;
  width: 100%;
  background-image: url('../images/quats.png');
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.aboutData h2::after{
  left: 100%;
  height: 100%;
  width: 100%;
  background-image: url('../images/quats2.png');
  content: var(--tw-content);
  background-repeat: no-repeat;
}

@media (min-width: 768px){
  .aboutData h2::before{
    content: var(--tw-content);
    position: absolute;
  }

  .aboutData h2::after{
    content: var(--tw-content);
    position: absolute;
  }
}

@media (min-width: 1280px){
  .aboutData h2{
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 2vw;
  }
}

.aboutData3 h2{
  position: relative;
  font-family: selenaFont;
  font-size: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(26 171 182 / var(--tw-text-opacity));
}

.aboutData3 h2::before{
  top: 0px;
  left: -2rem;
  height: 100%;
  width: 100%;
  background-image: url('../images/quats.png');
  content: var(--tw-content);
  background-repeat: no-repeat;
}

@media (min-width: 768px){
  .aboutData3 h2::before{
    content: var(--tw-content);
    position: absolute;
  }
}

@media (min-width: 1280px){
  .aboutData3 h2{
    font-size: 2vw;
  }
}

.aboutGrid2{
  display: grid;
  /*align-items: center;*/
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 768px){
  .aboutGrid2{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .aboutGrid2{
    gap: 4vw;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.aboutGrid2 img{
  margin: auto;
  width: 6rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1280px){
  .aboutGrid2 img{
    width: auto;
    height:6rem;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }
}

.aboutGrid2 h4{
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(26 171 182 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .aboutGrid2 h4{
    margin-bottom: 1vw;
    font-size: 1.3vw;
  }
}

.aboutGrid2 p{
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}

.AboutSection{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #1388911a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 136 145 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #f7f2f20f var(--tw-gradient-to-position);
}

.aboutGrid3{
  display: grid;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 768px){
  .aboutGrid3{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .aboutGrid3{
    gap: 1vw;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.aboutGrid3 .aboutGrid4{
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1025px){
  .aboutGrid3 .aboutGrid4{
    min-height: 25rem;
  }
}

@media (min-width: 1280px){
  .aboutGrid3 .aboutGrid4{
    min-height: 25vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }
}

.aboutGrid3 img{
  margin: auto;
  width: auto;
    height:6rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1280px){
  .aboutGrid3 img{
    width: auto;
    height:6rem;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }
}

.aboutGrid3 h4{
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(26 171 182 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .aboutGrid3 h4{
    margin-bottom: 1vw;
    font-size: 1.3vw;
  }
}

.aboutGrid3 p{
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}

.aboutData2 h2{
  text-align: center;
  font-family: selenaFont;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(26 171 182 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .aboutData2 h2{
    font-size: 2.2vw;
  }
}

.what-we-do{
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 30rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(26 171 182 / var(--tw-border-opacity));
}

.what-we-do::after{
  top: 40%;
  right: -38px;
  height: 3rem;
  width: 3rem;
  background-image: url('../images/chevrons-right.png');
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.what-we-do:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(26 171 182 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .what-we-do{
    height: 30rem;
  }

  .what-we-do::after{
    content: var(--tw-content);
    position: absolute;
  }
}

@media (min-width: 1025px){
  .what-we-do{
    height: 35vw;
  }
}

@media (min-width: 1280px){
  .what-we-do{
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .what-we-do::after{
    height: 3vw;
    content: var(--tw-content);
    width: 40px;
  }
}

.what-we-do:last-child::after{
  content: var(--tw-content);
  position: relative;
}

.abouthead h4{
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(26 171 182 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .abouthead h4{
    margin-bottom: 1vw;
    font-size: 1.3vw;
  }
}

.aboutUl li{
  position: relative;
  border-bottom-width: 1px;
  border-style: dotted;
  --tw-border-opacity: 1;
  border-color: rgb(26 171 182 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.aboutUl li:last-child{
  border-style: none;
}

.aboutData h3{
  padding-top: 2rem;
  padding-bottom: 1rem;
  text-align: center;
  font-family: selenaFont;
  font-size: 2rem;
  --tw-text-opacity: 1;
  color: rgb(26 171 182 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .aboutData h3{
    padding-top: 2vw;
    padding-bottom: 1vw;
  }
}

.sectionGradient{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #f7f2f20f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(19 136 145 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1388911a var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #f7f2f20f var(--tw-gradient-to-position);
}

.headAbout{
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .headAbout{
    padding-top: 1vw;
    padding-bottom: 1vw;
  }
}

.sponser-detail blockquote p{
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-left-width: 0.3rem;
  --tw-border-opacity: 1;
  border-color: rgb(26 171 182 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .sponser-detail blockquote p{
    margin-top: 2vw;
    margin-bottom: 2vw;
    border-left-width: 0.3vw;
    --tw-border-opacity: 1;
    border-color: rgb(26 171 182 / var(--tw-border-opacity));
    padding-left: 1.5vw;
    font-size: 1vw;
  }
}

.sponser{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #f7f2f20f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #1388911a var(--tw-gradient-to-position);
}

.sponser-detail p{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1280px){
  .sponser-detail p{
    padding-top: 1vw;
    padding-bottom: 1vw;
  }
}

.sponser-detail img {
  width: 13rem;
  padding: 1rem 0;
}

.sponser-detail{
  padding-bottom: 1.5rem;
}

@media (min-width: 1280px){
  .sponser-detail{
    padding-bottom: 1.2rem;
  }
}

.sponser-detail ul li{
  margin-inline-start: 1.25rem;
  list-style-type: disc;
}

@media (min-width: 1280px){
  .sponser-detail ul li{
    margin-inline-start: 1rem;
  }
}

@media (min-width: 1025px){
  .lg\:container{
    max-width: none !important;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 480px){
    .lg\:container{
      max-width: 480px;
    }
  }

  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1025px){
    .lg\:container{
      max-width: 1025px;
      padding-right: 7%;
      padding-left: 7%;
    }
    .quote{
        width:45%;
    }
    .quoteP{
        width:65%;
    }
    .quotediv{padding: 3rem; border:1px solid #0F828B}
  }

  @media (min-width: 1280px){
    .lg\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px){
    .lg\:container{
      max-width: 1536px;
    }
  }

  @media (min-width: 1920px){
    .lg\:container{
      max-width: 1920px;
    }
  }
}

.before\:\!relative::before{
  content: var(--tw-content);
  position: relative !important;
}

.before\:bottom-0::before{
  content: var(--tw-content);
  bottom: 0px;
}

.before\:\!h-0::before{
  content: var(--tw-content);
  height: 0px !important;
}

.before\:border-0::before{
  content: var(--tw-content);
  border-width: 0px;
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:right-\[-1rem\]::after{
  content: var(--tw-content);
  right: -1rem;
}

.after\:top-0::after{
  content: var(--tw-content);
  top: 0px;
}

.after\:h-full::after{
  content: var(--tw-content);
  height: 100%;
}

.after\:w-\[1rem\]::after{
  content: var(--tw-content);
  width: 1rem;
}

.after\:border-r::after{
  content: var(--tw-content);
  border-right-width: 1px;
}

.after\:border-\[\#f1f2f3\]::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(241 242 243 / var(--tw-border-opacity));
}

.hover\:bg-darkGrey:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(89 89 89 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:border-b{
  border-bottom-width: 1px;
}

.group:hover .group-hover\:border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }

  .md\:relative{
    position: relative;
  }

  .md\:bottom-\[40\%\]{
    bottom: 40%;
  }

  .md\:right-\[3rem\]{
    right: 3rem;
  }

  .md\:top-\[40\%\]{
    top: 40%;
  }

  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:mt-\[0\.2vw\]{
    margin-top: 0.2vw;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:w-\[1rem\]{
    width: 1rem;
  }

  .md\:w-\[50\%\]{
    width: 50%;
  }

  .md\:w-\[70\%\]{
    width: 70%;
  }

  .md\:w-\[80\%\]{
    width: 80%;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:\!justify-center{
    justify-content: center !important;
  }

  .md\:border-y{
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .md\:border-r{
    border-right-width: 1px;
  }
}

@media (min-width: 1025px){
  .lg\:absolute{
    position: absolute;
  }

  .lg\:mt-\[0\.2vw\]{
    margin-top: 0.2vw;
  }

  .lg\:w-\[12vw\]{
    width: 12vw;
  }

  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:\!justify-center{
    justify-content: center !important;
  }

  .lg\:px-\[1\.563vw\]{
    padding-left: 1.563vw;
    padding-right: 1.563vw;
  }

  .lg\:px-\[1\.5vw\]{
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }

  .lg\:px-\[1vw\]{
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .lg\:px-\[2\.604vw\]{
    padding-left: 2.604vw;
    padding-right: 2.604vw;
  }

  .lg\:px-\[2vw\]{
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .lg\:px-\[3\.125vw\]{
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-\[\.5vw\]{
    padding-top: .5vw;
    padding-bottom: .5vw;
  }

  .lg\:py-\[0\.5vw\]{
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
  }

  .lg\:py-\[1\.042vw\]{
    padding-top: 1.042vw;
    padding-bottom: 1.042vw;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

  .lg\:container{
    max-width: inherit;
  }
}

@media (min-width: 1280px){
  .xl\:absolute{
    position: absolute;
  }

  .xl\:right-\[1vw\]{
    right: 1vw;
  }

  .xl\:top-\[1vw\]{
    top: 1vw;
  }

  .xl\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:my-\[1\.2vw\]{
    margin-top: 1.2vw;
    margin-bottom: 1.2vw;
  }

  .xl\:my-\[1vw\]{
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .xl\:my-\[3vw\]{
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .xl\:mb-0{
    margin-bottom: 0px;
  }

  .xl\:mb-\[1vw\]{
    margin-bottom: 1vw;
  }

  .xl\:mb-\[3vw\]{
    margin-bottom: 3vw;
  }

  .xl\:ml-\[-2rem\]{
    margin-left: -2rem;
  }

  .xl\:ml-\[0\.25vw\]{
    margin-left: 0.25vw;
  }

  .xl\:ml-\[0\.5vw\]{
    margin-left: 0.5vw;
  }

  .xl\:mr-0{
    margin-right: 0px;
  }

  .xl\:mt-0{
    margin-top: 0px;
  }

  .xl\:mt-1{
    margin-top: 0.25rem;
  }

  .xl\:mt-\[0\.5vw\]{
    margin-top: 0.5vw;
  }

  .xl\:mt-\[1vw\]{
    margin-top: 1vw;
  }

  .xl\:mt-\[2vw\]{
    margin-top: 2vw;
  }

  .xl\:mt-\[3vw\]{
    margin-top: 3vw;
  }

  .xl\:mt-\[4rem\]{
    margin-top: 4rem;
  }

  .xl\:block{
    display: block;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:\!h-\[0\.1vw\]{
    height: 0.1vw !important;
  }

  .xl\:\!h-\[6vw\]{
    height: 6vw !important;
  }

  .xl\:\!h-\[7vw\]{
    height: 7vw !important;
  }

  .xl\:h-\[1\.5vw\]{
    height: 1.5vw;
  }

  .xl\:h-\[10vw\]{
    height: 10vw;
  }

  .xl\:h-auto{
    height: auto;
  }

  .xl\:h-full{
    height: 100%;
  }

  .xl\:\!w-\[1\.5vw\]{
    width: 1.5vw !important;
  }

  .xl\:\!w-\[1vw\]{
    width: 1vw !important;
  }

  .xl\:\!w-\[2vw\]{
    width: 2vw !important;
  }

  .xl\:\!w-\[50\%\]{
    width: 50% !important;
  }

  .xl\:\!w-\[6vw\]{
    width: 6vw !important;
  }

  .xl\:\!w-\[80\%\]{
    width: 80% !important;
  }

  .xl\:\!w-\[9vw\]{
    width: 9vw !important;
  }

  .xl\:w-1\/2{
    width: 50%;
  }

  .xl\:w-\[1\.5vw\]{
    width: 1.5vw;
  }

  .xl\:w-\[12vw\]{
    width: 12vw;
  }

  .xl\:w-\[13vw\]{
    width: 13vw;
  }

  .xl\:w-\[1vw\]{
    width: 1vw;
  }

  .xl\:w-\[3vw\]{
    width: 3vw;
  }

  .xl\:w-\[40\%\]{
    width: 40%;
  }

  .xl\:w-\[60\%\]{
    width: 60%;
  }

  .xl\:w-\[70\%\]{
    width: 70%;
  }

  .xl\:w-\[9vw\]{
    width: 9vw;
  }

  .xl\:w-auto{
    width: auto;
  }

  .xl\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:gap-0{
    gap: 0px;
  }

  .xl\:gap-\[0\.5vw\]{
    gap: 0.5vw;
  }

  .xl\:gap-\[1vw\]{
    gap: 1vw;
  }

  .xl\:gap-\[2vw\]{
    gap: 2vw;
  }

  .xl\:gap-\[3rem\]{
    gap: 3rem;
  }

  .xl\:gap-\[3vw\]{
    gap: 3vw;
  }

  .xl\:gap-\[4rem\]{
    gap: 4rem;
  }

  .xl\:gap-\[4vw\]{
    gap: 4vw;
  }

  .xl\:gap-y-\[2rem\]{
    row-gap: 2rem;
  }

  .xl\:p-4{
    padding: 1rem;
  }

  .xl\:p-\[0\.25vw\]{
    padding: 0.25vw;
  }

  .xl\:p-\[1vw\]{
    padding: 1vw;
  }

  .xl\:p-\[3vw\]{
    padding: 3vw;
  }

  .xl\:px-\[0\.75vw\]{
    padding-left: 0.75vw;
    padding-right: 0.75vw;
  }

  .xl\:px-\[2vw\]{
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .xl\:py-\[\.5vw\]{
    padding-top: .5vw;
    padding-bottom: .5vw;
  }

  .xl\:py-\[0\.25vw\]{
    padding-top: 0.25vw;
    padding-bottom: 0.25vw;
  }

  .xl\:py-\[0\.50vw\]{
    padding-top: 0.50vw;
    padding-bottom: 0.50vw;
  }

  .xl\:py-\[0\.5vw\]{
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
  }

  .xl\:py-\[1\.25vw\]{
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
  }

  .xl\:py-\[1\.5vw\]{
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }

  .xl\:py-\[1vw\]{
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .xl\:py-\[2vw\]{
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .xl\:\!pb-\[2vw\]{
    padding-bottom: 2vw !important;
  }

  .xl\:pb-0{
    padding-bottom: 0px;
  }

  .xl\:pb-\[0\.7vw\]{
    padding-bottom: 0.7vw;
  }

  .xl\:pb-\[1vw\]{
    padding-bottom: 1vw;
  }

  .xl\:pb-\[2\.5vw\]{
    padding-bottom: 2.5vw;
  }

  .xl\:pb-\[2vw\]{
    padding-bottom: 2vw;
  }

  .xl\:pb-\[4vw\]{
    padding-bottom: 4vw;
  }

  .xl\:pl-\[4vw\]{
    padding-left: 4vw;
  }

  .xl\:pt-0{
    padding-top: 0px;
  }

  .xl\:pt-\[0\.50vw\]{
    padding-top: 0.50vw;
  }

  .xl\:pt-\[1vw\]{
    padding-top: 1vw;
  }

  .xl\:pt-\[7vw\]{
    padding-top: 7vw;
  }

  .xl\:text-center{
    text-align: center;
  }

  .xl\:text-start{
    text-align: start;
  }

  .xl\:text-end{
    text-align: end;
  }

  .xl\:\!text-\[4\.5vw\]{
    font-size: 4.5vw !important;
  }

  .xl\:\!text-\[5vw\]{
    font-size: 5vw !important;
  }

  .xl\:text-\[\.8vw\]{
    font-size: .8vw;
  }

  .xl\:text-\[\.9vw\]{
    font-size: .9vw;
  }

  .xl\:text-\[0\.8vw\]{
    font-size: 0.8vw;
  }

  .xl\:text-\[1\.1vw\]{
    font-size: 1.1vw;
  }

  .xl\:text-\[1\.3vw\]{
    font-size: 1.3vw;
  }

  .xl\:text-\[1\.5vw\]{
    font-size: 1.5vw;
  }

  .xl\:text-\[1vw\]{
    font-size: 1vw;
  }

  .xl\:text-\[4\.5vw\]{
    font-size: 4.5vw;
  }

  .group:hover .xl\:group-hover\:block{
    display: block;
  }
  .foundergrid:nth-child(1){border-right:1px solid #f1f2f3; padding-right:2rem;}
    .tab-link.active{position:relative;}
  .tab-link.active:before {
    position: absolute;
    width: 100%;
    height: 2px;
     background-color:#1AABB6;
    bottom: -1.9rem;
    content: '';
}
   .tab-link2.active{position:relative;}
  .tab-link2.active:before {
    position: absolute;
    width: 100%;
    height: 2px;
     background-color: #1AABB6;
    bottom: -1.9rem;
    content: '';
}
.swiper-button-next:after, .swiper-button-prev:after{color: #1AABB6 !important;}

.swiper-button-next{left:102%;bottom:-2rem; z-index:1;} .swiper-button-prev{left:-3rem; bottom:-2rem;z-index:1;}

/* ul#dropdownMenu li:last-child {
    border-top: 1px solid #1AABB6;
    padding-top: 0.8rem;
    margin-bottom:0;
}  */

/*ul#dropdownMenu li:last-child a{margin-bottom:0.5rem;}*/
.aboutPartion{width:30%;}
.aboutPartion2{width:70%}
#dropdownMenu li:first-child {
    margin-bottom: 0.5rem;
}
.aboutHeight{height:25rem;    display: flex;
        justify-content: center;
        /*align-items: center;*/
}
.aboutGrid4{ display: flex;
        justify-content: center;
       }
.aboutGrid4 span {
    right: -1.2rem;
}
.aboutHeight  span {
    right: -1.2rem;
}
.aboutData span {
    font-size: 0.9rem;
}

}


@keyframes rotateLine {
  0% {
    transform: rotate(0deg);
    height: 0%;
  }
  100% {
    transform: rotate(12deg);
    height: 80%;
  }
}

.newsSec {padding: 0 2rem;}

.footerIcons li span{
       margin-top: 4px;
}

.dateSize {font-size: 13px;}