* {
    margin: 0px;
    box-sizing: border-box;
}

body {

    font-family: 'Open Sans';
    color: #4a4a4a;
    line-height: 26px;
    font-size: 16px;
}

p {
    line-height: 26px;
    font-size: 16px;
    font-family: 'Open Sans';
    color: #4a4a4a;
}

a {
    font-size: 16px;
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'poppins', sans-serif;
    color: #4a4a4a;
}

a:hover {
    text-decoration: none;
    outline: none;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

li {
    line-height: 26px;
    font-size: 16px;
    font-family: 'Open Sans';
    color: #4a4a4a;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans';
    margin: 0px;
    color: #0a0909;
}

p {
    margin: 0px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.pb-100 {
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}

.justify-center {
    justify-content: center;
}

.mt-20 {
    margin-top: 20px;
}

.align-item-center {
    align-items: center;
}

.justify-content-space-between {
    justify-content: space-between;
}

.flex-end {
    justify-content: flex-end;
}
.site-width {
    max-width: 1250px;
    margin: 0px auto;
}

@media screen and (max-width:1518px) and (min-width:1368px) {
    .site-width {
        max-width: 1372px;
        padding: 0px 40px;
    }
   
}

@media screen and (max-width:1708px) and (min-width:1519px) {
    .site-width {
        max-width: 1552px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:1920px) and (min-width:1709px) {
    .site-width {
        max-width: 1642px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:2500px) and (min-width:1921px) {
    .site-width {
        max-width: 1842px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:1280px) and (min-width:1024px) {
    .site-width {
        padding: 0px 40px;
        max-width: 1200px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:1024px) and (min-width:888px) {
    .site-width {
        padding: 0px 40px;
    }
}

@media screen and (max-width:888px) and (min-width:769px) {
    .site-width {
        padding: 0px 40px;
    }
}

@media screen and (max-width:768px) {
    .site-width {
        padding: 0px 20px;
    }
}


.defaultBtn.centered {
    text-align: center;
}

.defaultBtn a,
.defaultBtn button {
    padding: 10px 20px;
    border-radius: 30px;
    background: linear-gradient(148deg, #008b17, #00b91f);
    color: #fff;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    display: inline-block;
    height: 46px;
    transition: 0.3s ease-in-out;
}
.defaultBtn.outline a {
    background: transparent;
    border: 1px solid #f47b2b;
    color: #f47b2b;
}
.defaultBtn.outline.light a {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}


.headerSection.scroll-up .defaultBtn.outline.light a {
    border: 1px solid #f07322;
    color: #f37521;
}
.fp-shapes-wrap>* {
    position: absolute;
    z-index: -1;
}
.fp-shapes-wrap img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.fp-shapes-wrap .fp-shape-one {
    right: 0;
    top: 230px;
}
.fp-shapes-wrap .fp-shape-two {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.fp-shapes-wrap .fp-shape-three {
    right: 0;
    bottom: 360px;
}
.aboutSide h2 span.darktitle {
    color: #2a58a6;
}


.defaultBtn a:hover,
.defaultBtn button:hover {
    transform: translateY(-3px);
}
.defaultBtn.outline a:hover {
    border-color: #0075ea;
}
.defaultBtn a i,
.defaultBtn button i {
    margin-left: 5px;
}

.defaultBtn a::after,
.defaultBtn button::after {
    position: absolute;
    content: '';
    width: 0%;
    height: 120%;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    background: linear-gradient(159deg, #2b58a9, #26a6de);
    z-index: 1;
    z-index: 1;
    transition: 0.4s ease-in-out;
}

.defaultBtn a span,
.defaultBtn button span {
    position: relative;
    z-index: 2;
    transition: 0.4s ease-in-out;
}

.defaultBtn a:hover span,
.defaultBtn button:hover span {
    color: #ffffff;
}

.defaultBtn a:hover:after,
.defaultBtn button:hover:after {
    width: 120%;
}

.defaultBtn.light a {
    background: #fff;
    color: #2f075a;
}

.defaultBtn.light2 a {
    background: #ece8f7;
    color: #2f075a;
}

.homeAboutPara .defaultBtn {
    margin-top: 30px;
}



.headerSection {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 5;
    padding: 8px 0px;
    transition: 0.5s ease-in-out;
    /* background: linear-gradient(68deg, #f1eefc, #ffffff00); */
}

.headerSection.scroll-down {
    top: -140px;
    position: fixed;
}

.headerSection.scroll-up {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #ffffffb8;
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 20px #dddddd47;
}

.headerWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logoSection {
    width: 200px;
    background: #ffffff;
    border-radius: 11px;
    padding: 9px;
}

.logoSection img {
    width: 100%;
}

.headerNav {
    display: flex;

}

.headerMenu {
    display: flex;
}

.headerMenu>li {
    padding: 22px 22px;
}

.headerMenu>li>a {
     padding: 26px 0px;
    position: relative;
    font-size: 19px;
    font-weight: 400;
    color: #ffffff;
}
.headerSection.scroll-up .headerMenu>li>a  {
    color: #111;
}
.headerMenu>li>a::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    width: 0;
    bottom: 24px;
    background: linear-gradient(172deg, #f17e68, #f69c41);
    height: 2px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    border-radius: 30px;
}

.headerMenu>li a:hover:after,
.headerMenu>li a.active:after {
    left: 0;
    right: auto;
    width: 100%;
}

.headerMenu>li a:hover,
.headerMenu>li a.active {
    color: #00a81c;
}

.headerMenu>li.hasSub {
    position: relative;
}

.headerSubNav {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;

}

.headerMenu>li.hasSub:hover .headerSubNav, .btnhasSub:hover .headerSubNav {
    visibility: visible;
    opacity: 1;
    top: 77%;
    margin-top: 0px;
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 6px 15px #7373732e;
}

.headerSubMenu {
    display: flex;
        flex-direction: column;
        padding: 4px 8px;
        background: #ffffff;
}

.headerSubMenu>li a {
    padding: 8px 12px;
    display: inline-block;
    width: 280px;
    border-bottom: 1px dashed #dddddd57;
    transition: all 0.3s ease-in-out;
    background: transparent;
}
.headerSubMenu>li:last-child a {
    border-bottom: none;
}
.headerSubMenu>li:hover a {
    padding-left: 20px;
}

.headerRightMenu {
    display: flex;
}

.headerRightMenu li {
    margin: 0px 0px 0px 10px;
}


.bannerSection {
    background: #fffaf3;
    /* padding-top: 86px; */
    position: relative;
}


.bannerContent {
    display: flex;
    align-items: center;
    height: auto;
    flex-direction: column;
}

.bannerLeftContent {
        width: 60%;
    position: absolute;
    z-index: 5;
    text-align: center;
    top: 150px;
}

.bannerSliderContent {
    position: relative;
    /* padding-top: 50px; */
}
.firstSection {
    position: relative;
    /* overflow: hidden; */
}
/* .firstSection::after {
    content: '';
    background: url(../img/slider/header-bg2.png);
    background-size: contain;
    left: 0px;
    top: 0px;
    position: absolute;
    width: 19%;
    height: 100%;
    background-repeat: no-repeat;
}
.firstSection::before {
    content: '';
    background: url(../img/slider/header-bg3.png);
    background-size: contain;
    right: 0px;
    top: auto;
    position: absolute;
    width: 24%;
    height: 100%;
    background-repeat: no-repeat;
    bottom: 0px;

} */
.bannerRightContent {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
}

.bannerRightContent.bannerIllustration {
   position: relative;
    height: auto;
    width: 100%;
    margin: auto;
    padding: 0px;
}

.bannerRightContent::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0c0c0ce8, transparent);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}
.bannerRightContent.bannerIllustration::after {
    display: none;
}
.bannermoverone {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 40%;
    bottom: 10%;
    animation-name: animation-7;
    animation-duration: 90s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}
@keyframes animation-7 {
    0% {

      transform:rotate(0) ;
    }

    100% {

      transform: rotate(-1000deg);
    }
}

.videocont {
    width: 100%;
    height: 550px;
    overflow: hidden;
    position: relative;
    /* z-index: 4; */
}

.hero-subheader__video {
    width: 100%;
    height: 550px;
    overflow: hidden;
}

.hero-subheader__video video {
    width: 100%;
}

.bnnerroundbg {
    position: relative;
    /* opacity: 0.6; */
}
.bannerPngImg {
    height: 80%;
    position: absolute;
    z-index: 1;
    margin: auto;
    width: fit-content;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.bnnerroundbg::after {
  position: absolute;
    content: '';
    width: 100%;
    height: 41%;
    background: linear-gradient(180deg, #1b0734b8, #ffffff00);
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}

/* .owl-carousel.bannerCarousel .owl-item .bannerPngImg img {
    width: auto;
    float: right;
} */

.bannerPngImg img {
    /* height: 100%; */
    position: relative;
    z-index: 2;
    animation: upandDown 6s ease-in-out infinite alternate-reverse both;

}

.bannershapes {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}
.bannershapes div {
    position: absolute;
    z-index: 1;
}
.bannershapes div.bannerShape1 {
      width: fit-content;
    height: fit-content;
    border-radius: 0;
    left: 0px;
    right: auto;
    margin: auto;
    top: auto;
    bottom: 70%;
} 
.bannershapes div.bannerShape2 {
      width: fit-content;
    height: fit-content;
    border-radius: 0;
    left: auto;
    right: 0px;
    margin: auto;
    top: auto;
    bottom: 51%;
} 
.bannershapes div.bannerShape3 {
     width: 160px;
    height: 160px;
    border-radius: 50%;
    left: 50px;
    bottom: 130px;
    right: auto;
    top: auto;
    margin: auto;
} 
.bannershapes div.bannerShape4 {
      width: fit-content;
    height: fit-content;
    border-radius: 0;
    left: auto;
    right: 60px;
    margin: auto;
    top: auto;
    bottom: 10%;
} 
.bannershapes div img {
    width: 100%;
}
@keyframes upandDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.bannerCarousel {
    height: auto;
    position: relative;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 5px;
    top: 45%;
    width: 30px;
    height: 30px;
    background: #ede8f7;
    font-size: 20px;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 5px;
    top: 45%;
    width: 30px;
    height: 30px;
    background: #ede8f7;
    font-size: 20px;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-next:hover {
    background: #2b0093;
    color: #fff;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-prev:hover {
    background: #2b0093;
    color: #fff;
}

.bannerLeftContent h5 {
       font-size: 20px;
    color: #ffffff;
    line-height: normal;
    font-weight: 600;
}

.bannerLeftContent h2 {
    font-size: 56px;
    font-weight: 700;
    line-height: 70px;
    color: #ffffff;
    margin: 11px 0px 10px 0px;
    text-transform: uppercase;
    font-family: 'Oswald';
}

.bannerLeftContent h2 span {
    color: #2b58a9;
}

.bannerLeftContent p {
    /* color: #dddddd; */
    margin-top: 10px;
    margin-bottom: 30px;
}

.bannerLeftContent a {
        background: linear-gradient(159deg, #db681b, #f27521);
    padding: 11px 50px;
    display: inline-block;
    color: #fff;
    border-radius: 38px;
    position: relative;
    bottom: -52px;
    border: 2px solid #fff;
}

.bannerLeftContent a:hover {
    background: linear-gradient(148deg, #008b17, #00b91f);
}

.bannerLeftContent a i {
    font-size: 13px;
}

/* 
.twm-img-bg-circle1 {
    left: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 3;
    right: 0px;
    top: 0px;
    margin: auto;
    width: fit-content;
    height: fit-content;
    z-index: 3;
}

.twm-img-bg-circle1 span {
    width: 370px;
    height: 370px;
    border-radius: 50%;
    background-color: #b4cded;
    display: block;
    position: relative;
}

.twm-img-bg-circle1 span:after {
    width: 17px;
    height: 17px;
    background-color: #290090;
    border-radius: 50%;
    content: '';
    position: absolute;
    right: 35px;
    top: 100px;
    z-index: 9;
}


.twm-img-bg-circle1 span:before {
    width: 17px;
    height: 17px;
    background-color: #290090;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 3px;
    top: 170px;
    z-index: 9;
}


.twm-img-bg-circle2 {
    left: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0px;
    margin: auto;
    width: fit-content;
    height: fit-content;
    z-index: 2;
}


.twm-img-bg-circle2 span {
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background-color: #dbe6f4;
    display: block;
}

.twm-img-bg-circle2 span:after {
    width: 17px;
    height: 17px;
    background-color: #2d07ba;
    border-radius: 50%;
    content: '';
    position: absolute;
    right: 75px;
    bottom: 100px;
    z-index: 9;
}


.twm-img-bg-circle3 {
    left: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
    margin: auto;
    width: fit-content;
    height: fit-content;
    z-index: 1;
}


.twm-img-bg-circle3 span {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: #ecf1f7;
    display: block;
}

.twm-bnr-right-content {
    width: 600px;
}

.rotate-center {
    -webkit-animation: rotate-center 15s linear infinite;
    animation: rotate-center 15s linear infinite;
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotate-center-reverse {
	animation: rotate-center 30s linear infinite reverse both;
}

@keyframes rotate-center-reverse {
	0% {
	  transform: rotate(0);
	}
	100% {
	  transform: rotate(360deg);
	}
}
.twm-small-ring-2{
    width: 50px;
    height: 50px;
    border: 5px solid #1967d2;
    border-radius: 50%;
    opacity: 0.4;
    position: absolute;
    top: 30%;
    right: 9%;
    z-index: 5;

}
.slide-top-animation {
	animation: slide-top-animation 3s ease-in-out infinite alternate-reverse both;
}

@keyframes slide-top-animation {
	0% {
	  transform: translateY(0);
	}
	100% {
	  transform: translateY(-100px);
	}
}

.twm-small-ring-l {
    width: 50px;
    height: 50px;
    border: 5px solid #1967d2;
    border-radius: 50%;
    opacity: 0.4;
    position: absolute;
    bottom: 30%;
    left: 11%;
    z-index: 5;
} */


.founderImg {
       width: 100%;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #fff;
    position: relative;
    box-shadow: 0px 0px 10px #ddd;
}
.founderImg img {
    width: 100%;
}
.founderName {
    position: absolute;
    bottom: 23px;
    left: 0px;
    right: 0px;
    z-index: 2;
    text-align: center;
    background: #f9f9f9ab;
    padding: 15px;
    width: 92%;
    margin: auto;
    border-radius: 12px;
    backdrop-filter: blur(7px);
}
.founderName h5 {
    font-weight: 700;
    margin-bottom: 5px;
}
.ourvisionmission {
    position: sticky;
    top: 100px;
}
.aboutSideImg {
    position: relative;
}

.aboutImgWrap {
    position: relative;
    z-index: 2;
    max-width: 360px;
    margin: 0px auto;
    animation: upandDown 6s ease-in-out infinite alternate-reverse both;

}

.aboutImgWrap img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.aboutImgContainer {
    background-color: #fff;
    box-shadow: 0px 0px 40px rgb(43 5 178 / 16%);
    border-radius: 10px;
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 1;
    overflow: hidden;
}

.aboutImg {
    width: 100%;
}

.aboutImg img {
    width: 100%;
}
.aboutSideWrapper.position-sticky {
    top: 100px;
}

/*  */

.aboutMainImg {
    position: relative;
    display: block;
    text-align: right;
}

/* .aboutMainImg::after {
    position: absolute;
    content: '';
    z-index: 1;
    width: 80%;
    height: 80%;
    background: radial-gradient(#fff2e3, transparent);
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    filter: blur(52px);
    border-radius: 100%;
} */

.aboutMainImg img {
    position: relative;
    z-index: 2;
}


.aboutImg .aboutImgAnimation img {
    width: fit-content;
    left: 0px;
    top: 0px;
    height: fit-content;
    bottom: 0px;
    right: 0px;
    margin: auto;
}

.aboutImgAnimation {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: flex;
    align-items: center;
    z-index: 5;
}

.aiaWrap {
    position: relative;
    position: relative;
    width: 66%;
    height: 66%;
    margin: auto;
}

.abimgzero {
    position: absolute;
    width: 20% !important;
}

.abimg1 {
    position: absolute;
    width: 33% !important;

}

.abimg2 {
    position: absolute;
    width: 42% !important;
    animation: three60Move 5s linear infinite;
}

.abimg3 {
    position: absolute;
    width: 58% !important;
    animation: three60Move2 30s linear infinite;
}

.abimg4 {
    position: absolute;
    width: 71% !important;
    position: absolute;
    animation: three60Move 40s linear infinite;
}

.abimg5 {
    position: absolute;
    animation: breathing 30s ease-out infinite normal;
}

.aboutImg .aboutImgAnimation img.abimg5 {
    width: 100%;
}

@keyframes three60Move {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes three60Move2 {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/*  */



.aboutSideContentsWrapper {
    margin-left: 30px;
}

.aboutRectance1 {
    border-radius: 40px;
    background-color: #3810be;
    width: 370px;
    height: 370px;
    opacity: 0.3;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.aboutRectance2 {
    border-radius: 40px;
    background-color: #fff;
    width: 370px;
    height: 370px;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;

}

.aboutSideWrapper {
    position: relative;
}

.aboutSideWrapper::after {
    content: "";
    right: -20px;
    top: 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    border-right: 40px solid #f0f6fe;
    border-bottom: 40px solid #f0f6fe;
    border-radius: 10px;
    z-index: -1;
    animation: upandDown 3s ease-in-out infinite alternate-reverse both;
}

.aboutSideWrapperContainer {
    background-color: #fff;
    box-shadow: 0px 0px 40px rgb(43 5 178 / 16%);
    border-radius: 10px;
    padding: 55px 60px;
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 1;
}
.aboutSide h5.gradecolor {
    background: linear-gradient(148deg, #008b17, #00b91f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.aboutSide h5 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-top: 20px;
    
}
.light.aboutSide h5 {
    color: #fff;
}
.light.aboutSide .normalList li {
    color: #fff;
    background-image: url(../img/icons/right-arrow-light.png);
}
.aboutSide h2 {
    font-weight: 700;
    margin-bottom: 10px;
    /* font-size: 38px; */
    font-size: 28px;
    margin: 17px 0px 21px;
}
.aboutSide.light h2 {
    color: #fff;
}
.aboutSide.light p {
    color: #fff;
}
.aboutSide h4 {
    /* font-size: 22px; */
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #252525;
}

.aboutSide h2 span {
    color: #bbffc6;
}

.aboutSide p {
    margin-bottom: 10px;
    text-align: justify;
    line-height: 26px;
    font-size: 16px;
    margin-top: 18px;
    color: #5e5e5e;
}
.normalList.aboutList {
    margin-bottom: 26px;
}
.normalList li {
    background-image: url(../img/icons/right-arrow.png);
    background-size: 14px;
    background-position: left top 5px;
    padding-left: 21px;
    background-repeat: no-repeat;
    text-align: justify;
    width: fit-content;
}

.normalList.homeaboutul {
    width: fit-content;
    margin: auto;
}

.normalList.homeaboutul li {
    padding: 10px 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    /* background-image: none; */
    background-position: left 13px center;
    padding-left: 40px;
    background-color: #fff;
}

.titleSection h2 {
    font-size: 38px;
    font-weight: 700;
    color: #2b58a9;
    height: 46px;
}
.titleSection.light h2 {
    color: #fff;
    margin-bottom: 12px;
}
.titleSection h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}

.titleSection {
    position: relative;
    padding-bottom: 6px
}

.titleSection::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 3px;
    background: linear-gradient(145deg, #f17f67, #f7a238);
    top: 100%;
    left: 0px;
    right: 0;
    margin: auto;
    border-radius: 40px;
}
.titleSection.light h4 {
    color: #fff;
}

.titleSection.withabtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.titleSection.withabtn::after {
    width: 100%;
    background: transparent;
    height: 1px;
    border: 1px dashed #ffe3cf
}


.produSliderWrapper {
    margin-top: 40px;
}
.sectionscroll {
    position: relative;
}

.scrolling-text {
    position: absolute;
    bottom: 0px;
    right: -10%;
    white-space: nowrap;
    transition: all 0.6s ease-in-out;
    font-size: 110px;
    font-weight: 800;
    /* color: #ede8f7b7; */
    color: #ede8f757;
    line-height: 85px;
    bottom: 20px;
}

.scrolling-text.active {
    right: 4%;
}

.scrolling-text.rightactive {
    right: auto;
    left: -10%;
}

.scrolling-text.rightactive.active {
    left: 4%;
    right: auto;
}

.fp-circle {
    position: absolute;
    /* background: #F9F9F9; */
    z-index: -2;
    border-radius: 50%;
}
.fp-circle.four {
    width: 100px;
    height: 100px;
    background: #E6F5EE;
    left: 50%;
    transform: translateX(-50%);
    top: 36%;
}
.productWrap {
    margin-top: 40px;
}
.productCard {
    position: relative;
}
.productImg {
    border-radius: 10px;
    overflow: hidden;
}
.productImg img {
    transition: 0.3s ease-in-out;
    width: 100%;
}
.productCard:hover .productImg img {
    transform: scale(1.07);
    transition: all 0.5s ease-in-out;   
}

.productText {
    text-align: center;
}
.productText h4 {
        margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #2a58a6;
}

.productMailListing .productCard {
    margin-bottom: 30px;
}

.servicesWrapper {
    margin-top: 40px;
}
.serviceContainer {
    /* overflow: hidden; */
    position: relative;
    /* padding: 30px 0px 0px; */
}

.serviceContainer .slider {
    margin: 0 auto 0 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.serviceContainer .slider__list {
    width: fit-content;
    cursor: grab;
}


.serviceContainer .scroll {
    position: relative;
    left: 0;
    margin-top: calc(40em/16);
    width: 100%;
    overflow: hidden;
}

.serviceContainer .scroll::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto 0;
    width: 100%;
    height: 100%;
    background-color: #dad4cd;
}

.serviceContainer .scroll .swiper-scrollbar-drag {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    background-color: #937152;
    border-radius: 0;
    transform-origin: right center;
    will-change: transform;
    cursor: grab;
}

.serviceContainer .scroll__growbar {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 100%;
    background: #937152;
}

.container-inner {
    padding-top: calc(20em/16);
    margin: 0 auto;
    width: calc(348/375*100%);
    overflow: visible;
}

.serviceContainer .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 0px;
    right: 0px;
    width: 93.3%;
    left: auto;
    z-index: -1;
}



.serviceBoxCard {
    border: 0px solid #ddd;
    border-radius: 10px;
    box-shadow: rgb(99 99 99 / 5%) 0px 2px 8px 0px;
    background: #fff;
    position: relative;
}

.serviceBoxCard::after {
    width: 100%;
    height: 73%;
    position: absolute;
    content: '';
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    visibility: hidden;
    opacity: 0;
    background: linear-gradient(159deg, #7637fd, #c735f4);
    z-index: 1;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
}

.serviceBox:hover .serviceBoxCard:after {
    height: 100%;
    visibility: visible;
    opacity: 1;
    border-radius: 10px;
    /* border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; */
}

.serviceboxContent {
    padding: 24px;
    position: relative;
    z-index: 2;
    min-height: 260px;
}

.serviceboxContent h2 {
    font-size: 20px;
    font-weight: 600;
    color: #2b58a9;
    margin-bottom: 10px;
    transition: all 0.5s ease-in-out;
    line-height: normal;
}
.serviceboxContent .sericon {
    height: 70px;
    width: 70px;
    padding: 14px;
    background: #fff8ea;
    border-radius: 100%;
    margin-bottom: 25px;
}
.serviceBox:hover .sericon img {
    transform: scaleX(-1);
}
.serviceboxContent .sericon img {
    width: 100%;
    transition: 0.3s ease-in-out;
}
.serviceBox:hover .serviceboxContent h2 {
    color: #fff;
}

.serviceboxContent p {
    /* text-align: justify; */
    transition: all 0.5s ease-in-out;
}

.serviceBox:hover .serviceboxContent p {
    color: #fff;
}

.serviceboxContent a {
    display: inline-block;
    margin-top: 15px;
    font-weight: 400;
    color: #282828;
    transition: all 0.5s ease-in-out;
    position: absolute;
    bottom: 18px;
    font-size: 15px;
}

.serviceBox:hover .serviceboxContent a {
    color: #fff;
}


.serviceBox {
    position: relative;
    /* min-height: 299px; */
    margin-bottom: 27px;
}

.serviceBoxImg {
    position: absolute;
    top: 70%;
    left: 0px;
    right: 0px;
    z-index: 2;
    transform: scaleY(0.8);
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    margin-top: 0px;
    bottom: 0;
    opacity: 0;


}

.serviceBox:hover .serviceBoxImg {
    visibility: visible;
    top: 100%;
    transform: scaleY(1);
    opacity: 1;
}

.serviceImg {
    width: 100%;
    background: radial-gradient(#ffffff, #d5d0ec);
    padding: 17px 61px;
    height: 233px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.serviceImg img {
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.serviceBoxCard.ii::after {
    background: #28a4b7;
}

.serviceBoxCard.iii::after {
    background: #f83b77;
}

.serviceBoxCard.iv::after {
    background: #002963;
}

/* .scrolling-text.fulltext {
    line-height: 135px;
    font-size: 200px;
} */

.swiper-button-prev.servicePrev.swiper-button-disabled {
    display: none;
}

.swiper-button-next.serviceNext.swiper-button-disabled {
    display: none;
}

.swiper-button-next.serbtnstyle {
    width: auto;
}

.swiper-button-next.serbtnstyle:after {
    font-size: 17px;
    font-weight: 900;
    color: #ffffff;
    background: #ddd;
    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, #290090, #2d07ba);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
    line-height: 39px;
    border-radius: 8px;
}

.swiper-button-prev.serbtnstyle {
    width: auto;
}

.swiper-button-prev.serbtnstyle:after {
    font-size: 17px;
    font-weight: 900;
    color: #ffffff;
    background: #ddd;
    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, #290090, #2d07ba);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
    line-height: 39px;
    border-radius: 8px;
}

.topPrImage {
    width: 100%;

}
.topPrImage img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.topProducts {
    padding-top: 150px;
    position: relative;
}


/* 
.industry-box-container {
    margin-top: 40px;

} */

.industruAfBfr {
    position: relative;
    margin-top: 30px;
}

/* .industruAfBfr::after {
    position: absolute;
    width: 20%;
    left: 0px;
    top: 0px;
    height: 100%;
    content: '';
    background: linear-gradient(88deg, #f8f9fa, transparent);
    z-index: 2;
}

.industruAfBfr::before {
    position: absolute;
    width: 20%;
    right: 0px;
    top: 0px;
    height: 100%;
    content: '';
    background: linear-gradient(270deg, #f8f9fa, transparent);
    z-index: 2;
} */

.box-item {
    position: relative;
    -webkit-backface-visibility: hidden;
    width: 100%;
    /* margin-bottom: 35px; */
    max-width: 100%;
}

.flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.flip-box-front {
    background: linear-gradient(90deg, #04aea8, #b7ecff);
}

.flip-box-back {
    background: linear-gradient(90deg, #04aea8, #04aea8);
    text-align: center;
}

.flip-box-front,
.flip-box-back {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    min-height: 146px;
    -ms-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 20px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;

    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
    height: 100%;
}

.flip-box-header {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.flip-box p {
    font-size: 15px;
    color: #fff;
}

.flip-box p i {
    font-size: 14px;
}

.flip-box-img {
    margin-top: 6px;
    width: 16px;
}

.flip-box-button {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
    padding: 15px 20px;
    text-transform: uppercase;
}

.indusryImgWrap {
    width: 40%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

.indusryImgWrap img {
    width: 100%;
}

.industryflex {
    display: flex;
    position: relative;
    align-items: center;
}

.indsutryContent {
    width: 63%;
    display: flex;
    flex-direction: column;
    height: fit-content;
}

.flip-box-back .inner.back {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.flip-box-back .inner.back a {
    display: block;
}

.swiper-button-next2.serbtnstyle2 {
    width: auto;
}

.swiper-button-next2.serbtnstyle2:after {
    font-size: 17px;
    font-weight: 900;
    color: #ffffff;
    background: #ddd;
    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, #290090, #2d07ba);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
    line-height: 39px;
    border-radius: 8px;
}

.swiper-button-prev2.serbtnstyle2 {
    width: auto;
}

.swiper-button-prev2.serbtnstyle2:after {
    font-size: 17px;
    font-weight: 900;
    color: #ffffff;
    background: #ddd;
    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, #290090, #2d07ba);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
    line-height: 39px;
    border-radius: 8px;
}


.industrySlider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.industrySlider.owl-theme .owl-dots .owl-dot.active span,
.industrySlider.owl-theme .owl-dots .owl-dot:hover span {
    background: #2a04b0;
}

.clientsCards {
    padding: 0px 35px;
    height: 70px;
}

.owl-carousel .owl-item .clientsCards img {
    width: auto;
    height: 100%;
    margin: auto;
}



.blogSwiperCard.videoContainer {
    text-align: center;
    min-height: 384px;
}

.blogSwiperCard {
    background: linear-gradient(268deg, white, #f1f1f1), url(../img/texture/texture1.jpg);
    border-radius: 8px;
    /* overflow: hidden; */
    padding: 12px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    transition: 0.4s ease-in-out;
    position: relative;
    z-index: 2;
    margin: 15px 0px;
}

.blogSwiperCard::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    z-index: 1;
    transition: 0.4s ease-in-out;
    border-radius: 8px;
}

.blogSwiperCard:hover:before {
    height: 105%;
    width: 100.5%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #fff;
}

.blogHeader {
    position: relative;
    z-index: 2;
}

.blogSwiperCard.videoContainer .blogHeader h4 {
    font-size: 16px;
}

.blogHeader h4 {
    font-size: 15px;
    color: #0c0c0c;
    margin-bottom: 12px;
    margin-top: 6px;
    line-height: 22px;
    font-weight: 600;
}

.blogCardImg.videoWrap {
    width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
}

.blogCardImg {
    width: 100%;
    position: relative;
    z-index: 2;
}

.blogSwiperCard:hover .blogCardImg:before {
    -webkit-animation: zoom-hover 0.75s;
    animation: zoom-hover 0.75s;
}

.blogCardImg:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
}

.videoPlayThumb {
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0px;
    background: #fff;
    border: 1px solid #ddddddd9;
}

.videoPlayThumb img {
    width: 100%;
}

.blogCardImg img {
    width: 100%;
    border-radius: 6px;
}

.video-player {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.pulse {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.pulse i {
    background-color: #000f2d94;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    font-size: 28px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    columns: #fff;
    -webkit-animation: video-pulse-presentation 2s linear infinite;
    animation: video-pulse-presentation 2s linear infinite;
}

.blogviewBtn {
    display: flex;
    padding-top: 10px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.blogviewBtn {
    display: flex;
    padding-top: 10px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

@-webkit-keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(171, 45, 255, 0.7), 0 0 0 0 rgba(171, 45, 255, 0.7);
        box-shadow: 0 0 0 0 rgba(171, 45, 255, 0.7), 0 0 0 0 rgba(171, 45, 255, 0.7);
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 rgba(171, 45, 255, 0.7);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 rgba(171, 45, 255, 0.7);
    }

    80% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    }
}

@keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(171, 45, 255, 0.7), 0 0 0 0 rgba(171, 45, 255, 0.7);
        box-shadow: 0 0 0 0 rgba(171, 45, 255, 0.7), 0 0 0 0 rgba(171, 45, 255, 0.7);
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 rgba(171, 45, 255, 0.7);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 rgba(171, 45, 255, 0.7);
    }

    80% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    }
}

.blogCardWrapper {
    padding: 20px;
}

.col-reverse {
    flex-direction: row-reverse;
}
.col-reverse .aboutSideContentsWrapper {
    padding: 0px;
    margin-left: 0px;
    padding-right: 40px;
}
.faqsCards .accordion-item {
    background-color: #ffffff8f;
    margin: 10px 0px;
    border-radius: 10px;
    overflow: hidden;
}

.faqsCards .accordion-button {
    background-color: #ffffffe5;
    font-size: 16px;
    padding: 12px 16px;
    font-weight: 600;
}

.faqsCards .accordion-button:hover {
    background: linear-gradient(180deg, #290090, #2d07ba);
    color: #fff;
}

.faqsCards .accordion-button:hover:after {
    filter: brightness(3)invert(1);
}

.faqsCards .accordion-header {
    margin-bottom: 0;
    font-family: 'Open Sans';
    font-size: 14px;
}

/* FAQS */
.faqsTitle h4 {
    color: #080b55;
    font-weight: 600;
}

.faqsTitle h2 {
    color: #0240a8;
    margin-bottom: 16px;
    font-weight: 700;
}

.faqsTitle.inner {
    text-align: center;
    margin-bottom: 40px;
}

.faqsSection {
    background-blend-mode: normal;
    background: linear-gradient(180deg, #ffffffc7, #fff0), url(../img/bg/bg-5.jpg);
    background-size: 100%;
    margin-top: 40px;
}

.faqsSection .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.faqsSection .accordion-button:not(.collapsed) {
    background: linear-gradient(180deg, #290090, #2d07ba);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.faqsSection .accordion-button::after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>');
    filter: contrast(0.5);
    background-size: 15px;
    right: -3px;
    position: relative;

}

.faqsSection .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg>');
    filter: grayscale(1) invert(1);
    right: -3px;
    position: relative;
}

.bg6 {
    background: linear-gradient(#ffffffc2, #ffffffba), url(../img/bg/about-bg.jpg);
    background-size: 100%;
}

.bg7 {
    background: linear-gradient(180deg, #f9f9f9f2, #f9f9f9c7), url(../img/bg/bg7.jpg);
    background-size: 100% 100%;
}

.bg8 {
    background: linear-gradient(180deg, #ffffff, #f9f9f900), url(../img/bg/bg8.jpg);
    background-size: 100% 100%;
}

.bg9 {
    background: linear-gradient(180deg, #ffffff, #f9f9f900), url(../img/bg/bg9.jpg);
    background-size: 100% 100%;
}

.bg10 {
    background: linear-gradient(180deg, #ffffffed, #ffffffed), url(../img/bg/bg10.jpg);
    background-size: 100% 100%;
}

.industryWeServe {
    background-image: linear-gradient(159deg, #f4eeffd1, #faecffcf), url(../img/bg/mg-1.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonialsWrapper {
    margin-top: 40px;
    
}
.testimonialsCarousel {
  
}
.owl-theme .owl-dots .owl-dot span {
    transition: 0.3s ease-in-out;
}
.owl-theme.testimonialsCarousel .owl-dots, .testimonialsCarousel.owl-theme .owl-nav {
    text-align: left;
    transition: 0.3s ease-in-out;
}
.owl-theme.testimonialsCarousel .owl-dots .owl-dot.active span, .owl-theme.testimonialsCarousel .owl-dots .owl-dot:hover span {
    background: #2b58a9;
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
}
.testimonialCard::after {
    position: absolute;
    right: 50px;
    bottom: 50px;
    font-size: 70px;
    content: "\f10e";
    /* color: #7a8868; */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    background: linear-gradient(148deg, #008b17, #00b91f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    line-height: 56px;

}
.testimonialCard {
    padding: 47px;
    border-radius: 20px;
    background-color: transparent;
    position: relative;
    background-image: url(../img/bgs/main-texture.webp);
    background-size: 100%;
    background-position: bottom;
    min-height: 306px;
    overflow: hidden;
    backdrop-filter: blur(6px);
    border: 1px solid #dddddd1a;
}



.testiContent p {
    text-align: justify;
    color: #fff;
}

.testiauthor {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 18px;
}

.testiimg {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 5px solid #fff3e6;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.testiimg img {
    width: 100%;
    border-radius: 8px;
}

.testiauthorContent {
    margin-left: 13px;
}

.testiauthorContent h5 {
    font-size: 18px;
    font-weight: 600;
    color: #dfd;
}

.testiauthorContent h5 span {
    font-weight: 400;
    font-size: 15px;
}

.testiauthorContent p {
    color: #999999;
}


.videoContainer iframe {
    height: 300px;
}


.testimonialsCarousel.owl-theme .owl-dots .owl-dot.active {
    position: relative;
    display: inline-block;
}

.testimonialsCarousel.owl-theme .owl-dots .owl-dot.active:after,
.testimonialsCarousel.owl-theme .owl-dots .owl-dot:hover:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}


table {
    width: 100%;
  margin: 0px;
}

caption {
  font-size: 1.6em;
  font-weight: 400;
  padding: 10px 0;
}

thead th {
  font-weight: 400;
    background: #c7ecff;
  color: #000;
}

tr {
  background: #f4f7f8;
  border-bottom: 1px solid #FFF;
  margin-bottom: 5px;
}

tr:nth-child(even) {
  background: #e8eeef;
}

th, td {
  text-align: left;
  padding: 20px;
  font-weight: 300;
}

tfoot tr {
  background: none;
}

tfoot td {
  padding: 10px 2px;
  font-size: 0.8em;
  font-style: italic;
  color: #8a97a0;
}


.normalContentContainer {
    margin-top: 40px;
}
.normalContentContainer h2 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #3d3d3d;
}
.normalContentContainer h3 {
    font-size: 20px;
    margin-top: 14px;
    margin-bottom: 6px;
}
.normalContentContainer p {
    margin-bottom: 10px;
}
.normalContentContainer ul {
    padding-left: 30px;
}
.normalContentContainer li {
    line-height: 26px;
    font-size: 16px;
    font-family: 'Open Sans';
    color: #4a4a4a;
    list-style-type: disc;
    padding-left: 5px;
}

.legalCertiContainer {
    margin-top: 40px;
}
.legalCertiBox {
    width: 100%;
    padding: 37px;
    background: url(../img/legal/borders.png);
    background-size: 100% 100%;
    margin-bottom: 30px;
}


.headerRightMenuWrap .headerSubNav {
    width: 230px;
}

.registerfromWrapper {
    background: #ebfeff;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.registerfromWrapper.widthFit {
    width: fit-content;
    margin: 0 auto;
}
.registerForm {
     padding: 44px;
    height: 100%;
    width: 100%;
    background: #ebfeff;
}
.form-control {
    padding: 10px 18px;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #dddddd;
    border-radius: 5px;
}
.greenBtn {
    background: #00adb9;
    border: none;
    padding: 14px 20px;
    border-radius: 10px;
    color: #fff;
    transition: 0.3s ease-in-out;
    display: inline-block;
}
.dividers {
    display: flex
;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}
.dividers p {
    font-size: 15px;
    color: #222;
    position: relative;
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 20px 0px;
}
.dividers p::before {
    content: '';
    width: 100px;
    height: 1px;
    background: #ddd;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
}
.dividers p::after {
    content: '';
    width: 100px;
    height: 1px;
    background: #ddd;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
}
a.registerBtn, button.registerBtn {
    color: #00adb9;
    font-weight: 500;
    font-size: 17px;
}
.form-control:focus {
    box-shadow: none;
    border: 1px solid #ffbe62;
}

.footer-wrp-main {
    background: linear-gradient(172deg, #ffffff, #fdf7ff), url(../img/texture/texture1.jpg);
    background-size: cover;
    position: relative;
}

.footerMain {
    position: relative;
    padding: 70px 0px 0px;
}

#tsparticles {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1;
}

#tsparticles canvas {
    position: unset !important;
}

#tsparticlestwo {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1;
}
#tsparticlestwo canvas{
    position: unset !important;
}

.ftr-link-bx a {
    display: block;
    color: #686868;
    margin: 10px 0px;
}

ul.address-sec li i {
    color: #009418;
    font-size: 14px;
    margin-right: 8px;
}

ul.address-sec li a {
    display: flex;
    align-items: baseline;
}

.ftr-link-bx a.title-16 {
    font-size: 22px;
    font-weight: 500;
    color: #505050;
    margin-top: 27px;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 9px;
}

.ftr-link-bx a.title-16::after {
    position: absolute;
    content: '';
    width: 30%;
    height: 2px;
    background: linear-gradient(148deg, #008b17, #00b91f);
    bottom: 0px;
    left: 0px;
}

.footerContents {
    margin-top: 20px;
}

.footerContents p {
    margin-right: 5px;
    color: #565656;
    line-height: 32px;
}

.footer-links-wrp {
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
}

.footer-btm-wrp {
    background: #111;
    padding: 5px 0px;
}

.footer-btm-wrp p {
    color: #ffff;
    margin-bottom: 0px;
}

.footerContents ul {
    display: flex;
    align-items: center;
}

.footerContents ul {
    color: #fff;
}

.footerContents ul li {
    color: #fff;
}


.footerContents ul li a {
    display: inline-block;
    border: 1px solid #00b1ff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    margin: 0px 0px 0px 0px;
    color: #a72409;
}

ul.footerSocial {
    margin-top: 20px;
}

ul.footerSocial i {
    line-height: 27px;
    color: #fff;
    font-size: 12px;
}


.footerContents ul {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 12px;
}

.footerContents ul {
    color: #fff;
}

.footerContents ul li {
    color: #fff;
}

.footerContents ul li:first-child {
    margin-right: 0px;
}

.footerContents ul li:nth-child(2) {
    margin-left: 0px;
}

.footerContents ul li a {
    display: inline-block;
    border: none;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    margin: 0px;
    color: #a72409;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.footerContents ul li a i {
    font-size: 16px;
    line-height: 41px;
}
.footerContents ul li a i.fa-tiktok {
    color: #111;
}

.footerContents ul li a i.fa-facebook-f {
    color: #0075ea;
}

.footerContents ul li a i.fa-x-twitter {
    color: #000;
}

.footerContents ul li a i.fa-youtube {
    color: #f70000;
}
.footerContents ul li a i.fa-linkedin-in {
    color: #0077B5;
}

.footerContents ul li a i.fa-instagram {
    background: -webkit-linear-gradient(#556db3, #ea3367, #ff4f28, #ffad57);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* Go to Top */

#button {
    display: inline-block;
    background: linear-gradient(148deg, #008b17, #00b91f);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
    font-size: 10px;
    animation: breathing 2s ease-out infinite normal;
    transition: 0.3s ease-in-out;
}
#button:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #151e25;
}

#button:active {
    background-color: #151e25;
}

#button.show {
    opacity: 1;
    visibility: visible;
}


@keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    25% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}





.hamburger .line {
    width: 32px;
    height: 3px;
    background-color: #000000;
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger {
    display: none;
}

.hamburger:hover {
    cursor: pointer;
}

#hamburger-11 {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#hamburger-11.is-active {
    animation: smallbig 0.6s forwards;
}

#hamburger-11.is-active .line {
    width: 32px;
}

@keyframes smallbig {

    0%,
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}

#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}

.footer-logo-wrp img {
    border-radius: 10px;
}



/* inner */
.innerBanner {
    padding-top: 0px;
    padding-bottom: 0px;
    background: linear-gradient(#ffffff7d, #ffffff6b), url(../img/bg/why-choose-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 40px;
}

.innerBannerContent {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 291px;
    padding-left: 0px;
    padding-top: 0px;
    
}

.inrbnrMain {
    height: fit-content;
    text-align: center;
}

.inrbnrMain h2 {
    font-size: 54px;
    font-weight: 600;
    color: #fff;
}

.inrbrnNav {
    display: flex;
    align-items: center;
    margin-top: 3px;
    justify-content: center;
}

.inrbrnNav li a {
    color: #ddd;
    font-size: 14px;


}

.inrbrnNav li a i {
    font-size: 13px;
    margin-right: 3px;
    position: relative;
    top: -1px;
}

.inrbrnNav li {
    position: relative;
    border-right: 1px solid #d1d1d1;
    padding: 0px 10px;
}

.inrbrnNav li:last-child {
    border: none;
}

.inrbrnNav li:last-child a {
    color: #e96f24;
    font-weight: 600;
}

.innerbnrextImg {
    width: 35%;
    position: absolute;
    right: 10%;
    bottom: 0px;
    top: 0px;
    height: fit-content;
    margin: auto;
}

.innerbnrextImg img {
    width: 100%;
    animation: upandDown 6s ease-in-out infinite alternate-reverse both;
}


.aboutSideContents.fullContent {
    margin-top: 36px;
    margin-bottom: 30px;
}

.ourLeadersCard {
    position: relative;
}

.olImg {
    width: 100%;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    border-radius: 8px;
}

.olImg img {
    width: 100%;
}

.ourLeadersSlider.owl-carousel .owl-item .olImg img {
    border-radius: 8px;
    transition: 0.4s ease-in-out;
}

.ourLeadersSlider.owl-carousel .owl-item .olImg:hover img {
    transform: scale(1.05);
}

.olContent {
    text-align: center;
    margin-top: -35px;
    padding: 10px;
    border-radius: 10px;
    border-bottom: 4px solid #002963;
    background: #fff;
    position: relative;
    z-index: 1;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.olContent h4 {
    font-size: 18px;
    font-weight: bold;
}

.olContent p {
    color: #4b4b4b;
    font-size: 14px;
}

.tabContentSection .nav-tabs .nav-link {
    position: relative;
    color: #0a0909;

}

.tabContentSection .nav-tabs .nav-link:focus,
.tabContentSection .nav-tabs .nav-link:hover {
    color: #0a0909;
    background: transparent;
    border: none;
}

.tabContentSection .nav-tabs .nav-link:focus:after,
.tabContentSection .nav-tabs .nav-link:hover:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #4c00c2;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.tabContentSection .nav-tabs .nav-link:focus:before,
.tabContentSection .nav-tabs .nav-link:hover:before {
    position: absolute;
    content: '';
    width: 13px;
    height: 17px;
    background-image: url(../img/icons/arrow-down.png);
    left: 0px;
    right: 0px;
    bottom: auto;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    top: 83%;
    background-color: #fff;
    z-index: 1;
}

.tabContentSection .nav-tabs .nav-item.show .nav-link,
.tabContentSection .nav-tabs .nav-link.active {
    border: none;
}

.tabContentSection .nav-tabs .nav-item.show .nav-link::after,
.tabContentSection .nav-tabs .nav-link.active::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #4c00c2;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.tabContentSection .nav-tabs .nav-item.show .nav-link::before,
.tabContentSection .nav-tabs .nav-link.active::before {
    position: absolute;
    content: '';
    width: 13px;
    height: 17px;
    background-image: url(../img/icons/arrow-down.png);
    left: 0px;
    right: 0px;
    bottom: auto;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    top: 83%;
    background-color: #fff;
    z-index: 1;


}

.aboutMainImg3 {
    border: 5px solid #fff;
    border-radius: 11px;
}

.aboutMainImg3 img {
    border-radius: 11px;
}

.aboutMainImg3.color1 {
    background: radial-gradient(#ffffff, #d5d0ec);
}

.aboutMainImg3.color2 {
    background: radial-gradient(#ffffff, #d6f9fa);
}

.aboutMainImg3.color3 {
    background: radial-gradient(#ffffff, #fad7ed);
}

.aboutMainImg3.color4 {
    background: radial-gradient(#ffffff, #d8eff9);
}

.serviceMainContainer {
    padding-top: 50px;
}

.servicePage .serviceMainContainer:last-child {
    padding-bottom: 50px;
}


.ourClients .clientsCards {
    height: auto;
}

.ourClients .clientsCards img {
    width: 100%;
}

.ourClients {
    margin-top: 40px;
}

/* .positionsticky {
    position: sticky;
    top: 100px;
}

.positionsticky .aboutImgContainer {
    overflow: unset!important;
} */
/* contact */

.contactUsCard {
    padding: 21px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 18px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px; */
    box-shadow: rgb(0 0 0 / 0%) 0px 4px 12px;
    border: none;
    min-height: 148px;
    background: linear-gradient(45deg, #ffe6dd, #ffefde)
}



.contactCHeader {
      display: flex
;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.contactIco {
    width: 40px;
    height: 40px;
    background: linear-gradient(148deg, #008b17, #00b91f);
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
}

.contactTitle {
    width: 86%;

}

.contactTitle h5 {
    font-size: 18px;
    font-weight: 700;
    color: #616161;

}

.contactTitle p {
    font-size: 16px;
    line-height: 22px;
}

.contactMain {
    margin-top: 10px;
}

.contactMain a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    /* display: block; */
}

.contactWrapper {
    margin-top: 50px;
}

.contactInfoWrap .row .col-md-12:last-child .contactUsCard {
    margin-bottom: 0px;
}

.enquireNowForm.contactPage .right-sidebar-box {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-left: 20px;
}

.enquireNowForm.contactPage .right-sidebar-box h5 {
    font-size: 20px;
    font-weight: 700;
    color: #462673;

}

.enquireNowForm.contactPage .right-sidebar-box .custom-form .custom-input textarea {
    height: 104px;
}

.right-sidebar-box {
    background-color: #f8f8f800;
    border-radius: 6px;
    padding: 0px;
    max-width: 894px;
    margin: 0px auto;
    background: #fcf7fe;
    padding: 25px 30px;
    border-radius: 8px;
    border: 1px solid #dddddd4a;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: relative;
    left: -2px;
}

.right-sidebar-box .custom-form label {
    color: #565656;
    display: block;
    font-size: 16px;
    margin-bottom: calc(2px + 0.3125vw);
    font-weight: 600;
}

.right-sidebar-box .custom-form .custom-input {
    position: relative;
}

.right-sidebar-box .custom-form .custom-input .form-control {
    border: none;
    padding: calc(14px + 0.3125vw) calc(14px + 0.3125vw) calc(14px + 0.3125vw) calc(38.8px + 0.6875vw);
}

.right-sidebar-box .custom-form .custom-input i {
    align-items: center;
    color: #4a5568;
    display: flex;
    font-size: 15px;
    left: 0;
    line-height: 1;
    padding: 15px;
    position: absolute;
    top: 0px;

}

.form-control {
    background-color: #fff;
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + var(--bs-border-width)*2);
}

.right-sidebar-box .custom-form .custom-input textarea {
    height: 180px;
}

.right-sidebar-box .custom-form .custom-input .form-control {
    border: 1px solid #dddddd80 !important;
    padding: 10px 16px;
    border-radius: 6px;
}

.right-sidebar-box .custom-form .custom-input .form-control::placeholder {
    font-size: 14px;
}

.right-sidebar-box .custom-form .custom-input .form-control:focus {
    box-shadow: none;
}

.mapSection {
    width: 100%;
}

.h2font1.aboutSide h2 {
    font-size: 34px;
}

.h2font1.aboutSide h4 {
    margin-bottom: 30px;
    line-height: 32px;
    margin-top: 20px;
    font-size: 24px;
}

.parastyle1.aboutSide p {
    line-height: 28px;
}

.aboutImg2 {
    width: 100%;
}

.aboutImg2 img {
    width: 100%;
}

.bg1 {
    background-image: linear-gradient(45deg, #ffffff45, #ffffff87), url(../img/bg/bg2.jpg);
    background-size: cover;
}

.aboutImg2 img.animation1 {
    animation: upandDown 6s ease-in-out infinite alternate-reverse both;
}

.homeaboutPadding {
    padding: 70px 0px;
}

.aboutOtherCard {
    padding: 20px;
    border-radius: 10px;
    background: #ddd;
    position: relative;
}

.cardnewStyle .aboutOtherCard {
    min-height: 320px;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 222;
}

.abothercIcon {
    width: 100px;
    position: absolute;
    left: -10%;
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: fit-content;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.cardnewStyle .aboutOtherCard .abothercIcon {
    position: unset;
}

.abothercIcon img {
    width: 100%;
}

.aboutotherContents {
    width: 83%;
    margin: auto;
    margin-right: 0px;
}

.cardnewStyle .aboutotherContents {
    width: 100%;
    text-align: center;
}

.aboutotherContents h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0px;
    margin-top: 0px;
}

.aboutotherContents p {}

.aboutOtherCard.color1 {
    background: #bddef4;
    width: 90%;
    margin: auto;
    margin-top: 0px;
    margin-right: 0px;
    animation: upandDown 6s ease-in-out infinite alternate-reverse both;
    animation-delay: 0.4s;

}

.aboutOtherCard:hover .abothercIcon img {
    -webkit-animation: jello 1s infinite;
    -moz-animation: jello 1s infinite;
    -o-animation: jello 1s infinite;
    animation: jello 1s infinite;
}

.aboutOtherCard.color2 {
    background: #ffcdba;
    width: 90%;
    margin: auto;
    margin-top: 44px;
    margin-right: 0px;
    animation: upandDown 5s ease-in-out infinite alternate-reverse both;
    animation-delay: 1.2s;
}

.aboutOtherCard.color3 {
    background: #d8f7f3;
    width: 90%;
    margin: auto;
    margin-top: 0px;
    margin-right: 0px;
    animation: upandDown 6s ease-in-out infinite alternate-reverse both;
    animation-delay: 0.7s;
}

.aboutOtherCard.color4 {
    background: #ffe5ab;
    width: 90%;
    margin: auto;
    margin-top: 44px;
    margin-right: 0px;
    animation: upandDown 5s ease-in-out infinite alternate-reverse both;
    animation-delay: 1.8s;
}

.bg2 {
    background-image: url(../img/bg/bg2.png);
    background-size: cover;
    position: relative;
}
.bg2::after {
    content: '';
    position: absolute;
    top: auto;
    left: 0px;
    right: 0px;
    bottom: 100%;
    background-image: url(../img/bg/features_shape01.png);
    z-index: 1;
    width: 100%;
    height: 41px;
    background-repeat: no-repeat;
}
.bg2::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    bottom: auto;
    background-image: url(../img/bg/features_shape02.png);
    z-index: 1;
    width: 100%;
    height: 41px;
    background-repeat: no-repeat;
}

.bg4 {
    background-image: linear-gradient(180deg, #ffffffbf, #ffffff87), url(../img/bg/bg4.jpg);
    background-size: 100% 100%;
}

.bg5 {
    background-image: linear-gradient(159deg, #f4eeffd1, #faecffcf), url(../img/bg/bg5.jpg);
    background-size: 100%;
}
.bg6 {
    background-image: linear-gradient(159deg, #f3f3f3bf, #f1f1f191), url(../img/bg/bg6.jpg);
    background-size: 100%;
}

.aboutImg3 {
    width: 43%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
}

.aboutImg3 .imgbox {
    position: relative;
}

.aboutImg3 .imgbox::after {
    content: '';
    position: absolute;
}

.aboutImg3 img {
    width: 100%;
}


.counter-wrapper {
    position: relative;
    z-index: 2;
    margin-top: 60px;
}

.counter-wrapper .common-box {
    text-align: center;
}

.counter-wrapper .common-box .timer {
    font-size: 50px;
}

.counter-wrapper .common-box span {
    font-size: 50px;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f17f67;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.counter-wrapper .common-box:hover span {
    color: #f17f67;
}

.counter-wrapper .common-box .counter-text {
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
}

.counterIco {
    width: 70px;
    margin-left: auto;
    margin-right: auto;
}

.counterIco img {
    width: 100%;
}

.countersSec {
    background-image: linear-gradient(#101010e0, #080808d4), url(../img/bg/counter-bg.jpg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}
.countersSec::after {
    content: "";
    position: absolute;
    left: 0;
    top: -6px;
    background-image: url(../img/bg/video_top_mask.png);
    width: 100%;
    height: 46px;
    background-repeat: repeat;
    background-position: center;
    z-index: 1;
}
.countersSec::before {
      content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../img/bg/video_bottom_mask.png);
    width: 100%;
    height: 36px;
    background-repeat: repeat;
    background-position: center;
    z-index: 1;
}


.whychooseus {
    /* background: #fffaf3; */
}
.whyChooseCardWrap {
    margin-top: 50px;
}

.whychooseCard {
    padding: 18px 15px;
    border-radius: 14px;
    position: relative;
    background: #fffaf3;
    box-shadow: 0px 0px 4px #ddd;
    padding-left: 56px;
}
.whychooseIco {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    position: absolute;
    left: -31px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background: #f4eeffd1;
    padding: 10px;
    border: 4px solid #fff;
}
.whychooseIco img {
    width: 100%;
}
.whyChooseContent h4 {
    font-size: 19px;
    font-weight: 600;
    color: #2b58a9;
    margin-bottom: 10px;
    transition: all 0.5s ease-in-out;
    line-height: normal;
    margin-bottom: 4px;
}
.whyChooseContent p {
    text-align: -webkit-auto;
    margin: 0px;
}
.whyChooseCardWrap .row {
    gap: 22px;
    justify-content: flex-end;
}
.whyChooseCardWrap .row .col-md-10.i {
    margin-right: 50px;
}
.whyChooseCardWrap .row .col-md-10.iii {
    margin-right: 50px;
}
.whyChooseCardWrap .row .col-md-10.iv {
    margin-right: 100px;
}

.bg7 {
    background-image: linear-gradient(#101010e0, #080808d4), url(../img/bg/testi-bg.jpg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}
.bg7::after {
    content: "";
    position: absolute;
    left: 0;
    top: -6px;
    background-image: url(../img/bg/video_top_mask.png);
    width: 100%;
    height: 46px;
    background-repeat: repeat;
    background-position: center;
    z-index: 1;
}
.bg7::before {
      content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../img/bg/video_bottom_mask.png);
    width: 100%;
    height: 36px;
    background-repeat: repeat;
    background-position: center;
    z-index: 1;
}
.bgtexture {
    position: relative;
}
.bgtexture img {
    position: relative;
    z-index: 2;
    width: 100%;
}
.aboutMainImg.bgtexture::after {
       content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url(../img/other/texture-1.png);
    opacity: 0.1;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.industryCard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #ddd;
    padding: 12px;
    background: linear-gradient(159deg, transparent, transparent);
    transition: 0.3s ease-in-out;
}
.industryImg {
    width: 80px;
    padding: 10px;
}
.industryImg img {
    width: 100%;
}
.industryCard:hover .industryImg img {
    filter: invert(3) brightness(2);
}
.industryContent {
    width: 68%;
    display: flex;
    align-items: center;
}
.industryContent p {
    /* transition: 0.1s ease-in-out; */
        width: 60%;
}
.industryContent h2 {
    font-size: 20px;
    width: 40%;
    padding-right: 50px;
    /* transition: 0.1s ease-in-out; */
}
.indusBtn {
    width: 4%;
}
.indusBtn a {
    width: 49px;
    background: #fff;
    display: inline-block;
    height: 49px;
    text-align: center;
    line-height: 49px;
    border-radius: 100%;
    font-size: 18px;
    transition: 0.3s ease-in-out;
}
.indusBtn i {
    transform: rotate(315deg);
}
.industryCard:hover {
    background: linear-gradient(159deg, #7637fd, #c735f4);
}
.industryCard:hover h2, .industryCard:hover p {
    color: #fff;
}
.careerWrapper .industryCard a.complink {
    display: inline-block;
    width: 40%;
}
.careerWrapper .industryCard p {
    width: 30%;
}
.careerWrapper .industryContent {
    width: 78%;
}
.careerWrapper .industryCard:hover h3 ,.careerWrapper .industryCard:hover a.complink {
    color: #fff;
    transition: 0.1s ease-in-out;
}


.popupswipBtn a {
    transition: 0.4s ease-in-out;
    width: 190px;
    height: 50px;
    position: relative;
    display: inline-block;
}

.popupswipBtn.exolore a {
    width: 213px;
}

.popupswipBtn a i {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: linear-gradient(180deg, #290090, #2d07ba);
    color: #fff;
    border-radius: 100%;
    line-height: 48px;
    font-size: 19px;
    transition: 0.4s ease-in-out;
}

.popupswipBtn a p {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: fit-content;
    line-height: normal;
    background: linear-gradient(180deg, #290090, #2d07ba);
    color: #fff;
    height: 50px;
    padding: 14px 20px;
    border-radius: 30px;
    right: 0px;
    transition: 0.4s ease-in-out;
}

.popupswipBtn:hover a i {
    right: 0px;
}

.popupswipBtn:hover a p {
    left: 0px;
    width: fit-content;
    margin-left: 0px;
}

/* Text Animation */
h2.animate-text {
    margin: 0;
    overflow: hidden;
}

h2.animate-text span {
    display: none;
}

h2.animate-text span.text-in {
    display: block;
    animation: textIn .5s ease;
}

h2.animate-text span.text-out {
    animation: textOut .5s ease;
}

@keyframes textIn {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0%);
    }
}

@keyframes textOut {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-100%);

    }
}

.cardleftAnimation {
    -webkit-animation-name: rollIn2;
    animation-name: rollIn2;
    transform: rotate(340deg) translateX(-30px);
}

@keyframes rollIn2 {
    0% {
        transform: rotate(360deg) translateX(270px);
    }

    100% {
        transform: rotate(340deg) translateX(-30px);
    }
}

.cardrightAnimation {
    -webkit-animation-name: rollIn3;
    animation-name: rollIn3;
    transform: rotate(21deg) translateX(-10px)
}

@keyframes rollIn3 {
    0% {
        transform: rotate(0deg) translateX(-270px);
    }

    100% {
        transform: rotate(21deg) translateX(-10px)
    }
}



/* Loaders */
.loaderWrapper {
    width: 100%;
    height: 100vh;
    background: linear-gradient(45deg, #fffaf0eb, #fff4f1e0);
    position: relative;
    z-index: 66;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    backdrop-filter: blur(7px);
}

.loader {
    width: 80px;
    height: 50px;
    position: relative;
}

.loader-text {
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    color: #f18067;
    animation: text_713 3.5s ease both infinite;
    font-size: .8rem;
    letter-spacing: 1px;
}

.load {
    background: linear-gradient(270deg, #e6d3ff, #efb3ff);
    border-radius: 50px;
    display: block;
    height: 16px;
    width: 16px;
    bottom: 0;
    position: absolute;
    transform: translateX(64px);
    animation: loading_713 3.5s ease both infinite;
}

.load::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #8737fc, #be36f5);
    border-radius: inherit;
    animation: loading2_713 3.5s ease both infinite;
}

@keyframes text_713 {
    0% {
        letter-spacing: 1px;
        transform: translateX(0px);
    }

    40% {
        letter-spacing: 2px;
        transform: translateX(26px);
    }

    80% {
        letter-spacing: 1px;
        transform: translateX(32px);
    }

    90% {
        letter-spacing: 2px;
        transform: translateX(0px);
    }

    100% {
        letter-spacing: 1px;
        transform: translateX(0px);
    }
}

@keyframes loading_713 {
    0% {
        width: 16px;
        transform: translateX(0px);
    }

    40% {
        width: 100%;
        transform: translateX(0px);
    }

    80% {
        width: 16px;
        transform: translateX(64px);
    }

    90% {
        width: 100%;
        transform: translateX(0px);
    }

    100% {
        width: 16px;
        transform: translateX(0px);
    }
}

@keyframes loading2_713 {
    0% {
        transform: translateX(0px);
        width: 16px;
    }

    40% {
        transform: translateX(0%);
        width: 80%;
    }

    80% {
        width: 100%;
        transform: translateX(0px);
    }

    90% {
        width: 80%;
        transform: translateX(15px);
    }

    100% {
        transform: translateX(0px);
        width: 16px;
    }
}




/* Loaders */



/* Text Animation */
.aboutinnerbnrSec {
    padding-top: 130px;
    padding-bottom: 60px;
    background: linear-gradient(#ffffffe8, #ffffffe8), url(../img/bg/about-bnr.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.aboutbnrTitleSec {
    text-align: center;
}

.abnrqs h4 {
    font-size: 64px;
    font-weight: 500;
}

.abwordAnimated {
    font-size: 60px;
    color: #280170;
    position: relative;
}

.textanimateUnderline {
    position: absolute;
    top: 70%;
    width: 47%;
    height: 26px;
    right: 0px;
    z-index: 4;
}

svg.textanimateUnderline path {
    fill: none;
    stroke: #4805c4;
    stroke-width: 4px;
    stroke-dasharray: 4691;
    stroke-dashoffset: 4691;
    /* -webkit-animation: dash 1.5s linear forwards;
    animation: dash 1.5s linear forwards; */
    animation-duration: 1.5s;
    /* animation: name duration timing-function delay iteration-count direction fill-mode; */
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

.abtile{
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #f1f1f1;
    box-shadow: 3px 16px 10px #15141404;
    position: relative;
    overflow: hidden;
}
.abtile h1, .abtile h2, .abtile h3, .abtile h4, .abtile h5, .abtile h6 {
    position: relative;
    color: #131313;
    z-index: 2;
    font-size: 30px;
    line-height: 40px;
}
.tile1 {
    background-color: #e7d9ff;
}
.tilebgimg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    display: flex;
    align-items: center;
    
}
.tilebgimg img{
    width: 100%;
    opacity: 0.6;;
}
.abshape{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.abshape img{
    width: 100%;
}
.abshape.shape1 {
    width: 134px;
    
} 

.tile2 {
    background-color: #f5cb96;
    padding: 60px 60px;
}
.tile2 h4 span{
    color: #ff7a56;
    font-weight: 600;
}

.abshape.shape2 {
    width: 113px;
    /* margin-left: 0px; */
    margin-top: -68px;
}

.abtile.tile3{
    background-color: #2e3192;
    background-image: url(../img/shapes/tilebg3.jpg);
    background-blend-mode: color-burn;
    background-size: cover;
    background-position: center;
    margin-top: -75px;
}
.abtile.tile3 h4 {
    color: #fff;
}
.abtile.tile3 h4 span{
    color: #00fcff;
}
.abtile.tile4 {
    background-color: #cffdd0;
    background-image: url(../img/shapes/tilebg4.jpg);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    margin-top: 28px;
    padding: 68px 62px;
}

.abtile.tile4 h4 span{
    color: #1a6802;
    font-weight: 600;
}
.abtile.tile5 {
    background-color: #ffe7f3;
    background-image: url(../img/shapes/tilebg5.jpg);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    margin-top: -191px;
    padding: 34px;
}
.abtile.tile5 span{
    color: #9e03a4;
    font-weight: 600;
}
.abshape.shape3 {
    width: 80px;
    /* margin-left: 0px; */
    margin-top: -170px;
}
.scale1 {
    animation: scalling 5s ease-in-out infinite alternate-reverse both;
}
.shape3 img{
    animation: upandDown 6s ease-in-out infinite alternate-reverse both;
}
@keyframes scalling {
    0% {
        transform: scaleX(1);
    }
    50% {
        transform: scaleX(-1);
    }
    100% {
        transform: scaleX(1);
    }
}

.aboutparatileWrap {
    padding: 150px 70px;
    background: #002157;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.aboutparaimg {
    width: 308px;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    transform: translateX(-50%);
    height: fit-content;
}
.aboutparaimg img{
    width: 100%;
}
.aboutparaText {
    margin-left: 150px;
}
.aboutparaText p{
    color: #fff;
    font-size: 20px;
    line-height: 35px;
}
.aboutparaText p:first-child {
    margin-bottom: 20px;
}


.abgetstartedbtn .defaultBtn a, .abgetstartedbtn .defaultBtn button {
    padding: 13px 40px;
    height: 49px;
    font-size: 19px;
}

.journeycontent {
    margin-right: 50px;
}
.journeycontent p{
    text-align: justify;
    font-size: 16px;
}
.journeytiles {
    padding: 30px 30px;
    border-radius: 8px;
    border: 1px solid #efe9f1;
    margin-bottom: 22px;
}
.journeytileWrap h3{
    font-size: 20px;
    font-weight: 600;
    color: #ffff;
}
.journeytileWrap p{
    font-size: 16px;
    line-height: 26px;
    margin-top: 11px;
    color: #fff;
}
.jourtile1 {
    background: linear-gradient(146deg, #295eaa, #26a3db);
}
.jourtile2 {
    background: linear-gradient(124deg, #f17e67, #f7a03b);
}
.bgjourney {
    background-color: #fcf6ff;
}
.jourupdownani1 {
    animation: upandDown 5s ease-in-out infinite alternate-reverse both;
    animation-delay: 1.2;
}
.jourupdownani2 {
    animation: upandDown 6s ease-in-out infinite alternate-reverse both;
    animation-delay: 0.4;
}
.ourvalue-subtitle-padding {
    padding: 0px 14%;
}
.gallerWrapperCard {
    margin-top: 30px;
}

.mediaGalleryImgCard{
    margin-bottom: 20px;
    transition: 0.4s ease-in-out;
}
.mediaGalleryImgCard .demo-gallery-poster{
    padding: 0px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    margin-bottom: 20px;
    border-radius: 10px;
    margin: 0px;
    height: 420px;
    display: flex;
    align-items: center;
}
.mediaGalleryImgCard img{
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.galleryTitle{
    text-align: center;
    margin-bottom: 20px;
}
.galleryTitle h5{
    font-size: 20px;
    font-weight: 800;
    color: #282828;
}
.demo-gallery-poster{
    position: relative;
    overflow: hidden;
}
.demo-gallery-poster::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #00000012;
    top: 0px;
    left: 0px;
    right: 0px;
    transition: 0.4s ease-in-out;
}
.mediaGalleryImgCard:hover .demo-gallery-poster::after{
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
}
.demo-gallery-poster img{
    transition: 0.4s ease-in-out;
}
.mediaGalleryImgCard:hover {
    transform: translateY(-2px);
    cursor: zoom-in;
}
.mediaGalleryImgCard:hover .demo-gallery-poster{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}


.mediaGallerypage .gallerWrapperCard {
    display: flex
    ;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 10px 10px;
        margin-top: 10px;
}
.mediaGallerypage .gallerWrapperCard .gallerymainImg{
    width: 22%;
    min-height: 125px;
    margin-bottom: 0px;
    max-height: 125px;
    overflow: hidden;
}

.ourValuesWrap{
    margin-top: 50px;
}
.ourvaluestile {
    padding: 15px;
    border-radius: 10px;
    min-height: 280px;
    margin-bottom: 22px;
    background-image: url(../img/shapes/our-value-tile-bg.jpg);
    background-size: 100% 100%;
    background-blend-mode: lighten;
}
.ourvaluestile.tile1 {
    background-color: #effbff;
    border: 1px solid #d6e9f5;
}
.ourvaluestile.tile2 {
    background-color: #fff0f0;
    border: 1px solid #f5d6d6;
}
.ourvaluestile.tile3 {
    background-color: #eff2ff;
    border: 1px solid #d6d8f5
}
.ourvaluestile.tile4 {
    background-color: #fffbdb;
    border: 1px solid #fffdb9;
}
.ourvaluestile.tile5 {
    background-color: #e7e5ff;
    border: 1px solid #dcd6f5;
}
.ourvaluestile.tile6 {
    background-color: #d2ffc4;
    border: 1px solid #d6f5d7;
}
.ourvaluesIcon {
    width:75px;
    margin-left: auto;
    margin-right: auto;
}
.ourvaluesIcon img{
    width: 100%;
}
.ourvalueContent {
    margin-top: 10px;
    text-align: center;
}
.ourvalueContent h4{
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0px;
    margin-top: 0px;
}

.ourculture  {
    background: linear-gradient(147deg, #5913c7, #c835f3);
}
.ourcultureDiv{
    /* padding: 70px 70px; */
    /* background: #002157; */
    /* border-radius: 20px; */
    position: relative;
    overflow: hidden;
}
.ourcultureTitle h4 {
    margin-bottom: 12px;
    color: #f69c40;
    font-size: 20px;
}
.ourcultureTitle h2{
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
    /* font-size: 38px; */
    font-size: 42px;
}
.ourcultureTitle .typed{
    color: #fff;
    font-size: 27px;
    font-weight: 500;
    font-family: 'Open Sans';
}
.ourcultureTitle .typed .color1{
    color: #ffff;
}
.ourcultureTitle .typed .color2{
    color: #fff;
}
.ourcultureTitle .typed .color3{
    color: #fff;
}
.ourcultureTitle .typed .color4{
    color: #fff;
}
.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    font-size: 24px;
    color: #ddd;
}
.ourcultureMainContent {
    margin-top: 30px;
}
.ourcultureMainContent p{
    color: #fff;
}
.titlePara{
    margin: 10px 0px;
}

.whyChooseus {
    background: radial-gradient(#ffffffd9, #ffffffd9), url(../img/bg/why-sec-bg.jpg);
    background-size: 100% 100%;
}
.whychoosWrap {
    margin-top: 50px;
}
.topleftcorImg {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    width: 170px;
}

.whyChooseTile {
    position: relative;
    min-height: 330px;
    min-height: auto;
    background: transparent;
    padding: 10px;
    cursor: pointer;
}
.whyChooseTile::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 0%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    transition: 0.4s ease-in-out;
    border-radius: 10px;
}
.whyChooseTile.tile1::after {
    background: radial-gradient(#fff, #e6f7ff);
}
.whyChooseTile.tile2::after {
    background: radial-gradient(#fff, #ffe6fa);
}
.whyChooseTile.tile3::after {
    background: radial-gradient(#fff, #dbffbb);
}
.whyChooseTile.tile4::after {
    background: radial-gradient(#fff, #ffe6e6);
}
.whyChooseTile.tile5::after {
    background:radial-gradient(#fff, #f7ffce);
}
.whyChooseTile:hover:after {
    height: 100%;
} 
.whyChooseTileIcon {
    width: 90px;
    margin: auto;
    padding: 19px;
    height: 90px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.4s ease-in;
    margin-top: 19px;
    z-index: 2;
}
.whyChooseTile:hover .whyChooseTileIcon {
    background: #fff;
}
.whyChooseTileIcon img{
    width: 100%;
}
.whyChooseTileContent {
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 5px;
}
.whyChooseTileContent h4{
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px;
    margin-top: 10px;
}

.whyChooseTileContent p{
    position: relative;
    margin-top: -100px;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
}
.whyChooseTile:hover .whyChooseTileContent p{
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}


.servicesWrapper {
    margin-top: 50px;
}
.serviceCard {
    background-image: url(../img/bg/servicetilebg.jpg);
    padding: 20px;
    border-radius: 8px;
    min-height: 200px;
    display: flex;
    align-items: center;
    background-blend-mode: color-burn;
    background-size: cover;
    background-position: center center;
}
.serviceCard.color1{
    background-color: #d8f7f3d4;
}
.serviceCard.color2 {
    background-color: #b7ffb5d4;
} 
.serviceCard.color3 {
    background-color: #ffd4f6d4;
} 
.serviceCard.color4 {
    background-color: #fff5d4d4;
} 
.serviceCard.color5 {
    background-color: #d4f6ffd4;
} 
.serviceccTitle {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0px;
    margin-top: 0px;
}
.serItile1 {
    margin-top: 290px;
    animation: upandDown 5s ease-in-out infinite alternate-reverse both;
    animation-delay: 1.2s;
}
.serItile2 {
    margin-top: 0px;
    animation: upandDown 5.5s ease-in-out infinite alternate-reverse both;
    animation-delay: 1.5s;
}
.serItile3 {
    margin-top: 290px;
    animation: upandDown 4.5s ease-in-out infinite alternate-reverse both;
    animation-delay: 1.9s;
}
.serItile4 {
    margin-top: 40px;
    animation: upandDown 5.9s ease-in-out infinite alternate-reverse both;
    animation-delay: 1.2s;
    animation: upandDown 5.9s ease-in-out infinite alternate-reverse both;
    animation-delay: 1.2s;
}

.serIItile1 {
    margin-top: 0px;
    animation: upandDown 5s ease-in-out infinite alternate-reverse both;
    animation-delay: 1.2s;
}
.serIItile2 {
    margin-top: 0px;
    animation: upandDown 5.5s ease-in-out infinite alternate-reverse both;
    animation-delay: 1.5s;
}
.serIItile3 {
    margin-top: 0px;
    animation: upandDown 4.5s ease-in-out infinite alternate-reverse both;
    animation-delay: 1.9s;
}
.serIItile4 {
    margin-top: 20px;
    animation: upandDown 5.9s ease-in-out infinite alternate-reverse both;
    animation-delay: 1.2s;
}
.serIItile5 {
    /* margin-top: 20px; */
    animation: upandDown 5.9s ease-in-out infinite alternate-reverse both;
    animation-delay: 1.2s;
}
.whyChooseus.serbg2 {
    background: radial-gradient(#fdfdfd9c, #f2eaff6b), url(../img/bg/serbg2.jpg);
} 
.someotherTitle h3{
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}
.someotherTitle h3 span{
    color: #280170;
}
.someotherTitle h4{
    font-weight: 600;
}

.serviceGraphicImg.sectI {
    width: 23%; 
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    margin: auto;
    bottom: 0px;
    height: fit-content;
}
.serviceGraphicImg.sectIII {
    width: 21%;
    position: absolute;
    left: 0px;
    top: 90px;
    right: 0px;
    margin: auto;
    bottom: 0px;
    height: fit-content;
}

.serviceGraphicImg img{
    width: 100%;
}
.serviceGraphicImg.sectII {
    width: 80%;
    margin: auto;
}
.serviceGraphicImg.sectII img{
    animation: upandDown 4s ease-in-out infinite alternate-reverse both;
    animation-delay: 1s;
}
.serviceGraphicImg.sectIV {
    width: 60%;
    margin: auto;
}
.serIItile3.serTile4Last {
    margin-top: 50px;
}
/* .contactUsCard.contactbg1 {
    background: radial-gradient(#fff, #e6f7ff),url(../img/bg/contact-tile-bg.jpg);
    background: radial-gradient(#ffffffd9, #e6f7ff96), url(../img/bg/contact-tile-bg.jpg);
    background-size: cover;
    background-position: center center;
    animation: upandDown 4s ease-in-out infinite alternate-reverse both;
    animation-delay: 1s;
}
.contactUsCard.contactbg2 {
    background: radial-gradient(#ffffffd9, #fde6ff96), url(../img/bg/contact-tile-bg.jpg);
    background-size: cover;
    background-position: center center;
    animation: upandDown 4.5s ease-in-out infinite alternate-reverse both;
    animation-delay: 1.3s;
}
.contactUsCard.contactbg3 {
    background: radial-gradient(#ffffffd9, #ddffa6bf), url(../img/bg/contact-tile-bg.jpg);
    background-size: cover;
    background-position: center center;
    animation: upandDown 5s ease-in-out infinite alternate-reverse both;
    animation-delay: 1.8s;
} */


.industriesWeServe{
    margin-top: 50px;
}
.industriesTile {
    padding: 0px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 9px;
}
.industriesTile::after{
    position: absolute;
    z-index: 1;
    content: '';
    /* width: 86%; */
    width: 100%;
    /* height: 106%; */
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    border-radius: 127px;
    animation-name: fadeIn;
    animation-delay: 1s;
}
.industriesTile.industile1::after{
    background: radial-gradient(#fff, #e6f7ff);
}
.industriesTile.industile2::after{
    background: radial-gradient(#fff, #ffe6e6);
}
.industriesTile.industile3::after{
    background: radial-gradient(#fff, #dbffbb);
}
.industriesTile.industile4::after{
    background: radial-gradient(#fff, #ffe6fa);
}
.industriesTile.industile5::after{
    background: radial-gradient(#fff, #f7ffce);
}
.innerBanner.aboutUs  {
    background-image: linear-gradient(180deg, #26262642, #faeaff9e), url(../img/bg/inner-bg.jpg);
    background-size: 100%;
}
.industriesIco {
    height: 120px;
    width:120px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.4s ease-in;
    margin-top: 19px;
    z-index: 2;
    border-radius: 100%;
    /* top: -89px; */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
    overflow: hidden;
}

.industriesIco img{
    margin: auto;
    padding: 25px;
    height: 120px;
    width:120px;
    background: #fff;
    -ms-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    
}
.industriesTile:hover  .industriesIco img {
    /* animation: rotateIflipCon 0.5s linear ; */
    -ms-transform: ScaleX(-1) translateY(-4px);
    -webkit-transform: ScaleX(-1)translateY(-4px);
    transform: ScaleX(-1)translateY(-4px);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
/* .industriesTileContent {
    text-align: center;
    padding: 30px 10px;
    border: 1px solid #dddddd47;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #fff;
    border-radius: 0px;
    position: relative;
    z-index: 2;
    top: -63px;
    min-height: 241px;
} */
.industriesTileContent {
    text-align: center;
    padding: 10px 18px 30px;
    border: none;
    box-shadow: none;
    background: transparent;
    border-radius: 0px;
    position: relative;
    z-index: 2;
    top: 0px;
    min-height: auto;
    width: 90%;
    text-align: center;
    margin: auto;
    background:#ffffff82;
    min-height: 116px;
    border-bottom-left-radius: 147px;
    border-bottom-right-radius: 147px;
    margin-top: 25px;
    margin-bottom: 2px;
}
.industriesTileContent h3{
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0px;
    margin-top: 0px;
    color: #2b05b1;
    line-height: 25px;
    position: relative;
    top: 17px;
}
.industriesTile.industile2 .industriesTileContent h3 {
    color: #e95151;
}
.industriesTile.industile3 .industriesTileContent h3 {
    color: #5ba73d;
}
.industriesTile.industile4 .industriesTileContent h3 {
    color: #eb3dbd;
}
.industriesTile.industile5 .industriesTileContent h3 {
    color: #edbe0a;
}
.industriesTileContent p{
    margin-top: 10px;
}
/* .industriesTile.industile1 .industriesIco img {
   
}
.industriesTile.industile2 .industriesIco img {
    animation: rotateIflipCon 0.3s linear infinite;
}
.industriesTile.industile3 .industriesIco img {
    animation: rotateIflipCon 0.3s linear infinite;
}
.industriesTile.industile4 .industriesIco img {
    animation: rotateIflipCon 0.3s linear infinite;
}
.industriesTile.industile5 .industriesIco img {
    animation: rotateIflipCon 0.3s linear infinite;
} */


.industriesAccordWrap .accordion{
    border: none;
}
.industriesAccordWrap .accordion-item{
    border: none;
}
.industriesAccordWrap .induscont1 {
    background: linear-gradient(270deg, #fff, #f7fdff);
    border-radius: 10px;
    overflow: hidden;
    text-align: justify;
}
.industriesAccordWrap .induscont2 {
    background: linear-gradient(270deg, #fff, #eeffe7);
    border-radius: 10px;
    overflow: hidden;
    text-align: justify;
}
.industriesAccordWrap .induscont3 {
    background: linear-gradient(270deg, #fff, #fff3fc);
    border-radius: 10px;
    overflow: hidden;
    text-align: justify;
}
.industriesAccordWrap .induscont4 {
    background: linear-gradient(270deg, #fff, #f9ffdf);
    border-radius: 10px;
    overflow: hidden;
    text-align: justify;
}
.industriesAccordWrap .induscont5 {
    background:linear-gradient(270deg, #fff, #fff4f4);
    border-radius: 10px;
    overflow: hidden;
    text-align: justify;
}
.industriesAccordWrap .accordion-item .accordion-button {
    font-size: 20px;
    font-weight: 600;
    padding: 28px 20px 16px;
}
.industriesAccordWrap .accordion-item .accordion-button h5{
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 7px;
    margin-top: 12px;
}
.industriesAccordWrap .accordion-item .accordion-button h5::after{
    position: absolute;
    content: '';
    width: 26px;
    height: 4px;
    left: 0px;
    top: 97%;
    background: #2a04b0;
    visibility: hidden;
}
.industriesAccordWrap .accordion-item .accordion-button h5::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0px;
    top: 100%;
    border: 1px solid #ddd;
    bottom: 0px;
    visibility: hidden;
}
.industriesAccordWrap .accordion-item .accordion-button:not(.collapsed) h5::before{
    visibility: visible;

}
.industriesAccordWrap .accordion-item .accordion-button:not(.collapsed) h5::after{
    visibility: visible;

}
.industriesAccordWrap .accordion-item .accordion-button::after {
    background-size: 15px;
}

.industriesAccordWrap .induscont1 .accordion-button {
    position: relative;
    margin-bottom: 0px;
}
.industriesAccordWrap .accordion-item .accordion-button:not(.collapsed) {
    background: transparent;
    border: none;
    border-radius: 10px;
    margin-bottom: 0px;
    box-shadow: none;
}
.industriesAccordWrap .accordion-item .accordion-button::before {
    position: absolute;
    content: '';
    top: 100%;
    width: 100%;
    height: 1px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    border: 1px dashed #38383814;
}
.industriesAccordWrap .accordion-item .accordion-button:not(.collapsed)::before {
    top: 100%;
    width: 2px;
    height: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
}
.industriesAccordWrap .induscont1 .accordion-button:not(.collapsed)::before {
    background: #3c2f8a;
}
.industriesAccordWrap .induscont2 .accordion-button:not(.collapsed)::before {
    background: #3c2f8a;
}
.industriesAccordWrap .induscont3 .accordion-button:not(.collapsed)::before {
    background: #3c2f8a;
}
.industriesAccordWrap .induscont4 .accordion-button:not(.collapsed)::before {
    background: #3c2f8a;
}
.industriesAccordWrap .induscont5 .accordion-button:not(.collapsed)::before {
    background: #3c2f8a;
}
.industriesAccordWrap .accordion-item .accordion-button img {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    margin-right: 10px;
}
.industriesAccordWrap .accordion-item .accordion-collapse{
    position: relative;
}
.industriesAccordWrap .accordion-item .accordion-collapse::after{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    top:0px;
    width: 1px;
    height: 100%;
}
.industriesAccordWrap .accordion-item .accordion-collapse.show::after {
    border: 1px dashed #ddd;
}
.industriesAccordWrap .accordion-item .accordion-collapse.show {
    border: none;
    box-shadow: none;
}
.industriesAccordWrap .accordion-item .accordion-collapse:not(.show) {
    background: transparent;
    border: none;
    border-radius: 10px;
    box-shadow: none;
}
.indusAccordioChange {
    height: 100%;
}
.indusimgs {
    width: 100%;
    padding: 10px;
    height: 100%;
}
.indusimgs img{
    width: 100%;
    animation: upandDown 4.5s ease-in-out infinite alternate-reverse both;
}

.indusimgs .accordion-img {
    display: none;
}
.indusimgs .accordion-img.indusimg1 {
    display: block;
}
.industMainBG {
    background: radial-gradient(#fffffff2, #f4f5ffe0), url(../img/bg/industries-main-bg.jpg);
    background-size: 100%;
    background-position: center;
    padding: 60px 0px;
}
.testimonialbg {
    background-image: url(../img/bg/testimonials-bg.jpg);
}


.ourCultureGallery {
    margin-top: 30px;
}
.galleryImgWrap.row {
    gap: 24px 0px;
} 
.galleryImg img{
    width: 100%;
    border-radius: 5px;
    border: 4px solid #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.galleryImg a{
    display: block;
    position: relative;
}
.galleryImg {
    text-align: center;
    overflow: hidden;
    border-radius: 8px;

}
.galViewer {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000021;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: 0.3s ease-in-out;
}
.galleryImg a:hover .galViewer{
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.galViewer i{
    font-size: 24px;
    color: #fff;
}


.langDropdown .btn{
    background: none;
    border: none;
    color: #000;
    font-size: 14px;
    padding: 12px 0px;
}
.headerRightMenu .langDropdown li{
    margin: 0px;
}
.langDropdown .dropdown-menu {
    padding: 0px;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 8px;
    box-shadow: 0px 6px 15px #7373732e;
    border: none;
}
.langDropdown .dropdown-item {
    padding: 4px 9px;
    width: auto;
    border-radius: 8px;
    background: none;
    border-bottom: 1px solid #dddddd4d;
    color: #0c0c0c;
    font-size: 14px;
}
.langDropdown .dropdown-item.active, .langDropdown .dropdown-item:active {
    /* background: linear-gradient(180deg, #290090, #2d07ba); */
    background: none;
    color: #0240a8;
    padding-left: 20px;
}
.langDropdown .dropdown-item:hover {
    color: #0240a8;
    padding-left: 20px;
}


.copyright-section {
    width: 100%;
    background: #1d1d1d;
    padding: 12px 0px;
}

.copyright-section p {
    margin: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.footPrivacyPolicy ul {
    display: flex;
        align-items: center;
        color: #fff;
        justify-content: center;
}
.footPrivacyPolicy ul li {
    color: #fff;
    margin: 0px 8px 0px 9px
}
.footPrivacyPolicy ul li a{
    color: #fff;
    font-size: 14px;
}
.footPrivacyPolicy ul li a:hover {
    text-decoration: underline;
}


.brandsection {
    padding-block-end: 120px;
}
 

/* listing */
.prListingWrap {
    width: 100%;
    display: flex
;
}
.productSideBar {
    width: 24%;
    margin-right: 20px;
    position: sticky;
    top: 100px;
}
.productSideBar .accordion {
    margin-bottom: 20px;
}
.productSideBar .accordion-item:first-of-type {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.productSideBar .accordion-item {
    overflow: hidden;
}
.productSideBar .accordion-button.JustaTitle {
    background: linear-gradient(180deg, #000, #000);
    color: #fff;
    font-size: 17px;
}
.productSideBar .accordion-button {
    padding: 14px 20px;
    font-family: 'Montserrat', serif;
    font-weight: 600;
}
.productMailListing {
    width: 76%;
}
.productMainListTitle {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}
.productMainListTitle h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 50px;
}
.productMainListTitle p {
    font-weight: 600;
}
.productSideBar .accordion-button {
    padding: 14px 20px;
    font-weight: 600;}
.prcatAccordList {
    width: 100%;
}
.prcatAccordList ul li a {
    display: block;
    padding: 8px 20px;
    border-bottom: 1px dashed #d9eaff;
}
.productSideBar .accordion-body {
    padding: 0px;
}
.prcatAccordList ul li:last-child a {
    border-bottom: none;
}
.productSideBar .accordion-button:focus {
    box-shadow: none;
}
.footer-wrp-main.innerfooter {
    border-top: 1px dashed #dddddd57;
    box-shadow: 0px 0px 10px #dddddd5c;
    background: #eaf8ff;
}
.headerSection.prdetailHeader {

}
.innerBanner.aboutUs.prdetailbnner {
    background-image: linear-gradient(180deg, #a75f5973, #a75f5973), url(../img/bg/inner-bg.jpg);
    background-size: 100%;
    height: 89px;
}
.innerBannerContent.prdetailsbnnerContent {
    height: auto;
    justify-content: flex-start;
}
.bnrnavContent {
    background-color: #ebebeb;
    padding: 7px 0px;
}

.productTitle h2 {
    font-size: 38px;
    font-weight: 700;
}
.prContent {
    padding-left: 30px;
}
.productBrand {
    margin-bottom: 13px;
}
.productBrand h5 {
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
}
.proudctMainDescription p {
    text-align: justify;
    line-height: 26px;
}
.productAction {
    margin-top: 30px;
}

@media screen and (max-width:1366px) and (min-width:1000px) {
    .bannerLeftContent h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .headerMenu>li {
        padding: 22px 15px;
    }

    .bannerLeftContent a {
        padding: 8px 32px;
    }
    .bannerLeftContent h4 {
        font-size: 17px;
    }

    .bannerLeftContent {
        top: 120px;
    }
    .aboutSide h2 {
        font-size: 40px;
    }
    .aboutSide p {
        font-size: 14px;
    }
    .bannerLeftContent a {
        bottom: -22px;
    }
    .light.aboutSide .normalList li {
        font-size: 14px;
    }
    .counter-wrapper .common-box .counter-text {
        font-size: 14px;
    }
    .counter-wrapper .common-box .timer {
        font-size: 38px;
    }
    .counter-wrapper .common-box span {
        font-size: 30px;
    }
    .ftr-link-bx a.title-16 {
        font-size: 18px;
    }
    .ftr-link-bx a {
        font-size: 14px;
    }
    .footerContents p {
        margin-right: 5px;
        color: #565656;
        line-height: 28px;
        font-size: 14px;
    }
    .headerMenu>li>a {
        font-size: 14px;
    }
}


@media screen and (max-width:999px) and (min-width:800px) {
    .serviceboxContent h2 {
        font-size: 15px;
    }

    .headerMenu>li>a {
        font-size: 12px;
    }

    .headerMenu>li {
        padding: 22px 8px;
    }

    .headerSubMenu>li a {
        font-size: 12px;
        padding: 5px 12px;
    }

    .defaultBtn a span,
    .defaultBtn button span {
        font-size: 12px;
    }

    .logoSection {
        width: 130px;
    }

    .bannerLeftContent h5 {
        font-size: 16px;
        line-height: 35px;
    }

    .bannerLeftContent h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .bannerLeftContent {
        width: 60%;
    }

    .bannerContent {
        height: 320px;
    }

    .bannerCarousel {
        height: 320px;
    }

    .serviceImg img {
        width: fit-content;
        height: 100%;
        width: auto;
    }

    .testimonials .row {
        flex-direction: column-reverse;
    }

    .testimonials .aboutSideContents {
        text-align: center;
    }

    .testimonials {
        padding-bottom: 70px !important;
    }

    .testimonials .defaultBtn {
        position: absolute;
        bottom: 44px;
        left: 0px;
        right: 0px;
        margin: auto;
        z-index: 3;
    }

    .footer-btm-wrp .row {
        justify-content: space-between;
    }
}


@media only screen and (max-width:768px) {
    .aboutSection {
        margin-top: 30px;
    }
    .founderName {
        bottom: 2px;
    }
    .directorMessage .aboutSide h5 {
        text-align: left;
    }
    .btnhasSub.active .headerSubNav {
        position: absolute;
        left: 0px;
        right: 0px;
        width: 80%;
        margin-right: 0px;
        margin-left: auto;
        background: #fff;
        transition: inherit;
    }
    .btnhasSub.active .headerSubNav .headerSubMenu>li a {
        color: #111;
    }
    .founderName h5 {
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 17px;
    }
    .founderName p {
        font-size: 11px;
    }
    .productSideBar {
        width: 100%;
        position: inherit;
    }
    .productMainListTitle h4 {
        font-size: 14px;
    }
    .innerBanner.aboutUs {
        background-size: cover;
    }
    .productDetailMail {
        margin-top: 20px;
    }
    .productMailListing {
        width: 100%;
    }
    .prListingWrap {
        flex-wrap: wrap;
    }
    .bannerRightContent.bannerIllustration {
        width: 100%;
    }
    .serviceboxContent a {
        margin-top: 20px;
        position: relative;
        bottom: 00px;
    }
    .pb-100 {
        padding-bottom: 30px;
    }
    .pt-100 {
        padding-top: 30px;
    }
    .pb-50 {
        padding-bottom: 30px;
    }
    
    .pt-50 {
        padding-top: 30px;
    }
    .defaultBtn a, .defaultBtn button {
        padding: 3px 18px;
        border-radius: 30px;
        background: linear-gradient(148deg, #008b17, #00b91f);
        color: #fff;
        font-weight: 400;
        position: relative;
        overflow: hidden;
        display: inline-block;
        height: 35px;
        transition: 0.3s ease-in-out;
    }
    .defaultBtn.light a, .defaultBtn.light button {
        background: linear-gradient(148deg, #f2f2f2, #ffffff);
        color: #000;

    }
    .whyChooseCardWrap .row .col-md-10.i {
        margin: 0px;
    }
    .whyChooseCardWrap .row .col-md-10.iii {
        margin: 0px;
    }
    .industryCard {
        flex-direction: column;
    }
    .industryContent {
        flex-direction: column;
        width: 100%;
    }
    .industryContent h2 {
        width: 100%;
        text-align: center;
        padding: 0px;
    }
    .careerWrapper .industryCard a.complink {
        width: 100%;
        text-align: center;
    }
    .industryContent p {
        text-align: center;
        width: 100%;
    }
    .indusBtn {
        width: auto;
        margin-top: 30px;
    }
    .owl-theme.testimonialsCarousel.testimonialsCarousel  .owl-dots, .testimonialsCarousel.owl-theme .owl-nav {
        display: flex
        ;
                justify-content: center;
                align-items: center;
    }
    .testimonialCard::after {
        font-size: 30px;
        right: 30px;
        bottom: 10px;
    }
    .countersSec {
        background-size: cover;
    }
    .counter-wrapper .common-box {
        text-align: center;
        min-height: 120px;
    }
    .cardleftAnimation {
       transform: rotate(0deg) translateX(0px)!important;
        /* animation: zoomIn!important; */
    }
    .cardrightAnimation {
        transform: rotate(0deg) translateX(0px)!important;
        /* animation: zoomIn!important; */
    }
    .aboutOtherCard.color1 {
        width: 100%;
    }
    .aboutOtherCard.color2{
        width: 100%;
    }
    .aboutOtherCard.color3{
        width: 100%;
    }
    .aboutOtherCard.color4{
        width: 100%;
    }
    .headerMenu>li>a::after {
        bottom: -1px;
        background: #ffffff;
    }
    .abshape.shape1{
        display: none;
    }
    .abshape.shape2 {
        display: none;
    }
    .abtile.tile3{
        margin-top: 20px;
    }
    .tile2{
        margin-top: 20px;
    }
    .abtile.tile5{
        margin-top: 20px;
    }
    .abshape.shape3{
        display: none;
    }
    .aboutparatileWrap{
        padding: 60px 40px;
    }
    .journeycontent{
        margin-right: 0px;
    }
    .journeytiles{
        margin-top: 30px;
    }
    .hamburger {
        display: block;
    }

    .headerNav {
        position: fixed;
        display: none;
        background: linear-gradient(44deg, #2b58a8, #26a4dd);
        top: 63px;
        width: 100%;
        height: 100vh;
        left: 0px;
    }
    .headerSubMenu {
        background: transparent;
    }
    .headerMenu {
        flex-direction: column;
    }

    .headerSubNav {
        display: none;
        width: 100%;
        position: relative;

    }

    .headerSubNav {
        visibility: visible;
        opacity: 1;
    }

    .headerMenu>li.hasSub:hover .headerSubNav {
        visibility: unset;
        opacity: unset;
        top: unset;
        margin-top: unset;
        transition: unset;
        border-radius: 8px;
        overflow: unset;
        background: transparent;
    }

    .headerMenu>li.hasSub i {
        position: absolute;
        right: 0px;
        top: 0px;
        color: #fff;
        width: 34px;
        height: 38px;
        text-align: center;
        line-height: 34px;
    }

    .headerMenu>li {
        width: 95%;
        margin: 0px auto;
        padding: 0px 8px;
        border-bottom: 1px solid #dddddd57;
    }

    .headerMenu>li.hasSub {
        position: relative;
    }

    .headerMenu>li>a {
        padding: 7px 0px;
        position: relative;
        display: block;
        color: #fff;
    }

    .headerMenu>li a:hover:after {
        left: unset;
        right: unset;
        width: unset;
    }

    .headerSubMenu>li a {
        padding: 8px 12px;
        display: block;
        width: 100%;
        border-bottom: 1px solid #dddddd57;
        transition: all 0.3s ease-in-out;
        background: transparent;
        color: #fff;
    }

    .headerSubMenu>li:last-child a {
        border-bottom: none;
    }

    .headerMenu>li a:hover {
        color: #ffffff;
    }

    .hasSub.active>a {
        color: #ffffff;
    }
    .serItile1 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .serviceGraphicImg.sectI {
        width: 80%;
        position: relative;
    }
    .serItile3 {
        margin-top: 30px;
    }
    .serIItile2{
        margin-bottom: 30px;
    }
    .serIItile3{
        margin-bottom: 30px;
    }
    .titleSection h2 {
        font-size: 32px;
    }
    .serviceGraphicImg.sectIII{
        width: 80%;
        position: relative;
        top: 0px;
    }
    .servicesWrapper{
        margin-top: 10px;
    }
    .whychoosWrap .row .col {
        width: 50%;
        flex: unset;
    }
    .whychoosWrap .row {
        flex-wrap: wrap;
    }
    .whyChooseTile::after {
        height: 100%;
    }
    .whyChooseTile  .whyChooseTileContent p {
        margin-top: 0px;
        visibility: visible;
        opacity: 1;
    }
    .whyChooseTileContent p {
        position: relative;
        margin-top: 0px;
        visibility: visible;
        opacity: 0;
        transition: 0.4s ease-in-out;
    }
    .whyChooseTile {
        margin-bottom: 20px;
    }
    .industriesWeServe .row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .industriesWeServe .row .col {
        width: 33%;
        flex: unset;
    }
    .industriesTileContent h3 {
        font-size: 15px;
    }
    .enquireNowForm.contactPage .right-sidebar-box {
        margin-top: 30px;
        margin-left: 0px;
    }
    .titleSection::after {
        top: auto;
        bottom: 0px;
    }
    .aboutMainImg img {
        width: 100%;
    }
    .bannerLeftContent {
        top: 90%;
    }
    .brandsection {
        margin-top: 40px;
    }
    .bannerLeftContent h5 {
        color: #444444;
    }
    .bannerSliderContent {
        padding-bottom: 80px;
    }
    .bannerLeftContent {
        top: 76%;
    }
    .whyChooseCardWrap .row .col-md-10.iv {
        margin-right: 0px;
    }
    .testimonialCard {
        padding: 15px;
    }

}


@media screen and (max-width:799px) and (min-width:599px) {
    a {
        font-size: 13px;
    }

    .serviceboxContent h2 {
        font-size: 15px;
    }

    .headerMenu>li>a {
        font-size: 12px;
    }

    .headerMenu>li {
        padding: 22px 8px;
    }

    .headerSubMenu>li a {
        font-size: 12px;
        padding: 5px 12px;
    }

    .defaultBtn a span,
    .defaultBtn button span {
        font-size: 12px;
    }

    .logoSection {
        width: 130px;
    }

    .bannerLeftContent h5 {
        font-size: 13px;
        line-height: 35px;
    }

    .bannerLeftContent h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .bannerLeftContent p {
        color: #dddddd;
        margin-top: 5px;
        margin-bottom: 10px;
        line-height: 16px;
        font-size: 11px;
    }

    .bannerLeftContent {
        width: 60%;
    }

    .bannerContent {
        height: 236px;
    }

    .bannerCarousel {
        height: 236px;
    }

    .forresponsive.aboutSideWrapper {
        width: 50%;
        margin: 0px auto;
        margin-bottom: 40px;
    }

    .aboutSideContentsWrapper {
        margin-left: 0px;
    }

    .aboutSide h5 {
        text-align: center;
    }

    .aboutSide h2 {
        text-align: center;
    }

    .aboutSide h4 {
        text-align: center;
    }

    .serviceImg {
        text-align: center;
    }

    .serviceImg img {
        width: fit-content;
        height: 100%;
        width: auto;
    }

    .flip-box-front,
    .flip-box-back {
        min-height: 236px;
    }

    .testimonials .row {
        flex-direction: column-reverse;
    }

    .testimonials .aboutSideContents {
        text-align: center;
    }

    .testimonials {
        padding-bottom: 70px !important;
    }

    .testimonials .defaultBtn {
        position: absolute;
        bottom: 44px;
        left: 0px;
        right: 0px;
        margin: auto;
        z-index: 3;
    }

    .footer-btm-wrp .row {
        justify-content: space-between;
    }

    .scrolling-text {
        font-size: 33px;
    }

    .scrolling-text.fulltext {
        line-height: 75px;
        font-size: 101px;
    }
}

@media screen and (max-width:598px) and (min-width:400px) {
    .aboutinnerbnrSec{
        padding-bottom: 0px;
    }
    .abnrqs h4 {
        font-size: 30px;
    }
    .abwordAnimated {
        font-size: 30px;
    }
    .serviceboxContent h2 {
        font-size: 15px;
    }

    .headerMenu>li>a {
        font-size: 12px;
    }

    .headerMenu>li {
        padding: 8px 8px;
    }

    .headerSubMenu>li a {
        font-size: 12px;
        padding: 5px 12px;
    }

    .defaultBtn a span,
    .defaultBtn button span {
        font-size: 12px;
    }

    .logoSection {
        width: 130px;
    }

    .bannerLeftContent h5 {
        font-size: 10px;
        line-height: 20px;
    }

    .bannerLeftContent h2 {
        font-size: 14px;
        line-height: 18px;
    }

    .bannerLeftContent p {
        color: #dddddd;
        margin-top: 5px;
        margin-bottom: 10px;
        line-height: 12px;
        font-size: 9px;
    }

    .bannerLeftContent a {
        background: linear-gradient(180deg, #290090, #2d07ba);
        padding: 2px 10px;
        display: inline-block;
        color: #fff;
        border-radius: 8px;
        font-size: 10px;
    }

    .bannerLeftContent {
        width: 60%;
    }

    .bannerContent {
        height: 200px;
    }

    .bannerCarousel {
        height: 200px;
    }

    .bannerCarousel.owl-theme .owl-nav {
        visibility: hidden;
        opacity: 0.2;
    }

    .bannerCarousel.owl-theme:hover .owl-nav {
        visibility: visible;
        opacity: 1;
    }

    .forresponsive.aboutSideWrapper {
        width: 90%;
        margin: 0px auto;
        margin-bottom: 40px;
    }

    .aboutSideContentsWrapper {
        margin-left: 0px;
    }

    .aboutSide h5 {
        text-align: center;
    }

    .aboutSide h2 {
        text-align: center;
        font-size: 24px;
    }

    .aboutSide h4 {
        text-align: center;
        font-size: 15px;
    }

    .serviceImg {
        text-align: center;
    }

    .serviceImg img {
        width: fit-content;
        height: 100%;
        width: auto;
    }

    .flip-box-front,
    .flip-box-back {
        min-height: 156px;
    }

    .titleSection h2 {
        font-size: 24px;
    }

    .testimonials .row {
        flex-direction: column-reverse;
    }

    .testimonials .aboutSideContents {
        text-align: center;
    }

    .testimonials {
        padding-bottom: 70px !important;
    }

    .testimonials .defaultBtn {
        position: absolute;
        bottom: 44px;
        left: 0px;
        right: 0px;
        margin: auto;
        z-index: 3;
    }

    .footer-btm-wrp .row {
        justify-content: space-between;
    }

    .scrolling-text {
        font-size: 33px;
    }

    .scrolling-text.fulltext {
        line-height: 75px;
        font-size: 101px;
    }
}

@media screen and (max-width:480px) and (min-width:299px) {
    .industriesTile {
        margin-bottom: 20px;
    }
    .industriesWeServe .row .col {
        width: 50%!important;
    }
    .whychoosWrap .row .col {
        width: 100%!important;
    }
    .innerBannerContent {
        height: 191px;
    }
    .inrbnrMain h2 {
        font-size: 30px;
        font-weight: 600;
    }
    .someotherTitle h3 {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .someotherTitle h4 {
        font-weight: 600;
        font-size: 15px;
    }
    .ourcultureDiv {padding: 20px;}
    .h2font1.aboutSide h2 {
        font-size: 19px;
    }
    .ourvalue-subtitle-padding {
        padding: 0px;
    }

    .h2font1.aboutSide h4 {
        margin-bottom: 30px;
        line-height: 18px;
        margin-top: 11px;
        font-size: 13px;
    }
    .titleSection h2 {
        font-size: 20px!important;
    }
    .aboutparatileWrap {
        padding: 20px!important;
    }
    .titleSection h4 {
        font-size: 15px;
        font-weight: 600;
        color: #000000;
    }
    .aboutSide p {
        line-height: 23px;
        font-size: 13px;
    }
    li{
        line-height: 25px;
        font-size: 13px;
    }
    .topProducts.pt-100 {
        padding-top: 100px;
    }
    .topProducts  .aboutSide  {
        margin-top: 20px;
        text-align: center;
        margin-bottom: 20px;
    }
    .fp-shapes-wrap {
        opacity: 0.2;
    }
    .counter-wrapper .common-box .counter-text {
        font-size: 16px;
    }
    .whyChooseCardWrap {
        margin-top: 30px;
    }
    .whychooseIco  {
        left: 0px;
        position: relative;
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .whychooseCard {
        padding: 10px;
    }
    .whychooseus .aboutSide p {
        text-align: center;
    }
  
    .aboutinnerbnrSec{
        padding-bottom: 0px;
    }
    .abnrqs h4 {
        font-size: 20px;
    }
    .abwordAnimated {
        font-size: 20px;
    }
    .abtile h1, .abtile h2, .abtile h3, .abtile h4, .abtile h5, .abtile h6 {
        font-size: 20px;
        line-height: 27px;
    }
    .tile2 {
        padding: 30px 30px;
    }
    .abtile.tile4{
        padding: 30px;
    }
    .aboutparaimg{
        display: none;
    }
    .aboutparaText {
        margin-left: 0px;
    }
    .aboutparaText p {
        color: #fff;
        font-size: 16px;
        line-height: 28px;
    }
    .aboutparatileWrap {
        padding: 22px 22px;
    }
    .serviceboxContent h2 {
        font-size: 15px;
    }
    .serviceboxContent h2 {
        font-size: 15px;
    }

    .headerMenu>li>a {
        font-size: 16px;
    }
    .hamburger .line {
        background: #fff;
        border-radius: 20px;
    }
    .headerMenu>li a:hover, .headerMenu>li a.active {
        color: #6cfff3;
    }
    .headerMenu>li a:hover:after, .headerMenu>li a.active:after { display: none; }
    .headerMenu>li {
        padding: 8px 8px;
    }
    .headerMenu>li.hasSub i {
        top: 12px;
    }
    p {
        line-height: 26px;
        font-size: 13px;
    }
    .bg7 {
        background-size: cover;
    }
    .titleSection.light h2 {
        color: #fff;
        margin-bottom: 0;
    }

    /* .headerMenu>li {
        padding: 22px 8px;
    } */

    .headerSubMenu>li a {
        font-size: 12px;
        padding: 5px 12px;
    }

    .defaultBtn a span,
    .defaultBtn button span {
        font-size: 12px;
    }

    .logoSection {
        width: 110px;
    }

    .bannerLeftContent h5 {
        font-size: 11px;
        line-height: 1;
    }

    .bannerLeftContent h2 {
        font-size: 18px;
        line-height: 1.2;
        color: #111;
    }
    .owl-carousel .owl-item .clientsCards img {
        height: 70%;
    }
    .col-reverse .aboutSideContentsWrapper {
        width: 100%;
        padding: 0px;
    }
    .aboutSide.light h2 {
        color: #fff;
        font-size: 19px;
        line-height: normal;
    }

    .bannerLeftContent p {
        color: #515151;
        margin-top: 5px;
        margin-bottom: 10px;
        line-height: 1.3;
        font-size: 12px;
    }

    .bannerLeftContent a {
        background: linear-gradient(180deg, #290090, #2d07ba);
        padding: 2px 10px;
        display: inline-block;
        color: #fff;
        border-radius: 8px;
        font-size: 10px;
    }

    .bannerLeftContent {
        width: 90%;
        text-align: center;
        padding-bottom: 20px;
    }
    .brandsection.pt-50 {
        margin-top: 0px;

    }

    .bannerContent {
        height: auto;
        flex-direction: column-reverse;
    }

    .bannerCarousel {
        height: auto;
    }

    .bannerCarousel.owl-theme .owl-nav {
        visibility: hidden;
        opacity: 0.2;
    }

    .bannerCarousel.owl-theme:hover .owl-nav {
        visibility: visible;
        opacity: 1;
    }

    .forresponsive.aboutSideWrapper {
        width: 90%;
        margin: 0px auto;
        margin-bottom: 40px;
    }

    .aboutSideContentsWrapper {
        margin-left: 0px;
    }

    .aboutSide h5 {
        text-align: center;
    }

    .aboutSide h2 {
        text-align: center;
        font-size: 23px;
    }

    .aboutSide h4 {
        text-align: center;
        font-size: 15px;
    }

    .serviceImg {
        text-align: center;
    }

    .serviceImg img {
        width: fit-content;
        height: 100%;
        width: auto;
    }

    .flip-box-front,
    .flip-box-back {
        min-height: 156px;
    }

    .titleSection h2 {
        font-size: 24px;
    }

    .testimonials .row {
        flex-direction: column-reverse;
    }

    .testimonials .aboutSideContents {
        text-align: center;
    }

    .testimonials {
        padding-bottom: 70px !important;
    }

    .testimonials .defaultBtn {
        position: absolute;
        bottom: 44px;
        left: 0px;
        right: 0px;
        margin: auto;
        z-index: 3;
    }

    .footer-btm-wrp .row {
        justify-content: space-between;
    }

    .scrolling-text {
        font-size: 33px;
    }

    .scrolling-text.fulltext {
        line-height: 75px;
        font-size: 101px;
    }

    .footer-links-wrp .col {
        width: 100%;
        flex: 1 0 100%;
    }
}

#lg-download{ 
    display: none;
}



.find-a-location-continent {
    font-size: 2.25rem;
    color: #4c4c4c;
    font-weight: 800;
    border-bottom: 1px solid #4c4c4c;
    padding-bottom: 20px;
}

.find-a-location-continent h3 {
    font-weight: 800;
    font-size: 36px !important;
}

.office-loaction-block .address-block {
    background: #ebebeb;
    padding: 20px;
    display: table-cell;
    height: 100%;
    float: none;
    vertical-align: top;
}


.office-loaction-block {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}


.office-loaction-block .map-block {
    display: table-cell;
    height: 100%;
    float: none;
    vertical-align: top;
    padding: 0;
}

.map-block iframe {
    width: 100%;
    float: left;
}


@media(max-width: 767px){
    .office-loaction-block .address-block {
        display: block;
        width: 100%;
        float: left;
    }


.office-loaction-block .map-block {
    display: block;
    width: 100%;
    float: left;
}
}

.right-sidebar-box2{
    max-width: 100% !important;
    margin-left: 0px !important;
}



.our-testi-carousel img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
  }
  .carousel-inner {
    padding: 1em;
  }
  
  @media screen and (min-width: 576px) {
    .carousel-inner {
      display: flex;
      width: 90%;
      margin-inline: auto;
      padding: 1em 0;
      overflow: hidden;
    }
    .carousel-testi-item {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 2);
    }
  }
  @media screen and (min-width: 768px) {
    .carousel-testi-item {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 3);
    }
  }
  /* .our-testi-carousel .card {
    margin: 0 0.5em;
    border: 0;
  } */
  

.testicard{
    border-radius: 10px;
    min-height: 150px !important;
    border: 0px solid #ddd;
    background-color: #f2f2f2;
    /* box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.12), 0 4px 4px rgba(0,0,0,0.12), 0 8px 8px rgba(0,0,0,0.12), 0 16px 16px rgba(0,0,0,0.12); */
  }

  .testi-box{
    min-height: 180px !important;
  }

  @media(max-width:1366px){
    .testi-box{
        min-height: 220px !important;
      }
  }

  @media(max-width:991px){
    .testi-box{
        min-height: 250px !important;
      }
  }