@font-face {
    font-family: 'Lato-Regular';
    src: url('./fonts/lato/converted-fonts/Lato-Regular.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('./fonts/lato/converted-fonts/Poppins-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('./fonts/lato/converted-fonts/Poppins-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}




body {
    font-family: "Lato", sans-serif;
    padding-top: 106px;
}

h1,
h2,
h4 {
    font-family: "Poppins", sans-serif;
}

h3 {
    font-family: "Poppins", sans-serif;
}


/* common-css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    width: 100%;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, p {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration-line: none;
}

:root {
    --midnight-blue--: #24205b;
    --light-blue--: #1919709e;
    --white-color--: #fff;
    --black-color--: #000;
    --yellow-color--: #eab531;
    --mehroon-color--: #92374d;
    --orange-color--: #b96118;
    --green--: #6aab4f;
    --dark-blue--: #16145f;
}

button {
    background-color: rgba(36, 32, 91, 1.0);
    border: 3px solid #bab9ca;
    border-radius: 30px;
    color: #FFFFFF;
    font-size: 18px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 18px;
    width: 250px;
    /*text-transform: capitalize;*/
}

    button:hover {
        background-color: rgba(186, 185, 202, 1.0);
        color: var(--midnight-blue--);
        font-style: normal;
        font-weight: bold;
        text-decoration: none;
    }

body {
    line-height: 1.4 !important;
    word-break: break-word;
}

section {
    padding: 60px 30px 50px 30px;
}

.bg-blue {
    background-color: var(--midnight-blue--);
}

.text-white {
    color: var(--white-color--);
}

.bg-light {
    background-image: linear-gradient(rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
}

.yellow-color {
    color: var(--yellow-color--);
}

.orange-color {
    color: var(--orange-color--);
}

.mehroon-color {
    color: var(--mehroon-color--);
}

.blue-color {
    color: var(--midnight-blue--);
}

.green-color {
    color: var(--green--);
}

.dark-blue {
    color: var(--dark-blue--);
}

.midnight-blue {
    color: var(--midnight-blue--);
}

.light-yellow {
    color: #f9ebc8;
}

.light-magenta {
    color: #ead8d7;
}

.black-color {
    color: var(--black-color--);
}


/*testimonial*/
.swiper-slide.swiper-slide-active {
    display: flex;
    justify-content: center;
}

.swiper-slide.swiper-slide-active {
    width: 100% !important;
}

.swiper-backface-hidden .swiper-slide {
    transform: unset !important;
}

img.slide-img1 {
    width: 937px;
    /* height: 430px; */
    /* margin-left: 230px; */
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 100%;
    margin-left: 10px;
}

.swiper-button-prev {
    height: 34px !important;
    width: 34px !important;
    top: 55% !important;
}

.swiper-button-next {
    height: 34px !important;
    width: 34px !important;
    top: 55% !important;
}

.list-clr {
    color: white;
    font-size: 18px;
    line-height: 2.15;
}
/*.service-clr:active {
    color: #92374d !important;
}*/
/*.service-clr:focus {
    color: #92374d !important;
}*/
/*.service-clr-active {
    color: #92374d !important;
}*/
/*    .service-clr:active {
        color: #92374d !important;
    }*/


/*shubham*/
.service-clr-active {
    color: #92374d !important;
}


.service-clr:focus {
    color: #92374d !important;
}
/*h3.text-end.midnight-blue {
    text-align: start !IMPORTANT;
}*/
.tykans-Inclusive .content {
    padding: 50px 50px 0px 0px !important;
}

.support-Integrate .content {
    width: 66.33% !important;
}

.tykans-Inclusive .content {
    width: auto !important;
}
/*testimonial*/


img .amazing-img {
    width: 400px;
}

/* common-css */

/* header */
.navbar .nav-link {
    font-size: 18px;
    line-height: 100%;
    color: var(--midnight-blue--);
    padding-inline: 0px !important;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 25.2px;
    position: relative;
}

    .navbar .nav-link:hover {
        color: var(--yellow-color--);
        font-style: normal;
        /*        text-decoration: underline;*/
    }

    .navbar .nav-link:focus {
        color: var(--mehroon-color--);
    }

.dropdown-toggle::after {
    display: none;
}

.dropdown i {
    height: 12px;
    margin-left: .5rem;
    width: 12px;
    font-size: 12px;
    /*    transform: translateY(-4px);*/
    font-weight: 300;
}

.nav-link.active {
    color: var(--mehroon-color--) !important;
    font-style: normal;
    text-decoration: underline;
}

.dropdown-menu {
    border: none;
    box-shadow: 0px 0px 4px 0px #cccccc50;
    border-radius: 0px;
    display: inline-flex;
    padding: 1rem 1.4rem;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.navbar .nav-item:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.dropdown-item {
    font-size: 16px;
    text-transform: capitalize;
    color: #24205b;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    padding: 0px;
}

.nav-item {
    padding: 0 1rem;
}

.navbar {
    padding: 24px 20px;
}

.navbar-brand {
    margin: 0px;
    padding: 0px;
}

.navbar-toggler:hover {
    background-color: initial;
    box-shadow: 0px 0px 0px 0px;
}

.Contact-us button {
    border-color: #92374d;
    width: auto;
    padding: 12px 30px;
}

    .Contact-us button:hover {
        color: var(--white-color--);
        background-color: rgba(129, 126, 159, 1.0);
    }

.Contact-us {
    margin-left: 1rem;
}

.navbar-toggler {
    width: auto;
    padding: 0px;
    border: none;
}

    .navbar-toggler:focus {
        box-shadow: 0px 0px 0px 0px;
    }

.navbar-toggler-icon {
}
/* header */

/*work-together*/
.content h2 {
    line-height: 1.25;
    font-weight: normal;
    font-size: 36px;
    margin: 0 0 1rem;
}

.inner-work {
    display: flex;
    align-items: center;
    flex-direction: row;
}

    .inner-work .content {
        width: 65.81196581200001%;
    }

    .inner-work .image {
        width: 31.623931624%;
    }

.work-together {
    background-image: linear-gradient(rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
}

.inner-work .content span {
    /*    color: var(--mehroon-color--);*/
    font-weight: bold;
}

.inner-work .content p {
    font-size: 18px;
    line-height: 1.5;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: normal;
    margin: 0 0 1.4rem;
}
/*work-together*/

/*Ideas-made*/
.Ideas-made {
    padding: 50px 30px 50px 30px;
}

.content h1 {
    font-size: 60px;
    font-weight: bold;
    margin: 0 0 1.5rem;
    color: var(--yellow-color--);
}

.Ideas-made button {
    width: auto;
    padding: 16px 36px;
    font-size: 20px;
    background: var(--mehroon-color--);
}

.Ideas-made .inner-work .content {
    margin-left: 2.564102564%;
    padding-left: 60px;
}

.Ideas-made .inner-work .image {
    padding-right: 40px;
}

/*Ideas-made*/

/*success-stories*/
.success-stories {
    background-image: linear-gradient(rgba(250, 250, 250, 1), rgba(250, 250, 250, 1));
}

.inner-stories h2 {
    font-size: 60px;
    font-weight: bold;
    margin: 0 0 1rem;
    color: var(--midnight-blue--);
}

.support-and-passion button:hover {
    background-color: rgba(129, 126, 159, 1.0);
    color: #24205b;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    border: none;
}

.we-love-you button:hover {
    border: 3px solid #bab9ca !important;
}

.life-at-tykans button:hover,
.we-love-you button:hover,
.Ideas-made button:hover {
    background-color: rgba(234, 216, 215, 1.0);
    border-color: rgba(234, 216, 215, 1.0);
    color: #92374d;
}

.inner-stories h3 {
    font-size: 36px;
    text-align: left;
    font-weight: normal;
    margin: 0 0 1rem;
}

.cards {
    display: flex;
    gap: 2.564102564%;
    padding-top: 10px;
}

.image-box {
    width: 23.076923077%;
}

    .image-box h4 {
        font-size: 20px;
        text-shadow: 2px 0px 0px #ccc;
        font-weight: 600;
        color: var(--midnight-blue--);
        margin: 0 0 1rem;
    }

    .image-box p {
        font-size: 1.1rem;
        margin: 0 0 1.4rem;
    }

.support-and-passion button {
    width: auto;
}

.box-content {
    padding: 10px 10px 0px 10px;
}
/*success-stories*/

/*life-at-tykans*/
.life-at-tykans .inner-work .image {
    width: 48.717948718%;
}

.life-at-tykans .inner-work .content {
    width: 48.717948718%;
    padding-right: 40px;
}

.life-at-tykans .content h2 {
    font-size: 60px;
    font-weight: bold;
    margin: 0 0 1rem;
    color: var(--yellow-color--);
}

.life-at-tykans .content h3 {
    line-height: 1.25;
    font-weight: normal;
    font-size: 36px;
    margin: 0 0 1rem;
}

.life-at-tykans button {
    width: auto;
    padding: 16px 36px;
    font-size: 20px;
    margin: 10px 0px 20px 0px;
    background: var(--mehroon-color--);
}
/*life-at-tykans*/

/*support-&-passion*/
.support-and-passion .content h2 {
    font-size: 60px;
    font-weight: bold;
    margin: 0 0 1rem;
    color: var(--mehroon-color--);
}

.support-and-passion .content h3 {
    line-height: 1.25;
    font-weight: normal;
    font-size: 36px;
    margin: 0 0 1rem;
}

.support-and-passion .inner-work .content p {
    font-size: 18px;
    line-height: 1.5;
    color: #1e1e1e;
    font-style: normal;
    font-weight: normal;
    margin: 0 0 2.4rem;
}

.support-and-passion button {
    padding: 16px 36px 16px 36px;
    font-size: 20px;
    font-family: Lato, sans-serif;
}

.Explore-btns {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 100px;
    margin-top: 20px;
}

.support-and-passion .inner-work .content {
    padding-left: 50px;
}

.support-before {
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(-150%, 50%);
}

/*support-&-passion*/

/*we-love-you*/
.we-love-you .content h2 {
    font-size: 60px;
    font-weight: bold;
    margin: 0 0 1rem;
    color: var(--yellow-color--);
}

.we-love-you .content h3 {
    line-height: 1.25;
    font-weight: normal;
    font-size: 36px;
    margin: 0 0 1rem;
}

.we-love-you .inner-work .content p {
    font-size: 18px;
    line-height: 1.5;
    color: #1e1e1e;
    font-style: normal;
    font-weight: normal;
    margin: 0 0 1.4rem;
}

.we-love-you .inner-work .content {
    padding-right: 75px;
}

.we-love-you button {
    padding: 16px 32px 16px 32px;
    font-size: 20px;
    font-family: Lato, sans-serif;
    background: var(--mehroon-color--);
    margin: 10px 0px 20px 0px;
}

.we-love-you .inner-work .image {
    margin-left: 2.564102564%;
    padding-right: 50px;
}
/*we-love-you*/

/*customer_testimonials*/
.testimonal-slider {
    background-image: linear-gradient(rgba(241, 231, 231, 1), rgba(241, 231, 231, 1)) !important;
}

    .testimonal-slider img {
        object-fit: cover;
    }

.swiper-button-prev,
.swiper-button-next {
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 2em;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 2em;
    z-index: 1;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    opacity: .7;
    transform: translateY(-50%);
}
/*customer_testimonials*/

/*footer*/
footer {
    padding: 60px 20px 10px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-footer {
    display: flex;
    padding: 10px 20px 20px 20px;
}

    .inner-footer .menu {
        width: 25.076923077%;
        margin-left: 5.564103%;
        margin-bottom: 20px;
    }

    .inner-footer .center-menu {
        width: 25.170940171000005%;
        margin-left: 2.564102564%;
        margin-bottom: 20px;
    }

.social-media-icon {
    width: 25.264957265%;
    margin-left: 2.564102564%;
    display: flex;
    align-items: center;
}

.inner-footer h3 {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: var(--white-color--);
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: bolder;
}

.logo img {
    object-fit: scale-down;
}

.inner-footer a {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: var(--white-color--);
    font-size: 18px;
    line-height: 2;
    text-transform: capitalize;
    text-decoration-line: none;
}

.nav-item-flex {
    display: flex;
    align-items: flex-start;
}

.menu img {
    height: auto;
    max-width: 100%;
    width: 50px;
    margin: 8px 0px 0px;
}

.inner-footer .logo {
    width: auto;
    margin: 0px 50px;
}

.social-media-icon svg {
    width: 14px;
    height: 14px;
    fill: var(--white-color--);
}

.social-media-icon ul {
    display: flex;
    gap: .7rem;
    align-items: center;
}

.social-media-icon a {
    background-color: rgba(129, 126, 159, 1.0);
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .social-media-icon a:hover,
    .social-media-icon a:focus {
        background-color: rgba(49, 46, 79, 1.0);
    }

.copy-right p,
.copy-right a {
    font-size: 14px;
    color: var(--white-color--);
    margin: 0 0 1.4rem;
}

    .copy-right a:hover,
    .inner-footer a:hover {
        text-decoration-line: underline;
    }

.copy-right {
    border-top: 1px solid #fff;
    padding: 10px 5px;
    display: flex;
    justify-content: space-between;
}
/*footer*/
/*testimonal-slider*/
.testimonal-slider .swiper-button-next::after,
.testimonal-slider .swiper-button-prev::after {
    display: none;
}

.testimonal-slider .swiper-button-prev,
.testimonal-slider .swiper-button-next {
    height: 2em;
    width: 2em;
}

    .testimonal-slider .swiper-button-next svg,
    .testimonal-slider .swiper-button-prev svg {
        height: 1.2em;
        width: 1.2em;
        fill: #000;
    }
/*testimonal-slider*/

/*2-services-hero-banner*/
.services-hero-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*    min-height: 600px;*/
    width: 100%;
}

.width-auto {
    width: auto;
    margin-top: 100px;
    margin-bottom: -100px;
    margin-left: 2.564102564%;
    padding-left: 100px;
}

.Innovative-communication .content h1 {
    line-height: 1.25;
    font-weight: normal;
    font-size: 36px;
    margin: 0 0 1rem;
    padding-right: 27px;
}
/*services-hero-banner*/

/*migrate*/
.migrate h2 {
    line-height: 1.25;
    font-weight: bold;
    font-size: 68px;
    color: var(--mehroon-color--);
    margin: 0 0 1rem;
}

.migrate {
    padding: 50px 30px 20px 30px;
}

    .migrate h3 {
        font-size: 36px;
        line-height: 1.5;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        text-decoration: none;
        margin: 0 0 1rem;
        color: var(--black-color--);
    }

    .migrate .content p {
        font-size: 20px;
        line-height: 1.5;
    }

    .migrate .content {
        padding-left: 50px;
        width: 59.264957%;
        margin-bottom: 80px;
    }

.Integrate .content,
.Automate .content {
    padding-left: 0px;
    padding-right: 50px;
}

.Integrate h2 {
    color: var(--orange-color--);
}

.Create h2 {
    color: var(--mehroon-color--);
}

.Automate h2 {
    color: var(--green--);
}

.Operate h2 {
    color: var(--midnight-blue--);
}

.tour .content h2 {
    font-size: 36px;
    font-weight: normal;
}

.tour .inner-work .content {
    width: 57.264957265%;
}

.tour .inner-work .image {
    width: 40.170940171000005%;
    margin-left: 2.564102564%;
}

.tour button {
    background: var(--orange-color--);
    border-color: #fad49e;
    font-size: 17px;
}

    .tour button:hover {
        background-color: rgba(252, 228, 193, 1.0);
        color: var(--orange-color--);
    }

.migrate button {
    padding: 16px 36px;
    width: auto;
    font-size: 20px;
    text-transform: none;
}

    .migrate button:hover {
        border: 3px solid #817e9f;
    }

.migrate .inner-work .image {
    width: 40.170940171000005%;
}

.image.aos-init.aos-animate {
    margin-bottom: 10px;
}

.support-before {
    /*    transform: translate(0%, 50%);*/
    z-index: 1;
}
/*migrate*/

/*3-products-page*/
.products-success-stories .image-box h4 {
    font-size: 20px;
    text-shadow: 2px 0px 0px #ccc;
    font-weight: 600;
    color: var(--black-color--);
    margin: 0 0 1rem;
}

.products-success-stories .box-content {
    padding: 20px 0px 0px 20px;
}

.products-success-stories .image-box {
    margin-left: 2.564102564%;
}

.products-success-stories .cards .image-box:nth-child(1) {
    margin-left: 0px;
}

.products-success-stories .cards {
    gap: 0;
}

.three-btns .inner-btns a:nth-child(1) button {
    background: var(--mehroon-color--);
}

    .three-btns .inner-btns a:nth-child(1) button:hover,
    .three-btns .inner-btns a:nth-child(3) button:hover {
        background: rgba(234, 216, 215, 1.0);
        color: var(--mehroon-color--);
        border-color: rgba(234, 216, 215, 1.0);
    }

.three-btns .inner-btns a:nth-child(2) button {
    background: var(--orange-color--);
    border-color: #fad49e;
}

    .three-btns .inner-btns a:nth-child(2) button:hover {
        background: rgba(252, 228, 193, 1.0);
        border-color: #fad49e;
        color: #b96118;
    }


.three-btns .inner-btns a:nth-child(3) button {
    background: var(--mehroon-color--);
}

.three-btns .inner-btns {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.ideas-pade-possible {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    width: 100%;
}

.inner-ideas h2 {
    font-size: 44px;
    font-weight: bold;
    color: var(--yellow-color--);
    margin: 0 0 1rem;
}

.testi-monal {
    padding: 100px 30px 20px 30px;
}

.inner-testi h2 {
    font-size: 44px;
    color: var(--orange-color--);
    text-align: center;
    margin: 0 0 2rem;
}

.testimonal-footer img {
    display: block;
    margin: 20px auto;
    max-width: 80px;
    border-radius: 50px;
}

.testimonal-footer h3 {
    color: var(--midnight-blue--);
    font-size: 18px;
    font-family: Lato, sans-serif;
    font-weight: bold;
}

.testimonal-footer h4 {
    color: var(--midnight-blue--);
    font-size: 18px;
    font-weight: normal;
}

.testimonal-footer {
    background-color: rgba(238, 238, 238, 1.0);
    padding-right: 50px;
    padding-left: 50px;
    margin: 0 0 1.4rem;
}

.contact-us-today {
    background-image: linear-gradient(rgba(185, 97, 24, 1), rgba(185, 97, 24, 1)) !important;
}

.inner-contact h1 {
    line-height: 1.15;
    text-align: center;
    font-size: 60px;
    font-weight: bolder;
    margin: 0 0 1rem;
}

.inner-contact p {
    font-size: 18px;
    font-weight: 500;
    color: var(--white-color--);
}

.inner-contact .Explore-btns {
    justify-content: center;
    gap: 35px;
    margin-top: 0px;
}

    .inner-contact .Explore-btns button {
        width: auto;
        padding: 10px 30px;
    }

    .inner-contact .Explore-btns a:nth-of-type(1) button {
        padding: 10px 60px;
    }

    .inner-contact .Explore-btns a:nth-of-type(2) button:hover {
        border: 3px solid #817e9f;
        font-family: Lato, sans-serif;
        font-style: normal;
        font-weight: 400;
        text-decoration: none;
        background-color: rgba(129, 126, 159, 1.0);
        color: #24205b;
        fill: #24205b;
    }

.svg-img {
    position: absolute;
    top: -42px;
    left: 14px;
}
/*3-products-page*/


/*4-careers-page*/
.dynamic-team img {
    width: auto;
}

.dynamic-team .inner-work .image {
    margin-left: 2.564102564%;
    margin-bottom: -120px;
    padding-left: 60px;
    padding-right: 20px;
}

.dynamic-team {
    padding: 50px 30px;
}


.Want-to-join.bg-blue {
    padding: 60px 80px;
}

.inner-join h2 {
    font-size: 36px;
    margin: 0 0 1rem;
    color: var(--white-color--);
    padding-bottom: 10px;
    font-weight: 400;
}

.inner-join img {
    width: 100%;
    border-bottom: 6px solid #fff;
}

button.btn-latter {
    text-transform: none;
}

.Want-to-join .content h4 {
    font-family: Poppins, serif;
    font-weight: 500;
    color: var(--white-color--);
    font-size: 24px;
    margin: 0 0 1rem;
}

.Want-to-join .inner-work .content {
    width: 57.264957265%;
}

.Want-to-join .inner-work img {
    width: auto;
    margin-bottom: -200px;
    margin-top: 0px;
    padding-right: 80px;
    padding-top: 50px;
}

.Want-to-join .inner-work .image {
    width: 40.170940171000005%;
    text-align: end;
    margin-left: 2.564102564%;
}

.Want-to-join .inner-work {
    align-items: initial;
    padding-top: 60px;
}

    .Want-to-join .inner-work button {
        background: var(--mehroon-color--);
        border-color: #ead8d7;
        margin: 10px 0px;
    }

        .Want-to-join .inner-work button:hover {
            background: #ead8d7;
            color: var(--mehroon-color--);
        }

.awesome-reasons .cards .image-box:nth-child(1) {
    margin-left: 0px;
}

.awesome-reasons .cards {
    flex-wrap: wrap;
}

.awesome-reasons p {
    color: var(--midnight-blue--);
}

.awesome-reasons .image-box {
    width: 31.623932%;
    padding: 0px 10px;
    /*    margin-left: 2.564103%;*/
}

.awesome-reasons .cards img {
    width: 100%;
    padding: 20px 0px;
}

.awesome-reasons {
    padding: 50px 30px 20px 20px;
}

.we-re-looking h2 {
    color: var(--yellow-color--);
    font-weight: 700;
    font-size: 60px;
}

.we-re-looking .inner-work .content {
    padding-left: 70px;
    margin-left: 2.564102564%;
}

    .we-re-looking .inner-work .content h3 {
        font-weight: normal;
    }

.we-re-looking .inner-work .image {
    padding: 100px 20px 50px 0px;
}

.testi-monal-faq .image-box {
    width: 48.717948718%;
    text-align: center;
}

    .testi-monal-faq .image-box img {
        padding-bottom: 30px;
    }

.testi-monal-faq .box-content h5 {
    font-family: Poppins, serif;
    font-weight: 500;
    color: var(--midnight-blue--);
    font-size: 20px;
    margin: 0 0 1rem;
}

.testi-monal-faq button {
    width: auto;
    background: var(--mehroon-color--);
    border-color: #cfa6a5;
    padding: 12px 30px;
}

    .testi-monal-faq button:hover {
        background-color: rgba(234, 216, 215, 1.0);
        color: #92374d;
        font-style: normal;
        font-weight: bold;
    }
/*4-careers-page*/

/*5-news-page*/
.news-tykans .inner-work .content {
    padding-right: 100px;
}

.news-tykans .image img {
    max-width: 300px;
    margin-bottom: -81px;
}

.news-blogs .inner-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-blogs .card-flex {
    width: calc(50% - 1rem);
    border: 0px solid #000000;
    background-color: rgba(255, 255, 255, 1.0);
    border-radius: 30px;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 19px 2px rgba(0, 0, 0, .08);
}

.news-blogs .card-content h3 {
    font-size: 28px;
    margin: 0 0 1rem;
    color: var(--yellow-color--);
    font-weight: bolder;
}

.news-blogs .card-flex p {
    font-size: 1.1rem;
    margin: 0 0 1.4rem;
    color: var(--midnight-blue--);
}

.news-blogs button {
    background-color: rgba(36, 32, 91, 1.0);
    border: 3px solid #24205b;
    border-radius: 30px;
    color: #FFFFFF;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    margin-top: 50.375px;
    width: auto;
}

    .news-blogs button:hover {
        background-color: rgba(0, 0, 0, 1.0);
        text-decoration: underline;
    }

.news-blogs .card-flex .date {
    font-size: 12px;
}

.inner-news .card-flex:nth-child(2) h3,
.inner-news .card-flex:nth-child(2) strong,
.inner-news .card-flex:nth-child(6) h3,
.inner-news .card-flex:nth-child(6) strong {
    color: #b96118;
}

.inner-news .card-flex:nth-child(2) p,
.inner-news .card-flex:nth-child(6) p,
.inner-news .card-flex:nth-child(5) p {
    color: var(--black-color--);
}

.inner-news .card-flex:nth-child(3) h3,
.inner-news .card-flex:nth-child(3) strong {
    color: var(--mehroon-color--);
}

.inner-news .card-flex:nth-child(7) h3,
.inner-news .card-flex:nth-child(7) strong {
    color: var(--green--);
}

.inner-news .card-flex:nth-child(8) p,
.inner-news .card-flex:nth-child(7) p {
    color: var(--black-color--);
}

.inner-news .card-flex:nth-child(8) h3 {
    font-weight: 500;
    color: var(--black-color--);
}


.news-blogs .card-flex .card-content {
    padding: 30px;
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.card-flex {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.button-wrapper {
    margin-top: auto;
}

.news-blogs {
    padding: 60px 20px;
}
/*5-news*/

/*6-about*/
.about-us h1 {
    font-size: 55px;
    font-weight: 500;
}

.about-us h2 {
    font-weight: 500;
    font-size: 44px;
    color: var(--yellow-color--);
}

.counter-box {
    padding-top: 50px;
    display: flex;
}

    .counter-box h2 {
        font-size: 60px;
        font-weight: bold;
        line-height: 1;
        color: var(--white-color--);
    }

    .counter-box p {
        color: var(--white-color--);
    }

    .counter-box .counter {
        width: 48.717948718%;
    }

.about-us .inner-work .content {
    padding-right: 50px;
}

.about-us .inner-work .image {
    margin-left: 2.564102564%;
}

.tykans-formula .hedaing h2 {
    line-height: 1.25;
    font-weight: bold;
    color: var(--mehroon-color--);
    font-size: 68px;
    padding-bottom: 10px;
    margin: 0 0 1rem;
}

.formula-box {
    display: flex;
    flex-direction: row;
    max-width: 1000px;
    margin: auto;
}

    .formula-box .inner-box h2 {
        font-size: 24px;
        font-weight: bold;
        margin: 0 0 1rem;
    }

    .formula-box .inner-box {
        padding-bottom: 20px;
    }

        .formula-box .inner-box p {
            font-size: 1rem;
            margin: 0 0 1.4rem;
            color: var(--midnight-blue--);
        }

    .formula-box .box {
        width: 23.076923077%;
    }

.formul-image {
    width: 48.717948718%;
    margin-left: 2.564102564%;
    padding: 10px 20px;
}

.counter-last h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 1rem;
}

.counter-last p {
    font-weight: normal;
    font-size: 18px;
}

.counter-last {
    color: var(--mehroon-color--);
}

.about-us .support-before {
    transform: translate(-10%, 39%);
    z-index: 1;
}

.about-us .inner-work {
    display: flex;
}

.people-about .content {
    padding-left: 50px;
    width: 57.264957265%;
    margin-left: 2.564102564%;
    padding-right: 30px;
}

.people-about .inner-work .image {
    padding-left: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 50px;
}

.people-about {
    padding: 20px 30px;
}
/*.people-about img {
    width: 400px;
    padding-left: 50px;
}*/
.team-work .content {
    margin-left: 0px;
    padding-right: 50px;
    padding-left: 30px;
}

.team-work img {
    padding-left: 0px;
}

.team-work .inner-work .image {
    margin-left: 2.564102564%;
}

.team-work h2 {
    color: var(--orange-color--);
}

.Innovation h2 {
    color: var(--yellow-color--);
}

.Quality h2 {
    color: var(--green--);
}

.our-leadership .content h2 {
    margin: 0 0 1rem;
    font-weight: bold;
    font-size: 68px;
    color: var(--yellow-color--);
}

.our-leadership .content h3 {
    margin: 0 0 1rem;
    font-size: 24px;
    color: var(--white-color--);
}

.our-leadership hr {
    border-top: 1px solid #16145f;
}

.member-post h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    margin: 0 0 1rem;
}

.member-post h3 {
    font-size: 1rem;
    color: var(--white-color--);
    margin: 0 0 1.4rem;
    line-height: 1.15;
    font-weight: bold;
}

.member-post p {
    color: var(--white-color--);
    font-size: 1.1rem;
    margin: 0 0 1.4rem;
}

.main-team {
    display: flex;
}

.main-team {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.inner-number h2 {
    line-height: 1.25;
    font-size: 60px;
    font-weight: bold;
    color: var(--mehroon-color--);
    margin: 0 0 1rem;
}

.inner-number h3 {
    font-size: 24px;
    line-height: 1.5;
    margin: 0 0 1rem;
    color: var(--midnight-blue--);
}

.number-box-main {
    padding-top: 50px;
}

.number-box-main {
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
    flex-direction: row;
}

.number-box {
    width: 31.623931624%;
}

    .number-box h2 {
        font-size: 60px;
        font-weight: bold;
        line-height: 1;
        margin: 0 0 1rem;
    }

    .number-box h3 {
        font-family: Lato, sans-serif;
        margin: 0 0 1rem;
        font-weight: normal;
        font-size: 18px;
        color: var(--midnight-blue--);
    }

.number-btns button {
    background-color: rgba(146, 55, 77, 1.0);
    border: 3px solid #cfa6a5;
    padding: 12px;
    margin-top: 40px;
    width: auto;
}

    .number-btns button:hover {
        background-color: rgba(234, 216, 215, 1.0);
        color: #92374d;
        font-style: normal;
        font-weight: bold;
        text-decoration: none;
    }

.number-btns > div {
    width: 48.717948718%;
    text-align: center;
}

.number-btns {
    display: flex;
    justify-content: center;
}

.collaborating-images {
    display: flex;
    align-items: center;
}

    .collaborating-images .image {
        width: 31.623931624%;
        padding: 30px;
    }

        .collaborating-images .image img {
            width: 100%;
            height: 100%;
            object-fit: scale-down;
        }

.inner-collaborating h2 {
    line-height: 1.25;
    font-weight: normal;
    font-size: 36px;
    color: var(--midnight-blue--);
    margin: 0 0 1rem;
}

.inner-collaborating p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 1rem;
    color: var(--midnight-blue--);
}

.inner-collaborating .heading {
    padding: 0px 30px;
}

.our-leadership .team {
    display: flex;
    gap: 5.564103%;
    width: 48%;
    padding-top: 30px;
    align-items: flex-start;
}

.member-image,
.member-post {
    width: 48.717948718%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .member-image img {
        width: 100%;
        padding: 0px 10px;
    }

.member-post {
    padding-top: 20px;
}

.our-leadership .number-box h2,
.our-leadership .number-box h3 {
    color: var(--white-color--);
}

.our-leadership .number-box h3 {
    margin-bottom: 0px;
}

.our-leadership .support-before {
    transform: translate(-70%, 93%);
    z-index: 1;
}
/*6-about*/

/*7-contact-us*/
.contact-us-banner {
    padding: 50px 30px 50px 30px;
}

    .contact-us-banner .container-fluid {
        max-width: 1200px;
        margin: auto;
    }

    .contact-us-banner .inner-work .content {
        width: 57.264957265%;
    }

    .contact-us-banner .inner-work .image {
        width: 40.170940171000005%;
        margin-left: 2.564102564%;
    }

.contact-form {
    padding: 45px 55px;
    border-radius: 30px;
    background: #43406e;
    margin-top: 50px;
}

    .contact-form input {
        background: #FAFAFA;
        border: none;
        width: 100%;
        padding: 10px;
        border-radius: 15px;
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 1.4rem;
        color: #24205b;
    }

    .contact-form label {
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
        line-height: 20px;
        margin-bottom: .35rem;
        padding: 6px 0px 4px 0px;
    }

.rich-text p {
    font-size: 14px;
    margin: 0 0 1.4rem;
    color: var(--white-color--);
}

.rich-text label {
    text-transform: none;
}

.rich-text input {
    width: auto;
    margin: 0px;
}

.rich-text ul {
    display: flex;
    align-items: center;
    gap: 5px;
}

.contact-form button {
    width: 100%;
    transition: 0.3s ease-in-out;
    text-transform: capitalize;
}

.contact-form button {
    text-transform: capitalize;
    border-color: #ead8d7;
    color: var(--white-color--);
}

.find-us-online .content h2 {
    color: var(--yellow-color--);
    font-size: 60px;
    font-weight: bold;
    margin: 0px;
}

.inner-find-us {
    display: flex;
}

    .inner-find-us .image {
        width: 40.170940171000005%;
    }

    .inner-find-us .content {
        width: 57.264957265%;
        margin-left: 2.564102564%;
        padding-left: 30px;
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-around;
    }

.find-us-online {
    padding: 60px 30px 30px 30px;
}

.address-info img {
    width: auto;
}

.addres,
.contact {
    width: 48.717948718%;
}

.address-info {
    display: flex;
    flex-wrap: wrap;
}

    .address-info h4 {
        font-size: 20px;
        font-weight: bold;
        margin: 0 0 1rem;
        color: var(--midnight-blue--);
    }

    .address-info p {
        font-size: 1.1rem;
        margin: 0 0 1.4rem;
        line-height: 1.5;
        color: var(--midnight-blue--);
    }

    .address-info ul {
        display: flex;
        align-items: center;
    }

    .address-info .contact:nth-child(3) {
        padding-top: 30px;
    }
/*7-contact-us*/

/*8-support-page*/
.support-about {
    padding: 30px 60px 60px 60px;
}

    .support-about .content h2 {
        color: var(--white-color--);
    }

    .support-about .inner-work .content {
        width: 66.66%;
        padding: 0px 10px;
    }

    .support-about .inner-work .image {
        padding-left: 100px;
        width: 33.33%;
        margin-left: 0px;
        padding-right: 10px;
    }

    .support-about .width-auto {
        margin: 0px;
        padding: 0px;
    }

    .support-about .inner-work .content p {
        font-size: 20px;
    }

    .support-about button {
        background: var(--yellow-color--);
        color: var(--midnight-blue--);
        border-color: #f9ebc8;
        font-size: 18px;
        padding: 12px 18px;
        width: 225px;
    }

        .support-about button:hover {
            background-color: rgba(249, 235, 200, 1.0);
            color: var(--midnight-blue--);
        }

.solutions-made-possible h1 {
    font-size: 68px;
    font-weight: 600;
    margin: 0 0 1.4rem;
    color: var(--yellow-color--);
}

.solutions-made-possible {
    padding: 60px 0px;
}

.support-testimonal .inner-testi h2 {
    font-size: 30px;
    color: var(--orange-color--);
    text-align: center;
    margin: 0 0 2rem;
}

.support-testimonal .inner-testi {
    padding: 0px 50px;
}

.support-migrate,
.support-Integrate {
    padding: 70px 60px 20px 60px;
}

    .support-migrate h2,
    .support-Integrate h2 {
        font-weight: 600;
        font-size: 60px;
    }

    .support-migrate .inner-work,
    .support-Integrate .inner-work {
        align-items: initial;
    }

    .support-migrate .content p,
    .support-Integrate .content p {
        color: var(--midnight-blue--);
        font-size: 21px;
    }

    .support-migrate .content {
        padding-top: 50px;
    }

    .support-Integrate .content {
        width: 58.33%;
        padding-right: 0px;
        padding: 0px 10px;
    }

    .support-Integrate .inner-work .image {
        width: 41.66%;
        padding: 0px 10px;
    }

.support-Training .content {
    padding-left: 0px;
    width: 58.33%;
}

    .support-Training .content h2 {
        color: var(--yellow-color--);
    }

.support-Training {
    padding: 70px 60px 60px 60px;
}

.Quick-Seamless .content {
    padding-top: 50px !important;
}

.inner-contact h1 {
    font-weight: 600;
    margin: 0 0 1.4rem;
    color: var(--white-color--);
}

.support-contact .contact-form {
    width: 66.66%;
    background: var(--midnight-blue--);
}

.inner-support {
    display: flex;
    align-items: center;
}

.contact-image {
    width: 33.33%;
    padding: 0px 10px;
}

.support-contact .contact-form {
    padding: 30px;
    margin-top: 60px;
    margin-left: 30px;
    margin-right: 30px;
}

.contact-form h3 {
    font-size: 28px;
    font-weight: normal;
    color: var(--yellow-color--);
    margin: 0 0 1.4rem;
}

.support-contact .rich-text p {
    color: var(--yellow-color--);
}

.support-contact .contact-form button {
    width: auto;
    font-size: 20.25px;
    padding: 12px 30px;
}

.tour .inner-work .content p {
    font-size: 20px;
}
/*contact-us*/


/*life-at-tykans*/
.tykans-Inclusive {
    padding: 50px 30px 0px 30px;
}

    .tykans-Inclusive h3,
    .tykans-family h3,
    .viva-la h3 {
        color: var(--midnight-blue--);
    }

    .tykans-Inclusive .content {
        width: 57.264957265%;
        padding: 100px 50px 0px 50px;
        margin-left: 2.564102564%;
    }

    .tykans-Inclusive .image {
        padding: 0px 20px;
    }

.tykans-family {
    padding: 60px 30px 0px 30px;
}

    .tykans-family .content {
        width: 57.264957265%;
        padding: 0px 50px;
    }

    .tykans-family .inner-work .image {
        width: 40.170940171000005%;
        padding: 0px 20px;
    }

.tykans-Active .inner-work .image {
    width: 48.717948718%;
}

.tykans-Inclusive .content {
    padding: 50px 50px 0px 50px;
    width: 48.717948718%;
    margin-left: 2.564102564%;
}

    .tykans-Inclusive .content p {
        font-size: 1.1rem;
    }

.tykans-Inclusive .inner-work .image {
    width: 48.717948718%;
    padding: 0px 50px 0px 70px;
}

.viva-la {
    padding: 70px 30px 50px 30px;
}

    .viva-la .inner-work .content {
        padding: 0px 50px 0px 70px;
    }

    .viva-la .inner-work .image {
        padding: 0px 20px;
        margin-left: 2.564102564%;
    }

    .viva-la h2 {
        color: var(--green--);
    }

.life-at-tykans-about {
    padding: 50px 30px;
}

    .life-at-tykans-about .double-btns {
        display: flex;
        gap: 125px;
    }

        .life-at-tykans-about .double-btns button {
            width: auto;
            background-color: rgba(146, 55, 77, 1.0);
            border: 3px solid #cfa6a5;
            padding: 12px;
            margin-top: 20px;
            font-size: 20px;
            color: var(--white-color--);
        }

            .life-at-tykans-about .double-btns button:hover {
                background-color: rgba(234, 216, 215, 1.0);
                border: 0px none;
                color: #92374d;
                font-style: normal;
                font-weight: bold;
                text-decoration: none;
            }



    .life-at-tykans-about .inner-work .content {
        padding: 0px 0px;
    }

        .life-at-tykans-about .inner-work .content p {
            font-size: 18px;
        }

    .life-at-tykans-about .inner-work .image {
        padding-left: 20px;
        padding-right: 0px;
        padding-top: 50px;
    }

.tykans-tesimonal {
    padding: 50px 30px 100px 30px;
}

    .tykans-tesimonal .image {
        width: 31.623931624%;
        padding: 50px 50px 0px 50px;
    }

    .tykans-tesimonal .content {
        width: 65.81196581200001%;
        margin-left: 2.564102564%;
    }

.tykans-tesi-main {
    display: flex;
}

    .tykans-tesi-main .image img {
        width: auto;
    }

    .tykans-tesi-main h2 {
        font-size: 36px;
        font-weight: normal;
        text-align: left;
        color: var(--white-color--);
        line-height: 1.5;
    }

    .tykans-tesi-main h4 {
        font-size: 18px;
        font-weight: normal;
        margin: 0 0 1rem;
        color: #da9b5b;
    }

    .tykans-tesi-main h3 {
        font-size: 24px;
        margin-bottom: 3px;
        font-weight: normal;
        color: #da9b5b;
    }

    .tykans-tesi-main .double-btns button {
        background-color: rgba(185, 97, 24, 1.0);
        border: 3px solid #fce4c1;
        border-radius: 35px;
        padding: 12px;
        width: auto;
        font-weight: normal;
        font-size: 18px;
        margin-top: 45px;
    }

        .tykans-tesi-main .double-btns button:hover {
            background-color: rgba(252, 228, 193, 1.0);
            color: #b96118;
            font-style: normal;
            text-decoration: none;
            font-weight: bold;
        }

    .tykans-tesi-main .double-btns {
        display: flex;
        gap: 100px;
    }

.testimonal-slider .top-heading h2 {
    color: var(--orange-color--);
    font-weight: 500;
    font-size: 44px;
    margin: 0 0 1.2rem;
}

.slder-two {
    background-image: linear-gradient(rgba(238, 238, 238, 1), rgba(238, 238, 238, 1)) !important;
}

.testimonal-slider .testimonal-slider {
    padding: 0px 30px;
}

.slder-two .swiper-horizontal {
    width: 90%;
}

.tykans-tesimonal .support-before {
    transform: translate(-15%, 50%);
}

/*.holidays23*/

.holidays23 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 30px 80px 80px;
    height: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
}

    .holidays23 h1 span {
        color: var(--white-color--);
        background-color: #6aab4f;
        line-height: 1.25;
        font-weight: 600;
        font-size: 68px;
    }

.stampede23 h1 span,
.stampede23 h2 span,
.stampede23 p span {
    background-color: #92374d;
}

.holidays23 h2 span {
    color: var(--white-color--);
    background-color: #6aab4f;
    line-height: 1.25;
    font-weight: 500;
    font-size: 44px;
}

.holidays23 p span {
    color: var(--white-color--);
    background-color: #6aab4f;
    line-height: 1.25;
    font-weight: normal;
    font-size: 18px;
    margin: 0 0 1.4rem;
}

.holidays23 h1 span {
    color: var(--white-color--);
    background-color: #6aab4f;
    line-height: 1.25;
    font-weight: 600;
    font-size: 68px;
}

.holidays23 h2 {
    margin: 20px 0px 20px;
}

.stampede23 h1 span,
.stampede23 h2 span,
.stampede23 p span {
    background-color: #92374d;
}

.holidays23-about {
    background-image: linear-gradient(rgba(252, 246, 240, 1), rgba(252, 246, 240, 1));
    padding: 50px 30px;
}

    .holidays23-about h2 {
        font-size: 48px;
        font-weight: bold;
        color: var(--dark-blue--);
    }

    .holidays23-about .inner-work {
        max-width: 1200px;
        margin: auto;
    }

.stampede23-about .image img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    margin: inherit;
}

.stampede23-about .image {
    text-align: right;
}

.stampede23 .image {
    width: 40.170940171000005%;
}

.stampede23-about h2 {
    font-weight: 500;
    margin: 0 0 1.4rem;
}

.stampede23-about {
    background-image: linear-gradient(rgba(250, 250, 250, 1), rgba(250, 250, 250, 1));
    padding: 30px 100px 30px 30px;
}

.holidays23-about .inner-work .content p {
    color: var(--dark-blue--);
}

.holidays23-about .inner-work .content {
    width: 57.264957265%;
}

.holidays23-about .inner-work .image {
    width: 40.170940171000005%;
    margin-left: 2.564102564%;
}

.form-formet {
    padding-left: 40px;
}

    .form-formet span, .holidays23-about .inner-work .form-formet p {
        font-size: 20px;
        line-height: 1.5;
    }

.holidays23-about .inner-work .large-text {
    font-size: 20px;
}

.need-ride {
    text-align: center;
    border-top: 3px solid #cc0201;
    margin-inline: 80px;
    padding-top: 25px;
}

.holidays23-about .need-ride h2 {
    font-size: 44px;
    margin: 0 0 1rem;
    font-weight: 700;
}

.holidays23-about .need-ride p {
    line-height: 1.75;
    font-size: 24px;
}

.need-ride button {
    padding: 12px 30px;
    width: auto;
    font-size: 18px;
    border: 3px solid #817e9f;
    font-weight: 400;
}

    .need-ride button:hover {
        background-color: rgba(129, 126, 159, 1.0);
        color: #24205b;
        border-color: #817e9f;
    }

.see-you-soon {
    background-image: linear-gradient(rgba(80, 142, 64, 1), rgba(80, 142, 64, 1));
    padding: 50px 120px 30px 100px;
}

    .see-you-soon .image {
        width: 48.717948718%;
    }

.see-you-there {
    background-image: linear-gradient(rgba(250, 250, 250, 1), rgba(250, 250, 250, 1));
    padding: 50px 80px 30px 150px;
}

    .see-you-there .image {
        width: 48.717948718%;
    }

    .see-you-there .inner-work .content {
        margin-left: 2.564102564%;
        width: 48.717948718%;
    }

.see-you-soon .content h2 {
    font-weight: 500;
    color: var(--white-color--);
    font-size: 60px;
    text-align: right;
}

.see-you-there .content h2 {
    text-align: center;
    color: var(--mehroon-color--);
}

.see-you-there .image img {
    width: 400px;
    height: 397px;
}

.stampede23-contact {
    background-image: linear-gradient(rgba(67, 64, 110, 1), rgba(67, 64, 110, 1)) !important;
}

    .stampede23-contact .contact-form {
        background: #e6eaf5;
        max-width: 1000px;
        margin: auto;
    }

        .stampede23-contact .contact-form label {
            color: var(--black-color--);
            font-size: 18px;
            text-transform: capitalize;
        }

        .stampede23-contact .contact-form input {
            border-radius: 0px;
        }

    .stampede23-contact .rich-text p {
        color: var(--black-color--);
    }

    .stampede23-contact .contact-form button {
        border: 3px solid #817e9f;
    }

    .stampede23-contact .rich-text ul {
        font-size: 20px;
    }

    .stampede23-contact .contact-form button:hover {
        border: 3px solid #817e9f;
        background-color: rgba(129, 126, 159, 1.0);
    }

    .stampede23-contact .contact-form .what-will label {
        margin-bottom: 20px;
    }

    .stampede23-contact .what-will ul {
        display: grid;
    }

.what-will ul label {
    display: flex;
    gap: 5px;
    text-transform: uppercase;
}
/*.holidays23*/

/*.energycocktails23*/
.energycocktails23 {
    height: auto;
    min-height: 472px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.energycocktails23-about {
    padding: 50px 5px;
}

.inner-energy h2 {
    line-height: 1.4;
    font-size: 44px;
    font-weight: 400;
    color: var(--yellow-color--);
    margin: 0 0 1.4rem;
}

.inner-energy p {
    line-height: 1.4;
    font-size: 18px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: var(--yellow-color--);
    margin: 0 0 1.4rem;
}

.inner-energy button {
    background-color: rgba(234, 181, 49, 1.0);
    border: 3px solid #f9ebc8;
    border-radius: 30px;
    color: #24205b;
    font-size: 18px;
    width: 220px;
    margin-bottom: 40px;
    height: auto;
}

.inner-energy h3 {
    margin: 0 0 1.4rem;
    color: var(--white-color--);
    line-height: 1.4;
    font-size: 24px;
}

.inner-location {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.agenda {
    padding: 0px 10px;
    background-color: var(--dark-blue--);
    color: var(--white-color--);
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 901px;
    min-width: 443px;
}

.map p {
    font-size: 18px;
}

.map {
    width: 800px;
}

.map-l {
    margin-top: 50px;
}

.map h2 {
    color: #000;
    margin: 0 0 1.4rem;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
    font-size: 44px;
}

.Challenges {
    padding: 50px 10px;
    height: 596px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white-color--);
}

.agenda h2 {
    line-height: 1.4;
    font-size: 44px;
    margin: 0 0 1.4rem;
}

.agenda p {
    line-height: 1.75;
    margin: 0 0 1.4rem;
}

.Challenges h1 {
    font-size: 68px;
    font-weight: 600;
    margin: 0 0 1.4rem;
    color: var(--yellow-color--);
    letter-spacing: 0;
    line-height: 1.4;
}

.Challenges h2 {
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
    font-size: 44px;
}

.Challenges p {
    line-height: 1.5;
    font-size: 18px;
    margin: 0 0 1.4rem;
}

.Challenges ul {
    padding-left: 20px;
    margin: 0 0 1.4rem;
}

.Challenges li {
    list-style: disc;
    line-height: 1.5;
    font-size: 18px;
}

.guest-speaker .inner-work {
    max-width: max-content;
    margin: auto;
}

.guest-speaker h2 {
    letter-spacing: 0;
    line-height: 1.4;
    font-size: 44px;
    color: var(--mehroon-color--);
    font-weight: 500;
}

.guest-speaker h4 {
    font-weight: 400;
    color: var(--midnight-blue--);
    margin: 0 0 1.4rem;
}

.guest-speaker a {
    color: var(--yellow-color--);
}

.guest-speaker .inner-work .content {
    padding-right: 100px;
}

.guest-speaker img {
    width: 450px;
    height: 442px;
}

.guest-speaker .inner-work .content span {
    font-weight: 400;
}
/*.energycocktails23*/

/*.geocon23*/
.geocon23 {
    /*    height: 545px;*/
}

    .geocon23 h1 {
        line-height: 1.25;
        font-weight: bold;
        font-size: 68px;
        color: var(--white-color--);
        margin: 0 0 1rem;
    }

body .geocon23 span,
body .geocon23 p span {
    background-color: #24205b;
}

body .geocon23 h2 {
    margin: 2px 0px 8px;
}

body .geocon23 .second-row {
    margin: 0 0 1rem;
}

.geocon23 {
    padding: 80px 30px;
}

    .geocon23 .banner-btn button {
        color: #24205b;
    }

.geocon23-about .inner-work {
    max-width: 1200px;
    margin: auto;
}

.geocon23-about .image img {
    width: 379px;
    height: 255px;
}

.geocon23-about .inner-work .image {
    text-align: right;
}

.geocon23-about button {
    background-color: rgba(146, 55, 77, 1.0);
    border: 3px solid #cfa6a5;
    font-size: 20px;
    padding: 16px 36px;
}

    .geocon23-about button:hover {
        background-color: rgba(234, 216, 215, 1.0);
        color: #92374d;
    }

.form-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .form-top .content {
        width: 48.717948718%;
        margin-left: 2.564102564%;
    }

        .form-top .content p {
            color: #ffffff;
            padding: 0px 20px 0px 20px;
            font-size: 1.1rem;
            margin: 0 0 1.4rem;
        }

        .form-top .content a {
            color: var(--yellow-color--);
            text-decoration-line: underline;
        }

/*    .form-top .image {
        width: 48.717948718%;
        padding: 20px 10px;
        border: 5px solid #000;
        background: #fff;
        width: 510px;
        height: 146px;
        display: flex;
        align-items: center;
        margin: 20px 20px 0px 35px;
        justify-content: center;
    }*/

.geocon23-contact .contact-form {
    margin-top: 25px;
}

/*.form-top .image img {
    width: 460px;
    height: 110px;
}*/

.geocon23-about {
    padding: 50px 30px;
}

    .geocon23-about .inner-work .content {
        padding-right: 100px;
    }

.geocon23 .banner-btn button:hover {
    background-color: rgba(249, 235, 200, 1.0);
    color: #24205b;
}

.banner-btn button {
    background-color: rgba(234, 181, 49, 1.0);
    border: 3px solid #f9ebc8;
    margin: 1.4rem 0 0;
    width: auto;
    padding: 12px 36px;
}

.what-we-can .headings h2 {
    color: #24205b;
    font-size: 60px;
    font-weight: 600;
    margin: 0 0 1rem;
}

.what-we-can .headings h3 {
    color: var(--dark-blue--);
    font-size: 36px;
    font-weight: 400;
    margin: 0 0 1rem;
}

.what-we-can .image-box h4 {
    color: var(--dark-blue--);
}

.geocon23-contact {
    background-image: linear-gradient(rgba(67, 64, 110, 1), rgba(67, 64, 110, 1));
}

    .geocon23-contact .contact-form {
        padding: 10px;
        background-color: #24205b;
        border: 3px solid #817E9F;
    }

.column-width {
    justify-content: space-between;
    display: flex;
    gap: 10px;
}

    .column-width > div {
        width: 50%;
    }

.geocon23-contact .contact-form label {
    font-size: 15px;
    text-transform: capitalize;
    line-height: 10px;
}

.geocon23-contact .contact-form button {
    background-color: #92374d;
    background-image: none;
    border: 3px solid #817e9f;
}

.geocon23-contact .contact-form h2 {
    font-size: 28px;
    color: var(--white-color--);
    padding: 25px;
}

.geocon23-contact .inner-form {
    padding: 45px;
}

/*.geocon23*/

/*unitybrochurereques*/
.unitybrochurereques {
    height: 298px;
    min-height: 298px;
}

.request-unity h1 {
    font-weight: 600;
    line-height: 1.4;
    font-size: 68px;
}

.request-unity {
    padding: 60px 0px;
}

.form-main {
    display: flex;
    padding-top: 30px;
}

.unitybrochurerequest-btns .inner-btns {
    justify-content: space-around;
}

.unitybrochurerequest-ideas h2 {
    font-size: 28px;
    font-weight: 500;
    width: auto;
    max-width: 650px;
    margin: auto;
    color: var(--yellow-color--);
}

.form-main .contact-form {
    width: 58.33%;
    margin-inline: 10px;
}

.form-image {
    width: 41.66%;
    padding: 0 10px;
}

.how-it-works {
    padding: 0 10px 60px 10px;
    background-image: linear-gradient(rgba(238, 238, 238, 1), rgba(238, 238, 238, 1)) !important;
}

.top-content h2 {
    color: #92374d;
    line-height: 1.4;
    margin: 0 0 1.4rem;
    font-size: 44px;
    font-weight: 600;
}

.top-content p {
    line-height: 1.4;
    font-size: 20px;
    margin: 0 0 1.4rem;
    font-weight: 500;
    color: #000
}

.how-it-works .form-main .contact-form {
    width: 58.33%;
    margin-inline: 10px;
    padding: 30px;
    background: #24205b;
}

    .how-it-works .form-main .contact-form h2 {
        font-weight: 500;
        letter-spacing: 0;
        margin: 0 0 1.4rem;
        color: var(--yellow-color--);
        line-height: 1.4;
        font-size: 28px;
    }

.how-it-works .form-main .rich-text p {
    color: var(--yellow-color--);
}

.how-it-works .form-main .contact-form button {
    font-size: 20.25px;
    padding: 12px 30px;
    width: auto;
}

.unity-demo .form-main {
    align-items: flex-start;
}

.amplify-your-contact h2 {
    font-weight: bold !important;
    text-align: right;
    color: #eab531;
    font-size: 28px;
    margin: 0 0 1.4rem;
}

.amplify-your-contact p {
    text-align: right;
    font-size: 18px;
    line-height: 1.4;
    color: var(--white-color--);
}



.amplify-your-contact .inner-work .content {
    padding-left: 10px;
    padding-right: 10px;
    width: 47%;
}

.amplify-your-contact .inner-work .image {
    width: 50%;
    text-align: center;
}

    .amplify-your-contact .inner-work .image img {
        width: 400px;
        height: 397px;
    }

.unity-demo h1 {
    font-weight: 500;
}

/*unitybrochurereques*/

/*job-application-form*/
.job-application .contact-form {
    padding: 10px;
    background-color: #24205b;
    border: 3px solid #817E9F;
    background-color: #e1e1ea;
    -webkit-box-shadow: 0 8px 19px 2px rgba(0, 0, 0, .08);
    border: none;
    box-shadow: 0 8px 19px 2px rgba(0, 0, 0, .08);
}

    .job-application .contact-form h2 {
        color: #030303;
    }

    .job-application .contact-form label {
        font-size: 18px;
        color: #000;
    }

    .job-application .contact-form input {
        font-size: 12px;
        margin-bottom: 29px;
        border-radius: 0px;
        line-height: 18px;
    }

.job-application .rich-text p {
    color: #000;
}

.job-application .contact-form button {
    border: 3px solid #817e9f;
    height: 50px;
    display: flex;
    font-weight: 300;
    align-items: center;
    justify-content: center;
    background-color: rgba(36, 32, 91, 1.0);
}

.files {
    background: transparent !important;
    padding: 0px !important;
    margin-top: 10px;
}

.app-top-heading {
    border-bottom: 5px solid rgba(146, 55, 77, 1.0);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.job-application .contact-form button:hover {
    border: 3px solid #817e9f;
    background-color: rgba(129, 126, 159, 1.0);
    color: #24205b;
}

.job-application .rich-text ul {
    line-height: 27px;
}

.job-application {
    background-image: linear-gradient(rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
}

.app-top-heading h2 {
    color: #92374d;
    font-size: 44px;
    font-weight: 600;
    margin: 0 0 1rem;
}

.app-top-heading p {
    font-size: 1.1rem;
    color: #24205b;
    line-height: 1.5;
    margin: 0 0 1.4rem;
}

.tykans-software-terms-of-use .content h1 {
    text-align: left;
    line-height: 1.25;
    font-weight: normal;
    font-size: 32px;
    padding-right: 0px;
}

.tykans-software-terms-of-use .content h2 {
    margin: 0 0 1rem;
    font-size: 36px;
    line-height: 1.5;
    font-weight: bold;
    color: #eab531;
}

.tykans-software-terms-of-use .content .topics {
    font-size: 44px;
}

.tykans-software-terms-of-use a {
    font-weight: normal;
    text-decoration: none;
    font-family: Lato, sans-serif;
    font-style: normal;
    color: #eab531;
    font-size: 18px;
}

.tykans-software-terms-of-use li {
    color: #fff;
    list-style: disc;
}

.tykans-software-terms-of-use ul {
    padding-left: 20px;
}

.tykans-software-terms-of-use img {
    width: 200px;
    height: 176px;
}

.tykans-software-terms-of-use .image {
    text-align: right;
}

.tykans-software-terms-of-use {
    padding: 60px 100px 50px 30px;
}

.rights-and-responsibilities .inner-rights .image {
    width: 14.529914530000001%;
    margin: unset;
}

.rights-and-responsibilities .inner-rights a {
    color: #eab531;
}

.rights-and-responsibilities .inner-rights .content {
    width: 82.905982906%;
    margin-left: 2.564102564%;
}

.rights-and-responsibilities .inner-rights {
    display: flex;
}

.rights-and-responsibilities .flex-content {
    display: flex;
    padding-right: 100px;
}

.rights-and-responsibilities h2 {
    color: #92374d;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 44px;
    margin: 0 0 1rem;
}

.rights-and-responsibilities p {
    color: #24205b;
    font-size: 18px;
    margin: 0 0 1.4rem;
}

.rights-and-responsibilities {
    padding: 60px 30px 10px 30px;
}

    .rights-and-responsibilities .flex-content .inner-flex {
        width: 48.717948718%;
    }

.inner-flex-image {
    width: 48.717948718%;
    text-align: right;
    margin-left: 2.564102564%;
}

.flex-content .inner-flex {
    width: 48.717948718%;
}

.inner-flex-image img {
    width: 350px;
    height: 350px;
    object-fit: cover;
}

.rights-and-responsibilities .inner-rights .image img {
    width: 150px;
    height: 113px;
    object-fit: cover;
    margin-left: 10%;
}

.inner-flex li {
    color: #24205b;
    list-style: disc;
    font-size: 18px;
}

.inner-flex ul {
    padding-left: 20px;
    margin: 0 0 1.4rem;
}
/*job-application-form*/

.home-slider {
    background-color: #f1e7e6;
}

    .home-slider .swiper-slide img {
        width: auto;
    }

    .home-slider .swiper-slide {
        text-align: center;
    }

.amplify-your-contact h2 {
    font-weight: bold !important;
}

.top-content {
    width: 1500px;
    margin: auto;
}

.form-main {
    width: 1500px;
    margin: auto;
}

h4.para-width {
    width: max-content;
}

.navbar {
    padding: 20px;
    height: 106px !important;
}

    .navbar .nav-link {
        font-size: 18px;
        line-height: 100%;
        color: var(--midnight-blue--);
        padding-inline: 0px !important;
        text-transform: capitalize;
        font-weight: 700;
        line-height: 25.2px;
        position: relative;
    }

.nav-item {
    padding: 0 2rem;
}

button.top-btn {
    border: 3px solid #92374d;
    border-radius: 30px;
    color: #FFFFFF;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    background-color: rgba(36, 32, 91, 1.0);
    margin: 0;
}

.Contact-us button {
    border-color: #92374d;
    width: auto;
    padding: 12px 30px;
    width: 155px;
}

    .Contact-us button:hover {
        color: var(--white-color--);
        background-color: rgba(129, 126, 159, 1.0);
    }

.dropdown-item {
    font-size: 18px;
}

ul.dropdown-menu {
    width: 290px;
}

    ul.dropdown-menu.dropdown-menuinner {
        right: 13px;
    }

    ul.dropdown-menu.productsDropdown.dropdown-item-1 {
        top: 98px;
    }

.banner-heading {
    font-weight: 900;
    font-size: 68px;
    margin: 0 0 1rem;
    color: white;
}

button.banner-btn1 {
    background-color: rgba(234, 181, 49, 1.0);
    border: 3px solid #f9ebc8;
    border-radius: 30px;
    color: #24205b;
    font-size: 18px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    padding-top: 10px;
    padding-right: 18px;
    padding-bottom: 10px;
    padding-left: 18px;
    width: 205px;
}

.p-tag-inner h2 {
    text-align: left;
    line-height: 1.25;
    font-weight: normal;
    font-size: 36px;
    margin: 0 0 1rem;
    width: 90%;
    color: #24205b;
}

.p-tag-inner p {
    font-size: 18px;
    line-height: 1.5;
    color: #24205b;
    width: 90%;
}

.form-top .content p {
    font-size: 18px !important;
}

button.introduce-btn {
    background-color: rgba(146, 55, 77, 1.0);
    border: 3px solid #cfa6a5;
    border-radius: 30px;
    margin-bottom: 10px;
}

    button.introduce-btn:hover {
        background-color: rgba(234, 216, 215, 1.0);
        color: #92374d;
        font-style: normal;
        font-weight: bold;
        text-decoration: none;
    }

.products-success-stories .image-box h4 {
    font-weight: bold;
    text-shadow: unset !important;
}

.image-box p {
    font-size: 18px;
    color: #000;
}

h2.heading-in {
    font-size: 60px;
    font-weight: bold;
    color: white;
    margin: 0 0 1rem;
}

section.case-studies {
    background-image: linear-gradient(rgba(36, 32, 91, 1), rgba(36, 32, 91, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    padding: 60px 50px;
}

.moderl1 h3 {
    color: white !important;
    font-size: 36px !important;
    font-weight: normal;
    width: 86%;
    margin: 0 0 28px;
}

.studies-image-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.boxs {
    width: 31.6%;
    background: white;
}

.boxdiv1 {
    display: flex;
    justify-content: center;
}

h2.value1 {
    margin-top: 20px;
    margin-bottom: 1rem;
    font-size: 36px;
    font-weight: bold;
    padding: 10px 20px;
    color: #24205b;
}

.value2 p {
    color: #24205b;
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 20px;
}

.banner-btn.btnss {
    display: flex;
    justify-content: center;
}

button.introduce-btn.btn2 {
    margin: 20px;
    padding: 12px 18px;
}

.boxdiv2 {
    width: 90px;
    margin-top: 20px;
    padding: 28px 24px 30px 24px;
    border-radius: 50%;
    background-color: rgba(146, 55, 77, 1.0);
    fill: #fff;
}

button.introduce-btn.btn2:hover {
    border: none;
}

.description-para h2 {
    font-size: 30px !important;
    color: #24205b !IMPORTANT;
    text-align: end !important;
    margin-bottom: 0 !important;
    width: 83%;
    margin-left: 17%;
}

.description-para p {
    color: #92374d !important;
    font-size: 18px !important;
    text-align: right !important;
    font-weight: 500 !IMPORTANT;
}

button.introduce-btn1 {
    background-color: rgba(36, 32, 91, 1.0) !important;
    border: 3px solid #817e9f !important;
    border-radius: 30px;
    color: #FFFFFF !important;
    font-size: 18px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    /* padding-top: 12px; */
    /* padding-right: 18px; */
    /* padding-bottom: 12px; */
    /* padding-left: 18px; */
    width: 215px;
    /* height: 50px; */
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 10px 18px;
    margin: 30px;
}

    button.introduce-btn1:hover {
        background-color: rgba(186, 185, 202, 1.0) !important;
        color: #24205b !important;
        font-style: normal;
        font-weight: bold !important;
        text-decoration: none;
    }

.content.inner {
    width: max-content !important;
}

ul.custom-dropdown.custom-inner {
    right: -12px;
}

img.amazing-img {
    max-width: 400px;
}

.testimonials-flex.testimonial-inner {
    display: flex;
    padding: 50px 30px;
    background-image: linear-gradient(rgba(238, 238, 238, 1), rgba(238, 238, 238, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    position: relative;
}

img.testimonial-img {
    max-width: 331px;
}

.testimonials-content {
    background-color: rgba(255, 255, 255, 1.0);
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 30px;
    padding-left: 50px;
    position: relative;
    margin-left: 1%;
    margin-bottom: 1.4rem;
    height: fit-content;
}

g#quote-left1_layer {
    fill: rgba(185, 97, 24, 0.2);
}

.topsvg-icon {
    position: absolute;
    top: -12px;
    left: 27px;
}

h2.testimonial-heading {
    color: #24205b;
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 1rem;
    line-height: 1.4;
}

em.em1 {
    font-weight: bold;
    text-align: left;
    font-size: 20px;
    color: #b96118;
}

em.em2 {
    text-align: left;
    font-size: 14px;
    color: #24205b;
}

img.botam-image {
    width: 75px;
}

.testimonials-flex.testimonial-inner.inner1 {
    background-image: linear-gradient(rgba(234, 216, 215, 1), rgba(234, 216, 215, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.testimonials-content.one {
    margin: auto;
    margin-right: 2.564102564%;
}

g#quote-left1_layer {
    fill: rgba(185, 97, 24, 0.2);
}

em.em1.one {
    color: #92374d;
}

.testimonials-content.two {
    margin: auto;
    margin-left: 2.564102564%;
}

.image {
    margin: auto;
}

h2.testimonial-heading.head1 {
    font-size: 24px;
}

strong.style {
    color: #92374d;
}

section.single-btn {
    background-image: linear-gradient(rgba(234, 216, 215, 1), rgba(234, 216, 215, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}



img.botam-image.bottom-img1 {
    position: absolute;
    right: 30px;
    bottom: -69%;
    z-index: 69;
}

.sectionj-about .p {
}

.testimonials-page.pagethree {
    position: relative;
}

img.botam-image.bigger-cogs.img-bottom3 {
    position: absolute;
    right: 30px;
    bottom: -20px;
    width: 100px;
}

.testimonials-page.page2 {
    position: relative;
}

img.botam-image.bigger-cogs.bottom-img2 {
    position: absolute;
    right: 30px;
    bottom: -50px;
    width: 150px;
}

.svg-1 {
    fill: rgba(146, 55, 77, 0.2);
}

.testimonials-content.one.one-inner {
    margin-right: 0;
    margin-left: 2%;
}

.inner-btn.explore-inner {
    display: flex;
    justify-content: center;
}

button.explorebtn1 {
    background-color: rgba(185, 97, 24, 1.0);
    border: 3px solid #fce4c1;
    border-radius: 30px;
    font-style: normal;
    font-weight: 400;
    padding-top: 12px;
    padding-right: 30px;
    padding-bottom: 12px;
    padding-left: 30px;
    width: max-content;
}

    button.explorebtn1:hover {
        background-color: rgba(252, 228, 193, 1.0);
        color: #b96118;
        font-style: normal;
        font-weight: bold;
        text-decoration: none;
    }

h2.photo-font {
    font-size: 68px !important;
}

strong.like-minded {
    color: #92374d;
    font-style: italic;
}

img.slide-img {
    max-width: 90%;
}

.bottom-footer {
    max-width: 1400px;
    margin: auto;
}

img.footer-banner {
    width: 175px;
}

li.nav-item-flex.list-clr {
    line-height: 1.68;
}

.faq-heading.mb-4.mb-xxl-0.mb-xl-0 {
    background-color: #b96118 !important;
    background-image: none !important;
    border-color: #EEEEEE !important;
    border-radius: 300px !important;
    border-style: solid !important;
    color: #FFFFFF !important;
    display: block !important;
    font-size: 28px !important;
    margin-top: 0px !important;
    padding-bottom: 1px !important;
    padding-left: 30px !important;
    padding-right: 10px !important;
    padding-top: 20px !important;
    text-align: left !important;
}

h2.faq-h2 {
    margin: 0 0 20px;
}

.social-links {
    width: 50px;
    display: flex;
    margin: 1.4rem 0 1.4rem;
    margin-left: 4rem;
}

img.robo-img {
    max-width: 337px;
}

.faq-flex {
    display: flex;
    /*    align-items: center;*/
}

.content2 {
    padding-bottom: 30px !important;
    padding-left: 60px !important;
    padding-right: 0px !important;
    padding-top: 30px !important;
}

p.para-faq1 {
    text-align: left;
    line-height: 1.25;
    padding-left: 40px;
    margin: 0 0 1.4rem;
    font-size: 18px;
    width: 99%;
    font-weight: normal;
}

li.faq-list {
    list-style: square;
    /* margin: 1.4rem 0; */
    margin-left: 5rem;
    margin-bottom: .7rem;
    text-align: left;
    line-height: 1.25;
    color: #000000;
    font-size: 18px;
}

section.faq-main {
    padding: 60px 30px 50px 30px;
    background-image: linear-gradient(rgba(238, 238, 238, 1), rgba(238, 238, 238, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.faq-heading.blue-bg-btn {
    background-color: #24205b !important;
    background-image: none !important;
    border-color: #EEEEEE !important;
    border-radius: 300px !important;
    border-style: solid !important;
    color: #FFFFFF !important;
    display: block !important;
    font-size: 28px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 30px !important;
    padding-top: 20px !important;
    text-align: left !important;
}

h2.faq-Q {
    margin: 0 0 1rem;
}

.main-p {
    display: block !important;
    padding-bottom: 30px !important;
    padding-left: 60px !important;
    padding-right: 0px !important;
    padding-top: 30px !important;
    color: #000000;
    font-size: 18px;
}

.faq-heading {
    background-color: #b96118 !important;
    background-image: none !important;
    border-color: #EEEEEE !important;
    border-radius: 300px !important;
    border-style: solid !important;
    color: #FFFFFF !important;
    display: block !important;
    font-size: 28px !important;
    margin-top: 0px !important;
    padding-bottom: 1px !important;
    padding-left: 30px !important;
    padding-right: 10px !important;
    padding-top: 20px !important;
    text-align: left !important;
}

h2.faq-h2 {
    font-size: 28px;
}

h2.faq-Q {
    font-size: 28px;
}

.left-image {
    max-width: 400px;
}

.faqs-btns-explore.row.d-flex.justify-content-between {
    background-image: linear-gradient(rgba(238, 238, 238, 1), rgba(238, 238, 238, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    max-width: 1100px;
    margin: auto;
    margin-top: 70px;
}

.a-btn-faq {
    display: flex;
    justify-content: center;
}

button.faq-bottom-btn {
    background-color: rgba(146, 55, 77, 1.0);
    border: 3px solid #cfa6a5;
    border-radius: 30px;
    width: auto;
    margin-top: 35px;
    margin-bottom: 20px;
    padding-top: 12px;
    padding-right: 30px;
    padding-bottom: 12px;
    padding-left: 30px;
}

    button.faq-bottom-btn:hover {
        background-color: rgba(234, 216, 215, 1.0);
        color: #92374d;
        font-style: normal;
        font-weight: bold;
        text-decoration: none;
    }

    button.faq-bottom-btn.btn2 {
        padding-top: 12px;
        padding-right: 30px;
        padding-bottom: 12px;
        padding-left: 30px;
    }

img.support-before.support-before1 {
    transform: unset;
    bottom: 15px;
    right: 30px;
}

img.width-auto.width-auto2 {
    margin-bottom: -85px;
    max-width: 300px;
    width: 100%;
}

.form-main.form-main2 {
    width: 1400px !important;
}

.checkbox-para {
    margin-left: 1rem !important;
}

.rich-text.rich-text2 {
    width: 97%;
}

form.contact-form.contact-form1 {
    height: fit-content;
}

.re-captcha {
    display: flex;
    justify-content: center;
    margin-bottom: 1.4rem;
    margin-top: 18px;
}

.image.career-img2.aos-init.aos-animate {
    margin-bottom: -60px;
}

.image.career-img1.aos-init.aos-animate {
    margin-bottom: 140px;
}

img.support-before.about-support-section {
    bottom: -22px;
}

.imag.about-img-section.aos-init.aos-animate {
    margin-bottom: 8%;
}

img.support-before.by-the-nmbrs {
    right: 60px;
}

.image.support-img-first.aos-init.aos-animate {
    margin-top: 0;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}

/*.swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    margin-bottom: 40px;
}*/

img.about-img-width {
    max-width: 461px;
}



.testimonials-page.testimonial-outer .testimonials-flex {
    display: flex;
    align-items: center;
}

.testimonials-page.testimonial-outer {
    position: relative;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    background-image: linear-gradient(rgba(238, 238, 238, 1), rgba(238, 238, 238, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

    .testimonials-page.testimonial-outer .testimonials-content {
        background-color: rgba(255, 255, 255, 1.0);
        padding-top: 30px;
        padding-right: 50px;
        padding-bottom: 30px;
        padding-left: 50px;
        position: relative;
        margin-left: 1%;
        margin-bottom: 1.4rem;
        height: fit-content;
    }

    .testimonials-page.testimonial-outer svg {
        position: absolute;
        top: -12px;
        left: 27px;
    }

    .testimonials-page.testimonial-outer #quote-left1_layer {
        fill: rgba(185, 97, 24, 0.2);
    }

    .testimonials-page.testimonial-outer h2 {
        color: #24205b;
        font-size: 30px;
        font-weight: 500;
        margin: 0 0 1rem;
        line-height: 1.4;
    }

    .testimonials-page.testimonial-outer em:nth-of-type(1) {
        font-weight: bold;
        text-align: left;
        font-size: 20px;
        color: #b96118;
    }

    .testimonials-page.testimonial-outer em:nth-of-type(2) {
        text-align: left;
        font-size: 14px;
        color: #24205b;
    }

.testimonilal-em {
    display: flex;
    flex-direction: column;
}

.testimonials-page.testimonial-outer .bottam-image {
    position: absolute;
    right: 30px;
    bottom: -20px;
    width: 75px;
}

.testimonials-page.testimonials-pink {
    background-image: linear-gradient(rgba(234, 216, 215, 1), rgba(234, 216, 215, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

    .testimonials-page.testimonials-pink .testimonials-flex {
        display: flex;
        align-items: center;
    }

    .testimonials-page.testimonials-pink .testimonials-content {
        background-color: rgba(255, 255, 255, 1.0);
        padding-top: 30px;
        padding-right: 50px;
        padding-bottom: 30px;
        padding-left: 50px;
        position: relative;
        /* margin-left: 1%; */
        margin-bottom: 1.4rem;
        height: fit-content;
        margin: 0;
        margin-right: 1%;
        margin-bottom: 1.4rem;
    }

    .testimonials-page.testimonials-pink em:nth-of-type(1) {
        color: #92374d;
        font-weight: bold;
        text-align: left;
        font-size: 20px;
    }

    .testimonials-page.testimonials-pink em:nth-of-type(2) {
        text-align: left;
        font-size: 14px;
        color: #24205b;
    }

    .testimonials-page.testimonials-pink svg {
        position: absolute;
        top: -12px;
        left: 27px;
    }

    .testimonials-page.testimonials-pink #quote-left1_layer {
        fill: rgba(146, 55, 77, 0.2);
    }

    .testimonials-page.testimonials-pink strong {
        font-size: 24px;
        font-style: italic;
        color: #92374d;
        font-weight: bolder;
    }

.testimonials-page.testimonial-outer.testimonial-inner-img2 .bottam-image {
    width: 150px;
    bottom: -55px;
}

.testimonials-page.testimonial-outer.testimonial-inner-img1 .bottam-image {
    width: 100px;
}

a.cta_button {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    vertical-align: middle
}

.hs-breadcrumb-menu {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px
}

.hs-breadcrumb-menu-item {
    float: left;
    padding: 10px 0px 10px 10px
}

.hs-breadcrumb-menu-divider:before {
    content: ' ';
    padding-left: 10px
}

.hs-featured-image-link {
    border: 0
}

.hs-featured-image {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 50%
}

@media (max-width: 568px) {
    .hs-featured-image {
        float: none;
        margin: 0;
        width: 100%;
        max-width: 100%
    }
}

.hs-screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}


#hs_cos_wrapper_widget_1683835790433 hr {
    border: 0 none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(250,250,250,1.0);
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 98%;
}


font-face {
    font-family: "Lato";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("/_hcms/googlefonts/Lato/700.woff2") format("woff2"), url("/_hcms/googlefonts/Lato/700.woff") format("woff");
}

font-face {
    font-family: "Lato";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("/_hcms/googlefonts/Lato/regular.woff2") format("woff2"), url("/_hcms/googlefonts/Lato/regular.woff") format("woff");
}

font-face {
    font-family: "Lato";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("/_hcms/googlefonts/Lato/regular.woff2") format("woff2"), url("/_hcms/googlefonts/Lato/regular.woff") format("woff");
}

font-face {
    font-family: "Lato";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("/_hcms/googlefonts/Lato/700.woff2") format("woff2"), url("/_hcms/googlefonts/Lato/700.woff") format("woff");
}

font-face {
    font-family: "Poppins";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("/_hcms/googlefonts/Poppins/500.woff2") format("woff2"), url("/_hcms/googlefonts/Poppins/500.woff") format("woff");
}

font-face {
    font-family: "Poppins";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("/_hcms/googlefonts/Poppins/regular.woff2") format("woff2"), url("/_hcms/googlefonts/Poppins/regular.woff") format("woff");
}

font-face {
    font-family: "Poppins";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("/_hcms/googlefonts/Poppins/700.woff2") format("woff2"), url("/_hcms/googlefonts/Poppins/700.woff") format("woff");
}

#hs_cos_wrapper_widget_1683834151111 {
    display: block !important;
    margin-bottom: -10px !important
}

#hs_cos_wrapper_widget_1683838664038 {
    display: block !important;
    margin-bottom: 0px !important;
    margin-top: -50px !important;
    padding-top: 20px !important
}



#hs_cos_wrapper_module_16865906747633 {
    display: block !important;
    padding-left: 0px !important;
    padding-right: 0px !important
}

#hs_cos_wrapper_module_16865907444903 {
    display: block !important;
    padding-right: 50px !important
}

#hs_cos_wrapper_module_16865909333163 {
    display: block !important;
    padding-right: 50px !important
}

#hs_cos_wrapper_module_16865909637383 {
    display: block !important;
    padding-right: 50px !important
}

#hs_cos_wrapper_module_16865910067913 {
    display: block !important;
    padding-right: 50px !important
}

#hs_cos_wrapper_module_16865910323343 {
    display: block !important;
    padding-right: 50px !important
}

#hs_cos_wrapper_module_16865912842773 {
    display: block !important;
    padding-right: 50px !important
}

#hs_cos_wrapper_module_16865913178263 {
    display: block !important;
    padding-right: 50px !important
}

#hs_cos_wrapper_module_16865913469403 {
    display: block !important;
    padding-right: 50px !important
}

#hs_cos_wrapper_module_1686591366153 {
    display: block !important;
    padding-right: 50px !important
}

#hs_cos_wrapper_dnd_area-module-2 {
    display: block !important;
    padding-right: 50px !important
}

#hs_cos_wrapper_widget_1683663363385 {
    display: block !important;
    padding-left: 50px !important;
    padding-right: 50px !important
}

#hs_cos_wrapper_footer-module-9 {
    display: block !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important
}

#hs_cos_wrapper_footer-module-11 {
    display: block !important;
    padding-left: 20px !important;
    padding-right: 20px !important
}

#hs_cos_wrapper_module_1683835579020 {
    display: block !important;
    padding-left: 20px !important;
    padding-right: 20px !important
}

#hs_cos_wrapper_widget_1683834151111 {
    display: block !important;
    margin-bottom: -10px !important
}

#hs_cos_wrapper_widget_1683838664038 {
    display: block !important;
    margin-bottom: 0px !important;
    margin-top: -50px !important;
    padding-top: 20px !important
}

#hs_cos_wrapper_module_16865906747633 {
    display: block !important;
    padding-left: 0px !important;
    padding-right: 0px !important
}

#hs_cos_wrapper_module_16865907444903 {
    display: block !important;
    padding-right: 50px !important;
    margin: 0 0 1.4rem;
}

#hs_cos_wrapper_module_16865909333163 {
    display: block !important;
    padding-right: 50px !important
}

#hs_cos_wrapper_module_16865909637383 {
    display: block !important;
    padding-right: 50px !important
}

#hs_cos_wrapper_module_16865910067913 {
    display: block !important;
    padding-right: 50px !important
}

#hs_cos_wrapper_module_16865910323343 {
    display: block !important;
    padding-right: 50px !important
}

#hs_cos_wrapper_module_16865912842773 {
    display: block !important;
    padding-right: 50px !important;
    margin: 0 0 1rem;
}

#hs_cos_wrapper_module_16865913178263 {
    display: block !important;
    padding-right: 50px !important
}

#hs_cos_wrapper_module_16865913469403 {
    display: block !important;
    padding-right: 50px !important
}

#hs_cos_wrapper_module_1686591366153 {
    display: block !important;
    padding-right: 50px !important
}

#hs_cos_wrapper_dnd_area-module-2 {
    display: block !important;
    padding-right: 50px !important
}



.header-row-0-force-full-width-section > .row-fluid {
    max-width: none !important;
}

.dnd_area-row-0-max-width-section-centering > .row-fluid {
    max-width: 1800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.dnd_area-row-1-max-width-section-centering > .row-fluid {
    max-width: 1800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.dnd_area-row-2-max-width-section-centering > .row-fluid {
    max-width: 1800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.widget_1683834151111-flexbox-positioning {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: start;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start;
}

    .widget_1683834151111-flexbox-positioning > div {
        max-width: 100%;
        flex-shrink: 0 !important;
    }

.widget_1683838664038-flexbox-positioning {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: start;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start;
}

    .widget_1683838664038-flexbox-positioning > div {
        max-width: 100%;
        flex-shrink: 0 !important;
    }

.widget_1686590849237-flexbox-positioning {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: start;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start;
}

    .widget_1686590849237-flexbox-positioning > div {
        max-width: 100%;
        flex-shrink: 0 !important;
    }

.widget_1686591221391-flexbox-positioning {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: start;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start;
}

    .widget_1686591221391-flexbox-positioning > div {
        max-width: 100%;
        flex-shrink: 0 !important;
    }

.widget_1686591487216-flexbox-positioning {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: start;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start;
}

    .widget_1686591487216-flexbox-positioning > div {
        max-width: 100%;
        flex-shrink: 0 !important;
    }

.module_16865916398373-flexbox-positioning {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: start;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start;
}

    .module_16865916398373-flexbox-positioning > div {
        max-width: 100%;
        flex-shrink: 0 !important;
    }

.widget_1683663363385-flexbox-positioning {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-align: start !important;
    -ms-flex-pack: start;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start;
}

    .widget_1683663363385-flexbox-positioning > div {
        max-width: 100%;
        flex-shrink: 0 !important;
    }

@media (min-width:768px) {
    .dnd_area-row-1-vertical-alignment > .row-fluid {
        display: -ms-flexbox !important;
        -ms-flex-direction: row;
        display: flex !important;
        flex-direction: row;
    }

    .dnd_area-row-2-vertical-alignment > .row-fluid {
        display: -ms-flexbox !important;
        -ms-flex-direction: row;
        display: flex !important;
        flex-direction: row;
    }

    .cell_1686590185500-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .cell_1686590185500-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .cell_16865901304822-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .cell_16865901304822-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .cell_1686590755761-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .cell_1686590755761-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .cell_1686590755761-row-0-vertical-alignment > .row-fluid {
        display: -ms-flexbox !important;
        -ms-flex-direction: row;
        display: flex !important;
        flex-direction: row;
    }

    .cell_1686590755761-row-1-vertical-alignment > .row-fluid {
        display: -ms-flexbox !important;
        -ms-flex-direction: row;
        display: flex !important;
        flex-direction: row;
    }

    .cell_1686590755761-row-4-vertical-alignment > .row-fluid {
        display: -ms-flexbox !important;
        -ms-flex-direction: row;
        display: flex !important;
        flex-direction: row;
    }

    .cell_1686590755761-row-5-vertical-alignment > .row-fluid {
        display: -ms-flexbox !important;
        -ms-flex-direction: row;
        display: flex !important;
        flex-direction: row;
    }

    .cell_1686590755761-row-8-vertical-alignment > .row-fluid {
        display: -ms-flexbox !important;
        -ms-flex-direction: row;
        display: flex !important;
        flex-direction: row;
    }

    .cell_1686591721698-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .cell_1686591721698-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .cell_16865908495222-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .cell_16865908495222-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .cell_1686590849521-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .cell_1686590849521-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .cell_16865919296612-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .cell_16865919296612-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .cell_1686591929660-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .cell_1686591929660-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .cell_1686591221685-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .cell_1686591221685-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .cell_1686591487491-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .cell_1686591487491-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .cell_1686591487490-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .cell_1686591487490-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .cell_1686591721697-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        justify-content: center !important;
    }



    .footer-column-1-row-2-vertical-alignment > .row-fluid {
        display: -ms-flexbox !important;
        -ms-flex-direction: row;
        display: flex !important;
        flex-direction: row;
    }

    .footer-column-8-row-0-vertical-alignment > .row-fluid {
        display: -ms-flexbox !important;
        -ms-flex-direction: row;
        display: flex !important;
        flex-direction: row;
    }

    .cell_16837363419033-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .cell_16837363419033-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .cell_1683736341903-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .cell_1683736341903-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .cell_1683835612890-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .cell_1683835612890-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .cell_1683835612888-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .cell_1683835612888-vertical-alignment > div {
            flex-shrink: 0 !important;
        }
}

.header-row-0-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.dnd_area-row-0-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.dnd_area-row-0-background-layers {
    background-image: linear-gradient(rgba(36, 32, 91, 1), rgba(36, 32, 91, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.dnd_area-row-1-padding {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.dnd_area-row-1-background-layers {
    background-image: linear-gradient(rgba(36, 32, 91, 1), rgba(36, 32, 91, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.dnd_area-row-2-padding {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.dnd_area-row-2-background-layers {
    background-image: linear-gradient(rgba(250, 250, 250, 1), rgba(250, 250, 250, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.footer-row-0-padding {
    padding-top: 48px !important;
    padding-bottom: 10px !important;
}

.footer-row-0-background-layers {
    background-image: url('https://26633121.fs1.hubspotusercontent-eu1.net/hub/26633121/hubfs/3_Footer/footer-01.png?width=2000&height=836.7908022994252') !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.footer-column-1-row-0-padding {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.footer-column-8-margin {
    margin-bottom: 20px !important;
}

.cell_16837363419033-padding {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.footer-column-6-margin {
    margin-bottom: 20px !important;
}

@media (max-width: 767px) {
    .widget_1683838664038-hidden {
        display: none !important;
    }

    .module_16865916398373-hidden {
        display: none !important;
    }
}




#hs_cos_wrapper_header-module-1 .header__top {
    background-color: rgba(255,255,255,1.0);
}

#hs_cos_wrapper_header-module-1 .header__language-switcher-current-label > span {
}

#hs_cos_wrapper_header-module-1 .header__language-switcher:hover .header__language-switcher-current-label > span,
#hs_cos_wrapper_header-module-1 .header__language-switcher:focus .header__language-switcher-current-label > span {
}

#hs_cos_wrapper_header-module-1 .header__language-switcher .lang_list_class li {
    background-color: rgba(255,255,255,1.0);
}

#hs_cos_wrapper_header-module-1 .header__language-switcher .lang_list_class a:hover,
#hs_cos_wrapper_header-module-1 .header__language-switcher .lang_list_class a:focus {
    background-color: rgba(255,255,255,1.0);
}

#hs_cos_wrapper_header-module-1 .header__language-switcher .lang_list_class a:active {
}

#hs_cos_wrapper_header-module-1 .header__menu-link {
    color: #24205b;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

#hs_cos_wrapper_header-module-1 .header__menu-item--depth-1 > .header__menu-child-toggle svg {
    fill: #24205b;
}

#hs_cos_wrapper_header-module-1 .header__menu-item--depth-1 > .header__menu-link:hover,
#hs_cos_wrapper_header-module-1 .header__menu-item--depth-1 > .header__menu-link:focus {
    color: #eab531;
    font-style: normal;
    font-weight: bold;
    text-decoration: underline;
}

#hs_cos_wrapper_header-module-1 .header__menu-item--depth-1 > .header__menu-link:active {
    font-style: normal;
    font-weight: bold;
    text-decoration: underline;
    color: #ffff81;
}

#hs_cos_wrapper_header-module-1 .header__menu-item--depth-1 > .header__menu-link--active-link {
    color: #92374d;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

#hs_cos_wrapper_header-module-1 .header__menu-submenu {
    background-color: rgba(255,255,255,1.0);
}

    #hs_cos_wrapper_header-module-1 .header__menu-submenu .header__menu-link:hover,
    #hs_cos_wrapper_header-module-1 .header__menu-submenu .header__menu-link:focus {
        background-color: rgba(255,255,255,1.0);
    }

#hs_cos_wrapper_header-module-1 .button {
    border: 3px solid #92374d;
    border-radius: 30px;
    color: #FFFFFF;
    font-family: Lato,sans-serif;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
}

    #hs_cos_wrapper_header-module-1 .button:hover,
    #hs_cos_wrapper_header-module-1 .button:focus {
        color: #FFFFFF;
        font-family: Lato,sans-serif;
        font-style: normal;
        font-weight: 700;
        text-decoration: none;
    }

    #hs_cos_wrapper_header-module-1 .button:active {
        color: #FFFFFF;
        font-family: Lato,sans-serif;
        font-style: normal;
        font-weight: 700;
        text-decoration: none;
    }


@media only screen and (max-width: 600px) {
    .widget-type-custom_widget a {
        line-height: 2
    }
}


/* media-css */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }


    @media only screen and (max-width:991.98px) {
        h4.width-para {
            width: max-content;
        }
    }

    .close-icon {
        font-size: 2rem;
        font-weight: bold;
        position: absolute;
        top: 0;
        color: #000;
        z-index: 9999;
        left: -43px;
        color: #24205b;
        z-index: 9999;
        font-size: 35px !IMPORTANT;
        font-weight: 900 !IMPORTANT;
    }

    .navbar-toggler-icon {
        display: inline-block;
    }

    .dropdown-menu {
        display: none;
        padding-left: 1.5rem;
        transition: all 0.3s ease;
    }

        .dropdown-menu.show {
            display: block;
        }

    .fa-chevron-down {
        transition: transform 0.3s ease;
    }

        .fa-chevron-down.rotated {
            transform: rotate(180deg);
        }

    .dropdown-menu {
        display: none;
    }

        .dropdown-menu.show {
            display: block;
        }

    .fa-chevron-down.rotated {
        transform: rotate(180deg);
    }

    .custom-dropdown {
        display: none;
        list-style: none;
        padding-left: 0;
        margin-top: 0.5rem;
    }

        .custom-dropdown.dropdown-open {
            display: block;
        }

    .rotate-icon {
        transition: transform 0.3s ease;
    }

        .rotate-icon.rotated {
            transform: rotate(180deg);
        }
}

@media only screen and (max-width:767.98px) {
    .support-and-passion .content h2 {
        font-size: 30px;
        padding-top: 20px;
    }

    .testimonials-page.testimonial-outer .testimonials-flex {
        flex-direction: column;
    }

    .testimonials-page.testimonials-pink .testimonials-flex {
        flex-direction: column;
    }



    .faq-flex {
        flex-direction: column;
    }

    .faqs-btns-explore.row.d-flex.justify-content-between {
        display: flex;
        flex-direction: column;
    }

    .left-image.col-6 {
        max-width: unset !IMPORTANT;
        width: 100%;
    }

    .testimonials-flex.testimonial-inner {
        flex-direction: column;
    }

    .image.col-3 {
        max-width: 100% !important;
        width: 700px;
    }

    img.testimonial-img.aos-init.aos-animate {
        max-width: max-content;
    }

    .swiper-button-prev {
        left: 0 !important;
    }

    .swiper-button-next {
        right: 0 !important;
    }



    .inner-work.i-w-inner {
        display: flex;
        flex-direction: column-reverse;
    }

    .i-w-inner1 {
        display: flex;
        flex-direction: column-reverse;
    }

    .i-w-inner2 {
        display: flex !important;
        flex-direction: column-reverse;
    }
    /*    .box-content {
        padding: 10px 10px 0px 10px;
    }*/
    .home-slider .swiper-slide img {
        width: 100%;
    }

    .life-at-tykans .content h2 {
        font-size: 36px;
    }

    .life-at-tykans .content h3 {
        font-size: 28px;
    }

    .support-and-passion .content h3 {
        line-height: 1.25;
        font-weight: normal;
        font-size: 24px;
        margin: 0 0 1rem;
    }

    .we-love-you .content h2 {
        font-size: 40px;
    }

    .we-love-you .content h3 {
        font-size: 24px;
    }

    .inner-stories h2 {
        font-size: 30px;
    }

    .inner-stories h3 {
        font-size: 24px;
    }

    .Ideas-made .inner-work .content {
        margin-left: 0px;
        padding-left: 0px;
    }

    .Ideas-made .content h1 {
        font-size: 40px;
        padding-top: 20px;
    }

    .Ideas-made {
        padding: 50px 20px 50px 20px;
    }

    .work-together,
    .success-stories {
        padding: 60px 20px 50px 20px;
    }



    .support-and-passion .inner-work .content {
        padding-left: 0px;
    }

    .inner-flex-image img {
        height: auto;
        width: inherit;
    }

    .rights-and-responsibilities .inner-rights {
        display: grid;
    }

    .inner-flex-image {
        width: 100%;
        text-align: -webkit-center;
        margin-left: 0px;
    }

    .rights-and-responsibilities .inner-rights .content {
        width: 100%;
        margin-left: 0px;
    }

    .rights-and-responsibilities .flex-content {
        display: grid;
        padding-right: 0px;
    }

        .rights-and-responsibilities .flex-content .inner-flex {
            width: 100%;
        }

    .rights-and-responsibilities .inner-rights .image {
        width: 100%;
        margin-bottom: 24px;
    }

    .tykans-software-terms-of-use {
        padding: 60px 30px 50px 30px;
    }

        .tykans-software-terms-of-use .content h1 {
            font-size: 24px;
        }

        .tykans-software-terms-of-use .content h2 {
            font-size: 30px;
        }

        .tykans-software-terms-of-use .content .topics {
            font-size: 34px;
        }

        .tykans-software-terms-of-use img {
            width: 125px;
            height: 125px;
            object-fit: cover;
        }

        .tykans-software-terms-of-use .image {
            text-align: center;
            margin-top: 24px;
        }

    .geocon23-contact .contact-form h2 {
        font-size: 24px;
    }

    .job-application .rich-text ul {
        line-height: normal;
        font-size: 16px;
    }

    .job-application {
        padding: 32px 20px;
    }

    .app-top-heading h2 {
        font-size: 30px;
    }

    .amplify-your-contact .inner-work .image img {
        width: 100%;
        height: auto;
    }

    .amplify-your-contact .inner-work .image {
        width: 100%;
        margin-bottom: 30px;
    }

    .amplify-your-contact .inner-work .content {
        width: 100%;
        padding: 0px;
    }

    .how-it-works .form-main .contact-form {
        width: 100%;
        margin: 0px;
    }

    .unitybrochurerequest-ideas h2 {
        font-size: 24px;
    }

    .request-unity h1 {
        line-height: 1.2;
        font-size: 44px;
    }


    .form-image {
        width: 100%;
        margin-top: 30px;
        padding: 0px;
    }

    .form-main {
        display: grid;
        padding-top: 0px;
    }

    .form-top {
        display: grid;
    }

        .form-top .content {
            width: 100%;
            margin-left: 0px;
        }

            .form-top .content p {
                padding: 0px;
                padding-top: 20px;
            }

    .what-we-can .headings h2 {
        font-size: 40px;
    }

    .what-we-can .headings h3 {
        font-size: 26px;
    }

    .geocon23-about .image img {
        width: 100%;
        height: AUTO;
    }

    .geocon23-contact .inner-form {
        padding: 25PX;
    }

    .form-top .image img {
        width: 100%;
        height: auto;
    }

    .column-width {
        display: grid;
        gap: 0px;
    }

        .column-width > div {
            width: 100%;
        }

    .form-top .image {
        width: 100%;
        height: auto;
        margin: 0px;
    }

    .stampede23-about {
        padding: 30px 30px 30px 30px;
    }

        .stampede23-about .image img,
        .see-you-there .image img {
            width: 100%;
            height: auto;
        }

    .see-you-there .inner-work .content {
        margin-left: 0px;
        width: auto;
    }

    .holidays23 h1 span {
        font-size: 42px;
    }

    .inner-location {
        display: grid;
    }

    .holidays23 h2 span {
        font-size: 38px;
    }

    .map {
        width: auto;
    }

    .agenda {
        width: 100%;
        min-height: auto;
        min-width: fit-content;
    }

    .holidays23 {
        padding: 80px 30px 80px 30px;
    }

    .location.bg-light {
        padding: 50px 0px;
    }

    iframe {
        width: 100%;
    }

    .Challenges h1 {
        font-size: 44px;
        line-height: 1.3;
    }

    .Challenges h2 {
        font-weight: 400;
        margin: 0 0 1.4rem;
        line-height: 1.4;
        font-size: 30px;
    }

    .Challenges {
        height: auto;
    }

    .guest-speaker .inner-work .content {
        padding-right: 0px;
    }

    .map h2 {
        margin: 1.4rem 0 1.2rem;
        font-size: 30px;
    }

    .guest-speaker img {
        width: 100%;
        height: auto;
    }

    .holidays23-about .inner-work .content {
        width: auto;
    }

    .need-ride {
        margin-inline: 15px;
    }

    .holidays23-about .need-ride h2 {
        font-size: 34px;
    }

    .holidays23-about .inner-work .image {
        width: auto;
        margin-left: 0px;
    }

    .see-you-soon {
        padding: 50px 30px 30px;
    }

        .see-you-soon .content h2 {
            text-align: center;
            font-size: 40px;
        }

    .viva-la .inner-work .content {
        padding: 0px;
    }

    .life-at-tykans-about .double-btns button {
        width: 100%;
    }

    .tykans-Inclusive .content {
        padding: 0px;
        width: auto;
        margin-left: 0px;
    }

    .life-at-tykans-about .double-btns button {
        margin-bottom: 0px;
    }

    .life-at-tykans-about .double-btns {
        display: grid;
        gap: 0px;
    }

    .tour .content h2 {
        font-size: 24px;
    }

    .three-btns .inner-btns {
        display: grid;
        justify-content: center;
        gap: 20px;
    }

    .ideas-pade-possible {
        padding: 35px 0px;
    }

    .inner-testi h2 {
        font-size: 38px;
    }

    .navbar .nav-link:before {
        display: none;
    }

    .inner-contact .Explore-btns {
        justify-content: center;
        gap: 20px;
        margin-top: 0px;
    }

    .navbar-toggler-icon {
        width: 2em;
        background-image: var(--bs-navbar-toggler-icon-bg);
    }

    .inner-work {
        display: grid;
    }

    .image.aos-init.aos-animate.image-news {
        margin: unset;
    }

    .inner-work .content {
        width: auto;
    }

    .inner-work .image {
        width: auto;
    }

    .container-fluid {
        padding: 0px;
    }

    .work-together .image {
        display: none;
    }

    .cards {
        display: block;
    }

    .image-box {
        width: auto;
    }

    .life-at-tykans .inner-work .content {
        width: auto;
        padding-right: 0px;
    }

    .life-at-tykans .inner-work .image {
        width: auto;
    }

    .Explore-btns {
        display: grid;
        gap: 20px;
    }

    .we-love-you .inner-work .content {
        padding-right: 0px;
    }

    .we-love-you .inner-work .image {
        margin-left: 0px;
        padding-right: 0px;
    }

    .testimonal-slider img {
        object-fit: fill;
    }

    .inner-footer {
        display: grid;
    }

        .inner-footer .logo {
            width: auto;
        }

        .inner-footer .menu,
        .inner-footer .center-menu {
            width: auto;
            margin-left: 0px;
        }

    .support-before {
        display: none;
    }

    /*    .services-hero-banner {
        min-height: 150px;
    }
*/
    .width-auto {
        width: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-left: 0px;
    }

    .migrate .content {
        padding-left: 0px;
    }

    .Integrate .content, .Automate .content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .migrate h2 {
        font-size: 40px;
    }

    .migrate button {
        padding: 16px 30px;
        font-size: 19px;
    }

    .migrate .inner-work .image {
        width: auto;
    }

    .Want-to-join {
        padding: 40px 40px;
    }

    .inner-join h2 {
        font-size: 30px;
    }

    .Want-to-join {
        padding-top: 40px;
    }

        .Want-to-join .inner-work .content {
            width: auto;
        }

        .Want-to-join .content h4 {
            font-size: 20px;
        }


    .awesome-reasons .image-box {
        width: auto;
        padding: 0px;
    }

    .we-re-looking .inner-work .content {
        padding-left: 0px;
        margin-left: 0px;
    }

    .migrate h3 {
        font-size: 28px;
    }

    .testi-monal-faq .image-box {
        width: auto;
    }

    .testi-monal-faq button {
        margin-bottom: 12px;
    }

    .Want-to-join .inner-work img {
        width: auto;
        margin-bottom: 0px;
        padding-right: 0px;
    }

    .news-tykans .image {
        padding-top: 30px;
    }

        .news-tykans .image img {
            width: 100%;
        }

    .news-blogs .card-flex {
        width: 100%;
    }

    .news-blogs .card-content h3 {
        font-size: 24px;
    }

    .formul-image {
        display: none;
    }

    .about-us .inner-work {
        display: block;
    }

    .about-us .counter-box {
        padding-top: 50px;
        display: block;
    }

    .about-us .image {
        padding-top: 30px;
    }

    .formula-box .box {
        width: auto;
    }

    .formula-box {
        display: block;
    }

    .counter-last {
        padding-bottom: 20px;
    }

    .counter-box .counter {
        width: auto;
    }

    .people-about .content {
        padding-top: 20px;
    }

    .people-about .inner-work .image {
        padding-left: 0px;
        padding-top: 0px;
    }

    .our-leadership .team {
        display: block;
        width: auto;
    }

    .member-image, .member-post {
        width: auto;
    }

        .member-image img {
            display: none;
        }

    .number-box-main {
        display: grid;
    }

    .number-box {
        width: auto;
    }

    .our-leadership {
        padding-bottom: 30px;
    }

    .number-btns > div {
        width: auto;
    }

    .number-btns {
        display: block;
    }

    .collaborating-images {
        display: block;
    }

        .collaborating-images .image {
            width: auto;
        }

            .collaborating-images .image img {
                object-fit: scale-down;
            }

    .contact-us-banner .inner-work .content {
        width: auto;
    }

    .contact-us-banner .inner-work .image {
        width: auto;
        margin-left: 0px;
    }

    .contact-form {
        padding: 30px;
    }

    .geocon23 h1 {
        font-size: 42px;
    }

    .geocon23 {
        height: auto;
    }

    .rich-text ul {
        align-items: baseline;
        line-height: 20px;
    }

    .inner-find-us .content {
        width: auto;
        margin-left: 0px;
        padding-left: 0px;
    }

    .inner-find-us .image {
        width: auto;
    }

    .inner-find-us {
        display: block;
    }

    .address-info {
        display: block;
    }

    .addres, .contact {
        width: auto;
    }

    .find-us-online {
        padding: 60px 30px 60px 30px;
    }

        .find-us-online .content h2 {
            padding-bottom: 50px;
        }

    .support-about {
        padding: 30px 30px 30px 30px;
    }

        .support-about .inner-work .image {
            padding-left: 0px;
        }

    .solutions-made-possible h1 {
        font-size: 36px;
    }

    /*    .support-migrate img,
    .support-Integrate img,
    .support-Training img,
    .Quick-Seamless img {
        display: none;
    }*/

    .support-migrate .content,
    .Quick-Seamless .content {
        padding-top: 0px;
    }

    .support-migrate, .support-Integrate,
    .support-Training {
        padding: 15px 40px;
    }

    .support-testimonal .testi-monal {
        padding: 60px 30px 20px 30px;
    }

    .tykans-tesimonal .image {
        width: auto;
        padding: 0px;
    }

    .tykans-tesi-main {
        display: grid;
    }

    .tykans-tesimonal .content {
        width: auto;
        margin-left: 0px;
    }

    .tykans-tesi-main .content h2 {
        font-size: 24px;
        margin-top: 20px;
    }

    .tykans-tesi-main .double-btns {
        display: grid;
        gap: 0px;
    }

    .double-btns a:nth-child(2) button {
        margin-top: 20px;
    }

    .support-testimonal .inner-testi {
        padding: 0px 0px;
    }

    .inner-contact h1 {
        font-size: 36px;
    }

    .tykans-tesi-main .double-btns button {
        width: 100%;
    }

    .support-contact .contact-form {
        width: auto;
        margin: 0px;
        margin-top: 20px;
    }

    .testimonal-slider .top-heading h2 {
        font-size: 28px;
    }



    .support-contact .inner-support {
        display: block;
    }

    .contact-image {
        margin-top: 40px;
        width: auto;
    }

    .support-about button {
        padding: 12px 40px;
        margin-bottom: 20px;
    }

    .energycocktails23 {
        min-height: 125px;
    }

    .inner-energy h2 {
        font-size: 38px;
    }
}









@media only screen and (min-width: 767.98px) and (max-width: 1024.98px) {
    .navbar .nav-link {
        line-height: 30px;
    }

    .rights-and-responsibilities .flex-content {
        padding-right: 0px;
    }

    iframe {
        width: 100%;
    }

    .form-top {
        display: grid;
    }

    .geocon23-about .inner-work .content {
        padding-right: 0px;
    }

    .products-success-stories .box-content {
        padding: 0px;
        padding-top: 20px;
    }

    .form-top .content {
        width: 100%;
        margin-left: 0px;
    }

        .form-top .content p {
            padding: 0px;
            padding-top: 20px;
        }

    .what-we-can .headings h2 {
        font-size: 40px;
    }

    .what-we-can .headings h3 {
        font-size: 26px;
    }

    .geocon23-about .image img {
        width: 100%;
        height: AUTO;
    }

    .geocon23-contact .inner-form {
        padding: 25PX;
    }

    .form-top .image img {
        width: 100%;
        height: auto;
    }

    .column-width {
        display: block;
        gap: 0px;
    }

    .what-we-can {
        padding-bottom: 30px;
    }

    .column-width > div {
        width: 100%;
    }

    .form-top .image {
        width: 100%;
        height: auto;
        margin: 0px;
    }

    .stampede23-about .image img,
    .see-you-there .image img {
        width: 100%;
        height: auto;
    }

    .see-you-there {
        padding: 50px;
    }

    .Challenges {
        height: auto;
    }

    .guest-speaker .inner-work .content {
        padding-right: 0px;
    }

    .Challenges h1 {
        font-size: 54px;
    }

    .guest-speaker img {
        width: 100%;
        height: AUTO;
    }

    .Challenges h2 {
        margin: 0 0 1.4rem;
        font-size: 38px;
    }

    .agenda {
        min-width: 276px;
    }

    .location {
        padding: 50px 0px;
    }

    .inner-energy h2 {
        font-size: 36px;
    }

    .energycocktails23 {
        min-height: 291px;
    }

    .map h2 {
        font-size: 34px;
    }

    .about-us .inner-work {
        align-items: initial;
    }

    .support-about button {
        margin-bottom: 0px;
    }

    .support-about .inner-work .image {
        padding-left: 50px;
    }

    .about-us .support-before {
        transform: translate(-20%, -45%);
        width: 30%;
    }

    .navbar .nav-link:before {
        display: none;
    }

    .support-before {
        transform: translate(-100%, 50%);
    }

    /*    .services-hero-banner {
        min-height: 350px;
    }*/

    .width-auto {
        margin-left: 0px;
        padding-left: 0px;
    }

    .life-at-tykans-about .inner-work .image {
        padding-left: 0px;
    }

    .support-migrate h2, .support-Integrate h2 {
        font-size: 44px;
    }

    .migrate h3 {
        font-size: 24px;
    }

    .tykans-Inclusive .content {
        padding: 50px 0px 0px 0px;
        margin-left: 0px;
    }

    .tykans-Inclusive .inner-work .image {
        padding: 0px 25px 0px 0px;
    }

    .tykans-family .content {
        padding: 0px 0px 25px 25px;
    }

    .viva-la .inner-work .content {
        padding: 0px 0px 0px 0px !important;
    }

    .tykans-tesi-main h2 {
        font-size: 24px;
    }

    .tykans-tesimonal .image {
        padding: 0px 0px 0px 0px;
    }

    .tykans-tesi-main .double-btns button {
        margin-top: 35px;
    }

    .inner-footer .logo {
        margin: 0px 0px;
    }

    .social-media-icon {
        width: auto;
        margin-left: 0px;
    }
}

.span1 {
    width: 26px;
    height: 5px;
    background: #24205b;
    margin: 5px 0;
    border-radius: 1px;
}


@media only screen and (max-width:576px) {
    .content2 {
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 30px !important;
    }

    li.faq-list {
        margin-left: 3rem;
    }
}



@media only screen and (max-width:991px) {
    .amplify-your-contact .inner-work .image img {
        width: 100%;
        height: auto;
    }

    .rights-and-responsibilities .inner-rights {
        display: grid;
    }

    .inner-flex-image {
        width: 100%;
        text-align: -webkit-center;
        margin-left: 0px;
    }

    .rights-and-responsibilities .inner-rights .content {
        width: 100%;
        margin-left: 0px;
    }

    .rights-and-responsibilities .flex-content {
        display: grid;
        padding-right: 0px;
    }

        .rights-and-responsibilities .flex-content .inner-flex {
            width: 100%;
        }

    .rights-and-responsibilities .inner-rights .image {
        display: none;
    }

    section.tykans-software-terms-of-use.bg-blue.Innovative-communication .image {
        display: none;
    }

    .tykans-software-terms-of-use {
        padding: 60px 30px 50px 30px;
    }

        .tykans-software-terms-of-use .content h1 {
            font-size: 24px;
        }

        .tykans-software-terms-of-use .content h2 {
            font-size: 30px;
        }

        .tykans-software-terms-of-use .content .topics {
            font-size: 34px;
        }

        .tykans-software-terms-of-use img {
            width: 125px;
            height: 125px;
            object-fit: cover;
        }

        .tykans-software-terms-of-use .image {
            text-align: center;
            margin-top: 24px;
        }

    .amplify-your-contact .inner-work .image {
        width: 100%;
        margin-bottom: 30px;
    }

    .amplify-your-contact .inner-work .content {
        width: 100%;
        padding: 0px;
    }
}


.software-terms-top a {
    color: #eab531;
    font-size: 18px;
}

.faq-heading-blue {
    background-color: #24205b !important;
    background-image: none !important;
    border-color: #EEEEEE !important;
    border-radius: 300px !important;
    border-style: solid !important;
    color: #FFFFFF !important;
    display: block !important;
    font-size: 28px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 30px !important;
    padding-top: 20px !important;
    text-align: left !important;
}

.a-btn-faq button {
    background-color: rgba(146, 55, 77, 1.0);
    border: 3px solid #cfa6a5;
    border-radius: 30px;
    width: auto;
    margin-top: 35px;
    margin-bottom: 20px;
    padding-top: 12px;
    padding-right: 30px;
    padding-bottom: 12px;
    padding-left: 30px;
}



    .a-btn-faq button:hover {
        background-color: rgba(234, 216, 215, 1.0);
        color: #92374d;
        font-style: normal;
        font-weight: bold;
        text-decoration: none;
    }

.main-p p {
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 0cm;
    padding-left: 36pt;
}

.main-p div {
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 0cm;
    padding-left: 36pt;
}

    .main-p div a {
        color: #eab531;
        font-size: 24px;
    }

.main-p div {
    font-size: 24px;
}

.faq-main .content {
    padding-bottom: 30px !important;
    padding-left: 60px !important;
    padding-right: 0px !important;
    padding-top: 30px !important;
}

.faq-main .inner-p p:nth-of-type(1) {
    text-align: left;
    line-height: 1.25;
    padding-left: 40px;
    margin: 0 0 1.4rem;
    font-size: 18px;
    width: 99%;
    font-weight: normal;
}

.faq-main .inner-p p:nth-of-type(2) {
    text-align: left;
    line-height: 1.25;
    padding-left: 40px;
    margin: 0 0 1.4rem;
    font-size: 18px;
    width: 99%;
    font-weight: normal;
}

.faq-main .content ul li:nth-of-type(1) {
    list-style: square;
    /* margin: 1.4rem 0; */
    margin-left: 5.5rem;
    margin-bottom: .7rem;
    text-align: left;
    line-height: 1.25;
    color: #000000;
    font-size: 18px;
    width: 88%;
}

.faq-main .content ul li:nth-of-type(2) {
    list-style: square;
    /* margin: 1.4rem 0; */
    margin-left: 5.5rem;
    margin-bottom: .7rem;
    text-align: left;
    line-height: 1.25;
    color: #000000;
    font-size: 18px;
    width: 88%;
}

.faq-main .content ul li a {
    color: #92374d;
    text-decoration: underline;
}

.faq-main .faqs-btns-explore {
    background-image: linear-gradient(rgba(238, 238, 238, 1), rgba(238, 238, 238, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    max-width: 1100px;
    margin: auto;
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}

.row-fluid-wrapper.row-depth-1.row-number-7.dnd-row {
    width: 80%;
}

h2.software-heading {
    font-size: 44px;
    margin: 1.4rem 0 1.4rem;
}

span.software-heading {
    font-size: 44px;
}

.faq-heading.faq-blue {
    background-color: #24205b !important;
    background-image: none !important;
    border-color: #EEEEEE !important;
    border-radius: 300px !important;
    border-style: solid !important;
    color: #FFFFFF !important;
    display: block !important;
    font-size: 28px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 30px !important;
    padding-top: 20px !important;
    text-align: left !important;
}

.span12.widget-span.widget-type-custom_widget.module_16865916398373-flexbox-positioning.module_16865916398373-hidden.dnd-module {
    margin-top: 374px;
    margin-right: 30px;
}

a.privacy-link {
    font-weight: normal;
    text-decoration: none;
    font-family: Lato, sans-serif;
    font-style: normal;
    color: #eab531;
}

    a.privacy-link:hover {
        font-weight: normal;
        text-decoration: underline;
        font-family: Lato, sans-serif;
        font-style: normal;
        color: #9a00ff;
    }

img.image-tag-top {
    width: 297px !important;
}

.p-tag-inner h2 {
    width: 99%;
}

section.elevate-your-contact {
    background-image: linear-gradient(rgba(250, 250, 250, 1), rgba(250, 250, 250, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

section.our-partners.what-we-can.products-success-stories {
    background-image: linear-gradient(rgba(241, 231, 231, 1), rgba(241, 231, 231, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

span.tykan-link-hover:hover {
    font-weight: normal !important;
    text-decoration: underline !important;
    font-family: Lato, sans-serif !important;
    font-style: normal !important;
    color: #9a00ff !important;
}

span.cocktail-para2 {
    font-weight: bold;
}

#hs_cos_wrapper_dnd_area-module-9 {
    display: block !important;
    padding-right: 35px !important
}

#hs_cos_wrapper_module_168392188040712 {
    display: block !important;
    padding-left: 10px !important;
    padding-right: 10px !important
}

#hs_cos_wrapper_module_168392188040713 {
    display: block !important;
    padding-left: 10px !important;
    padding-right: 10px !important
}

#hs_cos_wrapper_module_168392188040714 {
    display: block !important;
    padding-left: 10px !important;
    padding-right: 10px !important
}

#hs_cos_wrapper_module_168392188040715 {
    display: block !important;
    padding-left: 10px !important;
    padding-right: 10px !important
}

#hs_cos_wrapper_module_168392188040716 {
    display: block !important;
    padding-left: 20px !important;
    padding-right: 0px !important;
    padding-top: 20px !important
}

#hs_cos_wrapper_module_168392188040717 {
    display: block !important;
    padding-left: 20px !important;
    padding-right: 0px !important;
    padding-top: 20px !important
}

#hs_cos_wrapper_module_168392188040718 {
    display: block !important;
    padding-left: 20px !important;
    padding-right: 0px !important;
    padding-top: 20px !important
}

#hs_cos_wrapper_module_168392188040721 {
    display: block !important;
    padding-left: 20px !important;
    padding-right: 0px !important;
    padding-top: 20px !important
}

#hs_cos_wrapper_module_16838290276338 {
    display: block !important;
    padding-bottom: 50px !important
}

#hs_cos_wrapper_widget_1684256720678 {
    display: block !important;
    padding-top: 50px !important
}

#hs_cos_wrapper_dnd_area-module-5 {
    display: block !important;
    padding-top: 50px !important
}

#hs_cos_wrapper_dnd_area-module-2 {
    display: block !important;
    padding-bottom: 0px !important;
    padding-left: 50px !important;
    padding-top: 177px !important
}

#hs_cos_wrapper_widget_1686606008516 {
    display: block !important;
    padding-top: 30px !important
}

#hs_cos_wrapper_widget_1683663363385 {
    display: block !important;
    padding-left: 50px !important;
    padding-right: 50px !important
}

#hs_cos_wrapper_footer-module-9 {
    display: block !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important
}

#hs_cos_wrapper_footer-module-11 {
    display: block !important;
    padding-left: 20px !important;
    padding-right: 20px !important
}

#hs_cos_wrapper_module_1683835579020 {
    display: block !important;
    padding-left: 20px !important;
    padding-right: 20px !important
}

#hs_cos_wrapper_dnd_area-module-9 {
    display: block !important;
    padding-right: 35px !important
}

#hs_cos_wrapper_module_168392188040715 {
    display: block !important;
    padding-left: 10px !important;
    padding-right: 10px !important
}

#hs_cos_wrapper_module_168392188040714 {
    display: block !important;
    padding-left: 10px !important;
    padding-right: 10px !important
}

#hs_cos_wrapper_module_168392188040713 {
    display: block !important;
    padding-left: 10px !important;
    padding-right: 10px !important
}

#hs_cos_wrapper_module_168392188040712 {
    display: block !important;
    padding-left: 10px !important;
    padding-right: 10px !important
}

#hs_cos_wrapper_module_168392188040721 {
    display: block !important;
    padding-left: 89px !important;
    padding-right: 0px !important;
    padding-top: 20px !important
}

#hs_cos_wrapper_module_168392188040718 {
    display: block !important;
    padding-left: 60px !important;
    padding-right: 0px !important;
    padding-top: 20px !important
}

#hs_cos_wrapper_module_168392188040717 {
    display: block !important;
    padding-left: 50px !important;
    padding-right: 0px !important;
    padding-top: 20px !important
}

#hs_cos_wrapper_module_168392188040716 {
    display: block !important;
    padding-left: 26px !important;
    padding-right: 0px !important;
    padding-top: 20px !important
}

#hs_cos_wrapper_widget_1684256720678 {
    display: block !important;
    padding-top: 50px !important
}

#hs_cos_wrapper_module_16838290276338 {
    display: block !important;
    padding-bottom: 50px !important
}

#hs_cos_wrapper_dnd_area-module-2 {
    display: block !important;
    padding-bottom: 0px !important;
    padding-left: 50px !important;
    padding-top: 177px !important
}

#hs_cos_wrapper_dnd_area-module-5 {
    display: block !important;
    padding-top: 50px !important
}

#hs_cos_wrapper_widget_1686606008516 {
    display: block !important;
    padding-top: 30px !important
}

.header-row-0-force-full-width-section > .row-fluid {
    max-width: none !important;
}

.dnd_area-row-0-force-full-width-section > .row-fluid {
    max-width: none !important;
}

.dnd_area-row-1-max-width-section-centering > .row-fluid {
    max-width: 1800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.dnd_area-row-2-max-width-section-centering > .row-fluid {
    max-width: 1800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.dnd_area-row-3-max-width-section-centering > .row-fluid {
    max-width: 1800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.dnd_area-row-4-force-full-width-section > .row-fluid {
    max-width: none !important;
}

.dnd_area-row-5-max-width-section-centering > .row-fluid {
    max-width: 1800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.dnd_area-row-6-max-width-section-centering > .row-fluid {
    max-width: 1800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.dnd_area-row-7-max-width-section-centering > .row-fluid {
    max-width: 1800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.widget_1683911077069-flexbox-positioning {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: start;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start;
}

    .widget_1683911077069-flexbox-positioning > div {
        max-width: 100%;
        flex-shrink: 0 !important;
    }

.widget_1686937581759-flexbox-positioning {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: start;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start;
}

    .widget_1686937581759-flexbox-positioning > div {
        max-width: 100%;
        flex-shrink: 0 !important;
    }

.module_168392188040715-flexbox-positioning {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: start;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start;
}

    .module_168392188040715-flexbox-positioning > div {
        max-width: 100%;
        flex-shrink: 0 !important;
    }

.module_168392188040714-flexbox-positioning {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: start;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start;
}

    .module_168392188040714-flexbox-positioning > div {
        max-width: 100%;
        flex-shrink: 0 !important;
    }

.module_168392188040713-flexbox-positioning {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: start;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start;
}

    .module_168392188040713-flexbox-positioning > div {
        max-width: 100%;
        flex-shrink: 0 !important;
    }

.module_168392188040712-flexbox-positioning {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: start;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start;
}

    .module_168392188040712-flexbox-positioning > div {
        max-width: 100%;
        flex-shrink: 0 !important;
    }

.dnd_area-module-5-flexbox-positioning {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: start;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start;
}

    .dnd_area-module-5-flexbox-positioning > div {
        max-width: 100%;
        flex-shrink: 0 !important;
    }

.widget_1686606008516-flexbox-positioning {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: start;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start;
}

    .widget_1686606008516-flexbox-positioning > div {
        max-width: 100%;
        flex-shrink: 0 !important;
    }

.widget_1683663363385-flexbox-positioning {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-align: start !important;
    -ms-flex-pack: start;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start;
}

    .widget_1683663363385-flexbox-positioning > div {
        max-width: 100%;
        flex-shrink: 0 !important;
    }

@media (min-width:768px) {
    .dnd_area-row-2-vertical-alignment > .row-fluid {
        display: -ms-flexbox !important;
        -ms-flex-direction: row;
        display: flex !important;
        flex-direction: row;
    }

    .cell_16839218804073-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .cell_16839218804073-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .cell_16839218804073-row-0-vertical-alignment > .row-fluid {
        display: -ms-flexbox !important;
        -ms-flex-direction: row;
        display: flex !important;
        flex-direction: row;
    }

    .cell_16839218804079-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .cell_16839218804079-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .cell_16839218804079-row-1-vertical-alignment > .row-fluid {
        display: -ms-flexbox !important;
        -ms-flex-direction: row;
        display: flex !important;
        flex-direction: row;
    }

    .cell_168392188040719-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: start !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
    }

        .cell_168392188040719-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .module_168392188040718-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: start !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
    }

        .module_168392188040718-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .module_168392188040717-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: start !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
    }

        .module_168392188040717-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .module_168392188040716-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: start !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
    }

        .module_168392188040716-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .dnd_area-column-19-row-1-vertical-alignment > .row-fluid {
        display: -ms-flexbox !important;
        -ms-flex-direction: row;
        display: flex !important;
        flex-direction: row;
    }

    .cell_16866060087992-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .cell_16866060087992-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .footer-column-1-row-2-vertical-alignment > .row-fluid {
        display: -ms-flexbox !important;
        -ms-flex-direction: row;
        display: flex !important;
        flex-direction: row;
    }

    .footer-column-8-row-0-vertical-alignment > .row-fluid {
        display: -ms-flexbox !important;
        -ms-flex-direction: row;
        display: flex !important;
        flex-direction: row;
    }

    .cell_16837363419033-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .cell_16837363419033-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .cell_1683736341903-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .cell_1683736341903-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .cell_1683835612890-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .cell_1683835612890-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .cell_1683835612888-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .cell_1683835612888-vertical-alignment > div {
            flex-shrink: 0 !important;
        }
}

.header-row-0-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.dnd_area-row-0-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.dnd_area-row-1-margin {
    margin-top: -10px !important;
}

.dnd_area-row-1-padding {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.dnd_area-row-1-background-layers {
    background-image: linear-gradient(rgba(36, 32, 91, 1), rgba(36, 32, 91, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.dnd_area-row-2-padding {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.dnd_area-row-2-background-layers {
    background-image: linear-gradient(rgba(238, 238, 238, 1), rgba(238, 238, 238, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.dnd_area-row-3-padding {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.dnd_area-row-3-background-layers {
    background-image: linear-gradient(rgba(36, 32, 91, 1), rgba(36, 32, 91, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.dnd_area-row-4-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.dnd_area-row-5-padding {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.dnd_area-row-5-background-layers {
    background-image: linear-gradient(rgba(36, 32, 91, 1), rgba(36, 32, 91, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.dnd_area-row-6-padding {
    padding-top: 80px !important;
    padding-bottom: 20px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.dnd_area-row-6-background-layers {
    background-image: linear-gradient(rgba(238, 238, 238, 1), rgba(238, 238, 238, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.dnd_area-row-7-padding {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.dnd_area-row-7-background-layers {
    background-image: linear-gradient(rgba(185, 97, 24, 1), rgba(185, 97, 24, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.dnd_area-column-6-padding {
    padding-top: 10px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.cell_16839218804079-row-1-padding {
    padding-top: 0px !important;
}

.cell_16838290276332-padding {
    padding-right: 40px !important;
}

.dnd_area-column-19-padding {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.footer-row-0-padding {
    padding-top: 48px !important;
    padding-bottom: 10px !important;
}

.footer-row-0-background-layers {
    background-image: url('https://26633121.fs1.hubspotusercontent-eu1.net/hub/26633121/hubfs/3_Footer/footer-01.png?width=2000&height=836.7908022994252') !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.footer-column-1-row-0-padding {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.footer-column-8-margin {
    margin-bottom: 20px !important;
}

.cell_16837363419033-padding {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.footer-column-6-margin {
    margin-bottom: 20px !important;
}

@media (max-width: 767px) {
    .dnd_area-row-1-padding {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .dnd_area-row-2-padding {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .dnd_area-row-3-padding {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .dnd_area-row-4-padding {
        padding-top: 0px !important;
    }

    .dnd_area-row-5-padding {
        padding-top: 60px !important;
    }

    .dnd_area-column-6-padding {
        padding-right: 0px !important;
    }

    .cell_16838290276332-padding {
        padding-right: 0px !important;
    }
}

font-face {
    font-family: "Lato";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("/_hcms/googlefonts/Lato/700.woff2") format("woff2"), url("/_hcms/googlefonts/Lato/700.woff") format("woff");
}

font-face {
    font-family: "Lato";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("/_hcms/googlefonts/Lato/regular.woff2") format("woff2"), url("/_hcms/googlefonts/Lato/regular.woff") format("woff");
}

font-face {
    font-family: "Lato";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("/_hcms/googlefonts/Lato/regular.woff2") format("woff2"), url("/_hcms/googlefonts/Lato/regular.woff") format("woff");
}

font-face {
    font-family: "Lato";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("/_hcms/googlefonts/Lato/700.woff2") format("woff2"), url("/_hcms/googlefonts/Lato/700.woff") format("woff");
}

font-face {
    font-family: "Poppins";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("/_hcms/googlefonts/Poppins/500.woff2") format("woff2"), url("/_hcms/googlefonts/Poppins/500.woff") format("woff");
}

font-face {
    font-family: "Poppins";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("/_hcms/googlefonts/Poppins/regular.woff2") format("woff2"), url("/_hcms/googlefonts/Poppins/regular.woff") format("woff");
}

font-face {
    font-family: "Poppins";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("/_hcms/googlefonts/Poppins/700.woff2") format("woff2"), url("/_hcms/googlefonts/Poppins/700.woff") format("woff");
}

#hs_cos_wrapper_widget_1683835790433 hr {
    border: 0 none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(250,250,250,1.0);
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 98%;
}

#hs_cos_wrapper_dnd_area-module-18 .testimonial {
    background-color: rgba(255,255,255,1.0);
    padding-right: 50px;
    padding-left: 50px;
}

#hs_cos_wrapper_dnd_area-module-18 .testimonial__content {
    position: relative;
}

#hs_cos_wrapper_dnd_area-module-18 .testimonial__icon {
    position: absolute;
    top: -42px;
    left: -25px;
}

    #hs_cos_wrapper_dnd_area-module-18 .testimonial__icon svg {
        fill: rgba(185,97,24,0.2);
    }

#hs_cos_wrapper_dnd_area-module-18 .testimonial__author-image {
    border-radius: 50px;
}

#hs_cos_wrapper_widget_1684529991235 .dr_parallax {
    background-image: url(https://www.tykans.com/hubfs/Cloudera%20Partnership/data_midbanner.png);
    min-height: 350px;
}

#hs_cos_wrapper_widget_1684529991235 .dr_parallax__content > div {
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    max-width: 1000px;
}

#hs_cos_wrapper_widget_1684529991235 .offer-card__button-wrapper {
    text-align: CENTER;
}

#hs_cos_wrapper_widget_1684529991235 .button {
}

    #hs_cos_wrapper_widget_1684529991235 .button:hover,
    #hs_cos_wrapper_widget_1684529991235 .button:focus {
    }

    #hs_cos_wrapper_widget_1684529991235 .button:active {
    }



#hs_cos_wrapper_module_1683923301317 .accordion {
}

#hs_cos_wrapper_module_1683923301317 .accordion__summary {
    background-color: rgba(238,238,238,1.0);
    color: #b96118;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

#hs_cos_wrapper_module_1683923301317 .accordion {
    margin-bottom: 15px;
    border-radius: 0;
}

#hs_cos_wrapper_module_1683923301317 .accordion__summary:before {
    left: 30px;
    color: #b96118;
}

#hs_cos_wrapper_module_1683923301317 .accordion__content {
    background-color: rgba(238,238,238,1.0);
    padding: 30px;
}


#hs_cos_wrapper_widget_1683841295340 .accordion {
    margin-top: 15px;
}

#hs_cos_wrapper_widget_1683841295340 .accordion__summary {
    background-color: rgba(238,238,238,1.0);
    color: #b96118;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

#hs_cos_wrapper_widget_1683841295340 .accordion {
    border-radius: 0;
}

.accordion__summary, .accordion__summary:before {
    font-family: Poppins, serif;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    font-size: 24px;
}

.accordion__content {
    color: #000000;
    font-size: 18px;
}


#hs_cos_wrapper_widget_1683841295340 .accordion__content {
    background-color: rgba(238,238,238,1.0);
    padding: 30px;
}

.row-fluid.cloudera-flex {
    display: flex;
}

    .row-fluid.cloudera-flex p:nth-of-type(1) {
        width: 99%;
        margin: 0 0 1.4rem;
    }

    .row-fluid.cloudera-flex p:nth-of-type(2) {
        margin: 0 0 1.4rem;
    }

    .row-fluid.cloudera-flex p:nth-of-type(3) {
        margin: 0 0 1.4rem;
    }

    .row-fluid.cloudera-flex p:nth-of-type(4) {
        margin: 0 0 1.4rem;
    }

.image.form-top-img {
    max-width: 544px;
}

span.inner-p-span {
    text-align: left;
    line-height: 1.25;
    padding-left: 40px;
    margin: 0 0 1.4rem;
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    color: #24205b;
}

span.inner-p-span2 {
    text-align: left;
    line-height: 1.25;
    padding-left: 40px;
    margin: 0 0 1.4rem;
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    color: #24205b;
}

.social-links img {
    width: 50px;
    height: 50px;
}

section.accordion-wrapper {
    padding: 60px 20px 60px 20px;
}

#hs_cos_wrapper_widget_1684529991235 .dr_parallax {
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    /* position: relative; */
}

.row-fluid.cloudera-section-about {
    display: flex;
}

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module.widget-type-rich_text.widget-type-rich_text.module2 {
    padding-right: 0 !important
}

div#hs_cos_wrapper_dnd_area-module-2\ module2 {
    display: block !important;
    padding-bottom: 0px !important;
    padding-left: 50px !important;
    padding-top: 177px !important;
}

img.hs-image-widget.widgee2 {
    max-width: 518px !important;
}

.Mark.R\.-img {
    display: flex;
    justify-content: center;
    margin: 20px auto;
}

footer.testimonial__footer.footer {
    padding: 0 !important;
}

.duration.aos-init.aos-animate {
    transition-duration: 1.3s !important;
}

.row-fluid-wrapper.row-depth-1.row-number-15.dnd-row.dnd_area-column-19-row-1-vertical-alignment {
    display: flex;
    justify-content: center;
}

    .row-fluid-wrapper.row-depth-1.row-number-15.dnd-row.dnd_area-column-19-row-1-vertical-alignment button {
        padding-top: 10px;
        padding-right: 18px;
        padding-bottom: 10px;
        padding-left: 18px;
        width: 100%;
    }




.services-hero-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 600px; */
    width: 100%;
}

.p-0 {
    padding: 0 !important;
}

.services-hero-banner img {
    width: 100%;
    height: auto;
}

section.Empowering {
    background-image: linear-gradient( rgba(36, 32, 91, 1), rgba(36, 32, 91, 1) ) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    padding-top: 50px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-top: -10px !important;
}

.empowering-inner {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: space-between;
    max-width: 1800px !important;
}

    .empowering-inner h1 {
        font-size: 48px;
        text-align: left;
        font-weight: 500;
        text-decoration: none;
        color: #000000;
        color: #ffffff;
        font-family: Poppins, serif;
        margin: 0 0 1rem;
        line-height: 1.4;
    }

    .empowering-inner p {
        font-size: 20px;
        text-align: left;
        font-family: Lato, sans-serif;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        margin: 0 0 1.4rem;
        color: #ffffff;
        width: 98%;
    }

.empower-IMG img {
    max-width: 400px !important;
    width: 100%;
}

.empower-IMG {
    width: 100%;
    margin-left: 2.564102564%;
    padding-top: 10px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.empowering-inner div:nth-of-type(1) {
    padding-right: 35px;
}

.services-img-inner {
    display: flex;
    justify-content: space-between;
    margin: auto;
    max-width: 1800px !important;
}

    .services-img-inner img {
        max-width: 278px;
        width: 100%;
    }

section.services-img {
    background-image: linear-gradient( rgba(238, 238, 238, 1), rgba(238, 238, 238, 1) ) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    padding-top: 50px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.services-para-inner h4 {
    font-size: 20px;
    font-weight: bold;
    color: #24205b;
    font-family: Poppins, serif;
    font-style: normal;
    line-height: 1.4;
    margin: 0 0 1rem;
    width: 75%;
}

.services-para-inner p {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #000000;
    line-height: 1.4;
}

.services-para-inner {
    display: flex;
    max-width: 1800px !important;
    margin: auto;
}

    .services-para-inner div {
        display: block !important;
        padding-left: 60px !important;
        padding-right: 0px !important;
        padding-top: 20px !important;
    }

        .services-para-inner div:nth-of-type(1) {
            padding-left: 30px !important;
        }

.accordion {
    background-color: #f2f2f2;
    max-width: 800px;
    margin: 2rem auto;
    /*    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
    margin-top: 90px !important;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    font-family: Poppins, serif;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    font-size: 24px;
}

    .accordion p {
        color: #000000;
        font-size: 18px;
        margin-top: 60px;
        font-weight: 400 !IMPORTANT;
        font-family: Lato, sans-serif;
    }

.accordion-header {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #c16c1c;
    font-size: 1.5rem;
}

.accordion-in1 .accordion-header {
    display: inline-flex;
    width: fit-content;
}

.pulse-big-img .accordion.accordion-in1 .accordion-item {
    cursor: default;
}

.pulse-big-img .accordion.accordion-in1 .accordion-header,
.pulse-big-img .accordion.accordion-in1 .accordion-header a {
    cursor: pointer;
}

.pulse-big-img .accordion.accordion-in1 .accordion-content,
.pulse-big-img .accordion.accordion-in1 .accordion-content *,
.pulse-big-img .accordion.accordion-in1 .accordion-content li {
    cursor: default;
}

.empowering-inner .accordion:nth-of-type(2) {
    margin-bottom: 1.4rem !IMPORTANT;
    margin-top: 1.4rem !IMPORTANT;
}

.empowering-inner .accordion:nth-of-type(3) {
    margin-bottom: 1.4rem !IMPORTANT;
    margin-top: 1.4rem !IMPORTANT;
}

.accordion-header .symbol {
    font-size: 1.5rem;
    margin-right: 0.5rem;
    font-weight: bold;
}

.accordion-content {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #1a1a1a;
    display: none; /* Initially hidden */
}

.Ideas-Made-Possible {
    /* background-image: url(./img/data_midbanner.webp);*/
    width: 100%;
    height: auto;
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .Ideas-Made-Possible h1 {
        font-size: 48px;
        text-align: center;
        font-size: 60px;
        font-family: Poppins, serif;
        font-style: normal;
        font-weight: 500;
        margin: 0 0 2rem;
        color: #ffffff;
        font-weight: bolder;
        line-height: 1.4;
    }

section.cloudera-about {
    background-image: linear-gradient( rgba(36, 32, 91, 1), rgba(36, 32, 91, 1) ) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    padding-top: 50px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-top: -10px !important;
}

.cloudera-about h1 {
    color: #eab531;
    line-height: 1.25;
    font-weight: bold;
    text-align: right;
    font-size: 65px;
}

.cloudera-about-inner p {
    font-size: 18px;
    font-family: system-ui;
    font-style: normal;
    font-weight: normal;
    margin-left: -1%;
    width: 100%;
}

.cloudera-about-inner {
    display: block !important;
    padding-bottom: 0px !important;
    padding-left: 80px !important;
    padding-top: 177px !important;
}

.cloudera-about img {
    width: 100%;
    padding-top: 50px !important;
}

section.cloudera-about {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.img-div {
    padding-right: 0px !important;
}

section.Mark.R\. {
    background-image: linear-gradient(rgba(238, 238, 238, 1), rgba(238, 238, 238, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    padding-top: 80px !important;
    padding-bottom: 45px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.Mark.R\.-card {
    background-color: rgba(255, 255, 255, 1.0);
    position: relative;
    max-width: 1800px !important;
    margin: auto;
    padding: 10px 50px;
}

    .Mark.R\.-card h2 {
        text-align: center;
        font-family: Poppins, serif;
        font-style: normal;
        font-weight: 500;
        text-decoration: none;
        color: #000000;
        font-size: 44px;
        color: #b96118;
        text-transform: none;
        margin: 0 0 1rem;
        line-height: 1.4;
    }

    .Mark.R\.-card svg {
        position: absolute;
        top: -42px;
        z-index: 0;
        fill: rgba(185, 97, 24, 0.2);
        left: 25px;
    }

    .Mark.R\.-card img {
        margin: 20px 50%;
        max-width: 80px !important;
        /* display: block; */
        transform: translate(-50%, -10px);
        border-radius: 50%;
    }

    .Mark.R\.-card h4 {
        text-align: center;
        font-weight: 600;
        color: #24205b;
        font-size: 18px;
        font-family: Lato, sans-serif;
    }

    .Mark.R\.-card p {
        text-align: center;
        color: #24205b;
        font-weight: 400;
        font-family: Lato, sans-serif;
        font-size: 18px;
    }

section.cloudera-contact {
    background-image: linear-gradient(rgba(185, 97, 24, 1), rgba(185, 97, 24, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.cloudera-contact h2 {
    line-height: 1.15;
    text-align: center;
    font-size: 60px;
    margin: 2rem 0 1rem;
    font-family: Poppins, serif;
    color: #ffffff;
    font-weight: bolder;
}

.cloudera-contact p {
    color: #ffffff;
    font-size: 18px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}

.cloudera-contact button {
    background-color: rgba(36, 32, 91, 1.0);
    border: 3px solid #bab9ca;
    border-radius: 30px;
    color: #FFFFFF;
    font-size: 18px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    padding-top: 10px;
    padding-right: 18px;
    padding-bottom: 10px;
    padding-left: 18px;
    width: 210px;
    margin-top: 20px;
}

.cloudera-contact-btn {
    text-align: center;
}

.cloudera-contact button:hover {
    background-color: rgba(186, 185, 202, 1.0);
    color: #24205b;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

.empower-IMG2 div:nth-of-type(1) {
    padding-right: 0px;
}

.empower-IMG2 img {
    max-width: 511px;
    width: 100%;
    margin-left: 20px;
}

.Power-of-Data-with-Cloudera {
    background-image: linear-gradient(rgba(36, 32, 91, 1), rgba(36, 32, 91, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-top: 50px !important;
}

    .Power-of-Data-with-Cloudera h1 {
        text-align: left;
        font-weight: bold;
        font-size: 65px;
        color: #eab531;
    }

    .Power-of-Data-with-Cloudera p {
        width: 100%;
    }

.empower-IMG2 .accordion:nth-of-type(1) {
    margin-top: 66px !important;
    margin-left: 20px;
}

.empower-IMG2 .accordion:nth-of-type(2) {
    margin-top: -10px !important;
    margin-left: 20px;
}

section.tykans-software-terms-of-use.bg-blue.Innovative-communication .image {
    margin: unset !important;
}

.rights-and-responsibilities {
    padding: 60px 30px 10px 30px;
    background-image: linear-gradient(rgba(250, 250, 250, 1), rgba(250, 250, 250, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

a.software-privacy-link:hover {
    font-weight: normal;
    text-decoration: underline;
    font-family: Lato, sans-serif;
    font-style: normal;
    color: #9a00ff;
}

.services-hero-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 600px; */
    width: 100%;
}

.p-0 {
    padding: 0 !important;
}

.services-hero-banner img {
    width: 100%;
    height: auto;
}

section.Uber-Get-home-safe {
    background-image: linear-gradient(rgba(36, 32, 91, 1), rgba(36, 32, 91, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.Uber-Get-home-safe h1 {
    text-align: center;
    font-weight: bold;
    font-family: Poppins, sans-serif;
    font-size: 68px;
    letter-spacing: 0;
    line-height: 1.4;
    color: #eab531;
    margin: 0 0 1.4rem;
}

.Uber-Get-home-safe p {
    padding-left: 10px;
    text-align: center;
    padding-right: 10px;
    margin: 0 0 1.4rem;
    font-size: 18px;
    color: #ffffff;
}

section.Uber-How-it-Works {
    background-image: linear-gradient(rgba(238, 238, 238, 1), rgba(238, 238, 238, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    padding-left: 10px;
    padding-right: 10px;
}

.Uber-How-it-Works h2 {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4;
    font-weight: bold;
    font-size: 44px;
    margin: 0 0 1.4rem;
    color: #92374d;
}

.Uber-How-it-Works p {
    margin: 0 0 1.4rem;
    color: #000;
    font-size: 18px;
    /* font-family: Lato, sans-serif; */
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
}

    .Uber-How-it-Works p a {
        color: #eab531;
        text-decoration: none;
        transition: all 0.15s linear;
    }

        .Uber-How-it-Works p a:hover {
            color: #9a00ff;
            text-decoration: underline;
        }

.See-you-there {
    /* background-image: url(https://www.tykans.com/hubfs/feature_banner-03.png);*/
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

    .See-you-there h2 {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        font-weight: bold;
        color: #000;
        font-family: Poppins, sans-serif;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 1.4;
        font-size: 44px;
        margin: 0 0 1.4rem;
        color: #eab531;
    }

.Uber-How-it-Works .contact-form {
    background-color: #24205b !important;
    background-image: none !important;
    display: block !important;
    border-radius: 30px;
    margin-bottom: 30px;
    padding: 30px;
}

.Uber-How-it-Works span.star {
    color: #EF6B51;
}

.rich-text p {
    color: #eab531 !important;
    font-size: 0.875rem;
    margin: 0 0 1.4rem;
}

span.checkbox-span {
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
}

section.Uber-How-it-Works button {
    width: 128px;
    height: 60px;
    background-color: #24205b;
    border-color: #ead8d7;
    border-radius: 30px;
    border-width: 3px;
    color: #fff;
    font-family: Lato;
    font-size: 20.25px;
    line-height: 1.5;
}

    section.Uber-How-it-Works button:hover {
        background-color: #817e9f;
        border-color: #817e9f;
        color: #fff;
    }

.Uber-How-it-Works .inner-support {
    display: block;
}

.navbar-nav .nav-link {
    color: #24205b !important;
}

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus,
    .navbar-nav .nav-link:active {
        color: #24205b !important;
    }

.navbar-nav .dropdown-item {
    color: #24205b !important;
}

    .navbar-nav .nav-link.active-link,
    .navbar-nav .dropdown-item.active-link {
        color: #92374d !important;
    }






.navbar .nav-link.active .service-clr {
    color: #92374d !important;
}


.services-hero-banner {
    background-position: center;
    background-repeat: no-repeat;
}

    .services-hero-banner img {
        width: 100%;
        height: auto;
    }

section.link-connection {
    background-image: linear-gradient(rgba(36, 32, 91, 1), rgba(36, 32, 91, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-top: -4px;
}

.link-connection h2 {
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    color: #000000;
    font-size: 44px;
    text-transform: none;
    font-weight: normal;
    font-size: 36px;
    margin: 0 0 1rem;
    color: #ffd966;
}

.link-connection p {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin: 0;
    font-size: 1rem;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.4;
}

.link-img-para-inner {
    margin: auto;
    display: flex;
    justify-content: space-between;
    display: flex;
    justify-content: space-between;
    margin: auto;
    max-width: 1800px !important;
}

.link-img-para-inner1 {
    margin: auto;
    display: flex;
    justify-content: space-between;
    display: flex;
    justify-content: space-between;
    margin: auto;
    max-width: 1800px !important;
}


.link-img-para-inner img {
    max-width: 300px;
    width: 100%;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

section.link-img-para {
    background-image: linear-gradient(rgba(238, 238, 238, 1), rgba(238, 238, 238, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    padding-top: 50px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.link-img-para-inner1 h3 {
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    color: #000000;
    font-size: 20px;
    text-transform: none;
    font-weight: bolder;
    width: 90%;
    margin: revert;
}

.link-img-para-inner1 p {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 1rem;
    font-size: 18px;
    color: #000;
    line-height: 1.4;
}

.link-img-para-inner1 div {
    width: 100%;
    padding-left: 37px !important;
    padding-right: 0px !important;
    padding-top: 20px !important;
}

section.link-contact {
    background-image: linear-gradient(rgba(67, 64, 110, 1), rgba(67, 64, 110, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.link-contact h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.15;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    color: #000000;
    font-size: 60px;
    text-transform: none;
    font-weight: bolder !IMPORTANT;
    color: #fff;
    margin: 0;
    margin-bottom: 3rem;
}

.link-contact .cloudera-contact-btn1 {
    display: flex;
    justify-content: center;
}

.link-contact p {
    font-size: 18px;
    text-align: center;
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    margin: 0;
    margin-top: -2rem;
    color: #fff;
    font-family: Lato, sans-serif;
}

.cloudera-contact-btn1 button {
    background-color: rgba(36, 32, 91, 1.0);
    border: 3px solid #bab9ca;
    border-radius: 30px;
    color: #FFFFFF;
    font-size: 18px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    width: 210px;
    cursor: pointer;
    padding: 10px;
}

    .cloudera-contact-btn1 button:hover {
        background-color: rgba(186, 185, 202, 1.0);
        color: #24205b;
        font-style: normal;
        font-weight: bold;
        text-decoration: none;
    }

section.link-btns {
    background-image: linear-gradient(rgba(36, 32, 91, 1), rgba(36, 32, 91, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 15px;
}

    section.link-btns div:nth-of-type(1) button {
        background-color: rgba(146, 55, 77, 1.0);
        border: 3px solid #ead8d7;
        border-radius: 30px;
        color: #FFFFFF;
        font-size: 18px;
        font-family: Lato, sans-serif;
        font-style: normal;
        font-weight: 700;
        text-decoration: none;
        width: 100%;
        width: 210px;
        cursor: pointer;
    }

        section.link-btns div:nth-of-type(1) button:hover {
            background-color: rgba(234, 216, 215, 1.0);
            color: #92374d;
            font-family: Lato, sans-serif;
            font-style: normal;
            font-weight: 700;
            text-decoration: none;
        }

    section.link-btns div:nth-of-type(2) button {
        background-color: rgba(234, 181, 49, 1.0);
        border: 3px solid #fad49e;
        border-radius: 30px;
        color: #FFFFFF;
        font-size: 18px;
        font-family: Lato, sans-serif;
        font-style: normal;
        font-weight: 700;
        text-decoration: none;
        width: 100%;
        width: 275px;
        cursor: pointer;
    }

        section.link-btns div:nth-of-type(2) button:hover {
            background-color: rgba(252, 228, 193, 1.0);
            color: #b96118;
            font-style: normal;
            font-weight: bold;
            text-decoration: none;
        }

section.pulse-work-together-para {
    background-image: linear-gradient(to bottom, rgba(238, 238, 238, 1), rgba(186, 185, 202, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    padding-top: 60px !important;
    padding-bottom: 50px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-top: -4px;
}

.pulse-inner img {
    width: 100%;
}

.pulse-inner {
    display: flex;
    max-width: 1800px;
    margin: auto;
}

    .pulse-inner div p:nth-of-type(1) {
        color: #1e1e1e;
        text-align: left;
        line-height: 1.25;
        font-weight: normal;
        font-size: 36px;
        text-align: left;
        line-height: 1.25;
        font-weight: normal;
        font-size: 36px;
        font-family: Poppins, serif;
        width: 95%;
    }

    .pulse-inner div span {
        color: #92374d;
        font-weight: bold;
        line-height: 1.25;
    }

    .pulse-inner div p:nth-of-type(2) {
        margin: 0;
        font-size: 18px;
        line-height: 1.5;
        font-family: Lato, sans-serif;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        margin-top: 1.4rem;
    }



    .pulse-inner div p:nth-of-type(3) {
        margin: 0;
        font-size: 18px;
        line-height: 1.5;
        font-family: Lato, sans-serif;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        margin: 1.4rem 0 1.4rem;
    }

section.pulse-big-img {
    background-image: linear-gradient(to bottom, rgba(186, 185, 202, 1), rgba(238, 238, 238, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-top: -4px;
}

    section.pulse-big-img img {
        max-width: 792px;
        width: 100%;
    }

.pulse-big-img div:nth-of-type(1) {
    display: flex;
    justify-content: center;
}

.pulse-big-img-para p:nth-of-type(1) {
    margin: 0;
    font-size: 48px;
    text-align: center;
    font-family: Poppins, serif;
    font-style: normal;
    font-weight: 500 !important;
    text-decoration: none;
    color: #000000;
    text-transform: none;
    line-height: 1.4;
    color: #24205b;
}


.pulse-big-img-para p:nth-of-type(2) {
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    color: #000000;
    font-size: 28px;
    text-transform: none;
    color: #92374d;
    line-height: 1.15;
    text-align: center;
    margin: auto;
    margin-top: 1rem;
    font-size: 24px;
    font-family: Poppins, serif;
    width: 80%;
}

.pulse-big-img-para p:nth-of-type(3) {
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    color: #000000;
    font-size: 28px;
    text-transform: none;
    color: #92374d;
    line-height: 1.15;
    text-align: center;
    width: 100%;
    margin: auto;
    font-size: 24px;
    font-family: Poppins, serif;
}

.pulse-big-img .accordion {
    max-width: 70%;
    margin: auto;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 3% !important;
}

.pulse-big-img .accordion-content li {
    margin: .7rem;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    font-size: 18px !important;
    list-style: disc;
    text-transform: math-auto;
}

.pulse-big-img .accordion-item {
    padding: 10px 0;
    cursor: pointer;
    background: none;
    border: none;
}

.pulse-big-img .accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    font-size: 1.2em;
}

    .pulse-big-img .accordion-header span {
        font-size: 1.5em;
        /* font-weight: bold; */
    }

.pulse-big-img .accordion-content {
    display: none;
    padding: 10px 0 0 0;
    font-size: 1em;
    color: #333;
}

    .pulse-big-img .accordion-content ul {
        padding-left: 40px;
    }

.pulse-big-img .accordion-item.active .accordion-content {
    display: block;
}

.pulse-big-img .accordion-item.active .accordion-header span {
    content: "-";
}

.pulse-big-img div:nth-of-type(1) {
    display: flex;
    justify-content: start;
    background-color: rgba(238, 238, 238, 0.0);
    color: #24205b;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    /*    text-transform: uppercase;*/
    flex-direction: row-reverse;
    gap: 8px;
    font-size: 24px;
    border: none;
}

.pulse-big-img .accordion-item.active {
    display: flex;
    flex-direction: column !important;
    box-shadow: 0px 0px 30px 11px #bab9ca;
    padding: 15px;
    border-radius: 10px;
}

.pulse-big-img .Animation {
    margin: auto;
}

.form-container-bg .form-container {
    max-width: 65%;
    margin: 0px auto;
    /* background: white; */
    padding: 45px;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.form-container-bg .checkbox-para {
    margin: 0 !IMPORTANT;
}

.form-container-bg p {
    text-align: center;
    color: #1a1363;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    font-size: 44px;
    text-transform: none;
    margin: 0 0 1.2rem;
    font-family: Poppins, serif;
}

.form-container-bg label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    padding-top: 6px;
    padding-right: 0px;
    padding-bottom: 4px;
    padding-left: 0px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    line-height: 10px !important;
}

.form-container-bg input[type="text"],
input[type="email"] {
    width: -webkit-fill-available;
    padding: 10px;
    border: none;
    border-radius: 4px;
    margin-bottom: 5px;
    background-color: #f5f3f3 !important;
    background-image: none !important;
    font-size: 14px !important;
    margin-bottom: 1.4rem;
}

.form-container-bg .error {
    color: red;
    font-size: 0.9em;
    margin-bottom: 10px;
    display: none;
}

.form-container-bg .checkbox-text {
    font-size: 0.9em;
    margin: 10px 0;
    display: flex;
    gap: 5px;
    align-items: baseline;
}

.form-container-bg .privacy-text {
    font-size: 0.85em;
    color: #555;
    margin: 15px 0;
    line-height: 1.4;
}

.form-container-bg button {
    width: 100%;
    background: #1a1363;
    color: white;
    padding: 12px;
    font-size: 1em;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    margin-top: 30px;
    font-size: 16px !important;
    border: 3px solid #817e9f;
    font-family: Lato, sans-serif;
    font-style: normal;
    text-decoration: none;
    background-color: rgba(36, 32, 91, 1.0);
    border-radius: 30px;
    color: #ffffff;
    text-transform: none;
    transition: .4s ease;
    padding: 10px;
    font-size: 18px !important;
}

    .form-container-bg button:hover {
        border: 3px solid #817e9f !important;
        font-family: Lato, sans-serif !important;
        font-style: normal !important;
        font-weight: 400 !important;
        text-decoration: none !important;
        background-color: rgba(129, 126, 159, 1.0) !important;
        color: #24205b;
    }

span.span-star {
    color: #EF6B51;
}

section.contact-us-today .inner-contact.text-center .Explore-btns {
    padding-top: 30px !important;
}

.form-container-bg button:hover {
    background: #2a1b8c;
    font-weight: bold !important;
}

section.form-container-bg {
    background-image: linear-gradient(rgba(238, 238, 238, 1), rgba(238, 238, 238, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    padding: 60px 20px;
}

.form-container-bg span {
    color: #ef6b51;
}

.form-container-bg .checkbox-para p:nth-of-type(1) {
    font-size: 14px !important;
    line-height: 20px !important;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    text-align: start;
}

.form-container-bg .checkbox-para p:nth-of-type(2) {
    font-size: 14px !important;
    line-height: 20px !important;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    text-align: start;
}

.form-container-bg .checkbox-para p:nth-of-type(3) {
    font-size: 14px !important;
    line-height: 20px !important;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    text-align: start;
}

.form-container-bg .checkbox-text p {
    font-size: 16px !important;
    line-height: 20px !important;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    text-align: start;
}

nav.navbar.navbar-expand-lg ul li:nth-of-type(6) ul.custom-dropdown {
    right: 15%;
    -webkit-box-shadow: 0px 8px 19px 2px rgba(0, 0, 0, 0.08);
}

nav.navbar.navbar-expand-lg ul li ul.custom-dropdown {
    -webkit-box-shadow: 0px 8px 19px 2px rgba(0, 0, 0, 0.08);
}

.nav-item {
    padding: 0 1.2rem;
}

nav.navbar.navbar-expand-lg ul li:nth-of-type(5) ul.custom-dropdown {
    width: 280px;
}

section.success-stories .image-box h4 {
    text-shadow: unset;
}

section.success-stories .image-box p {
    color: #000;
}

input.checkbox-inner {
    margin-right: 5px;
}

.privacy-color-link {
    color: #ff0000;
    font-weight: 700;
}

    .privacy-color-link:hover {
        color: #dda0a0;
    }


.inner-work.unit_img .image.aos-init {
    margin: 0 !IMPORTANT;
}


@media screen and (max-width:991px) {
    nav .navbar.navbar-expand-lg ul li ul.custom-dropdown {
        -webkit-box-shadow: unset !important;
    }

    nav.navbar.navbar-expand-lg ul li:nth-of-type(5) ul.custom-dropdown {
        width: unset;
    }
}








@media screen and (max-width:767px) {

    .pulse-work-together-para .col-4 {
        display: none;
    }



    .link-img-para-inner1 {
        flex-direction: column;
    }

        .link-img-para-inner1 div {
            width: 100%;
            padding-left: 0px !important;
            padding-right: 0px !important;
            padding-top: 0px !important;
        }

        .link-img-para-inner1 h3 {
            width: 100%;
        }

        .link-img-para-inner1 p {
            width: 100%;
        }

    .pulse-inner img {
        display: none;
    }

    .pulse-inner div p:nth-of-type(1) {
        width: 100%;
    }

    .pulse-inner div p:nth-of-type(2) {
        width: 100%;
    }
}


.form-container-contact {
    background: #3a3560;
    padding: 45px;
    border-radius: 30px;
    width: 100%;
    margin: auto;
    background-color: #43406e !important;
    background-image: none !important;
    margin-top: 50px;
}

    .form-container-contact label {
        display: block;
        color: #FFFFFF !important;
        font-size: 15px !important;
        line-height: 20px !important;
    }

    .form-container-contact input, textarea {
        padding: 10px;
        margin-top: 8px;
        border-radius: 6px;
        border: none;
        width: -webkit-fill-available;
        background-color: #FAFAFA !important;
        background-image: none !important;
        border-radius: 15px !important;
        color: #24205b !important;
        font-size: 18px !important;
        line-height: 25px !important;
        padding-bottom: 10px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-top: 10px !important;
        text-align: left !important;
        margin-bottom: 1.4rem;
    }
    /* .form-container-contact textarea {
      resize: none;
    } */
    .form-container-contact button {
        color: white;
        border: 1px solid white;
        margin-top: 20px;
        cursor: pointer;
        display: none;
        border-color: #ead8d7 !important;
        border-radius: 30px !important;
        border-width: 3px !important;
        color: #FFFFFF !important;
        font-weight: bold !important;
        line-height: 25px !important;
        text-align: center !important;
        background-color: rgba(36, 32, 91, 1.0) !IMPORTANT;
        width: 100%;
        transition: .4s ease;
    }

        .form-container-contact button:hover {
            border-color: #ead8d7 !important;
            border-radius: 30px !important;
            border-width: 3px !important;
            color: #FFFFFF !important;
            font-weight: bold !important;
            line-height: 25px !important;
            text-align: center !important;
            text-decoration: none;
            background-color: rgba(129, 126, 159, 1.0) !important;
        }


    .form-container-contact .hidden {
        display: none;
    }

    .form-container-contact .checkbox-container {
        margin-top: 15px;
        display: flex;
        justify-content: start;
        gap: 5px;
    }

        .form-container-contact .checkbox-container p {
            margin: 0;
        }

    .form-container-contact #agree {
        width: auto;
        margin: 0;
    }

.contact-form-innner #paraSection p {
    color: #FFFFFF !important;
    margin: 1.2rem 0;
    font-size: 14px;
}

.form-container-contact a {
    color: #000000;
}












@media screen and (max-width: 767px) {
    section .pulse-big-img {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .form-container-bg .form-container {
        max-width: 100%;
    }

    .pulse-big-img .accordion {
        max-width: 100%;
    }

    .pulse-big-img-para p:nth-of-type(2) {
        width: 100%;
    }

    .empowering-inner {
        flex-direction: column;
    }

    .empower-IMG2 .accordion:nth-of-type(1) {
        margin-left: 0px;
    }

    .empower-IMG2 .accordion:nth-of-type(2) {
        margin-left: 0px;
    }

    .empower-IMG2.col-5 {
        width: 100%;
    }

    .cloudera-about img {
        max-width: unset !important;
        padding-top: 50px !important;
        width: 100%;
    }

    .cloudera-about-inner {
        padding-left: 50px !important;
    }

    .services-para-inner div {
        padding-left: 30px !important;
    }

    .services-para-inner {
        flex-direction: column;
    }

    .img-div.col-5 {
        width: 100% !IMPORTANT;
    }

    .empowering-inner div:nth-of-type(1) {
        padding: 0 !important;
    }

    .services-img-inner img {
        max-width: unset;
    }

    .services-img-inner {
        flex-direction: column;
    }

    .empower-IMG {
        margin: 0 !important;
        padding: 0 !important;
    }

        .empower-IMG img {
            max-width: unset !important;
        }
}


@media only screen and (max-width: 767.98px) {
    .faq-main .faqs-btns-explore {
        flex-direction: column;
        align-items: anchor-center;
    }

    .faqs-btns-explore .left-image.col-6 {
        max-width: 400px !important;
        width: 100%;
    }

    .contact-form-div3 .step41 {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .faq-main .faqs-btns-explore {
        flex-direction: column;
    }

    img.hs-image-widget.widgee2 {
        max-width: unset !important;
    }

    div#hs_cos_wrapper_dnd_area-module-5 {
        width: 100%;
    }

    .span5.widget-span.widget-type-cell.dnd-column.col-5 {
        width: 100%;
        height: auto;
    }

    div#hs_cos_wrapper_dnd_area-module-2\ module2 {
        padding-left: 35px !important;
    }

    .row-fluid.cloudera-section-about {
        flex-direction: column;
    }

    .row-fluid.d-flex.cloudera-unleash {
        flex-direction: column;
    }

    .robo-img.col-3 {
        width: 100%;
    }

    .faq-main .content ul li:nth-of-type(1) {
        width: auto;
    }

    .faq-main .content ul li:nth-of-type(2) {
        width: auto;
    }

    .span7.widget-span.widget-type-cell.cell_16838290276332-padding.dnd-column.col-7 {
        width: 100%;
    }

    .row-fluid.d-flex.cloudera-unleash {
        flex-direction: column;
    }

    .row-fluid.cloudera-flex {
        flex-direction: column;
    }

    img.hs-image-widget.hs-img-2 {
        max-width: 100% !important;
    }

    #hs_cos_wrapper_module_168392188040721 {
        display: block !important;
        padding-left: 26px !important;
    }

    #hs_cos_wrapper_module_168392188040718 {
        display: block !important;
        padding-left: 26px !important;
    }

    #hs_cos_wrapper_module_168392188040717 {
        display: block !important;
        padding-left: 26px !important;
    }

    div #hs_cos_wrapper_module_168392188040714 {
        width: 100%;
    }

    div#hs_cos_wrapper_module_168392188040713 {
        width: 100%;
    }

    div#hs_cos_wrapper_module_168392188040712 {
        width: 100%;
    }

    div#hs_cos_wrapper_module_168392188040715 {
        width: 100%;
    }

    .row-fluid.d-flex.justify-content-between.clouder-flex1 {
        flex-direction: column;
    }

    .content.inner {
        width: auto !important;
    }

    .column-width {
        display: block;
        gap: 0px;
    }

    .boxs {
        width: 100% !important;
    }

    .line-height-head {
        line-height: 1.25 !important;
    }

    .see-you-soon .content h2 {
        margin: 0;
        width: 100%;
    }

    .inner-text.d-flex {
        flex-direction: column;
    }

    .span8.widget-span.widget-type-cell.cell_16865901304822-vertical-alignment.dnd-column.col-8 {
        width: 100%;
    }

    .span6.widget-span.widget-type-cell.cell_16865919296612-vertical-alignment.dnd-column.col-6 {
        width: 100%;
    }

    .span6.widget-span.widget-type-cell.cell_16865908495222-vertical-alignment.dnd-column.col-6 {
        width: 100%;
    }

    .span6.widget-span.widget-type-cell.cell_1686591487491-vertical-alignment.dnd-column.col-6 {
        width: 100%;
    }

    div#hs_cos_wrapper_module_16865907444903 {
        padding-right: 0 !IMPORTANT;
    }

    div#hs_cos_wrapper_module_16865909333163 {
        padding-right: 0 !IMPORTANT;
    }

    div#hs_cos_wrapper_module_16865910067913 {
        padding-right: 0 !important;
        margin-bottom: 1.4rem;
    }

    div#hs_cos_wrapper_module_16865910323343 {
        padding-right: 0 !important;
    }

    div#hs_cos_wrapper_module_16865912842773 {
        padding-right: 0 !important;
    }

    div#hs_cos_wrapper_module_16865913178263 {
        padding-right: 0 !important;
    }

    div#hs_cos_wrapper_module_16865913469403 {
        padding-right: 0 !important;
        margin-bottom: 1.4rem;
    }

    div#hs_cos_wrapper_module_1686591366153 {
        padding-right: 0 !important;
    }

    div#hs_cos_wrapper_dnd_area-module-2 {
        padding-right: 0 !important;
    }

    img.robo-img {
        max-width: max-content;
    }

    .faq-main .content {
        padding: 30px 0 !important;
    }

    .main-p p {
        margin: 0 !important;
        padding: 0 !important
    }

    .main-p div {
        padding: 0 !important;
    }

    .faq-main .content div:nth-of-type(3) {
        margin: auto !important;
    }
}

@media only screen and (max-width: 1024.98px) {
    .image.form-top-img {
        max-width: max-content !important;
    }

    .navbar .nav-link {
        font-size: 17px;
    }
}



p.link-para-margin {
    margin-top: 1.7rem;
    margin-bottom: 1rem;
}

.accordion-item.active .accordion-content ul li p {
    margin: 0 !important
}

.pulse-big-img .accordion-content {
    margin: 0 !IMPORTANT;
    padding: 0 !IMPORTANT;
}

ul.navbar-nav.mb-2.mb-lg-0 li:nth-of-type(6) .nav-link.active-link {
    color: #24205b !important;
}

ul.navbar-nav.mb-2.mb-lg-0 li:nth-of-type(3) .nav-link.active-link {
    color: #24205b !important;
}

ul.navbar-nav.mb-2.mb-lg-0 li i.fa.fa-chevron-down.chevron-icon.ms-2 .nav-link.active-link {
    color: #24205b !important;
}

.nav-link.active-link {
    color: #92374d !important;
}

ul.navbar-nav.mb-2.mb-lg-0 span.service-clr:hover {
    color: #eab531;
}

.help-para {
    font-size: 18px !important;
    color: #fff !important;
}

ul.help-ul {
    margin: 0 0 1.4rem;
    padding-left: 1.8rem;
}

    ul.help-ul li {
        list-style: unset !important;
        color: #fff;
    }

strong.help-strong {
    font-size: 18px;
}

p.help-para-2 {
    font-size: 18px !important;
}

ul.help-ul li::marker {
    color: #000;
}

strong.help-Frequently {
    color: #fff;
    font-size: 24px;
}

p.help-Frequently-p {
    font-size: 18px !important;
    color: #fff;
}

ul.help-Frequently-ul li {
    list-style: unset;
    color: #fff;
    font-size: 18px;
}

ul.help-Frequently-ul span {
    font-size: 18px;
    font-weight: normal !IMPORTANT;
}

ul.help-Frequently-ul {
    margin: 0 0 1.4rem;
    padding-left: 1.8rem;
}

    ul.help-Frequently-ul li::marker {
        color: #000;
    }

.recaptcha-box {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    overflow: hidden;
    width: 300px;
    font-size: 14px;
    height: 60px;
    box-shadow: gray 0px 0px 5px;
    width: 256px;
    height: 60px;
}

.recaptcha-left {
    background: #1a73e8;
    color: white;
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

span.capcha-label {
    font-weight: 600;
}

.recaptcha-left .label {
    font-weight: bold;
    margin-bottom: 8px;
    font-family: Roboto, helvetica, arial, sans-serif;
}

.recaptcha-left a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    margin-right: 6px;
}

.recaptcha-logo {
    background: #f9f9f9;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .recaptcha-logo img {
        width: 32px;
        height: 32px;
    }

.recaptcha-section {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 24px;
}

.recaptcha-left .label {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 400;
}

.recaptcha-left .label {
    font-weight: bold;
    margin-bottom: 0px;
    font-family: Roboto, helvetica, arial, sans-serif;
    color: #fff !important;
}

.image.unit_img.aos-init {
    margin-top: 0 !important;
}

.tour .content h2 {
    font-size: 36px;
    font-weight: normal;
    margin-top: 5%;
}




.three-btns .inner-btns a:nth-child(1) button {
    width: 200px;
}

.three-btns .inner-btns a:nth-child(2) button {
    width: 275px;
}

.three-btns .inner-btns a:nth-child(3) button {
    width: 275px;
}











@media only screen and (max-width: 991.98px) {
    div #navbarSupportedContent {
        background: white;
        margin-left: -20px;
        margin-right: -20px;
        z-index: 999;
        /*        padding-bottom: 20px;*/
        margin-top: 25px;
    }

    section.tykans-software-terms-of-use.bg-blue.Innovative-communication .content {
        width: auto;
    }

    .dropdown-item {
        font-size: 18px;
        padding: 1rem 1.4rem;
    }
}

@media screen and (min-width: 991.98px) and (max-width: 1186.98px) {
    .nav-item {
        padding-inline: 11px;
    }

    .navbar-nav .nav-link {
        font-size: 15px;
    }

    button.top-btn {
        font-size: 15px;
        padding: 10px !IMPORTANT;
        width: 150px !important;
        width: 140px !IMPORTANT;
    }

    /*    .Contact-us button {
        padding: 12px 12px;
        font-size: 14px;
    }*/
}

@media screen and (max-width: 374.98px) {
    h2.i-w-para {
        width: max-content;
        margin-left: -37px;
    }
}

.dropdown-item {
    font-size: 18px;
    text-transform: capitalize;
    color: #24205b;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    padding: 15px;
    width: 290px;
}

.custom-dropdown {
    display: none;
    position: absolute;
    background: white;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 999;
    margin-left: -15px;
}

.fa {
    margin-right: -5px;
    font-size: 12px !important;
}

.custom-dropdown {
    display: none;
    position: absolute !important;
    background: white;
    padding: 5px;
    margin: 0;
    list-style: none;
    z-index: 999;
    margin-left: -15px !important;
}

/*div#navbarSupportedContent {
    margin-top: 26px !important;
}*/

.close-icon {
    font-size: 2rem;
    font-weight: bold;
    position: absolute;
    top: 0;
    color: #000;
    z-index: 9999;
    left: -30px;
    color: #24205b;
    z-index: 9999;
    font-size: 45px !IMPORTANT;
    font-weight: 900 !IMPORTANT;
}

.navbar-toggler-icon {
    display: inline-block;
}

.dropdown-menu {
    display: none;
    padding-left: 1.5rem;
    transition: all 0.3s ease;
}

    .dropdown-menu.show {
        display: block;
    }

.fa-chevron-down {
    transition: transform 0.3s ease;
}

    .fa-chevron-down.rotated {
        transform: rotate(180deg);
    }

.dropdown-menu {
    display: none;
}

    .dropdown-menu.show {
        display: block;
    }

.fa-chevron-down.rotated {
    transform: rotate(180deg);
}

.custom-dropdown {
    display: none;
}

    .custom-dropdown.dropdown-open {
        display: block;
    }

/* Chevron animation */
.chevron-icon {
    display: inline-block;
    transition: transform 0.3s ease;
}

/* Rotate chevron up (180 degrees) */
.rotate-up {
    transform: rotate(180deg) !important;
}

.chevron-icon {
    display: inline-block;
    transition: transform 0.3s ease;
}

.rotate-up {
    transform: rotate(180deg);
}

.chevron-icon {
    display: inline-block;
    transition: transform 0.3s ease;
}

.rotate-up {
    transform: rotate(180deg);
}

.chevron-icon {
    transition: transform 0.3s ease;
    display: inline-block;
}

.rotate-up {
    transform: rotate(180deg);
}

.custom-dropdown {
}

    .custom-dropdown.dropdown-open {
        display: block;
    }

.rotate-icon.rotated {
    transform: rotate(180deg);
    transition: transform 0.3s;
}


@media (max-width: 991.98px) {
    nav .navbar.navbar-expand-lg ul li ul.custom-dropdown {
        -webkit-box-shadow: unset !important;
    }

    nav.navbar.navbar-expand-lg ul li:nth-of-type(5) ul.custom-dropdown {
        width: unset;
    }

    nav.navbar.navbar-expand-lg ul li ul.custom-dropdown {
        -webkit-box-shadow: unset;
    }

    div #navbarSupportedContent {
        background: white;
        margin-left: 0px;
        margin-right: 0px;
        z-index: 999;
        /* padding-bottom: 20px; */
        margin-top: 25px;
        position: absolute;
        left: 0;
        right: 0;
        top: 80px;
    }

    nav.navbar.navbar-expand-lg ul li:nth-of-type(6) ul.custom-dropdown {
        -webkit-box-shadow: unset;
    }

    .nav-link.has-dropdown {
        color: inherit !important;
    }

        .nav-link.has-dropdown:hover,
        .nav-link.has-dropdown:focus,
        .nav-link.has-dropdown:active {
            color: inherit !important;
            background-color: transparent !important;
        }

    .custom-dropdown {
        display: none;
        position: unset !important;
        background: white;
        padding: 0;
        margin: 0;
        list-style: none;
        z-index: 999;
        margin-left: 0px !important;
    }

    span.close-icon {
        font-size: 45px;
        font-weight: 900;
        /* color: rebeccapurple; */
        color: #24205b;
        margin-right: 1px !IMPORTANT;
    }

    i.fa.fa-chevron-down.chevron-icon.ms-2 {
        margin-right: 7px;
    }

    .navbar .nav-link {
        line-height: 50px;
        color: #24205b !important;
    }

    .Contact-us {
        margin-left: 0;
        padding: 1rem 1.4rem;
    }
}


section.video-section {
    background-image: linear-gradient(rgba(238, 238, 238, 1), rgba(238, 238, 238, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    padding: 20px;
    padding-top: 50px;
}

    section.video-section .video-container {
        width: 100%;
        box-sizing: border-box;
    }

    section.video-section .video-wrapper {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }

        section.video-section .video-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }

.contact-form-div3 h1 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #fff;
    transition: opacity 0.5s ease-in-out;
}

.contact-form-div3 .form-section {
    margin: 20px 0;
    display: none;
    font-size: 20px;
    color: #fff;
}

.contact-form-div3 input,
textarea {
    border: none;
    border-bottom: 1px dotted #aaa;
    outline: none;
    font-size: 18px;
    padding: 4px 6px;
    background: transparent;
    min-width: 200px;
    color: #fff;
    font-weight: bolder;
}

.contact-form-div3 textarea {
    border: 1px solid #ccc;
    width: 80%;
    height: 120px;
    font-size: 16px;
    padding: 8px;
    border-radius: 4px;
    margin-top: 8px;
    resize: none;
}

.contact-form-div3 .custom-select {
    position: relative;
    display: inline-block;
    width: 250px;
    text-align: left;
}

.contact-form-div3 .select-selected {
    background: transparent;
    border-bottom: 1px dotted #aaa;
    padding: 8px;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}

.contact-form-div3 .select-items {
    position: absolute;
    background: #fff;
    border-radius: 6px;
    margin-top: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 99;
    display: none;
    width: 100%;
}

    .contact-form-div3 .select-items div {
        padding: 12px 16px;
        cursor: pointer;
        font-size: 16px;
        color: #000 !important;
    }

        .contact-form-div3 .select-items div:hover {
            background: #f1f1f1;
        }

.contact-form-div3 .select-arrow {
    float: right;
    margin-top: 6px;
    border: solid #555;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
}

.contact-form-div3 .select-open .select-items {
    display: block;
}

.contact-form-div3 .checkbox-container {
    font-size: 14px;
    margin: 20px auto;
    max-width: 80%;
    text-align: left;
    line-height: 1.4;
    color: #444;
}

    .contact-form-div3 .checkbox-container input {
        margin-right: 6px;
    }

.contact-form-div3 #submitBtn {
    display: none;
    margin-top: 20px;
    padding: 12px 28px;
    font-size: 16px;
    background: #4a90e2;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
}

    .contact-form-div3 #submitBtn:disabled {
        background: #bbb;
        cursor: not-allowed;
    }

.contact-form-div3 .error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: none;
    font-weight: bold;
}

.contact-form-div3 .helper-text {
    font-size: 12px;
    color: #888;
    margin-top: 5px;
    font-style: italic;
}

.contact-form-div3 .step41 {
    display: flex;
    margin: auto;
    width: 100%;
    justify-content: center;
    gap: 70px;
    align-items: baseline;
}

.contact-form-div3 {
    margin-top: 50px;
    align-items: center;
    text-align: center;
}

    .contact-form-div3 #submitBtn {
        display: none;
        margin-top: 20px;
        padding: 12px 28px;
        font-size: 18px;
        background: #4a90e2;
        color: #fff;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        width: 80%;
        color: white;
        border: 1px solid white;
        margin-top: 20px;
        cursor: pointer;
        display: none;
        border-color: #ead8d7 !important;
        border-radius: 30px !important;
        border-width: 3px !important;
        color: #FFFFFF !important;
        font-weight: bold !important;
        line-height: 25px !important;
        text-align: center !important;
        background-color: rgba(36, 32, 91, 1.0) !IMPORTANT;
        width: 80%;
        transition: .4s ease;
    }

        .contact-form-div3 #submitBtn:hover {
            border-color: #ead8d7 !important;
            border-radius: 30px !important;
            border-width: 3px !important;
            color: #FFFFFF !important;
            font-weight: bold !important;
            line-height: 25px !important;
            text-align: center !important;
            text-decoration: none;
            background-color: rgba(129, 126, 159, 1.0) !important;
        }

    .contact-form-div3 .checkbox-container p {
        color: #fff;
    }

    .contact-form-div3 .checkbox-container input {
        margin-right: 6px;
        min-width: fit-content !IMPORTANT;
        width: 17px;
    }

    .contact-form-div3 .checkbox-container p {
        color: #fff;
        margin: 1rem 0;
    }

.form-container-contact div#paraSection1 {
    color: #fff;
}

.form-container-contact .checkbox-container input#agree1 {
    width: auto;
}

.contact-form-div3 .checkbox-container a {
    color: #ff0000;
    font-weight: 700;
}

.contact-form-div3-email {
    border-bottom: 1px solid #d2d2d2;
}

h2.welcome-help {
    margin-top: 0 !important;
    text-align: center;
    font-size: 24px !important;
    font-weight: bolder !important;
    color: #fff !important;
}

.image.unit_img.aos-init.aos-animate {
    margin-right: 50px !important;
    width: 47%;
    margin-top: 10px !important;
}

h3.text-center.h3-help-1 {
    margin-top: -1.4rem;
}


.contact-form-div3 textarea {
    border: 1px solid #aaa;
    width: 80%;
    height: 120px;
    font-size: 16px;
    padding: 8px;
    border-radius: 4px;
    margin-top: 8px;
    resize: none;
    background: transparent !important;
    border-radius: 0 !IMPORTANT;
    padding: 35px 55px !IMPORTANT;
    height: 200px;
    text-shadow: 0 0 0 #aaa;
    font-size: 22px !;
    color: white !important;
    margin-bottom: 0;
}

.contact-form-div3 .helper-text {
    font-size: 12px;
    color: #bfbebe;
    margin-top: 5px;
    /* font-style: italic; */
    font-family: system-ui;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    width: auto;
    font-style: unset;
    margin-left: 4%;
}

.contact-form-div3 .error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: none;
    font-weight: 600;
    font-family: system-ui;
    text-align: end;
    width: 80%;
}

nav.navbar.navbar-expand-lg ul li:nth-of-type(6) {
    position: relative;
}

h2.welcome-help {
    margin-top: 0 !important;
    text-align: center;
    font-size: 24px !important;
    font-weight: bolder !important;
    color: #fff !important;
}

.image.unit_img.aos-init.aos-animate {
    margin-right: 50px !important;
    width: 47%;
    margin-top: 10px !important;
}

h3.text-center.h3-help-1 {
    margin-top: -1.4rem;
}


.contact-form-div3 textarea {
    border: 1px solid #aaa;
    width: 80%;
    height: 120px;
    font-size: 16px;
    padding: 8px;
    border-radius: 4px;
    margin-top: 8px;
    resize: none;
    background: transparent !important;
    border-radius: 0 !IMPORTANT;
    padding: 35px 55px !IMPORTANT;
    height: 200px;
    text-shadow: 0 0 0 #aaa;
    font-size: 22px !;
    color: white !important;
    margin-bottom: 0;
}

.contact-form-div3 .helper-text {
    font-size: 12px;
    color: #c2c2c2;
    margin-top: 5px;
    /* font-style: italic; */
    font-family: unset;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    width: auto;
    font-style: unset;
    margin-left: 4%;
}

span.enter-text {
    font-weight: 900;
    font-size: 16px;
}

.contact-form-div3 .error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: none;
    font-weight: 600;
    font-family: system-ui;
    text-align: end;
    width: 80%;
}

.box-content.box-content-section p {
    color: #24205b !important;
}

.inner-work.unit_img .image.aos-init.aos-animate {
    margin: 0;
}

section.tour.bg-blue.life-at-tykans.position-relative .inner-work.unit_img {
    align-items: flex-start !important;
}

ul.navbar-nav.mb-2.mb-lg-0 li a i.fa.fa-chevron-down.chevron-icon.ms-2 {
    color: #24205b !IMPORTANT;
}

.testimonal-footer.text-center h4 {
    font-family: Lato, sans-serif;
}

.brochureForm1 {
    width: 100%;
}

.contact-form.mt-0.brochureForm1 {
    width: 100%;
    padding: 15px !IMPORTANT;
    margin: 0;
}

    .contact-form.mt-0.brochureForm1 button#submitButton:hover {
        background-color: #817e9f;
        border-color: #817e9f;
        color: #fff;
    }

.contact-form.contact-form1.contact-form-class div#brochureForm {
    width: 100%;
    padding: 15px !important;
    margin: 0;
}

.contact-form.contact-form1.contact-form-class button#submitButton:hover {
    background-color: #817e9f;
    border-color: #817e9f;
    color: #fff;
}

.contact-form.contact-form1 button#submitButton:hover {
    background-color: #817e9f;
    border-color: #817e9f;
    color: #fff;
}


nav.navbar.navbar-expand-lg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 999;
    backdrop-filter: blur(0px);
}

a.Responsibilities1:hover {
    font-style: normal;
    color: #9a00ff;
}




/*css*/
button.sixth-btn {
    border: 3px solid #cfa6a5;
}

    button.sixth-btn:hover {
        border: 3px solid #cfa6a5 !important;
    }

button.support-submit-button:hover {
    background-color: #817e9f;
    border-color: #817e9f;
    color: #fff;
}

.products-success-stories .image-box h4 {
    line-height: 1.4;
}

h2.unitybrochure-1 {
    max-width: max-content;
    font-weight: bold;
    line-height: 1.4;
}

p.request-unity-brochure-para {
    margin-bottom: 1.4rem;
}

.top-content.top-contect-brochure {
    padding: 0 !important;
}

.inner-ideas.text-center.unitybrochure-1 {
    color: #eab531;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    font-family: Poppins, sans-serif;
}

.number-box-main .number-box h2 {
    width: max-content;
}

.number-btns.number-btns2 {
    justify-content: unset;
}

ul.custom-dropdown {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(0px);
}

.grecaptcha-badge {
    display: none !important;
}











@media only screen and (max-width: 991.98px) {
    .contact-form-div3 textarea {
        width: 100%;
    }

    .contact-form-div3 .step41 {
        display: flex;
        margin: auto;
        width: 100%;
        justify-content: center;
        gap: 20px;
        flex-direction: column;
    }

    div#atWrapper {
        display: flex;
        flex-direction: column;
        max-width: 80%;
        margin: auto;
    }

    .contact-form-div3 .checkbox-container {
        max-width: 100%;
    }

    .contact-form-div3 .error {
        text-align: center;
        width: 100%;
    }

    .contact-form-div3 #submitBtn {
        width: 100%;
    }
}

.contact-form-div3 .error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: none;
    font-weight: 600;
    font-family: system-ui;
    text-align: center;
    width: 102%;
}

div#step4 div#errorMsg {
    width: 80%;
    text-align: end;
}

.links-capcha {
    text-align: start;
}

.recaptcha-left .label {
    text-align: start;
}

.contact-form-div3 #submitBtn {
    margin-top: 5px !IMPORTANT;
}

section.how-it-works .top-content {
    padding: 0 10px;
    width: 100% !important;
}

.form-main.form-main2 {
    width: 100% !important;
}

.top-content h2 {
    color: #92374d;
    line-height: 1.4;
    margin: 0 0 1.4rem;
    font-size: 44px;
    font-weight: bold;
}

.top-content p {
    line-height: 1.4;
    font-size: 18px;
    margin: 0 0 1.4rem;
    font-weight: 400;
    color: #000;
}

.unity-demo h1 {
    font-weight: bold;
}

.form-main {
    width: 100%;
    margin: auto;
}

section.video-section .video-container {
    text-align: center;
}

section.video-section .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 453px;
}

section.bg-blue.life-at-tykans.position-relative .inner-work {
    align-items: center;
}

span.capcha-label {
    color: #fff;
}

.form-step {
    display: none;
}

    .form-step.active {
        display: block;
    }

#supportHeading {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
}

#animatedHeading {
    display: inline-block;
}

.form-step {
    display: none;
}

    .form-step.active {
        display: block;
    }

.form-step {
    display: none;
}

    .form-step.active {
        display: block;
    }

.form-step {
    display: none;
}

    .form-step.active {
        display: block;
    }

#submitButton {
    display: none;
}




.inner-form {
    display: none;
}

    .inner-form.active {
        display: block;
    }

#submitButton {
    display: none;
}

ul {
    list-style-type: none;
    padding: 0;
}

.inner-form {
    display: none;
}

    .inner-form.active {
        display: block;
    }

#submitButton {
    display: none;
}

span.starsss {
    color: #EF6B51;
}

.form-step.active {
    display: block;
}

.error {
    color: red;
    font-size: 0.9em;
    display: none;
}

#submitButton {
    display: none;
}

.form-container {
    display: none; /* initially hidden */
    opacity: 0;
    transition: opacity 1s ease;
}

    .form-container.visible {
        opacity: 1; /* fade in */
    }



.blog-container .blog-hero {
    position: relative;
    background: url('assets/blog-banner.jpg') center/cover no-repeat;
    padding: 100px 0;
    color: white;
    text-align: center;
}

    .blog-container .blog-hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: #24205b;
    }

    .blog-container .blog-hero .container {
        position: relative;
        z-index: 2;
    }

    .blog-container .blog-hero h1 {
        font-size: 60px;
        font-weight: bold;
    }

    .blog-container .blog-hero p {
        font-size: 18px;
        opacity: 0.9;
    }


.blog-container .blog-card {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: white;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
}

    .blog-container .blog-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
    }

    .blog-container .blog-card img {
        height: 220px;
        object-fit: cover;
    }

    .blog-container .blog-card .card-body {
        padding: 20px;
    }

.blog-container .card-title {
    color: #1d2b53;
    font-weight: 600;
}

.blog-container .card-text {
    font-size: 14px;
    color: #555;
}

.blog-container .btn-primary {
    background: #24205b;
    border: none;
    border-radius: 30px;
    padding: 6px 20px;
    font-size: 14px;
    margin-top: 25px;
    font-weight: 500;
}

section.blog-content h2 {
    margin-top: 20px;
    font-weight: 500;
}

.blog-container .btn-primary:hover {
    opacity: 0.9;
}


.blog-container .blog-content {
    padding: 30px 0;
}

    .blog-container.blog-content h2 {
        color: #1d2b53;
        font-weight: 700;
        margin-top: 40px;
        margin-bottom: 15px;
    }

    .blog-container .blog-content p {
        line-height: 1.7;
        font-size: 15px;
        color: #444;
    }


.blog-container .sidebar-box {
    padding: 25px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 100px;
}

    .blog-container .sidebar-box h5 {
        color: #000;
        font-weight: 600;
        margin-bottom: 20px;
        font-size: 22px;
    }

    .blog-container .sidebar-box a {
        text-decoration: none;
        color: #000;
        font-size: 15px;
        display: flex;
        align-items: center;
        margin-bottom: 14px;
        transition: all 0.2s;
    }

        .blog-container .sidebar-box a::before {
            content: ">";
            margin-right: 8px;
            color: #000;
            font-weight: bold;
        }

.share-icons.mt-4 {
    display: flex;
}

    .share-icons.mt-4 svg {
        width: 15px;
        height: 15px;
        fill: #fff;
    }

    .share-icons.mt-4 a {
        background: #000;
        border-radius: 50%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }

.blog-container .sidebar-box a:hover {
    color: #24205b;
    transform: translateX(3px);
}


.blog-container .author-box {
    display: flex;
    align-items: center;
    margin-top: 50px;
    padding: 20px;
    background: #f9fafc;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-top: 24px !important;
}

    .blog-container .author-box img {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        margin-right: 18px;
    }

    .blog-container .author-box h6 {
        margin: 0;
        font-weight: 600;
        color: #1d2b53;
    }


.blog-container .share-icons a {
    margin-right: 12px;
    display: inline-block;
    transition: transform 0.2s;
}

    .blog-container .share-icons a:hover {
        transform: scale(1.1);
    }

.blog-container .share-icons img {
    width: 28px;
}

.blog-container .blog-card img {
    height: 200px;
    object-fit: fill;
    transition: transform 0.4s ease;
}

.blog-container .blog-card:hover img {
    transform: scale(1.1);
}

section.success-stories .cards .box-content h4 {
    font-weight: bold !important;
}

section.bg-blue.life-at-tykans.position-relative .inner-work {
    align-items: center !important;
}

.life-at-tykans button:hover {
    border: 3px solid #cfa6a5;
}
.faq-flex.faq-flex-content.faq-main-one {
    align-items: unset;
}
section.cloudera-about.call-journey-ourpartnership .cloudera-about-inner p {
    margin-left: 0;
}
section.cloudera-about.call-journey-ourpartnership .cloudera-about-inner strong {
    font-weight: bold !important;
}
.contact-form.job-application-contact-form span#phoneError {
    margin: 0 !important;
    font-size: 18px !important;
    color: #ef6b51 !important;
    padding-top: 6px;
    padding-right: 0px;
    padding-bottom: 4px;
    margin-top: 15px !important;
}


/*contact-css*/

/*.support-contact .contact-form {
    background: transparent !important;
}
    .support-contact .contact-form input[type="text"] {
        border-radius: 0;
        width: 250px;
        background: transparent !important;
        outline: none;
        border-bottom: 1px dashed #000;
        border: none;
        border-bottom: 1px dotted #aaa;
        outline: none;
        font-size: 18px;
        padding: 4px 6px;
        background: transparent;
        min-width: auto;
        color: #fff;
        font-weight: bolder;
        margin-left: 10px;
    }


    .support-contact .contact-form div#step1 input[type="email"] {
        border-radius: 0;
        width: 250px;
        background: transparent !important;
        outline: none;
        border-bottom: 1px dashed #000;
        border: none;
        border-bottom: 1px dotted #aaa;
        outline: none;
        font-size: 18px;
        padding: 4px 6px;
        background: transparent;
        min-width: auto;
        color: #fff;
        font-weight: bolder;
        margin-left: 10px;
    }
     input[type="text"] {
        width: auto;
    }
.form-steps1 {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.animation-heading1 {
    display: flex;
    justify-content: center;
}*/

form#multiStepForm button#submitButton:hover {
    background-color: #817e9f;
    border-color: #817e9f;
    color: #fff;
}

.unitybrochurerequest-ideas.ideas-pade-possible {
    padding: 0;
}

.inner-stories h2.mehroon-color-header {
    color: #92374d;
}

section.tykans-Inclusive.support-migrate.migrate.bg-light .inner-work h2.text-end {
    font-weight: bold;
}

section.tykans-Inclusive.support-migrate.migrate.bg-light .inner-work p.text-end {
    font-size: 20px;
}

button.button-link-life {
    width: max-content !IMPORTANT;
}

p.link-demo-para b.fw-bold {
    font-weight: 400 !important;
}



@media only screen and (max-width: 767.98px) {
    .content.content-support2 {
        width: 100% !important;
    }

    button.button-link-life {
        width: auto !IMPORTANT;
    }

    .content.life-at-tykan-content2 {
        width: 100% !important;
    }

    .content.life-at-tykan-content1 {
        padding: 0 !important;
    }

    .content.life-at-tykan-content3 {
        padding: 0 !important;
    }

    .content.life-at-tykan-content4 {
        width: 100% !important;
    }

    button.btns-of-life2 {
        width: max-content !IMPORTANT;
        padding: 12px 20px !important;
    }

    .tour .content h2 {
        font-size: 36px;
        font-weight: normal;
        margin-top: 0%;
    }

    .image.unit_img.aos-init.aos-animate {
        width: 100%;
        margin: 0 !important;
        margin-top: 1.4rem !important;
    }
}


.pulse-big-img .accordion-item.active {
    display: flex;
    flex-direction: column !important;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
}

.pulse-big-img .accordion {
    box-shadow: 0px 0px 30px 11px #bab9ca !important;
}
/*.pulse-big-img div:nth-of-type(1):hover {
    background: #c1c1c1;
    border-radius: 10px;
    padding-left: 10px;
    color: #000000;
}
section.pulse-big-img .accordion div:nth-of-type(1) {

}*/
.pulse-big-img div:nth-of-type(1) {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.pulse-big-img .accordion-item {
    padding: 0px 0;
}

section.pulse-big-img .accordion .accordion-item {
    margin: 35px 0 !IMPORTANT;
    transition: .4s ease;
}

.pulse-big-img .accordion {
    padding-top: 1px;
    padding-bottom: 1px;
}

section.pulse-big-img .accordion .accordion-header {
    transition: .4s ease;
}

section.pulse-big-img .accordion .accordion-header {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

    section.pulse-big-img .accordion .accordion-header:hover {
        background: #c4c4c4;
        padding-left: 10px;
        border-radius: 5px;
        width: 100%;
    }

.pulse-big-img .accordion-item.active .accordion-content {
    height: 120px;
}

img.img-icon-pulse {
    width: 55px !IMPORTANT;
}





@media only screen and (max-width: 991.98px) {
    .contact-form-div3 textarea {
        width: 100%;
    }

    .contact-form-div3 .step41 {
        display: flex;
        margin: auto;
        width: 100%;
        justify-content: center;
        gap: 20px;
        flex-direction: column;
    }

    div#atWrapper {
        display: flex;
        flex-direction: column;
        max-width: 80%;
        margin: auto;
    }

    .contact-form-div3 .checkbox-container {
        max-width: 100%;
    }

    .contact-form-div3 .error {
        text-align: center;
        width: 100%;
    }

    .contact-form-div3 #submitBtn {
        width: 100%;
    }
}

.contact-form-div3 .error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: none;
    font-weight: 600;
    font-family: system-ui;
    text-align: center;
    width: 102%;
}

.error.error-2 {
    width: 113%;
}

div#step4 div#errorMsg {
    width: 80%;
    text-align: end;
}


button.button-of-support {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    button.button-of-support:hover {
        background-color: rgba(249, 235, 200, 1.0);
        color: #24205b;
        font-style: normal;
        font-weight: bold;
        text-decoration: none;
        border: none;
    }

.address-info .addres p {
    width: 60%;
}

section.support-contact.contact-us-today .inner-contact.text-center h1 {
    font-weight: bold;
}

section.faq-main .container-fluid.p-0 div:nth-of-type(7) {
    background-color: #24205b !important;
}

section.testi-monal.bg-light .inner-testi.position-relative h2 {
    line-height: 1.4;
}

.inner-work.unit_img ul.help-ul {
    list-style: disc;
}

.inner-work.unit_img ul.help-Frequently-ul li {
    list-style: disc;
}

section.contact-us-today .inner-contact.text-center h1 {
    font-weight: bolder;
}

.counter-last.counter-last1 p {
    font-family: Poppins, serif;
}

.inner-box.inner-box1 p {
    font-size: 18px;
}

.contact-form-div3 .checkbox-container a:hover {
    color: #dda0a0;
}



.form-step.job-application-form-step {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

    .form-step.job-application-form-step.active {
        display: block;
        opacity: 1;
        animation: fadeIn 0.6s ease forwards;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.job-application-contact-form .error-message {
    font-size: 13px;
    color: #e74c3c;
    color: #ef6b51;
    margin-top: 15px;
    display: none;
    padding-top: 6px;
    padding-right: 0px;
    padding-bottom: 4px;
    font-size: 18px;
}

form.contact-form.job-application-contact-form {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 45px;
    border-radius: 35px !important;
    background-color: #e1e1ea !important;
}

.job-application-contact-form .form-step.active {
    padding: 15px 45px;
    padding-bottom: 0;
}

    .job-application-contact-form .form-step.active input {
        margin: 0;
        color: #000;
        font-size: 15px;
    }

form.contact-form.job-application-contact-form label {
    line-height: unset;
    padding: 0;
    margin: 0;
    margin-bottom: 1.4rem;
}

form.contact-form.job-application-contact-form div#step8 p {
    font-size: 14px;
    margin: 0 0 1.4rem;
}

form.contact-form.job-application-contact-form .checkbox-container {
    display: flex;
    gap: 6px;
}

form.contact-form.job-application-contact-form input#consentCheckbox {
    width: 20px;
    height: 20px;
}

form.contact-form.job-application-contact-form input {
    color: #000;
}

    form.contact-form.job-application-contact-form input.files {
        border: none !important;
    }

form.contact-form.job-application-contact-form button#submitButton {
    font-size: 18px !important;
    font-weight: 500;
    height: unset;
    width: 90%;
    margin: auto;
}

section.job-application.geocon23-contact.contact-us-banner .checkbox-container {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
}

section.job-application.geocon23-contact.contact-us-banner input#consentCheckbox {
    width: 20px;
    height: 20px;
}

label.consentCheckbox1 {
    line-height: unset !IMPORTANT;
}

section.job-application.geocon23-contact.contact-us-banner div#step8 p {
    margin: 0 0 1.4rem;
    font-size: 14px;
    color: #000;
}

section.job-application.geocon23-contact.contact-us-banner button#submitButton {
    width: 90%;
    margin: auto;
    height: auto;
    font-weight: 600;
}

.inner-work.inner-work-home img {
    border-radius: 60px;
}

.inner-work.inner-work-support .image.inner-work-support-img.aos-init {
    margin-top: 0;
}

    .inner-work.inner-work-support .image.inner-work-support-img.aos-init img {
        border-radius: 60px;
    }

.inner-work.we-love-you-inner-work img {
    border-radius: 60px;
}

.contact-form.contact-form1.brochurecontact-form {
    height: max-content;
}

.cards.careerPage-cards img.amazing-img {
    padding: 0 !IMPORTANT;
    margin-bottom: 30px;
    border-radius: 50%;
    height: 400px;
}

span.text-danger.field-validation-error {
    color: #ef6b51 !IMPORTANT;
    font-size: 18px;
}

.contact-form.job-application-contact-form {
    padding: 10px 0px 25px;
}

.image.service-image.aos-init.aos-animate {
    margin-top: 0 !important;
}

button.btn-latter.btnlatter2 {
    width: 300px;
    padding: 0;
    height: 56px;
}

.inner-work.about-us-inner-img1 img {
    max-width: 400px;
    margin-left: 50px;
}

.inner-work.about-us-inner-img2 img {
    max-width: 400px;
}

section.Collaborating.bg-light.bg-light-aboutus .heading p a span {
    font-weight: bold;
}

    section.Collaborating.bg-light.bg-light-aboutus .heading p a span:hover {
        text-decoration: underline;
        font-style: normal;
        color: #9a00ff !IMPORTANT;
    }

section.faq-main.faq-main1 .main-p div a:hover {
    font-weight: normal;
    text-decoration: underline;
    font-family: Lato, sans-serif;
    font-style: normal;
    color: #9a00ff;
}


a.GenesysAppFoundry {
    font-size: 18px !important;
    color: #fff;
}

    a.GenesysAppFoundry:hover {
        font-weight: normal;
        text-decoration: underline;
        font-family: Lato, sans-serif;
        font-style: normal;
        text-decoration-color: #9a00ff;
    }

a.salestykan {
    font-size: 18px !important;
    color: #fff;
}

    a.salestykan:hover {
        text-decoration: underline;
    }

@media only screen and (max-width: 850.98px) {
    .three-btns .inner-btns {
        display: grid;
        justify-content: center;
        gap: 20px;
    }
}

.link-img-para-inner {
    gap: 25px;
}

    .link-img-para-inner h3 {
        font-style: normal;
        font-weight: 500;
        text-decoration: none;
        color: #000000;
        font-size: 20px;
        text-transform: none;
        font-weight: bolder;
        width: 90%;
        margin: revert;
        font-family: "Poppins", sans-serif;
        text-align: start;
        margin-left: 25px;
    }

h3.cloudera-h3 {
    color: #24205b;
}

.link-img-para-inner p {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 1rem;
    font-size: 18px;
    color: #000;
    line-height: 1.4;
    text-align: start;
    margin-left: 25px;
}

.link-contact .cloudera-contact-btn1 {
    margin-top: 40px;
}


.link-img-para {
    width: 100%;
    padding: 80px 0;
    background: #f3f3f1;
}

.link-img-para-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: nowrap;
    box-sizing: border-box;
}


    .link-img-para-inner > div {
        flex: 1 1 0;
        max-width: 395px;
        min-width: 0;
        text-align: center;
        box-sizing: border-box;
    }


    .link-img-para-inner img {
        width: 100%;
        max-width: 395px;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        border-radius: 50%;
        display: block;
        margin: 0 auto 20px;
    }

section.link-img-para {
    padding: 50px 0px !important;
    padding-bottom: 0 !important;
}

.inner-support {
    display: flex;
    align-items: self-start;
    margin-top: 50px;
}

.support-contact .contact-form {
    margin-top: 0px;
}
.support-p-two {
    font-family: Poppins, sans-serif !important;
    font-size: 20px !important;
    color: #24205b !important;
}
.contact-form.job-application-contact-form .form-control:focus {
    border: 2px solid #000 !IMPORTANT;
    border-radius: 5px !important;
    box-shadow: 0 0 0 1px rgb(255 255 255) !important;
}
.form-number-step input:focus {
    border: 2px solid #000 !IMPORTANT;
    border-radius: 5px !important;
    box-shadow: 0 0 0 1px rgb(255 255 255) !important;
}
.form-step.support-email.active input#emailInput {
    border-radius: 15px !important;
}

@media (max-width: 767px) {
    .link-img-para-inner {
        display: block;
    }

        .link-img-para-inner > div {
            flex: 1 1 45%;
            max-width: 100%;
            padding: 20px;
        }

        .link-img-para-inner img {
            width: 100%;
            max-width: 100%;
        }

        .link-img-para-inner h3 {
            margin-left: 0px;
        }

        .link-img-para-inner p {
            margin-left: 0px;
        }
}

@media (max-width: 576px) {
    .link-img-para-inner > div {
        flex: 1 1 100%;
    }

    .link-img-para-inner img {
        max-width: 100%;
    }
}





@media only screen and (max-width: 767.98px) {
    .tour .content h2 {
        font-size: 36px;
        font-weight: normal;
        margin-top: 0%;
    }

    .image.unit_img.aos-init.aos-animate {
        width: 100%;
        margin: 0 !important;
        margin-top: 1.4rem !important;
    }

    .inner-work.about-us-inner-img1 img {
        max-width: 100%;
        margin-left: 0;
    }

    .inner-work.about-us-inner-img1 .image.aos-init.aos-animate {
        width: 100%;
    }

    .inner-work.about-us-inner-img2 img {
        max-width: 100%;
        margin-right: 0;
    }

    .inner-work.about-us-inner-img2 .image.aos-init.aos-animate {
        width: 100%;
    }

    .link-img-para-inner {
        display: grid;
        gap: 20px;
    }

        .link-img-para-inner img {
            max-width: 100%;
            width: 100%;
            padding-left: 0px !important;
            padding-right: 00px !important;
        }

    .member-image img {
        display: block;
    }

    .formul-image {
        display: block;
        width: 100%;
    }

    .empower-IMG2 img {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
    }

    .empower-IMG2 .accordion:nth-of-type(1) {
        margin-top: 30px !important;
    }

    .cloudera-about-inner {
        padding-top: 50px !important;
    }
}




@media (min-width: 767px) {

    section .video-section .video-wrapper {
        padding-bottom: 0;
        height: 420px;
        width: 700px;
        margin: 0 auto;
        position: relative;
    }

        section.video-section .video-wrapper iframe {
            position: static;
            width: 700px;
            height: 420px;
        }
}



@media only screen and (max-width: 576.98px) {
    .pulse-big-img .accordion {
        padding-left: 0px;
        padding-right: 0px;
    }

    .contact-form-div3 textarea {
        padding: 20px !IMPORTANT;
    }

    .Ideas-made .inner-work .image {
        padding-right: 0px;
    }

    .migrate button {
        padding: 16px 25px;
        font-size: 15px;
    }

    .main-p {
        padding-left: 0px !important;
    }

    h2.faq-h2 {
        font-size: 20px;
    }

    .Power-of-Data-with-Cloudera h1 {
        font-size: 45px;
    }

    .cloudera-about h1 {
        font-size: 55px;
    }

    .Mark.R\.-card {
        padding-right: 20px;
        padding-left: 20px;
    }

        .Mark.R\.-card h2 {
            font-size: 25px;
        }

        .Mark.R\.-card img {
            display: block;
        }

    .empowering-inner h1 {
        font-size: 36px;
    }

    .Innovative-communication .content h1 {
        font-size: 26px;
        padding-right: 0;
    }

    .cloudera-about-inner {
        padding-left: 0px !important;
    }

        .cloudera-about-inner h2 {
            font-size: 36px !important;
        }

    section.Mark.R\. .Mark.R\.-card h2 {
        font-size: 30px !important;
    }
}


@media only screen and (max-width: 450.98px) {
    .our-leadership .content h2 {
        font-size: 45px;
    }

    .about-us h1 {
        font-size: 45px;
    }

    .tykans-formula .hedaing h2 {
        font-size: 45px;
    }

    .migrate h2 {
        font-size: 35px;
    }

    .inner-number h2 {
        font-size: 45px;
    }

    .cloudera-about h1 {
        font-size: 34px;
    }
}

.error {
    display: none;
    color: red;
}


.blog-explore-section {
    width: 100%;
}

    .blog-explore-section .blog-banner {
        background-image: url(https://tykans-com.tykans.com/media/r2rfqde4/about_us_banner.png);
        height: 100vh;
        width: 100%;
        background-size: cover;
        background-position: center;
    }

    .blog-explore-section .blog-content {
        padding: 80px 20px;
    }

    .blog-explore-section .blog-content-wrapper {
        max-width: 1200px;
        margin: auto;
        display: flex;
        align-items: center;
        gap: 50px;
    }

    .blog-explore-section .blog-image {
        flex: 1;
        text-align: center;
    }

        .blog-explore-section .blog-image img {
            max-width: 85%;
        }

    .blog-explore-section .blog-text {
        flex: 1;
    }

        .blog-explore-section .blog-text h2 {
            font-size: 34px;
            margin-bottom: 20px;
            color: #222;
        }

        .blog-explore-section .blog-text p {
            font-size: 16px;
            line-height: 1.8;
            color: #555;
            margin-bottom: 16px;
        }

    .blog-explore-section .blog-extra {
        background: #f6f6f6;
        padding: 70px 20px;
        text-align: center;
    }

        .blog-explore-section .blog-extra h3 {
            font-size: 28px;
            margin-bottom: 15px;
            color: #222;
        }

        .blog-explore-section .blog-extra p {
            max-width: 800px;
            margin: auto;
            font-size: 16px;
            line-height: 1.7;
            color: #555;
        }

section.blog-explore-section {
    padding: 0;
}

.alert.alert-success {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 10px);
}

.alert.alert-danger {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 10px);
}

.faq-flex.faq-flex-content {
    align-items: center;
}

section.Empowering.call-journey-business .call-journey-business1 {
    flex: 0 0 auto;
    width: 50%;
    padding-right: 0 !important;
}

section.Empowering.call-journey-business .empowering-inner .empower-IMG img {
    max-width: 528px !important;
    width: 100%;
}

section.cloudera-about.call-journey-ourpartnership .img-div {
    text-align: center;
}

    section.cloudera-about.call-journey-ourpartnership .img-div img {
        width: 100%;
        padding-top: 50px !important;
        max-width: 300px;
    }

section.cloudera-about.call-journey-ourpartnership .cloudera-about-inner {
    padding-top: 40px !important;
}

.warm-regards {
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    max-width: 400px;
}

    .warm-regards p {
        margin-bottom: 20px;
        color: red !important;
    }

    .warm-regards .signature-content {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .warm-regards .signature-logo {
        width: 100px;
        height: auto;
    }

    .warm-regards .signature-text a {
        color: #1a0dab;
        text-decoration: none;
    }

        .warm-regards .signature-text a:hover {
            text-decoration: underline;
        }

@media (max-width: 768px) {
    .blog-explore-section .blog-content-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .blog-explore-section .blog-image img {
        max-width: 100%;
    }

    section.Empowering.call-journey-business .empowering-inner .empower-IMG img {
        max-width: unset !important;
    }

    section.Empowering.call-journey-business .call-journey-business1 {
        width: 100%;
    }

    section.cloudera-about.call-journey-ourpartnership .cloudera-about-inner {
        padding-left: 0px !important;
    }
}


.parents-section-one {
    background: #23235b;
    color: #fff;
}

    .parents-section-one .section-container {
        max-width: 1800px !important;
        margin: auto;
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 50px;
    }

    .parents-section-one .section-content h2 {
        font-size: 36px;
        margin-bottom: 16px;
        font-weight: 500;
    }

    .parents-section-one .section-content p {
        font-size: 20px;
        line-height: 1.6;
        max-width: 600px;
    }

    .parents-section-one .section-image {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 10px !important;
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

        .parents-section-one .section-image img {
            max-width: 446px;
            margin-bottom: 18px;
            width: 100%;
        }

    .parents-section-one .btn {
        display: inline-block;
        padding: 13px 30px;
        background: #d97706;
        color: #fff;
        text-decoration: none;
        border-radius: 20px;
        font-size: 18px;
        background-color: rgba(185, 97, 24, 1.0);
        border: 3px solid #fce4c1;
        border-radius: 30px;
        margin-top: 20px;
        width: 165px;
    }

        .parents-section-one .btn:hover {
            background-color: rgba(252, 228, 193, 1.0);
            color: #b96118;
            font-style: normal;
            font-weight: bold;
            text-decoration: none;
        }



.parents-section-two {
    background: #eeeeee;
    color: #000;
}

    .parents-section-two .section-container {
        max-width: 1800px !important;
        margin: auto;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        gap: 50px;
        padding-top: 50px !important;
        padding-bottom: 30px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
        background-image: linear-gradient(rgba(238, 238, 238, 1), rgba(238, 238, 238, 1)) !important;
        background-position: left top !important;
        background-size: auto !important;
        background-repeat: no-repeat !important;
    }

    .parents-section-two .section-content h2 {
        margin-bottom: 16px;
        color: #24205b;
        font-size: 36px;
        font-weight: 500;
    }

    .parents-section-two .section-content p {
        font-size: 20px;
        line-height: 1.6;
        max-width: 600px;
        color: #24205b;
    }

    .parents-section-two .section-image {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 10px !important;
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

        .parents-section-two .section-image img {
            max-width: 446px;
            margin-bottom: 18px;
            width: 100%;
        }

    .parents-section-two .btn {
        display: inline-block;
        padding: 13px 30px;
        color: #fff;
        text-decoration: none;
        border-radius: 20px;
        font-size: 18px;
        background-color: rgba(36, 32, 91, 1.0);
        border: 3px solid #bab9ca;
        border-radius: 30px;
        margin-top: 20px;
        width: 165px;
    }

        .parents-section-two .btn:hover {
            background-color: rgba(206, 206, 221, 1.0);
            color: #24205b;
            font-style: normal;
            font-weight: bold;
            text-decoration: none;
        }

.parents-section-three {
    background: #23235b;
    color: #fff;
}

    .parents-section-three .section-container {
        max-width: 1800px !important;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 50px;
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .parents-section-three .section-content h2 {
        font-size: 36px;
        margin-bottom: 16px;
        font-weight: 500;
    }

    .parents-section-three .section-content p {
        font-size: 20px;
        line-height: 1.6;
        max-width: 600px;
    }

    .parents-section-three .section-image {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 10px !important;
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

        .parents-section-three .section-image img {
            max-width: 446px;
            width: 100%;
        }

    .parents-section-three .btn {
        display: inline-block;
        padding: 13px 30px;
        background: #d97706;
        color: #fff;
        text-decoration: none;
        border-radius: 20px;
        font-size: 18px;
        background-color: rgba(185, 97, 24, 1.0);
        border: 3px solid #fce4c1;
        border-radius: 30px;
        margin-top: 20px;
        width: 165px;
    }

        .parents-section-three .btn:hover {
            background-color: rgba(252, 228, 193, 1.0);
            color: #b96118;
            font-style: normal;
            font-weight: bold;
            text-decoration: none;
        }

h1.glove-sr {
    color: #ffffff;
    font-size: 36px;
    width: 90%;
}

.cloud-cx-tour {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

    .cloud-cx-tour .cloudera-about-inner {
        display: block !important;
        padding-left: 40px !important;
        padding-top: 0 !important;
        width: 51%;
    }

    .cloud-cx-tour .img-div.col-5 img {
        max-width: 478px;
        width: 100%;
    }

    .cloud-cx-tour button.btn-latter.btnlatter2 {
        background-color: rgba(185, 97, 24, 1.0);
        border: 3px solid #fad49e;
        border-radius: 30px;
        color: #FFFFFF;
        font-size: 17px;
        font-family: Lato, sans-serif;
        font-style: normal;
        font-weight: 700;
        text-decoration: none;
    }

        .cloud-cx-tour button.btn-latter.btnlatter2:hover {
            background-color: rgba(252, 228, 193, 1.0);
            color: #b96118;
            font-style: normal;
            font-weight: bold;
            text-decoration: none;
        }

@media (max-width: 768px) {
    .parents-section-one .section-container, .parents-section-two .section-container, .parents-section-three .section-container {
        flex-direction: column;
        text-align: center;
    }

    .cloud-cx-tour {
        display: flex;
        flex-direction: column-reverse;
    }

        .cloud-cx-tour .img-div.col-5 {
            width: 100%;
        }

        .cloud-cx-tour .cloudera-about-inner {
            width: 100%;
            margin-top: 30px;
        }

        .cloud-cx-tour .cloudera-about-inner {
            padding-left: 0px !important;
        }

        .cloud-cx-tour .img-div.col-5 img {
            max-width: 100%;
            width: 100%;
        }

    .inner-footer .logo {
        margin-bottom: 25px;
        margin-left: 0;
    }
}



@media (max-width: 576px) {
    .accordion.accordion-in1 .accordion-item.active .accordion-content {
        height: auto;
    }

    .pulse-big-img-para p:nth-of-type(1) {
        font-size: 36px;
    }

    .accordion.accordion-in1 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .Want-to-join.bg-blue {
        padding: 40px 20px;
    }

    img.amazing-img {
        max-width: 350px;
        width: 100%;
    }

    .cards.careerPage-cards img.amazing-img {
        height: 350px;
    }

    .about-us .inner-work .content {
        padding-right: 0px;
    }

    .inner-collaborating .heading {
        padding: 0px 0px;
    }

    .job-application-contact-form .form-step.active {
        padding: 15px 20px;
    }

    main.blog-container section.blog-list.py-5 {
        padding: 60px 10px;
    }

    section.blog-content .container {
        padding: 0 20px;
    }
}



@media (max-width: 400px) {
    .cloud-cx-tour button.btn-latter.btnlatter2 {
        width: 250px;
    }

    button.btn-latter.btnlatter2 {
        width: 250px;
    }

    img.width-auto.width-auto2 {
        max-width: 300px;
    }

    .migrate button {
        padding: 16px 22px;
        font-size: 15px;
    }

    .support-about .inner-work .content {
        padding: 0;
    }

    .tour .content h2 {
        font-size: 35px;
    }

    h2.i-w-para {
        margin-left: 0;
    }

    .support-migrate, .support-Integrate, .support-Training {
        padding: 15px 30px;
    }

    img.amazing-img {
        max-width: 300px;
        width: 100%;
    }

    .cards.careerPage-cards img.amazing-img {
        height: 270px;
    }
}



.applying-main {
    width: 100%;
}


.apply-top-main {
    background-image: linear-gradient(rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
    background-position: left top;
    background-size: auto;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}


.apply-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1800px;
    width: 100%;
    margin: auto;
}

.apply-img {
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
}

.apply-img img {
    width: 310px;
    height: 310px;
}

.apply-content {
    margin-left: 2.564102564%;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 24px;
}

    .apply-content span.h1 {
        font-size: 28px;
        color: #92374d;
        margin-bottom: 15px;
        text-align: left;
        line-height: 1.25;
        font-size: 36px;
        font-weight: bold;
        margin: 0 0 1rem;
        display: block;
        font-family: Lato, sans-serif;
        font-family: Poppins, serif;
    }

    .apply-content span.p {
        font-size: 15px;
        color: #24205b;
        margin-bottom: 12px;
        line-height: 1.6;
        text-align: left;
        line-height: 1.25;
        font-weight: normal;
        font-size: 24px;
        margin: 0 0 1.4rem;
        display: block;
    }

    .apply-content a {
        color: #f0a500;
        text-decoration: none;
        font-weight: 500;
    }

        .apply-content a:hover {
            font-weight: normal;
            text-decoration: underline;
            font-family: Lato, sans-serif;
            font-style: normal;
            color: #9a00ff;
        }



/* ===================== */
/* BOTTOM SECTION */
/* ===================== */

.apply-bottom {
    display: flex;
    justify-content: space-between;
    max-width: 1800px;
    width: 100%;
    margin: auto;
}

.bottom-box p {
    margin-bottom: 15px;
    font-size: 18px;
    color: #24205b;
    font-family: Lato, sans-serif;
    margin: 0 0 1.4rem;
}

.apply-bottom-main {
    background-image: linear-gradient(rgba(232, 233, 239, 1), rgba(232, 233, 239, 1));
    background-position: left top;
    background-size: auto;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 80px;
}

    .apply-bottom-main .apply-bottom .bottom-box:nth-of-type(1) {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 100px;
        padding-right: 40px;
    }

    .apply-bottom-main .apply-bottom .bottom-box:nth-of-type(2) {
        margin-left: 2.564102564%;
        padding-top: 20px;
        padding-left: 110px;
        padding-right: 20px;
    }

.btn-main {
    display: inline-block;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    background-color: rgba(146, 55, 77, 1.0);
    border: 3px solid #ead8d7;
    border-radius: 30px;
    font-weight: 400;
    font-family: Lato, sans-serif;
    padding-top: 12px;
    padding-right: 30px;
    padding-bottom: 12px;
    padding-left: 30px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
}

    .btn-main:hover {
        background-color: rgba(241, 231, 231, 1.0);
        color: #92374d;
        font-family: Lato, sans-serif;
        font-style: normal;
        font-weight: 700;
        text-decoration: none;
    }


/* Setting Icon */

.setting-icon {
    position: absolute;
    right: 110px;
    bottom: -40px;
}

    .setting-icon img {
        width: 160px;
    }



/* ===================== */
/* RESPONSIVE */
/* ===================== */

@media (max-width: 992px) {
    .apply-top {
        text-align: center;
        flex-direction: column;
        gap: 30px;
    }

    .apply-content {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .apply-img {
        width: 100%;
    }

    .apply-img img {
        padding: 0;
        height: auto;
        width: 100%;
    }

    .apply-bottom {
        text-align: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .setting-icon {
        right: 40px;
    }

    .apply-bottom-main .apply-bottom .bottom-box:nth-of-type(1) {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
    }

    .apply-bottom-main .apply-bottom .bottom-box:nth-of-type(2) {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
        margin: 0;
    }

    .apply-bottom-main {
        padding-right: 30px;
    }
}
section.applying-main {
    padding: 0;
}

@media (max-width: 576px) {
    .apply-img img {
        width: 200px;
        height: 200px;
    }

    .apply-content h1 {
        font-size: 22px;
    }
}