.cs-bullet-list {
    list-style: disc;
    padding: 15px;
    font-size: 16px;
}

.cs-bullet-list li {
    padding: 5px;
}

.cs-h1-40 {
    font-size: 40px;
}

.menu li.active {
    border-bottom: 2px solid white;
}

.menu li a {
    padding-bottom: 5px;
}

.menu li a:hover {
    text-decoration: none;
}

.subnav {
    width: 250px;
}

.top-bar.nav-sticky .menu li a {
    padding-bottom: 5px;
}

.top-bar.nav-sticky .menu li.active {
    border-bottom: 2px solid #777777;
}


.cs-left-img {
    width: 80%;
    margin: auto;
    display: block;
}

.cs-customer-testimony {
    border-radius: 50%;
    width: 200px;
}

table {
    border: 1px solid #cccccc;
}

th {
    text-align: center;
}

th,
td {
    border: 1px solid #cccccc;
    padding: 10px;
}

.team-2-member .name {
    font-weight: 600;
    margin-bottom: 5px;
}

.team-2-member .position {
    font-weight: 600;
    margin-bottom: 12px;
}

.team-2-member p {
    margin-bottom: 2px;
}

.team-2-member .background-image {
    border-radius: 50%;
    width: 200px;
}

.team-2-member {
    text-align: center;
    height: 350px;
}

.team-2-member .hover-state {
    width: 200px;
    text-align: center;
    left: 23%;
    border-radius: 50%;
    background-color: transparent;
    margin: auto;
}

.team-2-member.hn {
    height: auto;
}


.blog-snippet-3.yellow {
    background-color: rgba(212, 175, 73, 0.3);
}

.scroll {
    position: absolute;
    bottom: 20px;
    z-index: 99;
    left: 47%;
    color: white;
    font-weight: 900;
}

.scroll span {
    display: block;
    margin-left: 35px;
    font-size: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .nav-menu {
        padding-top: 0;
    }

    .top-bar .logo {
        max-width: 100px;
        top: 5px;
    }

    .top-bar .menu {
        float: left;
    }

    .scroll {
        left: 37%;
    }
}


/* Rajesh writes */


.download-button {
    position: relative;
    border-width: 0;
    color: white;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    z-index: 1;
}

.download-button .docs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 40px;
    padding: 0 10px;
    border-radius: 4px;
    z-index: 1;
    background-color: #163E67;
    border: solid 1px #D6B35C;
    transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
}

.download-button:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(187, 255, 2, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.download {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90%;
    margin: 0 auto;
    z-index: -1;
    border-radius: 4px;
    transform: translateY(0%);
    background-color: #01e056;
    border: solid 1px #01e0572d;
    transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
}

.download-button:hover .download {
    transform: translateY(100%)
}

.download svg polyline,
.download svg line {
    animation: docs 1s infinite;
}

@keyframes docs {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(-15%);
    }

    100% {
        transform: translateY(0%);
    }
}

.pt-5 {
    padding-top: 18px;
}

.mission {
    height: 50px;
    width: 50px;
}

.text-change {
    margin-left: 70px !important;
    text-align: unset !important;
}

.vision-1 {
    padding-bottom: 0px !important;
}

.mission-box {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 297px;
    margin-left: 70px;
}