@font-face {
    font-family: 'Public Sans';
    src: url(../fonts/Public_Sans/PublicSans-VariableFont_wght.ttf)
}

body {
    font-family: "Public Sans", sans-serif;
    color: #555;
    letter-spacing: 0.5px !important
}

a {
    color: #00C08D
}

a:hover {
    color: #00C08D;
    text-decoration: none
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Public Sans", sans-serif;
    color: #102348
}

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 99
}

.title {
    color: #102348
}

/* Top banner styling */
.top-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #0d6efd, #6610f2, #6f42c1); /* gradient color */
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    z-index: 9999;
    overflow: hidden;
    height: 40px;
    display: flex;
    align-items: center;
    }

    /* Scrolling text animation */
    .scrolling-text {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 15s linear infinite;
    }

    @keyframes scroll-left {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
    }

    /* Adjust header position because of banner */
    #header {
    margin-top: 40px; /* height of banner */
    }

    .top-bar {
        padding: 10px 0 0 !important;
        box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
    }

    .carousel-caption {
    position: absolute;
    top: 50%; /* Center vertically */
    right: 50%;
    transform: translate(91%, -50%);
    text-align: center;
    color: #fff;
    z-index: 10;
    }

    .carousel-caption h1 {
        font-size: 2.2rem;
        font-weight: 700;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    }

    .carousel-caption p {
        font-size: 1.2rem;
        margin-top: 10px;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    }



.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #00C08D;
    color: #FFF;
    transition: all 0.4s
}

.back-to-top i:hover {
    background: #BF9724;
    color: #FFF
}

.about-sec-1 {
    position: relative;
    transform: translate(0%, 14%);
    -webkit-transform: translate(0%, 14%);
    margin-top: -50px
}

.about-sec-2 {
    position: relative;
    transform: translate(0%, -12%);
    -webkit-transform: translate(0%, -12%)
}

.about-sec-3 {
    position: relative;
    transform: translate(0%, -15%);
    -webkit-transform: translate(0%, -15%);
    margin-bottom: -20px
}

.about-box {
    padding: 20px 100px
}

.about-box h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 0;
    color: #102348
}

.about-pad {
    padding: 35px 75px 10px 75px;
    position: relative;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%)
}

.many-more-logo {
    font-size: 10px;
    position: relative;
    bottom: 6px;
    float: right
}

.many-more-client {
    font-size: 16px;
    font-weight: 500;
    color: #00C08D
}

.analytica-today {
    padding: 100px 0;
    margin-top:8%;
}

tr {
    line-height: 40px
}

.about-sec-2 p {
    padding: 0 30px 0 0
}

#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: #102348
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #FFF;
    text-decoration: none
}

#header .logo {
    margin: auto;
    position: relative;
    left: -4%
}

#header .logo img {
    padding: 0;
    margin: 0
}

.nav-menu {
    width: 100%
}

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    float: left
}

.nav-menu .nav-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    float: center;
}

.nav-menu .nav-logo {
    padding: 0 20px
}

.nav-menu .nav-logo img {
    max-width: 225px;
    display: inline-block
}

.nav-menu a {
    display: block;
    position: relative;
    color: #FFF;
    padding: 15px 24px;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Public Sans", sans-serif
}

.scrolled {
    background: #FFFFFF !important
}

.scrolled .nav-menu a {
    color: #000 !important
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #00C08D;
    text-decoration: none;
    cursor: pointer
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #FFF;
    box-shadow: 0 0 30px rgb(127 137 161 / .25);
    transition: ease all 0.3s
}

/* Contact Us Css */   
.nav-inner li a[href="contact-us.html"] {
    background: linear-gradient(135deg, #00c6ff, #0072ff);
    color: white !important;
    padding: 10px 16px;
    border-radius: 25px;
    font-weight: bold;
    transition: all 0.3s ease;
    }

    .nav-inner li a[href="contact-us.html"]:hover {
        background: linear-gradient(135deg, #ff416c, #ff4b2b);
        color: #fff;
        text-decoration: none;
    }
/* Contact Us end */


.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
    border-radius: 0;
    border-top: 4px solid #00C096
}

.nav-menu .drop-down li {
    min-width: 100px;
    position: relative
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 400;
    color: #102348
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: #00C08D
}

.nav-menu .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px)
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px
}

.mobile-nav-toggle {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 999;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    text-align: right;
    height: 25px !important;
    width: 25px !important;
    padding: 0
}

.mobile-nav-toggle i {
    color: #00C08D
}

.mobile-nav-active .mobile-nav-toggle i::before {
    width: 13px;
    height: 13px;
    display: block
}

.mobile-nav-active .mobile-nav-toggle {
    border-radius: 50px;
    border: 2px solid #00C08D;
    height: 25px !important;
    width: 25px !important;
    display: flex;
    justify-content: center;
    align-items: center
}

.mobile-nav {
    position: fixed;
    top: 0;
    right: 50px;
    bottom: 0;
    left: 0;
    opacity: .9;
    z-index: 99;
    overflow-y: auto;
    background: #102348;
    opacity: 0;
    border-radius: 0;
    padding: 10px 0;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: ease-in-out 0.5s
}

.mobile-nav-active .mobile-nav {
    transform: none !important
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
    text-transform: uppercase;
    border-bottom: 1px solid #25c79c6e
}

li.drop-down.active ul a {
    border-bottom: 0px !important
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #00C08D;
    text-decoration: none
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa1"
}

.mobile-nav .drop-down>a {
    padding-right: 35px
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden
}

.mobile-nav .drop-down li {
    padding-left: 20px
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    position: fixed;
    background: rgb(0 0 0 / .6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s
}

.mobile-nav-active {
    overflow: hidden
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #00C08D;
    z-index: 99;
    position: relative;
    font-size: 13px;
    line-height: 14px
}

.hero-title {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 0;
    color: #102348
}

.boder {
    border: 1px solid #777
}

.error-name,
.error-phone,
.error-email {
    display: none;
    color: red;
    font-size: 12px;
    position: absolute;
    right: 25px;
    top: 42px
}

.d-none {
    display: none
}

section {
    padding: 40px 0;
    overflow: hidden
}

.section-bg {
    background-color: #f5f5f5
}

.section-title {
    text-align: center;
    padding-bottom: 40px
}

.modal-content .section-title {
    padding-bottom: 20px
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 0;
    color: #102348
}

.section-title p {
    margin-bottom: 0;
    color: #706e6e
}

.about-section-title {
    text-align: center;
    padding-bottom: 20px
}

.about-section-title h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 0;
    color: #102348
}

.about .image {
    padding: 20px;
    box-shadow: 0 2px 15px rgb(0 0 0 / .1)
}

.about .content h3 {
    font-weight: 600;
    font-size: 26px
}

.about .content ul {
    list-style: none;
    padding: 0
}

.about .content ul li {
    padding-bottom: 10px;
    display: flex;
    align-items: flex-start
}

.about .content ul i {
    font-size: 24px;
    padding: 2px 6px 0 0;
    color: #00C08D
}

.about .content p:last-child {
    margin-bottom: 0
}

.solutions .card {
    padding: 0;
    min-height: 500px
}

.solutions .card .card-text {
    margin-top: 2rem;
    font-size: 14px;
    text-align: justify;
    min-height: 130px
}

.card h2 {
    font-size: 16px;
    margin: 0 0 0 16px;
    position: absolute;
    top: 2rem;
    color: #fff;
    border-bottom: 4px solid #00C08D;
    line-height: 1.7rem
}

.solution-card {
    background-color: #102348;
    background-image: url(../img/solution_bg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    background-size: cover;
    border-radius: .25rem;
    text-align: center
}

.solution-card img {
    position: relative;
    top: 4rem;
    transition: all .5s ease-out
}

.solution-card img:hover {
    transform: scale(1.1)
}

.know-more-btn {
    display: inline-block;
    letter-spacing: .15em;
    font-family: "Public-sans", sans-serif;
    font-size: 11px;
    min-width: 136px;
    font-weight: 700;
    line-height: 1;
    border: 0 !important;
    padding: 15px 25px;
    color: #FFF;
    border-radius: 4px;
    margin-top: 1.5rem;
    text-transform: uppercase;
    background: linear-gradient(to right, #BF9724 50%, #102348 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out
}

.sub-btn{ 
        display: inline-block;
        letter-spacing: .15em;
        font-family: "Public-sans", sans-serif;
        font-size: 11px;
        min-width: 136px;
        font-weight: 700;
        line-height: 1;
        border: 0 !important;
        padding: 15px 25px;
        color: #FFF;
        border-radius: 4px;
        margin-top: 1.5rem;
        text-transform: uppercase;
        background: linear-gradient(to right, #BF9724 50%, #102348 50%);
        background-size: 200% 100%;
        background-position: right bottom;
                
}

.know-more-btn a {
    color: #fff
}

.know-more-btn:hover {
    background-position: left bottom;
    color: #FFF
}

.contact-btn {
    display: inline-block;
    letter-spacing: .15em;
    font-family: "Public-sans", sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    border: 0 !important;
    padding: 15px 25px;
    color: #FFF;
    border-radius: 4px;
    width: 20%;
    margin-top: 1.5rem;
    text-transform: uppercase;
    background: linear-gradient(to right, #BF9724 50%, #102348 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    margin-bottom: 2rem
}

.contact-btn:hover {
    background-position: left bottom
}

.case-study .card {
    padding: 0;
    cursor: pointer;
    min-height: 335px
}

.case-study .card-title {
    text-align: center;
    padding: 20px 10px 10px 10px;
    font-weight: 600
}

.case-study .card-disable {
    opacity: .5
}

.news-room .card {
    border: none;
    overflow: hidden;
    border-radius: 4px;
    min-height: 480px;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / .2)
}

.news-room .card.card-has-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.news-room .card.card-has-bg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/news-media/news_bg.jpg)
}

.news-room .card .card-footer {
    background: none;
    border-top: none
}

.news-room .card .card-footer .media img {
    border: solid 3px rgb(255 255 255 / .3)
}

.news-room .card .card-meta {
    color: #26bd75;
    font-weight: 700
}

.news-room .card .card-body {
    transition: all 500ms cubic-bezier(.19, 1, .22, 1)
}

.news-room .card:hover {
    cursor: pointer
}

.media a {
    border: 1px solid #00c08d;
    color: #FFF;
    padding: 5px 15px;
    border-radius: 50px;
    background: #00c08d
}

.media a:hover {
    border: 1px solid #00c08d;
    color: #FFF;
    background: #fff0
}

.client-section {
    background-image: url(../img/clients_bg.webp) !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    min-height: 40vh !important
}

.client-section h2 {
    color: #fff
}

.client-section p {
    color: #fff !important
}

.client-sec-mob {
    display: block
}

.clients {
    background: #fff;
    padding: 15px 0;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 16%), 0 2px 2px 0 rgb(0 0 0 / 12%);
    width: 70%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%)
}

.clients img {
    width: 45%;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 15px 0
}

.clients img:hover {
    -webkit-filter: none;
    filter: none;
    transform: scale(1.2)
}

.owl-dots {
    text-align: center;
    margin-top: 2%;
    display: block
}

.owl-dot {
    display: inline-block;
    height: 15px !important;
    width: 15px !important;
    background-color: #878787 !important;
    opacity: .8;
    border-radius: 50%;
    margin: 0 5px
}

.owl-dot.active {
    background-color: #000000 !important
}

.timeline-bg {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    background-size: cover;
    border-radius: .25rem;
    text-align: center
}

.values img {
    width: 60%
}

.values-box {
    padding: 15px 10px;
    background: #f5f5f5
}

.values-title {
    background-image: url(../img/ourvalue_text.png);
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    font-size: 60px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Public Sans", sans-serif;
    font-weight: 600;
    -webkit-font-smoothing: antialiased
}

.assets {
    background: #fff
}

.assets-card-outer {
    max-width: 32.33%
}

.assets-card-devider {
    min-width: 1.33%;
    background-image: url(../img/ourassets_divider.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    background-color: #fff0;
    background-size: cover
}

.assets-card-devider-hr {
    min-height: 2.33%;
    background-image: url(../img/divider_h.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    background-color: #fff0;
    background-size: cover
}

.assets-card-devider-hr-mob {
    display: none
}

.assets-card {
    background: #f5f5f5;
    padding: 30px;
    min-height: 338px;
}


/* .assets-card-about {
    background: #f5f5f5;
    padding: 40px;
    min-height: 285px;
    max-height: 292px;
} */

.assets-card .card-title {
    font-weight: 700
}

.assets-card .card-text {
    font-size: 14px;
    text-align: justify
}

.assets-card .card-body {
    padding: 20px 0 0 0
}

.agent-feature-card {
    display: flex;
    min-height: 200px;
    padding: 20px
}

.agent-feature-card .card-title {
    font-weight: 600;
    font-size: 16px;
    color: #102348
}

.agent-feature-card .card-text {
    font-size: 14px
}

.agent-feature-column {
    width: 49%
}

.card-icon {
    width: 30%;
    text-align: center;
    padding: 1.25rem
}

.agent-feature-card .card-body {
    width: 70%
}

.tech-section-2 {
    position: relative;
    bottom: 5rem
}

.tech-section-3 {
    position: relative;
    bottom: 10rem
}

.tech-section-4 {
    position: relative;
    bottom: 15rem
}

.tech-section-5 {
    position: relative;
    bottom: 20rem
}

.tech-section-6 {
    position: relative;
    bottom: 25rem;
    margin-bottom: -20rem
}

.services {
    margin-top: 11%
}

.services .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px
}

.services .icon-box i {
    font-size: 48px;
    float: left;
    color: #00C08D
}

.services .icon-box p {
    font-size: 15px;
    color: #959595;
    margin-left: 60px
}

.services .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px
}

.owl-dots {
    text-align: center;
    margin-top: 4%
}

.owl-dot {
    display: inline-block;
    height: 2px !important;
    width: 15px !important;
    background-color: #878787 !important;
    opacity: .8;
    border-radius: 50%;
    margin: 0 5px
}

.owl-dot.active {
    background-color: #000000 !important
}

.award .award-item {
    margin-bottom: 30px
}

.award #award-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center
}

.award #award-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 18px 12px 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #555;
    transition: all 0.3s ease-in-out;
    margin: 0 4px 10px 4px;
    background: #f5f5f5;
    border-radius: 4px
}

.award #award-flters li:hover,
.award #award-flters li.filter-active {
    background: #00C08D;
    color: #FFF
}

.award #award-flters li:last-child {
    margin-right: 0
}

.award .award-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgb(0 0 0 / .6)
}

.award .award-wrap::before {
    content: "";
    background: rgb(21 21 21 / .6);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0
}

.award .award-wrap .award-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.award .award-wrap .award-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid #FFF;
    border-left: 3px solid #FFF;
    transition: all 0.5s ease 0s;
    z-index: 9994
}

.award .award-wrap .award-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transition: all 0.5s ease 0s;
    z-index: 9994
}

.award .award-wrap .award-info h4 {
    font-size: 20px;
    color: #FFF;
    font-weight: 600
}

.award .award-wrap .award-info p {
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0
}

.award .award-wrap .award-links {
    text-align: center;
    z-index: 4
}

.award .award-wrap .award-links a {
    color: #FFF;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s
}

.award .award-wrap .award-links a:hover {
    color: #00C08D
}

.award .award-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1
}

.award .award-wrap:hover .award-info {
    opacity: 1
}

.award .award-wrap:hover .award-info::before {
    top: 15px;
    left: 15px
}

.award .award-wrap:hover .award-info::after {
    bottom: 15px;
    right: 15px
}

.team {
    background: #FFF;
    padding: 60px 0
}

.team .member {
    margin-bottom: 20px;
    overflow: hidden
}

.team .member .member-img {
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.team .member .social {
    position: absolute;
    left: 0;
    bottom: -40px;
    right: 0;
    height: 40px;
    opacity: 0;
    transition: bottom ease-in-out 0.4s;
    text-align: center;
    background: #00C08Dd4
}

.team .member .social a {
    transition: color 0.3s;
    color: #FFF;
    margin: 0 10px;
    padding-top: 8px;
    display: inline-block
}

.team .member .social a:hover {
    color: #000
}

.team .member .social i {
    font-size: 18px;
    margin: 0 2px
}

.team .member .member-info h4 {
    font-weight: 400;
    margin: 15px 0 5px 0;
    font-size: 15px
}

.team .member .member-info span {
    display: block;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000
}

.team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #888
}

.team .member:hover .social {
    bottom: 0;
    opacity: 1;
    transition: bottom ease-in-out 0.4s
}

.core-team {
    background: #FFF;
    padding: 40px 0 0 0
}

.core-team .member {
    margin-bottom: 20px;
    overflow: hidden
}

.core-team .member .member-img {
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.core-team .member .social {
    position: absolute;
    left: 0;
    bottom: -40px;
    right: 0;
    height: 40px;
    opacity: 0;
    transition: bottom ease-in-out 0.4s;
    text-align: center;
    background: #00C08Dd4
}

.core-team .member .social a {
    transition: color 0.3s;
    color: #FFF;
    margin: 0 10px;
    padding-top: 8px;
    display: inline-block
}

.core-team .member .social a:hover {
    color: #000
}

.core-team .member .social i {
    font-size: 18px;
    margin: 0 2px
}

.core-team .member .member-info h4 {
    font-weight: 400;
    margin: 15px 0 5px 0;
    font-size: 15px
}

.core-team .member .member-info span {
    display: block;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000
}

.core-team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #888
}

.core-team .member:hover .social {
    bottom: 0;
    opacity: 1;
    transition: bottom ease-in-out 0.4s
}

.cform-rightbox {
    background-image: url(../img/contactus_bg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    background-color: #102348;
    background-size: cover;
    padding: 60px
}

.cform-rightbox h3 {
    color: #fff
}

.contact .info {
    width: 100%;
    height: 100%;
    background: #FFF;
    padding: 20px;
    border-radius: 5px
}

.contact .info i {
    font-size: 20px;
    color: #00C08D;
    float: left;
    width: 44px;
    height: 44px;
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #102348
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #484848
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #00C08D;
    color: #FFF
}

.contact .php-email-form {
    width: 100%;
    background: #FFF;
    padding: 20px;
    border-radius: 5px
}

.contact .php-email-form .form-group {
    padding-bottom: 8px
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px
}

.contact .php-email-form .error-message {
    display: none;
    color: #FFF;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .sent-message {
    display: none;
    color: #FFF;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .loading {
    display: none;
    background: #FFF;
    text-align: center;
    padding: 15px
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px
}

.contact .php-email-form input {
    height: 44px
}

.contact .php-email-form textarea {
    padding: 10px 12px
}

.contact .php-email-form button[type="submit"] {
    background: #00C08D;
    border: 0;
    padding: 10px 24px;
    color: #FFF;
    transition: 0.4s;
    border-radius: 4px
}

.contact-bg {
    background-image: url(../img/contactus_bg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    background-color: #f5f5f5;
    background-size: cover;
    opacity: .8
}

.contact-us li a.active .card-title {
    color: #BF9724;
    z-index: 9;
    position: relative;
}
.contact-us li a.active .office-details p{
    color: #fff;
    z-index: 9;
    position: relative;
}
.contact-us .card-title {
    color: #102348;
}
.contact-bg h2 {
    color: #102348;
    margin-top: 2rem;
    margin-bottom: 0
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    font-size: 3px
}

.contact .php-email-form button[type="submit"]:hover {
    background: #000
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.agent-title-text {
    margin: auto;
    font-size: 24px;
    font-weight: 600;
    color: #102348;
    padding: 10px
}

.agent-top-text {
    margin: auto;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    padding: 20px 15px;
    border-radius: 4px;
    position: relative;
    top: 31px;
    margin-top: -30px;
    background: #fff;
    color: #102348;
    font-weight: 600
}

.automate-text {
    padding: 20px 50px
}

.automate-top-text {
    margin: auto;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    padding: 20px 15px;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 1rem;
    font-size: 20px;
    font-weight: 600;
    color: #102348;
    text-align: center
}

.mt-8 {
    margin-top: 8rem
}

.box-left {
    text-align: left
}

.box-left-about {
    margin-left: 2rem
}

.about-box {
    padding: 4rem 5rem
}

.box-right {
    text-align: right
}

.vision-mission {
    background-color: #102348;
    background-image: url(../img/about/bg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    background-size: cover;
    border-radius: .25rem;
    text-align: center
}

.value-card {
    width: 200px;
    height: 200px
}

.our-tech-card {
    background: #fff;
    width: 100%;
    padding: 40px 60px;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%)
}

.our-tech-card .section-title {
    margin-bottom: 0;
    padding-bottom: 10px
}

.our-tech-card p {
    width: 80%;
    margin: auto;
    text-align: center
}

.tech-left-line {
    position: absolute;
    transform: translate(-4%, -89%);
    -webkit-transform: translate(-4%, -89%)
}

.def-shadow {
    transform: translate(122%, 67.2%)
}

.tech-right-line {
    position: absolute;
    right: 0;
    transform: translate(0%, -131%);
    -webkit-transform: translate(0%, -131%);
    z-index: -1
}

.case-right-line {
    position: absolute;
    right: 0;
    transform: translate(0%, -122%);
    -webkit-transform: translate(0%, -122%);
    z-index: -1
}

svg .draw-arrow {
    stroke-dasharray: 2200;
    stroke-dashoffset: -2200;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: draw;
    animation-name: draw
}

@-webkit-keyframes draw {
    to {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: 100
    }
}

.leadership-team img {
    border-radius: 16px
}

.join-us {
    background: whitesmoke;
    padding: 0
}

.join-us .content {
    padding: 60px 100px 0 100px
}

.join-us .content h3 {
    font-weight: 400;
    font-size: 34px
}

.join-us .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px
}

.join-us .content p {
    font-size: 15px;
    color: #959595
}

.join-us .video-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px;
    position: relative
}

.join-us .accordion-list {
    padding: 0 100px 60px 100px
}

.join-us .accordion-list ul {
    padding: 0;
    list-style: none
}

.join-us .accordion-list li+li {
    margin-top: 15px
}

.join-us .accordion-list li {
    padding: 20px;
    background: #FFF;
    border-radius: 4px
}

#job-widget h2 {
    color: red
}

#myiFrame #embed-jobs-filters {
    padding: 20px
}

#join-us-form .form-group .form-control {
    display: block;
    width: 100%;
    height: calc(2.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.fileDropBox {
    text-align: center;
    padding: 50px 0;
    border: 1px solid #cecece;
    border-radius: 4px
}

.fileDropBox span {
    display: block;
    color: #666;
    font-size: 13px;
    margin-top: 10px
}

.uploadResumeText {
    display: inline-block !important;
    position: absolute;
    width: 265px;
    height: 40px;
    background: #00C08D;
    color: #fff !important;
    top: -10px;
    border: #00C08D solid 1px;
    line-height: 40px;
    border-radius: 5px;
    z-index: -1;
    left: 50%;
    top: 30%;
    margin: 0 0 0 -133px
}

.uploadResumeText:hover {
    background: #BF9724;
    border: #BF9724 solid 1px
}

.apply-btn {
    display: inline-block;
    letter-spacing: .15em;
    font-family: "Public-sans", sans-serif;
    font-size: 11px;
    min-width: 136px;
    font-weight: 700;
    line-height: 1;
    float: right;
    border: 0 !important;
    padding: 15px 25px;
    color: #FFF;
    border-radius: 4px;
    margin-top: 1.5rem;
    text-transform: uppercase;
    background: linear-gradient(to right, #BF9724 50%, #00C08D 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out
}

.apply-btn:hover {
    background-position: left bottom;
    color: #FFF
}

.sending-btn {
    background: #00C08D;
    border: 0;
    padding: 10px 70px;
    color: #FFF;
    transition: 0.4s;
    border-radius: 4px;
    margin-top: 2rem;
    float: right
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

#footer {
    background: #102348;
    color: #FFF;
    font-size: 14px;
    position: relative;
    border-bottom: 14px solid #00c08d
}

#footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

#footer .footer-top {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 80px 0 10px 0
}

#footer .footer-top .footer-logo img {
    width: 100%
}

#footer .footer-top h3 {
    font-size: 36px;
    font-weight: 700;
    color: #FFF;
    position: relative;
    font-family: "Public Sans", sans-serif;
    padding: 30px 0 0 0;
    margin-bottom: 0
}

.f-top-title h2:before {
    content: "";
    display: block;
    width: 330px;
    height: 30px;
    background: #fff;
    opacity: .1;
    top: 20%;
    left: 0;
    position: absolute
}

.f-top-title h2:after {
    content: "";
    display: block;
    width: 330px;
    height: 30px;
    background: #fff;
    opacity: .1;
    top: 20%;
    right: 0;
    position: absolute
}

#footer .footer-top .brand-name {
    color: #00C08D;
    font-size: 18px
}

#footer .footer-top h6 {
    color: #BF9724
}

#footer .footer-top li a {
    color: #FFF
}

#footer .footer-top li a:hover {
    color: #00C08D
}

#footer .footer-top p {
    font-size: 15px;
    margin: 15px 0 0 0;
    padding: 0
}

#footer .footer-top p a {
    text-decoration: underline;
    color: #00C08D;
    opacity: .7;
    font-size: 14px
}

#footer .footer-bottom .social-links {
    text-align: right
}

.twitter {
    padding: 3px 0px !important
}

#footer .footer-bottom .social-links a {
    font-size: 16px;
    display: inline-block;
    background: #fff;
    color: #102348;
    line-height: 1;
    padding: 6px 0;
    margin-right: 20px;
    border-radius: 50%;
    text-align: center;
    width: 28px;
    height: 28px;
    transition: 0.7s
}

#footer .footer-bottom .social-links a:hover {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px)
}

#footer .footer-bottom {
    z-index: 2;
    position: relative;
    padding-top: 60px;
    padding-bottom: 30px;
    background: #102348
}

#footer .copyright {
    text-align: left;
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
    opacity: .5;
    font-size: 13px;
    letter-spacing: 1px
}

#footer .copyright a {
    color: #fff
}

#footer .credits {
    text-align: center;
    font-size: 13px;
    padding-top: 5px
}

#footer .left-side {
    border-right: 1px solid #FFF;
    padding: 0 60px 0 0;
    text-align: left
}

.footer-links {
    margin-left: 40px
}

#mob-video {
    width: 100%;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / .16), 0 2px 10px 0 rgb(0 0 0 / .12)
}

#desk-video {
    width: 100%
}

.scroll-down {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 2px solid #FFF;
    border-radius: 100%;
    box-sizing: border-box;
    z-index: 9;
    cursor: pointer
}

@-webkit-keyframes sdb03 {
    0% {
        opacity: 0
    }

    30% {
        opacity: 1
    }

    60% {
        box-shadow: 0 0 0 60px rgb(255 255 255 / .5);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes sdb03 {
    0% {
        opacity: 0
    }

    30% {
        opacity: 1
    }

    60% {
        box-shadow: 0 0 0 60px rgb(255 255 255 / .5);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.animated {
    opacity: 0
}

.transform {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 15
}

.welcome {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700
}

.startup {
    font-size: 15px
}

.cs-color {
    color: #ffa74d;
    font-weight: 700
}

.mw {
    max-width: 1520px !important
}

.main-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000
}

.ml-20 {
    margin-left: 20%
}

.light-gray {
    background-color: #f5f5f5;
    background-image: none
}

.counter {
    background-color: #fff;
    padding: 20px 0;
    border-radius: 5px
}

.count-title {
    font-size: 28px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #00C08D
}

.count-text {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #222
}

.counter-border-bottom {
    border-bottom: 1px solid #eee
}

.counter-border-right {
    border-right: 1px solid #eee
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5
}

.cs-color {
    color: #00C08D
}

.cs-dark-bg {
    background: #102348
}

.award-title {
    text-align: center;
    margin-top: 1rem;
    font-weight: 600;
    color: #000
}

.no-list-style {
    list-style: none;
    text-align: left;
    display: contents;
    line-height: 35px;
    cursor: pointer
}

.no-list-style li a:hover {
    color: #FFF
}

.copyright a:hover {
    color: #FFF
}

.form-control:focus {
    border-color: #00C08D
}

.no-list-style li:hover {
    color: #00C08D
}

input:focus {
    outline: none !important
}

.val-error {
    display: none;
    color: red;
    position: absolute;
    top: 41px;
    font-size: 12px
}

.val-error-contact {
    display: none;
    color: red;
    position: absolute;
    top: 10px;
    font-size: 12px;
    right: 25px
}

.submit-btn {
    display: inline-block;
    letter-spacing: .15em;
    font-family: "Public-sans", sans-serif;
    font-size: 11px;
    min-width: 136px;
    font-weight: 700;
    line-height: 1;
    border: 0 !important;
    padding: 15px 25px;
    color: #FFF;
    border-radius: 4px;
    margin-top: 1rem;
    text-transform: uppercase;
    background: linear-gradient(to right, #BF9724 50%, #00C08D 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out
}

.submit-btn:hover {
    background-position: left bottom;
    color: #FFF
}

.case-study .case-study-item {
    margin-bottom: 30px
}

.case-study .case-study-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgb(0 0 0 / .6)
}

.case-study .case-study-wrap::before {
    content: "";
    background: rgb(21 21 21 / .6);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0
}

.case-study .case-study-wrap .case-study-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.case-study .case-study-wrap .case-study-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid #FFF;
    border-left: 3px solid #FFF;
    transition: all 0.5s ease 0s;
    z-index: 9994
}

.case-study .case-study-wrap .case-study-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transition: all 0.5s ease 0s;
    z-index: 9994
}

.case-study .case-study-wrap .case-study-info h4 {
    font-size: 20px;
    color: #FFF;
    font-weight: 600
}

.case-study .case-study-wrap .case-study-info p {
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0
}

.case-study .case-study-wrap .case-study-links {
    text-align: center;
    z-index: 4
}

.case-study .case-study-wrap .case-study-links a {
    color: #FFF;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s
}

.case-study .case-study-wrap .case-study-links a:hover {
    color: #00C08D
}

.case-study .case-study-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1
}

.case-study .case-study-wrap:hover .case-study-info {
    opacity: 1
}

.case-study .case-study-wrap:hover .case-study-info::before {
    top: 15px;
    left: 15px
}

.case-study .case-study-wrap:hover .case-study-info::after {
    bottom: 15px;
    right: 15px
}

#case-study-1-content,
#case-study-2-content {
    display: none
}

.case-study-modal-box {
    padding: 1rem
}

.modal-dialog-case-study .modal-content {
    padding: 3rem 2rem
}

.modal-dialog-case-study .modal-content p {
    font-size: 16px !important
}

.modal-dialog-case-study .modal-content img {
    border-radius: 5px
}

.modal-dialog-case-study .close {
    position: absolute;
    right: 0;
    text-align: right;
    transform: translate(-15px, -40px);
    -webkit-transform: translate(-15px, -40px);
    display: block
}

.modal-dialog-know-more .modal-content {
    padding: 3rem 0rem 0rem 0rem
}

.modal-dialog-know-more .modal-content p {
    font-size: 16px !important
}

.modal-dialog-know-more .modal-content img {
    border-radius: 5px
}

.modal-dialog-know-more .close {
    position: absolute;
    right: 0;
    text-align: right;
    transform: translate(-15px, -40px);
    -webkit-transform: translate(-15px, -40px);
    display: block
}

#case-study-1-content .time-frame {
    width: 75%;
    margin-top: 1rem
}

.time-frame {
    padding: 15px 15px;
    border: 1px solid;
    min-width: 55%;
    margin-left: 0;
    justify-content: space-around;
    display: flex
}

.modal-dialog-case-study .age {
    justify-content: center
}

.digital-medium {
    margin-right: 1rem;
    display: block
}

.digital-medium span {
    margin-right: 1rem
}

.digital-medium .icofont-check-circled {
    color: #00C08D
}

.case-study-bottom-box {
    width: 49%;
    background: #eee;
    padding: 2rem 3rem;
    margin-bottom: 1rem;
    margin-top: 2rem
}

.case-study-overview-market span {
    font-size: 24px;
    color: #00C08D;
    font-weight: 600
}

.case-study-bottom-box h4,
.case-study-bottom-box p {
    text-align: center
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem
}

button.close {
    padding: 0;
    background-color: #fff0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: contents
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #FFF;
    opacity: 1
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: .3rem;
    outline: 0
}

.modal-img {
    border-radius: 5px
}

.text-14 {
    font-size: 14px
}

.black {
    color: #2a2a2a
}

.card {
    -webkit-box-shadow: 0 2px 3px 0 rgb(0 0 0 / .16), 0 2px 2px 0 rgb(0 0 0 / .12);
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / .16), 0 2px 2px 0 rgb(0 0 0 / .12);
    background-color: #FFF;
    border-radius: .25rem;
    padding: 20px;
    min-height: 300px;
    margin-bottom: 10px
}

.contactus-card {
    background-color: #FFF;
    padding: 30px;
    margin-bottom: 10px
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

button:focus {
    outline: none !important
}

.form-control:focus {
    outline: none;
    box-shadow: none
}

.page-scroll {
    background: #00C08D;
    padding: 10px 20px;
    border-radius: 3px;
    color: #FFF;
    letter-spacing: 1.5px;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / .16), 0 2px 10px 0 rgb(0 0 0 / .12);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / .16), 0 2px 10px 0 rgb(0 0 0 / .12)
}

.page-scroll:hover {
    background: #000;
    color: #FFF
}

.line {
    width: 25%;
    height: 3px;
    background-color: #00C08D;
    margin: 15px auto
}

.divider {
    border-bottom: 1px solid #f5f5f5
}

.media-object {
    flex: 0 0 auto;
    line-height: 0;
    margin-right: 1rem
}

.inner-img {
    padding: 0 10% 15% 10%
}

.inner-img .image {
    box-shadow: 0 28px 44px 0 rgb(0 0 0 / .11);
    display: block;
    height: auto;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

.inner-img .background {
    background-color: #f2f3f5;
    bottom: 0;
    height: 70%;
    left: 0;
    position: absolute;
    width: 100%
}

.question {
    line-height: 35px
}

.step p {
    text-align: center;
    font-style: italic;
    color: #00C08D
}

.content {
    padding: 3rem 5rem;
    width: 500px
}

.text-black {
    color: #000
}

.read-more {
    color: #FFF;
    background-color: #000;
    border-color: #000;
    width: 100%
}

.font-10 {
    font-size: 10px
}

.font-12 {
    font-size: 12px
}

.card-title span {
    font-size: 3rem
}

.read-more:hover {
    background: #00C08D;
    border-color: #00C08D;
    color: #FFF
}

.pad-0 {
    padding: 0px !important
}

.pad-20 {
    padding: 20px !important
}

.m-10 {
    margin: 10px
}

.line-height-0 {
    line-height: 0px !important
}

.card-height {
    min-height: 195px !important
}

.error {
    border: 1px solid red;
    animation: error .2s linear 5 alternate .1s
}

@keyframes error {
    0% {
        border: 1px solid #000
    }

    100% {
        border: 1px solid red
    }
}

.line {
    width: 1px;
    background: #e3e3e3
}

.image-responsive {
    max-width: 100%
}

.dropdown-toggle::after {
    display: none !important
}

#page-details li {
    list-style: none;
    margin-bottom: 1rem
}

#dot li {
    list-style: disc !important;
    margin-bottom: 0.5rem !important;
    text-align: justify
}

#jobId {
    display: none
}

.description div img {
    filter: invert(1)
}

.center {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.center .logo {
    width: 128px;
    margin: 0 auto
}

.image {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.image img {
    display: block;
    position: absolute;
    top: 44%;
    left: 1%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.spin {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 2px solid #34495e;
    border-radius: 100%;
    animation: spin 0.75s infinite linear
}

.spin::before,
.spin::after {
    left: -2px;
    top: -2px;
    display: none;
    position: absolute;
    content: '';
    width: inherit;
    height: inherit;
    border: inherit;
    border-radius: inherit
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.spinner,
.spinner::before,
.spinner::after {
    display: inline-block;
    border-color: #fff0;
    border-top-color: #102348;
    animation-duration: 1.2s
}

.spinner::before {
    transform: rotate(120deg)
}

.spinner::after {
    transform: rotate(240deg)
}

#loadingDiv {
    background-color: #fff0
}

.video {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.video__placeholder {
    min-width: 100%;
    display: block
}

.video__button {
    background: #00C08D;
    width: 60px;
    height: 60px;
    top: 85%;
    right: 0%;
    position: absolute;
    display: block;
    border: 3px solid #232439;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    transform: translateX(-50%) translateY(-50%)
}

.video__button:before,
.video__button:after {
    content: "";
    position: absolute;
    display: block;
    background-color: #232439;
    width: 20px;
    height: 3px;
    top: 40%;
    left: 35%;
    transition: background-color 0.3s
}

.video__button:before {
    transform: translateY(-1px) rotate(45deg)
}

.video__button:after {
    transform: translateY(11px) rotate(-45deg)
}

.video__button.is-playing {
    top: 1rem;
    right: 1rem;
    left: auto;
    transform: none
}

.video__button.is-playing:before,
.video__button.is-playing:after {
    left: 31%;
    top: 47%
}

.video__button.is-playing:before {
    transform: translateY(0) rotate(45deg)
}

.video__button.is-playing:after {
    transform: translateY(0) rotate(-45deg)
}

.video:hover .video__button {
    border-color: #6ddce5
}

.video:hover .video__button:before,
.video:hover .video__button:after {
    background-color: #6ddce5
}

#video-player {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: block
}

.show-only-tab {
    display: none
}

.about-left-line {
    position: absolute;
    transform: translate(-4%, -25%);
    -webkit-transform: translate(-4%, -25%)
}

.about-us {
    z-index: 1;
    position: relative;
    margin-top: 20px
}

.second-col {
    padding-top: 60px;
    padding-left: 50px;
    padding-right: 40px
}

.first-col img {
    z-index: 3;
    position: relative;
    height: max-content
}

.about-left-line svg {
    stroke-dasharray: 20200;
    stroke-dashoffset: -20200;
    -webkit-animation-duration: 10s;
    animation-duration: 6s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: draw;
    animation-name: draw
}

.company-heading,
.meet {
    font-weight: 700
}

p.meet {
    font-size: 30px;
    margin: 0
}

span.about-logo {
    margin-top: 15px;
    height: max-content
}

.office-details {
    position: relative;
    min-height: 208px
}

.office-details::before, li a.active .office-details::before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #102348;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-top: 3px solid
}

.office-details:hover:before, li a.active .office-details::before {
    webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
    border-top: 4px solid #00C08D
}

.office-details:hover .card-title {
    color: #BF9724 !important;
    z-index: 1111;
    position: relative
}
.office-details:hover p {
    color: #fff !important;
    z-index: 1111;
    position: relative
}

.leadership-team h4 {
    font-size: 22px !important
}

body {
    margin: 0;
    padding: 0
}

.slide {
    position: relative;
    margin: 0;
    padding: 0
}

.slide .item {
    position: relative;
    height: 100%
}

.slide .item::before {
    display: block;
    padding-top: 70%;
    content: ""
}

.slide .item .image {
    position: relative;
    overflow: hidden
}

.slide .item img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%
}

.slide>.slick-list,
.slide>.slick-list>.slick-track,
.slide>.slick-list>.slick-track>.slick-slide>div {
    position: relative;
    height: 100%
}

.slide-animation {
    animation: fadezoom 8s 0s forwards
}

@keyframes fadezoom {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

.callright-box {
    position: fixed;
    z-index: 9
}

.enquire-now {
    margin: auto;
    font-size: 14px;
    font-weight: 700;
    padding: 8.5px 13px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    border: none;
    text-align: center;
    line-height: 15px;
    border-radius: 20px;
    border: 1px solid #991c22;
    background: #991c22
}

.enquire-now:hover {
    background-color: #fff0;
    color: #991c22 !important;
    border: 1px solid #991c22
}

.section-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 50px auto;
    padding: 20px;
    max-width: 1200px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.box {
    flex: 1 1 calc(25% - 20px);
    margin: 10px;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background-color: #f0f0f0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.box img {
    max-width: 80px;
    margin-bottom: 15px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.box h3 {
    margin: 0;
    font-size: 1.2rem;
    color: #333;
}

@media (max-width: 768px) {
    .box {
        flex: 1 1 calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .box {
        flex: 1 1 100%;
    }
}

.assets-ul{
    list-style-type: none;
    text-align: left;
}

.assets-ul li{
    font-size:13px;
    text-align: left;
}

.section {
    width: 90%;
    max-width: 1200px;
    text-align: center;
    margin: auto;
}
.section-heading {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #102348;
}

/* Manufactures add on features css start */

     /* .box-container{
        
        display: flex;
        flex:1;
        flex-wrap: wrap;
        align-items: center;
        gap: 20px;
        padding: 50px;
    }

    .section {
        padding: 20px;
        background-color: #f9f9f9;
    }

    .section-heading {
        text-align: center;
        font-size: 1.8rem;
        margin-bottom: 20px;
        color: #333;
    }

    .box-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .box {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 20px;
    }

    .box ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .box ul li {
        margin-bottom: 10px;
        font-size: 1rem;
        color: #555;
        position: relative;
        padding-left: 20px;
    }

    .box ul li:before {
        content: '★';
        position: absolute;
        left: 0;
        color: #14a18a;
    }

    @media (max-width: 768px) {
        .section {
            padding: 15px;
        }

        .section-heading {
            font-size: 1.5rem;
        }

        .box {
            padding: 15px;
        }

        .box ul li {
            font-size: 0.9rem;
        }
    }

    @media (max-width: 480px) {
        .section {
            padding: 10px;
        }

        .section-heading {
            font-size: 1.2rem;
        }

        .box {
            padding: 10px;
        }

        .box ul li {
            font-size: 0.8rem;
        }
    } */

    .section {
     
        background-color: #f9f9f9;
        height: 50vh;
        padding:20px;
    }

    .section-heading {
        text-align: center;
        font-size: 1.8rem;
        margin-bottom: 20px;
        color: #333;
    }

    .box-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        height: 30vh;
   
    }
  
    .box {
        flex: 1;
        min-width: 250px;
        max-width: 325px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 20px;
        text-align: center;
    }

    .box ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .box ul li {
        margin-bottom: 10px;
        font-size: 1rem;
        color: #555;
        position: relative;
        padding-left: 20px;
        text-align: left;
    }

    .box ul li:before {
        content: '★';
        position: absolute;
        left: 0;
        color: #14a18a;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .box-container {
            flex-wrap: wrap;
            gap: 15px;
        }

        .box {
            min-width: 100%;
            max-width: none;
        }

        .section-heading {
            font-size: 1.5rem;
        }
    }

    @media (max-width: 480px) {
        .section {
            padding: 15px;
        }

        .box {
            padding: 15px;
        }

        .box ul li {
            font-size: 0.9rem;
        }
    }



/* key module css start */


.key-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 50px;
}
.key-box {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 40vh;
    width:90vh;
}
.key-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.key-box h3 {
    margin: 0;
    font-size: 1.5rem;
    color: #333;
}

.key-box ul li:before {
    content: '★';
    margin-right: 10px;
    color: #14a18a;
    font-size: 25px;
  }
  .key-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  }
  .key-box h3 {
    margin-bottom: 15px;
    color: #333;
  }
  .key-box ul {
    list-style: none;
    padding: 0;
  }
  .key-box ul li {
    margin: 10px 0;
    color: #555;
  }


   @media (max-width: 768px) {
            .key-section {
                flex-direction: column;
                padding: 20px;
            }
            .key-box {
                max-width: 100%;
                height: auto;
                padding: 30px;
            }
            .key-box h3 {
                font-size: 1.25rem;
            }
        }

/* key module css end */

/* General Styling */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
  }
  
  .page-section {
    padding: 40px 20px;
    background-color: #f9f9f9;
  }
  
  .container {
    max-width: 1200px;
    margin: auto;
  }
  
  .section-heading {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
  }
  
  .content-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
  
  /* Image Styling */
  .image-container {
    flex: 1;
  }
  
  .image-container img {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
    border-radius: 8px;
  }
  
  /* Text Content Styling */
  .text-container {
    flex: 2;
    color: #555;
    text-align: justify;
    
  }
  
  .text-container p {
    margin-bottom: 15px;
  }

  .vision-ul {
    list-style-type: none;
 
    }
  /* Responsive Design */
  @media (max-width: 768px) {
    .content-wrapper {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  
    .image-container img {
      max-width: 100%;
    }
  
    .text-container {
      text-align: justify;
    }
  }
  .brand-journey{
    margin-left: 10%;
    margin-right:10%;
  }

/*  */