/* #### Custom Helvetica Fonts #### */

@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  src: local('Helvetica'), url('../fonts/Helvetica.woff') format('woff');
}

@font-face {
  font-family: 'Helvetica';
  font-style: italic;
  font-weight: 400;
  src: local('Helvetica Oblique'), url('../fonts/Helvetica-Oblique.woff') format('woff');
}

@font-face {
  font-family: 'Helvetica Compressed';
  font-style: normal;
  font-weight: 400;
  src: local('Helvetica Compressed'), url('../fonts/helvetica-compressed-5871d14b6903a.woff') format('woff');
}

@font-face {
  font-family: 'Helvetica Rounded';
  font-style: normal;
  font-weight: 700;
  src: local('Helvetica Rounded Bold'), url('../fonts/helvetica-rounded-bold-5871d05ead8de.woff') format('woff');
}

@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 700;
  src: local('Helvetica Bold'), url('../fonts/Helvetica-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Helvetica';
  font-style: italic;
  font-weight: 700;
  src: local('Helvetica Bold Oblique'), url('../fonts/Helvetica-BoldOblique.woff') format('woff');
}

@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 300;
  src: local('Helvetica Light'), url('../fonts/helvetica-light-587ebe5a59211.woff') format('woff');
}



body {
    font-family: 'Helvetica', Arial, sans-serif;
}

h1 {
    font-family: 'Helvetica Bold', sans-serif;
}

ul#menu-main-menu .navbar.navbar-expand-lg {
    box-shadow: 0px 6px 52.5px 0px #7875FF4D;
    background: #000;
}
ul#menu-main-menu {
    gap: 32px;
}
ul#menu-main-menu .menu-item a {
    font-family: Helvetica;
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
    transition: all .5s;
}
body .grid-text1,
body .grid-text3,
body .grid-text2,
ul#menu-main-menu .menu-item.current_page_item a,
.footer-bg .list-unstyled li.menu-item a:hover,
ul#menu-main-menu .menu-item a:hover {
background: linear-gradient(270deg, #5B5BFF, #D7D6FF, #FF5BA5, #FFD6E7);
  background-size: 800% 800%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 8s ease infinite;
}
.first_menu_foot li.menu-item a {
    background: radial-gradient(
    578.85% 5542.72% at -52.34% -77.78%, 
    #E08FFF 11.91%, 
    #2D28FF 51.76%, 
    #C781FF 85.07%, 
    #9463FF 100%
  );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    width: auto;
    display: inline-block !important;
    font-weight: bold !important;
}
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}


/*Home CSS*/
/* Range slider base */
/* General form wrapper */
.request_a_quots .wpcf7-form {
  color: #fff;
}

/* Input + textarea */
.request_a_quots .wpcf7-form-control.wpcf7-text, 
.request_a_quots .wpcf7-form-control.wpcf7-email, 
.request_a_quots .wpcf7-form-control.wpcf7-textarea {
    background: #282828;
    border: 1px solid #333;
    border-radius: 40px;
    color: #fff;
    width: 100%;
    padding: 15px 24px;
    font-size: 15px;
    transition: border 0.3s ease;
    font-family: Helvetica;
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF66;
}
.request_a_quots .wpcf7-form-control.wpcf7-textarea {
    border-radius: 16px;
    min-height: 200px;
}
.request_a_quots .wpcf7-form-control::placeholder{
    font-family: Helvetica;
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF66;
}
.request_a_quots .wpcf7-form-control:focus {
  border-color: #7B61FF;
  outline: none;
}

/* Textarea sizing */
.request_a_quots .wpcf7-textarea {
  resize: none;
  min-height: 120px;
}
.request_a_quots  .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.request_a_quots .form-label.text-white {
    font-family: Helvetica;
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 17px;
}
/* Checkboxes + radio buttons styled as pills */
.request_a_quots .wpcf7-form-control.wpcf7-checkbox label span.wpcf7-list-item-label,
.request_a_quots .wpcf7-form-control.wpcf7-radio label span.wpcf7-list-item-label {
    display: inline-block;
    padding: 11px 20px;
    border: 1px solid #444;
    border-radius: 20px;
    background: transparent;
    margin: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #FFFFFF33;
    font-family: Helvetica;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
}
.request_a_quots .wpcf7-form-control.wpcf7-radio,
.request_a_quots .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.request_a_quots .wpcf7-list-item label {
    margin: 0;
}
.request_a_quots .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"],
.request_a_quots .wpcf7-form-control.wpcf7-radio input[type="radio"] {
  display: none;
}

.request_a_quots .wpcf7-form-control.wpcf7-checkbox input:checked + span, 
.request_a_quots .wpcf7-form-control.wpcf7-radio input:checked + span {
    border-color: #7B61FF;
    color: #fff;
    background: radial-gradient(100.56% 114.07% at 22.58% 0%, rgba(224, 143, 255, 0.5) 11.91%, rgba(45, 40, 255, 0.5) 76.76%, rgba(148, 99, 255, 0.5) 118.3%);
}

/* Submit button */
.request_a_quots .wpcf7-form-control.wpcf7-submit {
    width: 100%;
    border: 1px solid #FFFFFF80;
    background: transparent !important;
      border-radius: 30px;
      padding: 12px 32px;
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition: transform 0.2s ease;
      display: inline-block;
}
.services-box a.view-all-btn:hover,
.request_a_quots .wpcf7-submit:hover {
background: radial-gradient(86.54% 2288.8% at 1.96% -144.44%, #E08FFF 11.91%, #2D28FF 51.76%, #C781FF 85.07%, #9463FF 100%) !important;
}
.services-box a.view-all-btn:hover,
.request_a_quots .wpcf7-submit:hover {
  transform: translateY(-2px);
}

/* Range slider (matching your screenshot) */
.request_a_quots .wpcf7-form-control[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 4px;
  background: linear-gradient(90deg, #7B61FF 0%, #2D28FF 100%);
  outline: none;
  cursor: pointer;
}

.request_a_quots .wpcf7-form-control[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #7B61FF;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.request_a_quots .wpcf7-form-control[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #7B61FF;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.request_a_quots .labels span {
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.request_a_quots .labels span.active {
  background: linear-gradient(90deg, #7B61FF, #2D28FF);
  color: #fff;
}
.request_a_quots {
    background: #000000;
    padding: 40px 0;
}
.get-qouts-sec {
    background: #141414;
    border-radius: 32px;
    padding: 36px 32px;
	position:relative;
}
.h2-title {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 44px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 40px;
}

.get-qouts-sec .italic-text {
    font-family: Helvetica;
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 18px;
    display: block;
}
/*Footer CSS*/
.footer_top_sec {
    background: #282828;
    padding: 32px 0;
}
.footer-bg {
    background: #141414;
    padding: 60px 0;
}
.footer_top_sec h6.fw-bold {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
}
.footer_top_sec  h6.fw-bold {
    margin-bottom: 20px;
}
.footer_top_sec p {
    font-family: Helvetica;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}
.footer-bg .list-unstyled li.menu-item {
    margin-bottom: 12px;
}
.footer-bg .list-unstyled li.menu-item a {
    color: #fff;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.4;
    display: block;
    animation: gradientShift 8s ease infinite;
}
.footer-bg h5.footer-title {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
}
.range-slider .d-flex p {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.request_a_quots .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    color: transparent;
    cursor: pointer;
    background-color: #4B4B4B;
    border-color: transparent;
    border-radius: 1rem;
}
.request_a_quots input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 0px solid var(--form--color-ranged);
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    margin-top: -10px;
}
.request_a_quots .wpcf7-not-valid {
    border: 1px solid #FF7676 !important;
}
.request_a_quots .wpcf7-not-valid::placeholder{
    color:#FF7676;
}
.request_a_quots .wpcf7-not-valid-tip {
    display: none;
}
.bg-grident-1{
    background: linear-gradient(181.72deg, #000000 -3.7%, rgba(0, 0, 0, 0.679412) 19.9%, rgba(0, 0, 0, 0) 80.95%);
}
.shape_culture {
    padding: 150px 0 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.top_title {
    font-family: Helvetica;
    font-weight: 300;
    font-style: Oblique;
    font-size: 44px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 20px;
}
.h2-title span {
    font-weight: 300;
}
.shape_culture p {
    font-family: Helvetica;
    font-weight: 300;
    font-style: Oblique;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #fff;
}
.shape_culture p strong{
    font-family: Helvetica;
    font-weight: 700;
    font-style:Oblique;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
}
.grid-text1 {
    background: linear-gradient(90.98deg, #2D28FF 48.21%, #FA9EFF 81.71%);
        -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
}
.grid-text2 {
    background: linear-gradient(90.06deg, #2D28FF -12.2%, #C781FF 99.95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.grid-text3 {
    background: linear-gradient(90.08deg, #FA9EFF 85.24%, #8B5FFE 93.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.culture_sec.text-center h2.h2-title {
    margin-bottom: 22px;
}
.bg-black{
    background: #000000;
}
.h3-heding {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 28px;
}
.services-box {
    background: #141414;
    border: 2px solid #FFFFFF33;
    border-radius: 16px;
    padding: 32px 19px 24px;
    text-align: center;
}
.services-box h4 {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
}
.services-box ul{
    padding: 0;
    list-style: none;
    margin: 24px 0 16px;
}
.services-box ul li {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 16px;
}
.services-box a.view-all-btn {
    border: 2px solid #FFFFFF4D;
    display: block;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    padding: 12px;
    transition: transform 0.2s ease;
}
.pojects_box {
    background: #484848;
    height: 100%;
/*     min-height: 300px; */
    border-radius: 0px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.home .pojects_box {
	min-height: 300px;
}
.our_projects {
    padding: 100px 0;
}
.pojects_box a.view-projects {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
    background: #00000033;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
    padding: 12px 15px;
    border-radius: 40px;
    border: 1px solid #0000004D;
    display: inline-block;
    min-width: 250px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s, transform .5s;
}
.pojects_box:hover a.view-projects {
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    transition: opacity .5s, visibility .5s, transform .5s;
}
.inform_wrapper {
  border-radius: 12px;
  padding: 2px; /* border thickness */
  background: linear-gradient(
    150.23deg,
    #5A44FC 2.91%,
    rgba(67, 67, 67, 0) 73.61%
  );
}
.inform_wrapper:hover .inform_boxes{
    transform: translate(0,-5%);
    transition: transform .5s;
}
.inform_boxes {
    border-radius: 10px;
    background: #141414;
    padding: 30px 23px 90px;
    transform: translate(0%);
    transition: transform .5s;
}
.inform_boxes h3 {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    color: #5A44FC;
    margin-bottom: 8px;
}
.inform_boxes p {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 150%;
}
.four-info-box.bg-black {
    padding-bottom: 75px;
}
.bg-d-gray{
    background: #141414 !important;
}
.partners {
    padding: 48px 0;
}
.industries_abt {
    padding: 60px 0;
}
.default_para p,
p.default_para {
    font-family: Helvetica;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 60px;
    color: #fff;
}
.f_style_italic p,
.f_style_italic{
    font-style: Oblique;
}
.column-five {
    overflow: hidden;
    border-radius: 16px;
    padding: 0;
}
.industries_abt .bg-blue-grident {
    background: radial-gradient(143.92% 142.67% at 94.61% 4.56%, #C55BFF 0%, #5B5BFF 100%);
    padding: 24px !important;
}
.industries_abt .bg-blue-grident.text-white h5{
    font-family: Helvetica;
    font-weight: 700;
    font-size: 36px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
}
.column-five > .col {
    width: calc(100% / 5);
    flex: calc(100% / 5);
}
.max-w-600 {
    max-width: 615px;
    margin: 0 auto;
}
.column-five .card.border-0 {
    overflow: hidden;
    border-radius: 0;
}
.column-five .card.border-0 img{
    transform: scale(1.02);
    transition: all .5s;
}
.column-five .card.border-0:hover img{
    transform: scale(1.1);
    transition: all .5s;
}
.btn-wrap {
  display: block;
  padding: 2px; /* border thickness */
  border-radius: 40px;
  background: linear-gradient(
    90deg,
    #E08FFF,
    #2D28FF,
    #C781FF,
    #9463FF,
    #E08FFF
  );
  background-size: 300% 100%;
  background-position: 0% 50%;
  overflow: hidden;
  text-decoration: none;
}

.default_buttons {
  display: block;
  padding: 12px 28px;
  border-radius: 40px;
  background: #141414; /* default inside */
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: background 0.3s ease;
}

/* On hover → run gradient animation */
body .contact-btn:hover{
background: linear-gradient(
    90deg,
    #E08FFF,
    #2D28FF,
    #C781FF,
    #9463FF,
    #E08FFF
  );
  background-size: 300% 100%;
  background-position: 0% 50%;
}
body .contact-btn:hover,
.btn-wrap:hover {
  animation: gradient-move 2s linear infinite;
}

.btn-wrap:hover .default_buttons {
  background: transparent; /* let gradient fill in */
}

.our_projects {
    min-height: 100vh;
}
#projects-list .col-12 p{
    text-align: center;
    color: #fff !important;
}
/* Keyframes for gradient animation */
@keyframes gradient-move {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 100% 50%;
  }
}

.serve-list-box {
    padding: 80px 0;
    border-bottom: 2px solid #FFFFFF33;
}
.serve-list-box:last-child {
    border-bottom: 0px solid #FFFFFF33;
}
.serve-list-box .serv-title h3 {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 36px;
    line-height: 150%;
    text-transform: capitalize;
    color: #fff;
}
ul.serv-listing {
    padding: 0;
    list-style: none;
}
ul.serv-listing li{
    font-family: Helvetica;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff;
}
.serv-description {
    padding-left: 30px;
    padding-right: 110px;
}
.padd-80{
    padding: 80px 0;
}
.w-100{
    max-width: 100% !important;
}
.creative_happen h3 {
    font-family: Helvetica;
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 16px;
    margin-top: 32px;
    color: #fff;
}
ul.we-are-equ {
    padding: 0;
    list-style: none;
}
ul.we-are-equ li{
    margin-bottom: 15px;
    color: #fff;
}
.booking_text {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    margin-top: 9px;
}
.booking-include > .col {
    flex: calc(100% / 10 - 10px);
    width: calc(100% / 10 - 10px);
    padding: 0;
}
.additional_rental {
    gap: 40px 10px;
}
.additional_rental .col {
    width: calc(100% / 7 - 10px);
    flex: calc(100% / 7 - 10px);
    padding: 0;
}
.color_plates {
    height: 216px;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    align-items: self-start;
    flex-direction: column;
    justify-content: flex-end;
}
.color_plates {
    height: 265px;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    align-items: self-start;
    flex-direction: column;
    justify-content: flex-end;
}
.black-drop-plats  .col-w-5 {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% / 5 - 13px);
    flex: calc(100% / 5 - 13px);
    max-width: calc(100% / 5 - 13px);
}
.color_name {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #fff;
}
.max-w-1k {
    max-width: 1000px;
    margin: 0 auto;
}
.black-drop-plats {
    gap: 16px;
}
div#accordionExample {
    border-top: 2px solid #FFFFFF33;
    padding-top: 30px;
}
div#accordionExample .accordion-item,
div#accordionExample .accordion-item h2.accordion-header{
    border: 0; 
    border-radius: 0;
}
div#accordionExample .accordion-item h2.accordion-header button.accordion-button {
    border-radius: 0;
    background: #000;
    border: 0;
    border-bottom: 1px solid #282828;
    font-family: Helvetica;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
}
div#accordionExample .accordion-item h2.accordion-header button.accordion-button:focus {
    outline: 0;
    box-shadow: none;
}
div#accordionExample .accordion-item h2.accordion-header .accordion-button:hover,
div#accordionExample .accordion-item h2.accordion-header  .accordion-button:not(.collapsed)::after,
div#accordionExample .accordion-item h2.accordion-header .accordion-button:not(.collapsed){
    color: #fff;
}
div#accordionExample .accordion-item h2.accordion-header  .accordion-button::after,
div#accordionExample .accordion-item h2.accordion-header  .accordion-button:not(.collapsed)::after {
    background-image: url(http://localhost/ekatrit/wp-content/uploads/2025/09/arrow-bottom.png);
}
div#accordionExample .accordion-item {
    margin-bottom: 15px;
}
div#accordionExample  .accordion-body {
    background: #282828;
    font-family: Helvetica;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}
.ideas_intro h3.grid-text1 {
    background: radial-gradient(148.63% 3295.32% at 1.96% -144.44%, #E08FFF 11.91%, #2D28FF 51.76%, #C781FF 85.07%, #9463FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: Helvetica;
    font-weight: 700;
    font-size: 68px;
    line-height: 100%;
    text-transform: capitalize;
    display: inline-block;
}
.ideas_intro a {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    display: block;
    margin: 20px 0;
    text-decoration: none;
    background: #FFFFFF33;
    border-radius: 40px;
    text-align: center;
    color: #fff;
    padding: 12px 20px;
}
.we_turn_ideas h2 {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 68px;
    line-height: 100%;
    text-transform: capitalize;
    color: #fff;
}
ul.logo_lists {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
ul.logo_lists li {
    width: calc(100% / 5 - 16px);
}
ul.logo_lists li a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.contacts_page {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
h1.h1-title {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 128px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
h1.h1-title span{
    font-family: Helvetica;
    font-weight: 300;
    font-size: 80px;
    line-height: 150%;
    text-align: center;
    text-transform: capitalize;
    display: block;
}
.lets_works  .wpcf7-form-control {
    background: #FFFFFF33;
    border: 0;
    padding: 16px 32px;
    border-radius: 40px;
    font-family: Helvetica;
    font-weight: 300;
    font-style: Light;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
}
.lets_works .wpcf7-form-control::placeholder {
    color: #FFFFFFCC;
}
.lets_works  .lets_works  .wpcf7-form-control:focus{
    outline: 0;
}
.lets_works .wpcf7-form-control.wpcf7-not-valid::placeholder{
    color: #FF2121;
}
.lets_works  .wpcf7-form-control.wpcf7-not-valid{
    border: 2px solid #FF2121;
}
.lets_works  .wpcf7-not-valid-tip{
    display: none;
}
.lets_works  p > label {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 22px;
    color: #fff;
}

.project-filters ul {
    background: linear-gradient(92.7deg, #8900DD -6.91%, #2D28FF 62.57%, #8900DD 120.66%, #2D28FF 146.7%);
    padding: 11px 7% 14px;
    list-style: none;
    display: flex;
    gap: 20px;
    justify-content: center;
	align-items:center;
}
.project-filters ul li.filter-btn {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
	cursor:pointer;
}
.project-filters ul li.filter-btn:not(:last-child) {
    border-right: 1px solid #FFFFFF66;
    padding-right: 20px;
}
/* Base header style */
#header .navbar-expand-lg {
   
}

/* Sticky header with blur background */
body:not(.home) #header.sticky .navbar-expand-lg,
#header.sticky .navbar-expand-lg {
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.6);
/*     box-shadow: 0 2px 10px rgb(0 0 0); */
    padding: 10px 0;
 	position: fixed;
    top: 0;
    width: 100%;
    background: #00000080 !important;
    transition: all 0.3s ease;
    z-index: 1000;
}
.request_a_quots {
    position: fixed;
    top: 100%;
    height: 100vh;
    left: 0;
    width: 100%;
    display: flex;
    align-items: self-start;
    justify-content: center;
    transition: all .5s;
    z-index: 99999;
    background: #000000ed;
}
.contact-btn {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 24px 6px 6px;
    background: #000000;
    border-radius: 9999px;
    box-shadow: 0 8px 25px rgb(69 69 69);
    cursor: pointer;
    z-index: 999;
    transition: background-color 0.7s ease-in-out;
    overflow: hidden;
}

/* --- ICON CIRCLE --- */
.contact-icon {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.contact-btn:hover .contact-icon img {
  opacity: 0;
  transform: scale(0.7);
}

/* --- Mail Icon Appears --- */
.contact-icon .icon-mail {
  position: absolute;
  inset: 0;
  margin: auto;
  color: #C43670;
  background: #f5f5f5;
  border-radius: 50%;
  padding: 12px;
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

.contact-btn:hover .contact-icon .icon-mail {
  transform: scale(1);
}

/* --- TEXT ANIMATION --- */
.contact-text {
    color: #C43670;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    height: 25px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: start;
    position: relative;
}

.contact-text .line {
  display: block;
  transition: transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

/* Hide the 2nd line initially */
.contact-text .line:nth-child(2) {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

/* Slide animation */
.contact-btn:hover .contact-text .line:nth-child(1) {
  transform: translateY(-100%);
}
.contact-btn:hover .contact-text .line:nth-child(2) {
  transform: translateY(-100%);
}

/* --- Hover state for button background --- */
.contact-btn:hover {
    background: rgb(1 0 54);
    backdrop-filter: blur(6px);
}
.request_a_quots.active {
    top: 0;
}
#sticky-contact-btn.active {
    visibility: hidden;
}
#close_contact_form {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
svg#close_contact_form path {
    position: absolute;
    top: 28px;
    display: block;
}
.contact-text .line {
    display: block;
    transition: transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
    color:#fff;
}
.contact-btn:hover {
background: linear-gradient(90.98deg, #2D28FF 48.21%, #FA9EFF 81.71%);
background: linear-gradient(92.7deg, rgb(137, 0, 221) -6.91%, rgb(45, 40, 255) 62.57%, rgb(137, 0, 221) 120.66%, rgb(45, 40, 255) 146.7%);
/*     -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; */
}
.page-template-contact a#sticky-contact-btn {
    display: none;
}
.no_link{
	pointer-events:none;
}
.contact-btn:hover .contact-icon img.icon-mail {
    opacity: 1;
    border-radius: 0;
    background: transparent;
    padding: 0;
}
.our-services .swiper-button-prev, .our-services .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
}
.our-services .swiper-button-prev::after,
.our-services .swiper-button-next::after {
    font-size: 18px !important;
    color: #000000;
}
video.w-100 {
    margin-bottom: -10px;
}
.inform_boxes .video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    height: 185px;
    margin-bottom: 20px;
}
.inform_boxes .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
ul.logo_lists li img {
    height: 180px;
    object-fit: contain;
}
.contacts_page span.wpcf7-form-control-wrap .wpcf7-checkbox {
    background: transparent;
    display: flex;
    flex-direction: column;
    padding: 0;
}
.contacts_page span.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
}
.contacts_page span.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label{
    display: flex;
    align-items: center;
	gap:10px;
}
.contacts_page .lets_works textarea.wpcf7-form-control {
    border-radius: 12px;
}
.lets_works .wpcf7-form-control, .lets_works .wpcf7-form-control::placeholder {
    font-family: Helvetica;
    font-weight: 300 !important;
    font-size: 20px;
    line-height: 100%;
}
.blow-con p {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #fff;
}
.blow-con h2 {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    text-align: center;
    color: #fff;
}
.contacts_page .btn.btn-primary {
    width: 100%;
    background-color: #fff !important;
    color: #2D28FF !important;
    font-weight: 700 !important;
}
.contact_infos h3 {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: #fff;
	margin-bottom:20px;
}
.contact_infos p {
    font-family: Helvetica;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    max-width: 450px;
    color: #fff;
}
#header .navbar-expand-lg {
    box-shadow: 0px 6px 52.5px 0px #7875FF4D;
    position: absolute;
    width: 100%;
    left: auto;
    top: 0;
    background: transparent !important;
	z-index:9999;
}
button.wpcf7-form-control {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
body:not(.home) div#content {
    margin-top: 72px;
}
#header .navbar-expand-lg {
    box-shadow: 0px 6px 52.5px 0px #7875FF4D;
}
body:not(.home) #header .navbar-expand-lg {
    box-shadow: 0px 6px 52.5px 0px #7875FF4D;
    background: #000000 !important;
}
.we_turn_ideas.bg-black a.bg-white.text-black {
    width: 80%;
    margin: 0 0 0 auto;
}
.row.serve-list-box.align-items-center.mb-5 a.btn-wrap.only-mobile{
	display:none;
}
.masonry-gallery a img.img-fluid {
    width: 100%;
}
.masonry-gallery {
    column-count: 3 !important;
}
a.btn-wrap.w-45 {
    max-width: 45%;
    width: 100%;
    margin: 30px auto 0;
}
.product_box_full_sec h2 {
    color: #fff;
    font-size: 32px;
    margin: 20px 10px;
}
.product_box_full_sec ul {
    padding: 0 10px;
    line-height: normal;
    display: flex;
    position: relative;
    gap: 26px;
    list-style: none;
}
.product_box_full_sec ul li {
    color: #fff;
    position: relative;
}
.product_box_full_sec {
    margin-bottom: 30px;
}
.product_box_full_sec h2 {
    color: #fff;
    font-size: 32px;
    margin: 16px 10px 5px;
    font-weight: bold;
}
.product_box_full_sec ul li:not(:last-child)::before {
    content: "|";
    position: absolute;
    right: -16px;
}
.footer_top_sec a {
    color: #fff;
    text-decoration: none;
}
#team .slider_team_member_info img,
#team .team_member_images img {
    width: 100%;
    border-radius: 20px;
}
#team .teams_member {
    margin-bottom: 30px;
}
.slider_team_member_info h3,
.team_member_info h3 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 2px;
    margin-top: 10px;
}
.slider_team_member_info h4,
.team_member_info  h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
}
.slider_team_member_info p,
.team_member_info p {
    font-size: 16px;
    color: #ffff;
    line-height: 28px;
}
.slider_team_member_info p::first-letter,
.team_member_info p::first-letter {
  font-size: 200%;
  font-weight: bold;
  color: #8A2BE2;
}
.teams_member-slider .swiper-button-next, .teams_member-slider .swiper-button-prev {
    background: #fff;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 80px;
}
.teams_member-slider .swiper-button-next:after, .teams_member-slider .swiper-button-prev::after {
    font-size: 20px;
}
section.title_content_info {
    padding: 100px 0;
}
.title_content_info .page-content p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 30px;
}
.singular .entry-title {
    color: #fff;
    font-size: 3rem;
}
.singular .entry-content * {
    color: #fff;
}
.bg-black.text-center.py-3 small {
    color: #fff;
}
.bg-black.text-center.py-3.footer_Llast {
    display: flex;
    justify-content: space-between;
    padding: 0 10%;
	align-items:center;
}
.bg-black.text-center.py-3.footer_Llast ul.terms-condition {
    padding: 0;
    list-style: none;
    text-align: left;
    display: flex;
    gap: 20px;
}
ul.terms-condition a{
	color:#fff;
	font-size:14px;
}
.request_a_quots .wpcf7-form > .row > .col-md-6:nth-child(2) .col-12:nth-child(2) {
    margin: 25px 0;
    padding: 15px 0;
    border-bottom: 1px dashed #5c5c5c;
    border-top: 1px dashed #5c5c5c;
}
.get-qouts-sec {
    background: #141414;
    border-radius: 32px;
    padding: 36px 32px;
    position: relative;
    height: 100dvh;
    overflow: auto;
}
.get-qouts-sec::-webkit-scrollbar {
    width: 3px;
}

.get-qouts-sec::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.3);
    border-radius: 10px;
}
.container-fluid {
    padding: 0 30px;
    width: 100%;
    max-width: 100%;
}
@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1220px !important;
    }
}
@media screen and (max-width:1024px){
.column-five > .col {
    width: calc(100% / 2);
    flex: calc(100% / 2);
}
.h2-title {
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 40px;
}
.shape_culture {
    padding: 60px 0 60px;
}
.top_title{
	font-size:24px;
}
.shape_culture p strong,
.shape_culture p,
p.default_para {
    font-size: 16px;
}
.industries_abt .bg-blue-grident.text-white h5 {
    font-size: 22px;
}
h1.h1-title {
    font-size: 44px;
	line-height: 130%;
}
h1.h1-title span {
    font-size: 46px;
    line-height: 120%;
}
}

@media screen and (max-width:880px){
	div#ekatritNavbar {
		position: absolute;
		top: 80px;
		background: #000;
		width: 100%;
		left: 0;
		padding: 30px 30px;
		border-radius: 0 0 20px 20px;
	}	
}
@media screen and (max-width:768px){
.h2-title {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 20px;
}
.get-qouts-sec {
    padding: 36px 10px;
}
.request_a_quots .wpcf7-form-control.wpcf7-text, .request_a_quots .wpcf7-form-control.wpcf7-email, .request_a_quots .wpcf7-form-control.wpcf7-textarea {
    padding: 8px 16px;
    font-size: 15px;
    font-size: 16px;
}
.request_a_quots .wpcf7-form-control::placeholder {
    font-size: 15px;
}
.request_a_quots .wpcf7-form-control.wpcf7-textarea {
    border-radius: 16px;
    min-height: 80px;
	margin-bottom:30px;
}
.request_a_quots .form-label.text-white {
    font-size: 16px;
}
.contact-icon {
    width: 40px;
    height: 40px;
}
.get-qouts-sec .wpcf7.js {
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}
.shape_culture {
    padding: 40px 0 40px;
}
.h2-title,
.top_title {
    font-size: 24px;
}
.services-box ul li,
.shape_culture p strong,
.shape_culture p {
    font-size: 16px;
}
section.our-services.bg-black {
    background: #191919 !important;
    padding-top: 40px;
    margin-top: -1px;
	padding-bottom:40px;
}
.services-box h4 {
    font-size: 20px;
}
.services-box a.view-all-btn{
	font-size:14px;
}
.swiper-slide.swiper-slide-next::before {
    background: linear-gradient(285deg, rgb(25 25 25 / 0%) 0.27%, #191919 99.75%);
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 99;
    width: 100%;
    left: 0;
    border-radius: 10px;
}
.four-info-box.bg-black .col-md-3 {
    width: 50%;
}
.inform_boxes {
	padding: 12px 12px 40px;
}
.inform_boxes h3 {
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 8px;
    min-height: 55px;
}
.inform_boxes p {
    font-size: 12px;
}
.inform_boxes .video-wrapper {
    height: 120px;
    margin-bottom: 10px;
}
.footer_top_sec h6.fw-bold {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.footer_top_sec p {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
}
.footer_top_sec p br{
	display:none;
}
.footer_top_sec .row {
    gap: 20px;
}
.footer-bg .list-unstyled li.menu-item a {
    font-size: 12px;
    line-height: 1.4;
}
.footer-bg .first_menu_foot.col-6.col-md-3{
    width: 100%;
}
ul#menu-main-menu-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	margin-bottom:40px;
}

ul#menu-main-menu-1 li.menu-item {
    width: calc(100% / 3 - 9px);
    margin: 0;
    display: flex;
    align-items: center;
}
ul#menu-main-menu-1 li.menu-item a{
	font-size:16px;	
}
.footer-bg .col-6.col-md-3 {
    width: 33.33%;
}
.footer-bg .first_menu_foot.col-6.col-md-3 + .col-6.col-md-3 + .col-6.col-md-3 {
    padding: 0;
}
.culture_sec.text-center h2.h2-title > span {
    font-weight: bold !important;
}
.default_para p,
p.default_para {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
}
.row>* {
    padding-right: 16px;
    padding-left: 16px;
}
.contact-text {
    font-size: 18px;
    line-height: 1;
    height: 17px;
    justify-content: center;
}
.contact-icon img {
    width: 25px;
    height: 30px;
   
}
h1.h1-title {
    font-size: 30px;
}
h1.h1-title span {
    font-size: 26px;
    line-height: 120%;
}
.content-area form.wpcf7-form .wpcf7-form-control.form-control {
    height: 45px;
}
.lets_works .wpcf7-form-control, .lets_works .wpcf7-form-control::placeholder {
    font-family: Helvetica;
    font-weight: 300 !important;
    font-size: 16px;
    
    line-height: 100%;
}
	.lets_works .wpcf7-form-control{
		padding: 8px 16px;
	}
.contacts_page .lets_works textarea.wpcf7-form-control {
    height: 100px !important;
}
.lets_works  p > label {
    font-size: 16px;
    line-height: 130%;
}
.blow-con p {
    font-size: 16px;
    line-height: 150%;
}
.blow-con h2 a {
    font-size: 22px;
}
.padd-80 {
    padding: 45px 16px;
}
	.contact_infos h3 {
    font-size: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}
section.contact_infos.bg-black.padd-80 {
    padding-top: 15px;
}
.contact_infos p {
    text-align: center;
}
.page-template-contact .footer_top_sec{
	display:none;	
}
a.navbar-brand.d-flex.align-items-center:empty {
    display: none !important;
}
#header .navbar-expand-lg > .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
section.contacts_page.padd-80 .container {
    padding: 0;
}
.custom-form .col-12,
.custom-form .col-md-6 {
    padding: 0 4px;
}
.project-filters ul {
    justify-content: start;
    align-items: center;
    overflow: auto;
    white-space: nowrap;
}
.our_projects {
    padding: 32px 17px;
}
.our_projects .container {
    padding: 0 16px;
}
div#projects-list {
    gap: 16px;
}
div#projects-list .col-md-6.p-2 {
    padding: 0 !important;
}
div#projects-list .col-md-6.p-2 {
    padding: 0 !important;
    width: 100%;
}
.pojects_box {
    min-height: 220px;
}
.product_box_full_sec h2 {
    font-size: 24px;
}
.product_box_full_sec ul li {
    font-size: 12px;
}
.product_box_full_sec ul {
    gap: 14px;
}
.product_box_full_sec ul li:not(:last-child)::before {
    right: -9px;
}
.footer_top_sec h6.fw-bold {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
}
.we_turn_ideas h2 {
    font-size: 28px;
    line-height: 120%;
}
.col-md-3.ideas_intro.px-4 {
    padding: 0 !important;
}
.we_turn_ideas.bg-black.padd-80 .col-md-6 {
    padding: 0;
}
.ideas_intro h3.grid-text1 {
    font-size: 28px;
}
.ideas_intro a {
    font-size: 14px;
    margin: 15px 0;
    display: inline-block;
	width: max-content;
}
.ideas_intro {
    padding: 0 !important;
    flex-direction: column;
    display: flex;
}
ul.logo_lists {
    gap: 25px;
}
ul.logo_lists li {
    width: calc(100% / 3 - 17px);
}
ul.logo_lists li img {
    height: 50px;
}
.we_turn_ideas.bg-black a.bg-white.text-black {
    width: auto;
    margin: 0 0 0 auto;
}
.we_turn_ideas.bg-black a.bg-white.text-black {
    width: auto;
    margin: 20px 0 0;
}
.contact-btn {
    min-width: 190px;
}
.row.serve-list-box.align-items-center.mb-5  .col-md-6,
.row.serve-list-box.align-items-center.mb-5 .col-md-3,
section.services_lists.bg-d-gray.py-5 {
    padding: 0 !important;
}
.row.serve-list-box.align-items-center.mb-5 {
    padding: 32px 16px !important;
}
.serve-list-box .serv-title h3 {
    font-size: 18px;
    margin-bottom: 20px;
}
.serv-description {
    padding-left: 0;
    padding-right: 0;
}
.row.serve-list-box.align-items-center.mb-5 .col-md-3 a.btn-wrap.only-mobile,
.serv-description a.btn-wrap span.default_buttons {
    height: 40px;
    padding: 0;
    font-size: 18px;
    line-height: 40px;
}
.row.serve-list-box.align-items-center.mb-5 a.btn-wrap.only-desktop{
	display:none;
}
	.row.serve-list-box.align-items-center.mb-5 .col-md-3 a.btn-wrap.only-mobile{
		display:block;
		padding:2px;
	}
.row.serve-list-box.align-items-center.mb-5 .col-md-3 a.btn-wrap.only-mobile span.default_buttons {
    height: auto;
    line-height: 2;
}
.default_para {
    font-size: 16px;
}
.industries_abt .column-five {
    margin: 0;
    overflow: hidden;
    border-radius: 27px;
    padding: 0;
    width: calc(100% - 32px);
    margin: 0 auto;
}
.industries_abt .column-five .col{
	height: 175px;
}
.industries_abt .column-five .col:nth-child(3n) {
    order: 2;
}
.h2-title, .top_title {
    font-size: 24px;
    line-height: 36px;
}
.creative_happen h3 {
    font-size: 18px;
}
.creative_happen .row.mt-5 {
    margin-top: 20px !important;
}
.creative_happen .row.mt-5 {
    margin-top: 20px !important;
    gap: 40px;
}
.cover .slick-slide {
    padding: 5px;
}
.gallery_slide .row .col-md-6 {
    width: 50%;
}
	.additional_rental,
	.booking-include{
		gap:12px;
	}
.additional_rental .col,
.booking-include > .col {
    flex: calc(100% / 3 - 10px);
    width: calc(100% / 3 - 10px);
    padding: 0;
}
.color_plates {
    height: 90px;
    border-radius: 8px;
    padding: 5px;
}
.color_name {
    font-size: 12px;
}
.black-drop-plats {
    gap: 5px;
}
.black-drop-plats  .col-w-5 {
    width: calc(100% / 5 - 4px);
    flex: calc(100% / 5 - 4px);
    max-width: calc(100% / 5 - 4px);
}
.masonry-gallery {
    column-count: 2;
}
.gallery.py-5 {
    padding: 0 !important;
}
section.gallery_slide.bg-black.py-5.pb-1 {
    padding: 0 !important;
}
.footer-bg .col-6.col-md-3 {
    width: 100%;
    padding-right: 16px !important;
    padding-left: 16px !important;
    margin-bottom: 15px;
}
.footer-bg h5.footer-title {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;
}
.footer-bg .list-unstyled li.menu-item a {
    font-size: 16px;
    line-height: 1.4;
}
ul#menu-main-menu-1 {
    margin-bottom: 20px;
}
a.btn-wrap.w-45 {
    max-width: 90%;
    width: 100%;
    margin: 30px auto 0;
}
.pojects_box:hover a.view-projects {
    font-size: 14px;
    min-width: 130px;
}
.slider_team_member_info h3, .team_member_info h3 {
    font-size: 28px;
    margin-top: 10px;
}
.teams_member-slider .swiper-button-next, .teams_member-slider .swiper-button-prev {
    top: 200px;
}
.slider_team_member_info h4, .team_member_info  h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
}
.bg-black.text-center.py-3.footer_Llast {
    flex-direction: column;
}
}
