div.about-carousel-item {
    list-style: none;
}
.about-carousel-wrapper {
    position: relative;
    max-width: 1360px;
    margin: 0 auto;
}
.about-carousel-wrapper:before,
.about-carousel-wrapper:after {
    position: absolute;
    top: 0;
    z-index: 1;
    content: "";
    display: block;
    height: 100%;
}
.about-items {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    cursor: pointer;
    margin-left: 40px;
    box-sizing: content-box;
    padding: 40px 0;
}
.about-items.active {
    cursor: grab;
}
.about-carousel-item {
    display: inline-block;
    margin-left: 20px;
    height: 240px;
    font-size: 33px;
    font-weight: bold;
    line-height: 130px;
    width: max-content;
}
.about-carousel-item:first-child {
    margin-left: 0px;
}
@media screen and (max-width: 767px) {
    .about-items {
        margin-left: 0px;
    }
    .about-carousel-wrapper {
        padding-left: 10px;
    }
    .inno-about-img {
        width: 224px;
        height: auto;
    }
}
/*Bubbles*/
.inno-bubbles {
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
    left: 0;
}
/* .inno-bubbles-hero-section{
    height: 100%;
    overflow:hidden;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
} */
.inno-bubble-1,
.inno-bubble-2,
.inno-bubble-3 {
    width: 60px;
    height: 60px;
    background: #e3f5ff;
    opacity: 0.65;
    z-index: 0;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    position: absolute;
    top: 0;
}
/* .inno-bubble-4
{
    width: 120px;
    height: 120px;
    background: #e3f5ff;
    opacity: 0.65;
    z-index: 0;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    position: absolute;
    top:0;
}
.inno-bubble-5
{
    width: 160px;
    height: 160px;
    background: #e3f5ff;
    opacity: 0.65;
    z-index: 0;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    position: absolute;
    top:0;
} */
.inno-bubble-1 {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-animation: moveclouds 20s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
    -moz-animation: moveclouds 20s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
    -o-animation: moveclouds 20s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
}
.inno-bubble-2 {
    right: 470px;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-animation: movecloudsright 45s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
    -moz-animation: movecloudsright 45s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
    -o-animation: movecloudsright 45s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
}
.inno-bubble-3 {
    left: 150px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-animation: moveclouds 55s linear infinite,
        sideWays 5s ease-in-out infinite alternate;
    -moz-animation: moveclouds 55s linear infinite,
        sideWays 5s ease-in-out infinite alternate;
    -o-animation: moveclouds 55s linear infinite,
        sideWays 5s ease-in-out infinite alternate;
}
/* .inno-bubble-4{
    -webkit-animation: animateBubble 25s linear infinite, animateBubblesideWays 10s ease-in-out infinite alternate;
	-moz-animation: animateBubble 25s linear infinite, animateBubblesideWays 10s ease-in-out infinite alternate;
	animation: animateBubble 25s linear infinite, animateBubblesideWays 10s ease-in-out infinite alternate;
	left: -5%;
	top: 5%;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
}
.inno-bubble-5{
    -webkit-animation: animateBubble 28s linear infinite, animateBubblesideWays 50s ease-in-out infinite alternate;
	-moz-animation: animateBubble 28s linear infinite, animateBubblesideWays 50s ease-in-out infinite alternate;
	animation: animateBubble 28s linear infinite, animateBubblesideWays 50s ease-in-out infinite alternate;
	left: 10%;
	top: 40%;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transform: scale(0.7);
} */
@-webkit-keyframes moveclouds {
    0% {
        left: 100%;
    }
    100% {
        left: -100px;
    }
}
@-webkit-keyframes movecloudsright {
    0% {
        left: -100px;
    }
    100% {
        left: 100%;
    }
}
@-webkit-keyframes sideWays {
    0% {
        margin-top: 0px;
    }
    100% {
        margin-top: 50px;
    }
}
@-moz-keyframes moveclouds {
    0% {
        left: 100%;
    }

    100% {
        left: -100px;
    }
}
@-moz-keyframes movecloudsright {
    0% {
        left: -100px;
    }
    100% {
        left: 1400px;
    }
}
@-moz-keyframes sideWays {
    0% {
        margin-top: 0px;
    }
    100% {
        margin-top: 50px;
    }
}
@-o-keyframes moveclouds {
    0% {
        left: 100%;
    }
    100% {
        left: -100px;
    }
}
@-moz-keyframes movecloudsright {
    0% {
        left: -100px;
    }
    100% {
        left: 1400px;
    }
}
@-o-keyframes sideWays {
    0% {
        margin-top: 0px;
    }
    100% {
        margin-top: 50px;
    }
}
/****/
.faq-accordion-item {
    max-width: 1110px;
    margin: 10px auto;
}
.faq-accordion {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    border-radius: 10px;
    background: #10b6d5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.faq-accordion:hover {
    background-color: #02a0bd;
}
.faq-accordion-active {
    background-color: #02a0bd;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.faq-accordion:after {
    content: "\002B";
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.faq-accordion-active:after {
    content: "\2212";
}
.faq-accordion-panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #474b59;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
}
.faq-accordion-panel p {
    margin: 10px;
}
.tab-h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 65px;
    color: #27abc8;
    width: fit-content;
    margin: 0 auto;
}
.tab-1-sec {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.tabContainer {
    box-sizing: border-box;
    width: calc(100% - 160px);
    max-width: 1280px;
    margin: 0 auto;
}
#faq-sec .tabContainer {
    padding-block: 20px 40px;
}
.tab-header {
    width: 100%;
    margin: 0 auto;
    height: 72px;
    background: #ffffff;
    border: 1px solid #18aaca;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
/*About us section - Start*/
.about-us-section {
    background: #18aaca;
}
.about-h2 {
    font-size: 48px;
    color: #fff;
    padding: 40px 0 20px 40px;
    font-weight: 400;
    max-width: 1360px;
    margin: 0 auto;
}
.about-p2 {
    font-size: 18px;
    color: #fff;
    padding: 0 0 20px 40px;
    line-height: 1.3;
    max-width: 1360px;
    margin: 0 auto;
}
.inno-about-smily {
    position: absolute;
    top: 0;
    right: 0;
}
.innovation-project-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    max-width: 1360px;
    margin: 0 auto;
}
.inno-projrct-h2 {
    text-align: center;
    font-size: 22px;
    color: #000;
    font-weight: 400;
    z-index: 1;
}
.innovation-project-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.inno-projrct-h2 {
    text-align: center;
    font-size: 22px;
    color: #000;
    font-weight: 400;
    z-index: 1;
}
.inno-project-btn {
    font-size: 18px;
    padding: 11px 30px;
    color: #fff;
    background: #18aaca;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    margin-bottom: 50px;
    font-weight: 300;
    text-decoration: none;
    z-index: 1;
    width: fit-content;
    margin-inline: auto;
}
/*About us section - End*/
/*Waves - Start*/
@media screen and (min-width: 992px) {
    .wave-bg {
        margin-left: 80px;
        box-shadow: -5px 0 5px -5px rgb(0 0 0 / 15%);
    }
}
.waves {
    transform: rotate(-180deg);
    width: 100%;
    height: 25vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
}
.parallax > use:first-child {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use {
    animation: 300s linear infinite move-forever;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}
/*Waves - End */
@media screen and (max-width: 767px) {
    .faq-accordion {
        font-size: 17px;
        line-height: 22px;
    }
    .faq-accordion-panel {
        font-size: 16px;
        line-height: 23px;
    }
}
@media only screen and (min-device-width: 1200px) and (max-device-width: 1350px) {
}
@media only screen and (min-device-width: 1025px) and (max-device-width: 1199px) {
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .inno-projrct-h2 {
        font-size: 19px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .inno-projrct-h2 {
        font-size: 16px;
    }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 991px) {
}
@media only screen and (max-width: 768px) {
    .tabContainer {
        width: calc(100% - 80px);
    }
}
@media only screen and (max-width: 767px) {
    .about-h2 {
        font-size: 36px;
        padding: 40px 10px 20px 10px;
    }
    .about-p2 {
        font-size: 15px;
        padding: 0 10px 0 10px;
        line-height: 1.4;
        width: 100%;
        box-sizing: border-box;
    }
    .innovation-project-grid {
        grid-template-columns: 1fr;
    }
    .inno-bubbles {
        display: none;
    }
}
@media only screen and (max-width: 550px) {
    .tabContainer {
        width: calc(100% - 40px);
    }
    .faq-accordion {
        font-size: 14px;
        line-height: 22px;
        padding: 10px;
    }
    .faq-accordion-panel {
        font-size: 14px;
        line-height: 23px;
        padding: 0px;
    }
}
@media only screen and (max-width: 375px) {
}
