.animatedText {
    color: #a53a6e;
    text-align: center;
    /* font-family: Verdana, Geneva, Tahoma, sans-serif;*/
    font-size: 18px;
    display: inline-block;
    padding: 0;
    border-right: 1px solid #414141;
    font-weight: 700;
}
.animatedTextone {
    color: #a53a6e;
    text-align: center;
    /* font-family: Verdana, Geneva, Tahoma, sans-serif;*/
    font-size: 18px;
    display: inline-block;
    padding: 0;
    border-right: 1px solid #414141;
    font-weight: 700;
}










a {
    text-decoration: none;
}

.floating_btn {
    position: static;
    bottom: 30px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    margin-top: -31px;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}


.text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
}








/* ===== Buttons Css ===== */
.pricing-style-one .primary-btn {
    background: var(--primary);
    color: var(--white);
    box-shadow: var(--shadow-2);
}

    .pricing-style-one .active.primary-btn, .pricing-style-one .primary-btn:hover, .pricing-style-one .primary-btn:focus {
        background: var(--primary-dark);
        color: var(--white);
        box-shadow: var(--shadow-4);
    }

.pricing-style-one .deactive.primary-btn {
    background: var(--gray-4);
    color: var(--dark-3);
    pointer-events: none;
}

/*===== PRICING STYLE ONE =====*/
/*.pricing-one {
    padding: 100px 0;
}*/

.pricing-style-one {
    padding: 45px 30px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: var(--white);
    margin-top: -6px;
    box-shadow: 0px 5px 40px rgba(15, 39, 37, 0.1);
    height: 300px;
}

    .pricing-style-one:hover {
        transform: translateY(-5px);
        box-shadow: 0px 5px 40px rgba(15, 39, 37, 0.1);
    }
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .pricing-style-one {
        padding: 35px 30px;
    }
}

.pricing-style-one .sub-title {
    font-size: 16px;
    color: var(--black);
    position: relative;
    padding: 6px 20px;
    display: inline-block;
    border: 2px solid #a53a6e;
    border-radius: 30px;
}

.pricing-style-one .price {
    display: block;
    font-size: 49px;
    font-weight: 600;
    line-height: 80px;
    margin-top: -15px;
    color: var(--black);
}

@media (max-width: 767px) {
    .pricing-style-one .price {
        font-size: 45px;
        margin-top: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pricing-style-one .price {
        font-size: 50px;
        margin-top: 20px;
    }
}

.pricing-style-one .year {
    color: var(--dark-3);
    margin-top: 3px;
}

.pricing-style-one .pricing-list {
    margin-top: 40px;
}

    .pricing-style-one .pricing-list li {
        color: var(--dark-3);
        margin-top: 16px;
    }

        .pricing-style-one .pricing-list li i {
            color: var(--primary);
            margin-right: 8px;
        }

.pricing-style-one .pricing-btn {
    margin-top: 42px;
}

.pricing-style-one .bottom-shape {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 101%;
    z-index: -1;
}


/*===== PRICING STYLE end    =====*/


/*services */

.service-container {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .service-container .icon {
        margin-top: 5%;
        font-size: 38px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .service-container .number-icon .icon-2 {
        height: 70px;
        width: 70px;
        line-height: 80px;
        border-radius: 64% 36% 55% 45% / 76% 72% 28% 24% !important;
        border-color: #f89d36 !important;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .service-container .number-icon .icon-2 i {
            font-size: 30px;
        }

    .service-container .number-icon .number {
        position: absolute;
        top: 0;
        right: 70px;
        left: 0;
        height: 35px;
        width: 35px;
        margin: 0 auto;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .service-container .number-icon .number span {
            line-height: 30px;
        }

    .service-container .content .number {
        font-size: 40px;
        color: #dee2e6;
    }

    .service-container .content .title {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .service-container.hover-bg {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .service-container.hover-bg .smooth-icon {
            position: absolute;
            bottom: -40px;
            right: -20px;
            font-size: 60px;
            color: #f8f9fa;
            -webkit-transition: all 0.8s ease;
            transition: all 0.8s ease;
        }

        .service-container.hover-bg:hover {
            background-color: #f89d36;
        }

            .service-container.hover-bg:hover .content .title {
                color: #ffffff !important;
            }

            .service-container.hover-bg:hover .content .serv-pera {
                color: #fafafb !important;
            }

            .service-container.hover-bg:hover .smooth-icon {
                font-size: 100px;
                opacity: 0.2;
                bottom: -20px;
                right: 10px;
            }

    .service-container:hover {
        background-color: #ffffff;
        -webkit-box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
        box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
    }

        .service-container:hover .icon {
            color: #f89d36;
            -webkit-animation: mover 1s infinite alternate;
            animation: mover 1s infinite alternate;
        }

        .service-container:hover .number-icon .icon-2 {
            background-color: #f89d36;
            border-radius: 50% !important;
        }

            .service-container:hover .number-icon .icon-2 i {
                color: #ffffff !important;
            }

        .service-container:hover .number-icon .number {
            color: #ffffff;
            background: #f89d36 !important;
            border-color: #ffffff !important;
        }

        .service-container:hover .content .title {
            color: #f89d36;
        }

    .service-container a:hover,
    .service-container a .title:hover {
        color: #f89d36 !important;
    }

@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.service-wrapper {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .service-wrapper .icon {
        width: 60px;
        height: 60px;
        line-height: 45px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .service-wrapper .content .title {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        font-weight: 500;
    }

    .service-wrapper .big-icon {
        position: absolute;
        right: 0;
        bottom: 0;
        opacity: 0.05;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .service-wrapper:hover {
        -webkit-box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
        box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
        background: #ffffff;
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        border-color: transparent !important;
    }

        .service-wrapper:hover .icon {
            background: #a53a6e !important;
            color: #ffffff !important;
        }

        .service-wrapper:hover .big-icon {
            z-index: -1;
            opacity: 0.1;
            font-size: 160px;
        }

.text-custom {
    color: #0062ff !important;
}

.uim-svg {
    display: inline-block;
    height: 1em;
    vertical-align: -0.125em;
    font-size: inherit;
    fill: var(--uim-color, currentColor);
}


.b1 {
    position: relative;
    text-decoration: none;
}

    .b1:hover::after {
        content: "";
        position: absolute;
        left: 2%;
        right: 25%;
        bottom: 0;
        border: 1px solid #a53a6e;
        width: 74px;
    }



.b2 {
    position: relative;
    text-decoration: none;
}

    .b2:hover::after {
        content: "";
        position: absolute;
        left: 2%;
        right: 25%;
        bottom: 0;
        border: 1px solid #a53a6e;
        width: 68px;
    }


.ed-primary-btn1 {
    background-color:white;
    font-family: var(--ed-ff-heading);
    color: black;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 17px 40px;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}
.ed-primary-btn1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.2);
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
    background-color: black;
}

a.en:hover {
    color: white;
    background: black;
}
    .text1{
    margin-top:-4px;
}

@media only screen and (max-width: 992px) {
    .text1 {
        margin-top:-9px;
    }
}


.about-img-wrap-101 .about-img-21 {
    position: absolute;
    /* bottom: 0; */
    /* right: 0; */
    max-width: 363px;
    width: 100%;
    height: 375px;
    border-radius: 200px 200px 20px 20px;
    border: 5px solid var(--ed-color-common-white);
    overflow: hidden;
    box-shadow: 0px 4px 35px rgba(10, 27, 25, 0.28);
    border: dotted;
    border-color: #a53a6e;
}

.text2 {
    margin-top: -1px;
}

@media only screen and (max-width: 992px) {
    .text2 {
        margin-top: -9px;
    }
}


.text3 {
    margin-top: -1px;
}

@media only screen and (max-width: 992px) {
    .text3 {
        margin-top: -9px;
    }
}

.text4 {
    margin-top: 57px;
}

@media only screen and (max-width: 992px) {
    .text4 {
        margin-top: -9px;
    }
}
/* new shape */


.new1 {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    margin: auto;
    /* background-color: #21D4FD;
    background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);*/
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgba(0,0,0,0.2);
    animation: morphing 10s infinite;
    overflow: hidden;

}
&:hover{
    animation-play-state paused;
}

.new2 {
    color: white;
    font-family: Helvetica Neue, Helvetica, Verdana, sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: auto;
}
@keyframes morphing {
    0%

{
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgba(0,0,0,0.2);
}

25% {
    border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
}

50% {
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%; 
    box-shadow: -10px -5px 50px rgba(0,0,0,0.2);
}

75% {
    border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
}
}



/* box card animations */


.border {
    position: absolute;
    display: block;
    top: -50%;
    left: -50%;
    z-index: -9;
    display: block;
    height: 305%;
    width: 200%;
    transform: rotate(-45deg);
    overflow: hidden;
    background: linear-gradient(to right, #fff 20%, #fff 40%, #e0dcd2 50%, #e0dcd2 55%, #fff 70%, #fff 100%);
    background-size: 200% auto;
    animation: shine 3s linear infinite;
}

/*Begin shimmer code*/

@keyframes shine {
    to {
        background-position: 200% center;
    }
}



/* mouse hover*/


.content-103 {
    background: #f3f3f3;
    padding-bottom: 50px;
}

    .content-103 .sercies-title {
        text-align: center;
        padding: 50px 0;
    }

.service-post {
    background: #fff;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 12;
    margin-bottom: 30px;
    -moz-box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.08);
    height: 191px;
}

.content-103 .service-content {
    position: relative;
    z-index: 13;
}

.content-103 .service-icon {
    margin: 10px 0 20px 0;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    border: 2px solid #eb7a5c;
    margin-left: auto;
    margin-right: auto;
    line-height: 50px;
    -moz-transition: color, 250ms;
    -o-transition: color, 250ms;
    -webkit-transition: color, 250ms;
    transition: color, 250ms;
}

.content-103 .service-post:hover .service-icon {
    border-color: #fff;
}

.content-103 .service-icon i {
    font-size: 18px;
    color: #eb7a5c;
}

.content-103 .service-post:hover .service-icon i {
    color: #fff;
}

.content-103 .service-title {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
    -moz-transition: color, 250ms;
    -o-transition: color, 250ms;
    -webkit-transition: color, 250ms;
    transition: color, 250ms;
    font-weight: bold;
}

.content-103 .service-post:hover .service-title {
    color: #fff;
}

.content-103 .service-description {
    -moz-transition: color, 250ms;
    -o-transition: color, 250ms;
    -webkit-transition: color, 250ms;
    transition: color, 250ms;
}

.content-103 .service-post:hover .service-description {
    color: #fff;
}


.content-103 .service-hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 0px;
    background: #9e436f;
    -moz-transition: width, 250ms;
    -o-transition: width, 250ms;
    -webkit-transition: width, 250ms;
    transition: width, 250ms;
}
/*hover-background-color effect*/
.content-103 .service-post:hover .service-hover {
    height: 100%;
}




.post-card-3:hover .post-thumb img {
    transform: scale(1.03);
}



.faq-thumb img:hover {
    transform: scale(1.03);
}














/* smart*/

.finix-text h6 {
    color: #e73c3e;
    font-weight: 400;
    font-size: 17px;
}

.finix-text h2 {
    font-weight: 400;
    font-size: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.finix-text p {
    color: #606060;
    font-size: 15px;
    line-height: 1.8rem;
}

.why-choose-us {
    margin-top: 90px;
}

    .why-choose-us .finix-text h2 {
        font-weight: 500;
    }

    .why-choose-us .ct-btn {
        display: inline-block;
        width: 85px;
        height: 85px;
        line-height: 85px;
        text-align: center;
        border-radius: 50%;
        font-size: 60px;
        background: #fff;
        position: absolute;
        top: 77%;
        right: 43%;
    }

        .why-choose-us .ct-btn::before {
            content: "";
            height: 85px;
            width: 85px;
            position: absolute;
            top: 0;
            left: 0;
            background: #e73a3e;
            border-radius: 50%;
            animation: choose 1.6s ease-out infinite;
        }

@keyframes choose {
    0%,30% {
        transform: scale(0);
        opacity: 1;
    }

    50% {
        transform: scale(1.5);
        opacity: .7;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.why-choose-us .ct-btn a {
    color: #e73c3e;
}

.why-choose-us .feature-box {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    transition: .4s;
}

    .why-choose-us .feature-box:hover {
        transform: translateY(-10px);
    }

        .why-choose-us .feature-box:hover .fbc-btn {
            background: #a53a6e;
            color: #fff;
        }

    .why-choose-us .feature-box::before {
        content: "";
        position: absolute;
        top: -115px;
        left: 0;
        right: 0;
        margin: auto;
        width: 90%;
        height: 70%;
        background: #eac3d6;
        border-radius: 50%;
    }

.why-choose-us .fbc-btn {
    display: inline-block;
    height: 90px;
    width: 90px;
    line-height: 90px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color: #e73a3e;
    position: relative;
    transition: .4s;
}

.active-feature {
    margin-top: -30px;
}

.why-choose-us .finix-text {
    position: relative;
}

.imag1 {
    margin: 0px -76px 6px -72px;
}





@media only screen and (max-width: 767px) {
    .ed-primary-btn {
      font-size:12px;
    }
}


@media only screen and (max-width: 767px) {
    .p1 {
        margin-left: 9px;
    }
}

@media only screen and (max-width: 767px) {
    .post-inner-2 {
        margin-top: 45px;
    }
}
/* slider */



@media only screen and (max-width: 767px) {
    .post-inner-2 .post-thumb img {
       width:100%;
       height:100%;
       object-fit:contain;

    }
}

@media only screen and (max-width: 767px) {
    .post-inner-2 .post-thumb  {
      height:136px;
    }
}


@media only screen and (max-width: 767px) {
    .page-header-content .title {
        font-size: 32px;
    }
}


@media only screen and (max-width: 767px) {
    .page-header-content .sub-title {
        font-size: 11px;
        font-weight: 500;
      
    }
}


@media only screen and (max-width: 767px) {
    .bnew {
        margin-top:214px;
    }
}


@media only screen and (max-width: 992px) {
  .about-content-171  {
        padding-left: 0;
        margin-top: -124px;
    }
}

/* new */

.ed-primary-btnn1 {
    background-color: var(--ed-color-theme-primary);
    font-family: var(--ed-ff-heading);
    color: var(--ed-color-common-white);
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 17px 25px;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}

    .ed-primary-btnn1:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.2);
        transform-origin: right center;
        transform: scale(0, 1);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: -1;
        background-color: black;
    }
    .ed-primary-btnn1:hover:before {
        transform-origin: left center;
        transform: scale(1, 1)
    }

    .ed-primary-btnn1:hover {
        color: white;
    }


@media only screen and (max-width: 767px) {
    .ed-primary-btnn1 {
        font-size: 10px;
    }
}


















/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 91px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 36%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-align: end;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }







@media only screen and (max-width: 767px) {
    .modal-content {
        margin-left: 15px;
        width: 360px;
        margin-top: 76px;
    }
}





a {
    text-decoration: none;
}

.floating_btn1 {
    position: static;
    bottom: 30px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    margin-top: -31px;
    margin-left: 206px;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon1 {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}


.text_icon1 {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
}



@media only screen and (max-width: 767px) {
    .floating_btn1 {
        margin-left: 117px;
    }
}

@media only screen and (max-width: 767px) {
    .floating_btn {
        margin-top: -12px;
    }
}


@media only screen and (max-width: 767px) {
    .hero-section-6 .bg-item .shape {
        position: absolute;
        bottom: 0;
        right: -251px;
    }
}