@font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family: Poppins-Light;
    src: url(../fonts/Poppins-Light.ttf);
}

@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url(../fonts/Poppins-SemiBold.ttf);
}

body {
    font-family: Poppins-Regular;
}

html {
    scroll-behavior: smooth;
}

.hamburger {
    max-width: 30px;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    outline: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #000000;
    font-size: 18px;
    font-family: Poppins-Medium;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000 !important;
    font-size: 18px;
    font-family: Poppins-Medium;
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.btn-call {
    height: 40px;
    background: #007BFF !important;
    color: #fff !important;
    font-family: Poppins-Medium;
    font-size: 16px;
}


.btn-call img {
    margin-right: 15px;
}

.container-header {
    max-width: 1375px !important;
}

.footer {
    background: #EEEEF5;
    padding: 100px 0;
}

.footer-width {
    max-width: 1307px;
    margin: auto;
}

.nav-list {
    margin-bottom: 30px;
}

.nav-list label {
    color: #595B62;
    font-family: Poppins-Medium;
    font-size: 22px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.nav-list .nav-list-link {
    color: #595B62;
    font-family: Poppins-Regular;
    font-size: 15px;
    display: block;
    background: url("../images/links.png") left no-repeat;
    padding-left: 20px;
    margin-bottom: 15px;
}

.footer hr {
    border-top: 1px solid #3A3050;
}

.footer p {
    color: #3A3050;
    font-family: Poppins-Regular;
    font-size: 10px;
    padding: 10px 0;
    margin: 0px;
    line-height: normal;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
    display: inline;
    color: #a6a2a2;
    font-family: Poppins-Regular;
    font-size: 15px;
    line-height: normal;
}

.footer h2.h2centre {
    display: Block;
    text-align: center;


}

.footer ul {
    display: inline;
    padding: 0;
}

.footer ul li {
    display: inline;
    list-style-type: circle;
    padding-right: 5px;
}

.copyright-text {
    color: #595B62;
    font-family: Poppins-Regular;
    font-size: 17px;
    margin-top: 20px;
}

.copyright-text span {
    color: #180354;
}

.policy {
    margin-top: 20px;
}

.policy a {
    color: #595B62;
    font-family: Poppins-Regular;
    font-size: 17px;

}

.policy a:first-child {
    margin-right: 20px;
}

.logo-sub-text {
    color: #595B62 !important;
    font-family: Poppins-Regular;
    font-size: 14px;
}

.footer .input-group>.custom-select:not(:last-child),
.footer .input-group>.form-control:not(:last-child) {
    border-radius: 40px;
    border: 0 !important;
    background: #FFF;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: url(../images/search-envelope.png) 6px no-repeat;
    padding-left: 35px;
}

.footer .input-group>.custom-select:not(:last-child):focus,
.input-group>.form-control:not(:last-child):focus {
    outline: none;
    box-shadow: none;
    border: 0;
    z-index: 2;
}

.footer .input-group {
    border-radius: 40px;
    border: 1px solid rgba(8, 8, 41, 0.10);
    background: #FFF;
    padding: 2px 4px;
    margin-bottom: 20px;
}

.footer .input-group button {
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
}

.footer span.h5 {
    display: block;
    color: #595B62;
    font-family: Poppins-Regular;
    font-size: 18px;
}

.mappin {
    color: #595B62;
    font-family: Poppins-Regular;
    font-size: 20px;
    background: url(../images/MapPin.png)left top no-repeat;
    padding-left: 44px;
    display: inline-block;
    min-height: 30px;
}

.mappin img {
    margin-right: 10px;
    display: none;
}

.slider-caption {
    text-align: left !important;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    text-align: left;
    /* Horizontal alignment to the left */

}

.home-bnr {
    position: relative;
}

.scroll-down {
    background: url(../images/scroll-down.png) center no-repeat;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    background-size: cover;
    padding: 6px 90px;
    text-align: center;
    color: #2E2E2E;
    font-size: 10px;
    font-family: Poppins-Regular;
}


/* Header */

header .item {
    height: 100vh;
    position: relative;
}

header .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 9%);
    display: flex;
    align-items: center;
}

header .owl-carousel .owl-item.active img {
    animation: zoomAnimation 8s infinite alternate;
}

header .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
}

header .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 70%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

header .item .cover .header-content .h2 {
    color: #FFF;
    font-family: Poppins-Regular;
    font-size: 20px;
}

header .item .cover .header-content .h1 {
    color: #FFF;
    font-family: Poppins-Bold;
    font-size: 62px;
}

header .item .cover .header-content .h4 {
    color: #FFF;
    font-family: Poppins-Regular;
    font-size: 20px;
}

header .owl-item.active .h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

header .owl-item.active .h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

header .owl-item.active .h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

header .owl-item.active a {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

header .owl-item.active button {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

header .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

header .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

header .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

header .owl-nav .owl-prev:focus {
    outline: 0;
}

header .owl-nav .owl-prev:hover {
    background: #000 !important;
}

header .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

header .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

header .owl-nav .owl-next:focus {
    outline: 0;
}

header .owl-nav .owl-next:hover {
    background: #000 !important;
}

header:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

header:hover .owl-next {
    right: 0px;
    opacity: 1;
}

.home-bnr p {
    color: #FFF;
    font-family: Poppins-Regular;
    font-size: 18px;
}

.home-bnr p.h5 {
    color: #FFF;
    font-family: Poppins-Regular;
    font-size: 20px;
}

.home-bnr p.h2 {
    color: #FFF;
    font-family: Poppins-Bold;
    font-size: 62px;
}


/* Fade-in animation */
@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Slide-in animation (from left) */
@keyframes slide-in-left {
    from {
        transform: translateX(-100%);
        opacity: 0.25;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.home-bnr .carousel-item p.h5 {
    animation: fade-in1 1s linear;
}

.home-bnr .carousel-item p.h2 {
    /*   animation: slide-in-left 1s linear; */
    animation: fade-in1 1s linear
}

.home-bnr .carousel-item p {
    animation: fade-in1 1s linear;
}

.home-bnr .carousel-item {
    position: relative;
    opacity: 1;
    transition: opacity 10s ease-in-out;

}

@keyframes fade-in {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in1 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

.home-bnr .carousel-item img {
    transition: opacity 2s ease-in-out;
    animation: fade-in 2s ease-out;
    width: 100%;
}


.ai-business {
    padding: 20px 0 100px 0;
}


.cta-100 {
    margin-top: 100px;
    padding-left: 8%;
    padding-top: 7%;
}

.col-md-4 {
    padding-bottom: 20px;
}

.white {
    color: #fff !important;
}

.mt {
    float: left;
    margin-top: -20px;
    padding-top: 20px;
}

.bg-blue-ui {
    background-color: #708198 !important;
}

figure img {
    width: 300px;
}

#blogCarousel {
    padding-bottom: 100px;
}

.blog .carousel-indicators {
    left: 0;
    top: -50px;
    height: 50%;
}


/* The colour of the indicators */

.blog .carousel-indicators li {
    background: #708198;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
    background: #0fc9af;
}


.item-carousel-blog-block {
    outline: medium none;
    padding: 15px;
}

.item-box-blog {
    border: 1px solid #dadada;
    text-align: center;
    z-index: 4;
    padding: 20px;
}

.item-box-blog-image {
    position: relative;
}

.item-box-blog-image figure img {
    width: 100%;
    height: auto;
}

.item-box-blog-date {
    position: absolute;
    z-index: 5;
    padding: 4px 20px;
    top: -20px;
    right: 8px;
    background-color: #41cb52;
}

.item-box-blog-date span {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 1.2;
}

.item-box-blog-date span.mon {
    font-size: 18px;
}

.item-box-blog-date span.day {
    font-size: 16px;
}

.item-box-blog-body {
    padding: 10px;
}

.item-heading-blog a span.h5 {
    display: block;
    margin: 0;
    line-height: 1;
    text-decoration: none;
    transition: color 0.3s;
}

.item-box-blog-heading a {
    text-decoration: none;
}

.item-box-blog-data p {
    font-size: 13px;
}

.item-box-blog-data p i {
    font-size: 12px;
}

.item-box-blog-text {
    max-height: 100px;
    overflow: hidden;
}

.mt-10 {
    float: left;
    margin-top: -10px;
    padding-top: 10px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}


.btn.bg-blue-ui.white.read {
    cursor: pointer;
    padding: 4px 20px;
    float: left;
    margin-top: 10px;
}

.btn.bg-blue-ui.white.read:hover {
    box-shadow: 0px 5px 15px inset #4d5f77;
}

.home-bnr .carousel-control-next-icon,
.home-bnr .carousel-control-prev-icon {
    background: #fff;
    border-radius: 50%;
    width: 47px;
    height: 47px;
    padding-top: 12px;
}

.cust-stories {
    border-radius: 16px;
    background: #FFF;
    width: 672px;
    height: 378px;
}

.home-main {
    padding: 100px 0 0 0;
}

.home-main p.h6 {
    color: #00D0F5;
    text-align: center;
    font-family: Poppins-Regular;
    font-size: 16px
}

.home-main p.h3 {
    color: #2E2E2E;
    text-align: center;
    font-family: Poppins-Medium;
    font-size: 42px;
    margin-bottom: 100px;
}

.home-main p.h5 img {
    margin-right: 15px;
}

.home-main p.h5 {
    color: #007BFF;
    font-family: Poppins-Regular;
    font-size: 16px;
}

.btn-view {
    color: #FFF !important;
    text-align: center;
    font-family: Poppins-Regular;
    font-size: 16px;
    border-radius: 10px;
    background: #6865FF;
    height: 59px;
    display: inline-block;
    padding: 16px 15px;
    float: right;
}

.ai-business span.h6 {
    display: block;
    color: #0C5ADB;
    font-family: Poppins-Regular;
    font-size: 16px;
}

.arrow-dotted {
    position: absolute;
    right: 184px;
}

.ai-business span.h3 {
    display: block;
    color: #2E2E2E;
    font-family: Poppins-Medium;
    font-size: 42px;
    margin-bottom: 50px;
}

.ai-business p {
    color: #525252;
    text-align: justify;
    font-family: Poppins-Regular;
    font-size: 17px;
}

.ai-business .media p {
    color: #2E2E2E;
    font-family: Poppins-Medium;
    font-size: 20px;
    margin-bottom: 0;
}

.data-analysis {
    background: url("../images/data-analysis-bg.png") top no-repeat;
    padding: 100px 0;
    /* margin-top: -50px; */
    background-size: cover;

}

.data-img {
    border-radius: 10px 0px 0px 10px;
    background: rgba(121, 204, 255, 0.50);
    height: 106px;
    text-align: center;
    padding: 25px;
    width: 96px;
    border: 1px solid #A1B7DD;
    border-right: 0;
}

.data-analysis .media-body {
    border-radius: 0 10px 10px 0;
    border: 1px solid #A1B7DD;
    background: #5A7CBF;
    padding: 22px;
    border-left: 0;
    height: 106px;
}

.data-analysis .media-body span.h5 {
    display: block;
    color: #FFF;
    font-family: Poppins-Regular;
    font-size: 25px;
    margin-bottom: 7px;
}

.data-analysis .media-body p {
    width: 156px;
    color: #FFF;
    font-family: Poppins-Regular;
    font-size: 15px;
    margin-bottom: 0;
}

.data-analysis .media {
    margin-bottom: 30px;
}

.data-analysis span.h6 {
    display: block;
    color: #00D0F5;
    font-family: Poppins-Regular;
    font-size: 16px;
    margin-bottom: 7px;
}

.data-analysis span.h3 {
    display: block;
    color: #FFF;
    font-family: Poppins-Medium;
    font-size: 42px;
    margin-bottom: 40px;
}

.home-logos {
    text-align: center;
    padding: 100px 0;
}

.home-logos a {
    padding: 20px 40px;
}

.btn-started {
    border-radius: 10px;
    background: #6865FF !important;
    color: #FFF !important;
    text-align: center;
    font-family: Poppins-Medium;
    font-size: 16px !important;
    padding: 10px 18px !important;
    margin-right: 15px;
}

.btn-discover {
    border-radius: 10px;
    background: #FFF !important;
    color: #000 !important;
    text-align: center !important;
    font-family: Poppins-Medium;
    font-size: 16px !important;
    padding: 10px 18px !important;
}

.zinbay-bnr {
    background: url("../images/abot-bnr.png") left no-repeat;
    padding: 70px 15px;
    margin-bottom: 60px;
    background-size: cover;
}

.zinbay-bnr span.h2 {
    display: block;
    color: #FFF;
    font-family: Poppins-Medium;
    font-size: 60px;
}

.zinbay-bnr p {
    color: #FFF;
    font-family: Poppins-Regular;
    font-size: 17px;
}

.about-zinbay span.h6 {
    display: block;
    color: #0C5ADB;
    font-family: Poppins-Regular;
    font-size: 18px;
}

.about-zinbay span.h3 {
    display: block;
    color: #232323;
    font-family: Poppins-Medium;
    font-size: 46px;
    margin-bottom: 20px;
}

.about-zinbay p {
    color: #616161;
    font-family: Poppins-Regular;
    font-size: 16px;
    padding-left: 20px;
    position: relative;
    line-height: 32px;
}

.about-zinbay p::before {
    content: "";
    border: 2px solid #0B5ADB;
    height: 120px;
    position: absolute;
    left: 0;
}

.about-zinbay span.h5 {
    display: block;
    color: #232323;
    font-family: Poppins-Regular;
    font-size: 18px;
}

.zinbay-experience {
    background: url("../images/zinbay-experience.png") top no-repeat;
    padding: 130px 15px 80px 15px;
    background-size: cover;
}

.zinbay-experience span.h4 {
    display: block;
    color: #FFF;
    text-align: center;
    font-family: Poppins-Medium;
    font-size: 48px;
}

.zinbay-experience p {
    color: #FFF;
    text-align: center;
    font-family: Poppins-Regular;
    font-size: 18px;
    text-transform: capitalize;
}

.achievement {
    padding: 100px 15px;
}

.achievement span.h6 {
    display: Block;
    color: #0C5ADB;
    font-family: Poppins-Regular;
    font-size: 18px;
    letter-spacing: 0.56px;
    text-transform: uppercase;
}

.achievement span.h3 {
    display: block;
    color: #0A1425;
    font-family: Poppins-Medium;
    font-size: 46px;
    margin-bottom: 30px;
}

.learnmore {
    color: #0A1425 !important;
    text-align: left;
    font-family: Poppins-Regular;
    font-size: 16px;
    display: block;
    margin-bottom: 60px;
}

.achievement span.h5 {
    display: block;
    color: #0A1425;
    font-family: Poppins-Medium;
    font-size: 20px;
}

.achievement p {
    color: #64728F;
    font-family: Poppins-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.achievement .media {
    margin-bottom: 20px;
}

.zinbay-progress {
    background: url(../images/progress-bg.png) top no-repeat;
    padding: 80px 0;
    background-size: cover;
}
.zinbay-progress a {
    color: #FFF;
	text-decoration:none;
}

.zinbay-progress span.h6 {
    display: block;
    color: #FFF;
    font-family: Poppins-Regular;
    font-size: 20px;
    margin-bottom: 15px;
}

.zinbay-progress span.h3 {
    display: block;
    color: #FFF;
    font-family: Poppins-Medium;
    font-size: 49px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.zinbay-progress p {
    color: #FFF;
    font-family: Poppins-Regular;
    font-size: 16px;
    margin-bottom: 30px;
}

.progress-rate {
    color: #FFF;
    font-family: Poppins-Regular;
    font-size: 18px;
}

.progress-rate span {
    text-align: right;
    float: right;
}

.zinbay-progress .progress {
    height: 5px !important;
    margin-bottom: 30px;
    margin-top: 8px;
}

.about-slider .cards-wrapper {
    display: flex;
    justify-content: space-between;
}

.about-slider .card img {
    max-width: 100%;
    max-height: 100%;
}

.about-slider .card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    border-radius: 0;

}

.about-slider .carousel-control-prev,
.about-slider .carousel-control-next {
    background-color: #fff;
    width: 5vh;
    height: 5vh;
    top: -80px;
    right: 0;
}

.about-slider .carousel-control-prev {
    left: auto;
    right: 56px;
}

.about-slider span.h3 {
    display: block;
    color: #F8F8F9;
    font-family: Poppins-Regular;
    font-size: 22px;
    margin-bottom: 10px;
}

.about-slider span.h6 {
    display: block;
    color: #F8F8F9;
    font-family: Poppins-Regular;
    font-size: 15px;
}

.about-slider span.h5 {
    display: block;
    color: #0C5ADB;
    font-family: Poppins-Regular;
    font-size: 16px;
}

.about-slider span.h2 {
    display: block;
    color: #2E2E2E;
    font-family: Poppins-Medium;
    font-size: 46px;
    margin-bottom: 30px;
}

.about-slider .btn-getintouch {
    color: #000 !important;
    text-align: center;
    font-family: Poppins-Regular;
    font-size: 16px;
    border-radius: 10px;
    background: #F8F8F9;
    width: 160px;
    height: 52px;
    padding: 15px;
    margin-top: 15px;
}

.about-slider {
    padding-top: 100px;
    background: #F8F8F9;
    padding-bottom: 200px;
}

.service-slider .cards-wrapper {
    display: flex;
    justify-content: space-between;
}

.service-slider .card img {
    max-width: 100%;
    max-height: 100%;
}

.service-slider .card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    border-radius: 0;
    cursor: pointer;
}

.service-slider .carousel-control-prev,
.service-slider .carousel-control-next {
    color: #0A1425;
    width: 5vh;
    height: 5vh;
    bottom: -25px;
}

.service-slider .carousel-control-prev {
    left: auto;
    right: 0;
}

.service-slider .carousel-control-next {
    left: 0;
}

.service-slider-indicators {
    position: relative;
    height: fit-content;
    clear: both;
    margin: 50px 0;
    content: "";
}

.service-slider-indicators .carousel-indicators {
    bottom: -40px;
    margin: 20px;
}

.service-slider-indicators .carousel-indicators li {
    color: #E9E9E9;
    height: 2px;
    width: 1px;
    margin: 0;
    background-color: #E9E9E9;
}

.service-slider-indicators .carousel-indicators li {
    border: none !important;
}

.service-slider-indicators .active {
    color: #0B5ADB !important;
    background: #0B5ADB !important;
    height: 9px !important;
}

.letstalk-bg {
    background: url(../images/letstalk.png) top no-repeat;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 90px;
}

.gray-bg {
    background: #EEEEF5;
    height: 100px;
    margin-bottom: -180px;
}

.letstalk-bg span.h6 {
    display: block;
    color: #FFF;
    font-family: Poppins-Regular;
    font-size: 16px;
}

.letstalk-bg span.h2 {
    display: block;
    color: #FFF;
    font-family: Poppins-Medium;
    font-size: 36px;
}

.btn-talk {
    border-radius: 10px;
    background: #FFF;
    width: 170px;
    height: 60px;
    color: #000 !important;
    text-align: center;
    font-family: Poppins-Medium;
    font-size: 16px;
    padding: 15px;
    float: right;
}

.p-relative {
    position: relative;
}

.p-relative:hover .overlay {
    opacity: 1;
}

.overlay {
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    height: 86%;
    width: 86%;
    opacity: 0;
    transition: .5s ease;
    background: rgba(5, 27, 136, 0.90);
    padding: 20px;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
}

.zinbay-progress span.h3 span {
    position: relative;
}

.zinbay-progress span.h3 span:before {
    position: absolute;
    content: '';
    width: 79px;
    height: 86px;
    background: transparent url(../images/text-img.png) top right no-repeat;
    right: -80px;
    top: -58px;
}

.privacy-policy li {
    color: #2E2E2E;
    font-family: Poppins-Regular;
    font-size: 18px;
}

.privacy-policy span.h3 {
    display: block;
    color: #2E2E2E;
    font-family: Poppins-Medium;
    font-size: 30px;
    margin-bottom: 20px;
}

.privacy-policy p {
    color: #525252;
    font-family: Poppins-Regular;
    font-size: 17px;
}

.privacy-policy {
    margin-top: 100px;
    margin-bottom: 50px;
}

.social-media a {
    padding-right: 15px;
}

.job-offer {
    margin-bottom: 200px;
    margin-top: 100px;
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
}

.job-offer-detail {
    margin-bottom: 70px;
    margin-top: 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

}

.job-offer p {
    color: #5F6368;
    text-align: center;
    font-family: Poppins-Regular;
    font-size: 15px;
    margin-bottom: 50px;
}

.job-offer-detail p {
    color: #5F6368;
    text-align: left;
    font-family: Poppins-Regular;
    font-size: 15px;
    margin-bottom: 50px;
    line-height: 200%;
}

.job-offer-detail ul {
    color: #5F6368;
    font-size: 15px;

}

.job-offer-detail ul li {
    margin-bottom: 15px;

}

.job-offer span.h3 {
    display: block;
    color: #2E2E2E;
    text-align: center;
    font-family: Poppins-Medium;
    font-size: 50px;
    margin-bottom: 20px;
}

.job-offer span.h5 {
    display: block;
    color: #080829;
    font-size: 20px;
    font-family: Poppins-Medium;
    margin-bottom: 0;
}

.job-offer-detail span.h5 {
    display: block;
    color: #080829;
    font-size: 18px;
    font-family: Poppins-Medium;
    margin-bottom: 10px;
}

.job-offer span.h5 a {
    color: #080829;
}

.job-offer span.h5 a:hover {
    color: #074cba;
}

.job-offer span.h6 {
    display: block;
    color: #5F6168;
    font-family: Poppins-Regular;
    font-size: 14px;
    margin-bottom: 0;
}

.btn-job-apply {
    border-radius: 30px;
    background: #007BFF;
    width: 101px !important;
    height: 50px !important;
    color: #FFF !important;
    text-align: center;
    font-family: Poppins-Medium;
    font-size: 13px;
    padding: 15px;
}

.panel {
    border-radius: 12px;
    background: #F7F9FC;
    min-height: 80px;
    padding: 30px 54px;
    margin-bottom: 10px;
}

.btn-developer {
    border-radius: 100px;
    border: 1px solid rgba(95, 97, 104, 0.20);
    background: #007BFF;
    width: 113px;
    height: 30px;
    color: #FFF !important;
    font-family: Poppins-Regular;
    font-size: 14px;
    padding: 4px;
    margin-bottom: 20px;
}

.mb-57 {
    margin-bottom: 57px;
}

.career-head span.h3 {
    display: block;
    color: #000229;
    font-family: Poppins-Medium;
    font-size: 32px;
    margin-bottom: 15px;
}

.career-head span {
    color: #5F6168;
    font-family: Poppins-Regular;
    font-size: 15px;
    margin-right: 30px;
}

.career-head span img {
    margin-right: 15px;
}

.btn-apply {
    width: 100%;
    border-radius: 4px;
    background: #007BFF;
    height: 55px;
    color: #FFF !important;
    text-align: center;
    font-family: Poppins-Medium;
    font-size: 16px;
    padding: 15px;
    margin-bottom: 20px;
}

.career-head span.h5 {
    display: block;
    color: #595B62;
    font-family: Poppins-Regular;
    font-size: 18px;
}

.career-head hr {
    width: 600px;
    float: left;
    margin-top: 50px;
}

.job-details {
    margin-top: 50px;
}

.job-details span.h4 {
    display: block;
    color: #000229;
    font-family: Poppins-Medium;
    font-size: 24px;
    margin-bottom: 20px;
}

.job-details p {
    color: #5F6168;
    font-family: Poppins-Regular;
    font-size: 16px;
}

.career-main {
    background: url("../images/career-bg.png") top no-repeat;
    padding-top: 120px;
}

.career-main span.h3 {
    display: block;
    color: #2E2E2E;
    text-align: center;
    font-family: Poppins-Medium;
    font-size: 48px;
    margin-bottom: 20px;
}

.career-main p {
    color: rgba(0, 0, 0, 0.70);
    text-align: center;
    font-family: Poppins-Regular;
    font-size: 17px;
    margin-bottom: 100px;
}

.careers-mdle {
    background: #EBEBEB;
    margin-bottom: 100px;
    padding-top: 370px;
    padding-bottom: 100px;
    margin-top: -300px;
}

.careers-mdle span.h2 {
    display: block;
    font-family: Poppins-Bold;
    font-size: 48px;
    margin-bottom: 0;
}

.white-block {
    border-radius: 10px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    padding: 30px 20px;
    margin-bottom: 20px;
}

.white-block span.h4 {
    display: block;
    color: #0A1425;
    font-family: Poppins-Medium;
    font-size: 20px;
}

.white-block p {
    color: #0A1425;
    font-family: Poppins-Regular;
    font-size: 15px;
    margin-bottom: 0;
}

.contact-top {
    background: url("../images/career-bg.png") top no-repeat;
    padding: 120px 0 110px 0;
}

.contact-top span.h3 {
    display: block;
    color: #2E2E2E;
    text-align: center;
    font-family: Poppins-Medium;
    font-size: 48px;
    margin-bottom: 20px;
}

.contact-top p {
    color: rgba(0, 0, 0, 0.70);
    text-align: center;
    font-family: Poppins-Regular;
    font-size: 17px;
    margin-bottom: 100px;
}

.contact-block {
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-bottom: 10px;
}

.contact-block img {
    margin-bottom: 18px;
    border-radius: 10px;
}

.contact-block span.h6 {
    display: block;
    color: #2E2E2E;
    font-family: Poppins-Regular;
    font-size: 22px;
    margin-bottom: 18px;
}

.contact-block a {
    color: #00D0F5 !important;
    font-family: Poppins-Regular;
    font-size: 17px;
}

.contact-block p {
    color: #525252;
    font-family: Poppins-Regular;
    font-size: 17px;
    margin-bottom: 18px;
    text-align: left;
}

.contact-form {
    background: url("../images/contact-form-bg.png") right no-repeat;
    padding: 120px 0;
    position: relative;
}

.contact-form .contact-icon1 {
    position: absolute;
    bottom: 39%;
    right: 39%;
    max-width: 107px;
    animation: zoomInOut 2s infinite linear;
}


.contact-form .contact-icon2 {
    position: absolute;
    bottom: 58%;
    right: 46%;
    max-width: 62px;
    animation: zoomInOut 3s infinite linear;
}



@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.contact-form span.h6 {
    display: block;
    color: #0C5ADB;
    font-family: Poppins-Regular;
    font-size: 14px;
}

.contact-form span.h2 {
    display: block;
    color: #2E2E2E;
    font-family: Poppins-Medium;
    font-size: 36px;
}

.contact-form p {
    color: #000;
    font-family: Poppins-Regular;
    font-size: 18px;
    margin-bottom: 30px;
}

.contact-form .form-control {
    border-radius: 8px;
    border: 1px solid #B1B1B1;
    height: 54px;
    margin-bottom: 16px;
    color: #999;
    font-family: Poppins-Regular;
    font-size: 16px;
}

.contact-form .form-control::placeholder {
    color: #999;
    font-family: Poppins-Regular;
    font-size: 16px;
}

.btn-register {
    border-radius: 6px;
    background: #007BFF;
    box-shadow: 0px 4px 30px 0px rgba(38, 58, 67, 0.15);
    height: 70px;
    color: #FFF;
    font-family: Poppins-Medium;
    font-size: 20px;
    margin-top: 30px;
}

.contact-form textarea {
    height: 93px !important;
}

.blog-main {
    padding-top: 120px;
}

.search-box .form-control {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    font-family: Poppins-Regular;
    border: 1px solid #E5E5E5 !important;
    height: 60px;
}

.btn-search {
    background: #fff;
    border: 1px solid #E5E5E5;
    border-left: 0;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    padding-right: 20px;
}

.search-box {
    border-radius: 14px;
    border: 1px solid #E5E5E5;
    padding: 30px;
    margin-bottom: 50px;
}

.search-box span.h4 {
    display: block;
    color: #000229;
    font-family: Poppins-Regular;
    font-size: 18px;
}

.recent-post {
    border-radius: 14px;
    border: 1px solid #E5E5E5;
    padding: 30px;
    margin-bottom: 50px;
}

.recent-post span.h4 {
    display: block;
    color: #000229;
    font-family: Poppins-Regular;
    font-size: 18px;
}

.recent-post p {
    color: #000229;
    font-family: Poppins-Regular;
    font-size: 14px;
}

.recent-post span.h5 {
    display: block;
    color: #6A6A74;
    font-family: Poppins-Regular;
    font-size: 12px;
    text-transform: uppercase;
}

.category-list {
    border-radius: 14px;
    border: 1px solid #E5E5E5;
    padding: 30px;
    margin-bottom: 50px;
}

.category-list span.h4 {
    display: block;
    color: #000229;
    font-family: Poppins-Regular;
    font-size: 18px;
}

.category-listing {
    color: #5F6168;
    font-family: Poppins-Regular;
    font-size: 14px;
    margin-bottom: 20px;
}

.category-listing span {
    text-align: right;
    float: right;
}

.tag-cloud {
    border-radius: 14px;
    border: 1px solid #E5E5E5;
    padding: 30px;
    margin-bottom: 50px;
}

.tag-cloud span.h4 {
    display: block;
    color: #000229;
    font-family: Poppins-Regular;
    font-size: 18px;
}

.tag-cloud-links a {
    border-radius: 30px;
    border: 1px solid #DFDFDF;
    height: 36px;
    color: #8A879F !important;
    font-family: Poppins-Regular;
    font-size: 14px;
    margin-right: 7px;
    padding: 7px 20px;
    margin-bottom: 10px;
    width: auto;
}

.blog-texts {
    margin-bottom: 60px;
}

.blog-texts img {
    margin-bottom: 30px;
}

.blog-texts span.h5 {
    color: #2E2E2E;
    font-family: Poppins-Medium;
    font-size: 22px;
    margin-bottom: 16px;
}

.blog-texts p {
    color: #525252;
    font-family: Poppins-Regular;
    font-size: 16px;
}

.blog-texts a {
    color: #00D0F5 !important;
    font-family: Poppins-Regular;
    font-size: 17px;
}

.blog-texts p a {
    color: #525252 !important;
    font-family: Poppins-Regular;
    font-size: 16px;
    margin-right: 10px;
    padding: 15px;
}

.recent-post .media {
    margin-bottom: 20px;
}

.details p a {
    padding-left: 0 !important;
}

.details p {
    font-size: 17px !important;
}

.blog-texts span.h4 {
    display: block;
    color: #2E2E2E;
    font-family: Poppins-Medium;
    font-size: 32px;
}

.blog-left-brdr {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #EBEEF5;
    padding: 30px;
    border-left: 4px solid #00D0F5;
    color: #2E2E2E;
    font-family: Poppins-Regular;
    font-size: 17px;
    margin-bottom: 20px;
}

.details-img img {
    margin-bottom: 20px;
}

.blog-texts ol {
    counter-reset: item;
    margin-left: 0;
    padding-left: 0;
}

.blog-texts li {
    display: block;
    margin-bottom: 20px;
    margin-left: 2em;
    padding-left: 20px;
    line-height: normal;
    padding-top: 0px;
    color: #525252;
    font-family: Poppins-Regular;
    font-size: 17px;
    position: relative;
}

.blog-texts li::before {
    margin-right: 20px;
    display: inline-block;
    content: counter(item);
    counter-increment: item;
    margin-left: -3em;
    background: #051B88;
    height: 30px;
    width: 30px;
    color: #FFF;
    text-align: center;
    font-family: Poppins-Regular;
    font-size: 17px;
    line-height: 31px;
    position: absolute;
    top: 7px;
}

.tags-group {
    background: #EBEEF5;
    padding: 18px 18px 10px 18px;
    margin-bottom: 30px;
}

.tags-group .tags {
    color: #2E2E2E;
    font-family: Poppins-Regular;
    font-size: 18px;
}

.tags-group .tags .btn {
    color: #2E2E2E !important;
    font-family: Poppins-Regular;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #D3DEF5;
    height: 35px;
    background: #FFF;
    margin-right: 8px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.social {
    margin-top: 10px;
    color: #2E2E2E;
    font-family: Poppins-Regular;
    font-size: 18px;
}

.social img {
    margin-bottom: 0;
    margin-right: 5px;
}

.comments span.h3 {
    display: block;
    color: #2E2E2E;
    font-family: Poppins-Medium;
    font-size: 25px;
    margin-bottom: 30px;
}

.comments span.h6 {
    display: block;
    color: #2E2E2E;
    font-family: Poppins-Medium;
    font-size: 18px;
}

.comments p {
    color: #525252;
    font-family: Poppins-Regular;
    font-size: 17px;
}

.comments a {
    color: #00D0F5 !important;
    font-family: Poppins-Regular;
    font-size: 16px;
    float: right;
}

.comments .media {
    margin-bottom: 30px;
}

.blog-form {
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.blog-form span.h3 {
    display: block;
    color: #2E2E2E;
    font-family: Poppins-Medium;
    font-size: 25px;
    margin-bottom: 40px;
}

.blog-form .form-control {
    border-radius: 4px;
    border: 1px solid rgba(8, 60, 130, 0.09);
    height: 58px;
    color: #525252;
    font-family: Poppins-Regular;
    font-size: 14px;
    background: #FFF;
}

.blog-form .form-control::placeholder {
    color: #525252;
}

.blog-form textarea {
    height: 300px !important;
}

.blog-form .form-check {
    padding-left: 35px;
}

.btn-post {
    border-radius: 10px;
    background: #6865FF;
    width: 162px;
    height: 52px;
    color: #FFF;
    text-align: center;
    font-family: Poppins-Medium;
    font-size: 16px;
    margin-top: 30px;
}

.services {
    background: url("../images/service-bg.png") top no-repeat;
    padding: 100px 0;
    position: relative;
}

.service-img-top {
    position: absolute;
    top: 0;
    right: 0px;
}

.service-img-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

.services span.h6 {
    display: block;
    color: #007BFF;
    font-family: Poppins-Regular;
    font-size: 20px;
}

.services span.h3 {
    display: block;
    color: #595B62;
    font-family: Poppins-Medium;
    font-size: 46px;
}

.service-box {
    background: #F8FAFB;
    box-shadow: 0px 0px 6px 0px rgba(26, 46, 85, 0.10);
    padding: 30px;
    text-align: center;
    min-height: 327px;
    transition: all .7s ease;
    opacity: 0.9;
}

.service-box-last {
    background: #F8FAFB;
    box-shadow: 0px 0px 6px 0px rgba(26, 46, 85, 0.10);
    padding: 30px;
    text-align: center;
    min-height: 327px;
}

.service-box span.h4 {
    display: block;
    color: #151423;
    text-align: center;
    font-family: Poppins-Medium;
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.service-box p {
    color: #33354B;
    text-align: center;
    font-family: Poppins-Regular;
    font-size: 15px;
}

.bg-white {
    background: #fff;
}

.hover-block {
    display: none;
}

.service-box:hover {
    background: #007BFF;
    box-shadow: 0px 0px 6px 0px rgba(26, 46, 85, 0.10);
    cursor: pointer;
    opacity: 1;
}

.bg-white:hover {
    background: #007BFF !important;
    box-shadow: 0px 0px 6px 0px rgba(26, 46, 85, 0.10) !important;
}

.service-box:hover span.h4 {
    color: #fff;
}

.service-box:hover .hover-block {
    display: block;
}

.service-box:hover .hover-none {
    display: none;
}

.service-box:hover p {
    color: #fff;
}

.btn-loadmore {
    display: block;
    color: #FFF;
    text-align: center;
    font-family: Poppins-Medium;
    font-size: 16px;
    border-radius: 10px;
    background: #6865FF;
    height: 70px;
    width: 100%;
    margin-top: 35%;
    padding-top: 25px;
}

.btn-loadmore:hover {
    color: #ffffff;

}

.service-offer {
    padding: 100px 0;
    margin-bottom: 100px;
}

.service-offer span.h5 {
    display: block;
    color: #000;
    font-family: Poppins-Medium;
    font-size: 15px;
}

.service-offer .media {
    margin-bottom: 70px;
}

.service-offer .media:last-child {
    margin-bottom: 0;
}

.service-offer span.h3 {
    display: block;
    color: #000;
    text-align: center;
    font-family: Poppins-Medium;
    font-size: 46px;
    margin-bottom: 20px;
}

.service-offer p {
    color: #000;
    text-align: center;
    font-family: Poppins-Regular;
    font-size: 16px;
    margin-bottom: 90px;
}
.service-offer p a {
    color: #000;
	text-decoration:underline;
}

.services-details {
    padding: 100px 0;
}

.service-category {
    border-radius: 20px;
    background: #F7F9FC;
    padding: 40px 30px;
}

.service-category span.h4 {
    display: block;
    color: #000;
    font-family: Poppins-Medium;
    font-size: 20px;
    margin-bottom: 35px;
}

.category-item {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(32, 33, 36, 0.08);
    padding: 25px 40px;
    color: #202124;
    font-family: Poppins-Medium;
    font-size: 16px;
    margin-bottom: 1px;
    transition: transform 0.5s;
}

.category-item a {

    color: #093bed;
}

.category-item:hover {
    transform: scale(1.05);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    color: #5138EE;
}

.services-details-main {
    margin-bottom: 150px;
}

.services-details-main span.h4 {
    display: block;
    color: #2E2E2E;
    font-family: Poppins-Medium;
    font-size: 24px;
    margin-bottom: 20px;
}

.services-details-main p {
    color: #525252;
    font-family: Poppins-Regular;
    font-size: 17px;
    margin-bottom: 20px;
}

.services-details-main .media p {
    margin-bottom: 0;
}

.services-details-main span.h5 {
    display: block;
    color: #2E2E2E;
    font-family: Poppins-Regular;
    font-size: 20px;
}

.services-details-main .media {
    margin-bottom: 10px;
}

.services-details-main ul {
    padding-left: 0;
}

.service-slider {
    padding: 100px 0;

}

.service-slider .card {
    box-shadow: none;
}

.service-slider-block {
    text-align: center;
    padding: 25px 30px 50px 30px;
    background: url("../images/service-slider-bg1.png") top no-repeat;
    transition: all .7s ease;
    opacity: 0.9;
}

.service-slider-block p {
    color: #616161;
    text-align: center;
    font-family: Poppins-Regular;
    font-size: 16px;
    margin-top: 10px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
}

.service-slider-block:hover {
    background: url("../images/service-slider-bg.png") top no-repeat;
    opacity: 1;
}

.service-slider-block:hover span.h4,
.service-slider-block:hover p {
    color: #fff;
}

.service-slider-block span.h4 {
    display: block;
    margin: 0;
    padding: 0;
    color: #232323;
    text-align: center;
    font-family: Poppins-Medium;
    font-size: 22px;
    margin-top: 20px;
}

.services-details-main ul li {
    background: url("../images/tick.png") left no-repeat;
    list-style: none;
    padding-left: 40px;
    color: #525252;
    font-family: Poppins-Regular;
    font-size: 16px;
    margin-bottom: 20px;
}

.readytotalk {
    background: url("../images/service-details-bg.png") top no-repeat;
    padding: 30px;
}

.readytotalk span.h5 {
    display: block;
    color: #FFF;
    font-family: Poppins-Regular;
    font-size: 18px;
    padding-top: 25px;
}

.readytotalk span.h6 {
    display: block;
    color: #FFF;
    font-family: Poppins-Regular;
    font-size: 16px;
    margin-bottom: 10px;
}

.readytotalk p a {
    color: #FFF !important;
    font-family: Poppins-Regular;
    font-size: 15px;
}

.data-img img {
    width: 56px;
}

@media screen and (min-device-width: 1420px) and (max-device-width: 1740px) {
    .home-logos a {
        padding: 20px 20px;
    }

    .data-analysis span.h3 {
        display: block;
        font-size: 38px;
    }

    .data-img img {
        width: 36px;
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1419px) {
    .home-logos a img {
        width: 100px;
    }

    .data-analysis span.h3 {
        display: block;
        font-size: 38px;
    }
}

@media screen and (min-device-width: 1500px) {
    .container {
        max-width: 1380px !important;
    }

    .container-big {
        max-width: 1500px !important;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}



.testimonial-title {
    color: #fff;
}

.testimonial-slider .carousel-control-prev,
.testimonial-slider .carousel-control-next {
    background-color: #fff;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    top: 60%;
    transform: translateY(-50%);
}

.testimonial-slider {
    padding-top: 100px;
    padding-bottom: 100px;
}

.testimonial-slider span.h3 {
    display: block;
    color: #FFF;
    font-family: Poppins-Medium;
    font-size: 45px;
    margin-bottom: 50px;
}

.testimonial-slider span.h6 {
    display: block;
    color: #FFF;
    font-family: Poppins-Regular;
    font-size: 14px;
}

#prev {
    background: #fff;
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
    padding: 19px;
    margin-right: 10px;
}

#next {
    background: #fff;
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
    padding: 19px;

}

.testimonial-box {
    border-radius: 16px;
    background: #FFF;
    min-height: 350px;
}

.testimonial-box .media span.h5 {
    display: block;
    color: #000229;
    font-family: Poppins-Regular;
    font-size: 24px;
    margin-bottom: 0;
}

.testimonial-box .media p {
    color: #5F6168;
    font-family: Poppins-Regular;
    font-size: 16px;
    text-align: left !important;
    margin-bottom: 0;
}

.testimonial-box .media {
    background: #F7F9FB;
    text-align: left !important;
    padding: 30px;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}

.testimonial-box .cust-para {
    font-family: Poppins-Regular;
    font-size: 20px;
    color: #5F6168;
    text-align: left !important;
    margin-bottom: 0;
    padding: 30px;
}

/*Slider*/
.testimonial-slider #carousel {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

@media (max-width: 1440px) {
    #carousel {
        width: 100%;
    }
}

#slides {
    overflow: hidden;
    /* fix ie overflow issue */
    position: relative;
    width: 100%;
    height: 360px;
}

/* remove the list styles, width : item width * total items */
#slides ul {
    position: absolute;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

/* width of the item, in this case I put 250x250x gif */
#slides li {
    width: auto;
    height: auto;
    float: left;
    overflow: hidden;
    padding: 5px 20px;
}


.testimonial-card {
    width: 672px;
    height: fit-content;
    min-height: 350px;
    overflow: hidden;
    border-radius: 5px;
}

#slides li p {
    text-align: center;
    font-family: sans-serif;
    font-size: 20px
}

/* Styling for prev and next buttons */
#buttons {
    padding: 0 0 5px 0;
    float: right;
}

#buttons a {
    display: block;
    width: 31px;
    height: 32px;
    float: left;
    outline: 0;
}

.clear {
    clear: both
}

@media (max-width: 1440px) {
    #carousel {
        width: 100%;
    }
}

@media (max-width: 440px) {}

.rail {
    margin: 2rem;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.20);
    position: relative;
    margin-bottom: 100px;
}

.train {
    height: 2px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 0px 6px 0px rgba(187, 255, 94, 0.30);
    position: absolute;
    left: 0;
    width: 50%;
}

.customer-stories {
    background: url("../images/customer-story-bg.png") top no-repeat;
    background-size: cover;
}

@media (max-width: 360px) {
    .home-bnr p.h5 {
        font-size: 14px;
        display: none;
    }

    .service-slider-block {
        padding-top: 15px;
    }

    .service-slider-block img {
        width: 50px;
    }

    .service-slider-block p {
        width: auto !important;
    }

    #prev,
    #next {
        zoom: 33% !important;
    }

    .container {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .about-slider .carousel-control-prev,
    .about-slider .carousel-control-next {
        top: -52px !important;
    }
}

@media (min-width: 576px) {
    .testimonial-slider .carousel-item {
        margin-right: 0;
        flex: 0 0 33%;
        display: block;
    }

    .testimonial-slider .carousel-inner {
        display: flex;
    }
}

@media (min-width: 768px) {
    .testimonial-slider .carousel-inner {
        padding: 1em;
    }

    .testimonial-slider .carousel-control-prev,
    .testimonial-slider .carousel-control-next {
        opacity: 1;
        position: absolute;
        left: 1em;
        top: 90%;
        transform: translateY(-50%);
    }

    .testimonial-slider .carousel-control-next {
        left: 5em;
    }

}

@media screen and (max-width: 767px) {
    #slides li p {
        font-size: 16px;
    }

    .container {
        padding-right: 25px;
        padding-left: 25px;
    }

    .about-slider .cards-wrapper {
        justify-content: center;
    }

    .ai-business p {
        text-align: left;
        font-size: 16px;
    }

    .p-relative .overlay {
        opacity: 1;
        width: 83%;
        height: 83%;
        background: rgb(5 27 136 / 72%);
    }

    .p-relative .overlay span.h3 br {
        display: none;
    }

    .mob-center {
        text-align: center;
    }

    .mob-center span.h5 {
        margin-top: 15px;
    }

    .logo-sub-text {
        display: none;
    }

    .nav-list .nav-list-link {
        font-size: 14px;
    }

    .mob-center .mappin img {
        width: 30px !important;
    }

    .mob-center .mappin br {
        display: none;
    }

    .home-bnr p.h2 {
        font-size: 16px;
    }

    .home-bnr p.h2 br {
        display: none;
    }

    #prev,
    #next {
        zoom: 40%;
    }

    .btn-started {
        width: auto;
        font-size: 12px;
        margin-right: 10px;
        height: 40px;
        padding: 10px 10px;
    }

    .testimonial-slider span.h3 {
        display: block;
        font-size: 24px;
    }

    .btn-discover {
        width: auto;
        font-size: 12px;
        height: 40px;
        padding: 10px 10px;
    }

    .home-bnr p {
        font-size: 16px;
        display: none;
    }

    .home-bnr p.h5 {
        display: block;
    }

    .home-bnr p.h2 {
        display: block;
    }


    .home-bnr p.h5 {
        font-size: 14px;
        display: block;
    }

    .scroll-down {
        display: none;
    }


    .slider-caption {
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
    }

    .navbar-brand img {
        width: 100px;
    }

    .home-bnr .carousel-control-next-icon,
    .home-bnr .carousel-control-prev-icon {
        width: 30px;
        height: 30px;
        padding-top: 3px;
    }

    .home-main {
        padding: 50px 0 0 0;
    }

    .home-main p.h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .view-service img {
        width: 160px;
    }

    .service-slider-block {
        background: url("../images/service-slider-bg.png") top no-repeat;
        padding: 50px;
    }

    .service-slider-block span.h4 {
        font-size: 20px;
    }

    .service-slider-block span.h4,
    .service-slider-block p {
        color: #fff;
    }

    .service-slider-block p {
        min-height: 90px;
        width: 230px;
        margin-right: auto;
        margin-left: auto;
        font-size: 14px;
    }

    .data-analysis {
        background-size: cover;
        padding: 50px 0;
        margin-top: -58px;
    }

    .data-analysis span.h3 {
        font-size: 24px;
        display: block;
    }

    .data-analysis span.h6 {
        margin-top: 30px;
        display: block;
    }

    .home-logos {
        padding: 50px 0;
    }

    .home-logos a {
        display: block;
        text-align: center;
    }

    .footer .mob-center img {
        width: 100px;
    }

    .footer p {
        font-size: 16px;
    }

    .footer h1,
    .footer h2,
    .footer h3,
    .footer h4,
    .footer h5,
    .footer h6 {
        font-size: 13px;

    }

    .footer {
        padding: 50px 0;
    }

    .contact-form span.h2 {
        display: block;
        font-size: 24px;
    }

    .contact-form span.h2 br {
        display: none;
    }

    .testimonial-box {
        min-height: 272px;
    }

    #slides {
        height: 280px;
    }

    .testimonial-card {
        width: 100%;
        min-height: 390px;
    }

    .testimonial-box .cust-para {
        padding: 19px;
        font-size: 15px;
    }

    .testimonial-box .media span.h5 {
        font-size: 18px;
    }

    .test-slider span.h6 {
        display: block;
        color: #fff;
    }

    .test-slider span.h3 {
        display: block;
        color: #fff;
        margin-bottom: 20px;
    }

    .test-slider .carousel-control-prev,
    .test-slider .carousel-control-next {
        background: #fff;
        width: 30px;
        height: 30px;
        display: inline-block;
        border-radius: 50%;
        opacity: 1;
        right: 0;
        padding-top: 3px;
    }

    .test-slider .carousel-control-prev img,
    .test-slider .carousel-control-next img {
        width: 15px;
    }

    .test-slider .carousel-control-prev {
        left: auto;
        right: 56px;
    }

    .testimonial-box .media p {
        font-size: 12px;
    }

    .contact-form {
        background: url(../images/contact-form-bg.png) top right no-repeat;
        padding: 50px 0 100px 0;
        background-size: cover;
    }

    .form-mob {
        background: #ffffffe0;
        padding: 20px;
    }

    .ai-business {
        padding: 50px 0;
    }

    .ai-business span.h3 {
        display: block;
        font-size: 24px;
    }

    .ai-business span.h6 {
        display: block;
        margin-top: 30px;
    }

    .ai-business .media {
        margin-bottom: 20px;
        flex-direction: column;
        text-align: center;
    }

    .ai-business .media p {
        text-align: center;
        margin-top: 15px;
        font-size: 14px;
    }

    .service-slider {
        padding: 50px 0 0 0;
    }

    .mappin {
        font-size: 14px;
    }

    .copyright-text {
        font-size: 14px;
        margin-top: 0;
    }

    .policy a {
        font-size: 14px;
    }

    .letstalk-bg {
        background-size: cover;
        margin-bottom: 50px;
        padding: 20px;
    }

    .letstalk-bg span.h2 {
        font-size: 26px;
    }

    .btn-talk {
        float: none;
        margin-top: 20px;

    }

    .gray-bg {
        display: none;
    }

    .zinbay-bnr span.h2 {
        font-size: 40px;
    }

    .about-zinbay span.h3 {
        font-size: 24px;
    }

    .about-zinbay span.h6 {
        margin-top: 30px;
    }

    .about-zinbay .media {
        margin-bottom: 20px;
    }

    .zinbay-experience {
        background-size: cover;
        background: url("../images/data-analysis-bg.png");
        padding: 50px 0;
    }

    .zinbay-experience p {
        margin-bottom: 50px;
    }

    .achievement {
        padding: 50px 0;
    }

    .achievement span.h3 {
        font-size: 24px;
    }

    .achievement span.h6 {
        margin-top: 30px;
    }

    .zinbay-progress span.h3 span:before {
        display: none;
    }

    .zinbay-progress span.h3 {
        font-size: 24px;
    }

    .zinbay-progress {
        background-size: cover;
    }

    .about-slider {
        padding: 50px 0;
    }

    .about-slider span.h2 {
        font-size: 24px;
        margin-bottom: 50px;
    }

    .about-slider .carousel-control-prev,
    .about-slider .carousel-control-next {
        top: -50px;
    }

    .about-slider .carousel-control-prev {
        right: 45px;
    }

    .rail {
        margin: 50px 0;
    }

    .services {
        padding: 50px 0;
    }

    .services span.h3 {
        display: block;
        font-size: 24px;
        margin-bottom: 30px;
    }

    .service-offer {
        padding: 50px 0;
        margin-bottom: 0px;
    }

    .service-offer span.h3 {
        display: block;
        font-size: 24px;
    }

    .service-box {
        padding: 20px;
        min-height: auto;
    }

    .service-box img {
        width: 50px;
    }

    .btn-loadmore {
        margin-top: 2%;
    }

    .services-details {
        padding: 50px 0;
    }

    .services-details-main span.h3 {
        font-size: 24px;
    }

    .services-details-main .media {
        margin-bottom: 20px;
    }

    .services-details-main {
        margin-bottom: 50px;
    }

    .service-category {
        margin-bottom: 20px;

    }

    .blog-main {
        padding-top: 50px;
    }

    .comments p {
        font-size: 14px !important;
    }

    .blog-texts span.h4 {
        font-size: 24px;
    }

    .job-offer {
        width: 100%;
    }

    .career-main span.h3 {
        display: block;
        font-size: 24px;
    }

    .contact-top span.h3 {
        display: block;
        font-size: 24px;
    }

    .career-main {
        padding-top: 50px;
    }

    .careers-mdle {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }

    .job-offer span.h3 {
        display: block;
        font-size: 24px;
    }

    .job-offer {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .job-offer span.h5 {
        text-align: center;
        margin-bottom: 20px;
    }

    .job-offer span.h6 {
        margin-bottom: 20px;
    }

    .career-head hr {
        width: 100%;
    }

    .career-head span.h3 {
        display: block;
        font-size: 24px;
    }

    .career-head span {
        font-size: 13px;
    }

    .privacy-policy span.h3 {
        display: block;
        font-size: 24px
    }

    .privacy-policy {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .progress-rate {
        font-size: 12px;
    }

    .test-slider .card {
        border-radius: 16px;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
    .testimonial-card {
        width: auto;
    }

    .test-slider .card {
        border-radius: 16px;
    }

    .letstalk-bg {
        padding: 50px 25px;
    }

    .test-slider span.h6 {
        display: block;
        color: #fff;
    }

    .test-slider span.h3 {
        display: block;
        color: #fff;
        margin-bottom: 20px;
    }

    .test-slider .carousel-control-prev,
    .test-slider .carousel-control-next {
        background: #fff;
        width: 30px;
        height: 30px;
        display: inline-block;
        border-radius: 50%;
        opacity: 1;
        right: 0;
        padding-top: 3px;
    }

    .test-slider .carousel-control-prev img,
    .test-slider .carousel-control-next img {
        width: 15px;
    }

    .test-slider .carousel-control-prev {
        left: auto;
        right: 56px;
    }

    .p-relative .overlay {
        opacity: 1;
        background: rgb(5 27 136 / 72%);
    }

    .p-relative .overlay span.h3 br {
        display: none;
    }

    .about-slider .cards-wrapper {
        display: flex;
        justify-content: center;

    }

    .mob-center {
        text-align: center;
    }

    .home-bnr p.h2 {
        font-size: 34px;
    }

    .testimonial-slider span.h3 {
        display: block;
        font-size: 24px;
    }

    .btn-started {
        width: auto;
        font-size: 14px;
    }

    .container-big {
        max-width: 720px !important;
    }

    .btn-discover {
        width: auto;
        font-size: 14px;
    }

    .scroll-down {
        display: none;
    }

    .service-slider {
        padding: 50px 0 0 0;
    }

    .slider-caption {
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
    }

    .navbar-brand img {
        width: 100px;
    }

    .home-bnr .carousel-control-next-icon,
    .home-bnr .carousel-control-prev-icon {
        width: 30px;
        height: 30px;
        padding-top: 3px;
    }

    .home-bnr p {
        font-size: 16px;
    }

    .home-main {
        padding: 50px 0;
    }

    .home-main p.h3 {
        font-size: 24px;
    }

    .view-service img {
        width: 160px;
    }

    .service-slider-block {
        background: url(../images/service-slider-bg.png) top no-repeat;
        padding: 140px 133px;
        background-size: 60%;
    }

    .service-slider-block span.h4,
    .service-slider-block p {
        color: #fff;
    }

    .service-slider-block p {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .data-analysis {
        background-size: cover;
        padding: 50px 0;
        margin-top: -58px;
    }

    .data-analysis span.h3 {
        display: block;
        font-size: 24px;
    }

    .data-analysis span.h6 {
        display: block;
        margin-top: 30px;
    }

    .home-logos {
        padding: 50px 0;
    }

    .home-logos a {
        display: block;
        text-align: center;
    }

    .footer .mob-center img {
        width: 100px;
    }

    .footer p {
        font-size: 16px;
    }

    .footer h1,
    .footer h2,
    .footer h3,
    .footer h4,
    .footer h5,
    .footer h6 {
        font-size: 13px;

    }

    .footer {
        padding: 50px 0;
    }

    .contact-form span.h2 {
        display: block;
        font-size: 24px;
    }

    .contact-form {
        background: url(../images/contact-form-bg.png) top right no-repeat;
        padding: 50px 0 100px 0;
        background-size: cover;
    }

    .form-mob {
        background: #ffffffe0;
        padding: 20px;
    }

    .ai-business {
        padding: 50px 0;
    }

    .ai-business span.h3 {
        font-size: 24px;
    }

    .ai-business span.h6 {
        margin-top: 30px;
    }

    .ai-business .media {
        margin-bottom: 20px;
    }

    .mappin {
        font-size: 18px;
    }

    .copyright-text {
        font-size: 14px;
    }

    .policy a {
        font-size: 14px;
    }

    .letstalk-bg {
        background-size: cover;
        margin-bottom: 50px;
    }

    .gray-bg {
        display: none;
    }

    .zinbay-bnr span.h2 {
        font-size: 46px;
    }

    .about-zinbay span.h3 {
        font-size: 24px;
    }

    .about-zinbay span.h6 {
        margin-top: 30px;
    }

    .about-zinbay .media {
        margin-bottom: 20px;
    }

    .zinbay-experience {
        background: url("../images/abot-bnr.png");
        background-size: cover;
        padding: 50px 0;
    }

    .zinbay-experience p {
        margin-bottom: 0px;
    }

    .achievement {
        padding: 50px 0;
    }

    .achievement span.h3 {
        font-size: 24px;
    }

    .achievement span.h6 {
        margin-top: 30px;
    }

    .zinbay-progress span.h3 span:before {
        display: none;
    }

    .zinbay-progress span.h3 {
        font-size: 24px;
    }

    .zinbay-progress {
        background-size: cover;
    }

    .about-slider {
        padding: 50px 0;
    }

    .about-slider span.h2 {
        display: block;
        font-size: 24px;
        margin-bottom: 50px;
    }

    .about-slider .carousel-control-prev,
    .about-slider .carousel-control-next {
        top: -90px;
    }

    .about-slider .carousel-control-prev {
        left: auto;
        right: 50px;
    }

    .service-offer {
        margin-bottom: 0;
    }

    .services-details {
        padding: 50px 0;
    }

    .services-details-main span.h3 {
        font-size: 24px;
    }

    .services-details-main .media {
        margin-bottom: 20px;
    }

    .services-details-main {
        margin-bottom: 50px;
    }

    .service-category {
        margin-bottom: 20px;

    }

    .readytotalk {
        padding: 40px 60px;
        background-size: cover;
        width: 500px;
        margin: auto;
    }

    .blog-main {
        padding-top: 50px;
    }

    .job-offer {
        width: 100%;
    }

    .career-main span.h3 {
        font-size: 24px;
    }

    .contact-top span.h3 {
        font-size: 24px;
    }

    .career-main {
        padding-top: 50px;
    }

    .careers-mdle {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }

    .job-offer span.h3 {
        font-size: 24px;
    }

    .job-offer {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .job-offer span.h5 {
        text-align: left;
    }

    .job-offer span.h6 {
        margin-bottom: 20px;
    }

    .job-offer .panel {
        padding: 30px 0px;
    }

    .career-head hr {
        width: 100%;
    }

    .mappin img {
        width: 30px !important;
    }

    .mappin br {
        display: none;
    }

    .overlay {
        width: 83%;
    }
}

@media screen and (min-device-width: 992px) and (max-device-width: 1199px) {
    .form-mob {
        background: #ffffffe0;
        padding: 20px;
    }

    .mob-center {
        text-align: center;
    }

    .p-relative .overlay {
        opacity: 1;
        background: rgb(5 27 136 / 72%);
    }

    .testimonial-card {
        width: 644px;
    }

    .letstalk-bg span.h2 {
        display: block;
        font-size: 26px;
    }

    .logo-sub-text {
        display: none;
    }

    #prev,
    #next {
        zoom: 90%;
    }

    .service-slider-indicators .carousel-indicators {
        bottom: -60px;
        margin: 20px;
    }

    .mappin img {
        width: 30px !important;
    }

    .mappin br {
        display: none;
    }

    .home-bnr p.h2 {
        font-size: 40px;
    }

    .job-offer {
        width: 100%;
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1450px) {
    .services-details {
        padding: 100px 0 50px 0;
    }

    .category-item {
        padding: 20px 40px;
        font-size: 14px;
    }

    .contact-form span.h2 {
        display: block;
        color: #2E2E2E;
        font-size: 30px;
    }

    .data-analysis .media {
        zoom: 90%;
    }

    .ai-business .media p {
        font-size: 14px;
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
    .testimonial-card {
        width: 644px;
    }

    .letstalk-bg span.h2 {
        display: block;
        font-size: 26px;
    }

    .contact-form {
        background-position: right -250px top;
    }
}

@media screen and (min-device-width: 1600px) {
    .service-slider-indicators .carousel-indicators {
        bottom: -46px;
    }
}

.width-90 {
    width: 90%;
}

.width-80 {
    width: 80%;
}

.width-60 {
    width: 60%;
}


/* NEW STYLES */

.relative-box {
    position: relative;
}

.ai-business .about2 {
    position: absolute;
    top: 0;
    left: 0;
    animation: upDown 3s linear infinite;
}

.ai-business .about3 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    animation: downUp 3s linear infinite;
}


/* EXPERIENCE */

.zinbay-experience-counter {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* PROGRESS */

.zinbay-progress {
    overflow: hidden;
}

.zinbay-progress .progress-img-2 {
    position: absolute;
    left: 0;
    top: 0;
    animation: justroatation 3s linear infinite;
}

.zinbay-progress .progress-img-3 {
    position: absolute;
    left: 0;
    top: 0;
    /* animation:  3s linear infinite; */
}

.zinbay-progress .progress-img-4 {
    position: absolute;
    left: 0;
    top: 0;
    /* animation: zooming 3s linear infinite; */
}

.zinbay-progress .progress-img-5 {
    position: absolute;
    left: -90px;
    top: 0;
    /* animation: downUp 3s linear infinite; */
}

/* Career */

.career-main .career-banner-box {
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.career-main .career-banner-box img {
    margin: 10px;
}

.career-main .career-banner-box .sub {
    display: flex;
    flex-direction: column;
}

.achievement {
    overflow: hidden;
}

/* service */

.service-offer {
    overflow: hidden;
}

@keyframes zooming {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes downUp {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes diagonalMove {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(20px, -20px);
    }

    100% {
        transform: translate(0, 0);
    }
}




@keyframes rightLeft {
    0% {
        transform: translatex(0);
    }

    50% {
        transform: translatex(15px);
    }

    100% {
        transform: translatex(0);
    }
}

@keyframes Leftright {
    0% {
        transform: translatex(0);
    }

    50% {
        transform: translatex(-15px);
    }

    100% {
        transform: translatex(0);
    }
}


@keyframes roatation {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes justroatation {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(0);
    }
}


@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomAnimation {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
        /* Adjust the scale factor for the zoom effect */
    }
}



/* PORTFOLIO */

.portfolio-logo{
    max-width: 90%;
}
.call-btn{
    height: 40px;
    background: radial-gradient(circle at 24.1% 68.8%, rgb(50, 50, 50) 0%, rgb(0, 0, 0) 99.4%) !important;
    color: #fff !important;
    font-family: Poppins-Medium;
    font-size: 16px;
}

.call-btn img {
    margin-right: 15px;
}


.portfolio-page .banner {
    background-image: url('../images/portfolio/banner.jpg');
    height: auto;
    padding: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.portfolio-page .banner .heading-box {
    width: 80%;
    text-align: start;
}

.portfolio-page .banner .heading-box .h1 {
    color: #fff;
    font-size: 60px;
}


.portfolio-page .banner .heading-box .h6 {
    color: #fff;
    font-size: 17px;
    line-height: 25px;
}

.content-box {
    padding: 100px 0;
}

.portfolio-page .content-box .card {
    border: none;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.portfolio-page .content-box .card img {
    border-radius: 12px;
    object-fit: cover;
}

.portfolio-page .content-box .card:hover img {
    animation: cardZoom 3s infinite alternate;
}

.portfolio-page .content-box .card::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.596);
    z-index: 9;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
}

.portfolio-page .content-box .card:hover::before {
    background-color: rgba(0, 0, 0, 0.384);
}

.portfolio-page .content-box .card .portfolio-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1111;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;

}

.portfolio-page .content-box .card .portfolio-overlay .top {
    display: flex;
}

.portfolio-page .content-box .card .portfolio-overlay .top .h5 {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 7px;
    padding: 6px 14px 6px 17px;
    font-size: 13px;
    margin: 0 10px 0 0;
}

.portfolio-page .content-box .card .portfolio-overlay .bottom .h4 {
    color: #fff;
    font-size: 30px;
}

.portfolio-page .content-box .card .portfolio-overlay .bottom .h6 {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.portfolio-page .content-box .card .portfolio-overlay .bottom a {
    border: none;
    background-color: #353535;
    color: #fff;
    padding: 10px 18px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.portfolio-page .content-box .card .portfolio-overlay .bottom a:hover {
    background-color: #fff;
    color: #353535;
}

.portfolio-page .content-box .col-lg-6 {
    padding: 10px;
}

.portfolio-page .content-box .col-xl-4 {
    padding: 10px;
}

.portfolio-page .content-box .col-md-6 {
    padding: 10px;
}



@keyframes cardZoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
        /* Adjust the scale factor for the zoom effect */
    }
}

/* Client Section */

.client-section{
    padding: 100px 0;
}

.clent-section .clients .swiper {
    width: 100%;
    height: 100%;
}

.clent-section .clients .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clent-section .clients .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}