.text-orange{
    color:#ffc64f;
}
.line-clamp-1 {
    -webkit-line-clamp: 1;
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
}

.line-clamp-4 {
    -webkit-line-clamp: 4;
}

.line-clamp-1,
.line-clamp-2,
.line-clamp-3,
.line-clamp-4 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.roadmap ul {
    list-style: none;
}

.roadmap ul li::before {
    content: "\2022";
    color: #ffc64f;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.roadmap ul li {
    line-height: 1.8;
    font-size: 1rem;
    font-family: 'Battambang', cursive !important;
}

.roadmap h5 {
    background: #eeeeee;
    color: #0446c8;
    padding: 5px 10px;
    border-radius: 16px;
    font-size: 1.2rem;
    /* width: 133px; */
}

.solutions-wrap-card .icon img {
    display: inline-block;
    width: 95px;
    line-height: 95px;
    padding: 12px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 6px 15px rgb(7 78 206 / 10%);
    box-shadow: 0px 6px 15px rgb(7 78 206 / 10%);
    border-radius: 100px;
    color: #2261af;
}

.bg-f4faff {
    background-color: #f4faff;
}

.solutions-wrap-card .img img {
    margin-top: 15px;
    margin-bottom: 20px;
}

.solutions-wrap-card p,
.accordion-content p {
    font-size: 1rem;
}

.solutions-wrap-area .section-title p {
    font-size: 0.9rem;
}

.min-h-520 {
    min-height: 520px;
}

.accordion-title {
    font-size: 1.1rem !important;
}

.ml-30 {
    margin-left: 30px;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: .75s;
}

@keyframes fadeInDownSm {
    from {
        opacity: 0;
        transform: translate3d(0, -40%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownSm {
    animation-name: fadeInDownSm;
}

/*================================================
IT Solutions Area CSS
=================================================*/
/* .it-solutions-slides{
    margin-top: 90px;
} */
.it-solutions-item {
    background-image: url(../../assets/img/it-solutions-home/banner-bg-1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 220px;
    padding-bottom: 250px;
    height: 820px;
}

.it-solutions-item.bg-2 {
    background-image: url(../../assets/img/it-solutions-home/banner-bg-2.jpg);
}

.it-solutions-item.bg-3 {
    background-image: url(../../assets/img/it-solutions-home/banner-bg-3.jpg);
}

.it-solutions-item .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

.it-solutions-banner-content {
    max-width: 50%;
}

.it-solutions-banner-content h1 {
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 22px;
    color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .it-solutions-banner-content h1 {
        font-size: 64px;
    }
}

.it-solutions-banner-content p {
    font-size: 1.2rem;
    margin-bottom: 0;
    color: #ffffff;
}

.it-solutions-banner-content .btn-box {
    margin-top: 30px;
}

.it-solutions-banner-content .btn-box .btn-primary::before {
    /* background: #2EC7C8; */
}

.it-solutions-banner-content .btn-box .btn-primary::after {
    /* background: #846CD4; */
}

.it-solutions-banner-content .btn-box .btn-light {
    margin-left: 15px;
    color: #ffffff;
}

.it-solutions-slides.owl-theme .owl-nav {

    margin-top: 0;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 35px;
    left: 0;
}

.it-solutions-slides.owl-theme .owl-nav [class*=owl-] {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 50px;
    border: 2px solid #ffac00;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #ffac00;
    font-size: 20px;

}

.it-solutions-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #ffac00;
    border-color: #ffac00;
    color: #ffffff;
}

/* fintech  */
.block-volume {
    text-align: center;
}

.row .block-volume .bg-5461ce {
    background-color: #5461ce;
}

.row .block-volume .bg-359b7a {
    background-color: #359b7a;
}

.row .block-volume .bg-5461ce:hover {
    background-color: #ce5497;
}

.block-volume .volume-top {
    background-color: #d1ad44;
    height: 400px;
    width: 400px;
    padding-top: 130px;
    display: inline-block;
    -webkit-box-shadow: 0px 4px 20px rgba(102, 104, 35, 0.18);
    box-shadow: 0px 4px 20px rgba(102, 104, 35, 0.18);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.block-volume .volume-top:hover{
    background-color: #0446c8;
}

.block-volume .volume-top .number {
    color: #ffffff;
    text-align: center;
    font-size: 5rem;
    margin-bottom: 0;
    line-height: 1;
    font-weight: bold;
}

.block-volume .volume-top .scale {
    color: #ffffff;
    text-align: center;
    font-size: 1.5rem;
}

.block-volume .volume-text {
    margin-top: 1rem;
    text-align: center;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .block-volume .volume-top {
        height: 300px;
        width: 300px;
        padding-top: 75px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .block-volume .volume-top {
        height: 300px;
        width: 300px;
        padding-top: 92px;
    }

    .block-volume .volume-top .number {
        font-size: 3.5rem;
    }

    .block-volume .volume-top .scale {
        font-size: 2.2rem;
    }
}


.img-content img {
    margin-bottom: 20px;
}

.key-list {
    margin-top: 1rem;
    list-style-image: url('../../images/common/arrow-right.png');
}

.key-list li {
    font-size: 16px;
    padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .key-initiative .single-how-it-work-box {
        min-height: 424px;
    }
}


.key-initiatives .single-services-box {
    position: relative;
    overflow: hidden;
    padding: 0;
    /* background-color: #f1f3f6; */
}

.key-initiatives .single-services-box .icon {
    width: 100%;
    height: 100%;
    background-color: transparent;
    margin-bottom: 0;
}

.key-initiatives .single-services-box .icon img {
    width: 100%;
}

.key-initiatives .single-services-box .feature-text {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 0;
    padding: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;

}

.key-initiatives .single-services-box:hover img {
    opacity: 0;
}

.key-initiatives .single-services-box:hover .feature-text {
    opacity: 1;
    display: inline-block;
    z-index: 1;
}

.bg-f2f6f9 {
    background-color: #f2f6f9;
}

.digital-area .single-services-box {
    background-color: #ffffff;
    min-height: 368px;
}

.shape-img1 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: -1;
    opacity: .40;
}

.shape-img2 {
    position: absolute;
    left: 5%;
    top: 5%;
    z-index: -1;
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.shape-img7 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    opacity: .20;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
}

.shape-img3 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: .10;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
}

.shape-img4 {
    position: absolute;
    right: 40%;
    bottom: 8%;
    z-index: -1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}

.shape-img5 {
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0.7;
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.shape-img6 {
    position: absolute;
    left: 2%;
    bottom: 0;
    z-index: -1;
    opacity: .40;
    -webkit-animation: moveLeftBounce 5s linear infinite;
    animation: moveLeftBounce 5s linear infinite;
}

.dot-shape1 {
    position: absolute;
    top: 5%;
    left: 50%;
    z-index: -1;
    -webkit-animation: animationFramesTwo 40s infinite linear;
    animation: animationFramesTwo 40s infinite linear;
    opacity: 0.5;
}

.dot-shape2 {
    position: absolute;
    left: 5%;
    top: 45%;
    z-index: -1;
    -webkit-animation: animationFramesTwo 30s infinite linear;
    animation: animationFramesTwo 30s infinite linear;
    opacity: 0.5;
}

.dot-shape4 {
    position: absolute;
    right: 15%;
    top: 50%;
    z-index: -1;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
}

.dot-shape5 {
    position: absolute;
    left: 30%;
    top: 50%;
    z-index: -1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}

.dot-shape6 {
    position: absolute;
    right: 45%;
    bottom: 5%;
    z-index: -1;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
}

.digital-area .single-services-box {
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 30px 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

.digital-area .single-services-box .icon {
    margin-bottom: 18px;
    background-color: #eaf1fb;
    width: 75px;
    height: 75px;
    line-height: 75px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    color: #2261af;
    border-radius: 50%;
}

.digital-area .single-services-box .icon i::before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 35px;
}

.digital-area .single-services-box h3 {
    margin-bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 23px;
    font-weight: 700;
}

.digital-area .single-services-box p {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 12px;
    margin-bottom: 0;
}

.digital-area .single-services-box::before {
    border-radius: 5px;
    content: '';
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #2261af;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}

.digital-area .single-services-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
}

.digital-area .single-services-box:hover .icon {
    background-color: #ffffff;
    color: #2261af;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.digital-area .single-services-box:hover .icon i::before {
    font-size: 30px;
}

.digital-area .single-services-box:hover::before {
    width: 100%;
}
.digital-area .status{
    background-color: #d1ad44;
    border-radius: 16px;
    position: absolute;
    padding: 6px 14px;
    color: #ffffff;
    top: 4%;
    right: 4%;
    font-size: 12px;
}
.resources-area .single-resources-box{
    position: relative;
    min-height: 614px;
}
.resources-area .status{
    background-color: #ccae4b;
    z-index: 2;
    border-radius: 16px;
    position: absolute;
    padding: 6px 14px;
    color: #ffffff;
    bottom: 44%;
    right: 2%;
    font-size: 12px;
    font-weight: bold;
}
.sub-title span{
    font-size: 48px;
}
.value-benefits-list-tabs .nav .nav-item .nav-link .icon img {
    color: #2261af;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 7px 15px rgba(7, 78, 206, 0.1);
    box-shadow: 0px 7px 15px rgba(7, 78, 206, 0.1);
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 55px;
    border-radius: 50%;
    border: 4px solid #E5E8FC;
    text-align: center;
    font-weight: 500;
    padding: 10px;
  }


  .policy-area .cycle-box{
    position: relative;
    left: 30px;
  }
  .policy-area .cycle-box .circles-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  .policy-area .cycle-box .circles-box .circle-one {
    position: absolute;
    left: 0;
    bottom: 212px;
    width: 16px;
    height: 16px;
    z-index: 1;
    border-radius: 50%;
    background-color: #9cbde3;
  }

  .policy-area .cycle-box .circles-box .circle-two {
    position: absolute;
    left: 80px;
    bottom: 3px;
    width: 36px;
    height: 36px;
    z-index: 1;
    border-radius: 50%;
    background-color: #ffac00;
  }

.policy-area .cycle-box .box-border{
    --angle: 0deg;
    width: 450px;
    height: 450px;
    background-color: transparent;
    border-radius: 50%;
    border: 20px solid #d6e5f5;
}
@keyframes rotate {
    to {
      --angle: 360deg;
    }
  }
  @property --angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
  }
.policy-area .cycle-box .box{
    position: absolute;
    background-color: #2261af;
    color: #ffffff;
    padding: 20px 8px;
    border-radius: 8px;
    width: 238px;
    z-index: 2;
}
.policy-area .cycle-box .box p{
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}
.policy-area .cycle-box .box-top{
    top: -25px;
    left: 107px;
}

.policy-area .cycle-box .box-right{
    top: 144px;
    right: -45px;
}
.policy-area .cycle-box .box-left{
    top: 144px;
    left: -45px;
}
.policy-area .cycle-box .box-bl{
    bottom: -22px;
    left: -44px;
}
.policy-area .cycle-box .box-br{
    bottom: -22px;
    right: -44px;
}
/* @media only screen and (min-width: 992px) and (max-width: 1040px) {
    .policy-area .cycle-box{
        left: 45px;
    }
    .policy-area .cycle-box .box-border{
        width: 300px;
        height: 300px;
    }
    .policy-area .cycle-box .box p{
        font-size: 16px;
    }
    .policy-area .cycle-box .box{
        width: 170px;
        padding: 15px 5px;
    }
} */
@media only screen and (min-width: 768px) and (max-width: 1040px) {
    .policy-area .cycle-box .circles-box .circle-one{
        bottom: 145px;
    }
    .policy-area .cycle-box{
        left: 45px;
    }
    .policy-area .cycle-box .box-border{
        width: 300px;
        height: 300px;
    }
    .policy-area .cycle-box .box p{
        font-size: 13px;
    }
    .policy-area .cycle-box .box{
        width: 170px;
        padding: 15px 5px;
    }
    .policy-area .cycle-box .box-top{
        left: 65px;
    }
    .policy-area .cycle-box .box-left{
        top: 84px;
        left: -30px;
    }
    .policy-area .cycle-box .box-right{
        top: 84px;
        right: -30px;
    }
    .policy-area .cycle-box .box-bl{
        bottom: 0px;
        left: -30px;
    }
    .policy-area .cycle-box .box-br{
        bottom: 0px;
        right: -30px;
    }
}
@media only screen and (max-width: 767px) {
    .policy-area .cycle-box .circles-box .circle-one{
        bottom: 105px;
    }
    .policy-area .cycle-box{
        left: 20px;
        top: 40px;
    }
    .policy-area .cycle-box .box-border{
        width: 250px;
        height: 250px;
    }
    .policy-area .cycle-box .box p{
        font-size: 12px;
    }
    .policy-area .cycle-box .box{
        padding: 15px 5px;
        width: 142px;
    }
    .policy-area .cycle-box .box-top{
        left: 50px;
    }
    .policy-area .cycle-box .box-left{
        top: 65px;
        left: -20px;
    }
    .policy-area .cycle-box .box-right{
        top: 65px;
        right: -20px;
    }
    .policy-area .cycle-box .box-bl{
        bottom: 0px;
        left: -20px;
    }
    .policy-area .cycle-box .box-br{
        bottom: 0px;
        right: -20px;
    }


}

.favorable-factor .awesome-solutions-card{
    min-height: 210px;
}
.favorable-factor .awesome-solutions-card img{
    margin-bottom: 5px;
}
.digi-landscape .features-wrap-card{
    min-height: 210px;
}
.digi-landscape .features-wrap-card .content p{
    font-weight: 800;
    color: #ffc64f;
    margin-top: 0;
}

.digi-landscape .features-wrap-card .source{
    color: gray;
    padding-top: 15px;
}

.digi-2-area .work-process-image .icon i
{
    font-size: 48px;
}
.digi-2-area .content h3{
    font-size: 48px;
    color: #2261af;
}
.overview-area .box{
    background-color: #ffffff;
    padding: 10px 20px;
    box-shadow: 0px 4px 20px rgba(7, 78, 206, 0.08);
    -webkit-box-shadow: 0px 4px 20px rgba(7, 78, 206, 0.08);
    margin-bottom: 30px;
    border-radius: 6px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.overview-area .box:hover{
    background-color: #0446c8;
}

.overview-area .box:hover h6, .overview-area .box:hover p{
    color: #ffffff;
}

.overview-area .box h6{
    font-size: 14px;
}
.overview-area .box h6 span{
    color: #ffc64f;
    font-size: 32px;
    font-weight: 800;
}
.overview-area .box p{
    color: #0446c8;
}
.insur-impact-area .table th{
    font-size: 17px;
}
.insur-impact-area .table th span{
    position: relative;
    transform: rotate(-90deg);
    transform-origin: 0 50%;
    transform: rotate(-90deg);
    white-space: nowrap;
    display: block;
    top: 180px;
    left: 50%;
}
.text-paragraph{
    font-size: 1rem;
}
.text-indent-50{
    text-indent: 50px;
}
@media only screen and (min-width: 991px) {
    .staff-area .single-team-box .content{
        min-height: 292px;
    }

}

.work-process-card .work-process-image:hover .icon i{
    color: #ccae4b;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}


.fintech-subsector .icon img{
    width: 100%;
}

.digital-area .fintech-subsector h3{
    font-size: 20px;
}

.fintech-subsector ol li{
    font-size: 1.2rem;
    color:#0446c8;
    transition: 0.4s;
    -webkit-transiction:0.4s;
    line-height: 1.8;
}
.fintech-subsector:hover{
    background-color: transparent !important;
}
.fintech-subsector:hover ol li{
    color:#ffffff;
}



