/** Shopify CDN: Minification failed

Line 1391:7 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --white: #FFFFFF;
  --dark-purple: #190D28;
  --purple: #9E00D9;
  --blue: #00A7D9;
  --gray: #949190;
  --black: #000000;

  /* Base font sizes for large screens */
  --h1-size: 110px;
  --h2-size: 70px;
  --h3-size: 40px;
  --h4-size: 30px;
  --p-size: 20px;
}

/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1 {
  font-size: var(--h1-size);
}
h2 {
  font-size: var(--h2-size);
}
h3 {
  font-size: var(--h3-size);
}
h4 {
  font-size: var(--h4-size);
  font-weight: 600;
}
p {
  font-size: var(--p-size);
  line-height: 1.5;
}
body {
  overflow-x: hidden;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.container {
  max-width:1700px;
  margin:0 auto;
    padding:10px 40px;
}
a.global-btn-wrapper {
    padding: 17px 36px 17px 0 !important;
    background-color: var(--blue);
    border-radius: 10px;
    color: var(--white);
    transition: 0.6s all ease;
    text-decoration: none;
    width: 250px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    overflow: hidden;
    position: relative;
}

a.global-btn-wrapper::before {
    content: "";
    background-image: url('/cdn/shop/files/Group_1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

a.global-btn-wrapper:hover::before {
    opacity: 1;
    transform: translateX(0px);
  
}

a.global-btn-wrapper span  {
    display: inline-block;
    opacity: 1;
    transform: translateX(-10px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  
}

a.global-btn-wrapper:hover span   {
    opacity: 0.85;
    transform: translateX(3px);
}

a.global-btn-wrapper:hover  {
    background-color: #0990B9;
      padding: 17px 10px !important;
}
.contact-content-wrapper h2 {
    margin-bottom: 40px;
}
video {
    width: 100%;
}

ul.form-status-list.caption-large {
    display: none;
}

small#ContactForm-email-error {
    position: absolute;
    top: -30px;
}
.form-status-list {
    padding: 0 0 10px 0;
    margin: 0rem 0px 0rem;
}
@keyframes slideFromTop {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideFromBottom {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes zoomInCenter {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Apply animations to your existing classes */

.kc-main-wrapper .text-content .top-left {
  animation: slideFromTop 0.8s ease-out 0.2s forwards;
  opacity: 0;
}

.kc-main-wrapper .text-content .bottom-right {
  animation: slideFromBottom 0.8s ease-out 0.4s forwards;
  opacity: 0;
}

.kc-main-wrapper .center-video img {
  animation: zoomInCenter 1s ease-out 0.3s forwards !important;
  opacity: 0;
}

/* //////////////////////////header///////////////// */
.header__icons {
    display: none;
    order: 2;
}

header.header.header--middle-left.page-width.header--has-menu {
    width: 100%;
    padding: 0 40px !important;
    margin: auto !important;
    position: absolute;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
  top:60px;
}
header.header.header--middle-left.page-width.header--has-menu:after {
     content: " ";
    position: absolute;
    bottom: -15px;
    width: 95% !important;
    display: block;
    border-bottom: 1px solid #ffffff59;
    left: 40px;
}

nav.header__inline-menu a {
    color:var(--white);
    text-transform: uppercase;
    transition: 0.6s all ease;
    text-decoration:none;
    font-family: "Saira", sans-serif;
     font-weight: 500;

}
nav.header__inline-menu a span{
    transition: 0.6s all ease;
    font-family: "Saira", sans-serif;

}
nav.header__inline-menu a:hover span{
  
  text-decoration: none;
}
nav.header__inline-menu a:hover{
    color:var(--white);
  text-decoration: none;
}

.header-wrapper.color-scheme-1.gradient.header-wrapper--border-bottom {
    max-width: 1700px !important;
    width: 1700px;
    padding: 0;
    margin: 0 auto;
}

span.header__active-menu-item {
    color: var(--white);
    text-decoration: none;
    font-weight: 800;
}
nav.header__inline-menu a {
  position: relative;
  text-decoration: none !important;
}

nav.header__inline-menu a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right:0;
  width: 80%;
  height: 1px;
  background-color: var(--white);
  transform: translateX(-20px);
  opacity: 0;
  margin:auto;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

nav.header__inline-menu a:hover::before {
  transform: translateX(0);
  opacity: 1;
}

/* /////////////////banner/////////////// */
.kc-main-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  font-family: 'Plus Jakarta Sans', sans-serif;
      background-image: url('https://qemmnj-f2.myshopify.com/cdn/shop/files/image_1_2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width:98%;
    margin:15px auto;
    border-radius:24px;
  padding-top:150px;
  }
.center-video {
    place-self: anchor-center;
    height: 80vh;
    align-content: center;
    width: 70%;
}
.center-video img {
    width: 100%;
}
 .kc-main-wrapper  .hero-section {
  /* position: relative; */
  width: 100%;
  height: 100%;
}


 .kc-main-wrapper .center-video video {section.kc-main-wrapper .container {
    position: relative;
}
  width: 50%;
  height: 95vh;
  display: block;
  border-radius: 12px;
}
section.kc-main-wrapper .container {
    position: relative;
}
 .kc-main-wrapper .text-content {
  /* position: relative; */
  width: 100%;
  height: 100%;
  color: var(--white);
  z-index: 2;
}

 .kc-main-wrapper .text-content .top-left {
  position: absolute;
  top: 80px;
  left: 30px;
  font-size: var(--h1-size);
  color: var(--white);
  font-weight: 400;
}

 .kc-main-wrapper .text-content .bottom-right {
  position: absolute;
  bottom: 90px;
  right: 30px;
  font-size: var(--h1-size);
  color: var(--white);
  font-weight: 400;
}

 .kc-main-wrapper .text-content .button-box {
  position: absolute;
  left: 2%;
  bottom: 60px;
}

 .kc-main-wrapper .cta-btn {
padding: 20px 30px;
    background-color: var(--white);
    color: var(--dark-purple);
    text-decoration: none;
    border-radius: 10px;
    transition: 0.6s all ease;
   letter-spacing: 0;
}
.kc-main-wrapper .cta-btn:hover {
    background-color: var(--blue);
    color: var(--white);
}

 .kc-main-wrapper .tagline {
  position: absolute;
  bottom: 40px;
  color: var(--white);
  font-size: var(--white);
    max-width: 34%;
    right: 6%;
}
/* ///////////////text and button section////////// */
.btn-text-wrapper {
    margin: 100px 0;
    background-image: url('/cdn/shop/files/bg_desktop_1.png?v=1753737379');
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}
.btn-text-wrapper h3 {
    color: var(--dark-purple);
  margin-bottom:15px;
  text-transform: uppercase;
  font-weight: 500;
}

.btn-text-wrapper p {
    color: var(--dark-purple);
    width: 100%;
  font-size: 20px;
  margin-bottom:15px;
}

.btn-text-wrapper p span {
    color: var(--purple);
    font-weight: 700;
}
.btn-text-wrapper a.global-btn-wrapper{
  margin-top:30px;
}
/* //////////video background section////////// */
.video-inner-text-wrapper {
    position: absolute;
    top: 50px;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1600px;
    padding: 0 40px;
}
section.kc-bg-video-wrapper .center-video {
    width: 100%;
    height: auto;
}

section.kc-bg-video-wrapper{
    position:relative;
}

section.kc-bg-video-wrapper .video-back-section {
    display: block;
    width: 90%;
}

section.kc-bg-video-wrapper .text-content h2 {
    color: var(--dark-purpleq);
    text-transform: uppercase;
    font-weight: 400;
}

section.kc-bg-video-wrapper .video-btn-text-wrapper {
    background-color: var(--white);
    padding: 30px;
    border-radius: 16px;
    width: 50%;
    float: right;
    align-self: flex-end;
}

section.kc-bg-video-wrapper .video-btn-text-wrapper p {
    font-size: 16px;
    margin-bottom: 30px;
    color: var(--dark-purple);
}
section.kc-bg-video-wrapper .video-btn-text-wrapper p  span {
    color:var(--purple);
    font-weight:700;
}
/* //////////////////our team //////////// */
.main-team-wrapper {
    padding: 40px 0;
}

.main-team-wrapper h3 {
    color: var(--dark-purple);
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    font-size:24px;
}
.main-team-wrapper h2 {
    color: var(--dark-purple);
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}
.main-team-wrapper p {
     color: var(--dark-purple);
     text-align:center;
     width:60%;
     margin:20px auto 40px;
}
.main-team-wrapper p span{
     color: var(--purple);
    font-weight:700;
     text-align: left;
     margin-bottom:20px;
}

.main-team-wrapper .inner-team-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap:10px;
}

.main-team-wrapper .team-content-wrapper {
    text-align: left;
}
.main-team-wrapper .team-content-wrapper img {
    text-align:center;
    display: block;
    margin: 0 auto;
    background-color: #58c6d238;
    width: 100%;
    padding: 10px 30px;
    height:350px;
    object-fit:contain;
    margin:20px 0;
    border-radius:6px;
    transition:0.6s all ease;
}
.main-team-wrapper .team-content-wrapper p {
    font-size:14px;
    text-align:left;
    margin:10px 0 20px;
     width:100%;
}
.main-team-wrapper .team-content-wrapper i {
    color:var(--blue);
    padding-right:10px;
}
.main-team-wrapper .team-content-wrapper a {
    color:var(--black);
    text-decoration:none;
    transition:0.6s all ease;
}
.main-team-wrapper .team-content-wrapper a:hover {
    color:var(--blue);
}
.main-team-wrapper i.fa-sharp.fa-regular.fa-arrow-right {
    font-family: "Font Awesome 6 Free";
    font-weight: 800;
    color: #fff;
    background-color: var(--blue);
    padding: 10px;
    border-radius: 100px;
    transition:0.6s all ease;
}
.main-team-wrapper  i.fa-sharp.fa-regular.fa-arrow-right {
    font-family: "Font Awesome 6 Free";
    font-weight: 800;
    color: #fff;
    background-color: var(--blue);
    padding: 10px;
    border-radius: 100px;
    transition:0.6s all ease;
}

.main-team-wrapper .team-anchor a:hover i.fa-sharp.fa-regular.fa-arrow-right  {
    transform: scale(0.8);
}

.main-team-wrapper .icon-list-content-wrapper {
    position: relative;
    padding: 20px 0 10px;
}

.main-team-wrapper .team-anchor {
    position: absolute;
    right: 20px;
    bottom: 6px;
    font-size: 20px;
}

.main-team-wrapper .inner-icon-wrapper {
    width: 87%;
    font-size: 13px;
}
.main-team-wrapper .team-content-wrapper {
    position: relative;
    overflow: hidden; 
      flex: 0 0 25%;
}

.main-team-wrapper .team-hover-content-wrapper {
    opacity: 0;
    transform: translateY(160px); 
    transition: opacity 0.6s ease, transform 0.6s ease;
    height: 100%; 
}

.main-team-wrapper .team-content-wrapper:hover .team-hover-content-wrapper {
    opacity: 1;
    transform: translateY(0); 
}
.main-team-wrapper .counting-wrapper {
    color: var(--blue);
    transition:0.6s all ease;
}
.main-team-wrapper .team-content-wrapper:hover  .counting-wrapper {
    color: var(--dark-blue);
}

.main-team-wrapper .team-content-wrapper:hover img {
    background-color: #58c6d21a;
}
/* ///logos section////////// */
.kc-logos-section {

      background: rgb(245 252 253);
    /* background: linear-gradient(180deg, rgb(42 123 155 / 4%) 0%, rgb(255 255 255 / 62%) 10%); */
}
.kc-logos-inner-wrapper {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 30px auto;
}

.kc-logos-inner-wrapper h4 {
    text-transform: uppercase;
}
.kc-logos-inner-wrapper img {
    object-fit: contain;
}
/* ///////////contact section/////////// */
.kc-contact-wrapper {
        background: rgb(245 252 253);
    /* background: linear-gradient(90deg, rgb(88 198 210 / 0%) 0%, rgba(255, 255, 255, 1) 50%, rgb(88 198 210 / 0%) 100%); */
  padding-bottom: 50px;
}
.kc-contact-wrapper .container {
    padding: 0;
}
.main-contact-inner-wrapper {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;

}

.contact-content-wrapper {
    flex: 0 0 30%;
    background-color: #c4ebf5;
    padding:100px 50px 0;
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    height:620px;
}

.contact-content-wrapper h2 {
    color: var(--dark-purple);
}

.contact-content-wrapper a {
    color: var(--dark-purple);
    text-decoration: none;
  transition: 0.6s all ease;
}
.contact-content-wrapper a:hover {
    color: var(--gray);
}
.contact-content-wrapper p {
    padding: 5px 0;
}

.contact-inner-form-wrapper {
    flex: 0 0 70%;
    background-image: url('/cdn/shop/files/Rectangle_8_12.png?v=1753725373');
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
        height:620px;
        border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
      align-content: center;
}

.contact-inner-form-wrapper .gradient {
    background-color: transparent;
}
.kc-contact-wrapper h6 {
    font-size: 30px;
}
.kc-contact-wrapper h6 {
    font-size: 30px;
}
.kc-contact-wrapper input , .kc-contact-wrapper textarea {
    background-color:transparent;
}
.kc-contact-wrapper .field:after, .kc-contact-wrapper .select:after, .kc-contact-wrapper .customer .field:after, .kc-contact-wrapper .customer select:after, .kc-contact-wrapper .localization-form__select:after {
    border-radius: 8px;
}
.kc-contact-wrapper button.button::after {
    content: none;
}
 .contact__button button{
    padding: 17px 0px 17px 0 !important;
    background-color: var(--blue);
    border-radius: 10px;
    color: var(--white);
    transition: 0.6s all ease !important;
    text-decoration: none;
    width: 250px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    overflow: hidden;
    position: relative;
}

 .contact__button button:before{
    content: "";
    background-image: url('/cdn/shop/files/Group_1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.6s ease, transform 0.6s ease;
         position: absolute;
    left: 90px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

 .contact__button button:hover::before{
    opacity: 1;
    transform: translateX(0);

}

 .contact__button button {
    display: inline-block;
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

span .contact__button button:hover span  {
    opacity: 0.85;
    transform: translateX(3px);
}

 .contact__button button:hover {
    background-color: #0990B9;
      padding: 17px 10px 17px 70px !important;
}
.field:hover.field:after, .select:hover.select:after, .select__select:hover.select__select:after, .customer .field:hover.field:after, .customer select:hover.select:after, .localization-form__select:hover.localization-form__select:after {

    border-radius: 10px;
  border:0;
}
.field__input:focus, .select__select:focus, .customer .field input:focus, .customer select:focus, .localization-form__select:focus.localization-form__select:after {
    box-shadow: unset;
    outline: 0;
    border-radius: unset;
}
.contact-content-wrapper p:nth-child(4) {
    width: 80% !important;
}

/* //////////////////footer///////////// */
.kc-footer {
  background-color: #f5fcfd;
  padding: 60px 0 20px;
  font-size: var(--p-size);
  color: var(--gray);
}
.kc-footer .footer-grid-main {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}
.kc-footer h4 {
  font-size: var(--h4-size);
  color: var(--black);
  margin-bottom: 20px;
  font-weight: 500;
}
.kc-footer ul {
  list-style: none;
  padding: 0;
}
.kc-footer a {
  color: var(--gray);
  text-decoration: none;
}
.kc-footer .bottom-bar {
  border-top: 1px solid var(--gray);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
}
.kc-footer .bottom-bar ul {
  display: flex;
  gap: 20px;
  flex: 0 0 40%;
  justify-content: flex-end;
}
.kc-footer .footer-logo img {
  max-width: 200px;
  height: auto;
}
.kc-footer .footer-description {
  margin-top: 15px;
  color: var(--gray);
}


.kc-footer .footer-logo {
  flex: 0 0 30%;
}

.kc-footer div {
  /* flex: 0 0 21%; */
}

.kc-footer  .copyright {
    flex: 0 0 50%;
}
.kc-footer div a {
  transition:0.6s all ease;
}
.kc-footer div a:hover {
  color:var(--dark-purple);
}
.kc-footer strong {
    color: #2D2D2D;
  font-weight: 500;
}

.ft-menu-wrapper-1 {
    flex: 0 0 10%;
}

.ft-menu-wrapper-2 {
    flex: 0 0 17%;
}

.ft-menu-wrapper-3 {
    flex: 0 0 22%;
}
a.active-footer-link {
    color: var(--dark-purple);
    font-weight: 500;
}
/* ///////////////////responsive//////////////////// */
@media only screen and (max-width:1600px){
   :root {
    --h1-size: 90px;
    --h2-size: 60px;
    --h3-size: 35px;
    --p-size: 18px;
  }
  .container , .video-inner-text-wrapper {
  max-width:1300px;
  margin:0 auto;
    padding:10px 30px;
}
  .header-wrapper.color-scheme-1.gradient.header-wrapper--border-bottom {
     max-width:1300px !important;
  }
  .kc-main-wrapper {
  height: 110vh;
  padding-top:120px;
  }
  .main-team-wrapper h3 {
    font-size: 22px;
}
  .ft-menu-wrapper-3 {
    flex: 0 0 26%;
}
  header.header.header--middle-left.page-width.header--has-menu {
    padding: 0 10px 0 40px !important;

}
  .kc-main-wrapper .tagline {
        max-width: 40%;
        right: 4%;
  }
  section.kc-bg-video-wrapper .video-btn-text-wrapper p {
    font-size: 14px;
}
  header.header.header--middle-left.page-width.header--has-menu {
    top: 40px;
}
  .main-team-wrapper .inner-icon-wrapper {
    width: 82%;
}
  div#contact-us .container {
    max-width: 98%;
}
  .center-video {
    width: 80%;
}
  .kc-logos-inner-wrapper img {
    object-fit: contain;
    width: 13%;
}
}
@media only screen and (max-width:1440px){
  .container , .video-inner-text-wrapper {
  max-width:1200px;
  margin:0 auto;
  padding:10px 30px;
}
    .header-wrapper.color-scheme-1.gradient.header-wrapper--border-bottom {
     max-width:1200px !important;
  }
      .kc-main-wrapper {
        height: 100vh;
        padding-top: 110px;
    }
  header.header.header--middle-left.page-width.header--has-menu {
    top: 40px;
    padding: 0 10px 0 40px !important;
}
  .main-team-wrapper h3 {
    font-size: 20px;
}
  .main-team-wrapper .team-content-wrapper img {
    padding: 10px 20px;
    height: 250px;
}
 .kc-logos-section img {
    width: 15%;
    height: 50px;
    object-fit: contain;
}
.kc-logos-inner-wrapper {
    width: 90%;
}
  .contact-content-wrapper {
    flex: 0 0 35%;
}
  .ft-menu-wrapper-3 {
    flex: 0 0 26%;
}
  .kc-main-wrapper .tagline {
    right: 3%;
}
  .btn-text-wrapper p {
    width: 100%;
    font-size: 16px;
}
     :root {
    --h1-size: 80px;
    --h2-size: 50px;
    --h3-size: 30px;
    --p-size: 14px;
  }
      body {
        font-size: 1.4rem;
    }
  .main-team-wrapper .team-content-wrapper p {
    font-size: 14px;
}
  .contact-inner-form-wrapper {
    flex: 0 0 65%;
    padding: 0 50px !important;
  }
  .kc-main-wrapper .text-content .top-left {
    position: absolute;
    top: 70px;

}
    section.kc-main-wrapper  .center-video {
        width: 80%;
    }
}
@media only screen and (max-width:1400px){
    section.kc-main-wrapper  .center-video {
        width: 60%;
    }
   a.global-btn-wrapper {
    padding: 10px 36px 10px 0 !important;
    width: 200px;
}
  a.global-btn-wrapper:hover  {
    background-color: #0990B9;
      padding: 10px 10px !important;
}
  .kc-main-wrapper .cta-btn {
    padding: 15px 20px;

}
}
@media only screen and (max-width:1200px){
    :root {
    --h1-size: 70px;
    --h2-size: 40px;
    --h3-size: 28px;
    --h4-size: 24px;
    --p-size: 14px;
  }
  .container , .video-inner-text-wrapper{
  max-width:991px;
  margin:0 auto;
  padding:10px 30px;
}
    .header-wrapper.color-scheme-1.gradient.header-wrapper--border-bottom {
     max-width:991px !important;
  }
    .kc-main-wrapper {
        height: 650px;
        padding-top: 100px;
    }

.center-video {
    height: 530px;
}
.kc-main-wrapper .tagline {
        right: 5%;
    }
.btn-text-wrapper {
    margin: 50px 0;
}

.top-left, .bottom-right {
        font-size: 70px;
    }
section.kc-bg-video-wrapper .video-btn-text-wrapper {
    padding: 20px;
    width: 60%;
}

.main-team-wrapper .team-content-wrapper {
    width: 49%;
    max-width: 49%;
    flex: 0 0 49%;
}
.main-team-wrapper .inner-team-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.contact-inner-form-wrapper {
    flex: 0 0 65%;
    padding: 20px;
}
}
@media only screen and (max-width:1024px){
  .container , .video-inner-text-wrapper {
  max-width:991px;
  margin:0 auto;
  padding:10px 20px;
}
   :root {
    --h1-size: 70px;
    --h2-size: 48px;
    --h3-size: 30px;
    --p-size: 15px;
  }
  
  .cta-btn {
    font-size: 16px;
  }
      .kc-main-wrapper {
        height: 560px;
    }
.center-video {
        height: 430px;
        width: 55%;
    }
    .top-left, .bottom-right {
        font-size: 48px;
    }
.contact-content-wrapper {
    padding: 40px;

}
    .ft-menu-wrapper-3 {
        flex: 0 0 29%;
    }
  .main-team-wrapper .team-content-wrapper .team-hover-content-wrapper {
    opacity: 1;
    transform: translateY(0);
}
  
}
@media only screen and (max-width:820px){
  .container , .video-inner-text-wrapper {
  max-width:100%;
  margin:0 auto;
  padding:10px 20px;
}
    .header-wrapper.color-scheme-1.gradient.header-wrapper--border-bottom {
     max-width:100% !important;
      margin: 0 auto;
  }
   :root {
    --h1-size: 48px;
    --h2-size: 38px;
    --h3-size: 26px;
    --p-size: 14px;
  }

  .top-left, .bottom-right {
    font-size: 50px;
  }
  .tagline {
    font-size: 16px;
  }
  .kc-main-wrapper {
        height: 450px;
    }
    .center-video {
        height: 340px;
        width: 50%;
    }
    .kc-main-wrapper .tagline {
        right: 1%;
        bottom: 25px;
    }
.cta-btn {
        font-size: 14px;
padding: 14px 16px;
}
  a.global-btn-wrapper {
    padding: 10px 36px 10px 0 !important;
    width: 200px;
}
  a.global-btn-wrapper:hover  {
    background-color: #0990B9;
      padding: 10px 10px !important;
}
    section.kc-bg-video-wrapper .video-btn-text-wrapper {
        padding: 15px;
        width: 70%;
              margin: 80px 0 0 0;
    }
  section.kc-bg-video-wrapper .video-back-section {
    margin: -40px 0 0 0;
}
section.kc-bg-video-wrapper .video-btn-text-wrapper p {
        font-size: 14px;
        margin-bottom: 15px;
    }
  .main-team-wrapper p {
    width: 80%;
    margin: 20px auto 40px;
}

      .kc-logos-inner-wrapper {
        width: 90%;
        align-content: center;
        align-items: center;
    }
  .main-contact-inner-wrapper {
    flex-direction: column;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
    .contact-content-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        width: 95%;
        border-top-left-radius: 15px !important;
        border-bottom-left-radius: 0px !important;
        border-top-right-radius: 15px !important;
    }
    .contact-inner-form-wrapper {
        flex: 0 0 95%;
        padding: 20px;
        max-width: 95%;
        width: 95%;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 15px !important;
        border-bottom-left-radius: 15px;
      padding: 40px 10px  !important;
    }

    .contact-inner-form-wrapper .contact.page-width.page-width--narrow {
    padding: 10px;
}
  .kc-footer .footer-logo {
    flex: 0 0 40%;
}
.ft-menu-wrapper-1 {
    flex: 0 0 40%;
}
.kc-footer .footer-grid-main {
    flex-wrap: wrap;
}

.ft-menu-wrapper-2 {
    flex: 0 0 40%;
    margin-top:15px;
}
.ft-menu-wrapper-3 {
        flex: 0 0 40%;
    margin-top:15px;
    }
  header.header.header--middle-left.page-width.header--has-menu {
    flex-direction: row-reverse;
    padding: 0 30px !important;
}

.header__icon span .icon {
    color: var(--white);
}

.header__icon span .icon  path {
    fill: var(--white);
}
  .js details[open].menu-opening>.menu-drawer, details[open].menu-opening>.menu-drawer__submenu {
    top: -40px;
}
  div#menu-drawer {
          top: -40px;
        transition: 0.6s all ease;
}
    .main-team-wrapper .inner-icon-wrapper {
    width: 84%;
}
}
@media only screen and (max-width:768px){
      .kc-main-wrapper .tagline {
        right: 1%;
        bottom: 35px;
        max-width: 42%;
    }
   :root {
    --h1-size: 40px
  }
  .kc-main-wrapper .text-content .bottom-right {
    position: absolute;
    bottom: 100px;
    right: 80px;
}
          section.kc-bg-video-wrapper .video-btn-text-wrapper {
        padding: 15px 20px;
        width: 80%;
        margin: 100px 0 0 0;
        box-shadow: unset;
        z-index: 999;
        background-color: #ffffffa3;
    }
  .main-team-wrapper {
    margin-top:00px;
  }
  .kc-main-wrapper {
        margin: 0 10px;
    }
}
@media only screen and (max-width:767px){
  body {
    overflow-x: hidden;
  }
  .container , .video-inner-text-wrapper{
  max-width:100%;
  margin:0 auto;
  padding:10px 25px;
}
   :root {
    --h1-size: 42px;
    --h2-size: 30px;
    --h3-size: 22px;
    --p-size: 13px;
  }

  .top-left, .bottom-right {
    font-size: 36px;
    left: 5%;
    right: 5%;
    text-align: center;
    position: static;
  }

  .overlay {
    padding: 1rem;
  }

  .cta-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
  .bottom-bar {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}
    .kc-logos-inner-wrapper {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        gap: 15px;
    }

.kc-logos-inner-wrapper h4 {
    text-transform: uppercase;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}
.kc-logos-section img {
        width: 120px;
        height: 50px;
        object-fit: contain;
        max-width: 25%;
        flex: 0 0 25%;
    }
    .main-team-wrapper .team-content-wrapper {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
.main-team-wrapper .team-content-wrapper .team-hover-content-wrapper {
    opacity:1 !important;
        transform: translateY(0);
}
.main-team-wrapper .team-content-wrapper  {
    margin-top:30px;
}
.inner-team-wrapper {
    margin-top: 10px;
}
    section.kc-bg-video-wrapper .video-btn-text-wrapper {
        padding: 25px 20px;
        width: 100%;
        margin: 0 0 0 0;
        max-width: 100%;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
.video-inner-text-wrapper {
    position: static;
    justify-content: center;
    padding: 0 20px;
    flex-wrap: wrap;
    align-items: center;
}

section.kc-bg-video-wrapper .text-content h2 {
    position: absolute;
    top: -50px;
}

section.kc-bg-video-wrapper {
    margin-top: 80px;
}

.video-inner-text-wrapper {
    padding: 0px 0px;
}
      .kc-main-wrapper {
        height: 600px;
        background-size: cover;
        margin: 10px;
        width: 95%;
    }

h1.bottom-right {
    left: 0;
    width: 100%;
    text-align: center;
}
.button-box {
    position: absolute;
    place-self: center;
    bottom: -40px !important;
left: 0 !important;
right: 0 !important;
margin: auto !important;
text-align: -webkit-center;
}
    .kc-main-wrapper .tagline {
        right: 0%;
        bottom: 20px;
        max-width: 90%;
        padding-right: 0;
        float: unset;
        text-align: center;
        left: 0;
        margin: auto;
    }
    section.kc-main-wrapper .center-video {
        height: 340px;
        width: 100%;
    }
     

section.kc-main-wrapper .text-content {
    margin-top: 60px;
}
.menu-drawer__utility-links {
    display: none;
}

div#menu-drawer {
    width: 80%;
          top: -40px;
        transition: 0.6s all ease;
}

.header__icon--menu[aria-expanded=true]:before {
    content: none !important;
}
.header__heading-logo {
    max-width: 70%;
    max.: ;
}
    header.header.header--middle-left.page-width.header--has-menu {
        flex-direction: row-reverse;
        padding: 0 10px !important;
    }
header.header.header--middle-left.page-width.header--has-menu:after {
    width: 90% !important;
    left: 0;
    right: 0;
    margin: auto;
}
      .header-wrapper.color-scheme-1.gradient.header-wrapper--border-bottom {
        max-width: 95% !important;
    }
  header.header.header--middle-left .header__heading, .header__heading-link {
        text-align: left;
}
  .kc-footer .footer-logo {
        flex: 0 0 100%;
    }
.ft-menu-wrapper-1 {
        flex: 0 0 30%;
        margin-top: 15px;
    }
.ft-menu-wrapper-2 {
        flex: 0 0 50%;
        margin-top: 15px;
    }
.ft-menu-wrapper-3 {
        flex: 0 0 100%;
        margin-top: 15px;
    }
      .main-team-wrapper p {
        width: 95%;
        margin: 20px auto 20px;
    }
  .contact-content-wrapper h2 {
    margin-bottom: 10px;
}
    .main-team-wrapper {
        margin-top: 0px;
    }
  .kc-footer {
    padding: 10px 0 20px;
}
}
@media only screen and (max-width:340px){
    .container , .video-inner-text-wrapper{
  max-width:100%;
  margin:0 auto;
  padding:10px 10px;
}
}