@import url(https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

.imgContentz:hover,
.proimgContentz:hover {
    transition: background-color .3s ease-in-out
}

.proimgContentz:hover .bord,
.proimgContentz:hover .expan {
    background-color: #fff !important
}

.hover-box *,
.will-change-transform * {
    will-change: transform
}

.article_flex .info-contain h4,
.blog-contain.with_page .card-body-blog h5.card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.article_post,
.imageSection,
.keep-in-touch {
    box-sizing: border-box
}

.bookDemo .banner-button,
.btnz {
    text-decoration: none;
    cursor: pointer
}

.pd-20 {
    padding: 20px 0 !important
}

.textImageSectionOutter {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

.headingemp {
    font-weight: 500;
    font-size: 36px !important;
    line-height: 36px
}

.subheadingemp {
    font-weight: 500;
    font-size: 22px !important;
    line-height: 32px;
    padding-bottom: 20px
}

.blogbanner img {
    width: 1040px;
    height: 500px
}

.wd-100 {
    width: 100% !important
}

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.typewriter h1 {
    margin: 0;
    font-weight: 400;
    font-size: 36px;
    padding-top: 10px
}

.sub-title h2,
.subTitleArea h2 {
    font-weight: 500;
    margin: auto auto 25px
}

.typewriter {
    z-index: 2;
    opacity: 1
}

@keyframes blink-caret {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: red
    }
}

.sub-title {
    position: relative;
    margin: 0
}

.sub-title h2 {
    font-size: 44px;
    line-height: 54px;
    color: #2d2d2d
}

.subTitleArea h2,
.subTitleArea p {
    width: 100%;
    color: #fff;
    text-align: center
}

.subTitleArea h2 {
    font-size: 44px !important;
    line-height: 54px !important
}

.subTitleArea p {
    font-weight: 400;
    font-size: 16px;
    margin: auto auto 50px;
    line-height: 26px;
    align-self: center
}

.sub-title h3 {
    font-size: 36px;
    line-height: 36px;
    color: #000;
    font-weight: 500;
    width: 590px;
    margin: auto auto 25px;
    text-align: center
}

.sub-title p {
    font-weight: 400;
    font-size: 16px;
    margin: auto auto 50px;
    line-height: 26px;
    width: 100%;
    text-align: center;
    color: #111;
    align-self: center
}

.highlighter {
    background: -webkit-linear-gradient(#0594d1, #1e2d58);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    white-space: nowrap;
    color: #fff;
    font-weight: 600
}

.highlighter3 {
    background-image: url(../images/3h.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    white-space: nowrap;
    color: #fff;
    width: 100px !important;
    padding: 10px 30px 10px 75px
}

.tp-mask2 {
    z-index: 0;
    position: absolute;
    opacity: 0;
    transform: scale(.1);
    transform: translate3d(0, 0, 0);
    transform-origin: 50% 50% 0px;
    background-color: #003456 !important;
    border-radius: 50%;
    width: 350px;
    height: 350px;
    animation: .6s ease-out .8s forwards entrance
}

.tp-mask11 {
    z-index: 0;
    position: absolute;
    opacity: 9 !important;
    transform: scale(.1);
    transform-origin: 50% 50% 0px;
    border-radius: 50% !important;
    width: 460px;
    height: 460px;
    animation: .8s ease-out 1s forwards entrance
}

.rightareainnner {
    width: 100% !important;
    align-items: center !important
}

.rightareainnner h1 {
    text-align: center;
    margin: 0 0 10px;
    font-weight: 600;
    color: #fff;
    font-size: 44px !important;
    line-height: 54px;
    width: 100%
}

.banner-button,
.banner-button:hover {
    border: none
}

.banhead {
    color: #fff;
    text-align: left;
    margin-bottom: 12px !important
}

.offsec,
.threeholder h4,
.threeholder p,
.threeone {
    text-align: center
}

.breadcrumb {
    align-self: center !important;
    margin: auto
}

@keyframes bouncez {

    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-10px)
    }

    60% {
        transform: translateY(-5px)
    }
}

@keyframes beat {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.02)
    }
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeDown {
    0% {
        opacity: 0;
        transform: translateY(-40px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes entrance {
    0% {
        opacity: 0;
        transform: scale(.1)
    }

    80% {
        opacity: .3;
        transform: scale(1.05)
    }

    100% {
        opacity: .3;
        transform: scale(1)
    }
}

@media (min-width:1366px) {
    .buttonz {
        position: relative;
        top: 30%;
        width: 185px;
        font-size: 16px;
        color: #136295;
        display: flex;
        justify-content: left;
        align-items: center
    }

    .imageSection {
        width: 55%;
        box-sizing: border-box;
        height: 360px;
        object-fit: cover;
        display: block
    }
}

.all-proc-process-emp,
.article_flex,
.container-proc-process-emp,
.dash,
.disflex,
.imageSection,
.integ,
.intsec,
.leftAreaImg,
.offpart,
.offsec,
.threeholder {
    display: flex
}

.banner-button {
    opacity: 0;
    transform: translateY(20px);
    animation: .6s ease-out 1s forwards fadeUp
}

.buttonz:hover:before {
    right: 15px;
    width: 22px
}

.buttonz:hover:after {
    right: 10px
}

.imageSection {
    width: 50%;
    height: 100%
}

.imageSection img {
    width: 96%;
    border-radius: 20px;
    padding: 10px;
    object-fit: cover
}

.h1ban {
    opacity: 0;
    animation: .6s ease-out 1s forwards fadeDown !important;
    color: #fff !important
}

.pban {
    opacity: 0;
    animation: .5s ease-out 1s forwards fadeUp
}

.secbot {
    margin-bottom: 30px
}

.dash {
    margin-top: 0;
    flex-direction: row;
    width: 1090px;
    padding: 10px 0
}

.mgt-100 {
    margin-top: 50px
}

@media (min-width:1024px) and (max-width:1366px) {

    .tabconimg,
    .tabcontext {
        width: 50%
    }

    .buttonz {
        position: relative;
        top: 30%;
        width: 165px;
        font-size: 16px;
        color: #ce6e6e;
        display: flex;
        justify-content: left;
        align-items: center
    }

    .its {
        padding: 10px 70px 10px 115px !important;
        margin-right: -60px !important;
        margin-left: -100px !important
    }

    .pro {
        margin-left: -50px;
        margin-right: -30px
    }
}

.pro {
    margin-left: -50px;
    margin-right: -30px
}

.rightArea p {
    font-size: 16px;
    color: #4a4747;
    line-height: 23px;
    font-weight: 300
}

.its {
    padding: 10px 70px 10px 115px !important;
    margin-right: -60px !important;
    margin-left: -100px !important
}

.circle-main-proc-process-emp {
    width: 50px;
    display: flex;
    justify-content: end;
    align-items: end
}

.circle-wrap-proc-process-emp {
    width: 50px;
    height: 50px;
    background: #fdf1f1;
    border-radius: 50%
}

.circle-wrap-proc-process-emp .circle-proc-process-emp .fill-1-proc-process-emp,
.circle-wrap-proc-process-emp .circle-proc-process-emp .fill-2-proc-process-emp,
.circle-wrap-proc-process-emp .circle-proc-process-emp .fill-3-proc-process-emp,
.circle-wrap-proc-process-emp .circle-proc-process-emp .mask-proc-process-emp {
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%
}

.circle-wrap-proc-process-emp .circle-proc-process-emp .mask-proc-process-emp {
    clip: rect(0, 50px, 50px, 25px)
}

.circle-wrap-proc-process-emp .inside-circle-proc-process-emp {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #cdefff;
    line-height: 34px;
    text-align: center;
    margin-top: 5px;
    margin-left: 5px;
    color: #136295;
    position: absolute;
    font-weight: 700;
    font-size: 1.2em
}

.mask-proc-process-emp .fill-1-proc-process-emp {
    clip: rect(0, 25px, 50px, 0);
    background-color: #136295
}

.circle-proc-process-emp .fill-1-proc-process-emp,
.mask-proc-process-emp.full-1-proc-process-emp {
    animation: 3s ease-in-out fill-1-proc-process-emp;
    transform: rotate(153deg)
}

@keyframes fill-1-proc-process-emp {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(153deg)
    }
}

@keyframes slides {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

.container-proc-process-emp {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    row-gap: 20px
}

.container-jsp {
    justify-content: center !important
}

.all-proc-process-emp {
    width: 33%;
    height: 180px;
    padding: 30px;
    box-shadow: 20px 20px 40px 40px rgba(0, 0, 0, .04);
    border-radius: 30px
}

.text-main-proc-process-emp {
    width: 270px;
    margin-right: 20px
}

.heading-proc-process-emp {
    color: #000;
    font-size: 23px;
    line-height: 25px;
    font-weight: 800;
    margin-top: -10px;
    padding: 0
}

.description-proc-process-emp {
    font-size: 13px;
    line-height: 16px;
    color: #787276
}

.mgt {
    margin-top: 70px
}

.itg {
    padding: 10px 79px 10px 115px;
    margin: auto !important
}

.off {
    margin-right: -45px;
    margin-left: -60px;
    padding: 10px 62px 10px 80px
}

.blogban,
.blogcont,
.hightorg {
    height: 100% !important
}

.imgContentz:hover .testr,
.imgContentz:hover img,
.proimgContentz:hover .protestr,
.proimgContentz:hover img {
    animation: .6s ease-in-out infinite alternate float
}

.proimgContentz:hover {
    background: linear-gradient(45deg, #1e2d56, #0c83be);
    color: #fff
}

.blog-banner a,
.blog-banner span,
.footerPara p a,
.proimgContentz:hover .protestr p,
.proimgContentz:hover .protestr span,
.threeone:hover h4,
.threeone:hover p,
.threethree:hover h4,
.threethree:hover p,
.threetwo:hover h4,
.threetwo:hover p {
    color: #fff
}

.proimgContentz:hover .expan {
    width: 120px !important;
    transition: .3s
}

@keyframes float {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-10px)
    }
}

.circleborder svg,
.svgem path {
    fill: white
}

.leftAreaImg {
    width: 100%;
    margin: auto 40px auto auto;
    justify-content: flex-end
}

.leftAreaImg img {
    width: 100%;
    height: 100%;
    border-radius: 30px
}

.integ {
    height: 80px;
    width: 200px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .058);
    justify-content: center;
    align-items: center;
    border: 1px solid #90aec245;
    border-radius: 100px;
    padding: 10px;
    background-color: #fff
}

.circleborder,
.offpart {
    justify-content: center
}

.integ img {
    max-width: 100%;
    max-height: 100%
}

.integ:hover,
.offpart:hover {
    transform: scale(1.07);
    transition-duration: .2s
}

.offpart {
    height: 100px;
    width: 100px;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .058);
    align-items: center;
    border-radius: 150px
}

.offpart img {
    height: 50px
}

.intsec {
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.offsec {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 220px;
    row-gap: 10px
}

.pd-100,
.pd-70 {
    padding-top: 30px !important
}

.em-subdiv,
.threeone,
select {
    padding: 20px
}

.wdl {
    width: 1116px
}

.slick-next:before,
.slick-prev:before {
    font-size: 30px !important
}

.slick-prev:before {
    margin-left: 1050px
}

button.slick-prev .slick-arrow {
    margin-top: -210px
}

.slick-next,
.slick-prev {
    top: -22% !important
}

.slick-next,
.xyzSliderz .slick-prev {
    top: 0 !important
}

.threeholder {
    position: relative;
    justify-content: space-around;
    margin-top: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.threeone {
    display: inline-block;
    width: 29%;
    height: 100%;
    background: linear-gradient(45deg, #0594d1, #1e2d58) !important;
    border-bottom: 2px solid #fff;
    transition: .25s;
    border-radius: 20px
}

.threethree,
.threetwo {
    width: 27%;
    background: 0 0;
    border-bottom: 2px solid #c96363;
    transition: .25s;
    border-radius: 20px;
    height: 100%;
    display: inline-block
}

.threetwo {
    margin: 0 75px
}

.circleborder,
.threeone:hover .circleborder,
.threeone:hover .circlepic,
.threethree:hover .circleborder,
.threetwo:hover .circleborder {
    background: #fff
}

.threeone:hover {
    background: linear-gradient(45deg, #1e2d58, #0594d1) !important
}

.threeone:hover svg {
    fill: #ffffff
}

.threeholder h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 20px;
    color: #fff
}

.threeholder p {
    display: inline-block;
    margin-top: 5px;
    font-size: 16px;
    line-height: 26px;
    color: #fff
}

.threeone:hover img,
.threeone:hover svg,
.threethree:hover img,
.threethree:hover svg,
.threetwo:hover img,
.threetwo:hover svg {
    transition: .65s;
    transform: rotateY(360deg)
}

.threethree:hover,
.threetwo:hover {
    background: #ff9a9a
}

.threethree:hover svg,
.threetwo:hover svg {
    fill: #c96363
}

.circleborder {
    top: 25px;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    margin: 20px auto;
    display: flex;
    align-items: center
}

.bord,
.em-subdiv {
    border-radius: 20px
}

.bord {
    width: 60px;
    background-color: #fff;
    height: 5px;
    margin: 0 10px
}

.bordsec {
    margin-bottom: 30px;
    margin-top: -35px;
    display: flex;
    justify-content: center;
    width: 88%
}

.em-subdiv {
    background-color: #fff !important;
    width: 32%;
    height: auto;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .058);
    border-bottom: none
}

.em_hide {
    width: 100% !important;
    text-align: center !important;
    line-height: 26px !important
}

.em-subdiv-head {
    padding-right: 0 !important;
    margin-bottom: 10px;
    font-size: 22px !important;
    line-height: 32px !important;
    color: #000;
    text-align: center;
    font-weight: 500
}

.em-subsection {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 40px !important;
    column-gap: 2% !important;
    flex-wrap: wrap !important;
    row-gap: 20px
}

.head-div img {
    margin: 0;
    margin-bottom: 20px !important
}

.whyelite .row {
    justify-content: space-between;
    align-items: anchor-center
}

.row.row-cols-1.whyinner {
    background-color: #fff2f2;
    padding: 24px;
    border: 4px solid #fff;
    border-radius: 20px;
    box-shadow: 10px 0 #d52828
}

.btn-whatsapp-pulse,
.btn-whatsapp-pulse-border::before {
    border-radius: 50%;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite
}

.whyhead {
    text-align: left !important
}

.whydes {
    width: 400px;
    margin-left: 0 !important;
    margin-bottom: 0 !important
}

.whybullt {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.whyinner {
    width: 530px
}

.pd-0 {
    padding-bottom: 0 !important
}

.btn-whatsapp-pulse-border {
    bottom: 70px;
    left: inherit;
    animation-play-state: paused
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    animation-name: pulse;
    z-index: 999
}

.about__right-inner,
.counter-box-about,
.counter__area-2,
.fourImgSection,
.p-relative,
.relative {
    position: relative
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: .75;
    animation-name: pulse-border
}

.counter-box-about,
.counter-box-about1 {
    border-radius: 20px;
    text-align: center;
    padding: 0
}

.counter__area-2 .shape-1,
.counter__area-2 .shape-2,
.counter__area-2 .shape-3,
.counter__area-2 .shape-4 {
    animation: 5s linear infinite;
    position: absolute
}

.whtsapIcon li img {
    width: 40px
}

.threeBoxArea h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    text-align: center
}

.ourJourneyText h3 {
    font-size: 44px !important;
    line-height: 54px !important;
    color: #2d2d2d;
    font-weight: 500;
    width: 637px;
    margin: auto auto 20px
}

.ourJourneyText p {
    font-weight: 400;
    font-size: 16px;
    margin: auto auto 0;
    line-height: 26px;
    width: 100% !important;
    text-align: left
}

.fourImgSection {
    padding: 50px 0
}

.about__right-inner h2 {
    font-size: 22px;
    font-weight: 600;
    color: #d52828;
    margin-bottom: 10px
}

.about__right-inner p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0
}

.about__left img {
    width: 600px
}

.counter__area-2 {
    background: linear-gradient(45deg, #0594d1, #1e2d58);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0
}

.threeSection,
.visionMission {
    background-image: url(../images/inspiration-geometry.webp)
}

.footer,
.threeSection,
.visionMission {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.counter__area-2 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.counter__area-2 .shape-1 {
    top: 0;
    left: 25%
}

.counter__area-2 .shape-2 {
    bottom: 10px;
    left: 60%
}

.counter__area-2 .shape-3 {
    left: 35%;
    top: 50%
}

.counter__area-2 .shape-4 {
    left: 80%;
    top: 20%
}

.counter-box-about {
    margin: 1px
}

.counter-box-about .d__flex,
.counter-box-about1 .d__flex {
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.counter-box-about .d__flex .number,
.counter-box-about1 .d__flex .number {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
    margin-top: 10px;
    line-height: 30px
}

.counter-box-about .d__flex i,
.counter-box-about1 .d__flex i {
    margin-left: 5px;
    color: #fff;
    font-size: 27px;
    position: relative;
    top: 10px
}

.counter-box-about p,
.counter-box-about1 p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    margin-top: 25px
}

.counter-box-about::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -15px;
    height: 85px;
    width: 2px;
    background-color: #ffffffb6
}

.counter-box-about1 {
    position: relative;
    margin: 1px
}

.img-1,
.img-2,
.rightImgJourney img {
    border-radius: 10px
}

.about__right-inner .second-para {
    color: #d52828;
    font-weight: 500;
    margin-top: 20px
}

.visionMission {
    padding: 45px 0 30px;
    background-position: center
}

.visionMissionText {
    padding: 50px 0
}

.visionMissionText h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px
}

.visionMissionText p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 35px
}

.vision-mission-img img {
    width: 600px;
    border-radius: 10px
}

.top-minus-25px {
    top: -25px
}

.bottom-minus-20px {
    bottom: -20px
}

.right-15px {
    right: 60px
}

.dashtxt {
    width: 500px !important
}

.img-1 {
    width: 555px
}

.img-2 {
    width: 345px
}

.bg-very-light-gray {
    padding: 30px 0;
    width: 100%;
    position: relative;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.process-step-style-05 .process-step-item {
    display: flex;
    position: relative;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: flex-start;
    text-align: left;
    margin-left: 20px
}

.hover-box * {
    -webkit-transition: .5s cubic-bezier(.5, 1, .89, 1);
    transition: .5s cubic-bezier(.5, 1, .89, 1)
}

.process-step-style-05 .process-step-icon {
    will-change: transform;
    -webkit-transition: 350ms cubic-bezier(.165, .84, .44, 1.7);
    transition: 350ms cubic-bezier(.165, .84, .44, 1.7)
}

.h-60px {
    height: 60px !important
}

.w-60px {
    width: 60px !important
}

.box-shadow-bottom {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .05)
}

.fs-14 {
    font-size: 14px
}

.fs-18,
.threeBoxArea h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px
}

.rounded-circle {
    border-radius: 50% !important
}

.box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s cubic-bezier(.5, 1, .89, 1);
    transition: .4s cubic-bezier(.5, 1, .89, 1)
}

.process-step-style-05 .progress-step-separator {
    bottom: -10px;
    height: 100%;
    z-index: -1;
    position: absolute;
    width: 1px;
    left: 50%
}

.opacity-1 {
    opacity: .1
}

.process-step-style-05 .process-content {
    overflow: hidden;
    flex: 1;
    max-width: 100%
}

.mb-40px {
    margin-bottom: 40px !important
}

.ps-35px {
    padding-left: 35px !important
}

.infowindow .mb-3,
.mb-5px {
    margin-bottom: 5px !important
}

.last-paragraph-no-margin p:last-of-type {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px !important;
    font-weight: 400
}

.w-90 {
    width: 90% !important
}

.hover-box {
    z-index: 1
}

.hover-box:hover .box-overlay {
    opacity: 1;
    visibility: visible
}

.bg-dark-gray,
.bg-dark-gray:hover {
    background-color: #1c81b7
}

.process-step-style-05:hover .icon,
.process-step-style-05:hover .number {
    color: #fff;
    position: relative;
    z-index: 1
}

.rightImgJourney img {
    width: 635px
}

.threeSection {
    background-position: center;
    padding: 30px 0
}

.threeBoxArea {
    position: relative;
    padding: 40px;
    border: 1px solid #c9636324;
    border-radius: 20px;
    margin: 0;
    background-color: #ffffffa1;
    height: 96%
}

.threeBoxArea::after {
    content: "";
    position: absolute;
    bottom: 87px;
    right: -5px;
    height: 108px;
    width: 2px;
    background-color: #f4cb86;
    display: none
}

.threeBoxArea h4 {
    margin-top: 20px;
    text-align: left;
    margin-bottom: 20px;
    width: 100%
}

.threeBoxArea ol {
    font-size: 15px;
    line-height: 28px
}

.threeBoxArea p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
    text-align: left;
    font-weight: 300;
    padding: 0;
    width: 100%
}

.bottomPara {
    font-weight: 600 !important
}

.rightareainnner12 {
    width: 340px;
    align-items: left !important;
    color: #fff !important
}

.rightareainnner12 h1 {
    text-align: left;
    margin: 0;
    font-size: 31px;
    color: #2d2d2d;
    width: 492px;
    line-height: 36px;
    font-weight: 500
}

.footerParagraph p,
.rightArea .paraRightArea,
.rightareainnner12 p {
    margin-bottom: 30px;
    font-weight: 300
}

.rightareainnner12 p {
    font-size: 16px;
    color: #4a4747;
    line-height: 23px;
    width: 484px
}

.footerParagraph p {
    font-size: 16px;
    text-align: justify;
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
    color: #fff
}

.blog_tab_link,
.btnz,
.social-link a {
    text-align: center
}

.f-link h4 {
    margin-bottom: 15px;
    padding: 0;
    font-size: 20px;
    color: #fff
}

.bottomFooter .footerPara p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    color: #fff
}

.social-link a {
    display: inline-block;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid;
    font-size: 18px;
    line-height: 35px;
    margin-right: 5px;
    text-decoration: none
}

.footer {
    width: 100%;
    float: left;
    padding: 30px 0 0;
    background-image: url(../images/bg-block-circle1.webp);
    background: linear-gradient(45deg, #0594d1, #1e2d58)
}

.f-link ul li a:hover {
    opacity: 1;
    padding-left: 2px;
    color: #fff
}

.papasectionz {
    width: 100%;
    padding: 20px 0 40px;
    background-color: #fff
}

.f-link ul li a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    line-height: 24px;
    transition: .3s;
    font-size: 15px
}

.counter__inner-4 {
    position: relative;
    overflow: hidden
}

.counter__shape-10 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    mix-blend-mode: luminosity
}

.btnz,
.faq__text h3,
.header li a {
    position: relative
}

.f-link ul li {
    list-style: none
}

.header .menu {
    display: flex;
    align-items: center;
    margin-left: 120px;
    padding: 0 !important
}

.header li a {
    display: block;
    color: #111 !important;
    padding: 6px 30px 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400
}

.disflex {
    display: flex !important;
    align-items: center !important
}

.pdb-20 {
    padding-bottom: 20px !important
}

.pdb-50 {
    padding-bottom: 30px !important
}

.btnz {
    padding: 12px 27px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #d52828;
    border-radius: 54px;
    background: #fff;
    border: 3px solid #cfcfcf;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out
}

.beccta,
.ctahead {
    color: #fff !important
}

.btnz.btnz-border-1::after,
.btnz.btnz-border-1::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 0%;
    visibility: hidden
}

.btnz.btnz-border-1::after {
    bottom: -3px;
    right: 1px;
    border-radius: 35px;
    border-left: 3px solid #6e6e6e;
    border-bottom: 3px solid #5e5d5d;
    transition: width .1s .1s, height .1s, visibility 0s .2s
}

.btnz.btnz-border-1::before {
    top: -3px;
    left: -1px;
    border-top: 3px solid #222;
    border-right: 3px solid #222;
    border-radius: 30px;
    transition: width .1s .3s, height .1s .2s, visibility 0s .4s
}

.btnz.btnz-border-1:hover {
    animation: 1s ease-out .4s pulse;
    color: #222
}

.btnz.btnz-border-1:hover::after,
.btnz.btnz-border-1:hover::before {
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    visibility: visible
}

.btnz.btnz-border-1:hover::after {
    transition: width .1s .2s, height .1s .3s, visibility 0s .2s
}

.btnz.btnz-border-1:hover::before {
    transition: width .1s, height .1s .1s
}

.ctasec {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px
}

.bulltbec,
.faq__text {
    justify-content: center
}

.rightArea .paraRightArea {
    font-size: 16px;
    color: #fff;
    line-height: 23px;
    width: 300px;
    text-align: center
}

.banhead {
    width: 300px
}

.buttonCommon {
    align-self: baseline;
    margin: auto;
    align-self: baseline
}

.d-lg-block {
    display: block !important
}

.faq__text,
.megaa {
    display: flex !important
}

.faq__text h3 {
    color: rgba(213, 213, 223, .5019607843);
    font-size: 95px;
    font-weight: 700;
    text-transform: uppercase
}

.faq__text {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center
}

.mgn {
    margin-top: 0 !important
}

.megaa {
    border: none !important;
    width: 350px !important;
    justify-content: space-between !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important
}

.blogsec,
.bulltbec,
.bulltpoint,
.caption,
.dashSec,
.rightextBecom {
    display: flex
}

.rightextBecom {
    width: 542px;
    height: 240px;
    flex-direction: column;
    justify-content: center;
    transition: .5s ease-in-out;
    margin-top: 50px
}

.bannerAREASSS .rightsec {
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%
}

.rightextBecom .contact-form {
    width: 100%;
    float: left;
    background-color: #18181880;
    padding: 0;
    color: #000;
    background-color: #fff;
    border-radius: 10px;
    height: 99%;
    text-align: left
}

.rightextBecom .contact-form .form-control-custome {
    display: block;
    border: none;
    background-color: #fff7f7;
    width: 100%;
    border-radius: 25px;
    padding: 10px 12px;
    color: #848484
}

.rightextBecom .contact-form .form-control-custome::placeholder {
    color: #000
}

.Contact-form .submitButtons {
    background-color: #f4cb86 !important;
    border-color: #fff;
    color: #000;
    width: 100%;
    height: 45px;
    border-radius: 100px;
    margin-top: 10px
}

.concode {
    width: 108px
}

.bgcta {
    background: linear-gradient(282deg, #fff 0, #c96363 30%) !important;
    padding-bottom: 60px !important
}

.beccta {
    background: 0 0 !important;
    border: #fff !important
}

.blog-banner,
.contectAreas,
.keep-in-left-col-6 {
    background-repeat: no-repeat
}

.bulltbec {
    width: 300px;
    align-items: center
}

.bulltpoint {
    justify-content: center;
    align-items: center;
    width: 250px !important
}

.bulltpoint img {
    margin-right: 30px;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    border: 1px solid
}

.bulltpoint p {
    font-size: 20px !important;
    line-height: 23px
}

.linkm {
    width: 350px;
    margin-left: 34px
}

.header {
    box-shadow: none !important
}

.dashSec {
    align-items: center;
    flex-direction: column
}

.blog-banner {
    background-image: url(../images/blog-banner.jpg);
    background-position: contain !important;
    background-size: cover;
    height: 77vh
}

.bloghead {
    width: 80% !important
}

.blogpheadz {
    width: 75% !important
}

.blogheadz {
    height: 430px
}

.blogp {
    font-size: 18px !important;
    margin-top: 20px
}

.blogh2 {
    font-size: 25px !important
}

.blogsec {
    flex-direction: row;
    width: 1040px;
    align-items: baseline
}

.recsec {
    width: 300px !important;
    border: solid
}

.leftblog {
    width: 800px !important
}

.blog-main {
    width: 100%;
    float: left;
    padding: 15px 0 40px;
    margin-top: 30px
}

.blog-picture {
    width: 100%;
    float: left;
    height: 550px;
    border-radius: 20px;
    overflow: hidden
}

.blog-picture img {
    max-width: 100%;
    height: 90%;
    object-fit: fill;
    width: 100%;
    transition: .3s
}

.caption {
    justify-content: center;
    align-items: center;
    height: 50px;
    border: 1px solid #d9c9c9;
    border-radius: 0 0 20px 20px;
    border-width: 0 1px 1px
}

.popup,
.widget_list .submenu {
    display: none
}

.card-body-blog {
    width: 100%;
    float: left;
    margin-top: 20px;
    line-height: 23px
}

.card-body-blog h5.card-title {
    font-size: 2rem;
    font-weight: 700
}

.card-text-bold {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px
}

.bcol {
    color: #d62828 !important
}

.bp_meta ul {
    padding: 0;
    font-size: 13px;
    margin-bottom: 10px
}

.article_post:last-child,
.contectText h3 {
    padding-bottom: 15px
}

.contectText h3,
.lpt_price_ {
    margin-bottom: 0
}

.bp_meta ul li.list-inline-item {
    padding: 0;
    color: #8b8b8b;
    letter-spacing: .25px
}

.widget_list li:last-child {
    border-bottom: 0 solid #e6e9ec
}

.recent_posts_blogs {
    width: 100%;
    float: left;
    max-height: 406px;
    overflow: auto;
    padding: 0;
    margin: 0
}

.article_post {
    width: 100%;
    float: left;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 13px
}

.article_flex .post_picture {
    width: 85px;
    height: 65px;
    overflow: hidden;
    border-radius: 5px
}

.article_post a {
    text-decoration: none
}

.article_flex .post_picture img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.article_flex .info-contain {
    flex-basis: 60%;
    padding-left: 15px
}

.article_flex .info-contain h4 {
    font-size: 14px;
    color: #333;
    letter-spacing: 1.25px
}

.article_flex .info-contain .small-time {
    font-size: .875em;
    color: #8b8b8b;
    letter-spacing: .25px
}

.lpt-list-data {
    position: relative;
    top: -50px
}

.lpt_price_ .lpt_01 {
    margin-right: 25px
}

.lpt_price_ .lpt_01 span,
.lpt_price_ .lpt_02 span {
    border-bottom: 1px solid #666
}

.contact-icons {
    position: absolute;
    top: 14px;
    z-index: 1
}

.form-keep-in .form-floating.no-actione>label {
    padding: .8rem .75rem
}

.form-keep-in .form-floating.no-actione>.form-control {
    padding: 1.625rem .75rem .625rem
}

.form-keep-in .iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    left: 20px
}

.form-keep-in .iti {
    padding-left: 14px
}

.form-keep-in .form-group.focused .floating-label {
    left: 29px
}

.form-keep-in .floating-diff select {
    padding: 0 1.75rem
}

.contact-icons img {
    width: 20px
}

.our-Continuour-Innovation .slick-next:before,
.slick-prev:before {
    color: #136295 !important
}

.blog-contain.with_page {
    margin-bottom: 0;
    width: 100%;
    float: left;
    padding: 0 5px;
    border-radius: 20px
}

.blog-contain.with_page .card-body-blog h5.card-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px
}

.blog-contain.with_page .blog-picture {
    height: 175px;
    border-radius: 10px
}

.blog-contain.with_page a {
    color: #333;
    transition: .3s
}

.blog-contain.with_page a:hover .blog-picture:hover img {
    transform: scale(1.03);
    transition: .3s
}

.blog-contain.with_page a:hover {
    color: #0d6efd;
    transition: .3s
}

.blog_tab_link {
    padding: 0;
    margin: 0
}

.blog_tab_link li {
    list-style: none;
    display: inline-block
}

.blog_tab_link li a {
    text-decoration: none;
    color: #000;
    display: block;
    background-color: #dedede;
    border-radius: 30px;
    margin-right: 10px;
    padding: .7rem 1.5rem
}

.brdcrmb-link a::after {
    content: "";
    position: absolute;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 5px;
    right: -13px
}

.brdcrmb-link {
    position: relative;
    z-index: 9
}

.breadcrumbz {
    margin: -15px 0 40px 10px;
    font-size: 19px !important;
    line-height: 22px !important;
    color: #2d2d2d !important
}

.bcolb {
    color: #081789 !important
}

.breadcrumbz a {
    text-decoration: none !important;
    color: #2d2d2d
}

.slisol {
    margin-top: 140px !important;
    margin-bottom: 70px !important
}

.dashimg {
    width: 52%
}

.dashsecinn {
    padding: 20px 0 !important;
    padding-top: 0 I !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mt-15 {
    margin-top: 15px
}

.asked_questions_inner {
    width: 100%;
    float: none;
    padding: 30px 0
}

.keep-in-left-col-6,
.keep-in-right-col-6 {
    float: none;
    padding: 40px 10px;
    width: 100%
}

.keep-in-touch {
    background-color: #ffffff00;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: none;
    border-radius: 30px;
    width: 100%;
    float: none
}

.keep-in-left-col-6 {
    position: relative;
    height: 100%;
    border: none;
    background-size: 100%;
    background-position: bottom;
    border-bottom-left-radius: 30px
}

.contactImg .img-1,
.mapImg img {
    width: 100%
}

.contectText {
    padding: 30px 10px
}

.contectText h3 {
    font-weight: 500;
    font-size: 22px !important;
    line-height: 32px
}

.contectText p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 22px
}

.contectText ul {
    padding-left: 0
}

.contectText ul li {
    list-style-type: none;
    margin-bottom: 14px;
    font-size: 15px
}

.form-keep-in .form-floating>.form-control {
    padding: 13px 5px 5px !important
}

label.error {
    margin-top: -10px;
    z-index: 999
}

.form-keep-in .form-floating>label {
    padding: 0;
    background: #fff;
    height: 10px;
    opacity: 1.65 !important
}

.contectAreas {
    padding: 30px 0 0;
    background-position: center;
    background-size: cover
}

.keep-in-left-col-6 h2,
.keep-in-left-col-6 h3 {
    font-size: 44px;
    line-height: 54px;
    font-weight: 500
}

.keep-in-left-col-6 p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 0;
    position: relative
}

.keep-in-right-col-6 h3 {
    font-size: 22px;
    line-height: 32px
}

.keep-in-left-col-6 .f-address i {
    font-size: 20px;
    line-height: 24px;
    color: #0c83be
}

.keep-in-right-col-6 p.keep-in-pxt::after {
    content: "";
    position: absolute;
    left: 0;
    width: 15%;
    background-color: #1e2d56;
    top: 85px;
    height: 2px
}

.keep-in-right-col-6 .keep-in-pxt2 {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 32px;
    margin-top: 38px;
    font-weight: 600;
    color: #0c83be
}

.form-keep-in .btn-primary {
    color: #fff;
    background: linear-gradient(45deg, #1e2d56, #0c83be)
}

.form-keep-in .btn {
    margin-top: 25px;
    width: 130px;
    height: 45px;
    border-radius: 25px
}

.red-star,
select option.red-star {
    color: red
}

.keep-in-left-col-6 .f-link {
    color: #000;
    margin-top: 40px;
    width: 100%
}

.form-keep-in {
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 18px
}

.button--moema {
    border-radius: 50px;
    background: #d52828;
    color: #fff;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    padding: 10px 25px;
    border: none
}

.clients_brands .c1 img {
    width: 140px;
    margin: auto;
    height: 77%;
    object-fit: cover
}

.popup {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 750px;
    transform: translate(-50%, -50%);
    padding: 0 0 20px;
    background: center/cover no-repeat #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    z-index: 1000;
    height: 390px;
    background-image: url(../images/Janmashtmi.jpg) !important
}

#pop_form,
.mobpop {
    display: none !important
}

.popleft img {
    width: 320px
}

.bookDemo {
    position: relative;
    top: 175px;
    left: 214px
}

.bookDemo .banner-button {
    display: flex;
    padding: 7px 12px;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    border-radius: 50px;
    transition: background-color .3s, transform .3s;
    width: 208px;
    justify-content: space-between;
    align-items: center;
    border: 1px solid
}

.popup-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999
}

.first_row {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 20px
}

.first_row p {
    margin-top: 10px
}

.second_row {
    display: flex;
    height: 300px !important
}

.popright {
    width: 50%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.popleft {
    height: 250px;
    width: 330px
}

.popinput {
    padding: 3px 10px;
    border-radius: 9px;
    border: 1px solid gray;
    font-size: 11px;
    width: 281px
}

.popbtn {
    width: 281px;
    border-radius: 9px;
    border: 1px solid gray;
    background-color: #d52828;
    padding: 3px;
    font-size: 12px
}

#closePopup {
    width: 35px;
    height: 30px;
    border-radius: 0 0 0 11px;
    color: #fff;
    background-color: #000
}

.whyhead {
    margin-left: 0 !important
}

@media (min-width:320px) and (max-width:475px) {

    .imageSection,
    .img-1,
    .img-2,
    .leftAreaImg img,
    .tabcontext {
        width: 100%
    }

    .top-minus-25px {
        top: 0 !important
    }

    .bottom-minus-20px {
        bottom: 0 !important;
        position: inherit !important;
        margin-bottom: 20px;
        right: 0 !important
    }

    .visionMissionText {
        padding: 0 !important
    }

    .Popular-Locations,
    .solution_pag .topSliderArea {
        margin-top: 50px
    }

    .em-subsection,
    .sliderAreas .abc {
        width: 90% !important;
        margin: auto
    }

    .error {
        padding: 20px 0 !important
    }

    .mapImg img {
        height: 100% !important
    }

    .conhead {
        text-align: left !important;
        width: 100% !important;
        font-size: 23px !important;
        line-height: 28px !important;
        font-weight: 500px !important
    }

    .sliderAreas {
        background-color: #fff;
        display: flow-root;
        width: 100%;
        padding-bottom: 30px
    }

    .element {
        font-size: 22px;
        margin-bottom: 20px;
        font-weight: 400
    }

    .protestr span,
    .threeone {
        margin: auto
    }

    .popup {
        display: none;
        position: fixed;
        left: 50%;
        top: 50%;
        width: 750px;
        transform: translate(-50%, -50%);
        padding: 0 0 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .5);
        z-index: 1000;
        height: 390px;
        background-image: none !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background: linear-gradient(257deg, #fff 37%, #ff7a7a 100%) !important
    }

    #pop_form,
    .mobpop {
        display: block !important
    }

    .threeholder {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-wrap: wrap;
        row-gap: 30px
    }

    .threeholder h4,
    .threeholder p {
        margin-left: 0
    }

    .threeone {
        display: grid;
        width: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 24px 20px 0
    }

    .dash,
    .dashimg {
        width: 90% !important
    }

    .rightArea h1,
    .sub-title h2,
    .whydes,
    .whyhead {
        text-align: center !important
    }

    .circlepic {
        top: auto;
        margin-top: -210px !important;
        margin-left: 0
    }

    .circleborder {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        top: auto;
        margin: auto
    }

    .dashSec {
        margin-top: 22px
    }

    .Popular-Locations .row.row-cols-1.whyinner {
        margin-top: 20px
    }

    .cardssec .sub-title p {
        margin-bottom: 10px
    }

    .cardssec {
        margin-top: 60px
    }

    .dash {
        margin-top: 0
    }

    .whyelite {
        display: flex;
        flex-direction: column
    }

    .whydes,
    .whyhead {
        margin: auto !important
    }

    .dashimg {
        height: 200px
    }

    .ctasec {
        margin-top: 30px
    }

    .faqask {
        margin-top: 0
    }

    .subheadingemp {
        font-size: 18px !important;
        line-height: 18px
    }

    .dashhead {
        margin: 30px 0;
        height: 50px !important;
        align-items: center
    }

    .rightareainnner {
        margin-top: -10px !important
    }

    .breadcrumb {
        margin: auto auto 15px
    }

    .showHideSlider {
        margin: 0 !important
    }

    .proSliderz {
        margin-top: 30px !important
    }

    .mpd-0 {
        padding: inherit !important
    }

    .integ,
    .mhtext,
    .proimgContentz p {
        padding: 10px
    }

    .proimgContentz {
        margin: inherit !important
    }

    .megamob {
        display: flex !important;
        flex-direction: column;
        margin: 20px 0 20px auto !important;
        align-items: baseline !important;
        position: absolute
    }

    .mobdrop {
        height: 400px;
        overflow: scroll
    }

    .megasec {
        display: flex;
        justify-content: left;
        align-items: center;
        row-gap: 20px;
        margin: 5px 0;
        column-gap: 20px
    }

    .position-inherit {
        position: inherit !important;
        width: 95%;
        margin: auto
    }

    a.megaa {
        column-gap: 20px !important;
        justify-content: left !important
    }

    .vh {
        height: 0 !important;
        display: none !important
    }

    .dropdown-Menu {
        margin-top: 130px !important;
        min-width: 100vw !important
    }

    .clients,
    .testi {
        margin-top: 0 !important
    }

    .banner-Area {
        overflow: hidden
    }

    .pban {
        width: 225px !important
    }

    .tabcontainer {
        flex-direction: column;
        width: 100%
    }

    .tabconimg img {
        width: 100%;
        margin-bottom: 20px
    }

    .tabbod {
        display: none
    }

    .giantsec {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 25px
    }

    .giantsec a {
        width: 34%;
        font-size: 14px
    }

    .integ {
        height: 30%;
        width: 45%
    }

    .integ img {
        width: 70%
    }

    .mgt {
        margin-top: 40px
    }

    .all-proc-process-emp {
        width: 97%;
        height: auto
    }

    .tabcontext p {
        width: 98%
    }

    .hrev {
        flex-direction: column-reverse !important;
        display: flex !important
    }

    .btnk {
        margin: 10px auto
    }

    .textm {
        text-align: center
    }

    .mhtext {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .imgContentz {
        height: 320px !important
    }

    .testr {
        margin-top: 20px;
        width: 94%;
        height: 125px
    }

    .becomhero,
    .menbtn {
        display: flex;
        width: 100%
    }

    .imgContentz>img {
        height: 100px !important;
        width: 100px !important
    }

    .whyh {
        font-size: 22px !important;
        text-align: left !important
    }

    .highlighter {
        z-index: 1;
        position: relative
    }

    .menbtn {
        margin: auto;
        align-self: center
    }

    .coh {
        padding: 10px 35px 8px 71px !important;
        margin-right: -24px !important;
        margin-left: -39px !important
    }

    .becomhero {
        flex-direction: column
    }

    label.error {
        position: relative !important
    }
}

.hrev {
    flex-direction: row-reverse
}

.protestr {
    padding: 10px
}

a.megaa {
    display: flex;
    align-items: center;
    justify-content: left !important;
    column-gap: 30px !important
}

.arrwz {
    border: solid #d52828 !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg);
    -webkit-transform: rotate(315deg);
    height: 10px;
    width: 10px
}

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

.banhead a,
.paraRightArea a,
.proimgContentz:hover .protestr p a,
.threeone h4 a,
.threeone:hover h4 a,
.threeone:hover p a {
    color: #fff;
    text-decoration: underline
}

.em-subdiv-head a,
.em_hide a,
.proimgContentz p a,
.sub-title h2 a,
.sub-title p a,
.subheadingemp a {
    color: #2d2d2d;
    text-decoration: underline
}

.threeholder p a {
    text-decoration: underline;
    color: #8a8a8a
}

.accordion-body p a {
    color: #000;
    text-decoration: underline
}

@media (min-width:1024px) and (max-width:1366px) {
    .heading-proc-process-emp {
        font-size: 16px;
        line-height: 17px
    }

    .about__left img {
        width: 530px
    }

    .rightArea .paraRightArea {
        font-size: 16px;
        color: #fff;
        line-height: 23px;
        width: 100% !important;
        font-weight: 300;
        margin-bottom: 30px
    }

    .rightareainnner {
        height: 250px
    }

    .pban {
        width: 310px !important
    }

    .solution_pag .topSliderArea {
        margin-top: 60px
    }

    .typewriter h1 {
        font-size: 26px
    }

    .header .menu {
        display: flex;
        align-items: center;
        margin-left: 40px;
        padding: 0 !important
    }

    .header li a {
        padding: 10px 20px;
        font-size: 16px
    }

    .button--moema {
        padding: 10px 14px
    }

    .ourJourneyText p {
        width: 535px
    }

    .last-paragraph-no-margin p:last-of-type {
        line-height: 20px
    }

    .bottomFooter .footerPara p {
        font-size: 14px
    }

    .tp-mask2 {
        z-index: 0;
        position: absolute;
        opacity: 0;
        transform: scale(.1);
        transform: translate3d(0, 0, 0);
        transform-origin: 50% 50% 0px;
        background-color: #136295;
        border-radius: 0 !important;
        width: 100%;
        height: 100%;
        animation: .6s ease-out .8s forwards entrance
    }
}

.flashmsg {
    font-size: 19px !important;
    font-weight: 600 !important;
    color: green;
    margin: -1px auto 8px -14px
}

@media (min-width:768px) and (max-width:1024px) {
    ul.menu li .sub-sub-category-dropdown {
        position: inherit !important;
        left: 0 !important
    }

    .button--moema {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .header .menu-icon {
        cursor: pointer;
        display: inline-block;
        float: right;
        padding: 5px;
        position: relative;
        user-select: none;
        bottom: 30px
    }

    .main-menu,
    .main-menu .r-sec {
        display: block
    }

    .menbtn {
        justify-content: center
    }

    .header .menu {
        overflow: hidden;
        max-height: 0 !important
    }

    .header .menu-btn:checked~.menu {
        max-height: 240px !important;
        margin-left: 0 !important
    }

    .solution_pag .topSliderArea {
        margin-top: 0
    }

    .topSliderArea {
        display: flex;
        height: 600px
    }

    .whyinner {
        width: 360px
    }
}