* {
    margin: 0px;
    box-sizing: border-box;
}

body {

    font-family: "Nunito", sans-serif;
    color: #060606;
    font-size: 18px;

}

p {
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    line-height: 28px;
    color: #060606;
    font-weight: 500;
}

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: "Nunito", sans-serif;
    line-height: 28px;
    color: #060606;
}

a:hover {
    text-decoration: none;
    outline: none;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.aboutSide  li{
        /*list-style: inherit;*/
        
        list-style:auto;
    
}
li {
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    line-height: 28px;
    color: #060606;
    font-weight: 500;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif;
    margin: 0px;
    color: #060606;
}

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;
}

.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 {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background-color: #fe951c;
    border-radius: 12px;
    padding: 8px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.defaultBtn a:before,
.defaultBtn button:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    left: 0;
    top: 0;
    background-color: #282828;
    border-radius: 12px 12px 0 0;
    transition: 0.5s all ease;
    opacity: 0;
    z-index: -1;
}

.defaultBtn a:after,
.defaultBtn button:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    background-color: #282828;
    border-radius: 0 0 12px 12px;
    transition: 0.5s all ease;
    opacity: 0;
    z-index: -1;
}

.defaultBtn a:hover:before,
.defaultBtn button:hover:before {
    opacity: 1;
    height: 50%;
}

.defaultBtn a:hover:after,
.defaultBtn button:hover:after {
    opacity: 1;
    height: 50%;
}

.defaultBtn a i,
.defaultBtn button i {
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
    margin-left: -13px;
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 3px;
}

.defaultBtn a:hover i,
.defaultBtn button:hover i {
    margin-left: 5px;
    visibility: visible;
    opacity: 1;
    margin-left: 5px;

}


.homeAboutPara .defaultBtn {
    margin-top: 30px;
}


.toplogo {
    display: block;
    padding: 8px 0px;
}

.topLogoSec {
    width: 125px;
    margin: 0px auto;
}

.topLogoSec img {
    width: 100%;
}

.headerSection {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 5;
    padding: 0px 0px;
    transition: 0.5s ease-in-out;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.headerSection.scroll-down {
    top: -100px;
    position: fixed;
}

.headerSection.scroll-up {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #ffffffde;
    backdrop-filter: blur(5px);
}

.headerWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logoSection {
    width: 180px;
}

.logoSection h2 {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}

.logoSection h5 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    line-height: 14px;
    margin-top: 0px;
}

.logoSection img {
    width: 100%;
}

.headerNav {
    display: flex;

}

.headerMenu {
    display: flex;
    align-items: center;
    gap: 30px;
}

.headerMenu>li>a {
    padding: 35px 0px;
    position: relative;
    color: #060606;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
}

.headerMenu>li>a::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    width: 0;
    top: 60%;
    background: #287fb1;
    height: 3px;
    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: 0px;
    right: 0px;
    width: 80%;
    margin: auto;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}

.headerMenu>li>a::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0px;
    width: 0;
    top: 60%;
    background: #fe951c;
    height: 3px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    border-radius: 30px;
}

.headerMenu>li a:hover:before,
.headerMenu>li a.active:before {
    width: 100%;
}

.headerMenu>li a:hover {
    color: #060606;
}

.headerMenu>li.hasSub {
    position: relative;
}

.headerSubNav {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;

}

.headerMenu>li.hasSub:hover .headerSubNav {
    visibility: visible;
    opacity: 1;
    top: 100%;
    margin-top: 0.5px;
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 6px 15px #7373732e;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.headerSubMenu {
    display: flex;
    flex-direction: column;
}

.headerSubMenu>li a {
    padding: 7px 12px;
    display: inline-block;
    width: 300px;
    border-bottom: 1px solid #dddddd57;
    transition: all 0.3s ease-in-out;
    background: #fff;
    font-size: 16px;
}

.headerSubMenu>li:hover a {
    padding-left: 20px;
    color: #060606;
    background: #f0f0f0;
}

.headerRightMenu {
    display: flex;
}

.headerRightMenu li {
    margin: 0px 0px 0px 10px;
}

.headerRightMenu li .defaultBtn a i {
    margin: 0px;

}

.headerRightMenu .defaultBtn a,
.headerRightMenu .defaultBtn button {
    background: linear-gradient(180deg, #fe951c, #fe951c);
    color: #fff;
}

.headerRightMenu .defaultBtn a span,
.headerRightMenu .defaultBtn button span {
    color: #fff;
    font-weight: 500;
}

.headerRightMenu .defaultBtn a:hover span,
.headerRightMenu .defaultBtn button:hover span {
    color: #fdfdfd;
}

.headerRightMenu .defaultBtn.light2 a,
.headerRightMenu .defaultBtn.light2 button {
    background: #287fb1;
    color: #060606;
    border: 1px solid #287fb1;
}

.headerRightMenu .defaultBtn.light2 a span,
.headerRightMenu .defaultBtn.light2 button span {
    color: #fff;
}

.headerRightMenu .defaultBtn.light2 a:hover span,
.headerRightMenu .defaultBtn.light2 button:hover span {
    color: #ffff;
}

.headerRightMenu .defaultBtn.light2 a span i,
.headerRightMenu .defaultBtn.light2 button span i {
    visibility: unset;
    opacity: unset;
}

.headerRightMenu .defaultBtn.light2 a:hover span i,
.headerRightMenu .defaultBtn.light2 button:hover span i {
    color: #fff;
    visibility: unset;
    opacity: unset;
}

.bannerSection {
    background: #2b81b2;
    padding-top: 0px;
}

.bannerContent {
    display: flex;
    align-items: center;
    height: 546px;
}

.bannerLeftContent {
    width: 38%;
    position: relative;
    z-index: 5;
}

.bannerSliderContent {
    position: relative;
}

.bannerRightContent {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
}

/* 
.bannerRightContent::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0606067a, transparent);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
} */

.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%;
}

.bannerPngImg {
    height: auto;

}

.bannerPngImg::after {
    content: '';
    position: absolute;
}

/* .owl-carousel.bannerCarousel .owl-item .bannerPngImg img {
    width: auto;
    float: right;
} */

/* .bannerPngImg img {
    animation: upandDown 6s ease-in-out infinite alternate-reverse both;

} */

@keyframes upandDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.bannerCarousel {
    height: 546px;
    position: relative;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 5px;
    top: 45%;
    width: 30px;
    height: 30px;
    background: #ede8f700;
    font-size: 19px;
    opacity: 0.3;
    color: #747474;
    font-size: 16px;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 5px;
    top: 45%;
    width: 30px;
    height: 30px;
    background: #ede8f700;
    font-size: 19px;
    opacity: 0.3;
    color: #747474;
    font-size: 16px;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-next:hover {
    background: #060606;
    color: #fff;
    opacity: 1;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-prev:hover {
    background: #060606;
    color: #fff;
    opacity: 1;
}

.bannerLeftContent h5 {
    font-size: 22px;
    color: #060606;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 30px;
}

.bannerLeftContent h2 {
    font-size: 60px;
    font-weight: 800;
    line-height: 66px;
    color: #287fb1;
    margin: 0px;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.bannerLeftContent h2 span {
    color: #ffffff;
}

.bannerLeftContent p {
    color: #dddddd;
    margin-top: 14px;
    margin-bottom: 17px;
    font-size: 18px;
}


/* 
.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;
} */


.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: #fff0;
    /* box-shadow: 0px 0px 40px rgb(43 5 178 / 16%); */
    border-radius: 0px;
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 1;
    overflow: hidden;
}

.aboutImg {
    width: 100%;
}

.aboutImg img {
    width: 100%;
}

/*  */

.aboutMainImg {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.aboutSmalImg {
    position: absolute;
    width: 270px;
    bottom: 30px;
    z-index: 2;
    left: -28px;
    border: 4px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-radius: 10px;
    overflow: hidden;
    animation: upandDown 3s ease-in-out infinite alternate-reverse both;
}

.onpicCoutner {
    position: absolute;
    width: 190px;
    bottom: 30px;
    z-index: 2;
    left: -28px;

}

.onpicCoutner .common-box {
    border: 4px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-radius: 10px;
    overflow: hidden;
    animation: upandDown 3s ease-in-out infinite alternate-reverse both;
    display: block;
    margin-left: 0px;
}

.onpicCoutner .common-box>div:first-child {
    width: 100%;
    margin: 0px;
    text-align: center;
}

.onpicCoutner .counter-num span.timer {
    font-size: 50px;
    line-height: 50px;
}

.aboutMainImg::after {
    position: absolute;
    content: '';
    z-index: 3;
    width: 50%;
    height: 50%;
    background: #fff8f808;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    filter: blur(52px);
    border-radius: 100%;
    margin-top: 70px;
}

.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;
    width: 56%;
    height: 56%;
    margin: auto;
    margin-top: 0px;
}

.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 {
    padding: 0px;
    padding-right: 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 {
    margin-bottom: 0;
    color: #287fb1;
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
}

.aboutSide h2 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 48px;
    color: #fb941c;
}

.aboutSideContentsWrapper.innerWrapper .aboutSide h2 {
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 0px;
}

.aboutSideContentsWrapper.innerWrapper .aboutSide h1 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 15px;
}

.aboutSideWrapper.forresponsive.posi {
    position: sticky;
    top: 100px;
}

.aboutSide h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #252525;
}

.aboutSide h2 span {
    color: #000000;
    font-weight: 800;
}

.aboutSide p {
    margin-bottom: 12px;
    text-align: justify;
    font-size: 16px;
    margin-top: 0px;
    line-height: 28px;
}

.someparabg {
    background: #e9f2f7;
    padding: 14px 15px;
    border-left: 3px solid #287fb1;
    border-radius: 12px;
}

.aboutSide .normalList {
    margin-left: 16px;
    margin-top: 16px;
}

.aboutSide .normalList li {
    line-height: 28px;
}

.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;
}

.titleSection h2 {
    font-size: 34px;
    font-weight: 700;
    color: #060606;
    line-height: 53px;
}

.titleSection h4 {
    font-size: 19px;
    font-weight: 500;
    color: #414141;
}

.titleSection {
    position: relative;
    padding-bottom: 12px;
}

.titleSection::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    background-color: #414141;
    top: 100%;
    left: 0px;
    right: 0;
    margin: auto;
}

.aboutSection.home {
    z-index: 2;
    background: linear-gradient(180deg, #e9f8ffd4, #dcfbffdb), url(../img/bg/bg1.jpg);
    background-blend-mode: multiply;
    background-size: 100%;
}


.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;
    line-height: 85px;
    bottom: 20px;
}

.scrolling-text.active {
    right: 4%;
}


.serviceContainer {
    /* overflow: hidden; */
    position: relative;
    padding: 30px 0px 40px;
    min-height: 547px;
}

.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: rgba(99, 99, 99, 0.2) 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: #295b65;
    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: 350px;
}

.serviceboxContent h2 {
    font-size: 18px;
    font-weight: 600;
    color: #2a008f;
    margin-bottom: 15px;
    transition: all 0.5s ease-in-out;
    line-height: normal;
}

.serviceBox:hover .serviceboxContent h2 {
    color: #fff;
}

.serviceboxContent p {
    /* text-align: justify; */
    color: #252525;
    transition: all 0.5s ease-in-out;
}

.serviceBox:hover .serviceboxContent p {
    color: #fff;
}

.serviceboxContent a {
    display: inline-block;
    margin-top: 15px;
    font-weight: 500;
    color: #2806a9;
    transition: all 0.5s ease-in-out;
    position: absolute;
    bottom: 23px;
}

.serviceBox:hover .serviceboxContent a {
    color: #fff;
}


.serviceBox {
    position: relative;
    min-height: 299px;
}

.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;
}


.productSection {
    background: #ffead3;
}

.topProducts {
    margin-top: 40px;
}

.prListCard {
    border-bottom: 1px solid #dddddd5e;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: rgb(99 99 99 / 7%) 0px 2px 8px 0px;
}

.prCardImg {
    border: 0px;
    border-radius: 12px;
    width: 100%;
    padding: 20px;
    position: relative;
    z-index: 2;
    background: #fff;
    overflow: hidden;
}

.prCardImg img {
    width: 100%;
    transition: 0.4s ease-in-out;
}

.prCardImg:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    opacity: 0.5;
}

.prListCard:hover .prCardImg:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.offer-shape {
    position: absolute;
    left: 0px;
    bottom: 151px;
    z-index: 1;
    width: 52px;
    right: 0px;
    margin: auto;
    display: none;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


.prListCard:hover .prCardImg img {
    transform: scale(1.08);
}

.prCardContent .defaultBtn a,
.prCardContent .defaultBtn button {
    padding: 5px 12px;
    height: 38px;
    font-size: 16px;
}

.prCardContent .defaultBtn a i,
.prCardContent .defaultBtn button i {
    margin-left: -8px;
    font-size: 13px;
    position: relative;
    top: -1px;
}

.prCardContent .defaultBtn a:hover i,
.prCardContent .defaultBtn button:hover i {
    margin-left: 2px;
}

.prCCWrap {
    padding: 31px 14px 23px 13px;
    background: #ffffff;
    border-radius: 10px;
    margin-top: -26px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.prCCWrap h4 {
    font-size: 22px;
    font-weight: 700;
    color: #287fb1;
}

.prCCWrap p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 24px;
    min-height: 70px;
}

.btnOnpr {
    display: inline-block;
    margin-top: 27px;
    color: #fe951c;
    font-weight: 700;
}

.topPrCarousel {
    position: relative;
}

.topPrCarousel .item {
    padding: 10px 10px;
}

.topPrCarousel.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -25px;
    top: 50%;
    width: 46px;
    height: 46px;
    border: none;
    background: #ffffff;
    color: #fe951c;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #dddddd57;
    border-radius: 10px;
}

.topPrCarousel.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -25px;
    top: 50%;
    width: 46px;
    height: 46px;
    border: none;
    background: #ffffff;
    color: #fe951c;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #dddddd57;
    border-radius: 10px;
}

.topPrCarousel.owl-theme .owl-nav .owl-next:hover,
.topPrCarousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: #287fb1;
    color: #fff;
}

/* .prCCWrap .defaultBtn {

} */

/* .whyChooseWrapper {
    padding-left: 40px;
} */

.counterSection {
    background: linear-gradient(90deg, #081e2bd6, #081e2bd6), url(../img/bg/bg2.jpg);
    background-size: 100%;
}

.countersWrap {
    margin-top: 30px;
}

.common-box {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    flex-direction: row-reverse;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    padding: 15px;
    border-radius: 10px;
    background-color: #ffffff;
}

.coutnerIco {
    width: 80px;
}

.coutnerIco img {
    width: 100%;
}

.counter-num {
    line-height: 26px;
}

.common-box>div:first-child {
    width: 86%;
    margin-left: 16px;
}

.counter-num span.timer {
    font-size: 33px;
    font-weight: 700;
    color: #414141;
    font-family: 'Poppins', sans-serif;
}

.counter-num span {
    font-size: 34px;
    font-weight: 800;
    color: #414141;
}

.counter-text {
    line-height: 18px;
    color: #060606;
    font-size: 16px;
    font-weight: 500;
    margin-top: 4px;
}


.industry-box-container {
    margin-top: 40px;

}


.whyHalfSecBg {
    position: absolute;
    left: 0px;
    width: 41%;
    top: 0px;
    bottom: 0px;
    height: 100%;
    background: #fe951c;

}

.whyHalfSecBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.whyChooseSec .aboutImg {
    border-radius: 8px;
    overflow: hidden;
}

.whyChooseImgSlider {
    padding-right: 50px;
}

.whyChooseImgSlider .item {
    padding: 20px;
}

.whyChooseImg {
    border: 4px solid #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.owl-theme.whyChooseImgSlider .owl-dots .owl-dot.active span {
    width: 30px;
    background: #ffffff;
}

.owl-theme.whyChooseImgSlider .owl-dots .owl-dot span {
    margin: 2px;
    width: 16px;
    height: 6px;
}

.owl-theme.whyChooseImgSlider .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
}

.whychooseimgTitle {
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
    background: #ffffffba;
    backdrop-filter: blur(6px);
    padding: 10px;
    width: 95%;
    margin: auto;
    border-radius: 7px;
}

.whychooseimgTitle h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}

.whyChooseSec .aboutImgContainer {
    border-radius: 8px;
}

.whyChooseSec .aboutMainImg::after {
    display: none;
}


.machineFacilities {
    /* background-image: url(../img/bg/bg4.jpg); */
    /* background-color: #f8f9fa; */
    background-size: 100%;
    background-position: bottom;
    position: relative;
}

.machineFacilities::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #eaf7ff;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    backdrop-filter: blur(3px);
}

.titleSection.light>* {
    color: #fff;
}

.titleSection.light h2 {
    color: #000;
}

.titleSection.light h4 {
    color: #000;
}

.titleSection.light::after {
    background-color: #000;
}

.machineFacilities .titleSection {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

.machineSlider {
    margin-bottom: -120px;
}

.machineSlider .item {
    padding: 10px 10px 30px;
}

.machineCard {
    position: relative;
}

.machineImg {
    /* border: 4px solid #fff; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    overflow: hidden;
}

.machineSlider img {
    width: 100%;
}

.machineTitle {
    position: absolute;
    bottom: -20px;
    left: 0px;
    width: 100%;
    padding: 10px;
    background: #287fb1;
    width: 92%;
    margin: auto;
    left: 0px;
    right: 0px;
    text-align: center;
    border-radius: 10px;
}

.machineTitle h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    color: #fff;
}


.testimonails {
    background: linear-gradient(90deg, #ffffffc9, #ffffffdb), url(../img/bg/testimonial-bg.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 150px;
}

.testimonialsCarousel .item {
    padding: 15px;
}

.testimonialCard {
    padding: 23px 23px 46px;
    border-radius: 10px;
    background-color: #ddf3ff9e;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    min-height: 271px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
    border: 1px solid #ddddddbd;
    border-left: 4px solid #5ea3ca;
}

.testimonialCard::after {
    content: '';
    height: 90px;
    width: 108px;
    background-color: #002489;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-clip-path: path("M0 0H40L108 90H10C4.47715 90 0 85.5229 0 80V0Z");
    clip-path: path("M0 0H40L108 90H10C4.47715 90 0 85.5229 0 80V0Z");
    z-index: 2;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: none;
}

.testiContent p {
    text-align: justify;
}

.testiauthor {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 18px;
    /* position: absolute;
    bottom: 21px; */
}

.testiimg {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    border: 1px solid #ffc596;
    /* position: absolute; */
    z-index: 3;

}

.testiimg img {
    width: 100%;
    border-radius: 8px;
}

.testiauthorContent {
    margin-left: 13px;
}

.testiauthorContent h5 {
    font-size: 18px;
    font-weight: 600;
}

.testiauthorContent h5 span {
    font-weight: 400;
    font-size: 15px;
}

.testiauthorContent p {
    color: #282828;
}


.testimonialCard .testiqoute {
    position: absolute;
    right: 20px;
    BOTTOM: 20px;
    font-size: 32px;
    color: #ff7b0069;
}

.reviewrating i {
    color: #febd26;
    font-size: 12px;
    margin: 0px 1px;
}

.reviewSlider {
    margin-top: 40px;
}

.reviewSlider .item {
    padding: 10px;
}


.industruAfBfr {
    position: relative;
}

.industruAfBfr::after {
    position: absolute;
    width: 23%;
    left: 0px;
    top: 0px;
    height: 100%;
    content: '';
    background: linear-gradient(88deg, #ffffff, transparent);
    z-index: 2;
}

.industruAfBfr::before {
    position: absolute;
    width: 23%;
    right: 0px;
    top: 0px;
    height: 100%;
    content: '';
    background: linear-gradient(270deg, #ffffff, 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, #f8f9fa, #ffffff);
    border: 1px solid #f2f2f2;
}

.flip-box-back {
    background: linear-gradient(90deg, #f8f9fa, #ffffff);
    border: 1px solid #f2f2f2;
    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: #060606;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.flip-box p {
    font-size: 15px;
    color: #060606;
}

.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 0px 35px;
    height: 70px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
}

.owl-carousel .owl-item .clientsCards img {
    width: auto;
    height: 100%;
    margin: 0px 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: #060606;
    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;
    z-index: 3;
}

.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(255, 129, 45, 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 #ff8b2db3, 0 0 0 0 #ff8b2db3;
        box-shadow: 0 0 0 0 #ff8b2db3, 0 0 0 0 #ff8b2db3;
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 #ff8b2db3;
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 #ff8b2db3;
    }

    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;
}

.faqsCards .accordion-item {
    background-color: #ffffff8f;
    margin: 10px 0px;
    border-radius: 10px;
    overflow: hidden;
}

.faqsCards .accordion-button {
    background-color: #ffffff96;
    font-size: 14px;
    padding: 12px 16px;
}

.faqsCards .accordion-header {
    margin-bottom: 0;
    font-family: "Nunito", sans-serif;
    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: 15px;
    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;
}



.testimonialsCarousel {
    margin-top: 30px;
}

.testimonialCard {
    padding: 20px;
}

.testimonialContent {
    padding: 25px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.testimonialContent::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-image: url(../img/testimonials/border.png);
}

.testimonialContent::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 100%;
    width: 14px;
    height: 14px;
    background-image: url(../img/testimonials/border-triangle.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.testimonialContent i {
    font-size: 40px;
    color: #bc3700;
    padding: 0px 0px 10px;
    opacity: 0.9;
}

.testimonialContent p {
    text-align: justify;
}

.owl-carousel .owl-item .testimonialAuthor img {
    width: 60px;
    width: 60px;
    display: inline-block;
    border-radius: 100%;
}

.testimonialAuthor {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 14px;
}

.authorName {
    display: inline-block;
}

.authorName h5 {
    font-size: 18px;
    font-weight: 700;
    color: #bc3700;
}

.authorName p {
    margin-top: 5px;
    line-height: 14px;
}

.footer-wrp-main {
    /* background: linear-gradient(90deg, #001a29de, #001a29eb), url(../img/bg/footer-bg.jpg); */
    background: linear-gradient(90deg, #001a29, #001a29);
    background-size: cover;
    position: relative;
    background-blend-mode: multiply;
    background-position: center;
}

.footerMain {
    position: relative;
    padding: 70px 0px 0px;
}

.footerMainLinks a {
    position: relative;
}

.footerMainLinks a::before {
    content: '\f054';
    display: inline-block;
    width: 10px;
    height: 10px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 11px;
    margin-right: 7px;
}

.footerMainLinks a.title-16::before {
    display: none;
}

#tsparticles {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1;
}

#tsparticles canvas {
    position: unset !important;
}

.ftr-link-bx a {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 34px;
}

ul.address-sec li i {
    color: #dddddd;
    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: #e5e5e5;
    margin-top: 0px;
    margin-bottom: 29px;
    position: relative;
    padding-bottom: 9px;
}

.ftr-link-bx a.title-16::after {
    position: absolute;
    content: '';
    width: 30%;
    height: 2px;
    background: #c4c4c4;
    bottom: 0px;
    left: 0px;
}

.footerContents {
    margin-top: 20px;
}

.footerContents p {
    margin-right: 5px;
    color: #fff;
    line-height: 28px;
    font-size: 15px;
}

.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;
    font-size: 15px;
}

.footerContents ul {
    display: flex;
    align-items: center;
}

.footerContents ul {
    color: #fff;
}

.footerContents ul li {
    color: #fff;
}

.footerContents ul li:first-child {
    margin-right: 5px;
}

.footerContents ul li:nth-child(2) {
    margin-left: 5px;
}

.footerContents ul li a {
    display: inline-block;
    border: 1px solid #f8f9fa;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    margin: 0px 8px 0px 0px;
    color: #a72409;
    line-height: 25px;
}

ul.footerSocial {
    margin-top: 20px;
}

ul.footerSocial i {
    line-height: 27px;
    color: #fff;
    font-size: 12px;
}

/* Go to Top */



/* Button Style Two */
.scrollToTop {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    color: #287fb1;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 0.15s ease;
}

.scrollToTop:after {
    content: "";
    border: solid #287fb1;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-135deg);
}

.scrollToTop.showBtn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#progress-bar {
    --scrollAmount: 0px;
}

#progress-bar svg {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 50px;
    max-height: 50px;
    transform: rotate(90deg);
}

#progress-bar svg path {
    stroke-width: 0.2em;
    stroke-dasharray: 154;
    stroke-dashoffset: calc(-154px + var(--scrollAmount));
    animation-fill-mode: forwards;
}

/* Button Style Two end */

#button {
    display: inline-block;
    background: linear-gradient(2deg, #414141, #060606);
    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;
}

#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 bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.innerBannerContent {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 291px;
    padding-left: 4%;
    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: left;
}

.inrbrnNav li a {
    color: #ffffff;


}

.inrbrnNav li a i {
    font-size: 13px;
    margin-right: 3px;
    position: relative;
    top: -1px;
}

.inrbrnNav li {
    position: relative;
    border-right: 1px solid #8d8d8d;
    padding: 0px 10px;
}

.inrbrnNav li:last-child {
    border: none;
}

.inrbrnNav li:last-child a {
    color: #ffffff;
    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;
}

.aboutUsBg {
    background-image: linear-gradient(90deg, #000000c2, transparent), url(../img/bg/inner-bg1.jpg);
}

.aboutSection.inner .aboutSideContentsWrapper {
    padding-top: 0px;
    padding-bottom: 0px;
}

.featuresWrapper {
    max-width: 100%;
    margin: 0px auto;
    margin-top: 50px;
}

.featuresCard {
    padding: 20px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #009aca29;
    min-height: 144px;
    box-shadow: rgb(0 0 0 / 4%) 0px 3px 12px;
    transition: 0.4s ease-in-out;
    display: flex;
    align-items: center;
    min-height: 200px;
}

.featuresCard:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.096) 0px 25px 20px -20px;
}

.fCardImg {
    width: 20%;
    margin: 0px auto;
}

.fCardImg img {
    width: 100%;
    /* filter: hue-rotate(255deg); */
}

.fCardContent {
    width: 80%;
    padding-left: 26px;
}

.fCardContent h4 {
    font-size: 20px;
    font-weight: 700;
    color: #004aad;
    margin-bottom: 5px;
}

.fCardContent p {
    text-align: justify;
}

.innerBannerNav {
    min-height: 120px;
    background: linear-gradient(90deg, #00000014, #fdfdfd), url(../img/texture/t1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    border-bottom: 1px solid #dddddd82;
}

.inbnrNavWrap {
    min-height: 120px;
}

.inbnrNavWrap .row {
    min-height: 120px;
}

.inbnrNavTitle {
    text-align: left;
}

.inbnrNavTitle h2 {
    font-weight: 800;
    font-size: 32px;
    color: #060606;
}

.inbnrNavList {
    display: flex;
    justify-content: flex-end;
}

.inbnrNavList ul {
    display: flex;
    align-items: center;
}

.inbnrNavList ul i {
    font-size: 12px;
    position: relative;
    top: 1px;
}

.inbnrNavList ul li {
    margin: 0px 6px 0px 6px;
}

.inbnrNavList ul li a {
    font-size: 14px;
    font-weight: 600;
}

.inbnrNavList ul li a.active {
    color: #0049a7;
}

.productListingWrap .prCCWrap {
    background: #ffffff00;
}

.productListingWrap .prCCWrap h4 {
    font-size: 19px;
}

.productListingWrap .prListCard {
    min-height: 540px;
    margin-bottom: 20px;
}

.productSlider {
    overflow: hidden;
    position: relative;
}

.productSlider .swiper-pagination-bullet-active {
    background: #000000;
}

.productSlider img {
    width: 100%;
}

.productSlider .swiper-slide {
    padding: 20px;

}

.productSlider .swiper-slide a {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.productContent .aboutSide h2 span {
    font-size: 32px;
    font-weight: 800;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 4px;
    display: inline-block;
}

.productContent .aboutSide h2 span::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    background: #ddd;
    bottom: 0px;
    left: 0px;
}

.productContent .aboutSide h2 span::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 4px;
    background: #303030;
    bottom: -1px;
    left: 0px;
    z-index: 1;
}

.productContent .defaultBtn a,
.productContent .defaultBtn button {
    padding: 8px 26px;
    height: 44px;
}

.productTable {
    margin-top: 40px;
}

.productTable th {
    background: #060606;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 9px 20px;
}

.productTable td {
    font-size: 15px;
    padding: 6px 20px;
    font-weight: 500;
}

.infrasImg {
    width: 100%;
}

.infrasImg img {
    height: 100%;
}

.heading2.aboutSide h2 span {
    font-size: 26px;
}


.hctFromWrapper {
    position: relative;
    z-index: 3;
}

.hctFromContainer {
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 30px;
    background: #fff;
}

.formWrapper {
    margin-top: 20px;
}

.formWrapper .form-control {
    border-radius: 12px;
    padding: 8px 20px;
}

.formWrapper .form-control.form-select:focus {
    box-shadow: none;
    border-color: #060606;
}

.hctFromContainer .form-group {
    display: block;
    margin-bottom: 14px;
}

.hctFromContainer .form-group span {
    margin-bottom: 10px;
    font-weight: 500;
    display: inline-block;
    font-size: 15px;
}

.hctFromContainer .form-group input:focus {
    box-shadow: none;
    border-color: #287fb1;
}

.hctFromContainer .form-group textarea:focus {
    box-shadow: none;
    border-color: #287fb1;
}

.captchaimg {
    width: 170px;
    border: 1px solid #dddddded;
    border-radius: 30px;
    padding: 3px 4px;
}

.contactUsMain {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.contactqueryForm .form-control {
    height: 45px;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 16px;
}

.contactqueryForm .form-control.textarea {
    height: auto;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 16px;
}

.contactqueryForm .form-control:focus {
    box-shadow: none;
    border-color: #004aa8cc;
}


.contactDWrapper.contactInfo {
    background: linear-gradient(0deg, #005d0f, #00bb2a);
    border-radius: 30px;
}

.contactDWrapper.contactInfo .secTitle .mainTitle.contact {
    color: #fff;
}

.contactDWrapper.contactInfo hr {
    color: #fff;
}

.contactDWrapper.contactInfo p {
    color: #fff;
    margin-bottom: 8px;
    display: flex;
    align-items: baseline;
}

.contactDWrapper.contactInfo p strong {
    color: #fff;
}

.contactDWrapper.contactInfo p strong i {
    margin-right: 5px;
}

.contactDWrapper.contactInfo a {
    color: #fff;
}

.contactUsIn {
    background-image: linear-gradient(90deg, #fffffff7, #fffffff6), url(../img/bg/menu-bg.jpg);
    background-size: contain;
}

.contactInfoWrapper {
    padding: 40px 30px;
}

.contactInfoWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}

.contactInfoCard {
    margin-bottom: 20px;
    width: 100%;
}

.contactInfoCard h4 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.contactInfoCard h4 i {
    font-size: 16px;
    color: #003984;
    margin-right: 1px;
}

.footer-social-links {
    display: flex;
    margin-top: 5px !important;
}

.footer-social-links li a {
    display: flex;
    width: 31px;
    height: 31px;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: 0px 10px 0px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.footer-social-links .fa-facebook-f {
    color: #0075ea !important;
    font-size: 14px;
}

.footer-social-links .fa-instagram {
    background: -webkit-linear-gradient(#556db3, #ea3367, #ff4f28, #ffad57);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
}

.footer-social-links .fa-twitter {
    color: #009feb !important;
    font-size: 14px;
}

.footer-social-links .fa-youtube {
    color: #f70000 !important;
    font-size: 14px;
}

.footer-social-links .fa-linkedin-in {
    color: #0079b5;
    font-size: 14px;
}

.footer-links .address-sec li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
}

.footer-links .address-sec li a i {
    margin-right: 14px;
    color: #0048a5;
    font-size: 15px;
}

.footer-links ul li a i {
    font-size: 12px;
}

.footer-links ul li a i {
    font-size: 9px;
    margin-right: 5px;
}

.footer-social-links i.fa-x-twitter {
    color: #000;
    font-size: 12px;
}

.footer-links ul.footer-social-links i {
    margin: 0px;
}

.hctfTitle h4 {
    font-weight: 700;
    font-size: 22px;
}

.contactInfoCard a {
    font-weight: 500;
}

.infrasImg.footer {
    margin-top: 12px;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    height: 60px;
    text-align: left;
    background: #fff;
    width: fit-content;
}

.modalForm.hctFromContainer {
    box-shadow: none;
    padding: 0;
    padding-top: 0px;
}

.modalForm.hctFromContainer .formWrapper {
    margin-top: 0px;
}

.modalForm.hctFromContainer .formWrapper .form-control {
    border-radius: 30px;
    padding: 7px 20px;
}

.modalForm.hctFromContainer .form-group span {
    font-size: 16px;
}

.bannerContent.light h2 {
    color: #fff;
}

.bannerContent.light h5 {
    color: #fff;
}

.aboutTabbings {
    background: #e9f2f7;
    padding: 14px 15px;
    border-bottom: 3px solid #287fb1;
    border-radius: 12px;
    margin-top: 30px;
}

.aboutTabbings .nav-tabs .nav-link:focus {
    box-shadow: none;
}

.aboutTabbings .nav-tabs .nav-link {
    font-size: 16px;
    border-top: 0px;
    border-left: 0px;
    color: #4e4e4e;
    border-right: 0px;
    font-weight: 800;
}

.aboutTabbings .nav-tabs .nav-link.active {
    background: transparent;
    color: #000000;
    border-bottom: 3px solid #287fb1;
}

.aboutImg.position-sticky {
    top: 50px;
}

.featuresCard.aboutcompfeather {
    background: transparent;
    border: none;
    padding: 0px;
    box-shadow: none;
    min-height: 120px;
}

.featuresCard.aboutcompfeather .fCardImg {
    width: 13%;
    margin: 0px auto;
}

.featuresCard.aboutcompfeather .fCardContent {
    width: 85%;
    padding-left: 16px;
}

.featuresCard.aboutcompfeather .normalList li {
    line-height: 24px;
}

.testimonails.about {
    padding-top: 50px;
}

.certiWrapper {
    margin-top: 50px;
}

.certificateCard img {
    width: 100%;
}

.whyChooseImg.certificateCard .whychooseimgTitle {
    bottom: -45px;
    width: 260px;
}

.whyChooseImg.certificateCard {
    border: none;
    box-shadow: none;
    border-radius: none;
    overflow: visible;
    position: relative;
}

.whyChooseImg.certificateCard img {
    border: 4px solid #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.certificationSection {
    padding-bottom: 100px;
}

.whyChooseImg img {
    width: 100%;
}

.machineFacilities.innerpage .machineSlider {
    margin-bottom: 0px;
}

.machiFaciWrapper {
    position: relative;
    z-index: 2;
}

.machiFaciWrapper img {
    width: 100%;
}

.machiFaciWrapper .machineCard {
    margin-bottom: 50px;
}

.uqalityPoliycImg {
    width: 300px;
}

.uqalityPoliycImg img {
    width: 100%;
}

.contactInfoCard {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contactInfoCard h4 {
    margin-bottom: 0px;
}

.contactInfoCard i.contIco {
    width: 50px;
    height: 50px;
    background: #caebff;
    border-radius: 10px;
    text-align: center;
    line-height: 49px;
    color: #287fb1;
}

.contactInfoCard .footer-social-links li a {
    background: transparent;
    box-shadow: none;
    padding: 0px;
    display: block;
    width: auto;
    height: fit-content;
    line-height: 22px;
}

.contactInfoCard .footer-social-links {
    gap: 11px;
}

.contactInfoCard {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 16px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
}

.contactInfoWrap .contactInfoCard:last-child {
    border-bottom: none;
}


.productSideBar .accordion-item {
    overflow: hidden;
}

.productSideBar .accordion-item:first-of-type {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.productSideBar .accordion-item:last-of-type {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}


.productSideBar .accordion-button {
    padding: 10px 20px;
    box-shadow: none;
    border: none;
}

.sideHeader {
    background: #287fb1;
    border-bottom: 3px solid #fe951c;
    padding: 10px 21px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.otSidebar .sideLink {
    margin: 0px;
    line-height: normal;
    font-size: unset;
}

.otSidebar .sideLink a {
    display: block;
    font-size: 16px;
    padding: 8px 20px;
    border-bottom: 1px dashed #ddd;
}

.otSidebar .otSidebarWrapper .sideLinkWrap:last-child .sideLink a {
    border-bottom: 0px;
}

.sidebar-button.active,
.sidebar-button:hover {
    background: #fff9e9;
}

.productSideBar button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.productSideBar .accordion-body {
    padding: 0px;
}

.productSideBar .accordion-button.JustaTitle {
    background: linear-gradient(90deg, #f1db9f, #fbeabb);
    color: #000000;
    font-size: 17px;
    padding: 14px 20px;
}

.productSideBar .accordion-button.JustaTitle::after {
    display: none;
}

.prcatAccordList ul li a {
    display: block;
    padding: 8px 20px;
    border-bottom: 1px dashed #d9eaff;
}

.prcatAccordList ul li a:hover,
.prcatAccordList ul li a.active {
    background: #f7fbfd;
}

.prcatAccordList ul li:last-child a {
    border-bottom: none;
}

.productSideBar .accordion {
    margin-bottom: 20px;
}

.otSidebar {
    position: sticky;
    top: 100px;
    border: 1px solid #ebebeb;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 12px;
    overflow: hidden;
}

.productListingSec .productListCard {
    margin-bottom: 20px;
}

.productListingSec {
    background: #f8f9fa;
}

.productListingSec .prListCard {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #ffe6c9;
    border-bottom: 3px solid #f7911b;
}

.otItemListCard {
    margin-top: 40px;
}

.otItemListWrap {
    margin-top: 30px;
}

@media screen and (max-width:1240px) and (min-width:1000px) {
    .bannerLeftContent h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .headerMenu>li {
        padding: 22px 15px;
    }

    .bannerLeftContent h5 {
        font-size: 17px;
    }

    .bannerContent {
        height: 410px;
    }

    .bannerCarousel {
        height: 410px;
    }

    .headerMenu>li>a {
        font-size: 12px;
    }

    .headerSubMenu>li a {
        font-size: 12px;
        padding: 4px 14px;
    }

    .headerRightMenu .defaultBtn a span,
    .headerRightMenu .defaultBtn button span {
        font-size: 12px;
    }

    .aboutSide h2 {
        font-size: 32px;
    }

    .defaultBtn a span,
    .defaultBtn button span {
        font-size: 12px;
    }

    .prCCWrap h4 {
        font-size: 13px;

    }

    .prCCWrap p {
        margin-top: 9px;
        font-size: 12px;
        line-height: 19px;
        min-height: 80px;
    }

    .aboutSide p {
        font-size: 12px;
    }

    li {
        font-size: 12px;
    }

    p {
        font-size: 12px;
    }

    .footerContents p {
        font-size: 12px;
    }

    a,
    .ftr-link-bx a {
        font-size: 12px;
    }

    .footer-btm-wrp p {
        font-size: 12px;
    }

    .aboutSideContentsWrapper.innerWrapper .aboutSide h2 {
        font-size: 12px;
    }

    .productTable td {
        font-size: 12px;
    }

    .counter-num span.timer {
        font-size: 18px;
    }

    .counter-text {
        font-size: 12px;
    }

    .coutnerIco {
        width: 70px;
    }

    .counter-num span {
        font-size: 18px;
    }

    .common-box {
        min-height: 101px;
    }

    .hctFromContainer .form-group span {
        font-size: 12px;
    }

    .formWrapper .form-control {
        border-radius: 30px;
        padding: 7px 20px;
    }
}

@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: 100px;
    }

    .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 screen and (max-width:799px) and (min-width:599px) {
    .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: 100px;
    }

    .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) {
    .serviceboxContent h2 {
        font-size: 15px;
    }

    .headerMenu>li>a {
        font-size: 16px;
    }

    .headerMenu>li {
        padding: 22px 8px;
    }

    .headerSubMenu>li a {
        font-size: 16px;
        padding: 5px 12px;
    }

    .defaultBtn a span,
    .defaultBtn button span {
        font-size: 12px;
    }

    .logoSection {
        width: 100px;
    }

    .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:399px) and (min-width:299px) {
    .serviceboxContent h2 {
        font-size: 15px;
    }

    .bannerRightContent::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #0606067a, #020202b8);
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
    }

    .headerMenu>li>a {
        font-size: 16px;
    }

    .headerMenu>li {
        padding: 22px 8px;
    }

    .headerSubMenu>li a {
        font-size: 16px;
        padding: 5px 12px;
    }

    .defaultBtn a span,
    .defaultBtn button span {
        font-size: 12px;
    }

    .logoSection {
        width: 100px;
    }

    .bannerLeftContent h5 {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 0px;
        color: #fff;
    }

    .bannerLeftContent .defaultBtn.mt-3 {
        margin-top: 0px !important;
    }

    .bannerLeftContent h2 {
        font-size: 11px;
        line-height: 27px;
    }

    .bannerLeftContent p {
        color: #dddddd;
        margin-top: 5px;
        margin-bottom: 10px;
        line-height: 12px;
        font-size: 9px;
    }

    .bannerLeftContent h2 span {
        font-size: 24px;
    }

    .bannerLeftContent h2 {
        margin: 0px 0px 0px;
    }

    .bannerPngImg {
        height: 100%;
    }

    .bannerLeftContent a {
        background: #287fb1;
        padding: 2px 13px;
        display: inline-block;
        color: #fff;
        border-radius: 8px;
        font-size: 15px;
        margin-top: 10px;
    }

    .bannerLeftContent {
        width: 100%;
    }

    .bannerContent {
        height: 160px;
    }

    .bannerCarousel {
        height: 160px;
    }

    .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;
    }

    .footer-links-wrp .col {
        width: 100%;
        flex: 1 0 100%;
    }

    .bannerLeftContent h2 {
        font-size: 24px !important;
    }

    .aboutSideContentsWrapper {
        padding: 16px;
    }
}


@media screen and (max-width:768px) {

    .headerRightMenu .defaultBtn.light2 a span i,
    .headerRightMenu .defaultBtn.light2 button span i {
        color: #fff;
    }

    .headerRightMenu .defaultBtn.light2 a,
    .headerRightMenu .defaultBtn.light2 button {
        color: #fff;
    }

    .whyChooseImgSlider {
        padding-right: 0px;
    }

    .whyChooseWrapper {
        padding-left: 0px;
    }

    .whyHalfSecBg {
        display: none;
    }

    .aboutSide .defaultBtn {
        text-align: center;
    }

    .headerMenu>li>a::before {
        top: 100%;
    }

    .headerMenu>li>a::after {
        top: 100%;
    }

    .inrbnrMain {
        text-align: left;
    }

    .inrbnrMain h2 {
        font-size: 26px;
    }

    .inrbrnNav li {
        padding: 0px 8px 0px 7px;
    }

    .inrbrnNav li:first-child {
        padding-left: 0px;
    }

    .innerBannerContent {
        height: 79px;
    }

    .headerRightMenu .defaultBtn.light2 a span i,
    .headerRightMenu .defaultBtn.light2 button span i {
        color: #fff;
    }

    .testimonialCard {
        padding: 20px;
    }

    .whyChooseWrapper {
        padding-right: 0;
    }

    .topPrCarousel.owl-theme .owl-nav .owl-next {
        right: 0px;
    }

    .topPrCarousel.owl-theme .owl-nav .owl-prev {
        left: 0px;
    }

    .toplogo {
        display: none;
    }

    .headerSection {
        padding: 10px 0px;
    }

    .aboutSection.home {
        margin-top: 0px;
    }

    .hamburger {
        display: block;
    }

    .headerNav {
        position: fixed;
        display: none;
        background: linear-gradient(271deg, #115074, #115074);
        top: 75px;
        width: 100%;
        height: 100vh;
        left: 0px;
    }

    .headerMenu {
        flex-direction: column;
        gap: 0px;
    }

    .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: #181818;
    }

    .headerMenu>li.hasSub i {
        position: absolute;
        right: 0px;
        top: 14px;
        color: #fff;
    }

    .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: #013c5e;
        color: #fff;
    }

    .headerSubMenu>li:last-child a {
        border-bottom: none;
    }

    .headerMenu>li a:hover {
        color: #262626;
    }

    .hasSub.active>a {
        color: #defcff;
    }

    .bannerLeftContent h2 {
        font-size: 24px !important;
        line-height: normal;
        color: #fff;
    }

    .bannerPngImg {
        height: 100%;
    }

    .bannerLeftContent h2 span {
        font-size: 25px;
    }

    .headerRightMenu .defaultBtn a i,
    .headerRightMenu .defaultBtn button i {
        color: #fff;
        visibility: visible;
        opacity: 1;
    }

    .whyChooseImg.certificateCard {
        margin-bottom: 80px;
    }

    .contactInfoWrapper .aboutSide p {
        text-align: center;
    }

    .contactInfoCard {
        flex-direction: column;
    }

    .contactInfoCard div {
        text-align: center;
    }

    .hctFromContainer {
        padding: 20px;
    }

    .hctfTitle p {
        font-size: 12px;
        line-height: 16px;
    }

    .uqalityPoliycImg {
        width: 50%;
        margin: auto;
        margin-bottom: 30px;
    }
}



.gallery {
                display: flex;
                flex-wrap: wrap;
                width: calc(100% - 50px);
            }

            .gallery a {
                display: block;
                text-decoration: none;
                width: 25%;
                overflow: hidden;
                outline: none;
                border: 5px solid #fe951c; border-radius: 10px; margin: 10px;
            }

            .gallery a img {
                height: 100%;
                transform: scale(1,1);
                transition: all 300ms ease;
            }

            .gallery a img:hover {
                transform: scale(1.1,1.1);
            }
            .bg {
                width: 100%;
                height: 200px;
                background-size: cover;
                transform: scale(1,1);
                transition: all 300ms ease;
            }
            .bg:hover {
                transform: scale(1.1,1.1);
            }

            @media(max-width: 991px) {

                .gallery a {
                    width: 50%;
                }

            }

            @media(max-width: 767px) {

                .gallery a {
                    width: 100%;
                }

                .bg {
                    height: 300px;
                }

            }

