﻿html {
    overflow-x: hidden !important;
}

.service-block-two .inner-box:before {
    position: relative !important;
}

ul.filter-tabs.filter-btns.nav.nav-pills.nav-fill {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: inherit;
}

/*Banner Images Start*/
.banner-text {
    font-weight: 700;
    font-size: 36px;
}

.banner_img {
    background-repeat: no-repeat;
    background-size: cover;
}

.iOCR_processing {
    background-image: url('../images/background/bg-shapes.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.iOCR_processing-right {
    background-image: url('../images/background/bg-shapes-right.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.how-it-bg {
    background-image: url(../images/background/how_it_work-bg.jpg) !important;
    background-position: 50% -3px !important;
    background-repeat: no-repeat;
}

.success-story-bg {
    background-image: url(../images/background/SuccessStory-bg.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
}

.banner-image {
    display: grid;
    width: 100%;
    height: 490px;
    object-fit: cover;
}

.banner-text-div {
    align-self: center;
    padding: 100px 0px;
    font-weight: 500;
    font-size: large;
}
/*Banner Images End*/


/*Button-Style Start*/

.btn {
    padding: 10px 25px;
}

.btn-outline-warning {
    color: #ffffff;
    border-color: #f2f2f2;
}

.btn-group-lg > .btn, .btn-lg {
    padding: .7rem 2rem !important;
    font-size: 1.2rem !important;
    line-height: 1.5 !important;
    border-radius: .3rem !important;
}

.btn-light {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd !important;
}

    .btn-light:hover {
        background-color: #232323 !important;
        border-color: #232323;
        color: white !important;
    }

.btn.btn-light.dropdown-toggle {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd !important;
}

    .btn.btn-light.dropdown-toggle:hover {
        color: #555555 !important;
        background-color: #ffffff !important;
        border: 1px solid #dddddd !important;
    }

.btn-outline-light {
    color: #212529;
    border-color: #ccc;
    font-size: 21px;
}

    .btn-outline-light:hover {
        border: 1px solid #ccc;
    }

    .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
        border: 1px solid #ccc;
    }

.btn-link {
    font-weight: 400;
    color: #2F2E41;
    text-decoration: none;
}

.btn-link:hover {
    font-weight: 400;
    color: #fc437a !important;
    text-decoration: none;
}

.btn-secondary {
    color: #2F2E41 !important;
    background-color: #efefef !important;
    border-color: transparent !important;
}

    .btn-secondary:hover {
        color: #2F2E41 !important;
        background-color: #dcdbdb !important;
        border-color: transparent !important;
    }

    .btn-secondary.focus, .btn-secondary:focus {
        box-shadow: none !important;
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #2F2E41 !important;
        background-color: #dcdbdb !important;
        border-color: transparent !important;
    }

.custom-select {
    width: 100%;
    height: 60px;
    padding: 14px 22px;
}

.btn-group {
    width: 100%;
}

button.multiselect.dropdown-toggle.custom-select {
    margin-top: 0;
    text-align: left;
}

button.multiselect-option.dropdown-item {
    margin-top: 0;
    padding: 0rem 1.5rem;
    line-height: 1.4;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #fc437a;
}

.theme-btn {
    border: none !important;
}

/*Custom-Button Style*/

.popular-tags .btn-light,
.btn-outline-warning {
    margin: 6px 6px 6px 0px;
}

a.theme-btn.btn-style-four:hover {
    color: #ffffff !important;
}

.badge-warning {
    color: #ffffff;
    background-color: #fc437a;
}

.badge-dark {
    color: white;
    background-color: #fb497e;
}

/*Button-Style End*/


/*--Map style start--*/

.distribution-map {
    position: relative;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

    .distribution-map > img {
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0;
    }

    .distribution-map .map-point {
        cursor: pointer;
        outline: none;
        z-index: 0;
        position: absolute;
        width: 42px;
        height: 36px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -moz-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
        -o-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
        -webkit-transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out, z-index 0.25s ease-in-out;
        -webkit-transition-delay: 0.25s, 0.25s, 0.25s, 0.25s;
        -webkit-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
        transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
    }

        .distribution-map .map-point .content {
            opacity: 0;
            -webkit-transition: opacity 0.25s ease-in-out;
            transition: opacity 0.25s ease-in-out;
            width: 100%;
            height: 100%;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            overflow: overlay;
        }

.country {
    font-weight: 500;
    margin: 0;
    text-align: center;
    -webkit-transition: font-size 0.25s ease-in-out;
    -moz-transition: font-size 0.25s ease-in-out;
    -o-transition: font-size 0.25s ease-in-out;
    transition: font-size 0.25s ease-in-out;
}

.distribution-map .map-point:hover,
.distribution-map .map-point:focus .country:hover {
    margin: 0;
    padding: 0;
    opacity: 1;
    width: 42px;
    height: 50px;
    font-size: 1.5em;
    z-index: 1;
    -webkit-transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out;
}
/*--Map style End--*/

.Read-Story {
    margin-right: -14px;
}

.ml-minus {
    margin-left: -14px;
}

.ball {
    position: absolute;
    border-radius: 100%;
    opacity: 0.5;
}

.upper-box {
    /*background-color: #fdcc2d !important;*/
    background: -moz-radial-gradient(center, ellipse cover, #FFDE5B 30%, #FFCA1C 100%);
    /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(30%, #FFDE5B), color-stop(100%, #FFCA1C));
    /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, #FFDE5B 30%, #FFCA1C 100%);
    /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, #FFDE5B 30%, #FFCA1C 100%);
    /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, #FFDE5B 30%, #FFCA1C 100%);
    /* ie10+ */
    background: radial-gradient(ellipse at center, #e63875 30%, #f86965 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FFDE5B', endColorstr='#FFCA1C', GradientType=1);
    /* ie6-9 */
}

.upper-box-1 {
    /* background-color: #fdcc2d !important; */
    background: -moz-radial-gradient(center, ellipse cover, #fee273 30%, #fcca29 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(30%, #fee273), color-stop(100%, #fcca29));
    background: -webkit-radial-gradient(center, ellipse cover, #fee273 30%, #fcca29 100%);
    background: -o-radial-gradient(center, ellipse cover, #fee273 30%, #fcca29 100%);
    background: -ms-radial-gradient(center, ellipse cover, #fee273 30%, #fcca29 100%);
   background: radial-gradient(ellipse at center, #e63875 30%, #f86965 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fee273', endColorstr='#fcca29', GradientType=1);
}

.bg-secondary-automation {
    background-color: #efefef;
    border-left: 5px solid #fc437a !important;
    align-self: flex-end;
    height: 100%;
    padding: 8px;
}

.bg-secondary-automation1 {
    background-color: #efefef;
    border-left: 0px solid #ffc107 !important;
    align-self: flex-end;
    height: 100%;
}

.bg-secondary {
    background-color: #efefef !important;
}

.warning-link {
    color: #161515 !important;
}

a.warning-link:focus,
a.warning-link:hover {
    color: #fc437a !important;
    font-weight: 600;
    transition: transform .6s;
}

a.warning-link:focus,
a.warning-link:hover {
    color: #fc437a !important;
}

.media-border-left {
    border-left: 5px solid #fc437a !important;
    height: 65px;
    align-self: flex-end;
}

.bg-dark {
    background-color: #2f2e41 !important;
}

.text-dark {
    color: #2F2E41 !important;
}

.text-warning-hover {
    color: #2F2E41 !important;
}

    .text-warning-hover:hover {
        color: #ffc107 !important;
    }

.news-block-three .inner-box .lower-content:hover h4 {
  color: #fc437a !important;
}

.text_yellow {
    color: #fd759d !important;
}
.top-slider-text {
    font-size: 28px;
}

b,
strong {
    font-weight: 900;
}

.main-footer {
    position: relative;
    background-color: #2F2E41;
    padding: 0px;
}

    .main-footer .footer-bottom {
        border-top: 0px solid #0345b3;
    }

.rounded-pill-right {
    border-top-right-radius: 3.25rem !important;
    border-bottom-right-radius: 3.25rem !important;
    width: 100% !important;
    height: fit-content;
    object-fit: cover;
}

.assets_icons {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.power-text-bg {
    background-color: #fff;
    border-left: 5px solid #fc437a !important;
}

.power-text-style {
    font-weight: bolder !important;
    font-size: 43px;
    margin: -35px 0 0;
}

.power-text-count {
    font-weight: 800 !important;
    margin: -23px 0 0;
}

.power-text {
    font-weight: 800 !important;
    font-size: 43px;
}

.steps-icon {
    width: 120px !important;
}

.experience_img {
background-color: #fa6e6352;
}

.border {
    border: 1px solid #ebebeb;
}

.process-block {
    z-index: 1;
}

.rounded-pill-right {
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
    width: 100% !important;
    height: fit-content;
    object-fit: cover;
}

.arrow-more {
    background-color: #2F2E41;
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 0 0 20px;
    float: right;
    margin: -1px -2px;
}

.text-bg {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 75%, #fc437a 75%);
    width: fit-content;
    padding: 0px 4px;
}

.text-bg-dark {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 67%, rgb(2 2 2) 65%);
    width: fit-content;
    padding: 0px 4px;
}

.count-box1 {
    background: rgb(255, 253, 253);
    background: linear-gradient(180deg, rgba(255, 253, 253, 0) 29%, #EFEFEF 29%);
}

.count-box2 {
    background: rgb(255, 253, 253);
    background: linear-gradient(180deg, rgba(255, 253, 253, 0) 27%, #EFEFEF 27%);
}

.gray-bg {
    background: #f2f2f2;
}

.process-block .inner-box-rpa {
    border: 1px solid #cccccc !important;
    background-color: #2f2e41 !important;
    padding: 10px 25px;
    color: #e2dede;
    cursor: pointer;
}

    .process-block .inner-box-rpa:hover {
        background-color: #ffe679 !important;
        color: #171717;
    }

    .process-block .inner-box-rpa .text-bg-dark {
        background: rgb(255, 255, 255);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 67%, rgb(2 2 2) 65%);
        width: fit-content;
        padding: 0px 4px;
        color: #ffffff;
    }

    .process-block .inner-box-rpa:hover .text-bg-dark {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 67%, rgb(255 255 255) 65%) !important;
        color: #171717;
    }

.d-grid {
    display: grid;
}

.carousel-indicators li {
    background-color: #212529;
}

.strong {
    font-weight: 600 !important;
}

.border_bottom {
    border-bottom: 1px solid #e8e8e8;
}

.n_link {
    color: black;
}

.bg-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#F7971E), to(#FFD200)) !important;
    background: -webkit-linear-gradient(left, #F7971E, #FFD200) !important;
    background: -o-linear-gradient(left, #F7971E, #FFD200) !important;
    background: linear-gradient(to right, #F7971E, #FFD200) !important;
}

.cardify {
    box-shadow: 0 5px 30px rgba(105, 106, 119, .05);
    padding: 2rem;
}

a.nav-link.nav-space {
    padding: 0;
    line-height: 40px;
}

.info-section1 {
    position: relative;
    padding: 50px 0px 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
}

    .info-section1:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        background-color: rgb(16 16 33 / 80%);
    }

#hide {
    display: none;
}

#myDIV:hover + #hide {
    display: block;
}


/*Customers page starts*/

.tabs_link {
    color: grey;
    padding: 0.5rem 2.5rem;
}

    .tabs_link:hover {
        color: #ffc107;
    }

.nav-tabs .nav-link:hover {
    border: none !important;
}

.nav-tabs .nav-item.show .tabs_link,
.nav-tabs .tabs_link.active {
    color: #495057;
    background-color: #fff;
    border: none;
    border-bottom: 5px solid #ffe600;
}

.shadow-sm {
    -webkit-box-shadow: 0 5px 10px rgba(105, 106, 119, .05) !important;
    box-shadow: 0 5px 10px rgba(105, 106, 119, .05) !important;
}

.zoom {
    transition: transform .6s;
}

.hover14:hover .zoom {
    -webkit-transform: scale(1.5);
    transform: scale(1.1);
}

.hover14 {
    position: relative;
    overflow: hidden;
    margin: 0px;
    text-align: center;
    height: 100%;
    padding: 0 15px;
    border-radius: 0px;
    align-items: center;
    display: grid;
}

    .hover14::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, .7) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, .7) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    .hover14:hover::before {
        -webkit-animation: shine 2.75s;
        animation: shine 2.75s;
    }

.card-title {
    font-weight: 600;
}

.service-block-three .inner-box:hover h4 a {
    cursor: default;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/*Customers page end*/

/*Acclamations page Style*/
  .awards_card {
  position: relative;
  height: 170px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0,0,0,0.5);
  transition: 0.3s ease-in-out;
  }
  .awards_card:hover {
  height: 100%;
  }
  .awards_card .img-box {
  position: relative;
  width: 260px;
  height: auto;
  z-index: 1;
  margin: auto
  }
  .awards_card .img-box img {
  max-width: 100%;
  border-radius: 4px;
  }
  .awards_card .content .awards_detail {
  position: relative;
  padding: 0px 20px 10px 20px;
  color: #111;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
  }
  .awards_card .content h4 {
  position: relative;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  }
  .awards_card:hover .content .awards_detail {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.1s;
  }
/*Acclamations page End*/
.stories-badge {
    margin-top: -20px;
}

span.badge.badge-pill.badge-warning {
    padding: 12px 25px;
}

.partner_grid {
    border-right: 1px solid #aeaeae;
    border-bottom: 1px solid #aeaeae;
    padding: 1em;
}

.partner_grid_bt {
    border-bottom: 1px solid #aeaeae;
    padding: 1em;
}

.partner_grid_bt_rt {
    border-right: 1px solid #aeaeae;
    padding: 1em;
}

.service-block-two .inner-box1 {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background-color: #ffffff;
    padding: 24px 45px !important;
}

.list-group-item-action {
    color: #2F2E41;
    text-align: inherit;
    font-weight: 600;
    font-size: larger;
}

    .list-group-item-action:focus,
    .list-group-item-action:hover {
        z-index: 1;
        color: #2F2E41;
        text-decoration: none;
        background-color: #f8f9fa;
    }


/*iRPA starts*/

.nav-link {
    font-size: 17px;
    color: #aeaeae;
    border-radius: 0px !important;
}

.nav-pills .nav-link.active {
    background: none;
    color: #000;
    font-weight: 600;
    border-right: 5px solid #fc437a;
    border-radius: 0px;
    margin-right: -3px;
}

.nav-pills .nav-link:hover {
    background: none;
    color: #000;
    font-weight: 600;
    border-radius: 0px;
}

.sweep-to-bottom {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: color 1000ms;
    transition: color 1000ms;
}

    .sweep-to-bottom:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-right: 5px solid #fc437a;
        margin-right: -3px;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition: 300ms ease-out;
        transition: 300ms ease-out;
    }

    .sweep-to-bottom:hover:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

.flip-block .inner-box {
    padding: 26px 23px 35px;
    position: relative;
    background-color: #ffffff;
    border-radius: 0px;
    height: 100%;
    display: flex;
    align-items: center;
}

    .flip-block .inner-box .text {
        position: relative;
        color: #555555;
        font-size: 16px;
        line-height: 1.8em;
        transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

.flip-card {
    background-color: transparent;
    height: 185px;
    perspective: 1000px;
    margin-bottom: 40px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    color: black;
}

.flip-card-back {
    background-color: #f7477b;
    color: white;
    transform: rotateY(180deg);
}

    .flip-card-back .inner-box {
       background-color: #f7477b;
        padding: 26px 23px 16px;
         color: white;
    }


/*Accordion Style start*/

@charset "UTF-8";

[data-toggle=collapse] i:before {
    content: "";
}

[data-toggle=collapse].collapsed i:before {
    content: "";
}

#accordion .accordion-title {
    position: relative;
    display: block;
    padding: 12px 0px;
    background-color: transparent;
    border-radius: 0px;
    overflow: hidden;
    text-decoration: none;
    color: #212529;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    text-align: left;
    transition: all 0.4s ease-in-out;
}

    #accordion .accordion-title i {
        position: absolute;
        width: 40px;
        height: 100%;
        /*left: 0;*/
        right: 0;
        top: 0;
        color: #212529;
        background-color: transparent;
        text-align: center;
        border-right: 0px solid transparent;
    }

    #accordion .accordion-title:hover {
        padding-left: 20px;
        background-color: transparent;
        color: #fff;
    }

.card-body.accordion-body {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: 12px 0px;
}

#accordion .card-header button[aria-expanded="true"] {
 color: #fc437a;
}


/*Accordion Style end*/

.acd_head {
    background: none !important;
    border: none !important;
}

.feature-block-twoa .inner-box {
    position: relative;
    padding: 20px 20px;
    background-size: cover;
}

    .feature-block-twoa .inner-box:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        background-color: rgba(20, 29, 59, 0.70);
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }


/*iRPA ends*/


/*Home Page Style*/
.banner-section-three .color-layer {
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #ffffff;
    background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #2F2E41 100%);
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #2F2E41 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #2F2E41 100%);
}

.bg-gray-gradient {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 7%, rgba(243,243,242,1) 7%, rgba(243,243,242,1) 90%, rgba(255,255,255,1) 90%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 7%, rgba(243,243,242,1) 7%, rgba(243,243,242,1) 90%, rgba(255,255,255,1) 90%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 7%, rgba(243,243,242,1) 7%, rgba(243,243,242,1) 90%, rgba(255,255,255,1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.feature-block-two .inner-box .number {
    position: relative;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
}

a.learn-more-text {
    bottom: 0;
    right: 0;
    position: absolute;
    margin: 0px 40px 20px 0px;
    color: #fff;
}

    a.learn-more-text:hover {
        color: #ffc107 !important;
    }

img.automation-img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

ul.tl li {
    list-style: none;
    border-left: 2px solid #fc437a;
    padding: 0 0 30px 30px;
    position: relative;
    transition: all 500ms ease-in-out;
    width: fit-content;
}

    ul.tl li:hover {
        list-style: none;
        border-left: 2px solid #fc437a;
        padding: 0 0 30px 30px;
        position: relative;
        font-size: 18px;
        font-weight: 600;
        transition: all 400ms ease-in-out;
    }

    ul.tl li:last-child {
        border-left: 0;
    }

    ul.tl li::before {
        position: absolute;
        left: -11px;
        content: " ";
        border: 10px solid #fc437a;
        border-radius: 500%;
        background: none;
        height: 20px;
        width: 20px;
        transition: all 500ms ease-in-out;
    }

    ul.tl li:hover::before {
        border-color: #ff7a68;
        transition: all 400ms ease-in-out;
        border: 8px solid #fc437a;
        border-radius: 500%;
        background: #ffffff;
        width: 30px;
        left: -16px;
        height: 30px;
    }

    ul.tl li .item-detail {
        color: #2F2E41;
        font-size: 12px;
    }

        ul.tl li .item-detail:hover {
            color: #2F2E41;
            font-size: 15px;
            font-weight: 600;
        }

.hover-card {
    background-color: #ffffffd4;
    border: 0px solid #fff;
}

.flip-container {
    background: transparent;
    display: inline-block;
}

.flip-this {
    position: relative;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-container:hover .flip-this {
    transition: 0.9s;
    transform: rotateY(180deg);
}

.cntr {
    margin: auto;
    width: 65% !important;
}

.video-box {
    position: absolute;
    left: 44%;
    top: 37%;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 50px;
    line-height: 60px;
    display: inline-block;
    float: left;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #8f8f8f;
}

    .video-box .ripple:before {
        -webkit-animation-delay: .9s;
        -moz-animation-delay: .9s;
        -ms-animation-delay: .9s;
        -o-animation-delay: .9s;
        animation-delay: .9s;
        content: "";
        position: absolute;
    }

    .video-box .ripple:after {
        -webkit-animation-delay: .6s;
        -moz-animation-delay: .6s;
        -ms-animation-delay: .6s;
        -o-animation-delay: .6s;
        animation-delay: .6s;
        content: "";
        position: absolute;
    }

    .video-box .ripple, .video-box .ripple:before, .video-box .ripple:after {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 58px;
        width: 58px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 40%);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        box-shadow: 0 0 0 0 rgb(255 255 255 / 40%);
        -webkit-animation: ripple 3s infinite;
        -moz-animation: ripple 3s infinite;
        -ms-animation: ripple 3s infinite;
        -o-animation: ripple 3s infinite;
        animation: ripple 3s infinite;
    }

.html5lightbox .ripple, .html5lightbox .ripple:before, .html5lightbox .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 58px;
    width: 58px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 40%);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 40%);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

/*End Home Page Style*/


/*List Style Start*/

.decimal {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ol.decimal li {
    border-left: 2px solid #aaaaaa;
    padding: 0 0 30px 0px;
    counter-increment: step-counter;
}

    ol.decimal li:hover {
        list-style: none;
        border-left: 2px solid #aaaaaa;
        padding: 0 0 30px 0px;
        position: relative;
        font-size: 15px;
    }

    ol.decimal li::before {
        margin-left: -26px;
        padding: 10px 18px;
        background-color: #ffffff;
        content: " ";
        border: 2px solid #aaaaaa;
        border-radius: 500%;
        content: counter(step-counter);
        margin-right: 15px;
        font-size: 20px;
        font-weight: 900;
        color: #2f2e41;
        height: fit-content;
    }

    ol.decimal li:hover::before {
    border-radius: 500%;
    background: #fc437a;
    left: -16px;
    content: counter(step-counter);
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
    border: 2px solid #fc437a;
    }

    ol.decimal li .item-detail {
        color: #2F2E41;
        font-size: 15px;
    }

        ol.decimal li .item-detail:hover {
            color: #2F2E41;
            font-size: 15px;
        }


/*List Style End*/

.email-number {
    position: absolute;
    bottom: 0;
    width: 100%;
}


.slick-slide {
    height: auto !important;
}

.list-link1 li {
    position: relative;
    margin-bottom: 12px;
}

    .list-link1 li a {
        position: relative;
        color: #ffffff !important;
        font-size: 15px;
    }

        .list-link1 li a:hover {
            position: relative;
            color: #fc437a !important;
            font-size: 15px;
        }

.fnt14px {
    font-size: 15px;
}

    .fnt14px a:hover {
        color: #fc437a !important;
    }

.info-section2 {
    position: relative;
    padding: 50px 0px 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

/*Footer Style start*/

h6.after-border {
    overflow: hidden;
}

    h6.after-border span {
        display: inline-block;
        font-weight: 700;
        color: #ffffff;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        position: relative;
    }

        h6.after-border span:before,
        h6.after-border span:after {
            content: '';
            display: block;
            width: 300px;
            position: absolute;
            bottom: 5px;
            margin-left: 7px;
            border-bottom-style: dashed;
            border-color: #3f3e50;
        }

        h6.after-border span:before {
            right: 100%;
        }

        h6.after-border span:after {
            left: 100%;
        }
/*Footer Style end*/


/*Profile Modal*/

.profile-card-2 .card-img-block {
    width: 100%;
    height: 150px;
    overflow: hidden;
    background-color: #eaeaea;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
}

.profile-card-2 .card-body {
    position: relative;
}

.profile-card-2 .profile {
    border-radius: 50%;
    position: absolute;
    top: -60px;
    left: 8%;
    max-width: 100px;
    border: 2px solid rgba(255, 255, 255, 1);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.profile-card-2 .icon-block {
    float: left;
    width: 100%;
}

    .profile-card-2 .icon-block a {
        text-decoration: none;
    }

.profile-card-2 i {
    display: inline-block;
    font-size: 16px;
    color: #2F2E41;
    text-align: center;
    border: 1px solid #2F2E41;
    padding: 7px 12px;
}

    .profile-card-2 i:hover {
        background-color: #ffc107;
        color: #fff;
    }

.Grey-bg {
    background-color: #ececec !important;
}