html,body {
    /*font-family: "Inter",serif;*/
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: "Sora", sans-serif;
    
}

body {
    margin: 0;
    font-family: "Sora", sans-serif;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
    color: #00051a;
    background-color: #F8F8F8;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-weight:300;
}
/*** Spinner Start ***/
/*** Spinner ***/
footer {
    position: relative;
    z-index: 0;
}
footer.footer {
    padding-top: 150px;
    margin-top: 0;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: "Sora", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #353f4f;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/
.lightgrey{
    background-color: #eae3e3 !important;
}

.action-buttons {
    position: fixed;
    right: 15px;
    bottom: 85px;
    z-index: 99;
}

.back-to-top {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    border-radius: 100%;
    margin-top:15px;
}

.cursor {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid black;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
}

.cursor2 {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: black;
    opacity: .3;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width .3s, height .3s, opacity .3s;
}
/*.circle {
    z-index: 0;
    filter: blur(200px);
    background-color: #f98125;
    border-radius: 100%;
    width: 40vw;
    height: 40vw;
    position: absolute;
    inset: auto auto -15% -20%
}
.circle.light-bg {
    opacity: .35;
    bottom: -40%;
    left: -10%;
}
.circle-2 {
    z-index: 0;
    filter: blur(300px);
    background-color: #f98125;
    border-radius: 100%;
    width: 80vw;
    height: 75vw;
    position: absolute;
    inset: auto -35% -70% auto
}
.circle-2.light-bg {
    opacity: .25;
    opacity: .25
}
@media screen and (min-width: 1920px) {
 .circle-2 {
        bottom: -160%;
    }
}
@media screen and (min-width: 1440px) {
    .circle-2 {
        bottom: -130%;
    }
}*/
.light-orange-bg{
    background: #f8e7d9 !important;
}
/*** Button Start ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}
.contact .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 0.625rem;
    padding-bottom: .625rem;
}


.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    background: var(--bs-primary) !important;
    color: var(--bs-black) !important;
    font-weight: 500;
    transition: 0.5s;
}
.btn{
    font-size: 1.1rem;
}
.btn.btn-primary:hover {
    background: var(--bs-white) !important;
    color: var(--bs-black) !important;
}

.btn.btn-light {
    background: var(--bs-white) !important;
    color: var(--bs-black) !important;
    font-weight: 500;
    transition: 0.5s;
}

.btn.btn-light:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-black) !important;
}

.RotateMoveLeft {
    position: relative;
    animation: RotateMoveLeft 10s linear infinite;
}

.RotateMoveRight {
    position: relative;
    animation: RotateMoveLeft 10s linear infinite;
}

@keyframes RotateMoveLeft {
    0% {
        left: 0px;
    }

    50% {
        left: 40px;
    }

    100% {
        left: 0px;
    }
}

@keyframes RotateMoveRight {
    0% {
        right: 0px;
    }

    50% {
        right: 40px;
    }

    100% {
        right: 0px;
    }
}

.w-30 {
    width: 30px;
}

.w-40 {
    width: 40px;
}

.w-50 {
    width: 50px;
}

.w-60 {
    width: 60px;
}

.w-70 {
    width: 70px;
}

.w-80 {
    width: 80px;
}

.w-90 {
    width: 90px;
}

.w-100p {
    width: 100px;
}

.w-150p {
    width: 150px;
}
/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-dark) !important;
    font-size: 18px;
    font-weight: 300;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 35px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 50px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
        width: 270px;
        border-top: 3px solid #fe5603;
        padding: 0px;
        border-radius: 0px;
    }

    .dropdown-item {
        font-size: 16px;
        font-style: italic;
        text-transform: inherit;
        font-weight: 600;
        color: #212121;
        position: relative;
        padding: 10px 15px 10px 20px;
        border-bottom: 1px dashed #d9d3d3;
        background: #efefef;
        -webkit-transition: .2s ease-in-out;
        -moz-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
    }

    .dropdown-item:hover {
        padding-left: 35px!important;
        border-bottom: 1px dashed #d9d3d3;
        color: #fe5603;
    }

    .dropdown-item:before {
        position: absolute;
        content: "";
        top: 20px;
        left: 17px;
        width: 0;
        height: 2px;
        background: #a1a1a1;
        -webkit-transition: .2s ease-in-out;
        -moz-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
    }

    .dropdown-item:hover:before {
        width: 15px;
        background: #ffffff;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

.collapse.navbar-collapse {
    transition: 0.5s;
}

@media (max-width: 992px) {
    nav.bg-transparent {
        position: absolute;
        width: 100%;
        background: transparent !important;
    }

    .navbar.navbar-expand-lg button span {
        position: relative;
        z-index: 99;
    }

    .navbar {
        position: relative;
        background: var(--bs-light);
        z-index: 2;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
        margin-right: 15px;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
        background: #fff;
        padding: 15px;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin: 0px;
        color: var(--bs-dark) !important;
    }
    .navbar-light .navbar-brand {
        display: block;
        width: auto;
        margin: 0;
    }
    .navbar-light .navbar-brand img, 
    .sticky-top.navbar-light .navbar-brand img {
        max-height: 25px;
        height: 25px;
        width: auto;
    }

}

.header-carousel {
    width: 100%;
    padding: 6.5px 6.5px 0px 6.5px;
    border: solid 4px #000;
    background: #fff;
}
.navbar-light {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent !important;
    z-index: 9999;
}

.sticky-top.navbar-light {
    position: fixed;
    background: var(--bs-white) !important;
}

/*** Navbar End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(102, 16, 242, 0.05), rgba(102, 16, 242, 0.05));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 60px 0;
    margin-bottom: 6rem;
    transition: 0.5s;
}

.bg-breadcrumb::after {
    content: "";
    position: absolute;
    bottom: -20%;
    left: -10%;
    width: 600px;
    height: 600px;
    border-radius: 300px;
    border: 80px solid rgba(247, 71, 128, 0.05);
    background: transparent;
    animation: RotateMoveSingle 5s linear infinite;
    z-index: -1;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
    z-index: 2;
}

@keyframes RotateMoveSingle {
    0% {
        -webkit-transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
        transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
        transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
    }

    0% {
        bottom: 0px;
    }

    50% {
        left: -10px;
    }

    75% {
        bottom: 10%;
    }

    100% {
        bottom: 0px;
    }
}

.bg-breadcrumb::before {
    content: "";
    position: absolute;
    top: -15%;
    right: -10%;
    width: 600px;
    height: 600px;
    border-radius: 300px;
    border: 80px solid rgba(247, 71, 128, 0.04);
    background: transparent;
    animation: RotateMoveSingle 5s linear infinite;
    z-index: -1;
}

@keyframes RotateMoveSingle {
    0% {
        -webkit-transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
        transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
        transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
    }

    0% {
        top: 0px;
    }

    50% {
        top: 10%;
    }

    100% {
        top: 0px;
    }
}

@media (max-width: 992px) {
    .bg-breadcrumb {
        padding-top: 100px !important;
    }
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-dark) !important;
}

.breadcrumb-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.breadcrumb-animation li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(102, 16, 242, 0.07);
    animation: animate 25s linear infinite;
    bottom: -150px;
}

.breadcrumb-animation li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.breadcrumb-animation li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.breadcrumb-animation li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.breadcrumb-animation li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.breadcrumb-animation li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.breadcrumb-animation li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.breadcrumb-animation li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.breadcrumb-animation li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.breadcrumb-animation li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.breadcrumb-animation li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}
/*** Single Page Hero Header End ***/

/*** Hearo Header Start ***/
@media (min-width: 992px) {
    .header::after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        width: 60%;
        height: 100%;
        background: var(--bs-light);
        border-radius: 22% 78% 33% 67% / 32% 0% 100% 68%;
        animation: bgMove 5s linear infinite;
        z-index: -1;
    }

@keyframes bgMove {
        0%   {right: 0px;
    }

    50% {
        right: 20px;
    }

    100% {
        right: 0px;
    }
}

.header::before {
    content: "";
    position: absolute;
    bottom: -9%;
    left: -7%;
    width: 400px;
    height: 400px;
    border-radius: 200px;
    border: 30px solid rgba(247, 71, 128, 0.05);
    background: transparent;
    animation: RotateMoveHeader 5s linear infinite;
    z-index: -1;
}

@keyframes RotateMoveHeader {
    0% {
        -webkit-transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
        transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
        transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
    }

    0% {
        bottom: 0px;
    }

    50% {
        left: -10px;
    }

    75% {
        bottom: 9%;
    }

    100% {
        bottom: 0px;
    }
}

.hero-header::after {
    content: "";
    position: absolute;
    left: 100px;
    bottom: 100px;
    width: 58px;
    height: 50px;
    background: url(../img/sty-1.png) center center no-repeat;
    animation: RotateMoveSty-3 45s linear infinite;
    transition: 0.5s;
    z-index: -1;
}

@keyframes RotateMoveSty-3 {
    0% {
        left: 100px;
    }

    40% {
        bottom: -0px;
    }

    50% {
        left: 700px;
    }

    70% {
        bottom: 500px;
    }

    80% {
        left: 400px;
    }

    95% {
        bottom: -0px;
    }

    100% {
        left: 100px;
    }
}

.hero-header::before {
    content: "";
    position: absolute;
    left: 100px;
    bottom: 100px;
    width: 300px;
    height: 300px;
    border-radius: 150px;
    border: 30px solid rgba(102, 16, 242, 0.05);
    background: transparent;
    animation: RotateMoveSty-4 45s linear infinite;
    transition: 0.5s;
    z-index: -1;
}

@keyframes RotateMoveSty-4 {
    0% {
        left: 100px;
    }

    40% {
        bottom: -0px;
    }

    50% {
        left: 700px;
    }

    70% {
        bottom: 500px;
    }

    80% {
        left: 400px;
    }

    95% {
        bottom: -0px;
    }

    100% {
        left: 100px;
    }
}

.hero-header .rotate-img {
    position: absolute;
    top: 70px;
    left: 20px;
}

.hero-header .rotate-img .rotate-sty-2 {
    position: absolute;
    top: 100px;
    left: 50px;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    border: 5px solid rgba(247, 71, 128, 0.1);
    background: transparent;
    animation: RotateMoveSty-2 45s linear infinite;
    transition: 0.5s;
}

@keyframes RotateMoveSty-2 {
    0% {
        left: 0px;
    }

    40% {
        top: -30px;
    }

    50% {
        left: 500px;
    }

    70% {
        top: 200px;
    }

    80% {
        left: 100px;
    }

    95% {
        top: -30px;
    }

    100% {
        left: 0px;
    }
}

.hero-header .rotate-img img {
    position: relative;
    animation: RotateMove 30s linear infinite;
    z-index: -1;
}

@keyframes RotateMove {
    0% {
        left: 0px;
    }

    50% {
        left: 200px;
    }

    100% {
        left: 0px;
    }
}
}
.z-1 {
    z-index: 1 !important;
}
.z-2 {
    z-index: 2 !important;
}
.z-3 {
    z-index: 3 !important;
}
.z-4 {
    z-index: 4 !important;
}
.z-5 {
    z-index: 5 !important;
}
.z-6 {
    z-index: 6 !important;
}
.z-7 {
    z-index: 7 !important;
}
.z-8 {
    z-index: 8 !important;
}
.z-9 {
    z-index: 9 !important;
}
.hero-header {
    padding-top: 160px;
    padding-bottom: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
/*    min-height: 768px;*/
}

.hero .tv-frame {
    width: 100%;
    margin-top: 3rem;
    aspect-ratio: 16/9;
    left: 0;
    top: 15%;
}

.tv-1.position-absolute {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    aspect-ratio: 16 / 9;
    padding: 5px 22px 0px;
}

.hero-header .aspect-video video{
    width: 100%;
    padding: 5px;
    border: solid 4px #000;
}

.tv-2.position-absolute {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    aspect-ratio: 16 / 9;
    padding: 12px 21px 0px;
}
/*** Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
    background: var(--bs-white);
}

.service .service-item,
.service .service-item .service-icon,
.service .service-item a {
    transition: 0.5s;
}

.service .service-item:hover .service-icon,
.service .service-item:hover a {
    background: var(--bs-white) !important;
}

.service .service-item:hover a:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white);
}

/*** Service End ***/

/*** Pricing Start ***/
.price .price-item {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    background: #ececec;
}

.price .price-item:hover {
    background: var(--bs-white) !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.price .price-item:hover .btn.btn-light {
    background: var(--bs-primary) !important;
    color: var(--bs-black) !important;
}

.price .price-item .pice-item-offer {
    position: absolute;
    width: 200px;
    height: 110px;
    top: -45px;
    right: -80px;
    background: var(--bs-primary) !important;
    color: var(--bs-white);
    transform: rotate(42deg);
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 10px;
}
/*** Pricing End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    background: rgba(102, 16, 242, 0.2);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog .blog-item .blog-img .blog-info {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: rgba(102, 16, 242, 0.2);
    color: var(--bs-white) !important;
    display: flex;
    align-items: end;
    justify-content: space-between;
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-info {
    background: rgba(0, 0, 0, .4);
}

.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover img {
    transform: scale(1.3);
}
/*** Blog End ***/


/*** Testimonial Start ***/
.testimonial {
    position: relative;
    background: var(--bs-light);
    overflow: hidden;
    z-index: 1;
}

/*.testimonial::after {
    content: "";
    position: absolute;
    top: 30%;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background: url(../img/Alena-Cartin.jpeg) center center no-repeat;
    animation: TestimonialMoveLeft 100s linear infinite;
    z-index: -1;
    border: solid 2px #353f4f;
}

.testimonial::before {
    content: "";
    position: absolute;
    top: 30%;
    right: 0;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background: url(../img/Alex_Martin.jpeg) center center no-repeat;
    animation: TestimonialMoveRight 100s linear infinite;
    z-index: -1;
    border: solid 2px #353f4f;
}

@keyframes TestimonialMoveLeft {
    0% {
        left: 0px;
    }

    25% {
        top: 100px;
    }

    50% {
        left: 100%;
    }

    75% {
        top: 80%;
    }

    100% {
        left: 0px;
    }
}

@keyframes TestimonialMoveRight {
    0% {
        right: 0px;
    }

    25% {
        top: 100px;
    }

    50% {
        right: 100%;
    }

    75% {
        top: 80%;
    }

    100% {
        right: 0px;
    }
}*/

.testimonial .testimonial-carousel.owl-carousel {
    position: relative;
    padding: 0 35px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 65px;
    height: 65px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(102, 16, 242, 0.09);
    color: var(--bs-primary);
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 65px;
    height: 65px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(102, 16, 242, 0.09);
    color: var(--bs-primary);
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white) !important;
}

.testimonial-carousel .owl-dots {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-right: 15px;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    width: 70px;
    height: 70px;
    border-radius: 40px;
    border: 4px solid var(--bs-secondary);
}

@media (min-width: 900px) {
    .testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .testimonial .testimonial-carousel.owl-carousel {
        padding: 0;
    }

    .testimonial .testimonial-carousel .owl-nav .owl-prev {
        margin-top: -250px;
        margin-left: -15px;
    }

    .testimonial .testimonial-carousel .owl-nav .owl-next {
        margin-top: -250px;
        margin-right: -15px;
    }
}
/*** Testimonial End ***/

/*** Contact Start ***/
.contact {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    z-index: 1;
}

.contact::after {
    content: "";
    position: absolute;
    top: 10%;
    left: -1%;
    width: 400px;
    height: 400px;
    border-radius: 200px;
    border: 60px solid rgba(102, 16, 242, 0.05);
    background: transparent;
    animation: ContactMoveLeft 50s linear infinite;
    z-index: -1;
}

@keyframes ContactMoveLeft {
    0% {
        left: 0px;
    }

    25% {
        top: 100px;
    }

    50% {
        left: 90%;
    }

    75% {
        top: 80%;
    }

    100% {
        left: 0px;
    }
}

.contact::before {
    content: "";
    position: absolute;
    top: 10%;
    right: -1%;
    width: 400px;
    height: 400px;
    border-radius: 200px;
    border: 60px solid rgba(102, 16, 242, 0.05);
    background: transparent;
    animation: ContactMoveRight 50s linear infinite;
    z-index: -1;
}

@keyframes ContactMoveRight {
    0% {
        right: 0px;
    }

    25% {
        top: 100px;
    }

    50% {
        right: 90%;
    }

    75% {
        top: 80%;
    }

    100% {
        right: 0px;
    }
}

.contact-info {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    height: 100%;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
    background: var(--bs-white) !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.contact-info-icon i {
  font-size: 48px;
  color: #fda40b;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
  color: #000;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
    display: block;
    width: 100%;
    line-height: 28px;
}
.contact-info-text span a, .contact-info-text span a:hover{
    color: #00051a;
}
.contect-us-bg {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    display: block;
    border-radius: 15px;
    overflow: hidden;
    padding: 30px;
    width: 100%;
}

/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(102, 16, 242, 0.05), rgba(102, 16, 242, 0.05));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #353f4f;
}
.footer .ftco-section {
    margin-top: -260px;
    border-radius: 15px 15px 15px 15px;
    padding: 50px;
    background: var(--bs-dark);
}
.footer .subscribe input {
    background: #fff;
    color: #060c22;
    border: 0;
    outline: none;
    margin: 0;
    font-size: 16px;
    padding: 20px 50px 20px 30px;
    border-radius: 36px;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / .05);
    width: 100%;
}
.footer button.subscribe-btn {
    border: 2px solid transparent;
    padding: 14px 35px 12px 35px;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    font-size: 14px;
    border-radius: 36px 36px 36px 36px;
    position: absolute;
    right: 7px;
    top: 5px;
    margin-bottom: 0;
    transition: none;
    transform: none;
}
.footer .footer-item ul{
    margin: 0px;
    padding: 0px;
}
.footer .footer-item ul li{
    margin: 0px;
    padding: 0px;
}
.footer .footer-item ul li a {
    line-height: 30px;
    color: var(--bs-dark);
    transition: 0.5s;
    font-size: 0.9rem;
    font-weight: 300;
    align-items: center;
    position: relative;
    padding-left: 15px;
}
.footer .footer-item a {
    line-height: 22px;
    color: var(--bs-dark);
    transition: 0.5s;
    font-size: 0.9rem;
    font-weight: 300;
    align-items: center;
    position: relative;
    padding-left: 0px;
}
.footer .footer-item li a:before {
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 2px;
    background: #353f4f;
    content: "";
}
.footer .footer-item li a:hover:before{
  background: #f98125;
}
.footer .footer-item a.logo-img {
    width: 175px;
}

.footer .footer-item p {
    line-height: 24px;
}
.footer .footer-item a:hover {
    letter-spacing: 0.3px;
    color: var(--bs-primary);
}

.footer .footer-heding {
    position: relative;
    padding-bottom: 35px;
}

.footer .footer-heding:before {
    background: #f98125;
    width: 50px;
    height: 2px;
    position: absolute;
    content: "";
    bottom: 17px;
}

.footer .footer-heding:after {
    background: #f98125;
    width: 30px;
    height: 2px;
    position: absolute;
    content: "";
    bottom: 12px;
    left: 0;
}

/* Popup background overlay */
.start-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

/* Popup box */
.start-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  z-index: 1000;
  max-width: 800px;
  width: 90%;
}
.start-popup-box video{
  aspect-ratio: 0;
  box-sizing: border-box;
  border: 3px solid #fff;
  width: 100%;
  padding: 5px;      
}
/* Close button */
.start-popup-box .close-btn {
    background: #ffffff;
    border: none;
    cursor: pointer;
    position: absolute;
    top: -15px;
    right: -15px;
    padding: 5px;
    z-index: 1000;
    border-radius: 100%;
}
.start-popup-box .close-btn:hover {
    background: #f98125;
  }
.start-popup-box .close-btn svg {
  width: 24px;
  height: 24px;
  fill: #000;
  transition: transform 0.2s ease;
}
.start-popup-box .close-btn:hover svg {
  transform: rotate(90deg);
  fill: #000;
}

@media (max-width: 991px) {
    .footer .ftco-section {
        padding: 30px;
        width: 85%;
    }
    .footer .ftco-section a.logo-img {
        width: 100px;
        display: block;
    }
    .footer .ftco-section .display-5 {
        font-size: 24px;
    }
    .footer .ftco-section .position-relative.d-flex.align-items-center {
        flex-direction: column;
    }
    .footer .subscribe input {
        margin: 15px 0px;
    }
    .footer button.subscribe-btn {        
        position: relative;
        right: auto;
        top: auto;
    }
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/


/*  Download App */

.download-app {
    background: var(--bs-white) !important;
}

.download-app .features-item {
    text-align: center;
    margin-bottom: 20px;
}

.download-app .features-item i {
    width: 100px;
    margin-bottom: 17px;
    transition: .5s linear;
    line-height: 0;
    display: inline-block;
}

.download-app .features-item:hover i {
    transform: rotateY(360deg);
    opacity: 0.3;
}

.download-app .features-item p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
}

.features-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

.features-btn .btn {
    margin-top: 10px;
    margin-right: 10px;
}

.features-btn .btn:last-child {
    margin-right: 0;
    margin-left: 10px;
}

.features-btn .btn.white-btn:hover::after {
    color: #fff;
}
/*Start Our Clients*/
.owl-carousel .owl-stage {
    align-items: center;
    display: flex;
}
.item.box {
    position: relative;
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s ease-in-out;
    align-items: center;
    justify-content: center;
}

.item.box img {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.item.box:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
}

/*End Our Clients*/

picture {
    display: inline-block;
}

.number {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #000;
    color: #fff;
}

.tab-wrapper {
    display: block;
}

.tab-wrapper ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab-wrapper ul li {
    list-style: none;
    padding: 10px 30px;
    color: #333333;
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.5s;
    border-bottom: solid 3px #333333;
    letter-spacing: 1px;
    font-size: 20px;
}

.tab-wrapper ul li:hover {
    color: #333333;
    border-color: #333;
}

.tab-wrapper ul li.active {
    color: #f98125;
    border-color: #f98125;
}

.content-wrapper .tab-content {
    display: none;
    font-weight: 300;
    font-size: 15px;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}

.content-wrapper .tab-content.active {
    display: block;
}

.box-icon-modern-icon {
    position: relative;
    font-size: 47px;
    line-height: 1;
    color: inherit;
    z-index: 1;
    width: 65px;
    margin: 0 auto;
}


/*toggle css*/
.price-section input,
.price-section label {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
}

.price-section .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.price-section .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.price-section .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1e2321;
    -webkit-transition: 0.4s;
    transform: translate(0px, 0px);
    transition: 0.6s ease transform, 0.6s box-shadow;
}

.price-section .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.price-section input:checked + .slider {
    background-color: #FE6415;
}

.price-section input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.price-section .slider.round:before {
    border-radius: 50%;
}

.pricing-block {
    position: relative;
    margin-bottom: 40px;
}

.pricing-block .price {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #404a57;
}

.pricing-block:nth-child(2) .price {
    color: #1A5647;
}

.pricing-block:nth-child(3) .price {
    color: #0D5273;
}

/*.pricing-block:nth-child(4) .price {*/
/*    color: #ffc20b;*/
/*}*/
.pricing-block:nth-child(4) .price {
    color: #000000;
    font-weight: 300;
}
.price .price-item p a {
    color: #000;
}
.price .price-item p a:hover {
    color: #f98125;
}
.min-h-232{
    min-height: 232px;
}
.ttm-icon {
    box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10);
    height: 64px;
    width: 64px;
    line-height: 64px;
    border: 1px solid transparent;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    position: relative;
    color: #ff6229;
    align-items: center;
    justify-content: center;
    display: flex;
}

.ttm-icon i {
    font-size: 30px;
    color: #ff6229;
}

.featured-icon-box {
    text-align: center;
    background-color: #fff;
    padding: 40px 25px 25px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.1);
    min-height: 100%;
    position: relative;
    width: 100%;
}

.featured-icon-box:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    border-bottom-color: #ff6229;
}

.featured-icon-box:hover:before {
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.featured-icon-box:hover .box-icon-modern-icon:after {
    transform: translate3d(-50%, 0, 0) rotate(0deg);
}

.box-icon-modern-title {
    margin-top: 30px;
}

.box-icon-modern-decor {
    position: relative;
    max-width: 126px;
    width: 100px;
    height: 2px;
    margin: 20px auto 22px;
}

.box-icon-modern-decor::after {
    position: absolute;
    content: '';
    height: 100%;
    left: 50%;
    right: 50%;
    background: #ff6229;
    transition: all .3s ease;
}

.box-icon-modern-decor::before {
    position: absolute;
    content: '';
    height: 100%;
    left: 15px;
    right: 15px;
    background: #d7d7d7;
    transition: all .3s ease;
}

.featured-icon-box:hover .box-icon-modern-decor::after {
    left: 0;
    right: 0;
}

.featured-icon-box:hover .box-icon-modern-decor::before {
    left: 50%;
    right: 50%;
    transition-duration: .2s;
}

.imgsize {
    width: 80px;
}

#compare-plans table {
    border-collapse: collapse;
    position: relative;
    width: 100%;
}

#compare-plans thead {
    position: sticky;
    top: 96px;
    z-index: 999;
}

#compare-plans th {
    background: #fff;
    border: 1px solid #ffd2b0;
    box-sizing: border-box;
    color: #000000;
    padding: 1rem 2rem;
    text-align: center;
}

#compare-plans th:first-child, #compare-plans td:first-child {
    text-align: left;
}

#compare-plans td {
    border: 1px solid #dedede;
    box-sizing: border-box;
    padding: 1rem 2rem;
    text-align: center;
}

#compare-plans.css-ilwtd5 {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    border: solid 2px #f98125;
    padding: 10px 30px;
    border-radius: 30px;
    background: #fff;
}

#compare-plans.css-ilwtd5:hover {
    border: solid 2px #f98125;
    color: #fff;
    background: #f98125;
}

.faqs .accordion {
    width: 100%;
    float: left;
}

.faqs .accordion .accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 16px;
    margin-bottom: 30px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
}

.faqs .accordion .accordion-item .accordion-header {
    background: none;
    padding: 5px 10px;
    margin-bottom: 0 !important;
}

.faqs .accordion .accordion-item .accordion-header .accordion-button {
    text-align: left;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    text-decoration: none;
    color: #00051a;
    background: none;
    padding: 15px;
    border: none;
    box-shadow: none !important;
}

.faqs .accordion .accordion-item .accordion-collapse {
    border: none;
    padding: 5px 15px;
}

.faqs .accordion .accordion-item .accordion-body {
    padding: 0px 15px;
    font-size: 14px;
    font-weight: 300;
    border: none;
}

.icon-width-100px {
    width: 100px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.dontShow {
    display: none;
}



/*new App store*/
.app-search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.app-search .form-control {
    border-radius: 100px;
    font-size: 16px;
    padding: 1rem 1rem;
    border: 1px solid #d4d4d4;
    width: 100%;
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    background-color: transparent;
    min-width: 170px;
    max-width: 250px;
}

.app-filters {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.app-filters .app-form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 1rem 1rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #d4d4d4;
    border-radius: 100px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 0;
    background-color: transparent;
    max-width: 250px;
    min-width: 170px;
}

.apps-features-area {
    background: linear-gradient(to bottom, #F8F8F8, #fff);
    z-index: 0;
    position: relative;
}

.features-items,
.features-items .items-box {
    overflow: hidden;
}

.apps-features-area .equal-height {
    position: relative;
    opacity: 1 !important;
}

.apps-features-area .equal-height:hover {
    background-color: #e7e7e7;
}

.apps-features-area .equal-height::after {
    background: #e7e7e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    width: 1px;
    z-index: 2;
}

.apps-features-area .equal-height::before {
    background: #e7e7e7 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 100%;
    z-index: 2;
}

.talk-sales {
    width: 100%;
    background: rgba(0,0,0,0) linear-gradient(to right, #fefbed 0%, #fbf0eb 40%);
    border-radius: 20px;
    box-shadow: 0px 3px 6px rgba(0,0,0,.16);
    padding: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.btn-new {
    min-width: 190px;
    background: linear-gradient(113deg, #fd0036 24.5%, #ff5100 41%, #ffa800);
    background-size: 200% 100%;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    font-size: 1rem;
    display: inline-block;
    align-items: center;
    padding: .875rem 1rem;
    gap: 12px;
}

.btn-new:hover {
    background: linear-gradient(90deg, #ffa800, #ff5100 43%, #fd0036 80.5%);
    color: #fff;
}

.apps-features-area .apps-item {
    padding: 30px;
}

.apps-features-area .apps-item .icon {
    margin: 0px auto 20px;
    background: #ffffff none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    color: #ffaf5a;
    display: flex;
    font-size: 30px;
    line-height: 100px;
    position: relative;
    text-align: center;
    height: 85px;
    width: 85px;
    z-index: 1;
    justify-content: center;
    align-items: center;
}

.apps-features-area .apps-item .icon img {
    width: 75px;
}

.app-category-name {
    display: none;
    margin-bottom: 10px;
}

.app-category-name span {
    width: 150px;
    background: #f5f5f5;
    /* position: absolute; */
    font-size: .9rem;
    right: 0;
    padding: .5rem 1rem;
    border-radius: 30px;
}

select#app-form-select:focus, select#app-form-select:focus-visible {
    outline: none;
}
.aspect-video, video {
    max-width: 100%;
}
.aspect-video-bo2 {
    border: solid 3px #000;
    padding: 5px;
}
*:focus, *:focus-visible {
    outline: none;
}

.apps-features-area .apps-item .info .appsname {
    display: block;
    margin-bottom: 8px;
}
.apps-features-area .apps-item .info .appsname a {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
    color: #000;
}

.apps-features-area .apps-item .info p {
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.apps-features-area .features-items.less-icon .items-box.inc-cell .item .info {
    padding-left: 0;
}

.apps-features-area .items-box.inc-cell .item .info a {
    color: #666666;
    display: inline-block;
    margin-top: 15px;
    text-transform: uppercase;
}

.apps-features-area .items-box.inc-cell .item .info a:hover {
    color: #000;
}
.text-primary {
    color: #000000 !important;
}
.testimonial-item .fa-star-half-alt.text-primary {
    color: #F98125 !important;
}
.testimonial-item .fa-star.text-primary {
    color: #F98125 !important;
    margin: 0 2px;
}

.alert {
    margin: 12px 0 12px 0;
    padding: 10px;
    border-radius: 5px;
}

.success-alert {
    color: #155724;
    background: #d4edda;
    border: 1px solid #c3e6cb;
}

.error-alert {
    color: #721c24;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
}

/*******serviceBox css********/

.card-solution {
    color: #6f7475;
    background-color: #fff;
    border-radius: 12px;
    padding: 0px;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-solution:hover {
    box-shadow: 0 2px 3px #4b4b500d,0 7px 8px #4b4b5014,0 24px 36px #4b4b5021;
}

.card-solution .title {
    margin-bottom: 3px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}
.card-solution .title,
.card-solution p{
        color: #2c3030;
}
.card-solution:hover .title,
.card-solution:hover p{
        color: #ffffff;
}
.services-sec .card-solution:hover .circle {
    clip-path: none;
}



.services-sec .card-solution::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transition: 0.6s;
    z-index: 0;
    background-color: #f98125;
}
.services-sec .card1, .services-sec .card3 {
    text-align: right;
}
.services-sec .card1::before {
  bottom: 0;
  right: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 100% 100%);
}
.services-sec .card2::before {
  bottom: 0;
  left: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 0% 100%);
}
.services-sec .card3::before {
  top: 0;
  right: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 100% 0%);
}
.services-sec .card4::before {
  top: 0;
  left: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 0% 0%);
}

.services-sec .card-solution:hover::before {
  clip-path: circle(110vw at 100% 100%);
  transition: 1.2s;
}

.services-sec .card-solution .circle-part {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-sec .card-solution .circle {
  position: relative;
  width: 250px;
  height: 250px;
  z-index: 0;
}


.services-sec .card-solution .circle1 {
    bottom: 0;
    right: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 100% 100%);
}

.services-sec .card-solution .circle2 {
    bottom: 0;
    left: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 0% 100%);
}

.services-sec .card-solution .circle3 {
    top: 0;
    right: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 100% 0%);
}

.services-sec .card-solution .circle4 {
    top: 0;
    left: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 0% 0%);
}

@media screen and (max-width: 1199px) {
    .services-sec .card-solution {
        padding: 15px;
    }
    .services-sec .card-solution:hover{
        background: #f98125;
    }
    .services-sec .card-solution .circle {
        clip-path: none !important;
        width: 175px;
        height: 175px ;
    }
    .services-sec .card-solution::before {
        display: none;
    }
    .card-solution picture img{
        border-radius: 10px;
    }
    .services-sec .card-solution .p-4 {
        padding: 0rem 1rem !important;
    }
}

@media screen and (max-width: 576px) {
    .services-sec .card-solution {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        padding: 15px 0;
        text-align: center !important;
    }
    .services-sec .card-solution::before {
        display: none;
    }
    .services-sec .card-solution .p-4 {
        padding: 1rem !important;
    }
    
}

/******************************serviceBox**************************/

.innovating-tab .nav-link {
    display: block;
    padding: 1rem 2rem;
    color: #f98125;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    font-size: 20px;
    font-weight: 500;
    margin: 0px 5px;
    background: none;
    border: solid 1px;
    border-radius: 50px;
    position: relative;
}
.innovating-tab .nav-tabs .nav-link.active, 
.innovating-tab .nav-tabs .nav-item.show .nav-link {
    color: #000;
    background-color: #f98125;
}

.innovating-tab .nav-tabs .nav-link.active:after {
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -15px;
    width: 0;
	height: 0;
	border: solid transparent;
	border-width: 15px;
	border-top-color: #f98125;
	content: '';
	pointer-events: none;
}

.innovating-tab .nav-tabs {
    border-bottom: none;
}
.innovating-tab picture {
    border: solid 2px #000;
    padding: 3px;
}
.innovating-tab .tab-content {
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
    transition: all .3s ease;
    border-radius: 15px;
}


/*Quick Form*/
  .formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
  }
  .formbold-form-wrapper {
    max-width: 350px;
    width: 100%;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    display: none;
    position: fixed;
    right: 15px;
    bottom: 135px;
    z-index: 9999;
}

  .formbold-form-wrapper.active {
    display: block;
  }

  .formbold-form-label {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #07074d;
    margin-bottom: 12px;
  }
  .formbold-form-label-2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .formbold-form-input {
    width: 100%;
    padding: 12px 24px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: white;
    font-weight: 300;
    font-size: 16px;
    color: #6b7280;
    outline: none;
    resize: none;
  }
  .formbold-form-input:focus {
    border-color: #6a64f1;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }

  .form-group.input-group {
      flex-wrap: nowrap;
      align-items: center;
  }
.form-group.input-group .countryCode {
    width: 80px;
    padding: 12px 20px 12px 5px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    font-weight: 500;
    font-size: 16px;
    color: #6b7280;
    outline: none;
    resize: none;
}
  .formbold-btn {
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 32px;
    border: none;
    font-weight: 600;
    background-color: #6a64f1;
    color: white;
    cursor: pointer;
  }
  .formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }

.formbold-form-header {
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px 10px;
    border-radius: 8px 8px 0px 0px;
}
  .formbold-form-header h3 {
    font-weight: 700;
    font-size: 20px;
    color: white;
  }
  .formbold-form-header button {
    color: white;
    background: transparent;
    border: none;
  }
  .formbold-chatbox-form {
    padding: 20px;
  }
  .formbold-mb-5 {
    margin-bottom: 15px;
}
.formbold-action-buttons {
    width: 50px;
    height: 50px;
    transition: 0.5s;
}
.formbold-action-btn {
    width: 100%;
    height: 100%;
    background: #000000;
    color: white;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

  .formbold-action-btn .formbold-cross-icon {
    display: none;
  }

  .formbold-action-btn.active .formbold-cross-icon {
    display: block;
  }

  .formbold-action-btn.active .formbold-chat-icon {
    display: none;
  }

    .formbold-action-btn {
        position: relative !important;
    }
    .formbold-action-btn .tooltiptext {
    visibility: hidden;
    width: 100px;
    background-color: #000000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    right: 50%;
    margin-right: -30px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
}

    .formbold-action-btn .tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        right: 20px;
        margin-right: 0px;
        border-width: 10px;
        border-style: solid;
        border-color: #000000 transparent transparent transparent;
    }

    .formbold-action-btn:hover .tooltiptext {
      visibility: visible;
      opacity: 1;
    }


    a.whatsapp-link {
        width: 50px;
        height: 50px;
        background: #018506;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        color: #ffff;
        margin: 15px 0px;
    }
    a.whatsapp-link:hover {
        background: #000000;
        color: #ffffff;
    }

  
  @media (max-width: 991px) {
    .hero-header {
        padding-top: 90px;
        padding-bottom: 0px;
    }
    .navbar-light {
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.175) !important;
    }
    .hero-header .rotate-img img {
        margin-top: 100px;
        display: none;
    }
    .display-5 {
        line-height: 1.3;
    }
    .btn {
        font-size: 1rem;
    }
    .py-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .px-5 {
        padding-right: 1.53rem !important;
        padding-left: 1.53rem !important;
    }
    img {
        display: inline-block;
        width: 100%;
        height: auto;
    }
    .industries-details {
        margin-bottom: 15px;
    }
    .industries-details a img {
        width: 20px;
        height: auto;
    }
    .mob-order{
        order: 2 !important;
    }
    .py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
      }
     .mb-5 {
        margin-bottom: 1.5rem !important;
    }
    .bg-breadcrumb::before, .bg-breadcrumb::after, .testimonial::before, .testimonial::after {
        display:none;
    }
    .footer-item .logo-img img {
        height: 30px;
        width: auto;
    }
    .tab-wrapper ul li {
        padding: 5px 10px;
        font-weight: 500;
        border-bottom: solid 2px #333333;
        letter-spacing: 0px;
        font-size: 16px;
    }
}
@media (max-width: 767px) { 
	.mob-px-2 {
	    padding-right: .5rem !important;
	    padding-left: .5rem !important;
	}
  .text-xs-center {
    text-align: center !important;
  } 

    .fs-5 {
        font-size: 1rem !important;
    }
    .innovating-tab .nav-link {
        display: block;
        padding: 0.3rem 0.5rem;
        font-size: 14px;
        font-weight: 400;
        margin: 0px 2px;
        border: solid 1px;
    }
    .innovating-tab .nav-tabs .nav-link.active:after {
        bottom: -24px;
    }
    .btn {
        font-size: 1rem;
    }
    .testimonial-inner {
        padding-bottom: 20px;
    }
    .button-btn {
        font-size: 1.1rem;
        padding: 10px 30px;
        line-height: 1;
    }
    .g-5, .gy-5 {
        --bs-gutter-y: 1rem;
    }
}
  
  @media (min-width: 540px) {
    .sm\:w-half {
      width: 50%;
    }
  }
  
  ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style: none;
    margin: 0;
    padding-left: 30px;
}
.schedule-demo ul li{
        line-height: 30px;
}

.schedule-demo .form  {
    display: flex;
    align-items: center;
    justify-content: start;

}
.form label {
    cursor: pointer;
}
.schedule-demo .form .input-radio {
    box-shadow: 0px 0px 0px 1px #6d6d6d;
    font-size: 2em;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    border: 3px solid #fff;
    background-clip: border-box;
    border-radius: 50%;
    appearance: none;
    transition: background-color 0.3s, box-shadow 0.3s;

}
.schedule-demo .form label {
    display: flex;
    margin: 0px;
}

.schedule-demo .input-radio:checked {
    box-shadow: 0px 0px 0px 2px #00eb27;
    background-color: #51ff6e;
}
.form-control:disabled, .form-control:read-only {
    background-color: #ffffff;
    opacity: 1;
}
.form-floating .inputs-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    row-gap: 10px;
    padding: 0!important;
    margin: 0!important;
}
.form-floating span {
    display: block;
    font-family: var(--sora-font) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #474749 !important;
    margin-bottom: 10px;
}
.hs-form-radio-display {
    min-width: 120px;
    width: auto;
    height: auto;
    padding: 15px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    border: 1px solid #D1D1D1;
    background: #FFF;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    font-family: var(--sora-font) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #474749 !important;
    margin-bottom: 10px;
}
.hs-form-radio-display:hover {
    box-shadow: 0 0 5px 0px #FECF00!important;
}
.hs-form-radio-display input[type='radio'] {
    position: relative;
    height: 35px !important;
    width: auto !important;
    max-width: 50px!important;
    padding: 0!important;
    margin: 0!important;
    border: none!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    -ms-appearance: none!important;
    appearance: none!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    background-color: transparent!important;
    box-shadow: none!important;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.hs-form-radio-display input[type='radio']:before {
        content: url("../img/number-of-screens.svg");
        width: auto;
        height: auto;
        display: block;
        cursor: pointer;
    }

    .hs-form-radio-display input[type='radio']:hover {
        box-shadow: none!important;
    }

    .hs-form-radio-display input[type='radio']:checked {
        background-color: transparent!important;
        border: none!important;
    }

    .hs-form-radio-display input[type='radio']:checked:before {
        content: url("../img/number-of-screens.svg");
        background: none;
        opacity: 0.3;
    }
    .quick-help .form-floating.input-group input{
width:auto;

}


@media(min-width: 1200px) {
    .display-5 {
        font-size: 2.5rem;
    }
}
@media (max-width: 767px) {
    .app-search {
        width: 100%;
        margin-bottom: 20px;
    }
    .app-search .form-control, .app-filters .app-form-select {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    .app-filters span.me-3 {
        text-align: left; 
        width: 100%;
        margin-bottom: 10px;
        display: none;
    }
    .btn-new {
        min-width: 150px;
        padding: .5rem 0rem;
    }
}
@media (max-width: 575px) {
    .display-3 {
        font-size: calc(1rem + 2vw);
    }
    .display-5 {
        font-size: calc(0.8rem + 1.8vw);
    }
    .display-6 {
        font-size: calc(0.7rem + 1.5vw);
    }
    .d-sx-flex {
        display: flex !important;
    }
    .action-buttons {
        right: 10px;
        bottom: 75px;
    }
    a.whatsapp-link {
        margin: 5px 0px;
    }
    .bg-breadcrumb {
        margin-bottom: 2rem;
    }
    .footer .footer-item ul li a {
        line-height: 25px;
    }
    .bg-breadcrumb {
        padding-top: 60px !important;
        padding-bottom: 0;
    }
    .bg-breadcrumb  .mb-4 {
        margin-bottom: 1rem !important;
    }
    .contact::after, .contact::before {
        width: 150px;
        height: 150px;
        border: 30px solid rgba(102, 16, 242, 0.05);
    }
    .download-app .features-item {
        margin-bottom: 10px;
    }
    .download-app .features-item i {
        width: 70px;
        margin-bottom: 10px;
    }
    .download-app .features-item p {
        font-size: 14px;
    }
    h5, .h5 {
        font-size: 1rem;
    }
}