@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,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');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body {
    background: #ffffff;
    font-size: 18px;
    line-height: 27px;
    font-family: poppins;
    font-weight: 400;
    color: #333;
}

.page-wrapper {
    position: relative;
    overflow: hidden;
}

h1 {
    color: #000000;
    /* font-family: "Inter", Sans-serif; */
    font-size: 92px;
    font-weight: 700;
    line-height: 1em;
}

h2 {
    color: #000000;
    /* font-family: "Inter", Sans-serif; */
    font-size: 92px;
    font-weight: 500;
    line-height: 1em;
}

.our-services h2 {
    color: #000000;
    /* font-family: "Inter", Sans-serif; */
    font-size: 48px;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: -0.025em;
}

.navbar {
    padding: 0% 2% 0% 2%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    background: transparent !important;
    padding: 20px 2% 20px;
}

.container {
    max-width: 1190px;
}

.hero-section {
    background-image: url(../images/bg-hero-branding.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px 42px 0px;
}

.hero-content {
    padding-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.navbar-nav .nav-item {
    margin-left: 18px;
    margin-right: calc(18px - 5px);
}

.navbar-light .navbar-nav .nav-link {
    padding: 0px;
    color: #000 !important;
    font-size: 16px;
}

.get-in-touch a {
    margin: 0px 0px 0px 30px;
    padding: 13px 26px 13px 26px !important;
    font-family: "Rubik", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #0F110F;
    border-radius: 40px;

}

.get-in-touch a:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

ul.navbar-nav.ml-auto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-section p {
    margin: 20px 0px 40px 0px;
    font-size: 18px;
    line-height: 1.4em;
    padding-right: 90px;
}

.hero-section .d-flex img {
    margin: 0px 10px 0px 10px;
}

.hero-section .d-flex {
    margin-bottom: 20px;
}

.hero-imgs {
    position: relative;
    right: 20%;
}

img.star {
    position: absolute;
    left: -5%;
    max-width: 150px;
    top: -10%;
    -webkit-animation: movedelement 5s linear infinite;
    animation: movedelement 5s linear infinite;
}

img.shape {
    position: absolute;
    right: -190px;
    bottom: 100px;
    max-width: 255px;
    width: 255px;
}

.hero-imgs .heart-icon {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: -240px;
    display: block;
    margin: auto;
    width: 87px;
    max-width: 87px;
    -webkit-transform: rotate(335deg);
    -ms-transform: rotate(335deg);
    transform: rotate(335deg);
}

.search-form {
    position: relative;
}

.search-form input {
    padding-left: 30px;
    padding-right: 180px;
    height: 58px;
    border: 1px solid #0f110f;
    background-color: transparent;
    border-radius: 30px;
}

.btn {
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    outline: none;
    width: auto;
    /* height: 50px; */
    cursor: pointer;
    padding: 10px 30px;
    line-height: 23px;
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .2px;
    color: #fff;
    border-radius: 100px !important;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-secondary {
    background: #000 !important;
    color: #fff;
}

.btn-secondary.inverse {
    background: #fff !important;
    color: #000;
}

.btn-secondary:hover,
.btn-secondary:focus {
    border-color: #000 !important;
    background-color: transparent !important;
    color: #000;
}

.btn-secondary.inverse:hover,
.btn-secondary.inverse:focus {
    border-color: #fff !important;
    background-color: transparent !important;
    color: #fff;
}

.btn-outline-secondary {
    color: #000;
    border-color: #000;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    background-color: #000;
    color: #fff;
}

.search-form .btn {
    width: 100%;
    margin: 0;
    background: #0a2a43;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    padding: 16px 29px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 142px;
    text-transform: uppercase;
    margin-top: 4px;
    margin-right: 4px;
    max-width: 160px;
}

.section {
    padding: 50px 0px 70px 0px;
}

.client-section {
    padding: 40px 0px;
    background: url(../images/bg-dark-gradient.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.client-section img {
    height: 100px;
    opacity: 0.5;
}

.form-control:focus {
    outline: 0;
    border-color: initial;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent;
}

.our-team h4 {
    color: #F57156;
    /* font-family: "Inter", Sans-serif; */
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 1.35em;
    position: relative;
}

.our-team h5,
.our-services h5 {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    margin: 30px 0px 10px;
    color: #3b3663;
}

.our-team .stars {
    position: absolute;
    left: -90px;
    top: 10px;
    -webkit-animation: movedelement 5s linear infinite;
    animation: movedelement 5s linear infinite;
}

.counter {
    /* font-family: "Inter", Sans-serif; */
    font-size: 70px;
    font-weight: 400;
    line-height: 1em;
    /* letter-spacing: -3px; */
    color: #fff;
}

.counter-card .upper-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}

.counter-card .lower-text {
    color: #fff;
    /* font-family: "Inter", Sans-serif; */
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
}

.counter-card .upper-text .img {
    margin-right: 35px;
    width: 60px;
    height: 60px;
}

.counter-card .upper-text .img img {
    max-width: 100%;
}

.counter span {
    margin-left: -10px;
}

.counter-card .counter-text {
    padding-bottom: 22px;
}

.statastic {
    background: url(../images/bg-light-gradient.png);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-services .heading p {
    /* margin: 0% 25% 0% 25%; */
}

.our-services .service-card {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px;
    background-color: transparent;
    border-radius: 50px;
    color: #000;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 450px;
}

.our-services .col-12:nth-child(1) .service-card {
    background-image: -o-linear-gradient(315deg, #ABF6F7B3 0%, #A4EB7EB3 100%);
    background-image: linear-gradient(135deg, #ABF6F7B3 0%, #A4EB7EB3 100%);
}

.our-services .col-12:nth-child(2) .service-card {
    background-image: -o-linear-gradient(315deg, #FFA9A9B3 0%, #F3AEE4B3 100%);
    background-image: linear-gradient(135deg, #FFA9A9B3 0%, #F3AEE4B3 100%);
}

.our-services .col-12:nth-child(3) .service-card {
    background-image: -o-linear-gradient(315deg, #8BD5F6B3 0%, #C398F3B3 100%);
    background-image: linear-gradient(135deg, #8BD5F6B3 0%, #C398F3B3 100%);
}

.our-services .col-12:nth-child(4) .service-card {
    background-image: -o-linear-gradient(315deg, #FFBF9F 0%, #FFE9A4 100%);
    background-image: linear-gradient(135deg, #FFBF9F 0%, #FFE9A4 100%);
}

.our-services .service-card h5 {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 20px;
}

.service-list {
    margin-top: 60px;
}

.our-services .service-card h5 a {
    color: #0F110F;
    /* font-family: "Inter", Sans-serif; */
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    margin-top: 0px;
    text-decoration: none;
    text-transform: none;
}

.our-services .service-card .img {
    margin: 0px 0px 40px 0px !important;
    max-width: 120px;
    width: 120px;
}

.our-services .service-card p {
    margin-bottom: 0px;
    line-height: 1.5;
}

.our-services .service-card .img-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    gap: 10px;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 40px;
    font-weight: 500;
    letter-spacing: .02em;
}

.our-services .container {
    position: relative;
}

.our-services img.star {
    position: absolute;
    left: auto;
    max-width: 170px;
    top: 10%;
    -webkit-animation: movedelement 5s linear infinite;
    animation: movedelement 5s linear infinite;
    right: -5%;
}

.case-studies {
    padding: 40px 0px;
    background-color: #0F110F;
}



.case-studies h2 {
    color: #FFFFFF;
    /* font-family: "Inter", Sans-serif; */
    font-size: 48px;
    font-weight: 500;
    line-height: 1.5em;
}

.left-content {
    padding-left: calc(100% - 575px) !important;
}

.portfolio-item {
    padding-right: 30px;
    position: relative;
    cursor: pointer;
}

.portfolio-item img {
    height: auto;
    width: 100%;
    max-width: 100%;
    max-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}

.nav-tabs .nav-item {
    margin: 0px;
    margin-right: 7px;
}

.nav-tabs {
    margin: 20px 0px 30px;
    border: none;
}

.nav-tabs .nav-link {
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 0px;
    padding: 5px 5px 5px 5px;
    margin: 0px 10px 0px 0px;
    border-radius: 14px;
    color: #BEC9D2 !important;
    background-color: #02010100;
    cursor: pointer;
}

.portfolio-item .img {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.portfolio-item .img::before {
    content: "";
    pointer-events: none;
    opacity: .84;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: -o-linear-gradient(top, hsla(0, 0%, 100%, 0) 0, rgba(5, 20, 34, .3) 60%, rgba(32, 35, 38, .38));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(60%, rgba(5, 20, 34, .3)), to(rgba(32, 35, 38, .38)));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, rgba(5, 20, 34, .3) 60%, rgba(32, 35, 38, .38));
}

.tab-pane p {
    font-size: 16px;
    line-height: 30px;
    padding: 0px 84px 0px 0px;
    margin: 5px 0px 40px 0px;
    border-radius: 0px;
    color: #BEC9D2;
}

.nav-tabs .nav-link {
    font-size: 18px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    line-height: 1em;
    letter-spacing: 0px;
    padding: 5px 5px 5px 5px;
    /* margin: 0px 10px 0px 0px; */
    border-radius: 14px;
    color: #BEC9D2;
    background-color: #02010100;
}

.nav-tabs .nav-link.active {
    color: #0F110F !important;
}

.nav-tabs .nav-link:hover {
    color: #fff;
    border-color: transparent;
}

.nav-tabs .nav-link:focus {
    outline: 0;
    color: #0F110F;
    border-color: transparent;
}

.portfolio .text {
    position: absolute;
    bottom: 54px;
    max-width: 90%;
    margin: auto;
    left: 0px;
    right: 0px;
}

.portfolio-item .text {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 40px;
    max-width: 90%;
    margin: auto;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-family: "Nunito", sans-serif;
    color: #fff;
}

.container-fluid {
    max-width: 1920px;
}

.portfolio-item .text ul {
    padding-left: 30px;
    margin: 0px;
}

.portfolio-item .text p {
    margin-bottom: 0px;
}

.tab-pane h4 {
    font-size: 22px;
    color: #fff;
    margin: 20px 0px;
    line-height: 35px;
}

.portfolio-item .text .title {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 700;
}

.portfolio-item:hover .text {
    bottom: 50px;
}

.portfolio-item .text a {
    color: #fff;
    text-decoration: none;
}

.ai-slider {
    padding: 150px 0px;
    background: url(../images/bg-violet-gradient.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.ai-slider img {
    width: 100%;
    margin: auto;
    z-index: 1;
    max-width: 1276px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.scrolling-text-inner {
    margin: 30px 0px;
    width: 100%;
    height: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: start;
    -webkit-box-pack: end;
    justify-content: flex-end;
    white-space: nowrap;
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 8vw;
    font-weight: 800;
    line-height: 1em;
}

.scrolling-text {
    position: relative;
    color: rgba(0, 0, 0, 0);
    padding-right: 10.42vw;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    -webkit-transform: translateX(20%) translateZ(0);
    transform: translateX(20%) translateZ(0);
    -webkit-animation: scrolling-text-reverse 50s linear infinite;
    animation: scrolling-text-reverse 50s linear infinite;
}

.scrolling-text::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: -.26vw;
    margin-top: -3.39vw;
    width: 8.96vw;
    height: 6.09vw;
    background: url(../images/download.svg) no-repeat;
    background-size: cover;
}

.scrolling-text-inner.rtl .scrolling-text {
    -webkit-transform: translateX(-20%) translateZ(0);
    transform: translateX(-20%) translateZ(0);
    -webkit-animation: scrolling-text 50s linear infinite;
    animation: scrolling-text 50s linear infinite;
    margin: 0 .2em;
}

.scrolling-text-inner.rtl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.section h2 {
    /* font-family: "Inter", Sans-serif; */
    font-size: 60px;
    font-weight: 800;
    line-height: 1.3em;
    letter-spacing: -0.025em;
}

.section h5 {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    margin: 30px 0px 10px;
    color: #3b3663;
}

.testimonial-slider {
    padding-top: 50px;
}

.testimonial-slider .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

.testimonial_item_wrapper {
    position: relative;
    border-radius: 100px;
    border: 1px solid #000;
    padding: 80px 70px 5px;
    border-radius: 50px;
}

.testimonials-text {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 55px;
    color: #0F110F;
    /* font-family: "Inter", Sans-serif; */
    font-size: 20px;
}

.testimonials_photo {
    bottom: 70px;
    left: 70px;
    position: absolute;
    /* bottom: 50px; */
    /* left: 50px; */
    padding: 0;
}

.testimonials_title {
    padding-left: 118px;
    color: #0F110F;
    /* font-family: "Inter", Sans-serif; */
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
}

.testimonials-sub_name {
    padding-left: 118px;
    line-height: 36px;
    color: #0F110F;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    font-weight: 400;
}

.testimonials_photo img {
    width: 97px;
    height: 97px;
}

.testimonial-slider .slick-dots li button {
    display: none;
}

.testimonial-slider .slick-dots li {
    background: #1d193f !important;
    border-color: #1d193f !important;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    line-height: 8px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    padding: 1px;
    cursor: pointer;
    border-radius: 10px;
}

.testimonial-slider li.slick-active {
    width: 20px;
}

.testimonial-slider .slick-dots {
    padding-top: 15px;
    padding-left: 0px;
    text-align: center;
    margin: 8px 0px 18px;
}

.testimonial-slider-wrapper {
    position: relative;
}

.testimonial-slider-wrapper .mail-icon {
    position: absolute;
    left: -6%;
    top: -15%;
    -webkit-animation: movedelement 5s linear infinite;
    animation: movedelement 5s linear infinite;
}

.testimonial-slider-wrapper .heart-icon {
    position: absolute;
    right: -6%;
    bottom: 0px;
    -webkit-animation: movedelement 5s linear infinite;
    animation: movedelement 5s linear infinite;
}

.contact-us {
    background: url(../images/bg-gradient-light1.png) no-repeat center center;
    background-size: cover;
}

.contact-us .form-control {
    border: 1px solid #dcd8d2;
    background: #fff;
    padding: 0 30px;
    margin-bottom: 15px;
    height: 55px;
    border-radius: 28px;
}

.contact-us textarea.form-control {
    height: 118px;
    padding-top: 15px;
    border-radius: 28px;
    resize: none;
}

.contact-form {
    margin-top: 30px;
}

.contact-form .star {
    left: 0px;
    top: -10%;
}

.imgbox-title {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.social-detail img {
    margin: 4px 17px 0px 0px !important;
    max-width: 64px;
    width: 64px;
}

.site-footer {
    background-color: #0F110F;
    padding: 40px 0px 20px;
}

.site-footer .imgbox-title h6 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0px;
}

.site-footer .imgbox-title p {
    margin-bottom: 0px;
    font-size: 16px;
}

.social-detail li {
    padding-right: 40px;
}

.social-detail li:last-child {
    padding-right: 0px;
}

.social-detail li:last-child img {
    margin: 0px 18px 0px 0px !important;
    max-width: 42px;
    width: 42px;
}

.footer-heading {
    padding-bottom: 20px;
    border-bottom: 1px solid #FFFFFF1A;
    margin-bottom: 30px;
}

.site-footer {
    color: #F0F0F0;
    font-size: 16px;
}

.site-footer a {
    color: #F0F0F0;
    line-height: 1.95;
    font-size: 16px;
    text-decoration: none;
}

.site-footer a:hover {
    color: #FFFFFFC4;
}

.copyright {
    padding: 20px 0px 0px;
    border-top: 1px solid #FFFFFF1A;
    font-size: 14px;
    margin-top: 40px;
}

.navbar {
    -webkit-transition: background-color .5s, border .5s, border-radius .5s, -webkit-box-shadow .5s;
    transition: background-color .5s, border .5s, border-radius .5s, -webkit-box-shadow .5s;
    -o-transition: background-color .5s, border .5s, border-radius .5s, box-shadow .5s;
    transition: background-color .5s, border .5s, border-radius .5s, box-shadow .5s;
    transition: background-color .5s, border .5s, border-radius .5s, box-shadow .5s, -webkit-box-shadow .5s;
}

.navbar.sticky {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    background-color: rgba(255, 255, 255, 0.95) !important;
    z-index: 9;
}

#back_to_top .back-top-top {
    position: fixed;
    right: 50px;
    bottom: 50px;
    background-color: #fff;
    padding: 10px;
    border-color: #ff7426;
    color: #ff7426;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    font-size: 32px;
    line-height: 50px;
    border: 2px solid;
    border-radius: 4px;
}

#back_to_top .back-top-top:hover {
    text-decoration: none;
    background-color: #ff7426;
    color: #fff;
    border-color: #ff7426;
}

.social-links li {
    margin: 0px 10px;
}

.social-links li:first-child {
    margin-left: 0px;
}

.social-links li:last-child {
    margin-right: 0px;
}

.footer-logo img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}

@-webkit-keyframes movedelement {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }

    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }

    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes movedelement {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }

    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }

    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@-webkit-keyframes scrolling-text-reverse {
    0% {
        -webkit-transform: translateX(20%) translateZ(0);
        transform: translateX(20%) translateZ(0);
    }

    100% {
        -webkit-transform: translateX(120%) translateZ(0);
        transform: translateX(120%) translateZ(0);
    }
}

@keyframes scrolling-text-reverse {
    0% {
        -webkit-transform: translateX(20%) translateZ(0);
        transform: translateX(20%) translateZ(0);
    }

    100% {
        -webkit-transform: translateX(120%) translateZ(0);
        transform: translateX(120%) translateZ(0);
    }
}

@-webkit-keyframes scrolling-text {
    0% {
        -webkit-transform: translateX(-20%) translateZ(0);
        transform: translateX(-20%) translateZ(0);
    }

    100% {
        -webkit-transform: translateX(-120%) translateZ(0);
        transform: translateX(-120%) translateZ(0);
    }
}

@keyframes scrolling-text {
    0% {
        -webkit-transform: translateX(-20%) translateZ(0);
        transform: translateX(-20%) translateZ(0);
    }

    100% {
        -webkit-transform: translateX(-120%) translateZ(0);
        transform: translateX(-120%) translateZ(0);
    }
}

@media (max-width:767px) {
    .section.our-team.why-us .heading,
    .section.our-team.why-us h5{
        text-align: left !important;
    }
    #aipoc .my-5.text-center{
        text-align: left !important;
    }
    .our-services .heading p br{
        display: none;
    }
    .section h2.my-5{
        margin-top: 0px !important;
    }
    .counter-card {
        padding: 50px 15px 45px 45px;
    }

    .counter {
        font-size: 45px;
    }

    .section h2 {
        font-size: 32px;
    }

    .our-services .heading p {
        margin: 0px;
    }

    .our-services .service-card {
        padding: 40px 40px 40px 40px;
        border-radius: 60px 60px 60px 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        min-height: initial;
    }

    .our-services .service-card .img {
        margin-bottom: 30px !important;
        margin-top: 30px !important;
    }

    .ai-slider {
        padding: 50px 0px;
    }

    .portfolio-item {
        padding-right: 15px;
    }

    .portfolio-item .text {
        bottom: 20px;
    }

    .portfolio-item:hover .text {
        bottom: 30px;
    }

    .testimonial_item_wrapper {
        padding: 40px 40px 45px;
        border-radius: 50px;
    }

    .testimonials_photo {
        bottom: 50px;
        left: 50px;
    }

    .testimonial-slider-wrapper .mail-icon {
        position: absolute;
        left: -5%;
        top: -5%;
        z-index: -1;
        max-width: 80px;
    }

    .footer-heading,
    .social-detail {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .social-detail li {
        padding-right: 40px;
        margin: 20px 15px 0px;
    }

    .social-detail img {
        margin: 4px 17px 0px 0px !important;
        max-width: 44px;
        width: 44px;
    }

    .site-footer .col-md-3 ul {
        margin-bottom: 40px;
    }

    .copyright {
        margin: 0px;
    }

    #back_to_top .back-top-top {
        bottom: 30px;
        right: 30px;
    }

    .navbar-collapse {
        position: fixed;
        z-index: 999998;
        top: 100px;
        right: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        width: calc(100% - 24px);
        height: auto;
        margin: 12px;
        text-align: left;
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95);
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        padding: 25px 25px 25px;
        background: #fff;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-box-align: start !important;
            -ms-flex-align: start !important;
                align-items: flex-start !important;
        height: auto !important;
    }

    .navbar-collapse.active {
        opacity: 1;
        visibility: visible;
        border-radius: 5px;
        background: #fff;
        -webkit-box-shadow: 0 50px 100px rgba(0, 0, 0, .05), 0 15px 35px rgba(0, 0, 0, .1), 0 5px 15px rgba(0, 0, 0, .05);
                box-shadow: 0 50px 100px rgba(0, 0, 0, .05), 0 15px 35px rgba(0, 0, 0, .1), 0 5px 15px rgba(0, 0, 0, .05);
    }

    .navbar-nav {
        -webkit-box-align: start !important;
            -ms-flex-align: start !important;
                align-items: flex-start !important;
    }

    .navbar .nav-item {
        margin: 0px;
        line-height: 3;
    }

    .get-in-touch a {
        margin: 0px;
    }

    .hero-content h1,
    .hero-content h2 {
        font-size: 38px;
    }

    .hero-section .d-flex img {
        display: none;
    }
    .tab-pane p{
        padding-right: 0px;
    }
    section:not(.add-service) .portfolio-item img {
        height: 370px;
        -webkit-filter: brightness(0.5);
                filter: brightness(0.5);
    }
    .tab-pane h4 {
        line-height: 35px;
    }
    .hero-section p {
        font-size: 18px;
        padding: 0px;
        line-height: 30px;
    }

    .hero-imgs {
        right: 0px;
        margin-top: 80px;
    }

    .hero-imgs .main-hero {
        width: 100%;
        max-width: 100%;
    }

    img.star {
        max-width: 100px;
    }

    img.shape {
        position: absolute;
        right: 30px;
        bottom: 0px;
        max-width: 135px;
        width: 135px;
    }

    .hero-imgs .heart-icon {
        bottom: 20px;
        left: 0;
        right: 0;
        width: 50px;
        max-width: 50px;
    }

    .client-section .col-md-2 {
        text-align: center;
    }

    .client-section img {
        width: 200px;
    }

    .our-team h4 {
        font-size: 30px;
    }

    .our-team .stars {
        left: 0;
        top: -100px;
    }

    .our-services img.star {
        max-width: 90px;
        top: 10%;
        right: 0%;
    }

    .left-content {
        margin-bottom: 30px;
    }

    .footer-logo {
        margin-bottom: 40px;
    }

    .client-section {
        padding: 40px 0px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .counter-card {
        padding: 50px 15px 45px 45px;
    }

    .statastic .col-md-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }

    .ai-slider img {
        max-width: 476px;
    }

    .counter {
        font-size: 45px;
    }

    .our-services .service-card {
        min-height: 540px;
    }
    .section h2.my-5{
        margin-top: 0px !important;
    }
    .section h2 {
        font-size: 32px;
    }
    .add-service .col-md-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .our-services .heading p {
        margin: 0px;
    }

    .our-services .service-card {
        padding: 40px 40px 40px 40px;
        border-radius: 60px 60px 60px 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .our-services .service-card .img {
        margin-bottom: 30px !important;
        margin-top: 30px !important;
    }

    .ai-slider {
        padding: 50px 0px;
    }

    .portfolio-item {
        padding-right: 15px;
    }

    .portfolio-item .text {
        bottom: 20px;
    }

    .portfolio-item:hover .text {
        bottom: 30px;
    }

    .testimonial_item_wrapper {
        padding: 40px 40px 45px;
        border-radius: 50px;
    }

    .testimonials_photo {
        bottom: 50px;
        left: 50px;
    }

    .testimonial-slider-wrapper .mail-icon {
        position: absolute;
        left: -5%;
        top: -5%;
        z-index: -1;
        max-width: 80px;
    }

    .footer-heading,
    .social-detail {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .social-detail li {
        padding-right: 40px;
        margin: 20px 15px 0px;
    }

    .social-detail img {
        margin: 4px 17px 0px 0px !important;
        max-width: 44px;
        width: 44px;
    }

    .site-footer .col-md-3 ul {
        margin-bottom: 40px;
    }

    .copyright {
        margin: 0px;
    }

    #back_to_top .back-top-top {
        bottom: 30px;
        right: 30px;
    }

    .navbar-collapse {
        position: fixed;
        z-index: 999998;
        top: 100px;
        right: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        width: calc(100% - 24px);
        height: auto;
        margin: 12px;
        text-align: left;
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95);
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        padding: 25px 25px 25px;
        background: #fff;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-box-align: start !important;
            -ms-flex-align: start !important;
                align-items: flex-start !important;
        height: auto !important;
    }

    .navbar-collapse.active {
        opacity: 1;
        visibility: visible;
        border-radius: 5px;
        background: #fff;
        -webkit-box-shadow: 0 50px 100px rgba(0, 0, 0, .05), 0 15px 35px rgba(0, 0, 0, .1), 0 5px 15px rgba(0, 0, 0, .05);
                box-shadow: 0 50px 100px rgba(0, 0, 0, .05), 0 15px 35px rgba(0, 0, 0, .1), 0 5px 15px rgba(0, 0, 0, .05);
    }

    .navbar-nav {
        -webkit-box-align: start !important;
            -ms-flex-align: start !important;
                align-items: flex-start !important;
    }

    .navbar .nav-item {
        margin: 0px;
        line-height: 3;
    }

    .get-in-touch a {
        margin: 0px;
    }

    .hero-content h1,
    .hero-content h2 {
        font-size: 38px;
        line-height: 45px;
    }

    .hero-section .d-flex img {
        display: none;
    }

    .hero-section p {
        font-size: 18px;
        padding-right: 0px;
    }
    .tab-pane p{
        padding-right: 0px;
    }
    section:not(.add-service) .portfolio-item img {
        height: 370px;
        -webkit-filter: brightness(0.5);
                filter: brightness(0.5);
    }
    .hero-imgs {
        right: 0px;
        margin-top: 80px;
    }

    .hero-imgs .main-hero {
        width: 100%;
        max-width: 100%;
    }

    img.star {
        max-width: 100px;
    }

    img.shape {
        position: absolute;
        right: 30px;
        bottom: 0px;
        max-width: 135px;
        width: 135px;
    }

    .hero-imgs .heart-icon {
        bottom: 20px;
        left: 0;
        right: 0;
        width: 50px;
        max-width: 50px;
    }

    .client-section .col-md-2 {
        text-align: center;
    }

    .client-section img {
        width: 200px;
    }

    .our-team h4 {
        font-size: 30px;
    }

    .our-team .stars {
        left: 0;
        top: -100px;
    }

    .our-services img.star {
        max-width: 90px;
        top: 10%;
        right: 0%;
    }

    .left-content {
        margin-bottom: 30px;
        padding-left: 0px !important;;
    }

    .footer-logo {
        margin-bottom: 0;
    }

    .client-section {
        padding: 20px 0px;
    }
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) {

    .navbar-collapse,
    .navbar-collapse.active {
        position: static;
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 0px;
        background-color: transparent;
    }

    .navbar-nav .nav-item {
        margin-left: 18px;
        margin-right: calc(18px - 5px);
    }

    .container {
        max-width: 940px;
    }

    .footer-logo {
        margin-bottom: 0;
    }

    .nav-item.get-in-touch {
        margin-right: 0px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1190px;
    }
}

.about-page-content h3 {
    color: #000;
    margin-bottom: 30px;
}

.about-page-content p {
    font-size: 16px;
}

.counter-card {
    margin-bottom: 30px;
    padding: 50px 40px;
    border: 1px solid #000;
    border-radius: 20px;
    min-height: 260px;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.testimonial_img {
    margin-bottom: 30px;
}

.testimonial_img img {
    max-width: 100%;
    width: 100%;
    min-height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
}

.blog .testimonial_item_wrapper {
    padding: 0px;
    border: none;
}

.case-studies-section h4 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000;
}

.case-studies-section .list {
    margin-top: 100px;
}

.case-studies-section .list .row {
    margin-bottom: 100px;
}

.case-studies-section .list .row:last-child {
    margin-bottom: 0px;
}

* {
    /* font-family: poppins; */
}

.why-us,
.case-studies-section {
    background: url(../images/bg-gradient-light1.png) no-repeat center center;
    background-size: cover;
}

.case-studies-section img {
    mix-blend-mode: multiply;
}

.why-us img {
    mix-blend-mode: multiply;
}

.blog img {
    border-radius: 20px;
}

.blog .testimonial_item_wrapper {
    text-decoration: none;
}

.blog .testimonial_item_wrapper .testimonials-text {
    margin-bottom: 0px;
}

.blog .testimonial_img {
    margin-bottom: 20px;
}

.blog .testimonial_item_wrapper:hover h4 {
    color: #003493;
}

.icon-card {
    padding: 50px 30px;
    background: #fff;
    /* border: 1px solid #000; */
    border-radius: 20px;
    -webkit-box-shadow: 0px 10px 40px #0000001f;
            box-shadow: 0px 10px 40px #0000001f;
    margin-bottom: 30px;
    font-size: 16px;
    min-height: 350px;
}

.about-us .icon-card img {
    max-width: 125px;
    display: block;
    margin-bottom: 30px;
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
}

.icon-card h4 {
    font-weight: 700;
    font-size: 20px;
    margin: 10px 0px;
}

.row-list h3 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000;
}

.row-list .row {
    margin-bottom: 50px;
}

.row-list .row:last-child {
    margin-bottom: 0px;
}

.icon-list {
    margin: 50px 0px 20px;
}

.counter-card {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.counter-card:hover * {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.counter-card:hover {
    -webkit-box-shadow: 0px 10px 40px #0000001f;
            box-shadow: 0px 10px 40px #0000001f;
    background-color: transparent;
}

.counter-card:hover * {
    color: #000;
}

.industry-card {
    border: 1px solid #000;
    border-radius: 6px;
    margin-bottom: 30px;
    text-align: center;
    overflow: hidden;
}

.industry-card p {
    margin-bottom: 0px;
    padding: 10px;
    font-size: 16px;
    color: #000;
}

.industry-card img {
    width: 100%;
}

.add-services h3 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000;
}

.add-services img {
    border-radius: 20px;
    min-height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
}

.add-services .row.align-items-center {
    margin-bottom: 50px;
}

.price-card h3 {
    color: #000000;
    background-image: none !important;
    -webkit-text-fill-color: unset !important;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 2em;
    letter-spacing: 1px;
}

.price-card h3 h1 {
    font-size: 30px;
}

.pricing .tab-pane p {
    padding: 0px;
    font-size: 14px;
    line-height: 24px;
    color: #4e4e4e;
    margin: 0px;
    margin-bottom: 30px;
    min-height: 170px;
}

.pricing .tab-pane li {
    position: relative;
    font-size: 16px;
    padding-left: 25px;
    line-height: 30px;
    color: #000;
}

.price-card {
    padding: 40px;
    background: #fff;
    border: 1px solid #000;
}

.pricing .tab-pane li i {
    position: absolute;
    left: 0px;
    top: 5px;
}

.pricing .tab-pane h1 {
    font-size: 45px;
    margin: 20px 0px;
}

.pricing-section .nav-tabs .nav-link {
    padding: 17px 35px;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1;
    letter-spacing: .2px;
    font-weight: 500;
    font-size: 16px;
    margin: 0px;
    border-radius: 100px;
    text-transform: uppercase;
    color: #4c4c4c !important;
}

.pricing-section .nav-tabs {
    margin-bottom: 40px;
}

.pricing-section .nav-tabs .nav-link.active {
    border-color: #000;
    color: #000 !important;
}
ol li{
    margin: 5px 0px;
}
h2 ~ ol{
    padding: 0px;
    list-style-position: inside;
}
.modal-body {
    max-height: calc(100vh - 150px);
    overflow: auto;
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}