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

/*
! tailwindcss v3.4.10 | 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: #e5e7eb;
  /* 2 */
}

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

/*
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;
}

*, ::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%;
}

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

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

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

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

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

/* header */

.container{
  max-width: 1700px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.container-sm{
  max-width: 1487px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.container-sm-slider{
  margin-left: auto;
  margin-right: auto;
  max-width: 1590px;
  padding-left: 50px;
  padding-right: 50px;
}

@media (min-width: 1024px){
  .container-sm-slider{
    padding-left: 70px;
    padding-right: 70px;
  }
}

.industries-listing  swiper-slide, .branch-listing swiper-slide{
  padding: 0px 7px;
}

.overley{
  position: relative;
}

.primary-menu-container li.scroll-to-industry {
  margin-left: 15px !important;
}

.rp{
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1024px){
  .rp{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

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

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

.ph-icon:hover .top_phone_icon, .ph-icon:hover .top_phone_icon_blk{
  background-position: 0 3px;
}

.primary-menu-container .menu-item a, .primary-menu-container .menu-item span{
  font-size: 16px;
}

@media (min-width: 1280px){
  .primary-menu-container .menu-item a, .primary-menu-container .menu-item span{
    font-size: 16px;
  }
}

@media (min-width: 1536px){
  .primary-menu-container .menu-item a, .primary-menu-container .menu-item span{
    font-size: 18px;
  }
}

.primary-menu-container .menu-item-has-children {
  position: relative;
}

.primary-menu-container .menu-item.menu-item-type-post_type.menu-item-object-page{
  margin-left: 10px !important;
}

.primary-menu-container .menu-item  *{
  text-transform: uppercase;
}

.primary-menu-container .menu-item-has-children .sub-menu {
  position: absolute;
  background-color: #fff;
  width: 259px;
  padding: 0px;
  display: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.sub-menu .current_page_item a, .sub-menu .current-menu-item a{
  color: #fff !important;
}

.sub-menu .current_page_item, .sub-menu .current-menu-item  {
  background-color: #0070c0 !important;
}

.primary-menu-container .menu-item-has-children .sub-menu a{
  font-size: 16px;
}

.primary-menu-container ul.sub-menu li{
  border-bottom: 1px solid #f6f6f6;
}

.primary-menu-container .menu-item-has-children .sub-menu .menu-item {
  padding: 10px  24px;
  margin-bottom: 0px;
}

.primary-menu-container .menu-item-has-children .sub-menu .menu-item:hover {
  background-color: #0070c0;
  color: #fff;
}

.primary-menu-container .menu-item-has-children .sub-menu .menu-item:hover a{
  color: #fff;
}

.primary-menu-container .menu-item-has-children .sub-menu .menu-item a, .primary-menu-container .menu-item-has-children .sub-menu .menu-item span{
  padding: 0px;
  cursor: pointer;
  width: 100%;
  padding-bottom: 0px;
  position: relative;
  display: block;
}

.primary-menu-container .menu-item-has-children .sub-menu .menu-item a:before, .primary-menu-container .menu-item-has-children .sub-menu .menu-item span:before{
  content: "";
  background-color: #0070c0;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  bottom: -10px;
}

.primary-menu-container .menu-item-has-children .sub-menu .menu-item:last-child a:before, .primary-menu-container .menu-item-has-children .sub-menu .menu-item:last-child span:before{
  display: none;
}

.primary-menu-container .menu-item-has-children .sub-menu .current-menu-item a{
  color: #000;
}

.primary-menu-container .menu-item-has-children .sub-menu li:hover a{
  color: #000;
}

.primary-menu-container .menu-item-has-children .dropdown-btn{
  position: absolute;
  right: -20px;
  top: 5px;
  transition: all 0.3s ease-in-out;
}

.header-white .dropdown-btn svg {
  fill: #000;
}

.header-white #mobile-menu, .header-white .menu-item-has-children .sub-menu {
  background-color: #fff !important;
}

.primary-menu-container ul li:hover > a{
  color:#0070c0 ;
}

.primary-menu-container .menu-item-has-children .dropdown-btn{
  cursor: pointer;
  transform: rotate(0deg);
}

.primary-menu-container .menu-item-has-children .dropdown-btn.btn-active{
  transform: rotate(180deg);
}

.primary-menu-container .fa-angle-down {
  font-size: 13px;
  position: relative;
  right: -10px;
  top: -1px;
}

@media (min-width:1024px) {
  .primary-menu-container .menu-item-has-children:hover .sub-menu{
    display: block;
  }

  .primary-menu-container .menu-item-has-children {
    margin-right: 10px !important;
  }

  .primary-menu-container .menu-item.menu-item-type-post_type.menu-item-object-page{
    margin-left: 16px  !important;
  }
}

@media (max-width:1280px) {
  .primary-menu-container .menu-item-has-children .dropdown-btn{
    top: 2px;
    transform: scale(0.8);
  }

  header .btn-primary{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  button#mobile_btn{
    padding-left: 0px !important;
    box-shadow: none !important;
  }
}

@media (max-width:1023px) {
  header .btn-primary{
    padding: 7px 9px;
    width: 50px;
  }

  header  button#mobile_btn svg{
    width: 55px;
    height: 55px;
  }

  .primary-menu-container .menu-item-has-children .sub-menu {
    box-shadow: none !important;
  }

  .primary-menu-container .menu-item-has-children .sub-menu li{
    margin-left: 0px !important;
  }

  .primary-menu-container .menu-item.menu-item-type-post_type.menu-item-object-page{
    margin-left: 0px !important;
  }

  body.menu-open{
    overflow: hidden;
  }

  .primary-menu-container .menu-item-has-children .sub-menu {
    position: relative;
  }

  .mobile_menu_open{
    left: 0 !important;
  }

  #mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 108vh;
    background-color: #fff !important;
    left: -100%;
    border: 0px !important;
    max-width: 100%;
    transition: left 0.4s ease;
    z-index: 1000;
  }

  .primary-menu-container {
    max-width: 100%;
    margin: 0 auto;
  }

  .sub-menu {
    display: block !important;
    max-height:0px ;
    transition: all 0.3s ease-in-out;
    height: 0px;
    padding: 0px !important;
    overflow: hidden;
  }

  .sub-menu.show-submenu{
    height: auto !important;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  .primary-menu-container .menu-item {
    padding-left: 0px !important;
    border-bottom: 1px solid #dddada;
  }

  .primary-menu-container .menu-item a,     .primary-menu-container .menu-item span{
    padding-left: 13px !important;
  }

  .primary-menu-container .menu-item-has-children .sub-menu {
    background-color: transparent;
    width: 100%;
    padding: 10px 0px 0px 10px;
    margin-top: 0px;
  }

  .primary-menu-container li.menu-item a,      .primary-menu-container li.menu-item span {
    padding: 8px 0px;
    position: relative;
    display: table !important;
  }

  .primary-menu-container .caret {
    position: absolute;
    right: 14px;
    top: 10px;
    width: 20px;
    height: 20px;
    font-size: 20px;
  }

  .primary-menu-container .menu-item-has-children .dropdown-btn {
    right: -12px;
    top: 5px;
    transform: scale(1);
    padding: 5px 6px;
    cursor: pointer;
  }

  .show-submenu{
    display: block !important;
    padding: 0px !important;
    border-top: 1px solid #dddada;
    background-color: #0070c0 !important;
  }

  .show-submenu *{
    color: #fff;
  }
}

.primary-menu-container a{
  text-transform: uppercase;
}

.menu-item{
  cursor: pointer;
}

.btn-primary{
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 112 192 / var(--tw-bg-opacity));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primarys{
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 112 192 / var(--tw-bg-opacity));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primry-white{
  display: flex;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 12px;
  font-weight: 600;
}

@media (min-width: 768px){
  .btn-primry-white{
    font-size: 14px;
  }
}

@media (min-width: 1024px){
  .btn-primry-white{
    font-size: 18px;
  }
}

.btn-primry-white:hover{
  background-color: #ed2024;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.btn-primary:hover, .btn-primarys:hover{
  background-color: #fa7800;
  transition: all 0.3s ease-in-out;
}

.btn-primry-white:hover img{
  filter: brightness(0) invert(1);
  transition: all 0.3s ease-in-out;
}

h1, h2, h3, h4, h5, h6, p, body, a{
  font-family: "Work Sans", serif;
}

h1, h2{
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
}

@media (min-width: 768px){
  h1, h2{
    font-size: 32px;
  }
}

@media (min-width: 1280px){
  h1, h2{
    line-height: 55px;
  }
}

@media (min-width: 1536px){
  h1, h2{
    font-size: 48px;
  }
}

h3{
  font-size: 22px;
  font-weight: 600;
}

@media (min-width: 1024px){
  h3{
    font-size: 28px;
  }
}

p, body, a{
  font-size: 14px;
}

@media (min-width: 1024px){
  p, body, a{
    font-size: 18px;
  }
}

.nissan-box b{
  margin-bottom: 15px;
  display: block;
}

@media (min-width: 768px){
  .nissan-box b{
    margin-bottom: 20px;
  }
}

.nissan-box p a{
  --tw-text-opacity: 1;
  color: rgb(250 120 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}

@media (min-width: 1024px){
  .nissan-box p a{
    margin-bottom: 20px;
    font-size: 22px;
  }
}

p, p a, b, .branches-listing li a, .listing-arrow li, .listing-black li, .privcy-adress li{
  margin-bottom: 10px;
}

@media (min-width: 1024px){
  p, p a, b, .branches-listing li a, .listing-arrow li, .listing-black li, .privcy-adress li{
    margin-bottom: 20px;
    font-size: 22px;
  }
}

b{
  font-weight: 600;
  display: block;
}

.branch-listing ul li, .branch-listing ul li a{
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .branch-listing ul li, .branch-listing ul li a{
    font-size: 20px;
  }
}

.branch-listing ul li p{
  margin-bottom: 0px !important;
}

footer .menu li {
  padding-left: 20px;
  background-size: 5px;
  background-repeat: no-repeat;
  background-position: 0px center ;
  background-image: url(./img/icon.png);
  margin-bottom: 10px;
  display: table;
}

footer .menu li:hover a, .adress li:hover a{
  color: #0070c0 ;
}

footer h3{
  font-weight: 600;
  margin-bottom: 10px;
}

.adress {
  margin-top: 10px;
}

.adress li{
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  display: table;
}

.adress li img{
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px
}

.border-img{
  background-image: url(./img/boder-left.png);
  background-position: center right;
  background-image: content;
  background-repeat: no-repeat
}

.under-line{
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}

.box-hover .inner{
  border-radius: 0px 0px 20px 20px
}

.pt-0{
  padding-top: 0px !important;
}

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

.box-hover:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  border: 3px solid #fa7800;
  border-radius: 20px 20px 20px 20px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.box-hover:hover:before{
  opacity: 1;
}

.banner-image p {
  max-width: 600px;
  font-style: italic;
}

.privacy-contect{
  border-bottom: 4px solid #0070c0;
}

.privacy-contect .listing-black li, .privacy-contect .listing-black li b{
  font-size: 18px;
}

.privacy-contect P, .privcy-adress li{
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
}

.privacy-contect a{
  color: #0070c0;
  font-size: 18px;
}

.privcy-adress, .privacy-contect h3 {
  margin-bottom: 20px;
}

@media (min-width: 1280px){
  .privacy-contect h3{
    font-size: 34px;
  }
}

.privacy-contect h5{
  margin-bottom: 1.25rem;
  font-size: 20px;
  font-weight: 500;
}

@media (min-width: 1280px){
  .privacy-contect h5{
    font-size: 27px;
  }
}

.under-line::before{
  content: "";
  position: absolute;
  max-width: 290px;
  height: 2px;
  background-color: #ed2024;
  bottom: 0;
  left: 0;
  width: 100%
}

.under-line-small:before{
  max-width: 200px;
}

.imge-hover:hover img{
  transform: scale(1.3);
}

.imge-hover img{
  transition: transform .5s;
}

.under-line-full::before{
  max-width: 100%;
  width: 100% !important;
}

.under-line-banner{
  position: relative;
  display: table;
}

.under-line-banner::before{
  content: "";
  position: absolute;
  height: 2px;
  background-color: rgb(250 120 0);
  bottom: -0px;
  left: 0;
  width: 100%;
}

.listing-servies li{
  margin-bottom: 10px;
  padding-left: 20px;
  background-image: url(./img/right.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 0px 9px;
}

.listing-black li{
  margin-bottom: 10px;
  padding-left: 20px;
  background-image: url(./img/listing-arrow.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 0 11px;
}

.link-hover:hover{
  color: #fa7800 !important;
  text-decoration: underline;
}

.hover-email:hover{
  text-decoration: underline;
}

@media (max-width:1280px) {
  .primary-menu-container li.scroll-to-industry {
    margin-left: 0px !important;
  }

  .under-line::before{
    width: 180px;
  }

  .footer-center-line::before{
    width: 120px;
    left: 50%;
    transform: translate(-50%, 0px);
  }

  .sub-menu .current-menu-item, .sub-menu .current_page_item{
    background-color: #ed2024 !important;
  }

  .privacy-contect .listing-black li{
    background-position: 0 9px;
  }
}

.custom-form input, .custom-form  select{
  margin-top: 10px;
  height: 40px;
  width: 100%;
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
  padding-left: 10px;
  --tw-text-opacity: 1;
  color: rgb(81 81 81 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

@media (min-width: 1024px){
  .custom-form label{
    font-size: 18px;
  }
}

.custom-form textarea{
  margin-top: 10px;
  width: 100%;
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity));
  padding: 10px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.custom-form  select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(img/arrow-down.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 95% center;
}

a.text-black{
  color: #000 !important;
}

.sp_service_card_slider, .hight-equal, .testmonial{
  display: grid;
  height: 100%;
}

.sp_service_card_slider swiper-slide, .hight-equal swiper-slide,.sp_service_list_slider swiper-slide > div,  .testmonial swiper-slide > div{
  height: 100%;
}

@media (min-width:1080px) {
  .font-small{
    font-size: 18px;
  }
}

.swiper-slide {
  height: auto;
}

div#media_image-2 img{
  max-width: 500px !important;
  width: 100%;
}

@media (max-width:767px) {
  .listing-black li{
    background-size: 9px;
    background-position: 0 6px;
  }

  .listing-servies li{
    background-position: 0px 5px;
  }

  .listing-arrow li{
    background-position: 0px 5px !important;
    background-repeat: no-repeat;
    background-size: 12px;
    padding-left: 22px !important;
  }

  .bg-talroid {
    padding: 0px !important;
    background-image: none !important;
  }

  .number-carer h3{
    margin-bottom: 0px !important;
  }

  .under-line::before {
    width: 120px;
    left: 50%;
    transform: translate(-50%, 0px);
  }

  .under-line{
    margin-bottom: 10px !important;
  }

  h1, h2{
    margin-bottom: 15px;
  }

  h3{
    margin-bottom: 15px;
  }

  .border-img{
    background-image: url(./img/boder-botom.png);
    background-position: center bottom;
  }

  .footer-menu>div{
    padding-bottom: 25px;
    padding-top: 25px
  }

  .adress li img{
    width: 15px
  }

  .bg-backgound{
    background-image: none;
  }

  .request{
    background-image: none !important;
    background-color: #000;
    padding: 0px !important;
  }

  .request .container-sm{
    padding: 0px !important;
  }
}

.bg-img-cover{
  background-color: #0070c0;
}

.under-center:before {
  left: 50%;
  transform: translate(-50%, 0px);
}

.servies{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
  text-align: center;
}

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

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

@media (min-width: 1280px){
  .servies{
    gap: 40px;
  }
}

.servies li:hover h3, .servies-listing li:hover h3{
  bottom: 50px
}

.bg-image{
  background-image: url(/wp-content/uploads/2025/01/bg-backgound.png);
  background-repeat: no-repeat;
  background-size: cover
}

.bg-talroid, .request{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-corportion{
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/wp-content/uploads/2025/01/bg-red.png);
}

.bg-saying{
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/wp-content/uploads/2025/01/blue-box.png);
}

.box-testmonial{
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
}

@media (min-width: 1024px){
  .box-testmonial{
    padding: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.listing-arrow li b{
  display: inline-block;
  margin-bottom: 0px !important;
}

.listing-arrow li {
  padding-left: 30px;
  background-image: url(../src/img/arrow.png);
  background-position: 30px;
  background-position: 0px 9px;
  background-repeat: no-repeat;
}

.listing-arrow *{
  color: #fff !important;
}

.bg-backgound{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%
}

.branches-listing b, .privacy-contect .listing-black li b {
  display: inline;
  margin-bottom: 0px !important;
}

.branches-listing li, .privacy-contect .listing-black li{
  margin-bottom: 10px;
  justify-content: center;
  gap: 5px;
  vertical-align: middle;
}

@media (min-width: 768px){
  .branches-listing li, .privacy-contect .listing-black li{
    justify-content: flex-start;
  }
}

@media (min-width: 1024px){
  .branches-listing li, .privacy-contect .listing-black li{
    margin-bottom: 5px;
  }
}

.branches-listing li a, .branches-listing li p{
  margin-bottom: 0px;
}

.branches-listing li a:hover{
  color: #0070c0;
  text-decoration: underline;
}

.bg-img-cover *{
  color: #fff;
}

.table-with{
  display: table !important;
}

body .table-with::before{
  width: 100% !important;
}

.bg-img-text{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../src/img/bg-blue.png);
}

.bg-img-cover ul a:hover{
  color: #fff;
}

.dote-testmonial{
  margin-top: 20px;
}

@media (min-width: 768px){
  .dote-testmonial{
    margin-top: 30px;
  }
}

@media (min-width: 1024px){
  .dote-testmonial{
    margin-top: 50px;
  }
}

.dote-testmonial{
  display: flex;
  justify-content: center;
  gap: 15px;
}

.dote-testmonial span{
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  opacity: 0.5;
  display: block;
}

.black-dote span{
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  opacity: 0.5;
  display: block;
}

.dote-testmonial .swiper-pagination-bullet-active{
  opacity: 1;
}

.home-slider-dote{
  position: absolute;
  bottom: 61px;
  z-index: 9;
  left: 50%;
  transform: translate(-50%, 50%);
}

.arrow-left{
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0%, -50%);
}

.arrow-right{
  right: 10px;
  top: 50%;
  transform: translate(0%, -50%);
  position: absolute;
}

.bg-gray-custom-arrow-line{
  display: flex;
  height: 35px;
  width: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(97 99 101 / var(--tw-border-opacity));
  background-color: transparent;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(97 99 101 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.bg-gray-custom-arrow-line:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 112 192 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 112 192 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .bg-gray-custom-arrow-line{
    height: 50px;
    width: 50px;
    font-size: 30px;
  }
}

.bg-white-custom-arrow{
  display: flex;
  height: 35px;
  width: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  vertical-align: middle;
  font-size: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

a.bg-white-custom-arrow{
  color: #000;
}

.bg-white-custom-arrow:hover{
  --tw-text-opacity: 1;
  color: rgb(255 136 98 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .bg-white-custom-arrow{
    height: 50px;
    width: 50px;
    font-size: 30px;
  }
}

.bg-gray-custom-arrow{
  display: flex;
  height: 35px;
  width: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(170 170 170 / var(--tw-bg-opacity));
  vertical-align: middle;
  font-size: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.bg-gray-custom-arrow:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 112 192 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .bg-gray-custom-arrow{
    height: 50px;
    width: 50px;
    font-size: 30px;
  }
}

.primary-menu-container .menu-item-has-children .sub-menu .menu-item {
  margin-left: 0px !important;
}

.privacy-contect .listing-black li{
  justify-content: left !important;
}

.banner-images{
  height: 400px;
  overflow: hidden;
}

@media (min-width: 768px){
  .banner-images{
    height: 500px;
  }
}

@media (min-width: 1024px){
  .banner-images{
    height: 600px;
  }
}

@media (min-width: 1536px){
  .banner-images{
    height: 800px;
  }
}

.banner-images img{
  height: 400px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){
  .banner-images img{
    height: 500px;
  }
}

@media (min-width: 1024px){
  .banner-images img{
    height: 600px;
  }
}

@media (min-width: 1536px){
  .banner-images img{
    height: 800px;
  }
}

.gtranslate_wrapper > a{
  position: relative;
  padding-left: 35px
}

.gtranslate_wrapper > a span{
  position: absolute;
  left: 0;
  font-weight: 400;
  top: -3px;
  font-size: 20px  !important;
}

.primary-menu-container .current-menu-item > a{
  color: #0070c0;
}

.popup-images a{
  position: relative;
  transition: all 0.3s ease-in-out;
}

.popup-images a::before{
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  top: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
}

.popup-images li:hover a::before{
  opacity: 0;
}

.contact-menu{
  display: none  !important;
}

.lightboxOverlay{
  width: 100% !important;
}

.shine img:hover{
  filter: brightness(.8);
  transform: scale(1.05);
}

.shine img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform .4s ease, filter .4s ease;
}

h1.wp-login-logo {
  cursor: pointer;
}

div#lightboxOverlay {
  width: 100% !important;
}

.mapsvg-controller-container.mapsvg-popover {
  border-radius: 10px;
}

.adress b {
  margin-block: 0px;
  color: #f67600;
}

.mapsvg-controller-view-content {
  padding-bottom: 20px !important;
}

.mapsvg-popover-close.mapsvg-details-close {
  width: 71px;
  height: 70px;
  background-color: #f67600;
  /* color: red; */
  padding: 10px;
  border-radius: 56px;
  right: -6px;
  top: -10px;
}

.mapsvg-popover-close.mapsvg-details-close:hover{
  background-color:rgb(0 112 192)  !important;
}

.mapsvg-popover-close:after, .mapsvg-popover-close:before {
  background: #ffffff !important;
  height: 6px !important;
  left: 15px !important;
  position: absolute;
  top: 50% !important;
  width: 58% !important;
}

.adress-map li, .adress-map li a {
  font-size: 18px;
  padding-left: 0px;
}

.mapsvg-popover .mapsvg-controller-view, #mapsvg-map-3 .mapsvg-popover{
  width: 276px !important;
  max-width: 100% !important;
  min-height: 200px;
}

@media (min-width: 767px) {
  .logos-listings {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

@media (max-width: 992px) {
  .adress li{
    padding-left: 18px;
  }

  .adress li img{
    top: 3px;
    width: 13px;
  }

  .banner-image::before {
    content: "";
    background-color: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    opacity: 0.6;
  }

  .bg-backgound{
    background-position: 61%;
  }
}

@media (max-width: 767px) {
  .mapsvg-controller-view-wrap.nano{
    top: 2px !important;
  }

  .mapsvg-popover .mapsvg-controller-view, #mapsvg-map-3 .mapsvg-popover{
    width: 238px !important;
  }

  .mapsvg-popover-close:after, .mapsvg-popover-close:before{
    left: 10px !important;
    position: absolute;
    top: 50% !important;
    width: 67% !important;
  }

  .mapsvg-popover-close.mapsvg-details-close{
    width: 60px;
    height: 60px;
    right: -14px !important;
    top: -10px !important;
  }

  .adress-map li,   .adress-map  li a{
    font-size: 15px;
    padding-left: 0px;
  }

  .adress-map li b{
    font-size: 17px;
    color: #f67600;
    margin-top: 0px;
  }

  .adress-map li{
    margin-top: 5px;
  }

  .logos-listing  {
    display:  inline-block !important;
    white-space: nowrap;
    position: relative;
    animation-name: marquee;
    animation-duration: 14s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }

  div#mapsvg-3{
    padding-bottom: 100% !important;
  }

  .lb-nav a.lb-prev, a.lb-next {
    width: 13% !important;
    background-size: contain !important;
  }

  .home-slider-dote{
    bottom: 30px;
  }

  header button#mobile_btn svg {
    width: 39px;
    height: 39px;
  }

  .gtranslate_wrapper > a {
    position: relative;
    padding-left: 30px;
    width: 50px;
  }

  .gtranslate_wrapper > a span {
    position: absolute;
    font-size: 16px !important;
  }

  header .btn-primary{
    display: none !important;
  }

  .contact-menu{
    display: block  !important;
  }

  .table-with{
    margin: 0 auto ;
  }

  body .primary-menu-container .menu-item-has-children .sub-menu a{
    font-size: 16px;
  }
}

.text-left-box *{
  text-align: left !important;
}

.text-left-box .under-line::before{
  transform: translate(0%, 0px) !important;
  left: 0 !important;
}

a.glink img{
  width: 20px;
}

.gt-current-lang{
  display: none;
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.bottom-0{
  bottom: 0px;
}

.bottom-\[37px\]{
  bottom: 37px;
}

.bottom-\[40px\]{
  bottom: 40px;
}

.left-0{
  left: 0px;
}

.left-1\/2{
  left: 50%;
}

.left-\[66px\]{
  left: 66px;
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

.top-1\/2{
  top: 50%;
}

.top-\[0px\]{
  top: 0px;
}

.top-\[12px\]{
  top: 12px;
}

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

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

.z-\[1\]{
  z-index: 1;
}

.z-\[99\]{
  z-index: 99;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.m-auto{
  margin: auto;
}

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

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

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

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

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

.mb-\[10px\]{
  margin-bottom: 10px;
}

.mb-\[20px\]{
  margin-bottom: 20px;
}

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

.ml-\[-5px\]{
  margin-left: -5px;
}

.mr-2{
  margin-right: 0.5rem;
}

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

.mt-6{
  margin-top: 1.5rem;
}

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

.mt-\[10px\]{
  margin-top: 10px;
}

.mt-\[15px\]{
  margin-top: 15px;
}

.mt-\[20px\]{
  margin-top: 20px;
}

.mt-\[30px\]{
  margin-top: 30px;
}

.mt-\[40px\]{
  margin-top: 40px;
}

.block{
  display: block;
}

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

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-6{
  height: 1.5rem;
}

.h-\[180px\]{
  height: 180px;
}

.h-\[200px\]{
  height: 200px;
}

.h-\[2px\]{
  height: 2px;
}

.h-\[300px\]{
  height: 300px;
}

.h-\[30px\]{
  height: 30px;
}

.h-\[350px\]{
  height: 350px;
}

.h-\[400px\]{
  height: 400px;
}

.h-\[450px\]{
  height: 450px;
}

.h-\[60px\]{
  height: 60px;
}

.h-\[80px\]{
  height: 80px;
}

.h-full{
  height: 100%;
}

.w-28{
  width: 7rem;
}

.w-6{
  width: 1.5rem;
}

.w-\[150px\]{
  width: 150px;
}

.w-\[247px\]{
  width: 247px;
}

.w-\[30px\]{
  width: 30px;
}

.w-\[45px\]{
  width: 45px;
}

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

.w-full{
  width: 100%;
}

.max-w-\[1200px\]{
  max-width: 1200px;
}

.max-w-\[1400px\]{
  max-width: 1400px;
}

.max-w-\[1500px\]{
  max-width: 1500px;
}

.max-w-\[1626px\]{
  max-width: 1626px;
}

.max-w-\[1662px\]{
  max-width: 1662px;
}

.max-w-\[191px\]{
  max-width: 191px;
}

.max-w-\[700px\]{
  max-width: 700px;
}

.max-w-\[900px\]{
  max-width: 900px;
}

.max-w-screen-md{
  max-width: 768px;
}

.-translate-x-1\/2{
  --tw-translate-x: -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));
}

.-translate-y-1\/2{
  --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));
}

.translate-x-\[-50\%\]{
  --tw-translate-x: -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));
}

.translate-y-\[10px\]{
  --tw-translate-y: 10px;
  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));
}

.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;
}

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

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

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

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

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

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

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

.gap-10{
  gap: 2.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-\[10px\]{
  gap: 10px;
}

.gap-\[15px\]{
  gap: 15px;
}

.gap-\[20px\]{
  gap: 20px;
}

.gap-\[5px\]{
  gap: 5px;
}

.overflow-hidden{
  overflow: hidden;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-\[10px\]{
  border-radius: 10px;
}

.rounded-\[20px\]{
  border-radius: 20px;
}

.rounded-\[5px\]{
  border-radius: 5px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-t-\[20px\]{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.rounded-tl-lg{
  border-top-left-radius: 0.5rem;
}

.rounded-tr-lg{
  border-top-right-radius: 0.5rem;
}

.border{
  border-width: 1px;
}

.border-\[1px\]{
  border-width: 1px;
}

.border-\[2px\]{
  border-width: 2px;
}

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

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

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

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

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

.bg-\[\#0070c0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 112 192 / var(--tw-bg-opacity));
}

.bg-\[\#8b0019\]{
  --tw-bg-opacity: 1;
  background-color: rgb(139 0 25 / var(--tw-bg-opacity));
}

.bg-\[\#ecf0f2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 240 242 / var(--tw-bg-opacity));
}

.bg-\[\#f1f7fc\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 247 252 / var(--tw-bg-opacity));
}

.bg-\[\#f2f8fc\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 252 / var(--tw-bg-opacity));
}

.bg-\[\#f3f5f4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 245 244 / var(--tw-bg-opacity));
}

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

.bg-\[\#f7fbfd\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 251 253 / var(--tw-bg-opacity));
}

.bg-\[\#f9f7f7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 247 / var(--tw-bg-opacity));
}

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

.bg-\[\#fa7800\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 120 0 / var(--tw-bg-opacity));
}

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

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

.bg-cover{
  background-size: cover;
}

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

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

.object-center{
  -o-object-position: center;
     object-position: center;
}

.object-right{
  -o-object-position: right;
     object-position: right;
}

.p-0{
  padding: 0px;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-\[15px\]{
  padding: 15px;
}

.p-\[20px\]{
  padding: 20px;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[25px\]{
  padding-left: 25px;
  padding-right: 25px;
}

.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-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[40px\]{
  padding-top: 40px;
  padding-bottom: 40px;
}

.pb-\[20px\]{
  padding-bottom: 20px;
}

.pb-\[70px\]{
  padding-bottom: 70px;
}

.pb-\[8px\]{
  padding-bottom: 8px;
}

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

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

.pt-\[10px\]{
  padding-top: 10px;
}

.pt-\[120px\]{
  padding-top: 120px;
}

.pt-\[20px\]{
  padding-top: 20px;
}

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

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

.text-\[14px\]{
  font-size: 14px;
}

.text-\[18px\]{
  font-size: 18px;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-\[25px\]{
  font-size: 25px;
}

.text-\[40px\]{
  font-size: 40px;
}

.text-\[45px\]{
  font-size: 45px;
}

.text-\[50px\]{
  font-size: 50px;
}

.text-\[60px\]{
  font-size: 60px;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.font-extrabold{
  font-weight: 800;
}

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

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

.capitalize{
  text-transform: capitalize;
}

.leading-\[50px\]{
  line-height: 50px;
}

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

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

.text-\[\#fa7800\]{
  --tw-text-opacity: 1;
  color: rgb(250 120 0 / var(--tw-text-opacity));
}

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

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

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

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

.underline{
  text-decoration-line: underline;
}

.opacity-35{
  opacity: 0.35;
}

.opacity-50{
  opacity: 0.5;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

.brightness-0{
  --tw-brightness: brightness(0);
  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);
}

.invert{
  --tw-invert: invert(100%);
  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);
}

.filter{
  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);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.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;
}

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

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

@media (min-width: 1280px){
  .gap-10{
    gap: 80px;
  }
}

a.skip-link.screen-reader-text {
  display: none;
}

@media screen and  (max-width:1024px)  and  (min-width:767px)  {
  .listing-black li{
    background-size: 10px;
    background-position: 0 6px;
  }

  .bg-talroid {
    background-position: 60%;
  }

  .gtranslate_wrapper > a {
    position: relative;
    padding-left: 42px;
  }

  a.glink img {
    width: 36px;
  }

  .gtranslate_wrapper > a span {
    position: absolute;
    left: 0;
    font-weight: 400;
    top: -5px;
    font-size: 24px !important;
  }

  .request{
    background-position: 81%;
  }
}

.lb-details{
  display: none;
}

a.lb-close{
  width: 40px !important;
  height: 40px !important;
  background-color: #ed2024 !important;
  color: block !important;
  background-position: center !important;
  border-radius: 40px;
  background-size: 20px !important;
  position: fixed;
  right: 9px;
  opacity: 1 !important;
  top: 6px;
  background-image: url(../images/close.png) !important;
}

.box-hover-bg *{
  transition: all 0.3s ease-in-out
}

.box-hover-bg:hover{
  background-color: #0070c0;
}

.box-hover-bg:hover *{
  color: #fff;
}

.box-hover-bg:hover img{
  filter: brightness(0) invert(1);
}

.lb-container{
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  position: fixed !important;
}

.lb-outerContainer{
  height: auto !important;
}

.logos-listing li{
  display: inline-block;
  white-space: nowrap;
  padding-right: 20px;
}

@media (min-width: 768px){
  .logos-listing li{
    padding-right: 1.5rem;
  }
}

@keyframes marquee {
  0% {
    transform: translate3d(0%, 0, 0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes hoverAnimation {
  0% {
    transform: scale(1.01);
  }

  100% {
    z-index:2;
    transform: scale(1.08);
  }
}

.img-left-animation-right .top{
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 80%;
}

.img-left-animation{
  position: relative;
  padding-left: 60px;
  padding-bottom: 60px;
}

@media (min-width: 1024px){
  .img-left-animation{
    padding-left: 120px;
    padding-bottom: 120px;
  }
}

.img-left-animation-right{
  position: relative;
  padding-right: 60px;
  padding-bottom: 60px;
}

@media (min-width: 1024px){
  .img-left-animation-right{
    padding-right: 120px;
    padding-bottom: 120px;
  }
}

.img-left-animation .bottom, .img-left-animation-right .bottom{
  width: 100%;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.img-left-animation .top{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 80%;
}

.img-left-animation:hover .bottom, .img-left-animation-right:hover .bottom {
  position: relative;
}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.hover\:transform:hover{
  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));
}

.hover\:text-\[\#0070c0\]:hover{
  --tw-text-opacity: 1;
  color: rgb(0 112 192 / var(--tw-text-opacity));
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:shadow-xl:hover{
  --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);
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-gray-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}

@media (min-width: 640px){
  .sm\:flex{
    display: flex;
  }

  .sm\:w-32{
    width: 8rem;
  }

  .sm\:flex-nowrap{
    flex-wrap: nowrap;
  }

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

  .sm\:text-\[80px\]{
    font-size: 80px;
  }

  .sm\:leading-\[70px\]{
    line-height: 70px;
  }
}

@media (min-width: 768px){
  .md\:left-\[90px\]{
    left: 90px;
  }

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:m-0{
    margin: 0px;
  }

  .md\:m-\[0\]{
    margin: 0;
  }

  .md\:m-\[0px\]{
    margin: 0px;
  }

  .md\:mt-\[0px\]{
    margin-top: 0px;
  }

  .md\:mt-\[40px\]{
    margin-top: 40px;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-\[250px\]{
    height: 250px;
  }

  .md\:h-\[450px\]{
    height: 450px;
  }

  .md\:h-\[500px\]{
    height: 500px;
  }

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

  .md\:w-\[200px\]{
    width: 200px;
  }

  .md\:w-\[211px\]{
    width: 211px;
  }

  .md\:w-\[35px\]{
    width: 35px;
  }

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

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

  .md\:max-w-\[400px\]{
    max-width: 400px;
  }

  .md\:max-w-\[700px\]{
    max-width: 700px;
  }

  .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\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:gap-\[0\]{
    gap: 0;
  }

  .md\:gap-\[10px\]{
    gap: 10px;
  }

  .md\:gap-\[20px\]{
    gap: 20px;
  }

  .md\:whitespace-nowrap{
    white-space: nowrap;
  }

  .md\:rounded-\[15px\]{
    border-radius: 15px;
  }

  .md\:rounded-\[20px\]{
    border-radius: 20px;
  }

  .md\:bg-transparent{
    background-color: transparent;
  }

  .md\:p-0{
    padding: 0px;
  }

  .md\:p-5{
    padding: 1.25rem;
  }

  .md\:p-\[0px\]{
    padding: 0px;
  }

  .md\:p-\[20px\]{
    padding: 20px;
  }

  .md\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:px-\[15px\]{
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:pr-\[15px\]{
    padding-right: 15px;
  }

  .md\:pt-\[120px\]{
    padding-top: 120px;
  }

  .md\:pt-\[20px\]{
    padding-top: 20px;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-\[126px\]{
    font-size: 126px;
  }

  .md\:text-\[16px\]{
    font-size: 16px;
  }

  .md\:text-\[20px\]{
    font-size: 20px;
  }

  .md\:text-\[23px\]{
    font-size: 23px;
  }

  .md\:text-\[35px\]{
    font-size: 35px;
  }
}

@media (min-width: 1024px){
  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

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

  .lg\:mb-\[40px\]{
    margin-bottom: 40px;
  }

  .lg\:mt-\[0px\]{
    margin-top: 0px;
  }

  .lg\:mt-\[40px\]{
    margin-top: 40px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-\[301px\]{
    height: 301px;
  }

  .lg\:h-\[350px\]{
    height: 350px;
  }

  .lg\:h-\[450px\]{
    height: 450px;
  }

  .lg\:h-\[700px\]{
    height: 700px;
  }

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

  .lg\:min-h-\[90px\]{
    min-height: 90px;
  }

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

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

  .lg\:max-w-\[400px\]{
    max-width: 400px;
  }

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

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:justify-end{
    justify-content: flex-end;
  }

  .lg\:gap-4{
    gap: 1rem;
  }

  .lg\:gap-\[20px\]{
    gap: 20px;
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:text-pretty{
    text-wrap: pretty;
  }

  .lg\:p-\[40px\]{
    padding: 40px;
  }

  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

  .lg\:py-\[120px\]{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg\:pt-\[20px\]{
    padding-top: 20px;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-\[16px\]{
    font-size: 16px;
  }

  .lg\:text-\[20px\]{
    font-size: 20px;
  }

  .lg\:text-\[22px\]{
    font-size: 22px;
  }

  .lg\:text-\[30px\]{
    font-size: 30px;
  }

  .lg\:text-\[35px\]{
    font-size: 35px;
  }
}

@media (min-width: 1280px){
  .xl\:h-\[300px\]{
    height: 300px;
  }

  .xl\:w-\[350px\]{
    width: 350px;
  }

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

  .xl\:py-\[50px\]{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xl\:pt-\[60px\]{
    padding-top: 60px;
  }

  .xl\:text-\[36px\]{
    font-size: 36px;
  }

  .xl\:text-\[66px\]{
    font-size: 66px;
  }
}

@media (min-width: 1536px){
  .\32xl\:w-\[30\%\]{
    width: 30%;
  }

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

  .\32xl\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:px-\[40px\]{
    padding-left: 40px;
    padding-right: 40px;
  }

  .\32xl\:py-\[50px\]{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .\32xl\:pb-\[60px\]{
    padding-bottom: 60px;
  }

  .\32xl\:text-\[53px\]{
    font-size: 53px;
  }

  .\32xl\:text-\[90px\]{
    font-size: 90px;
  }
}

@media (prefers-color-scheme: dark){
  .dark\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

  .dark\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .dark\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity));
  }
} 



