@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');
.p0{
    padding:0px ;
}

h1,h2,h3,a,li,span,button,p,h4,h5,h6{
    font-family: "Archivo", serif;
    margin: 0;
}
body {
    background-color: var(--black);
    color: var(--white);
    font-family: Archivo, sans-serif;
    font-size: 14px;
    line-height: 20px;
    overflow-x: hidden;
}

a:hover, a:focus, button:hover, button:focus, .form-btn-st:focus, a {
    text-decoration: none !important;
    outline: none;
}


section {
    float: left;
    width: 100%;
}

:root {
    --black: #050505;
    --white: whitesmoke;
    --light-grey: #eee;
    --primary: #18abda;
    --transparent: transparent;
    --border-radius: 12px;
    --secondary: #1c1c1c;
    --dark-gray: #404040;
    --primary-50: rgba(24, 171, 218, .5);
}

.space-112px {
  min-height: 112px;
}

.space-112px.hide-on-mobile {
  display: block;
}

.space-32px {
  min-height: 32px;
}

.space-16px {
  min-height: 16px;
}
.space-64px {
    min-height: 64px;
}
/*hero-banner*/
.hero-bnr-bx{
    background-image: url(../images/home/hero-banner.jpg);
    border-radius: var(--border-radius);
    text-align: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    min-height: 640px;
    max-height: 640px;
    display: flex;
    position: relative;
    overflow: hidden;
}
.hero-bnr-bx h1{
    color: var(--black);
    text-align: center;
    text-transform: uppercase;
    font-size: 365px;
    font-weight: 700;
    line-height: 256px;
    position: relative;
    top: 108px;
}

.hero-title-b {
    color: var(--primary);
    text-align: center;
    text-transform: uppercase;
    font-size: 300px;
    font-weight: 700;
    line-height: 224px;
    position: relative;
}
/*hero-banner*/


/*hme-sec-2*/
h3 {
    color: var(--white);
    letter-spacing: -1px;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
}
img {
    object-fit: cover;
    max-width: 100%;
    display: inline-block;
}
h5 {
    color: var(--white);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
h4 {
    color: var(--white);
    letter-spacing: -1px;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
}
h6 {
    color: var(--white);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
}
.metrics-bx{
    border-radius: var(--border-radius);
    background-color: var(--secondary);
    color: #f5f5f5;
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-width: 312px;
    max-width: 312px;
    min-height: 320px;
    max-height: 320px;
    padding: 48px 36px;
    display: flex;
}
.large-text {
    font-size: 72px;
    font-weight: 700;
    line-height: 52px;
}
.metrics-flex.space-between {
    justify-content: space-between;
}
.metrics-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
}
.metrics-flex.space-between.align-center {
    align-items: center;
}
.outline-white {
    color: var(--transparent);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white);
}

.metrics-list ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 16px;
}
.brand-logobx{
    z-index: 2;
    flex-direction: column;
    flex: auto;
    justify-content: center;
    align-items: baseline;
    min-width: 128px;
    max-width: 128px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
}
.brand-logobx img {
    opacity: 0.4;
    filter: invert(1);
}


h2 {
    color: var(--white);
    letter-spacing: -1px;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 54px;
    font-weight: 600;
    line-height: 64px;
}
p {
    color: var(--light-grey);
    letter-spacing: 1px;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 100;
    line-height: 27px;
}
.large-title {
    text-transform: uppercase;
    font-size: 150px;
    line-height: 100px;
}
.learn-more-list ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    gap: 0 32px;
}

.learn-more-list li img {
    border-radius: var(--border-radius);
    height: 312px;
    width: 472px;
}

.learn-box {
    border-radius: var(--border-radius);
    background-color: var(--secondary);
    flex-direction: column;
    justify-content: space-between;
    min-width: 472px;
    max-width: 472px;
    min-height: 312px;
    max-height: 312px;
    padding: 64px;
    display: flex;
}

.learn-mid-img img {
     border-radius: var(--border-radius); */
    width: 25%;
    max-width: 320px;
    max-height: 640px;
}



.learn-more-list .learn-mid-img img {
    max-height: 640px;
    height: 640px;
}

.learn-more-list ul li {
    display: flex;
    flex-direction: column;
    gap: 16px 0;
}



.services-subtext {
    color: var(--dark-gray);
    text-transform: uppercase;
    font-size: 136px;
    line-height: 104px;
}

.service-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 112px;
    overflow: hidden;
}


.services-list-dtl {
    cursor: pointer;
    border-radius: 8px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: 640px;
    height: 640px;
    display: flex;
    position: relative;
    overflow: hidden;
    transition: all .5s ease-in-out;
}
.services-list-dtl.align-right{
    justify-content: flex-end;
}
.services-list-dtl-align-left{
    justify-content: flex-start;
}
.services-list-dtl-align-center{
    justify-content: center;
    display: flex;
}





.main-services-list {
    flex-direction: column;
    display: flex;
    position: relative;
    top: -448px;
    padding-left: 144px;
    padding-right: 144px;
    gap:  112px 0;
}

.services-list-dtl-align-right {
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
}

.services-list-dtl-align-right {
    display: flex;
    align-items: flex-end;
}

.serv-inr-dtl a {
    cursor: pointer;
    border-radius: 8px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: 640px;
    height: 640px;
    display: flex;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.services-details-flex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: left;
    background-image: linear-gradient(rgba(0, 0, 0, 0), #1c1c1c);
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    min-height: 256px;
    padding: 16px 32px 32px;
    display: flex;
    position: absolute;
    z-index: 1;
    flex-direction: column;
}

.services-card-title-wrapper {position: relative;overflow: hidden;height: 60px;}

.services-flex {
    grid-column-gap: 24px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.badge {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, .3);
    justify-content: flex-start;
    align-items: flex-start;
    padding: 8px 16px;
    display: flex;
}

.link-wrapper-animation {
    flex-direction: row;
    display: flex;
    position: relative;
    overflow: hidden;
}

.button-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    height: 20px;
    overflow: hidden;
    /* padding: 10px 0; */
}

.animate-image {
    object-position: 50% 100%;
    transition: all .5s ease-in-out;
}

.animate-button-h5.move-down {
    position: absolute;
    top: 100px;
    left: -1px;
    transition: all .5s ease-in-out;
}
.contact-btn .animate-button-h5.move-down {
    position: absolute;
    top: 100px;
    left: 32px;
    transition: all .5s ease-in-out;
    right: auto;
    bottom: auto;
    margin: auto;
}
.caps.move-down {
    position: absolute;
    top: 100%;
    transition: all .2s ease-in-out;
}
.services-card-title-wrapper h3.caps.move-up {
    position: relative;
    top: 0;
    transition: all .2s ease-in-out;
}

.serv-main-img-st{
    transition: all .5s ease-in-out;
    transform: scale(1);
    width: 100%;
}

.services-list-dtl:hover img.serv-main-img-st {
    transform: scale(1.1);
}

.services-list-dtl:hover  h3.caps.move-up {
    top: -100%;
}

.services-list-dtl:hover h3.caps.move-down {
    top: 0;
}

.button-flex.link-wrapper-animation:hover {}

.animate-button-h5.no-wrap {
    position: relative;
    top: 0px;
    transition: all .5s ease-in-out;
}

.button-flex.link-wrapper-animation:hover h6.animate-button-h5.no-wrap {
    top: -100px;
}

.button-flex.contact-btn.link-wrapper-animation:hover h6.animate-button-h5.move-down {
    top: 20px;
}

.button-flex.link-wrapper-animation:hover h6.animate-button-h5.move-down {
    top: 4px;
}

.button-flex:hover img.animate-image {
    object-position: 100% 50%;
}
/*hme-sec-2*/



/*work*/
.works-title-huge {
    text-transform: uppercase;
    font-size: 320px;
    font-weight: 600;
    line-height: 226px;
}
.outline-white {
    color: var(--transparent);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white);
}
.page-title-flex {
    align-items: flex-start;
    display: flex;
    min-height: 160px;
    max-height: 160px;
    overflow: hidden;
}
.work-tittle h5.centered {
    text-align: center;
}

.work-tittle {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    min-height: 320px;
    max-height: 320px;
    /* overflow: hidden; */
}
/*.works-flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 720px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: -webkit-sticky;position: sticky;
    top: 32px;
    transform-style: preserve-3d;
}
*/

.works-image {
  border-radius: var(--border-radius);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform-style: preserve-3d;
  transition: transform 0.4s ease-out;
}

.works-link-wrapper {
  cursor: pointer;
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease-out;
  transform-style: preserve-3d;
  transform: rotateY(20deg) rotateX(50deg) rotateZ(-20deg) skew(5deg, 5deg);
}

.works-text-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  transition: transform 0.4s ease-out;
}

.works-wrapper.w-dyn-items .services-details-flex {
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    transition: transform 0.4s ease-out;
}

.works-wrapper {
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
    transition: transform 0.4s ease-out;
/*    perspective: 200px;*/
}
.inner-work-sec {
     /* Perspective applied to parent */
     perspective: 100px;
     transform-style: preserve-3d;
     min-height: auto;
}

.works-flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 720px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: sticky;
    top: 32px;
    transform-style: preserve-3d;
    transform-origin: center center;
    will-change: transform;
    transition: transform 0.3s ease-out;
    /* perspective: 1000px; */
}


section.inner-work-sec .container {
    padding-left: 72px;
    padding-right: 72px;
}

/*work*/


/*testi*/
.reviews-text {
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    max-width: 960px;
    font-size: 58px;
    line-height: 58px;
}
.testi-bx {
    text-align: center;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 64px;
    display: flex;
    position: relative;
}

.review-flex {display: flex;align-items: center;justify-content: center;gap: 0 20px;}

.review-flex img {
    width: 64px;
    height: 64px;
    border-radius: 100%;
}

.reviews-text-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    display: flex;
}

ul.rating-list {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 32px;
}

.rating-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: var(--border-radius);
    background-color: var(--secondary);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 240px;
    max-width: 240px;
    min-height: 144px;
    max-height: 144px;
    padding-top: 32px;
    display: flex;
    overflow: hidden;
}

h2.metrics-text {
    font-size: 150px;
    line-height: 120px;
}

h2.metrics-text.outline {
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--white);
}



.large-title-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.large-title-wrapper h2 {
    text-transform: uppercase;
    font-size: 150px;
    line-height: 100px;
}

.skill-side-img img {
    width: 420px;
    border-radius: var(--border-radius);
    height: 620px;
}

.skill-main-col {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -48px;
}

.skills-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
}

h4.skills-text {
    text-transform: uppercase;
    font-size: 42px;
    line-height: 30px;
}

.skill-list {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    text-align: left;
    align-items: flex-start;
    width: 50%;
    padding-top: 48px;
    display: flex;
    flex-direction: column;
    padding-left: 70px;
}

section.hme-sec-9 .container {
    padding-left: 216px;
    padding-right: 216px;
}

.skills-content-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 360px;
    max-width: 360px;
    display: flex;
}


.perc {position:absolute; display:none; top: 0; line-height:30px; }
.fillmult {
    height: 100%;
    width: 0;
    background-color: var(--light-grey);
    border-radius: 4px;
    line-height: 1px;
    text-align: left;
}
.fillmult span {
    padding-left: 10px;
}
.progress-bar {
    width: 100%;
    background: var(--dark-gray);
    position: relative;
}
/*testi*/



.cta-text-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.cta-text {
    font-size: 128px;
    line-height: 112px;
}
.cta-text {
    font-size: 98px;
    line-height: 112px;
}


.main-cta-col {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    background-image: linear-gradient(rgba(34, 34, 34, .85), rgba(34, 34, 34, .85)), url(../images/home/cta-bg.jpg);
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 540px;
    max-height: 540px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.contact-btn {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border: 1px solid var(--light-grey);
    color: var(--black);
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 128px;
    justify-content: center;
    align-items: center;
    padding: 13px 32px 12px;
    font-family: Archivo, sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 27px;
    transition: background-color .25s;
    display: flex;
    position: relative;
    overflow: hidden;
    height: auto;
}

.contact-btn h6 {
    font-size: 17px;
}
.cta-side-img-st {
    position: absolute;
    border-radius: 20px;
    min-width: 240px;
    min-height: 180px;
    max-height: 180px;
}


.cta-img-3 {
    top: auto;
    bottom: 10%;
    left: auto;
    right: 20%;
    transform: rotate(20deg);
    transition: all .5s ease-in-out;
}

.cta-img-2 {
    top: 16%;
    bottom: auto;
    left: auto;
    right: 4%;
    transform: rotate(-30deg);
    transition: all .5s ease-in-out;
}

.cta-img-1 {
    top: 36%;
    bottom: 0%;
    left: 2%;
    right: auto;
    transform: rotate(-20deg);
    transition: all .5s ease-in-out;
}


.cta-sec-main.active .cta-img-3 {
    top: auto;
    bottom: -20%;
    left: auto;
    right: 60px;
    transform: rotate(20deg);
}

.cta-sec-main.active .cta-img-2 {
    top: -26%;
    bottom: auto;
    left: auto;
    right: 18%;
    transform: rotate(-30deg);
}

.cta-sec-main.active .cta-img-1 {
    top: 46%;
    bottom: 0%;
    left: -4%;
    right: auto;
    transform: rotate(-20deg);
}

.max-width-250px {
    max-width: 250px;
}
.main-footer-col-st {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 1152px;
    padding-top: 62px;
    padding-bottom: 62px;
    display: flex;
}

.main-footer-col-st a img {filter: invert();max-width: 16px;max-height: 16px;}

.footer-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.ftr-link {
    flex-direction: column;
    display: flex;
    position: relative;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

.ftr-link a {
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    text-decoration: none;
    transition: color .3s;
    position: relative;
    top: 0;
    transition: all .3s ease-in-out;
    color: var(--light-grey);
}

a.ftr-anchr-2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    top: auto;
}

.ftr-link:hover .ftr-anchr {
    top: -20px;
}

.ftr-link:Hover a.ftr-anchr-2 {
    bottom: 0;
}

.footer-link-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.footer-wrapper h5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ftr-1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
}

.socials-wrapper.align-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

section.footer .container {
    padding-left: 144px;
    padding-right: 144px;
}

.copy-right-div {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
    text-align: center;
    border-top: 1px solid var(--light-grey);
}

.policy a {
    color: #fff;
    font-size: 17px;
}

.policy {
    display: flex;
    gap: 0 20px;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background-color: var(--transparent) !important;!i;!;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    height: 112px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 72px;
    padding-right: 72px;
    display: flex;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

div#navbarSupportedContent {
    justify-content: flex-end;
    align-items: center;
    margin-left: 80px;
    margin-right: 0;
    display: flex;
}

.nav-link {
    color: var(--light-grey) !important;!i;!;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 20px !important;
    font-family: Archivo, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    transition: all .3s ease-in-out;
    position: relative;
    top: 0;
}



a.navbar-brand img {
    width: 180px;
    /*filter: invert(1);*/
}


ul.navbar-nav.ms-auto {
    display: flex;
    align-items: center;
}

li.header-btn {
    margin-left: 32px;
}

section.hero-banenr .container {
    padding-left: 72px;
    padding-right: 72px;
}

li.nav-item {
    position: relative;
    overflow: hidden;
}

li.nav-item .nav-link1 {
    position: absolute;
    bottom: 0;
    top: 30px;
    margin: auto;
    transition: all .3s ease-in-out;
}

li.nav-item:hover .nav-link {
    top: -20px;
    color: #18abda;
}

li.nav-item:hover .nav-link.nav-link1 {
    top: 0;
    color: #18abda;
}

li.nav-item:hover .nav-link {
    color: #18abda !important;
}
.works-flex:hover img.works-image {
    transform: scale(1.1);
}


.testi-slider .slick-dots {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.testi-slider .slick-dots li.slick-active button {
    background-color: #ffffff;
}

.testi-slider .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}

.testi-slider .slick-dots li button {
    border-radius: 50px;
    background-color: rgba(255, 255, 255, .4);
    width: 14px;
    height: 14px;
    margin: 0 0;
    transition: background-color .1s, color .1s;
}

.spinner-wrapper {
  border: 0px solid var(--primary);
  background-color: var(--black);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 32px;
  bottom: auto;
  left: auto;
  right: 32px;
  overflow: hidden;
   animation: animName 20s linear infinite;
}
.spinner-image {
  background-image: url('../images/home/circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  display: flex;
}

@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}





.image-wrapper-parallax{
    background:url(../images/about/about-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 480px;
    max-height: 480px;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
}
.about-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 16px;
    padding: 0 144px;
}

.about-title p {
    text-align: center;
}
.space-page-top {
    min-height: 160px;
}

.vision-description {
    color: #f5f5f5;
    text-align: center;
    line-height: 64px;
    background: linear-gradient(
    to right,
    rgb(255, 255, 255) 50%,
    rgb(37, 37, 37) 50%
  );
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.vision-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    /*opacity: 0.3;*/
}


.abt-sec-2 .container{
    padding-left: 216px;
    padding-right: 216px;
}




.color-black, .font-black {
  color: var(--black);
}


.teams-title-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
}

.team-main-img {
    min-width: 240px;
    max-width: 240px;
    min-height: 240px;
    max-height: 240px;
}

.team-box {
    border-radius: var(--border-radius);
    background-color: var(--light-grey);
    justify-content: center;
    align-items: center;
    width: 100%;
    /* min-width: 540px; */
    /* max-width: 540px; */
    min-height: 240px;
    max-height: 240px;
    display: flex;
    overflow: hidden;
    margin: 0 20px;
}

.socials-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 16px;
}

.socials-wrapper img {
    width: 32px;
    height: 32px;
}

.team-bx-txt {
    text-align: center;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 240px;
    padding: 22px;
    display: flex;
}

.team_slider .slick-list {
    width: 118%;
    padding-bottom: 63px;
}

section.about-sec-3 .container {
    padding-left: 62px;
    padding-right: 62px;
}

.team_slider {
    overflow: hidden;
    margin: 0 !important;!i;!;
}

.team_slider .slick-list .slick-slide {
    margin: 0 20px;
}




.team_slider .slick-dots {
    position: absolute;
    bottom: 2px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 999;
}

.team_slider .slick-dots li.slick-active button {
    background-color: #ffffff;
}

.team_slider .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}

.team_slider .slick-dots li button {
    border-radius: 50px;
    background-color: rgba(255, 255, 255, .4);
    width: 14px;
    height: 14px;
    margin: 0 0;
    transition: background-color .1s, color .1s;
}


.values-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.values-title-wrapper p {
    max-width: 360px;
    text-align: right;
    display: flex;
    width: 200px;
}

.values-row-block {
    border-radius: var(--border-radius);
    background-color: var(--light-grey);
    align-items: stretch;
    min-width: 800px;
    max-width: 800px;
    min-height: 96px;
    max-height: 96px;
    padding: 32px 64px;
    position: relative;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.cta-img-st{
    border-radius: 100%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: -25px;
    bottom: 0%;
    left: 100%;
    right: 0%;
    overflow: hidden;
    transition: all .9s ease-in-out;
    opacity: 0;
}
.value-bx-list-st {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
}

.flex-values.align-center {
    display: flex;
    align-items: center;
    gap: 0 8px;
}

img.invrt {
    filter: invert(1);
}

.value-bx-st {
    transition: all .5s ease-in-out;
    position: relative;
}
.teams-title-wrapper p {
    width: 40%;
}
.value-bx-st:hover .cta-img-st {left: 64%;opacity: 1;}

.value-bx-st.highlight1 .cta-img-st{
    top: 100%;
    left: 64%;
    opacity: 0;
}
.awards-title-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    display: flex
;
}
.awards-title-wrapper p {
    width: 32%;
}
.awards-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #262626 #262626 var(--light-grey);
    background-color: var(--black);
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 128px;
    min-height: 128px;
    max-height: 128px;
    padding: 32px;
    display: flex
;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.awards-icon-wrapper {
    background-color: var(--light-grey);
    text-align: center;
    border-radius: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 64px;
    max-width: 64px;
    height: 64px;
    min-height: 64px;
    max-height: 64px;
    margin-bottom: 8px;
    display: flex;
}

.awards-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 96px;
    padding-right: 96px;
    display: flex;
}

.awards-text-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 240px;
    display: flex;
}

.abt-sec-5 .container {
    padding-left: 144px;
    padding-right: 144px;
}






.serv-main-page-sec-1 .page-title-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: left;
    padding-left: 64px;
    padding-right: 64px;
    padding-bottom: 100px;
}

.page-title-wrapper {
}

.serv-main-page-sec-1 .page-title-wrapper h5 {
    text-align: left !important;
    display: flex;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

.serv-main-page-sec-1 .page-title-wrapper .page-title-flex {
    max-width: fit-content;
        overflow: visible;
    height: auto;
    max-height: max-content;
    min-height: auto;
}



.page-block-title {
    display: flex;
    align-items: center;
    flex-flow: column;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
}





.our-work-main-pg-bnr .page-title-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: left;
    padding-left: 64px;
    padding-right: 64px;
    padding-bottom: 100px;
}

.page-title-wrapper {
}

.our-work-main-pg-bnr .page-title-wrapper h5 {
    text-align: left !important;!i;!;
    display: flex;
    align-items: flex-start !important;!i;!;
    justify-content: flex-start !important;!i;!;
}

.our-work-main-pg-bnr .page-title-wrapper .page-title-flex {
    max-width: fit-content;
        overflow: visible;
    height: auto;
    max-height: max-content;
    min-height: auto;
}


.our-work-main-pg-bnr .title-para {
    text-align: center;
    width: 100%;
}

.our-work-main-pg-bnr .title-para p {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}


section.contact-form-main-dv .container {padding: 0 144px;}

.form-div input {
    border: 1px solid var(--secondary);
    border-radius: var(--border-radius);
    background-color: var(--secondary);
    color: #f5f5f5;
    height: 48px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
}

.form-div textarea {
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    border: 1px solid var(--secondary);
    border-radius: var(--border-radius);
    background-color: var(--secondary);
    color: #f5f5f5;
    min-height: 112px;
    margin-bottom: 8px;
    padding: 16px;
}

.form-div label {
    color: var(--light-grey);
    margin-bottom: 5px;
    font-family: Archivo, sans-serif;
    font-size: 13px;
    font-weight: 300;
    display: block;
}

.form-div {
    display: flex;
    flex-direction: column;
}

.contact-dtl-bx {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-radius: var(--border-radius);
    background-color: var(--secondary);
    justify-content: flex-start;
    align-items: center;
    width: 360px;
    min-height: 128px;
    padding: 16px 32px;
    display: flex;
}

.icon-wrapper {
    background-color: var(--primary);
    text-align: center;
    border-radius: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 64px;
    max-width: 64px;
    height: 64px;
    min-height: 64px;
    max-height: 64px;
    display: flex;
}


.contact-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.icon-wrapper img {
    width: 32px;
    height: 32px;
}

.contact-block a {
    color: var(--light-grey);
    letter-spacing: 1px;
    margin-bottom: 0;
    font-family: Archivo, sans-serif;
    font-size: 17px;
    font-weight: 100;
    line-height: 27px;
}

section.contact-form-main-dv .contact-form-col-rht {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    width: auto;
}

form.form-dv {
    /* width: 50%; */
    /* max-width: 580px; */
}

section.contact-form-main-dv .contact-form-col-lft {
    width: 50%;
    max-width: 580px;
}

section.contact-form-main-dv .row {
    justify-content: center;
}

section.hme-sec-5.contact-pg-bnr .page-title-wrapper {
    padding-bottom: 30px;
}


.form-div.form-div-btn {
    display: table;
}

.form-div.form-div-btn input {
    background-color: var(--primary);
    color: var(--black);
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 24px;
    margin-top: 0;
    padding: 12px 32px;
    font-family: Archivo, sans-serif;
    font-weight: 300;
    line-height: normal;
    transition: background-color .25s;
    margin: 0;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
  filter: brightness(100) invert(1);
  background-size: cover;
  width: 40px;
  height: 40px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}





.accordion-item {
    border-radius: var(--border-radius) !important;!important;!i;!;
    background-color: var(--secondary);
    min-width: 100%;
}

h2.accordion-header {
    /* border-radius: var(--border-radius); */
    /* min-width: 100%; */
    height: auto;
    line-height: normal;
}

button.accordion-button {
    /* border-radius: var(--border-radius); */
    background-color: var(--secondary) !important;!i;!;
    min-width: 100%;
    height: auto;
    outline: 0 !important;!i;!;
    box-shadow: none !important;!i;!;
}

.accordion-button:focus {
    background-color: var(--secondary);
}

div#accordionExample {
    display: flex;
    flex-direction: column;
    gap: 32px 0;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.accordion-body {
    border-radius: 0;
    padding-top: 0;
}

.accordion-collapse {
    border-radius: 0 !important;!i;!;
}

button.accordion-button {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    color: var(--white);
    letter-spacing: -1px;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Archivo, sans-serif;
}

section.faq-sec .container {
    padding-left: 144px;
    padding-right: 144px;
}

.accordion-body p {
    text-align: left;
}

button.accordion-button.collapsed {
    border-radius: var(--border-radius) !important;
}

button.accordion-button {
    border-radius: 12px 12px 0 0px !important;!i;!;
}

.accordion-button:not(.collapsed) {
    color: var(--white);
}


section.faq-sec {}

section.faq-sec .faq-text-wrapper {
    text-align: center;
}

.faq-text-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
    margin: 0 auto;
}

section.faq-sec .row {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
}




.image-wrapper-parallax1 img {
  width: 100%;
  transition: transform 0.5s ease-out;
  will-change: transform;
}

.image-bx-paralx {
    min-height: 480px;
    max-height: 480px;
    position: relative;
    overflow: hidden;
}


.service-project-title {
    font-size: 90px;
    line-height: 90px;
}

.txt-block-serv-pg {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
}

.inr-ser-pg p {
    text-align: right;
}

.image-bx-paralx-serv {
    border-radius: 24px;
    min-height: 600px;
    max-height: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

.serv-pg-bnr-bg .container {
    padding: 0 144px;
}


.services-details {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.services-rich-text.w-richtext {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    display: flex;
}
































/*side-nav*/
.sidenav {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  background-color: #18abda;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
  margin: auto;
  text-align: center;
  color: #000;
}

.sidenav a {
  padding: 0 0 30px 0;
  text-decoration: none;
  font-size: 25px;
  color: #000;
  display: block;
  transition: 0.3s;
  min-height: 64px;
  font-size: 32px;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: relative;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 36px;
  margin-left: 0;
  padding: 0;
  margin: 0;
  min-height: auto;
}
.inr-dv-side-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    padding: 0 20px;
}

.innr-div-side-nav {
    padding: 40px 0 0 0;
}
.inr-div-side-link {
    padding: 60px 0 0;
}

.sidenav a:hover {
    color: #fff;
}
.inr-dv-side-logo a.navbar-brand {
    padding: 0;
    margin: 0;
    height: auto;
    min-height: auto;
}


@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/*side-nav*/


.sidenav, .hamburger{
    display: none;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    width: 100%;
    max-width: 100%;
    padding: 0 0%;
}




.ftr-link a {
    overflow: hidden;
    position: relative;
    transition: all .3s ease-in-out;
    text-align: left;
}

.ftr-link a .ftr-anchr {
    top: 0;
    position: relative;
}

.ftr-link a .ftr-anchr-2 {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
}

.ftr-link a:hover .ftr-anchr {
    top: -30px;
    transition: all .3s ease-in-out;
}

.ftr-link a:hover .ftr-anchr-2 {
    top: 0;
    color: #18abda;
}

.footer-wrapper.ftr-services {
    flex-wrap: wrap;
    flex-direction: inherit;
    width: 33.33%;
    text-align: left;
    align-items: center;
    justify-content: flex-start;
}

.footer-wrapper.ftr-services .footer-link-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: inherit;
    align-items: flex-start;
    text-align: left;
    grid-column-gap: 10px;
    grid-row-gap: 25px;
}

.footer-wrapper.ftr-services .footer-link-wrapper .ftr-link {
    width: 48%;
    text-align: center;
}

.footer-wrapper.ftr-services h5 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
}


.footer-wrapper.ftr-services .footer-link-wrapper {
    height: 180px;
    overflow-x: hidden;
    overflow-y: auto;
}

.ftr-link a p {
    font-size: 14px;
}

.footer-wrapper.ftr-services ::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.footer-wrapper.ftr-services ::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
     border-radius: 10px;
}

.footer-wrapper.ftr-services ::-webkit-scrollbar-thumb
{
    border-radius: 12px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.policy-sec .txt-block-serv-pg{
    align-items: center;
    justify-content: center;
    text-align: center;
}

.policy-dtl h5 {
    font-size: 25px;
    padding: 15px 0;
    line-height: normal;
}

ul {}

.privacy-dtl-st ul {
    padding-top: 10px;
}

.privacy-dtl-st ul li {
    line-height: 28px;
}


@media screen and (max-height: 1366px) {
    .footer-wrapper.ftr-services {
    flex-wrap: wrap;
    flex-direction: inherit;
    width: 42%;
    text-align: left;
    align-items: center;
    justify-content: flex-start;
}





}