@import url(https://fonts.googleapis.com/css?family=PT%20+%20Serif:400,%20700&amp;display=swap);
@import url(https://fonts.googleapis.com/css?family=Open%20+%20Sans:400,%20600,%20700&amp;display=swap);
*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}
html {
    margin-top: 0 !important;
}
body {
    box-sizing: border-box;
    background-color: #fff;
}
a {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
}
.detail-box {
    border-left: 1px solid #d72027;
}
@media (max-width: 568px) {
    .detail-box {
        border-left: 1px solid #d72027;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .detail-box {
        border-left: 1px solid #d72027;
    }
}
.search_box {
    box-shadow: 0 3.94037px 5.91055px rgba(90, 95, 106, 0.25);
    height: 36px;
    width: 30rem;
    max-width: 30rem;
}
@media (max-width: 568px) {
    .search_box {
        width: 100%;
        max-width: 100%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .search_box {
        width: 100%;
        max-width: 100%;
    }
}
.search_box ::placeholder {
    color: #c4c4c4;
    font-size: 0.75rem;
    line-height: 20px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
.search_box :-ms-input-placeholder {
    color: #c4c4c4;
    font-size: 0.75rem;
    line-height: 20px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
.search_box ::-ms-input-placeholder {
    color: #c4c4c4;
    font-size: 0.75rem;
    line-height: 20px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
.search_box input {
    border: 0;
    width: 100%;
    padding: 5px 10px;
}
@media (max-width: 568px) {
    .search_box input {
        width: 90%;
    }
}
.search_box input:focus {
    outline: 0;
    border: 0;
}
.search_box .search_submit {
    border: 0;
    background: 0 0;
    padding: 5px 10px;
}
.search_box .search_submit i {
    color: #d71920;
}
.section-heading {
    text-align: center;
    width: 100%;
    margin-bottom: 3.75rem;
    font-family: "PT Serif", serif;
    word-wrap: break-word;
}
@media (max-width: 568px) {
    .section-heading {
        margin-bottom: 2.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .section-heading {
        margin-bottom: 2.5rem;
    }
}
.content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.content-container .content {
    width: 75%;
    display: flex;
    flex-direction: column;
}
@media (max-width: 568px) {
    .content-container .content {
        width: 100%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .content-container .content {
        width: 100%;
    }
}
@media (max-width: 568px) {
    .content-container .content h2 {
        text-align: center;
        margin: 3rem 1.5rem 2rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .content-container .content h2 {
        text-align: center;
        margin: 3rem 1.5rem 2rem;
    }
}
.content-container .content .detail-box {
    padding-left: 1.5rem;
}
@media (max-width: 568px) {
    .content-container .content .detail-box {
        margin: 1.5rem 1.5rem 3rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .content-container .content .detail-box {
        margin: 1.5rem 1.5rem 3rem;
    }
}
.content-container .content .detail-box .read-more {
    padding: 1rem 0;
}
.button-div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.mobile-images {
    display: none;
}
@media (max-width: 568px) {
    .mobile-images {
        display: block;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .mobile-images {
        display: block;
    }
}
@media (max-width: 568px) {
    .desktop-image {
        display: none;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .desktop-image {
        display: none;
    }
}
.bg-grey {
    background: #f7f7f7;
}
.bg-white {
    background: #fff;
}
.overflow-scroll {
    overflow: scroll;
}
.overflow-scroll::-webkit-scrollbar {
    display: none;
}
img {
    width: 100%;
}
.stick {
    position: fixed;
    z-index: 10000;
}
.breadcrumbs {
    padding: 0 3rem;
    font-size: 14px;
    color: #8f9092;
    position: absolute;
    background: #fff;
    opacity: 0.8;
    width: 100%;
    z-index: 1;
}
@media (max-width: 568px) {
    .breadcrumbs {
        display: none;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .breadcrumbs {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .breadcrumbs {
        display: none;
    }
}
.breadcrumbs a:hover {
    color: #d72027;
}
.culture-banner .main-col {
    height: auto !important;
}
.culture-banner .main-col img {
    height: 70vh;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 568px) {
    .culture-banner .main-col img {
        height: 15rem !important;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .culture-banner .main-col img {
        height: 20rem;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .culture-banner .main-col img {
        height: 30rem !important;
    }
}
.mission-section .main-col {
    height: auto !important;
}
.mission-section .main-col img {
    height: 70vh;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 568px) {
    .mission-section .main-col img {
        height: 15rem !important;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .mission-section .main-col img {
        height: 20rem;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .mission-section .main-col img {
        height: 30rem !important;
    }
}
.section-content {
    width: 60%;
    margin: auto;
    text-align: center;
    line-height: 20px;
}
@media (max-width: 568px) {
    .section-content {
        width: 100%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .section-content {
        width: 80%;
    }
}
.arrow-down {
    transform-origin: center;
}
.arrow-down svg {
    transition: all 0.3s ease-in-out;
}
.rotate svg {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
}
.bullet-points {
    list-style: none;
}
.bullet-points li {
    background: url(https://cactusglobal.com/jp/wp-content/themes/cactus/img/bullets.svg) no-repeat top left;
    background-position: 0 7px;
    line-height: 1.5625;
    padding: 0 0 4px 20px;
    margin-left: 0.5em;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: #333;
}
.banner-section .container-fluid {
    padding: 0;
}
.banner-section .container-fluid .row {
    margin: 0;
}
.detail-section {
    padding: 5rem 0 !important;
}
@media (max-width: 568px) {
    .detail-section {
        padding: 3rem 0 !important;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .detail-section {
        padding: 3rem 0 !important;
    }
}
.detail-section h3 {
    font-size: 1.5rem;
}
@media (max-width: 568px) {
    .detail-section h3 {
        font-size: 18px;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .detail-section h3 {
        font-size: 18px;
    }
}
main {
    display: flex;
    flex-direction: column;
}
.find-section .text-center {
    margin-bottom: 3rem;
}
.privacy .container .row {
    width: 60%;
    margin: auto;
}
@media (max-width: 568px) {
    .privacy .container .row {
        width: 100%;
    }
}
.privacy .container .row p {
    font-size: 1rem;
}
.contact .page-detail {
    margin-top: 3.75rem;
}
.contact .brand-section {
    margin-top: 8.75rem;
}
@media (min-width: 568px) and (max-width: 900px) {
    .contact .brand-section {
        margin-top: 4.75rem;
    }
}
@media (max-width: 568px) {
    .contact .brand-section {
        margin-top: 4.75rem;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .contact .brand-section {
        margin-top: 5.75rem;
    }
}
.contact .brand-section .brand-box {
    display: flex;
    justify-content: space-between;
}
.contact .brand-section .brand-box .brand_width {
    width: 22%;
}
@media (max-width: 568px) {
    .contact .brand-section .brand-box .brand_width {
        width: 47%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .contact .brand-section .brand-box .brand_width {
        width: 31%;
        margin-bottom: 1rem;
    }
}
.contact .brand-section .brand-box .brand_width .partner-cards .card {
    width: 100%;
}
.contact .main-offices {
    margin-top: 8.75rem;
}
@media (max-width: 568px) {
    .contact .main-offices {
        margin-top: 4.75rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .contact .main-offices {
        margin-top: 4.75rem;
    }
}
.contact .company-details .enguiry {
    margin-bottom: 8.75rem;
}
@media (max-width: 568px) {
    .contact .company-details .enguiry {
        margin-bottom: 4.75rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .contact .company-details .enguiry {
        margin-bottom: 4.75rem;
    }
}
@media (max-width: 568px) {
    .find-section .container .row {
        margin-right: -23px;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .find-section .container .row {
        margin-right: -23px;
    }
}
@media (max-width: 568px) {
    .contact .contact-form .red-cta {
        margin-bottom: 2rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .contact .contact-form .red-cta {
        margin-bottom: 2rem;
    }
}
@media (max-width: 568px) {
    .contact .main-offices .office-location-card {
        margin-bottom: 2rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .contact .main-offices .office-location-card {
        margin-bottom: 2rem;
    }
}
.contact .main-offices .office-location-card:last-child {
    margin-bottom: 0;
}
@media (min-width: 568px) and (max-width: 900px) {
    .contact .main-offices .office-location-card {
        margin-bottom: 0;
    }
}
.contact .company-details .social-icons img {
    width: 2rem;
    margin-right: 1rem;
}
@media (max-width: 568px) {
    .contact .fsPage .fsSection .fsRowBody {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 568px) {
    .contact .fsPage .fsSection .fsRowBody .fsLabel {
        margin-bottom: 1rem;
    }
}
@media (max-width: 568px) {
    .contact .fsPage .fsFieldHorizontal {
        width: 100%;
    }
}
.contact .fsPage .fsFieldFocused:not(.fsValidactionError).fsSpan100 {
    padding: 0 !important;
    margin: 0 !important;
}
.contact .fsSubmitButton {
    background: #d72027 !important;
    color: #fff !important;
    padding: 0.7rem 3.6rem;
    border: 0;
    font-size: 16px;
    transition: 1s;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.offering-card {
    margin-bottom: 0 !important;
}
.small-offering-card {
    display: flex;
    flex-direction: column;
}
.small-offering-card .card-text {
    flex: 1;
}
.single-div {
    margin-top: 6rem !important;
}
@media (max-width: 568px) {
    .single-div {
        margin-top: 3rem !important;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .single-div {
        margin-top: 3rem !important;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .single-div {
        margin-top: 4rem !important;
    }
}
.single-div .section_image {
    height: 30rem;
    object-fit: cover;
}
@media (max-width: 568px) {
    .single-div .section_image {
        height: 100%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .single-div .section_image {
        height: 100%;
    }
}
.academic_services_offer .row .single-div:nth-child(2) {
    margin-top: 0 !important;
}
.cactus_foundation .banner-section .card-content p {
    font-weight: 400 !important;
    font-size: 0.875rem !important;
    color: #808184 !important;
    line-height: 140.3% !important;
}
.card-center-offering .row {
    justify-content: center;
}
.top-banner-section {
    margin-top: 6rem;
}
@media (max-width: 568px) {
    .cactus-foundation-banner .banner-card {
        padding: 1rem 1.5rem 1.5rem 1.5rem !important;
    }
}
.cactus-foundation-banner .image-banner-card img {
    object-fit: contain !important;
    padding-right: 9rem;
}
@media (max-width: 568px) {
    .cactus-foundation-banner .image-banner-card img {
        padding: 0 2rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .cactus-foundation-banner .image-banner-card img {
        padding: 0 3rem;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .cactus-foundation-banner .image-banner-card img {
        padding-right: 6rem;
    }
}
.offer-brand-img {
    height: 14rem;
    object-fit: cover;
}
@media (min-width: 568px) and (max-width: 900px) {
    .offer-brand-img {
        height: 12rem;
    }
}
@media (max-width: 568px) {
    .offer-brand-img {
        height: 12rem;
    }
}
p a {
    color: #d72027;
}
p a:hover {
    color: #d72027;
    text-decoration: underline;
}
.alignleft {
    float: left;
    margin-right: 0.8rem;
    margin-bottom: 0;
}
.alignright {
    float: right;
    margin-left: 0.8rem;
    margin-bottom: 0;
}
.mobile-form .training-form-input .offering-card {
    padding: 1.5rem !important;
    padding-bottom: 0 !important;
}
.newsroom-search-box {
    justify-content: center;
    align-items: baseline;
}
.newsroom-search-box button {
    height: 36px;
}
.job-individual .life .section-heading {
    margin-bottom: 1rem;
}
.job-individual section.impact-section.extra_section_margin {
    margin-top: 0;
}
.job-individual section.diversity-section {
    margin-top: 0 !important;
}
.job-individual section.diversity-section .banner_image {
    height: 35rem;
}
body {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    font-family: "Open Sans", sans-serif;
    background: #fff;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "PT Serif", serif;
}
h6 {
    font-family: "Open Sans", sans-serif;
}
h1 {
    color: #2b2b2b;
    font-size: 3rem;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 0.4px;
}
@media (max-width: 568px) {
    h1 {
        font-size: 1.75rem;
        line-height: 134%;
        letter-spacing: -0.04em;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    h1 {
        font-size: 1.75rem;
        line-height: 35px;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    h1 {
        font-size: 1.75rem;
        line-height: 35px;
    }
}
h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2b2b2b;
    line-height: 40px;
}
@media (max-width: 568px) {
    h2 {
        font-size: 1.35rem;
        line-height: 28px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    h2 {
        font-size: 1.5rem;
        line-height: 30px;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    h2 {
        font-size: 1.5rem;
        line-height: 30px;
    }
}
h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2b2b2b;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0.8rem;
}
@media (max-width: 568px) {
    h3 {
        font-size: 18px;
        line-height: 28px;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    h3 {
        font-size: 18px;
        line-height: 28px;
    }
}
h4 {
    font-size: 1.125rem;
    color: #2b2b2b;
    font-weight: 400;
}
@media (max-width: 568px) {
    h4 {
        font-size: 1rem;
        line-height: 16px;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    h4 {
        font-size: 1rem;
        line-height: 16px;
    }
}
h5 {
    font-size: 0.875rem;
    font-family: "Open Sans", sans-serif;
    color: #2b2b2b;
    line-height: 20px;
    font-weight: 600;
}
@media (max-width: 568px) {
    h5 {
        font-weight: 700;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    h5 {
        font-weight: 700;
    }
}
p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 20px;
    color: #808184;
    margin-bottom: 1rem;
}
.font-44 {
    font-size: 2.75rem;
}
@media (max-width: 568px) {
    .font-44 {
        font-size: 1.5625rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .font-44 {
        font-size: 1.5625rem;
    }
}
.font-40 {
    font-size: 2.5rem;
}
.font-30 {
    font-size: 1.875rem;
}
.font-34 {
    font-size: 34px;
}
.font-20 {
    font-size: 1.25rem;
    line-height: 26px;
    font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1024px) {
    .font-20 {
        font-size: 1rem;
    }
}
@media (max-width: 568px) {
    .font-20 {
        font-size: 0.875rem;
        line-height: 22px;
    }
}
.font-18 {
    font-size: 1.125rem;
}
.font-16 {
    font-size: 1rem;
}
.font-14 {
    font-size: 0.875rem;
}
.font-12 {
    font-size: 0.75rem;
}
@media (max-width: 568px) {
    .font-12 {
        font-size: 0.6875rem;
    }
}
.font-11 {
    font-size: 0.6875rem;
}
.font-10 {
    font-size: 11.5px;
    letter-spacing: 0;
}
.font-24 {
    font-size: 1.5rem;
    line-height: 36px;
}
@media (max-width: 568px) {
    .font-24 {
        font-size: 1.125rem;
        line-height: 26px;
    }
}
.weight-600 {
    font-weight: 600;
}
.weight-normal {
    font-weight: 400;
}
.navbar-font {
    font-size: 1rem;
    color: #2b2b2b;
    line-height: 15px;
    font-weight: 400;
}
.light-maroon {
    color: #d72027;
}
.font-bold {
    font-weight: 700;
}
.font-open {
    font-family: "Open Sans", sans-serif;
}
.text-red {
    color: #c6322d;
}
.content-text {
    font-weight: 400;
    font-size: 0.875rem;
    color: #808184;
    line-height: 140.3%;
}
@media (max-width: 568px) {
    .content-text {
        font-size: 0.875rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .content-text {
        font-size: 0.875rem;
    }
}
.detail-more {
    font-size: 1rem;
    font-weight: 400;
    color: #2b2b2b;
    line-height: 50px;
}
.small-heading {
    font-size: 0.6875rem;
    font-weight: 600;
    color: #d72027;
}
@media (max-width: 568px) {
    .small-heading {
        font-size: 0.625rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .small-heading {
        font-size: 0.625rem;
    }
}
.card-date {
    font-size: 0.75rem;
    font-weight: 600;
    color: #808184;
}
@media (max-width: 568px) {
    .card-date {
        font-size: 0.625rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .card-date {
        font-size: 0.625rem;
    }
}
.card-details {
    font-size: 0.75rem;
    font-weight: 600;
    color: #666;
}
.card-author {
    font-size: 0.625rem;
    font-weight: 400;
    color: #666;
}
.social-media-font {
    font-size: 1rem;
    color: #666;
}
@media (max-width: 568px) {
    .social-media-font {
        font-size: 0.75rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .social-media-font {
        font-size: 0.75rem;
    }
}
.flex-center {
    display: flex;
    align-items: center;
}
.gray-heading {
    color: #808184;
}
.bold {
    font-weight: 700;
}
h6 {
    font-size: 14px;
    font-weight: 700;
}
.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.carousel-indicators {
    justify-content: flex-start;
    margin-left: 9%;
}
@media (max-width: 568px) {
    .carousel-indicators {
        justify-content: center;
    }
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 1rem;
}
.sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 999;
}
.inactive {
    color: #808184 !important;
}
.nav-pills {
    margin-bottom: 4rem;
    justify-content: center;
}
.nav-pills .nav-item {
    text-align: center;
}
.nav-pills .nav-item .nav-link {
    border-bottom: 2px solid #d9d7d7;
    border-radius: 0;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    padding: 1rem 1.8rem;
}
@media (min-width: 568px) and (max-width: 900px) {
    .nav-pills .nav-item .nav-link {
        font-size: 14px;
        padding: 0.5rem 1rem;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .nav-pills .nav-item .nav-link {
        font-size: 16px;
    }
}
.nav-pills .nav-item .nav-link.active {
    border-radius: 0;
    background-color: transparent;
    color: #333;
    font-weight: 700;
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (min-width: 992px) and (max-width: 1024px) {
    .nav-pills .nav-item .nav-link.active {
        font-size: 16px;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .nav-pills .nav-item .nav-link.active {
        font-size: 14px;
    }
}
.nav-pills .nav-item .nav-link.active::after {
    content: "";
    width: 100%;
    height: 4px;
    background: #c6322d;
    border-radius: 2rem;
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.nav-pills .nav-item .nav-link:hover {
    color: #d72027;
}
.contact-brand-section .container {
    padding: 0;
}
.contact-brand-section .container .row {
    margin: 0;
}
.contact-brand-section .container .row .contact-main-div {
    padding: 4rem 3rem;
    background: linear-gradient(109.94deg, #068 -5.46%, #002a36 117.07%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 568px) {
    .contact-brand-section .container .row .contact-main-div {
        padding: 3rem 1.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .contact-brand-section .container .row .contact-main-div {
        padding: 3rem 1.5rem;
    }
}
.contact-brand-section .container .row .contact-main-div .section-heading {
    margin-bottom: 0;
    color: #fff;
}
@media (max-width: 568px) {
    .contact-brand-section .container .row .contact-main-div .section-heading {
        font-size: 1.75rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .contact-brand-section .container .row .contact-main-div .section-heading {
        font-size: 1.75rem;
    }
}
.contact-brand-section .container .row .contact-main-div .section-content {
    color: #fff;
    width: 31%;
    font-size: 1rem;
    margin-bottom: 2rem;
}
@media (max-width: 568px) {
    .contact-brand-section .container .row .contact-main-div .section-content {
        width: 100%;
        margin-top: 1rem;
        margin-bottom: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .contact-brand-section .container .row .contact-main-div .section-content {
        width: 65%;
        margin-top: 1rem;
        margin-bottom: 0;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .contact-brand-section .container .row .contact-main-div .section-content {
        width: 60%;
        font-size: 1.25rem;
        margin-top: 1rem;
        margin-bottom: 0;
    }
}
.contact-brand-section .container .row .contact-main-div .white-cta {
    margin-top: 2rem;
}
.cta {
    font-size: 11px;
    font-weight: 700;
    color: #d72027;
    text-transform: uppercase;
    border-radius: 2em;
    border: 1px solid #d72027;
    padding: 6px 1.5rem;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
@media (max-width: 568px) {
    .cta {
        font-size: 10px;
        border: 1px solid #d72027;
        line-height: 9px;
    }
}
.cta:hover {
    color: #efefef;
    background: #d72027;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
.cta.active {
    color: #efefef;
    background: #d72027;
}
.read-more {
    font-size: 16px;
    font-weight: 400;
    line-height: 130.3%;
    color: #d72027;
    display: flex;
    align-items: baseline;
}
.read-more img {
    margin-left: 0.5rem;
    transition: 0.2s ease-out all 0.1s;
    width: 1rem;
}
.read-more:hover {
    color: #d72027;
}
.read-more:hover img {
    margin-left: 1rem;
}
.view-more {
    font-size: 16px;
    font-weight: 400;
    line-height: 130.3%;
    color: #d72027;
    display: flex;
    align-items: baseline;
}
.view-more img {
    margin-bottom: 0.5rem;
    transition: 0.2s ease-out all 0.1s;
    width: 1rem;
}
.view-more:hover {
    color: #d72027;
}
.view-more:hover img {
    margin-left: 1rem;
}
.view-less {
    font-size: 16px;
    font-weight: 400;
    line-height: 130.3%;
    color: #d72027;
    display: flex;
    align-items: baseline;
}
.view-less img {
    margin-top: 0.5rem;
    transition: 0.2s ease-out all 0.1s;
    width: 1rem;
}
.view-less:hover {
    color: #d72027;
}
.view-less:hover img {
    margin-left: 1rem;
}
.link-btn {
    font-size: 16px;
    font-weight: 400;
    color: #d72027;
    cursor: pointer;
    position: relative;
    margin: 2.5rem auto auto;
}
@media (max-width: 568px) {
    .link-btn {
        margin-top: 1.5rem;
    }
}
.link-btn:after {
    content: "";
    position: absolute;
    top: 100%;
    height: 1px;
    width: 100%;
    left: 0;
    background-color: #d72027;
    transition: 0.4s ease-out all 0.1s;
}
.link-btn:hover {
    text-decoration: none;
    color: #d72027;
}
.link-btn:hover:after {
    background-color: #d72027;
    width: 50%;
    left: 25%;
    transition: 0.2s ease-out all 0.1s;
}
.red-cta {
    background: #d72027;
    color: #fff;
    padding: 0.7rem 3.6rem;
    border: 0;
    font-size: 16px;
    transition: 1s;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
@media (max-width: 568px) {
    .red-cta {
        padding: 0.4rem 2.3rem;
    }
}
.red-cta:focus {
    outline: 0;
}
.red-cta:before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 60px;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    filter: blur(30px);
    transform: translateX(-100px) skewX(-15deg);
}
.red-cta:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 30px;
    height: 100%;
    left: 30px;
    top: 0;
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-100px) skewX(-15deg);
}
.red-cta:hover {
    background: #d72027;
    color: #fff;
    cursor: pointer;
}
.red-cta:hover:before {
    transform: translateX(300px) skewX(-15deg);
    opacity: 0.6;
    transition: 1s;
}
.red-cta:hover:after {
    transform: translateX(300px) skewX(-15deg);
    opacity: 1;
    transition: 1s;
}
.white-cta {
    background: #fff;
    color: #d72027;
}
.update_card {
    display: flex;
    border: none;
    margin-top: 3rem;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
@media (max-width: 568px) {
    .update_card {
        margin-top: 1.5rem;
    }
}
.update_card:hover {
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
.update_card picture {
    width: 16rem;
    object-fit: cover;
    flex: 0 0 16rem;
}
@media (max-width: 568px) {
    .update_card picture {
        width: 7rem;
        flex: 0 0 7rem;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .update_card picture {
        width: 10rem;
        flex: 0 0 10rem;
    }
}
.update_card picture img {
    height: 100%;
    max-height: 350px;
    object-fit: cover;
}
.update_card .card-body {
    padding: 1.25rem;
    position: relative;
    display: flex;
    flex-direction: column;
}
@media (max-width: 568px) {
    .update_card .card-body {
        padding: 0.5rem 1.25rem;
    }
}
.update_card .card-body .small-heading {
    margin-bottom: 1rem;
}
.update_card .card-body .card-details {
    margin-bottom: 1rem;
    flex-grow: 1;
}
@media (max-width: 568px) {
    .update_card .card-body .card-details {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .update_card .card-body .card-details {
        display: none;
    }
}
.update_card .card-body .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.press_card,
.story_card {
    width: 100% !important;
    padding: 1rem;
    height: 100%;
    background: #fff !important;
    border: none;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.09);
}
@media (max-width: 568px) {
    .press_card,
    .story_card {
        flex-direction: column !important;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .press_card,
    .story_card {
        flex-direction: column !important;
    }
}
.press_card:hover,
.story_card:hover {
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
}
.press_card:hover .read-more,
.story_card:hover .read-more {
    color: #d72027;
}
.press_card:hover .read-more img,
.story_card:hover .read-more img {
    margin-left: 1rem;
}
.press_card picture,
.story_card picture {
    width: 40%;
}
.press_card picture img,
.story_card picture img {
    height: 100%;
    object-fit: cover;
}
@media (min-width: 568px) and (max-width: 900px) {
    .press_card picture,
    .story_card picture {
        width: 100%;
    }
}
@media (max-width: 568px) {
    .press_card picture,
    .story_card picture {
        width: 100%;
    }
}
.press_card .card-body,
.story_card .card-body {
    width: 60%;
}
@media (min-width: 568px) and (max-width: 900px) {
    .press_card .card-body,
    .story_card .card-body {
        width: 100%;
    }
}
@media (max-width: 568px) {
    .press_card .card-body,
    .story_card .card-body {
        width: 100%;
    }
}
.story_card picture {
    width: 100%;
}
.story_card .card-body {
    width: 100%;
}
@media (max-width: 568px) {
    .story_card .card-body {
        width: 100% !important;
    }
}
.social_media_card {
    margin-top: 1.8rem;
    background: #fff;
    box-sizing: border-box;
    border-radius: 0;
}
.social_media_card .card-body .head {
    display: flex;
    align-items: center;
}
.social_media_card .card-body .head p {
    margin-left: 1rem;
    margin-bottom: 0;
}
.social_media_card .card-body .head img {
    width: auto;
}
.social_media_card .card-body p {
    width: 70%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
@media (max-width: 568px) {
    .social_media_card .card-body p {
        width: 80%;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .social_media_card .card-body p {
        width: 95%;
    }
}
.social_media_card .card-body .hashtag {
    display: flex;
}
.social_media_card .card-body .hashtag p {
    width: auto;
    margin-top: 0;
    margin-right: 2rem;
}
@media (max-width: 568px) {
    .social_media_card .card-body .hashtag p {
        margin-right: 1rem;
    }
}
.social_media_card .card-body .like-and-comment .comment {
    margin-right: 20%;
}
.social_media_card .card-body .like-and-comment .comment img {
    margin-right: 0.5rem;
}
.social_media_card .card-body .like-and-comment .comment p {
    margin-top: 0;
    margin-bottom: 0;
}
.social_media_card .card-body .like-and-comment .like img {
    margin-right: 0.5rem;
}
.social_media_card .card-body .like-and-comment .like p {
    margin-top: 0;
    margin-bottom: 0;
}
.award-card {
    margin: 3rem 0;
    flex-wrap: wrap;
    padding: 0;
}
@media (max-width: 568px) {
    .award-card {
        margin: 2rem 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .award-card {
        margin: 2rem 0;
    }
}
.award-card:nth-child(even) picture {
    order: 1;
}
@media (max-width: 568px) {
    .award-card:nth-child(even) picture {
        order: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .award-card:nth-child(even) picture {
        order: 0;
    }
}
.award-card:last-child {
    margin-bottom: 0;
}
.award-card .award-topimage {
    height: 25rem;
}
@media (min-width: 992px) and (max-width: 1024px) {
    .award-card .award-topimage {
        height: 20rem;
    }
}
@media (max-width: 568px) {
    .award-card .award-topimage {
        height: 12rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .award-card .award-topimage {
        height: 15rem;
    }
}
.award-card .award-topimage img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.award-card .award-cardbody {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5% 0 7%;
    cursor: pointer;
}
@media (max-width: 568px) {
    .award-card .award-cardbody {
        padding: 5% 5% 0 7%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .award-card .award-cardbody {
        padding: 5% 5% 0 7%;
    }
}
.award-card .award-cardbody h3 {
    line-height: 20px;
    margin-bottom: 2rem;
}
.award-card .award-cardbody .image-icon {
    width: 7rem;
    margin-bottom: 1.5rem;
}
.award-card .award-cardbody .detail-box {
    padding-left: 1rem;
}
.award-card .award-cardbody .detail-box p {
    width: 100%;
    color: #666;
}
.award-card .award-cardbody:hover .read-more {
    color: #d72027;
}
.award-card .award-cardbody:hover .read-more img {
    margin-left: 1rem;
}
.trusted-card {
    width: 18%;
    position: relative;
}
@media (max-width: 568px) {
    .trusted-card {
        min-width: 60%;
        margin-right: 1rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .trusted-card {
        width: 37%;
        min-width: 37%;
        margin-right: 1rem;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .trusted-card {
        width: 27%;
        min-width: 27%;
        margin-right: 1rem;
    }
}
.trusted-card img {
    width: 100%;
}
.trusted-card h3 {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 10%;
}
@media (max-width: 568px) {
    .trusted-card h3 {
        left: 0;
        padding: 0.8rem;
        text-align: center;
    }
}
.life-card {
    width: 90%;
    margin-top: 3rem;
}
@media (max-width: 568px) {
    .life-card {
        width: 100%;
    }
}
.value-card {
    margin-bottom: 3rem;
    width: 94%;
}
@media (max-width: 568px) {
    .value-card {
        width: 100%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .value-card {
        width: 100%;
    }
}
.value-card h3 {
    line-height: 21px;
    margin: 1rem 0 0;
}
@media (max-width: 568px) {
    .value-card h3 {
        margin-top: 1rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .value-card h3 {
        margin-top: 1rem;
    }
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
ol li {
    line-height: 20px;
    color: #808184;
    font-size: 0.875rem;
    font-weight: 400;
    margin-left: 1rem;
}
ul li {
    line-height: 20px;
    color: #808184;
    font-size: 0.875rem;
    font-weight: 400;
    margin-left: 1rem;
}
ol li a,
ul li a {
    color: #d72027;
}
ol li a:hover,
ul li a:hover {
    color: #d72027;
    text-decoration: underline;
}
.value-card p {
    color: #666;
}
.value-card ul {
    list-style: none;
    padding-left: 1rem;
    color: #666;
}
.value-card ul li {
    position: relative;
}
.value-card ul li::after {
    content: "\2022";
    color: red;
    font-weight: 700;
    position: absolute;
    display: block;
    width: 1em;
    margin-left: -1em;
    top: 0;
}
.office-location-card {
    margin-bottom: 2.5rem;
}
@media (max-width: 568px) {
    .office-location-card {
        margin-bottom: 0.5rem;
    }
}
@media (max-width: 568px) {
    .office-location-card .card-head {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #d9d7d7;
        margin-bottom: 1.2rem;
        padding-bottom: 0.4rem;
    }
    .office-location-card .card-head span {
        width: 1rem;
    }
    .office-location-card .card-head h3 {
        font-size: 0.875rem;
    }
}
@media (max-width: 568px) {
    .office-location-card .card-bottom {
        display: none;
        margin-bottom: 2rem;
    }
}
.office-location-card .card-bottom p {
    margin-bottom: 0;
    line-height: 22px;
}
.office-location-card .card-bottom .address {
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    /*.mobile-form .form-card:nth-of-type(1) .form-input{*/
    /*    display:  block !important;*/
    /*}*/
    .mobile-form .form-card:nth-of-type(1).show .form-input{
        display:  none !important;
    }
    
    .form-card .form-input {
        display: none;
    }
    
    .form-card.show .form-input{ display: block !important }
}

@media (max-width: 568px) {
    .form-card .form-input .form-group {
        width: 100% !important;
    }
}
.form-card .form-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1rem 0;
    border-bottom: 1px solid #d9d7d7;
}
.form-card .form-card-top span {
    width: 1rem;
}
.eco-collpase-detail {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    right: -50%;
    align-items: flex-start;
    width: 23rem;
    transform: translate(0, -50%);
}
@media (max-width: 568px) {
    .eco-collpase-detail {
        position: relative;
        top: 0;
        right: 0;
        transform: translate(0);
        width: 100%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .eco-collpase-detail {
        width: 100%;
    }
}
.eco-collpase-detail .eco-collapse-card p {
    display: none;
}
.eco-collpase-detail .eco-collapse-card h4 {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.eco-collpase-detail .eco-collapse-card h4::after {
    content: "";
    width: 10px;
    height: 20px;
    display: block;
    position: absolute;
    right: -20px;
    top: 0;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
    transform-origin: center;
}
.eco-collpase-detail .eco-collapse-card .rotate::after {
    transform: rotate(-90deg);
    transform-origin: center;
    right: -25px;
    top: 0;
}
.form-group {
    position: relative;
    margin-bottom: 2rem;
}
.form-group input:focus {
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.form-group .contact-feilds {
    border: none;
    border-bottom: 1px solid #e3eaf2;
    outline: 0;
    font-weight: 500;
    letter-spacing: 0.34px;
    line-height: 21px;
    background: 0 0;
    box-shadow: none;
    padding: 0.5rem 0;
    max-width: 100%;
    width: 100%;
    border-radius: 0;
}
.form-group .form-control-placeholder {
    position: absolute;
    top: 10px;
    left: 0;
    transition: all 0.2s;
    outline: 0;
    font-weight: 500;
    font-size: 0.875rem;
    z-index: -1;
}
.form-group .form-control:focus + .form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -130%, 0);
    opacity: 1;
}
.form-group .form-control:valid + .form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -130%, 0);
    opacity: 1;
}
.form-group .form-control:focus {
    border-radius: 0;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}
.form-group .verify {
    right: -90px;
    position: absolute;
    top: 10px;
    border-bottom: 1px solid;
}
.otp-div {
    display: none;
}
.current-location {
    position: relative;
}
.current-location input:focus {
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.current-location .contact-feilds {
    border: none;
    border-bottom: 1px solid #e3eaf2;
    outline: 0;
    font-weight: 500;
    letter-spacing: 0.34px;
    line-height: 21px;
    background: 0 0;
    box-shadow: none;
    padding: 0.5rem 0;
    max-width: 100%;
    width: 100%;
    border-radius: 0;
}
.current-location .form-control-placeholder {
    position: absolute;
    top: 10px;
    left: 0;
    transition: all 0.2s;
    outline: 0;
    font-weight: 500;
    font-size: 0.875rem;
    z-index: -1;
}
.current-location .form-control:focus ~ .search-icon,
.current-location .form-control:valid ~ .search-icon {
    opacity: 1;
}
.current-location .form-control:focus + .form-control-placeholder,
.current-location .form-control:valid + .form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -130%, 0);
    opacity: 1;
}
.current-location .form-control:focus {
    border-radius: 0;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}
.current-location .verify {
    right: -90px;
    position: absolute;
    top: 10px;
    border-bottom: 1px solid;
}
.otp-div {
    display: none;
}
.current-location {
    position: relative;
}
.current-location .location-icon {
    width: 1rem;
    position: absolute;
    right: 7.5rem;
    top: 74%;
    fill: #fff !important;
}
.current-location .search-icon {
    width: 1rem;
    position: absolute;
    top: 0.8rem;
    opacity: 0;
}
.current-location .form-control {
    padding-left: 1.5rem;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.radio-container {
    display: flex;
    align-content: center;
    padding-left: 9px;
}
.radio-container .radio-button {
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    padding-left: 1rem;
    margin-right: 2rem;
    margin-bottom: 0;
}
.radio-container .radio-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radio-container .checkmark {
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    padding-left: 1rem;
}
.radio-container p {
    margin-bottom: 0;
}
.radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio-container .radio-button input:checked ~ .checkmark:after {
    display: block;
}
.check-container {
    display: flex;
    align-content: center;
    padding-left: 9px;
}
.check-container .checkbox {
    display: block;
    position: relative;
    padding-left: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.check-container .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.check-container .checkmark {
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #eee;
}
.check-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.check-container .checkbox input:checked ~ .checkmark:after {
    display: block;
}
.check-container .checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.dropdown {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 8rem;
}
.dropdown > li > a {
    background: #000;
    color: #fff;
    display: block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}
.dropdown ul {
    background: #ddd;
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    top: 35px;
    width: 100%;
}
.dropdown li:hover ul {
    height: 200px;
    opacity: 1;
    transform: translateY(0);
}
.dropdown ul a {
    color: #000;
    display: block;
    padding: 5px 20px;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
footer {
    background: #2b2b2b;
    color: #f7f7f7;
    z-index: 1;
}
footer .container {
    padding: 4rem;
}
@media (max-width: 568px) {
    footer .container {
        padding: 2rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    footer .container {
        padding: 2rem;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    footer .container {
        padding: 2rem;
    }
}
footer .container .social-media {
    display: flex;
    margin-bottom: 2rem;
    align-items: center;
}
@media (max-width: 568px) {
    footer .container .social-media {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0;
        padding-top: 1.5rem;
        margin-top: 0.5rem;
        border-top: 0.5px solid #97999c;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    footer .container .social-media {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0;
        padding-top: 1.5rem;
        margin-top: 0.5rem;
        border-top: 0.5px solid #97999c;
    }
}
footer .container .social-media .social-icons {
    display: flex;
}
footer .container .social-media .social-icons a {
    margin-left: 1rem;
}
@media (max-width: 568px) {
    footer .container .social-media .social-icons a:first-child {
        margin-left: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    footer .container .social-media .social-icons a:first-child {
        margin-left: 0;
    }
}
footer .container .social-media .social-icons a:hover svg .path {
    fill: #666;
}
footer .container .social-media p {
    margin-bottom: 0;
    color: #fff;
}
@media (max-width: 568px) {
    footer .container .social-media p {
        margin-bottom: 1rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    footer .container .social-media p {
        margin-bottom: 1rem;
    }
}
footer .container .copyright {
    color: #fff;
}
@media (max-width: 568px) {
    footer .container .copyright {
        margin-top: 1.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    footer .container .copyright {
        margin-top: 1.5rem;
    }
}
footer .container .footer-page-link {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media (max-width: 568px) {
    footer .container .footer-page-link {
        flex-direction: column;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    footer .container .footer-page-link {
        flex-direction: column;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    footer .container .footer-page-link {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}
@media (min-width: 1025px) and (max-width: 1200px) {
    footer .container .footer-page-link {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}
@media (max-width: 568px) {
    footer .container .footer-page-link a {
        margin-bottom: 0.8rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    footer .container .footer-page-link a {
        margin-bottom: 0.8rem;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    footer .container .footer-page-link a {
        margin-right: 1rem;
    }
}
@media (min-width: 1025px) and (max-width: 1200px) {
    footer .container .footer-page-link a {
        margin-right: 1rem;
    }
}
footer .container .footer-page-link a:hover {
    color: #848484;
}
.container {
    padding: 0 4rem;
    max-width: 100%;
}
@media (max-width: 568px) {
    .container {
        padding: 0 1.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .container {
        padding: 0 1.5rem;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .container {
        padding: 0 3rem;
    }
}
.sub-pages {
    padding: 0 4rem;
}
@media (max-width: 568px) {
    .sub-pages {
        padding: 0 1.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .sub-pages {
        padding: 0 1.5rem;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .sub-pages {
        padding: 0 3rem;
    }
}
.container-fluid {
    padding: 0 0;
    max-width: 100%;
}
@media (max-width: 568px) {
    .container-fluid {
        padding: 0 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .container-fluid {
        padding: 0 0;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .container-fluid {
        padding: 0 0;
    }
}
.container-fluid .row {
    margin: 0;
}
section {
    margin-top: 8.75rem;
}
@media (min-width: 568px) and (max-width: 900px) {
    section {
        margin-top: 4.75rem;
    }
}
@media (max-width: 568px) {
    section {
        margin-top: 4.75rem !important;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    section {
        margin-top: 5.75rem;
    }
}
.space {
    height: 8.75rem;
}
@media (min-width: 568px) and (max-width: 900px) {
    .space {
        height: 4.75rem;
    }
}
@media (max-width: 568px) {
    .space {
        height: 4.75rem;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .space {
        height: 5.75rem;
    }
}
header {
    background: #fff;
}
header .navbar {
    padding: 0 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 568px) {
    header .navbar {
        padding: 0.5rem 1.5rem;
        position: relative;
        box-shadow: 0 2px 2px rgba(242, 240, 240, 0.7);
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    header .navbar {
        padding: 0.5rem 1.5rem;
        position: relative;
        box-shadow: 0 2px 2px rgba(242, 240, 240, 0.7);
    }
}
header .navbar .navbar-brand img {
    width: 10rem;
}
@media (max-width: 568px) {
    header .navbar .navbar-brand img {
        width: 8rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    header .navbar .navbar-brand img {
        width: 10rem;
    }
}
header .navbar .navbar-collapse {
    justify-content: flex-end;
    width: 88%;
}
header .navbar .navbar-collapse #nav-container {
    width: 70%;
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container {
        width: 100%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    header .navbar .navbar-collapse #nav-container {
        width: 98%;
        height: 90%;
    }
}
header .navbar .navbar-collapse #nav-container ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul {
        display: block;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    header .navbar .navbar-collapse #nav-container ul {
        display: flex;
        flex-direction: column;
        height: 100%;
        align-items: flex-start;
    }
}
header .navbar .navbar-collapse #nav-container ul li {
    cursor: pointer;
    color: #666;
    position: relative;
    padding: 15px 0;
    /*width: 6rem;*/
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul li {
        width: 98%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    header .navbar .navbar-collapse #nav-container ul li {
        width: 100%;
    }
}
header .navbar .navbar-collapse #nav-container ul li p {
    margin-bottom: 0;
    position: relative;
    display: inline-block;
}
header .navbar .navbar-collapse #nav-container ul li p::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: #2b2b2b;
    bottom: -2px;
    left: 0;
    transition: all 0.3s ease-in;
    transform-origin: center;
    margin: 0 auto;
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul li p::after {
        background: #f3f3f4;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    header .navbar .navbar-collapse #nav-container ul li p::after {
        background: #f3f3f4;
    }
}
header .navbar .navbar-collapse #nav-container ul li p:hover {
    color: #2b2b2b;
    font-weight: 600;
}
@media (min-width: 568px) and (max-width: 900px) {
    header .navbar .navbar-collapse #nav-container ul li p {
        font-size: 1rem;
    }
}
header .navbar .navbar-collapse #nav-container ul li .dropdown .btn {
    color: #2b2b2b;
}
@media (min-width: 900px) {
header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav {
    opacity: 1;
    transform: translate(0, 13px);
    z-index: 2;
    pointer-events: all;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.21), 0px 6px 10px 0px rgba(0, 0, 0, 0.14);
    }
}
}
header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav {
    opacity: 1;
    transform: translate(0, 13px);
    z-index: 2;
    pointer-events: all;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.21), 0px 6px 10px 0px rgba(0, 0, 0, 0.14);
    }
}

@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav {
        opacity: 0;
        transform: translate(0, 30px);
        z-index: -2;
        pointer-events: none;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav {
        opacity: 0;
        transform: translate(0, 30px);
        z-index: -2;
        pointer-events: none;
    }
}
header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul {
        display: block;
    }
}
header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul li {
    cursor: pointer;
    color: #666;
    position: relative;
    padding: 15px 0;
    width: 6rem;
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul li {
        width: auto;
    }
}
header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul li p {
    margin-bottom: 0;
    position: relative;
    display: inline-block;
}
header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul li p::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: #2b2b2b;
    bottom: -2px;
    left: 0;
    transition: all 0.3s ease-in;
    transform-origin: center;
    margin: 0 auto;
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul li p::after {
        background: #f3f3f4;
    }
}
header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul li p:hover {
    color: #2b2b2b;
    font-weight: 600;
}
header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul li .dropdown .btn {
    color: #2b2b2b;
}
header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul li:hover .dropdown-nav {
    opacity: 1;
    transform: translate(0, 13px);
    z-index: 2;
    pointer-events: all;
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul li:hover .dropdown-nav {
        position: relative;
        left: 0;
    }
}
header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul li:hover .dropdown-nav P {
    display: block;
}
header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul li:hover p {
    color: #2b2b2b;
    font-weight: 600;
}
header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul li:hover p::after {
    width: 100%;
    margin: 0 auto;
    transition: all 0.3s ease-in;
    transform-origin: center;
}
header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul li h6 {
    margin-bottom: 0;
    position: relative;
}
header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul li .dropdown-nav {
    padding: 1.25rem 2rem;
    width: 650px;
    left: -300px;
    background: #fff;
    transition: all 0.3s ease-in;
    opacity: 0;
    transform: translate(0, 30px);
    position: absolute;
    z-index: -2;
    pointer-events: none;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul li .dropdown-nav {
        width: auto;
    }
}
header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul li .dropdown-nav p {
    font-size: 1rem;
    font-weight: 600;
    color: #2b2b2b;
    margin-bottom: 0;
}
header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul li .dropdown-nav p::after {
    background: #f3f3f4;
    width: 12rem;
}
header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul li .dropdown-nav a {
    font-size: 0.875rem;
    font-weight: 400;
    color: #333;
    margin-top: 1rem;
    display: block;
}
header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul li .dropdown-nav a:hover {
    color: #c6322d;
}
header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul li .dropdown-nav .main-link {
    width: 100%;
    margin-bottom: 1.5rem;
}

header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul li .dropdown-nav .secondary-div {
    width: 47%;
    margin-bottom: 2rem;
    margin-right: 1rem;
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul li .dropdown-nav .secondary-div {
        width: 100%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul li .dropdown-nav .secondary-div p::before {
        content: none;
    }
}
header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul li .small-dropdown {
    width: 16.5rem;
    left: -115px;
    padding-left: 3rem;
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul li .small-dropdown {
        width: auto;
        padding-left: 1rem;
        padding-top: 0;
        padding-bottom: 1rem;
    }
}
header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul li .small-dropdown a {
    margin-top: 1.5rem;
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul li .small-dropdown a {
        margin-top: 0;
        line-height: 36px;
    }
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul li .small-dropdown .main-link {
        margin-bottom: 0;
    }
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul .contact a {
        display: flex;
        justify-content: space-between;
    }
}
header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul .contact img {
    width: 1rem;
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul .contact span {
        font-size: 14px;
    }
}
header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul .language {
    width: 4rem;
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul .language {
        width: auto;
    }
}
header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul .language:hover p::after {
    width: 8px;
}
header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul .language p {
    display: block;
    text-align: right;
    padding-right: 1rem;
}
header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul .language p::after {
    width: 8px;
    height: 8px;
    bottom: 3px;
    left: auto;
    background-color: transparent;
    background-size: 8px;
    background-repeat: no-repeat;
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul .language p::after {
        content: none;
    }
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul .language p {
        display: flex;
        padding-right: 0;
    }
    header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul .language p span {
        flex: 1;
        text-align: left;
    }
}
header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul .language .dropdown-nav {
    width: 10rem;
    left: -20px;
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul .nav-li p {
        display: block;
    }
    header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul .nav-li p::before {
        content: "";
        background-repeat: no-repeat;
        background-position: 90%;
        width: 10px;
        height: 10px;
        background-size: 10px;
        display: block;
        position: absolute;
        right: 0;
        top: 40%;
        background-color: pink;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul .nav-li p {
        display: block;
    }
    header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul .nav-li p::before {
        content: "";
        background-repeat: no-repeat;
        background-position: 90%;
        width: 10px;
        height: 10px;
        background-size: 10px;
        display: block;
        position: absolute;
        right: 0;
        top: 40%;
        background-color: pink;
    }
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul .nav-li .dropdown-nav p::before {
        content: none;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    header .navbar .navbar-collapse #nav-container ul li:hover .dropdown-nav ul .nav-li .dropdown-nav p::before {
        content: none;
    }
}
header .navbar .navbar-collapse #nav-container ul li:hover p {
    color: #2b2b2b;
    font-weight: 600;
}
header .navbar .navbar-collapse #nav-container ul li:hover p::after {
    width: 100%;
    margin: 0 auto;
    transition: all 0.3s ease-in;
    transform-origin: center;
}
header .navbar .navbar-collapse #nav-container ul li h6 {
    margin-bottom: 0;
    position: relative;
}
header .navbar .navbar-collapse #nav-container ul li .dropdown-nav {
    padding: 2rem;
    width: 650px;
    left: -300px;
    background: #fff;
    transition: all 0.3s ease-in;
    opacity: 0;
    transform: translate(0, 30px);
    position: absolute;
    z-index: -2;
    pointer-events: none;
    display: flex;
    flex-wrap: wrap;
    cursor: default;
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul li .dropdown-nav {
        width: auto;
        padding-left: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}
header .navbar .navbar-collapse #nav-container ul li .dropdown-nav p {
    font-size: 1rem;
    font-weight: 600;
    color: #2b2b2b;
    margin-bottom: 0;
    cursor: default;
}
header .navbar .navbar-collapse #nav-container ul li .dropdown-nav p::after {
    background: #f3f3f4;
    width: 12rem;
}
header .navbar .navbar-collapse #nav-container ul li .dropdown-nav a {
    font-size: 0.875rem;
    font-weight: 400;
    color: #333;
    margin-top: 1rem;
    display: block;
}
header .navbar .navbar-collapse #nav-container ul li .dropdown-nav a:hover {
    color: #c6322d;
}
header .navbar .navbar-collapse #nav-container ul li .dropdown-nav .main-link {
    width: 100%;
    margin-bottom: 1.5rem;
}
@media (min-width: 568px) and (max-width: 900px) {
    header .navbar .navbar-collapse #nav-container ul li .dropdown-nav .main-link p::before {
        content: none;
    }
}
header .navbar .navbar-collapse #nav-container ul li .dropdown-nav .secondary-div {
    width: 50%;
    margin-bottom: 2rem;
    cursor: default;
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul li .dropdown-nav .secondary-div {
        width: 100%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    header .navbar .navbar-collapse #nav-container ul li .dropdown-nav .secondary-div p::before {
        content: none;
    }
}
header .navbar .navbar-collapse #nav-container ul li .small-dropdown {
    width: 16.5rem;
    left: -115px;
    padding-left: 3rem;
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul li .small-dropdown {
        width: auto;
        padding-left: 1rem;
        padding-top: 0;
        padding-bottom: 1rem;
    }
}
header .navbar .navbar-collapse #nav-container ul li .small-dropdown a {
    margin-top: 1.5rem;
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul li .small-dropdown a {
        margin-top: 0;
        line-height: 36px;
    }
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul li .small-dropdown .main-link {
        margin-bottom: 0;
    }
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul .contact a {
        display: flex;
        justify-content: space-between;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    header .navbar .navbar-collapse #nav-container ul .contact a {
        display: flex;
        justify-content: space-between;
    }
}
header .navbar .navbar-collapse #nav-container ul .contact img {
    width: 1rem;
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul .contact span {
        font-size: 14px;
    }
}
header .navbar .navbar-collapse #nav-container ul .language {
    width: 4rem;
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul .language {
        width: auto;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    header .navbar .navbar-collapse #nav-container ul .language {
        width: 100%;
    }
}
header .navbar .navbar-collapse #nav-container ul .language:hover p::after {
    width: 10px;
}
header .navbar .navbar-collapse #nav-container ul .language p {
    display: block;
    text-align: right;
    padding-right: 1rem;
}
header .navbar .navbar-collapse #nav-container ul .language p::after {
    width: 8px;
    height: 8px;
    bottom: 8px;
    right: -50px;
    border: solid #808184;
    transform: rotate(45deg);
    border-width: 0 1.5px 1.5px 0;
    background-color: transparent;
    background-size: 8px;
    background-repeat: no-repeat;
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul .language p::after {
        content: none;
    }
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul .language p {
        display: flex;
        padding-right: 0;
    }
    header .navbar .navbar-collapse #nav-container ul .language p span {
        flex: 1;
        text-align: left;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    header .navbar .navbar-collapse #nav-container ul .language p {
        display: flex;
        padding-right: 0;
    }
    header .navbar .navbar-collapse #nav-container ul .language p span {
        flex: 1;
        text-align: left;
    }
}
header .navbar .navbar-collapse #nav-container ul .language .dropdown-nav {
    width: 10rem;
    left: -20px;
}
header .navbar .navbar-collapse #nav-container ul .nav-li p::before {
    content: none;
    border: solid #2b2b2b;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    background-repeat: no-repeat;
    background-position: 90%;
    width: 12px;
    height: 12px;
    background-size: 10px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul .nav-li p {
        display: block;
        padding: 0 0 0.5rem 0;
    }
    header .navbar .navbar-collapse #nav-container ul .nav-li p::before {
        content: "";
        top: 10%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    header .navbar .navbar-collapse #nav-container ul .nav-li p {
        display: block;
    }
    header .navbar .navbar-collapse #nav-container ul .nav-li p::before {
        content: "";
    }
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul .nav-li .dropdown-nav p::before {
        content: none;
    }
}
header .navbar .show {
    height: 100vh;
    overflow: scroll;
}
header .navbar .show::-webkit-scrollbar {
    display: none;
}
header .navbar .navbar-toggler {
    position: relative;
    border: none;
    transition: all 0.3s ease-in;
}
header .navbar .navbar-toggler:focus {
    outline: 0;
}
header .navbar .navbar-toggler span {
    width: 20px;
    opacity: 0;
    height: 2px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
    transition: all 0.3s ease-in;
    position: relative;
}
header .navbar .navbar-toggler::after,
header .navbar .navbar-toggler::before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #000;
    display: block;
    position: absolute;
    border-radius: 2rem;
    transform-origin: 4px;
    transition: all 0.3s ease-in;
}
header .navbar .navbar-toggler::after {
    bottom: -4px;
    transform: rotate(-45deg);
}
header .navbar .navbar-toggler::before {
    top: -4px;
    transform: rotate(45deg);
}
header .navbar .collapsed {
    animation: all 0.3s ease-in;
}
header .navbar .collapsed span {
    opacity: 1;
    width: 20px;
}
header .navbar .collapsed::after {
    bottom: -3px;
    transform: rotate(0);
}
header .navbar .collapsed::before {
    top: -3px;
    transform: rotate(0);
}
header .active p::before {
    transform: rotate(223deg) !important;
}
@media (max-width: 568px) {
    header .active .dropdown-nav {
        opacity: 1 !important;
        transform: translate(0, 13px) !important;
        z-index: 2 !important;
        pointer-events: all !important;
        position: relative !important;
        left: 0 !important;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    header .active .dropdown-nav {
        position: relative !important;
        left: 0 !important;
        opacity: 1 !important;
        transform: translate(0, 13px) !important;
        z-index: 2 !important;
        pointer-events: all !important;
    }
}
.home .banner-section {
    margin-top: 0 !important;
}
.home .banner-section .main-col {
    padding: 0;
}
@media (max-width: 568px) {
    .home .banner-section .main-col {
        height: 30rem;
        margin-bottom: 15%;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .home .banner-section .main-col {
        height: 45rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .banner-section .main-col {
        height: 31rem;
        margin-bottom: 15%;
        /* margin-bottom: -2rem; */
    }
}
@media (max-width: 950px) {
    .home .banner-section .main-col img {
        height: 100%;
        object-fit: cover;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .home .banner-section .main-col img {
        height: 100%;
        object-fit: cover;
    }
}
.home .banner-section .main-col .banner-card {
    position: absolute;
    bottom: 1.5rem;
    padding: 0;
    z-index: 15;
}
@media (max-width: 568px) {
    .home .banner-section .main-col .banner-card {
        position: relative;
        bottom: 62%;
    }
}
@media (min-width: 567px) and (max-width: 900px) {
    .home .banner-section .main-col .banner-card {
        position: relative;
        bottom: 34%;
    }
}
@media (min-width: 2020px) {
    .home .banner-section .main-col .banner-card {
        bottom: 16rem;
    }
}
@media only screen and (max-width: 350px) {
    .home .banner-section .main-col .banner-card {
        bottom: 71%;
    }
}
.home .banner-section .main-col .banner-card .card-content {
    padding: 3rem;
    margin-left: 3rem;
    background: #f7f7f7;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.21);
}
@media (max-width: 568px) {
    .home .banner-section .main-col .banner-card .card-content {
        padding: 1rem;
		position: relative;
		bottom: -70px;
        margin-left: 0;
        width: 90%;
        margin: auto;
        box-shadow: 0 2.81px 7.61px rgba(0, 0, 0, 0.13);
        -webkit-box-shadow: 0 2.81px 7.61px rgba(0, 0, 0, 0.13);
        -moz-box-shadow: 0 2.81px 7.61px rgba(0, 0, 0, 0.13);
    }
	.about .banner-section .main-col .banner-card .card-content{
		bottom:100px !important;
	}
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .banner-section .main-col .banner-card .card-content {
        padding: 1rem;
        margin-left: 0;
        width: 90%;
        margin: auto;
        box-shadow: 0 2.81px 7.61px rgba(0, 0, 0, 0.13);
        -webkit-box-shadow: 0 2.81px 7.61px rgba(0, 0, 0, 0.13);
        -moz-box-shadow: 0 2.81px 7.61px rgba(0, 0, 0, 0.13);
    }
}
@media (min-width: 2020px) {
    .home .banner-section .main-col .banner-card .card-content {
        padding: 9rem;
    }
}
.home .banner-section .main-col .banner-card .card-content .read-more {
    font-size: 16px;
}
.home .banner-section .main-col .banner-card .card-content .read-more img {
    width: auto;
}
.home .banner-section .main-col .banner-card:hover .read-more {
    color: #d72027;
}
.home .banner-section .main-col .banner-card:hover .read-more img {
    margin-left: 1rem;
}
.home .researcher-section {
    margin-top: 0;
}
.home .researcher-section .container-fluid {
    padding: 4.5rem 0 0;
}
@media (max-width: 568px) {
    .home .researcher-section .container-fluid {
        padding: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .researcher-section .container-fluid {
        padding: 0;
    }
}
@media (max-width: 568px) {
    .home .researcher-section {
        position: relative;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .researcher-section {
        position: relative;
    }
}
.home .researcher-section .researcher-img-container {
    z-index: 18;
    padding: 0;
    margin-top: -81px;
}
@media (max-width: 568px) {
    .home .researcher-section .researcher-img-container {
        margin-top: 75%;
        height: 30rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .researcher-section .researcher-img-container {
        margin-bottom: 0;
        margin-top: 10%;
        margin-bottom: 10%;
    }
}
@media (min-width: 2020px) {
    .home .researcher-section .researcher-img-container {
        margin-top: -79px;
    }
	.home .banner-section .banner-play-icon {
    	display: flex !important;
    	justify-content: center;
	}
}
@media (max-width: 568px) {
    .home .researcher-section .researcher-img-container .researcher-img {
        height: 100%;
        object-fit: cover;
    }
}
@media (max-width: 568px) {
    .home .researcher-section .content-container {
        position: absolute;
        bottom: -5%;
        z-index: 20;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .researcher-section .content-container {
        position: absolute;
        bottom: 6%;
        z-index: 20;
    }
}
.home .researcher-section .content-container .content {
    cursor: pointer;
}
@media (max-width: 568px) {
    .home .researcher-section .content-container .content {
        width: 100%;
        background: #f7f7f7;
        padding: 1rem;
        box-shadow: 0 2.81px 7.61px rgba(0, 0, 0, 0.13);
        -webkit-box-shadow: 0 2.81px 7.61px rgba(0, 0, 0, 0.13);
        -moz-box-shadow: 0 2.81px 7.61px rgba(0, 0, 0, 0.13);
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .researcher-section .content-container .content {
        width: 90%;
        background: #f7f7f7;
        padding: 1rem;
        box-shadow: 0 2.81px 7.61px rgba(0, 0, 0, 0.13);
        -webkit-box-shadow: 0 2.81px 7.61px rgba(0, 0, 0, 0.13);
        -moz-box-shadow: 0 2.81px 7.61px rgba(0, 0, 0, 0.13);
    }
}
.home .researcher-section .content-container .content .read-more {
    font-size: 16px;
}
.home .researcher-section .content-container .content .read-more img {
    width: auto;
}
.home .researcher-section .content-container .content:hover .read-more {
    color: #d72027;
}
.home .researcher-section .content-container .content:hover .read-more img {
    margin-left: 1rem;
}
.home .news-section {
    margin-top: 0;
}
@media (max-width: 568px) {
    .home .news-section .row {
        flex-direction: column;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .news-section .row {
        flex-direction: column;
    }
}
.home .news-section .row a {
    width: 33.3%;
}
@media (max-width: 568px) {
    .home .news-section .row a {
        width: 100%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .news-section .row a {
        width: 100%;
    }
}
.home .news-section .row a .card {
    border: none;
    border-radius: 0;
    background: #f6f6f6;
}
@media (max-width: 568px) {
    .home .news-section .row a .card {
        display: flex;
        flex-direction: row;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .news-section .row a .card {
        display: flex;
        flex-direction: row;
    }
}
.home .news-section .row a .card .image-box {
    position: relative;
    height: 17rem;
    overflow: hidden;
}
@media (max-width: 568px) {
    .home .news-section .row a .card .image-box {
        width: 40%;
        height: auto;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .news-section .row a .card .image-box {
        width: 40%;
        height: auto;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .home .news-section .row a .card .image-box {
        height: 14rem;
    }
}
.home .news-section .row a .card .image-box .card-img-top {
    width: 100%;
    height: 100%;
    height: 17rem;
    opacity: 1;
    object-fit: cover;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transition: all 0.5s ease-in-out;
}
@media (max-width: 568px) {
    .home .news-section .row a .card .image-box .card-img-top {
        height: 100%;
        object-fit: cover;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .news-section .row a .card .image-box .card-img-top {
        height: 100%;
        object-fit: cover;
    }
}
.home .news-section .row a .card .card-body {
    border-left: 1px solid #cdcecf85;
    border-right: 1px solid #cdcecf85;
}
@media (max-width: 568px) {
    .home .news-section .row a .card .card-body {
        border-bottom: 1px solid #cdcecf85;
        border-left: none;
        border-right: none;
        width: 60%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .news-section .row a .card .card-body {
        border-bottom: 1px solid #cdcecf85;
        border-left: none;
        border-right: none;
        width: 60%;
    }
}
.home .news-section .row a .card .card-body .card-title {
    margin-top: 1rem;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 20px;
}
@media (max-width: 568px) {
    .home .news-section .row a .card:last-child .card-body {
        border-bottom: none;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .news-section .row a .card:last-child .card-body {
        border-bottom: none;
    }
}
.home .news-section .row a:hover .image-box .card-img-top {
    transform: scale(1.05);
}
@media (max-width: 568px) {
    .home .quality-section .container {
        padding: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .quality-section .container {
        padding: 0;
    }
}
@media (max-width: 568px) {
    .home .quality-section .container .row {
        margin: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .quality-section .container .row {
        margin: 0;
    }
}
.home .quality-section .container .quality-details {
    background: #f3f3f4;
    padding: 0;
}
.home .quality-section .container .quality-details .content {
    padding: 8rem 0;
}
@media (max-width: 568px) {
    .home .quality-section .container .quality-details .content {
        padding: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .quality-section .container .quality-details .content {
        padding: 0;
    }
}
.home .quality-section .container .quality-details .mobile-images {
    height: 15rem;
    object-fit: cover;
    object-position: top;
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .quality-section .container .quality-details .mobile-images {
        height: 22rem;
    }
}
.home .quality-section .container .quality-img {
    padding: 0;
    height: 32rem;
}
@media (max-width: 568px) {
    .home .quality-section .container .quality-img {
        display: none;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .quality-section .container .quality-img {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .home .quality-section .container .quality-img {
        height: 30rem;
    }
}
.home .quality-section .container .quality-img img {
    height: 100%;
    object-fit: cover;
}
.home .quality-section .container .quality-img .video-content {
    width: 100%;
    height: 100%;
}
.home .work-section .row .content-container {
    justify-content: flex-start;
}
@media (max-width: 568px) {
    .home .work-section .row .content-container {
        margin-bottom: 2.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .work-section .row .content-container {
        margin-bottom: 2.5rem;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .home .work-section .row .content-container .content {
        width: 100%;
        padding-left: 3rem;
    }
}
.home .work-section .row .content-container .detail-box {
    width: 90%;
}
@media (max-width: 568px) {
    .home .work-section .row .content-container .detail-box {
        margin: auto 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .work-section .row .content-container .detail-box {
        margin: auto 0;
    }
}
.home .work-section .row .content-container .link-box {
    width: 90%;
    padding: 1.2rem;
    background: #f7f7f7;
    margin-top: 1.85rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
@media (max-width: 568px) {
    .home .work-section .row .content-container .link-box {
        font-size: 12px;
        width: 95%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .work-section .row .content-container .link-box {
        font-size: 12px;
        width: 95%;
    }
}
.home .work-section .row .content-container .link-box:hover {
    box-sizing: border-box;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
.home .work-section .row .content-container .link-box img {
    width: auto;
    margin-right: 3rem;
    transition: 0.2s ease-out all 0.1s;
}
@media (max-width: 568px) {
    .home .work-section .row .content-container .link-box img {
        margin-right: 1rem;
    }
}
.home .work-section .row .content-container .link-box:hover {
    color: #2b2b2b;
}
.home .work-section .row .content-container .link-box:hover img {
    margin-right: 2rem;
}
.home .impact-section {
    background: #f7f7f7;
}
.home .impact-section .container {
    padding: 5rem 4rem;
}
.home .impact-section .container .row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.home .impact-section .container .row .section-content {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px;
}
@media (max-width: 568px) {
    .home .impact-section .container {
        padding: 3rem 1rem;
    }
}
.home .impact-section .impact-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (max-width: 568px) {
    .home .impact-section .impact-details {
        padding: 0;
    }
}
.home .impact-section p {
    font-weight: 600;
    font-size: 1rem !important;
    text-align: center;
}
@media only screen and (max-width: 350px) {
    .home .impact-section p {
        font-size: 10px !important;
    }
}
@media (max-width: 568px) {
    .home .impact-section p {
        font-size: 14px !important;
    }
}
.home .impact-section .font-44 {
    font-size: 3rem;
}
@media (max-width: 568px) {
    .home .impact-section .font-44 {
        font-size: 1.75rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .impact-section .font-44 {
        font-size: 1.75rem;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .home .impact-section .font-44 {
        font-size: 2rem;
    }
}
.home .brand-section .content {
    width: 100%;
}
@media (max-width: 568px) {
    .home .brand-section .content h2 {
        text-align: start;
        margin: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .brand-section .content h2 {
        text-align: start;
        margin: 0;
    }
}
.home .brand-section .content .detail-box {
    margin: 1rem auto auto;
}
.home .brand-section .brand-box {
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 568px) {
    .home .brand-section .brand-box {
        margin: 1rem 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .brand-section .brand-box {
        margin: 1rem 0;
    }
}
.home .brand-section .brand-box a {
    width: 22%;
    margin: 0.8rem;
    height: 10rem;
}
.home .brand-section .brand-box a .card {
    justify-content: center;
    padding: 1.5rem;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.09);
    border-radius: 7.88073px;
    border: none;
    height: 100%;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
@media (max-width: 568px) {
    .home .brand-section .brand-box a .card {
        padding: 0.5rem;
    }
}
.home .brand-section .brand-box a .card img {
    width: 100%;
}
.home .brand-section .brand-box a .card:hover {
    box-sizing: border-box;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
@media (max-width: 568px) {
    .home .brand-section .brand-box a {
        width: 31%;
        height: 5.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .brand-section .brand-box a {
        width: 22.4%;
        height: 7.5rem;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .home .brand-section .brand-box a {
        width: 22%;
        height: 7rem;
    }
}
@media (min-width: 2020px) {
    .home .brand-section .brand-box a {
        width: 18%;
        height: 15rem;
    }
}
@media only screen and (max-width: 350px) {
    .home .brand-section .brand-box a {
        width: 47%;
        height: 4.5rem;
    }
}
.home .partner-section .container {
    padding: 0;
}
.home .partner-section .container .row {
    margin: 0;
}
.home .partner-section .marquee {
    height: 6.5rem;
    width: 100%;
    overflow: hidden;
    position: relative;
}
@media (max-width: 568px) {
    .home .partner-section .marquee {
        margin-bottom: 2rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .partner-section .marquee {
        margin-bottom: 2rem;
    }
}
@media (min-width: 2020px) {
    .home .partner-section .marquee {
        height: 7.5rem;
    }
}
.home .partner-section .marquee div {
    display: block;
    width: 200%;
    height: auto;
    position: absolute;
    overflow: hidden;
    animation: marquee 17s linear infinite;
    cursor: pointer;
}
@media (max-width: 568px) {
    .home .partner-section .marquee div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        animation: marquee 8s linear infinite;
        width: 55rem;
    }
}
.home .partner-section .marquee div:hover {
    animation-play-state: paused;
}
.home .partner-section .marquee span {
    float: left;
    width: 10%;
    display: flex;
    justify-content: center;
}
@media (max-width: 568px) {
    .home .partner-section .marquee span {
        width: 25%;
        margin: 0 1rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .partner-section .marquee span {
        width: 15%;
        margin: 0 1rem;
    }
}
.home .partner-section .marquee span img {
    padding: 0 1;
    height: 100%;
    width: auto;
}
@keyframes marquee {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}
.home .opportunities-section .container-fluid {
    padding: 0;
}
.home .opportunities-section .container-fluid .row {
    margin: 0;
}
.home .opportunities-section .container-fluid .row .opportunities-container {
    background: #f6f6f6;
    padding: 0;
}
.home .opportunities-section .container-fluid .row .opportunities-container .content {
    width: 80%;
}
@media (max-width: 568px) {
    .home .opportunities-section .container-fluid .row .opportunities-container .content {
        width: 100%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .opportunities-section .container-fluid .row .opportunities-container .content {
        width: 100%;
    }
}
.home .opportunities-section .container-fluid .row .opportunities-img {
    height: 32rem;
    padding: 0;
}
@media (max-width: 568px) {
    .home .opportunities-section .container-fluid .row .opportunities-img {
        display: none;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .opportunities-section .container-fluid .row .opportunities-img {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .home .opportunities-section .container-fluid .row .opportunities-img {
        height: 30rem;
    }
}
.home .opportunities-section .container-fluid .row .opportunities-img img {
    height: 100%;
    object-fit: cover;
}
@media (max-width: 568px) {
    .home .making-impact-section .content-container {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .making-impact-section .content-container {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .making-impact-section .content-container .content {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
@media (max-width: 568px) {
    .home .making-impact-section .content-container .content h2 {
        text-align: left;
        margin: 0 1.5rem 0.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .making-impact-section .content-container .content h2 {
        text-align: left;
        margin: 0 1.5rem 0.5rem;
    }
}
@media (max-width: 568px) {
    .home .making-impact-section .content-container .content .content-box {
        padding: 0 1.5rem 2rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .making-impact-section .content-container .content .content-box {
        padding: 0 1.5rem 2rem;
    }
}
@media (max-width: 568px) {
    .home .making-impact-section .content-container .content .detail-box {
        width: 100% !important;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .making-impact-section .content-container .content .detail-box {
        width: 100% !important;
    }
}
@media (max-width: 568px) {
    .home .making-impact-section .content-container .impact-section-btn {
        padding: 1rem 1.5rem 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .making-impact-section .content-container .impact-section-btn {
        padding: 1rem 1.5rem 0;
    }
}
@media (max-width: 568px) {
    .home .making-impact-section .making-impact-img {
        display: none;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .making-impact-section .making-impact-img {
        display: none;
    }
}
.home .making-impact-section .making-impact-img img {
    height: 100%;
    object-fit: cover;
}
.home .insights-section {
    background: #f6f6f6;
}
.home .insights-section .container {
    padding: 0 4rem;
}
@media (max-width: 568px) {
    .home .insights-section .container {
        padding: 0 1.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .insights-section .container {
        padding: 0 1.5rem;
    }
}
@media (max-width: 568px) {
    .home .insights-section .container .row {
        margin: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .insights-section .container .row {
        margin: 0;
    }
}
.home .insights-section .content {
    width: 90%;
}
@media (max-width: 568px) {
    .home .insights-section .content {
        width: 100%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .insights-section .content {
        width: 100%;
    }
}
@media (max-width: 568px) {
    .home .insights-section .content h2 {
        margin: 0 3rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .insights-section .content h2 {
        margin: 0 3rem;
    }
}
@media (max-width: 568px) {
    .home .insights-section .content .detail-box {
        margin: 1rem 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .insights-section .content .detail-box {
        margin: 1rem 0;
    }
}
.home .insights-section .section-img {
    padding-top: calc(35% - 1.5rem);
}
@media (max-width: 568px) {
    .home .insights-section .section-img {
        padding-top: calc(100% - 1.5rem);
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .insights-section .section-img {
        padding-top: calc(45% - 1.5rem);
    }
}
.home .insights-section .section-img .img-hover-effect {
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    position: absolute;
}
.home .insights-section .section-img .img-hover-effect .image-div {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.home .insights-section .section-img .img-hover-effect .image-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.home .insights-section .section-img .img-hover-effect .image-div::before {
    background-image: linear-gradient(180deg, rgba(186, 186, 186, 0) -19.75%, #000 98.13%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home .insights-section .section-img .img-hover-effect .border-div {
    -webkit-transition: border 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: border 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: border 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 0 solid #f6f6f6;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
.home .insights-section .section-img .img-hover-effect .border-div:hover {
    border: 12px solid #f6f6f6;
}
.home .insights-section .section-img h2 {
    position: absolute;
    bottom: 0.5rem;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    left: 3rem;
}
@media (max-width: 568px) {
    .home .insights-section .section-img h2 {
        bottom: 0;
        left: 2.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .insights-section .section-img h2 {
        bottom: 0;
        left: 2.5rem;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .home .insights-section .section-img h2 {
        line-height: 30px;
    }
}
.home .global-section .row {
    width: 90%;
    margin: auto;
}
.home .global-section .button-div {
    margin-top: 2em;
}
.home .global-section .button-div .link-btn{
    font-size: 18px;
}
.home .global-section .places {
    padding: 1rem;
    margin: 1.2rem 0;
}
@media only screen and (max-width: 350px) {
    .home .global-section .places {
        padding-left: 0.5rem;
    }
}
@media (max-width: 568px) {
    .home .global-section .places {
        margin: 0.5rem 0;
    }
}
.home .global-section .places .detail-box {
    padding-left: 1rem;
    border-left: 1px solid #b91319;
}
@media only screen and (max-width: 350px) {
    .home .global-section .places .detail-box {
        padding-left: 0.5rem;
    }
}
@media (max-width: 568px) {
    .home .global-section .places .detail-box {
        padding-left: 0.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .global-section .places .detail-box {
        padding-left: 0.5rem;
    }
}
.home .global-section .places .detail-box p {
    margin: 0;
    font-size: 1.25rem;
    color: #2b2b2b;
}
@media only screen and (max-width: 350px) {
    .home .global-section .places .detail-box p {
        font-size: 14px;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .global-section .places .detail-box p {
        font-size: 1rem;
    }
}
@media (max-width: 568px) {
    .home .global-section .places .detail-box p {
        font-size: 0.875rem;
    }
}
.home .update-section .container {
    padding-top: 0;
}
@media (max-width: 568px) {
    .home .update-section .container h2 {
        text-align: center;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .update-section .container h2 {
        text-align: center;
    }
}
.home .update-section .container .follow-us {
    display: flex;
    border-bottom: 1.16425px solid #000;
    padding-bottom: 0.5rem;
    justify-content: space-between;
}
@media (min-width: 2020px) {
    .home .update-section .container .follow-us {
        justify-content: flex-start;
    }
}
@media (max-width: 568px) {
    .home .update-section .container .follow-us {
        margin-top: 4rem;
    }
}
.home .update-section .container .follow-us .follow-icons {
    width: 40%;
}
@media (max-width: 568px) {
    .home .update-section .container .follow-us .follow-icons {
        width: 45%;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .home .update-section .container .follow-us .follow-icons {
        width: 45%;
    }
}
@media (min-width: 2020px) {
    .home .update-section .container .follow-us a {
        margin-left: 1.5rem;
    }
}
.home .update-section .container .follow-us img {
    width: 2.25rem;
}
@media (max-width: 568px) {
    .home .update-section .container .follow-us img {
        width: 2rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .update-section .container .follow-us img {
        width: 2.5rem;
    }
}
@media (max-width: 568px) {
    .home .update-section .container .follow-us h2 {
        font-size: 1.25rem;
        margin: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .update-section .container .follow-us h2 {
        font-size: 1.25rem;
        margin: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .update-section .container .follow-us .updates {
        margin-bottom: 3rem;
    }
}
@media (max-width: 568px) {
    .home .awards-section .container {
        padding: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .awards-section .container {
        padding: 0;
    }
}
@media (max-width: 568px) {
    .home .awards-section .container .row {
        margin: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .home .awards-section .container .row {
        margin: 0;
    }
}
.value-card-content h3 {
    margin-bottom: 0.8rem;
}
.mission_vision {
    padding: 0 !important;
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .banner-section .main-col {
        margin-bottom: -3rem;
    }
}
@media (max-width: 568px) {
    .about .banner-section .main-col .banner-card {
        bottom: 50%;
    }
}
.about .banner-section .main-col .banner-card .card-content {
    cursor: auto;
}
.about .dna-section {
    background: #000;
    margin-top: 0;
    padding: 8.75rem 0;
}
@media (max-width: 568px) {
    .about .dna-section {
        padding: 4.75rem 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .dna-section {
        padding: 4.75rem 0;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .about .dna-section {
        padding: 5.75rem 0;
    }
}
.about .dna-section .container .row .section-heading {
    color: #fff;
    width: 60%;
    margin: 0 auto 1.25rem;
}
@media (max-width: 568px) {
    .about .dna-section .container .row .section-heading {
        width: 100%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .dna-section .container .row .section-heading {
        width: 100%;
    }
}
.about .dna-section .container .row .section-content {
    color: #fff;
    width: 65%;
    margin: 0 auto 4rem;
}
@media (max-width: 568px) {
    .about .dna-section .container .row .section-content {
        width: 100%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .dna-section .container .row .section-content {
        width: 100%;
    }
}
.about .dna-section .container .row .button-div .link-btn {
    color: #fff;
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .dna-section .container .row .button-div .link-btn {
        margin-top: 10rem;
    }
}
.about .dna-section .container .row .button-div .link-btn:after {
    background-color: #fff;
}
.about .dna-section .container .row .svg_div {
    text-align: center;
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .dna-section .container .row .svg_div {
        text-align: end;
        padding: 0 2rem;
    }
}
.about .dna-section .container .row .svg_div .ecosystem {
    margin-left: 3rem;
    max-width: 45%;
}
@media (max-width: 568px) {
    .about .dna-section .container .row .svg_div .ecosystem {
        max-width: 95%;
        margin-left: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .dna-section .container .row .svg_div .ecosystem {
        max-width: 55%;
        margin-left: 0;
    }
}
.about .dna-section .container .row .svg_div .ecosystem .editorial_service {
    visibility: hidden;
}
.about .dna-section .container .row .svg_div .ecosystem .medical_communication {
    visibility: hidden;
}
.about .dna-section .container .row .svg_div .ecosystem .technology {
    visibility: hidden;
}
.about .dna-section .container .row .svg_div .ecosystem .mentor {
    visibility: hidden;
}
.about .dna-section .container .row .svg_div .ecosystem .research_engagement {
    visibility: hidden;
}
.about .dna-section .container .row .svg_div .ecosystem .line_animation {
    visibility: visible;
    stroke-dasharray: 1353px;
    stroke-dashoffset: 0;
    animation: move 4s linear, ease-in;
}
@keyframes open {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
@keyframes open_sec {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes move {
    0% {
        stroke-dashoffset: 1353px;
    }
}
.about .dna-section .container .row .svg_div .ecosystem .center {
    opacity: 0;
}
.about .dna-section .container .row .svg_div .ecosystem .third {
    opacity: 0;
}
.about .dna-section .container .row .svg_div .ecosystem .second {
    opacity: 0;
}
.about .dna-section .container .row .svg_div .ecosystem .first {
    opacity: 0;
}
.about .dna-section .container .row .svg_div .ecosystem .center_circle {
    transform-origin: center;
    animation: fadeIn 1s linear;
    opacity: 0;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    transition: all 0.3s ease-in-out;
}
.about .dna-section .container .row .svg_div .ecosystem .third_circle {
    transform-origin: center;
    animation: fadeIn 1s linear;
    opacity: 0;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
    transition: all 0.3s ease-in-out;
}
.about .dna-section .container .row .svg_div .ecosystem .second_circle {
    transform-origin: center;
    animation: fadeIn 1s linear;
    opacity: 0;
    animation-delay: 3.5s;
    animation-fill-mode: forwards;
    transition: all 0.3s ease-in-out;
}
.about .dna-section .container .row .svg_div .ecosystem .first_circle {
    transform-origin: center;
    opacity: 0;
    animation: fadeIn 1s linear;
    animation-delay: 5s;
    animation-fill-mode: forwards;
    transition: all 0.3s ease-in-out;
}
.about .dna-section .container .row .svg_div .ecosystem .pol_label {
    opacity: 0;
}
.about .dna-section .container .row .svg_div .ecosystem .peo_label {
    opacity: 0;
}
.about .dna-section .container .row .svg_div .ecosystem .med_label {
    opacity: 0;
}
.about .dna-section .container .row .svg_div .ecosystem .n_label {
    opacity: 0;
}
.about .dna-section .container .row .svg_div .ecosystem .policy_makers_label {
    opacity: 0;
    animation: fadeIn 1s;
    animation-delay: 5.5s;
    animation-fill-mode: forwards;
}
.about .dna-section .container .row .svg_div .ecosystem .people_label {
    opacity: 0;
    animation: fadeIn 1s;
    animation-delay: 5.5s;
    animation-fill-mode: forwards;
}
.about .dna-section .container .row .svg_div .ecosystem .media_label {
    opacity: 0;
    animation: fadeIn 1s;
    animation-delay: 5.5s;
    animation-fill-mode: forwards;
}
.about .dna-section .container .row .svg_div .ecosystem .ngo_label {
    opacity: 0;
    animation: fadeIn 1s;
    animation-delay: 5.5s;
    animation-fill-mode: forwards;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.about .dna-section .container .row .svg_div .ecosystem .pha_label {
    opacity: 0;
}
.about .dna-section .container .row .svg_div .ecosystem .com_label {
    opacity: 0;
}
.about .dna-section .container .row .svg_div .ecosystem .fun_label {
    opacity: 0;
}
.about .dna-section .container .row .svg_div .ecosystem .res_label {
    opacity: 0;
}
.about .dna-section .container .row .svg_div .ecosystem .uni_label {
    opacity: 0;
}
.about .dna-section .container .row .svg_div .ecosystem .pub_label {
    opacity: 0;
}
.about .dna-section .container .row .svg_div .ecosystem .soc_label {
    opacity: 0;
}
.about .dna-section .container .row .svg_div .ecosystem .pharma_label {
    opacity: 0;
    animation: fadeIn 2s;
    animation-delay: 4s;
    animation-fill-mode: forwards;
}
.about .dna-section .container .row .svg_div .ecosystem .companies_label {
    opacity: 0;
    animation: fadeIn 2s;
    animation-delay: 4s;
    animation-fill-mode: forwards;
}
.about .dna-section .container .row .svg_div .ecosystem .funders_label {
    opacity: 0;
    animation: fadeIn 2s;
    animation-delay: 4s;
    animation-fill-mode: forwards;
}
.about .dna-section .container .row .svg_div .ecosystem .research_label {
    opacity: 0;
    animation: fadeIn 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}
.about .dna-section .container .row .svg_div .ecosystem .universities_label {
    opacity: 0;
    animation: fadeIn 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}
.about .dna-section .container .row .svg_div .ecosystem .publishers_label {
    opacity: 0;
    animation: fadeIn 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}
.about .dna-section .container .row .svg_div .ecosystem .societies_label {
    opacity: 0;
    animation: fadeIn 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}
.about .dna-section .container .row .svg_div .ecosystem .dots {
    cursor: pointer;
}
.about .dna-section .container .row .svg_div .ecosystem .dots:hover {
    fill: #c6322d !important;
}
@media (max-width: 568px) {
    .about .dna-section .container .row .svg_div .ecosystem .dots:hover {
        fill: #fff !important;
    }
}
.about .dna-section .container .row .svg_div .ecosystem .dots:hover path {
    fill: #c6322d !important;
}
@media (max-width: 568px) {
    .about .dna-section .container .row .svg_div .ecosystem .dots:hover path {
        fill: #fff !important;
    }
}
.about .dna-section .container .row .svg_div .ecosystem .animation_click {
    display: none;
    transition: transform 0.2s, opacity 0.2s;
    stroke: #fff;
    stroke-miterlimit: 10;
    transform-box: fill-box;
    transform-origin: 50% 50%;
    stroke-width: 1.5px;
    fill: none;
    animation: onhover 1s;
    animation-fill-mode: forwards;
    cursor: pointer;
}
.about .dna-section .container .row .svg_div .ecosystem .pulsing {
    transition: transform 0.2s, opacity 0.2s;
    animation: pulsing 2s infinite;
}
@keyframes onhover {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(1.8);
        opacity: 1;
    }
}
@keyframes pulsing {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.8);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.about .dna-section .eco-collpase-detail {
    right: 0;
    left: 0;
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .dna-section .eco-collpase-detail {
        transform: translate(8%, -50%);
        top: 58%;
        width: 42%;
    }
}
@media (max-width: 568px) {
    .about .dna-section .eco-collpase-detail {
        margin-top: 2rem;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .about .dna-section .eco-collpase-detail {
        width: 32%;
    }
}
.about .dna-section .eco-collpase-detail .eco-collapse-card {
    text-align: left;
}
.about .dna-section .eco-collpase-detail .eco-collapse-card h4 {
    color: #fff;
    font-size: 1rem;
    line-height: 30px;
    margin: 0;
}
.about .dna-section .eco-collpase-detail .eco-collapse-card h4:hover::after {
    right: -2rem;
    transition: 0.2s ease-out all 0.1s;
}
.about .dna-section .eco-collpase-detail .eco-collapse-card h4::after {
    background: url(https://cactusglobal.com/jp/wp-content/themes/cactus/assets/img/icons/dropdown_side_arrow.svg);
    background-repeat: no-repeat;
    transform: rotate(0);
    top: 10px;
    transition: 0.2s ease-out all 0.1s;
}
.about .dna-section .eco-collpase-detail .eco-collapse-card h4 svg {
    margin-bottom: 4px;
}
.about .dna-section .eco-collpase-detail .eco-collapse-card .rotate::after {
    transform: rotate(-90deg);
    transform-origin: center;
    right: -25px;
    top: 0;
}
.about .dna-section .eco-collpase-detail .eco-collapse-card p {
    color: #fff;
    margin-left: 1rem;
}
.about .dna-section .content_showing_box {
    left: auto;
    text-align: left;
}
@media (min-width: 992px) and (max-width: 1024px) {
    .about .dna-section .content_showing_box {
        width: 26%;
    }
}
.about .dna-section .content_showing_box .items {
    opacity: 0;
    animation: fadeIn 1s;
    animation-fill-mode: forwards;
    display: none;
}
.about .dna-section .content_showing_box .items h3 {
    color: #fff;
}
.about .dna-section .content_showing_box .items p {
    color: #fff;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.about .cultural-dna-section {
    background: #f7f7f7;
}
.about .cultural-dna-section .container {
    padding: 4rem;
}
@media (max-width: 568px) {
    .about .cultural-dna-section .container {
        padding: 4.75rem 0 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .cultural-dna-section .container {
        padding: 4.75rem 0 0;
    }
}
.about .cultural-dna-section .container .row {
    margin: 0;
}
@media (max-width: 568px) {
    .about .cultural-dna-section .img-div {
        display: none;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .cultural-dna-section .img-div {
        display: none;
    }
}
.about .cultural-dna-section .img-div img {
    height: 100%;
    object-fit: cover;
}
@media (max-width: 568px) {
    .about .cultural-dna-section .content-container {
        padding: 0;
    }
	.about .cultural-dna-section{
		margin-top:145% !important;
	}
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .cultural-dna-section .content-container {
        padding: 0;
    }
	.about .cultural-dna-section{
		margin-top:65% !important;
	}
}
.about .cultural-dna-section .content-container .row {
    height: 100%;
}
@media (max-width: 568px) {
    .about .cultural-dna-section .content-container .row {
        margin: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .cultural-dna-section .content-container .row {
        margin: 0;
    }
}
.about .cultural-dna-section .content-container .row .content {
    width: 100%;
}
@media (max-width: 568px) {
    .about .cultural-dna-section .content-container .row .content {
        padding: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .cultural-dna-section .content-container .row .content {
        padding: 0;
    }
}
@media (max-width: 568px) {
    .about .cultural-dna-section .content-container .row .content h2 {
        margin-top: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .cultural-dna-section .content-container .row .content h2 {
        margin-top: 0;
    }
}
@media (max-width: 568px) {
    .about .cultural-dna-section .content-container .row .content .mobile-images {
        margin-bottom: 1.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .cultural-dna-section .content-container .row .content .mobile-images {
        margin-bottom: 1.5rem;
    }
}
.about .cultural-dna-section .content-container .row .content .detail-box {
    margin-bottom: 1rem;
}
@media (max-width: 568px) {
    .about .cultural-dna-section .content-container .row .content .detail-box {
        margin-bottom: 3rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .cultural-dna-section .content-container .row .content .detail-box {
        margin-bottom: 3rem;
    }
}
.about .cultural-dna-section .content-container .row .content-image {
    display: flex;
    align-items: flex-end;
}
@media (max-width: 568px) {
    .about .cultural-dna-section .content-container .row .content-image {
        display: none;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .cultural-dna-section .content-container .row .content-image {
        display: none;
    }
}
.about .knowledge-section .quality-details {
    background: #fff !important;
}
@media (max-width: 568px) {
    .about .knowledge-section .quality-details h2 {
        margin-top: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .knowledge-section .quality-details h2 {
        margin-top: 0;
    }
}
.about .journey-section {
    position: relative;
}
@media (max-width: 568px) {
    .about .journey-section {
        background: #f7f7f7;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .journey-section {
        background: #f7f7f7;
    }
}
@media (max-width: 568px) {
    .about .journey-section .journey-images {
        display: none;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .journey-section .journey-images {
        display: none;
    }
}
.about .journey-section .journey-details {
    position: absolute;
    bottom: 25%;
}
@media (max-width: 568px) {
    .about .journey-section .journey-details {
        position: relative;
        padding: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .journey-section .journey-details {
        position: relative;
        padding: 0;
    }
}
.about .journey-section .journey-details h2 {
    color: #fff;
}
@media (max-width: 568px) {
    .about .journey-section .journey-details h2 {
        color: #2b2b2b;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .journey-section .journey-details h2 {
        color: #2b2b2b;
    }
}
.about .journey-section .journey-details .detail-box {
    border-left: none;
    padding-left: 0;
}
@media (max-width: 568px) {
    .about .journey-section .journey-details .detail-box {
        padding-left: 1.5rem;
        border-left: 1px solid #c6322d;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .journey-section .journey-details .detail-box {
        padding-left: 1.5rem;
        border-left: 1px solid #c6322d;
    }
}
.about .journey-section .journey-details .detail-box p {
    color: #fff;
}
@media (max-width: 568px) {
    .about .journey-section .journey-details .detail-box p {
        color: #2b2b2b;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .journey-section .journey-details .detail-box p {
        color: #2b2b2b;
    }
}
@media (max-width: 568px) {
    .about .journey-section .journey-details .detail-box .read-more {
        color: #d72027;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .journey-section .journey-details .detail-box .read-more {
        color: #d72027;
    }
}
@media (max-width: 568px) {
    .about .journey-section .journey-details .detail-box .read-more .desktop-image {
        display: none;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .journey-section .journey-details .detail-box .read-more .desktop-image {
        display: none;
    }
}
.about .industries-and-brands {
    background: #fff;
}
.about .industries-and-brands .section-img {
    padding-top: calc(45% - 1.5rem);
}
@media (max-width: 568px) {
    .about .industries-and-brands .section-img {
        padding-top: calc(100% - 1.5rem);
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .industries-and-brands .section-img {
        padding-top: calc(65% - 1.5rem);
    }
}
.about .industries-and-brands .section-img .image-overlay {
    position: absolute;
    bottom: 2rem;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    left: 3rem;
    width: 75%;
}
@media (max-width: 568px) {
    .about .industries-and-brands .section-img .image-overlay {
        bottom: 0.5rem;
        left: 1.5rem;
        width: 80%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .industries-and-brands .section-img .image-overlay {
        bottom: 0.5rem;
        left: 1.5rem;
        width: 80%;
    }
}
.about .industries-and-brands .section-img .image-overlay h2 {
    position: relative;
    bottom: 0;
    left: 0;
}
.about .industries-and-brands .section-img .image-overlay p {
    color: #fff;
}
.about .industries-and-brands .section-img .border-div {
    border: 0 solid #fff !important;
}
.about .industries-and-brands .section-img .border-div:hover {
    border: 12px solid #fff !important;
}
.about .impact-work {
    text-align: center;
    background: #fff;
}
.about .impact-work .container {
    padding: 0 4rem;
}
@media (max-width: 568px) {
    .about .impact-work .container {
        padding: 0 1.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .impact-work .container {
        padding: 0 1.5rem;
    }
}
.about .impact-work .impact-details {
    justify-content: flex-start;
}
.about .impact-work .impact-details img {
    object-fit: contain;
    height: 6rem;
    margin-bottom: 1.5rem;
    text-align: center;
}
@media (max-width: 568px) {
    .about .impact-work .impact-details img {
        height: 4rem;
        margin-bottom: 1rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .impact-work .impact-details img {
        margin-bottom: 1rem;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .about .impact-work .impact-details img {
        height: 4rem;
        margin-bottom: 1rem;
    }
}
.about .impact-work .impact-details p {
    font-weight: 700;
    color: #2b2b2b;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}
@media (max-width: 568px) {
    .about .impact-work .impact-details p {
        width: 100%;
        font-size: 1rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .impact-work .impact-details p {
        width: 100%;
        font-size: 1rem;
    }
}
@media (max-width: 568px) {
    .about .impact-work .button-div .link-btn {
        margin-top: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .impact-work .button-div .link-btn {
        margin-top: 0;
    }
}
@media (max-width: 568px) {
    .about .stories-section .row {
        margin: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .stories-section .row {
        margin: 0;
    }
}
.about .stories-section .update_card {
    background: #f7f7f7;
    cursor: pointer;
    margin-top: 0;
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .stories-section .update_card {
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 568px) {
    .about .stories-section .update_card {
        display: flex;
        flex-direction: column;
    }
}
.about .stories-section .update_card:hover .arrow-box img {
    margin-left: 1.5rem;
}
.about .stories-section .update_card picture {
    width: 30rem;
    flex: 0 0 30rem;
}
@media (max-width: 568px) {
    .about .stories-section .update_card picture {
        width: 100%;
        flex: 0 0 12rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .stories-section .update_card picture {
        width: 100%;
        flex: 0 0 12rem;
    }
}
.about .stories-section .update_card .card-body {
    display: flex;
    flex-direction: row;
    padding: 3rem 2rem;
}
@media (max-width: 568px) {
    .about .stories-section .update_card .card-body {
        padding: 1rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .stories-section .update_card .card-body {
        padding: 1rem;
    }
}
.about .stories-section .update_card .card-body .info {
    width: 70%;
    position: relative;
    display: flex;
    flex-direction: column;
}
@media (max-width: 568px) {
    .about .stories-section .update_card .card-body .info {
        width: 100%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .stories-section .update_card .card-body .info {
        width: 100%;
    }
}
.about .stories-section .update_card .card-body .info .card-details {
    flex-grow: 1;
}
.about .stories-section .update_card .card-body .arrow-box {
    display: flex;
    align-items: flex-end;
    width: 30%;
    justify-content: center;
}
@media (max-width: 568px) {
    .about .stories-section .update_card .card-body .arrow-box {
        display: none;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .about .stories-section .update_card .card-body .arrow-box {
        display: none;
    }
}
.about .stories-section .update_card .card-body .arrow-box img {
    transition: 0.2s ease-out all 0.1s;
    width: auto;
}
.history .banner-section {
    position: relative;
}
@media (max-width: 568px) {
    .history .banner-section {
        margin-top: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .history .banner-section {
        margin-top: 0;
    }
}
.history .banner-section .container {
    padding-top: 0;
}
@media (max-width: 568px) {
    .history .banner-section .container {
        padding: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .history .banner-section .container {
        padding: 0;
    }
}
@media (max-width: 568px) {
    .history .banner-section .container .row {
        margin: 0;
    }
}
@media (max-width: 568px) {
    .history .banner-section .banner-card {
        position: relative;
        left: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .history .banner-section .banner-card {
        position: relative;
        left: 0;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .history .banner-section .banner-card {
        position: relative;
        left: 0;
    }
}
.history .banner-section .banner-card .card-content {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
@media (max-width: 568px) {
    .history .banner-section .banner-card .card-content {
        padding: 1rem 0.5rem;
        margin-left: 0;
        width: 90%;
        margin: auto;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .history .banner-section .banner-card .card-content {
        padding: 1rem 0.5rem;
        margin-left: 0;
        width: 90%;
        margin: auto;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .history .banner-section .banner-card .card-content {
        width: 90%;
        margin: auto;
    }
}
@media (min-width: 2020px) {
    .history .banner-section .banner-card .card-content {
        padding: 9rem;
    }
}
.history .banner-section .banner-card .card-content:hover .read-more {
    color: #d72027;
}
.history .banner-section .banner-card .card-content:hover .read-more img {
    margin-left: 1rem;
}
.history .history-timeline {
    height: 100vh;
}
.history .history-timeline .container {
    max-width: 90%;
    margin-left: 0;
    padding: 0 4rem;
    padding-right: 6rem;
    margin-top: -7%;
}
@media (max-width: 568px) {
    .history .history-timeline .container {
        padding-left: 0;
        margin-top: 0;
        padding-right: 4rem;
    }
}
@media (min-width: 2020px) {
    .history .history-timeline .container {
        margin-top: -5%;
    }
}
.history .history-timeline .container .content-container {
    padding-right: 2rem;
}
.history .history-timeline .container .content-container .content {
    width: 100%;
}
@media (max-width: 568px) {
    .history .history-timeline .container .content-container .content h2 {
        margin: 1rem 0;
    }
}
.history .history-timeline .container .content-container .content .detail-box {
    padding-left: 0;
    border: none;
}
@media (min-width: 992px) and (max-width: 1024px) {
    .history .history-timeline .container .mobile-tab-images {
        display: block;
        padding: 2rem 0;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .history .history-timeline .container .desktop-tab-image {
        display: none;
    }
}
.history .history-timeline .container .quality-img {
    height: 25rem;
}
.history .history-timeline .container .quality-img img {
    height: 100%;
    object-fit: contain;
}
.history .find-section .trusted-card {
    width: 18%;
    position: relative;
    margin-bottom: 2rem;
}
@media (max-width: 568px) {
    .history .find-section .trusted-card {
        width: 100%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .history .find-section .trusted-card {
        width: 48%;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .history .find-section .trusted-card {
        width: 32%;
    }
}
.history .find-section .trusted-card img {
    width: 100%;
}
.history .find-section .trusted-card h3 {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 10%;
}
@media (max-width: 568px) {
    .history .find-section .trusted-card h3 {
        line-height: 24px;
    }
}
@media (max-width: 568px) {
    .history .history-timeline {
        display: none;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .history .history-timeline {
        display: block;
    }
}
.history .mobile-timeline {
    display: none;
}
@media (max-width: 568px) {
    .history .mobile-timeline {
        display: block;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .history .mobile-timeline {
        display: block;
    }
}
@media (max-width: 900px) and (min-width: 760px) {
    .history .mobile-timeline {
        display: none;
    }
}
.history .mobile-timeline .owl-carousel .owl-item img {
    display: block;
    width: auto;
}
.history .mobile-timeline .owl-carousel .owl-item .read-more img {
    width: 1rem;
}
.history .mobile-timeline .timeline-dots {
    padding: 0 1rem;
    background: #fff;
    width: 100%;
}
.history .mobile-timeline .timeline-dots ul {
    border-left: 1px solid #d72027;
    border-right: 1px solid #d72027;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    overflow: scroll;
    width: 100%;
    margin: auto;
    height: 3rem;
    position: relative;
}
.history .mobile-timeline .timeline-dots ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 1.5rem;
    cursor: pointer;
    z-index: 1;
}
.history .mobile-timeline .timeline-dots ul li::after {
    position: absolute;
    content: "";
    top: 0;
    height: 7px;
    width: 7px;
    border: 0;
    background: #c6322d;
    border-radius: 50%;
    top: 5px;
}
.history .mobile-timeline .timeline-dots ul li::before {
    position: absolute;
    content: "";
    top: 50%;
    width: 100%;
    height: 1px;
    background: #f7f7f7;
    z-index: 0;
}
.history .mobile-timeline .timeline-dots ul li span {
    font-size: 10px;
    color: #808184;
    width: 8rem;
    text-align: center;
    transform: translate(0, -1.2rem);
}
.history .mobile-timeline .timeline-dots ul li.active {
    color: #d72027;
    font-size: 14px;
}
.history .mobile-timeline .timeline-dots ul li.active::after {
    height: 10px;
    width: 10px;
}
.history .mobile-timeline .timeline-dots ul li.active::before {
    top: 55%;
}
.history .mobile-timeline .timeline-dots ul li.active span {
    color: #c6322d;
    font-size: 10px;
    font-weight: 700;
}
.history .owl-carousel .quality-section .container {
    padding: 0;
}
.corporate section {
    margin-top: 0;
}
@media (max-width: 568px) {
    .corporate section {
        margin-top: 2rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .corporate section {
        margin-top: 2rem;
    }
}
.corporate .banner-bottom {
    margin-top: 4rem;
}
@media (max-width: 568px) {
    .corporate .banner-bottom {
        margin-top: 2rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .corporate .banner-bottom {
        margin-top: 2rem;
    }
}
.corporate .brand-section .brand-box a {
    margin: 0;
}
@media (max-width: 568px) {
    .corporate .brand-section .brand-box a {
        height: auto;
    }
}
.corporate .brand-section .partner-cards .flex-center {
    height: 7.5rem !important;
    margin-bottom: 1rem;
    width: 8.5rem;
}
.corporate .brand-section .partner-cards p {
    color: #333;
    text-align: center;
}
.corporate .contact-form .form-row .form-group {
    width: 44%;
}
.corporate .contact-form .form-row label {
    color: #333;
}
.corporate .contact-form .form-row input,
.corporate .contact-form .form-row textarea {
    margin-right: 2rem;
    border: none;
    border-radius: 0;
    background: #f7f7f7;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) and (max-width: 1024px) {
    .corporate .contact-form .sub-pages {
        padding: 4rem 0;
    }
}
@media (max-width: 568px) {
    .corporate .company-details .enguiry {
        margin-bottom: 2rem;
    }
}
.corporate .company-details .enguiry h3 {
    display: inline-block;
    position: relative;
}
.corporate .company-details .enguiry h3::after {
    content: "";
    width: 110%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #333;
}
@media (max-width: 568px) {
    .corporate .main-offices .office-location-card .card-bottom {
        display: block;
    }
}
.corporate .banner-text h6 {
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 4rem;
}
@media (max-width: 568px) {
    .corporate .banner-text h6 {
        margin-bottom: 1rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .corporate .banner-text h6 {
        margin-bottom: 1rem;
    }
}
@media (max-width: 568px) {
    .corporate .officers h3 {
        margin-bottom: 1.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .corporate .officers h3 {
        margin-bottom: 1.5rem;
    }
}
.corporate hr {
    margin-top: 2rem;
}
@media (max-width: 568px) {
    .corporate hr {
        margin-bottom: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .corporate hr {
        margin-bottom: 0;
    }
}
.corporate .corporate_brands {
    margin-top: 2rem;
}
.corporate .corporate_brands .brand-box .partner-cards {
    margin-bottom: 2rem;
}
.corporate .corporate_brands .link-btn {
    margin-top: 4rem !important;
}
@media (max-width: 568px) {
    .corporate .corporate_brands .link-btn {
        margin-top: 3rem !important;
    }
}
.partners .brand-section .container .section-heading {
    padding: 0 2rem;
    text-align: start;
}
.partners .brand-section .container h3 {
    font-size: 24px;
    padding: 0 2rem 2rem 2rem;
    text-align: start;
}
@media (max-width: 568px) {
    .partners .brand-section .container h3 {
        padding: 0 2rem 0 2rem;
        font-size: 18px;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .partners .brand-section .container h3 {
        padding: 0 2rem 0 2rem;
        font-size: 18px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .partners .brand-section .container h3 {
        padding: 0 2rem 1rem 2rem;
        font-size: 20px;
    }
}
.partners .brand-section .container .brand-box {
    padding-bottom: 2rem;
}
.partners .brand-section .container .brand-box a {
    width: 18%;
    margin-bottom: 6rem;
    cursor: auto;
}
@media (min-width: 992px) and (max-width: 1024px) {
    .partners .brand-section .container .brand-box a {
        width: 17.2%;
        margin-bottom: 4.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .partners .brand-section .container .brand-box a {
        width: 16%;
        height: 5rem;
        margin-bottom: 6rem;
    }
}
@media (max-width: 568px) {
    .partners .brand-section .container .brand-box a {
        width: 31% !important;
        height: 6rem;
        margin-bottom: 7rem;
    }
}
.partners .brand-section .container .brand-box a .partner-cards {
    height: 100%;
}
.partners .brand-section .container .brand-box a .partner-cards .card img {
    width: auto;
}
.partners .brand-section .container .brand-box a .partner-cards p {
    margin-top: 1.5rem;
    text-align: center;
}
@media (max-width: 568px) {
    .partners .brand-section .container .brand-box a .partner-cards p {
        font-size: 12px;
        margin-top: 1rem;
    }
}
.industries .banner-section {
    margin-top: 0 !important;
}
@media (max-width: 568px) {
    .industries .banner-section {
        margin-top: 0 !important;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .industries .banner-section {
        margin-top: 0 !important;
    }
}
.industries .banner-section .container {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}
@media (max-width: 568px) {
    .industries .banner-section .container {
        padding: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .industries .banner-section .container {
        padding: 0;
    }
}
@media (max-width: 568px) {
    .industries .banner-section .container .row {
        margin: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .industries .banner-section .container .row {
        margin: 0;
    }
}
.industries .banner-section .container .row h1 {
    color: #333;
}
.industries .banner-section .container .row .image-banner-card {
    padding: 0;
    height: 30rem;
}
@media (max-width: 568px) {
    .industries .banner-section .container .row .image-banner-card {
        height: 16rem;
		margin-top:110px;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .industries .banner-section .container .row .image-banner-card {
        height: 22rem;
		margin-top:0;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .industries .banner-section .container .row .image-banner-card {
        height: 22rem;
    }
}
.industries .banner-card {
    display: flex;
    align-items: center;
}
@media (max-width: 568px) {
    .industries .banner-card {
        padding: 0;
		margin-top:50%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .industries .banner-card {
        padding: 0;
		margin-top:15%;
    }
}
.industries .banner-card img {
    object-fit: cover;
    height: 100%;
}
.industries .banner-card .card-content {
    width: 95%;
}
@media (max-width: 568px) {
    .industries .banner-card .card-content {
        width: 100%;
        padding: 2rem 1.5rem 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .industries .banner-card .card-content {
        width: 100%;
        padding: 2rem 1.5rem 0;
    }
}
@media (max-width: 568px) {
    .industries .acadmic-section .container {
        padding: 2rem 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .industries .acadmic-section .container {
        padding: 2rem 0;
    }
}
.industries .acadmic-section .acadmic-row {
    width: 100%;
    margin: 0;
    padding: 0 4rem;
}
@media (max-width: 568px) {
    .industries .acadmic-section .acadmic-row {
        padding: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .industries .acadmic-section .acadmic-row {
        padding: 0;
    }
}
.industries .acadmic-section .acadmic-row .section-heading {
    margin-bottom: 2.5rem;
}
@media (max-width: 568px) {
    .industries .acadmic-section .acadmic-row .section-heading {
        margin-bottom: 1.5rem;
    }
}
.industries .acadmic-section .acadmic-row .section-image {
    height: 35rem;
    object-fit: cover;
    object-position: center;
}
@media (min-width: 568px) and (max-width: 900px) {
    .industries .acadmic-section .acadmic-row .section-image {
        height: 18rem;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .industries .acadmic-section .acadmic-row .section-image {
        height: 16rem;
    }
}
@media (max-width: 568px) {
    .industries .acadmic-section .acadmic-row .section-image {
        height: 12rem;
        object-position: left;
    }
}
.industries .acadmic-section .acadmic-row .acadmic-details-main {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
@media (min-width: 992px) and (max-width: 1024px) {
    .industries .acadmic-section .acadmic-row .acadmic-details-main {
        width: 100% !important;
        margin: auto !important;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .industries .acadmic-section .acadmic-row .acadmic-details-main {
        padding: 0 1.5rem;
    }
}
.industries .acadmic-section .acadmic-row .acadmic-details-main .acadmic-details {
    width: 30%;
    padding-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (min-width: 992px) and (max-width: 1024px) {
    .industries .acadmic-section .acadmic-row .acadmic-details-main .acadmic-details {
        width: 45%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .industries .acadmic-section .acadmic-row .acadmic-details-main .acadmic-details {
        width: 45%;
    }
}
@media (max-width: 568px) {
    .industries .acadmic-section .acadmic-row .acadmic-details-main .acadmic-details {
        width: 100%;
        padding-top: 2rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.industries .acadmic-section .acadmic-row .acadmic-details-main .acadmic-details p {
    flex: 1;
}
.industries .acadmic-section .acadmic-row .acadmic-details-main .acadmic-details img {
    width: 70%;
}
@media (max-width: 568px) {
    .industries .acadmic-section .acadmic-row .acadmic-details-main .acadmic-details img {
        width: 100%;
    }
}
.industries .acadmic-section .acadmic-row .acadmic-details-main p {
    font-size: 0.875rem;
}
.industries .life-science-section .acadmic-details-main {
    width: 65% !important;
    margin: auto !important;
}
@media (min-width: 568px) and (max-width: 900px) {
    .industries .life-science-section .acadmic-details-main {
        width: 100% !important;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .industries .life-science-section .acadmic-details-main {
        width: 80% !important;
    }
}
@media (max-width: 568px) {
    .industries .life-science-section .acadmic-details-main {
        width: 100% !important;
    }
}
.industries .life-science-section .acadmic-details-main .acadmic-details {
    width: 45% !important;
}
@media (max-width: 568px) {
    .industries .life-science-section .acadmic-details-main .acadmic-details {
        width: 100% !important;
    }
}
.industries .industries_acadmic .acadmic-details {
    align-items: flex-start !important;
}
.industries .industries_acadmic .acadmic-details .read-more img {
    width: 1rem !important;
}
.sdg .sdg-story-section .container {
    padding-top: 3rem;
}
.sdg .sdg-story-section .container .sdg-details {
    padding-bottom: 4rem;
    padding-top: 2rem;
}
@media (max-width: 568px) {
    .sdg .sdg-story-section .container .sdg-details {
        padding-top: 0;
        padding-bottom: 5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .sdg .sdg-story-section .container .sdg-details {
        padding-top: 0;
        padding-bottom: 3rem;
    }
}
.sdg .sdg-story-section .container .sdg-details .content-image {
    padding: 0 7rem;
    height: 20rem;
    padding-right: 0;
}
@media (max-width: 568px) {
    .sdg .sdg-story-section .container .sdg-details .content-image {
        padding: 0 1rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .sdg .sdg-story-section .container .sdg-details .content-image {
        padding: 0 15rem;
        height: 15rem;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .sdg .sdg-story-section .container .sdg-details .content-image {
        padding: 0 2rem;
    }
}
.sdg .sdg-story-section .container .sdg-details .content-image img {
    object-fit: contain;
    height: 100%;
}
.sdg .sdg-story-section .container .sdg-details .content-sdg-detail {
    padding: 0 7rem;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 568px) {
    .sdg .sdg-story-section .container .sdg-details .content-sdg-detail {
        padding: 0 1rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .sdg .sdg-story-section .container .sdg-details .content-sdg-detail {
        padding: 0 1rem;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .sdg .sdg-story-section .container .sdg-details .content-sdg-detail {
        padding: 0 2rem;
    }
}
.sdg .sdg-story-section .container .sdg-details .content-sdg-detail h5 {
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 2rem;
}
@media (max-width: 568px) {
    .sdg .sdg-story-section .container .sdg-details .content-sdg-detail h5 {
        font-size: 16px;
        line-height: 22px;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .sdg .sdg-story-section .container .sdg-details .content-sdg-detail h5 {
        font-size: 16px;
        line-height: 22px;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
}
.sdg .sdg-story-section .container .sdg-details:last-child {
    padding-bottom: 0;
}
.services .banner-section {
    margin-top: 0 !important;
}
@media (max-width: 568px) {
    .services .banner-section {
        margin-top: 0 !important;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .banner-section {
        margin-top: 0 !important;
    }
}
.services .banner-section .container {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}
@media (max-width: 568px) {
    .services .services-section .container {
        padding: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .services-section .container {
        padding: 0;
    }
}
.services .services-section .container .row {
    margin: 0;
}
.services .services-section .container .row .main-box {
    margin-bottom: 6rem;
}
@media (max-width: 568px) {
    .services .services-section .container .row .main-box {
        padding: 0;
        margin-bottom: 1rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .services-section .container .row .main-box {
        padding: 0;
        margin-bottom: 1rem;
    }
}
.services .services-section .container .row .main-box .content-container {
    padding: 0 4rem;
    align-items: flex-start;
}
@media (max-width: 568px) {
    .services .services-section .container .row .main-box .content-container {
        padding: 1.5rem 1.5rem 2.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .services-section .container .row .main-box .content-container {
        padding: 1.5rem 1.5rem 2.5rem;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .services .services-section .container .row .main-box .content-container {
        padding: 2rem;
    }
}
.services .services-section .container .row .main-box .content-container .content {
    width: 90%;
}
@media (max-width: 568px) {
    .services .services-section .container .row .main-box .content-container .content {
        width: 100%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .services-section .container .row .main-box .content-container .content {
        width: 100%;
    }
}
@media (max-width: 568px) {
    .services .services-section .container .row .main-box .content-container .content h2 {
        margin: 0 0 0.5rem;
        text-align: left;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .services-section .container .row .main-box .content-container .content h2 {
        margin: 0 0 0.5rem;
        text-align: left;
    }
}
.services .services-section .container .row .main-box .researcher-img-container {
    padding: 0 4rem;
}
@media (max-width: 568px) {
    .services .services-section .container .row .main-box .researcher-img-container {
        padding: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .services-section .container .row .main-box .researcher-img-container {
        padding: 0;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .services .services-section .container .row .main-box .researcher-img-container {
        padding: 2rem;
    }
}
.services .services-section .container .row .main-box .researcher-img-container img {
    object-fit: cover;
    height: 100%;
}
.services .services-section .container .row .main-box:last-child {
    margin-bottom: 0;
}
.services .stories-section .container .row {
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.services .stories-section .container .row .trending_story_card {
    width: 30.5%;
    margin-bottom: 3rem;
}
@media (max-width: 568px) {
    .services .stories-section .container .row .trending_story_card {
        width: 100%;
        margin-bottom: 3rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .stories-section .container .row .trending_story_card {
        width: 48%;
        margin-bottom: 3rem;
    }
}
.services .stories-section .container .row .trending_story_card .update_card {
    flex-direction: column;
    padding: 0;
    margin-top: 0;
}
.services .stories-section .container .row .trending_story_card .update_card picture {
    width: 100%;
    flex: 0;
    height: 15rem;
}
@media (max-width: 568px) {
    .services .stories-section .container .row .trending_story_card .update_card picture {
        height: 12rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .stories-section .container .row .trending_story_card .update_card picture {
        height: 14rem;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .services .stories-section .container .row .trending_story_card .update_card picture {
        height: 10rem;
    }
}
.services .stories-section .container .row .trending_story_card .update_card .card-body {
    padding: 1rem;
}
.services .stories-section .container .row .trending_story_card .button-div {
    padding-top: 3rem;
}
@media (max-width: 568px) {
    .services .stories-section .container .row .trending_story_card .button-div {
        padding-top: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .stories-section .container .row .trending_story_card .button-div {
        padding-top: 0;
    }
}
.services .publication_offering .row {
    margin: 0;
}
.services .publication_offering .row .offering-card {
    padding: 0 !important;
}
.services .publication_offering .row .offering-card .content {
    padding: 4rem;
    border-bottom: 1px solid #d9d7d7;
}
@media (max-width: 568px) {
    .services .publication_offering .row .offering-card .content {
        padding: 2rem 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .publication_offering .row .offering-card .content {
        padding: 2rem 0;
    }
}
.services .publication_offering .row .offering-card .content .steps {
    margin-bottom: 0.2rem;
    color: #d72027;
}
.services .publication_offering .row .offering-card .content .card-heading {
    margin-top: 0;
}
.services .publication_offering .row .offering-card .content:nth-child(odd) {
    border-right: 1px solid #d9d7d7;
}
@media (max-width: 568px) {
    .services .publication_offering .row .offering-card .content:nth-child(odd) {
        border-right: none;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .publication_offering .row .offering-card .content:nth-child(odd) {
        border-right: none;
    }
}
.services .publication_offering .row .offering-card .content:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
}
@media (max-width: 568px) {
    .services .publication_offering .row .offering-card .content:nth-last-child(2):nth-child(odd) {
        border-bottom: 1px solid #d9d7d7;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .publication_offering .row .offering-card .content:nth-last-child(2):nth-child(odd) {
        border-bottom: 1px solid #d9d7d7;
    }
}
.services .publication_offering .row .offering-card .content:nth-last-child(1):nth-child(odd) {
    border-bottom: none;
}
@media (max-width: 568px) {
    .services .publication_offering .row .offering-card .content:nth-last-child(1):nth-child(odd) {
        border-bottom: 1px solid #d9d7d7;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .publication_offering .row .offering-card .content:nth-last-child(1):nth-child(odd) {
        border-bottom: 1px solid #d9d7d7;
    }
}
.services .publication_offering .row .offering-card .content:nth-last-child(1):nth-child(even) {
    border-bottom: none;
}
@media (max-width: 568px) {
    .services .publication_offering .row .offering-card .content:nth-last-child(1):nth-child(even) {
        border-bottom: 1px solid #d9d7d7;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .publication_offering .row .offering-card .content:nth-last-child(1):nth-child(even) {
        border-bottom: 1px solid #d9d7d7;
    }
}
@media (max-width: 568px) {
    .services .publication_offering .row .offering-card .content:first-child {
        padding-top: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .publication_offering .row .offering-card .content:first-child {
        padding-top: 0;
    }
}
.services .insights-section .container .row {
    margin: 0;
}
.services .insights-section .container .row .img-hover-effect {
    cursor: pointer;
}
.services .insights-section .container .row .img-hover-effect .image-overlay {
    line-height: 30px !important;
}
.services .insights-section .container .row .img-hover-effect .image-overlay .indicators {
    color: #d72027 !important;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 600;
}
.services .insights-section .container .row .img-hover-effect .image-overlay h2 {
    margin-bottom: 0;
}
@media (max-width: 568px) {
    .services .insights-section .container .row .img-hover-effect .image-overlay h2 {
        line-height: 35px;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .insights-section .container .row .img-hover-effect .image-overlay h2 {
        line-height: 35px;
    }
}
.services .insights-section .container .row .img-hover-effect .image-overlay img {
    width: 3rem !important;
}
.services .insights-section .container .row .img-hover-effect .prev {
    left: 3rem;
}
@media (max-width: 568px) {
    .services .insights-section .container .row .img-hover-effect .prev {
        left: 1.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .insights-section .container .row .img-hover-effect .prev {
        left: 1.5rem;
    }
}
.services .insights-section .container .row .img-hover-effect .next {
    text-align: right;
    padding-right: 3rem;
    left: 0;
    width: 100%;
}
@media (max-width: 568px) {
    .services .insights-section .container .row .img-hover-effect .next {
        padding-right: 1.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .insights-section .container .row .img-hover-effect .next {
        padding-right: 1.5rem;
    }
}
.services .insights-section .container .row .img-hover-effect .next img {
    transform: rotate(180deg);
}
.services .insights-section .container .row .section-content {
    margin-bottom: 7rem;
}
@media (max-width: 568px) {
    .services .insights-section .container .row .section-content {
        margin-bottom: 4rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .insights-section .container .row .section-content {
        margin-bottom: 4rem;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .services .insights-section .container .row .section-content {
        margin-bottom: 6rem;
    }
}
.services .offer-translation-img {
    width: 2.75rem;
    margin-bottom: 1rem;
}
@media (max-width: 568px) {
    .services .academic_services_offer .container {
        padding: 3rem 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .academic_services_offer .container {
        padding: 3rem 0;
    }
}
.services .academic_services_offer .container .row {
    margin: 0;
}
@media (max-width: 568px) {
    .services .academic_services_offer .container .row .heading-academic-offer {
        padding: 0 1.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .academic_services_offer .container .row .heading-academic-offer {
        padding: 0 1.5rem;
    }
}
@media (max-width: 568px) {
    .services .academic_services_offer .container .row .offering-card {
        padding: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .academic_services_offer .container .row .offering-card {
        padding: 0;
    }
}
@media (max-width: 568px) {
    .services .academic_services_offer .container .row .offering-card .image-div {
        padding: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .academic_services_offer .container .row .offering-card .image-div {
        padding: 0;
    }
}
@media (max-width: 568px) {
    .services .academic_services_offer .container .row .offering-card .content {
        padding: 2rem 1.5rem 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .academic_services_offer .container .row .offering-card .content {
        padding: 2rem 1.5rem 0;
    }
}
@media (max-width: 568px) {
    .services .contact-form .sub-pages {
        padding-bottom: 0;
        padding-top: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .contact-form .sub-pages {
        padding-bottom: 0;
        padding-top: 0;
    }
}
.services .contact-form .sub-pages .tab-content .offering-card .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 3rem;
}
@media (max-width: 568px) {
    .services .contact-form .sub-pages .mobile-form {
        padding: 0 1.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .contact-form .sub-pages .mobile-form {
        padding: 0 1.5rem;
    }
}
.services .contact-form .sub-pages .mobile-form .form-input {
    margin: 0 -1.5rem;
}
.services .contact-form .sub-pages .mobile-form .offering-card {
    padding-top: 1.5rem !important;
}
@media (max-width: 568px) {
    .services .contact-form .sub-pages .mobile-form .offering-card .content {
        padding: 2rem 1.5rem !important;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .contact-form .sub-pages .mobile-form .offering-card .content {
        padding: 2rem 1.5rem !important;
    }
}
@media (max-width: 568px) {
    .services .impact-science-offer .container {
        padding: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .impact-science-offer .container {
        padding: 0;
    }
}
.services .impact-science-offer .container .row {
    margin: 0;
}
@media (max-width: 568px) {
    .services .editorial-offer .offering-card:first-child {
        padding-top: 0 !important;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .editorial-offer .offering-card:first-child {
        padding-top: 0 !important;
    }
}
@media (max-width: 568px) {
    .services .editorial-offer .offering-card .image-div {
        padding: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .editorial-offer .offering-card .image-div {
        padding: 0;
    }
}
@media (max-width: 568px) {
    .services .editorial-offer .offering-card .image-div img {
        height: 100%;
    }
}
@media (max-width: 568px) {
    .services .editorial-offer .offering-card .content {
        padding: 2rem 1.5rem 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .editorial-offer .offering-card .content {
        padding: 2rem 1.5rem 0;
    }
}
.services .we_offer .bullet-points {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4rem;
}
@media (max-width: 568px) {
    .services .we_offer .bullet-points {
        padding: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .we_offer .bullet-points {
        padding: 0;
    }
}
.services .we_offer .bullet-points li {
    width: 30.5%;
    margin: 1rem;
}
@media (max-width: 568px) {
    .services .we_offer .bullet-points li {
        width: 100%;
        margin: 0.5rem 1rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .we_offer .bullet-points li {
        width: 45%;
        margin: 0.5rem 1rem;
    }
}
@media (max-width: 568px) {
    .services .we_offer .bullet-points li:first-child {
        margin-top: 0;
    }
}
@media (max-width: 568px) {
    .services .we_offer .bullet-points li:last-child {
        margin-bottom: 0;
    }
}
.services .infographic-section .acadmic-row img {
    height: auto !important;
    width: 100%;
}
@media (max-width: 568px) {
    .services .infographic-section .acadmic-row img {
        width: 90%;
        margin: auto;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .infographic-section .acadmic-row img {
        width: 90%;
        margin: auto;
    }
}
.services .infographic-section .acadmic-row .section-content {
    margin-bottom: 4rem;
}
@media (max-width: 568px) {
    .services .infographic-section .acadmic-row .section-content {
        margin-bottom: 2rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .infographic-section .acadmic-row .section-content {
        margin-bottom: 2rem;
    }
}
@media (max-width: 568px) {
    .services .author_video_section .container {
        padding: 2rem 1.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .author_video_section .container {
        padding: 2rem 1.5rem;
    }
}
.services .author_video_section .acadmic-details-main {
    width: 90% !important;
}
.services .author_video_section .acadmic-details-main .acadmic-details p {
    margin-top: 1rem;
}
.services .author_video_section .section-content {
    margin-bottom: 3rem;
}
@media (max-width: 568px) {
    .services .author_video_section .section-content {
        margin-bottom: 1rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .author_video_section .section-content {
        margin-bottom: 2rem;
    }
}
@media (max-width: 568px) {
    .services .animate_video_section .container {
        padding: 2rem 1.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .services .animate_video_section .container {
        padding: 2rem 1.5rem;
    }
}
.services .animate_video_section .acadmic-row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.services .animate_video_section .acadmic-row img {
    width: 55%;
}
.brands .business-brand-section .container {
    padding: 0 6.5rem;
}
@media (max-width: 568px) {
    .brands .business-brand-section .container {
        padding: 0 1.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brands .business-brand-section .container {
        padding: 0 1.5rem;
    }
}
@media (max-width: 568px) {
    .brands .business-brand-section .row {
        margin: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brands .business-brand-section .row {
        margin: 0;
    }
}
.brands .business-brand-section .row .section-heading {
    margin-left: 1rem;
    text-align: start;
}
@media (max-width: 568px) {
    .brands .business-brand-section .row .section-heading {
        padding-left: 1rem;
        margin-left: 0;
        margin-bottom: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brands .business-brand-section .row .section-heading {
        padding-left: 1rem;
        margin-left: 0;
        margin-bottom: 0;
    }
}
.brands .business-brand-section .row .brand-cards {
    padding: 0 1.5rem;
    margin-bottom: 2rem;
}
@media (max-width: 568px) {
    .brands .business-brand-section .row .brand-cards {
        padding: 1rem;
        margin-bottom: 1rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brands .business-brand-section .row .brand-cards {
        padding: 1rem;
        margin-bottom: 1rem;
    }
}
.brands .business-brand-section .row .brand-cards .card-top {
    justify-content: center;
    padding: 1.5rem;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.12);
    border-radius: 7.88073px;
    border: none;
    display: flex;
    align-items: center;
    height: 10rem;
}
@media (max-width: 568px) {
    .brands .business-brand-section .row .brand-cards .card-top {
        padding: 1rem;
        height: 5.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brands .business-brand-section .row .brand-cards .card-top {
        padding: 1rem;
        height: 7rem;
    }
}
.brands .business-brand-section .row .brand-cards .card-top img {
    width: 9rem;
}
.brands .business-brand-section .row .brand-cards .card-top:hover {
    box-sizing: border-box;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
}
.brands .business-brand-section .row .brand-cards .card-heading {
    margin-top: 1.5rem;
    margin-bottom: 0.6rem;
}
@media (max-width: 568px) {
    .brands .business-brand-section .row .brand-cards .card-heading {
        font-size: 14px;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brands .business-brand-section .row .brand-cards .card-heading {
        font-size: 14px;
    }
}
.brands .business-brand-section .row .brand-cards .card-text {
    font-size: 1rem;
    line-height: 22px;
}
@media (max-width: 568px) {
    .brands .business-brand-section .row .brand-cards .card-text {
        font-size: 12px;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brands .business-brand-section .row .brand-cards .card-text {
        font-size: 12px;
    }
}
.brands .business-brand-section .row .inner-section {
    padding: 0;
}
@media (max-width: 568px) {
    .brands .business-brand-section .row .initiative {
        padding-top: 3rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brands .business-brand-section .row .initiative {
        padding-top: 3rem;
    }
}
.brand-details-page .banner-section {
    margin-top: 8.75rem !important;
}
@media (max-width: 568px) {
    .brand-details-page .banner-section {
        margin-top: 4.5rem !important;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brand-details-page .banner-section {
        margin-top: 4.5rem !important;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .brand-details-page .banner-section {
        margin-top: 4.5rem !important;
    }
}
.brand-details-page .banner-section .banner-card {
    padding: 0 5rem;
}
@media (max-width: 568px) {
    .brand-details-page .banner-section .banner-card {
        padding: 1rem 1.5rem 0 1.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brand-details-page .banner-section .banner-card {
        padding: 2rem 1.5rem 0 1.5rem;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .brand-details-page .banner-section .banner-card {
        padding: 0 2rem;
    }
}
.brand-details-page .banner-section .banner-card .content-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #2b2b2b;
}
@media (max-width: 568px) {
    .brand-details-page .banner-section .banner-card .content-text {
        margin-bottom: 0;
        font-size: 18px;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brand-details-page .banner-section .banner-card .content-text {
        margin-bottom: 0;
        font-size: 18px;
    }
}
@media (max-width: 568px) {
    .brand-details-page .banner-section .banner-card .card-content {
        padding: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brand-details-page .banner-section .banner-card .card-content {
        padding: 0;
    }
}
.brand-details-page .banner-section .banner-card .card-content h1 {
    margin-bottom: 0.5rem;
}
@media (max-width: 568px) {
    .brand-details-page .banner-section .banner-card .link-btn {
        margin-top: 1rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brand-details-page .banner-section .banner-card .link-btn {
        margin-top: 1rem;
    }
}
@media (max-width: 568px) {
    .brand-details-page .banner-section .image-banner-card {
        padding-bottom: 3.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brand-details-page .banner-section .image-banner-card {
        padding-bottom: 3.5rem;
    }
}
.brand-details-page .detail-section .row {
    margin: 0 auto;
    width: 60%;
}
@media (max-width: 568px) {
    .brand-details-page .detail-section .row {
        width: 100%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brand-details-page .detail-section .row {
        width: 100%;
    }
}
.brand-details-page .trust-section {
    margin-bottom: 0;
}
@media (min-width: 1023px) {
    .brand-details-page .trust-section .marquee {
        height: auto;
        overflow: auto;
    }
}
@media (min-width: 2020px) {
    .brand-details-page .trust-section .marquee {
        height: auto;
        overflow: auto;
    }
}
@media (min-width: 1023px) {
    .brand-details-page .trust-section .marquee div {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        position: relative;
        overflow: auto;
        animation: none;
        cursor: pointer;
    }
}
@media (min-width: 2020px) {
    .brand-details-page .trust-section .marquee div {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        position: relative;
        overflow: auto;
        animation: none;
        cursor: pointer;
    }
}
@media (min-width: 1023px) {
    .brand-details-page .trust-section .marquee span {
        width: 25%;
        height: auto;
        padding: 2rem;
        align-items: center;
        display: flex;
        justify-content: center;
    }
}
@media (min-width: 2020px) {
    .brand-details-page .trust-section .marquee span {
        width: 25%;
        height: auto;
        padding: 2rem;
        align-items: center;
        display: flex;
        justify-content: center;
    }
}
@media (min-width: 1023px) {
    .brand-details-page .trust-section .marquee span img {
        height: 4rem;
    }
}
@media (min-width: 2020px) {
    .brand-details-page .trust-section .marquee span img {
        height: 4rem;
    }
}
@media (min-width: 1023px) {
    .brand-details-page .trust-section .button-div {
        margin-top: 2.5rem;
    }
}
@media (min-width: 2020px) {
    .brand-details-page .trust-section .button-div {
        margin-top: 2.5rem;
    }
}
@media (max-width: 568px) {
    .brand-details-page .vision-section {
        margin-bottom: 1rem;
    }
}
@media (max-width: 568px) {
    .brand-details-page .vision-section .container {
        padding-top: 1rem;
    }
}
.brand-details-page .vision-section hr {
    width: 70%;
    margin: auto;
    border: 1px solid #f3f3f4;
}
@media (max-width: 568px) {
    .brand-details-page .vision-section hr {
        width: 100%;
    }
}
.brand-details-page .vision-section .row {
    padding: 3rem 0;
    margin: 0;
}
.brand-details-page .vision-section .row h2 {
    color: #015a77;
    margin-bottom: 1rem;
}
.brand-details-page .vision-section .row p {
    font-size: 1rem;
    color: #015a77;
    line-height: 22px;
}
.brand-details-page .offering-section .section-top-heading {
    margin-bottom: 3.75rem;
}
@media (max-width: 568px) {
    .brand-details-page .offering-section .section-top-heading {
        margin-bottom: 2.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brand-details-page .offering-section .section-top-heading {
        margin-bottom: 2.5rem;
    }
}
.brand-details-page .offering-section .section-top-heading .content {
    margin-bottom: 0 !important;
}
.brand-details-page .offering-section .section-heading {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
@media (max-width: 568px) {
    .brand-details-page .offering-section .section-heading {
        text-align: center;
        font-size: 22px;
        width: 100%;
        margin-bottom: 0.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brand-details-page .offering-section .section-heading {
        text-align: center;
        font-size: 22px;
        width: 100%;
        margin-bottom: 0;
    }
}
.brand-details-page .offering-section .section-content {
    margin-top: 1rem;
}
@media (max-width: 568px) {
    .brand-details-page .offering-section .section-content {
        margin-top: 1rem;
        text-align: left;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brand-details-page .offering-section .section-content {
        margin-top: 1rem;
        text-align: left;
        width: 100%;
    }
}
.brand-details-page .offering-section .offering-card {
    padding: 0 2rem 3rem 2rem;
}
.brand-details-page .offering-section .offering-card img {
    object-fit: cover;
    height: 14rem;
}
@media (min-width: 992px) and (max-width: 1024px) {
    .brand-details-page .offering-section .offering-card img {
        height: 10rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brand-details-page .offering-section .offering-card img {
        height: 12rem;
    }
}
@media (max-width: 568px) {
    .brand-details-page .offering-section .offering-card img {
        height: 12rem;
    }
}
.brand-details-page .offering-section .offering-card .read-more img {
    height: auto;
}
@media (max-width: 568px) {
    .brand-details-page .offering-section .offering-card {
        padding: 0 1rem;
        padding-bottom: 3rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brand-details-page .offering-section .offering-card {
        padding: 0 1rem;
        padding-bottom: 3rem;
    }
}
.brand-details-page .offering-section .offering-card .card-heading {
    margin-top: 1.5rem;
    line-height: 25px;
}
@media (max-width: 568px) {
    .brand-details-page .offering-section .offering-card .card-heading {
        margin-top: 1rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brand-details-page .offering-section .offering-card .card-heading {
        margin-top: 1rem;
    }
}
.brand-details-page .offering-section .offering-card .card-text {
    line-height: 20px;
}
@media (max-width: 568px) {
    .brand-details-page .offering-section .offering-card:last-child {
        padding-bottom: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brand-details-page .offering-section .offering-card:last-child {
        padding-bottom: 0;
    }
}
.brand-details-page .offering-section .offering-card .image-div img {
    height: auto;
}
.brand-details-page .offering-section .offering-card .offer-translation-img {
    height: auto;
}
.brand-details-page .impact-science-offer .offering-card {
    padding-bottom: 4.5rem;
}
@media (max-width: 568px) {
    .brand-details-page .impact-science-offer .offering-card {
        padding-bottom: 3.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brand-details-page .impact-science-offer .offering-card {
        padding-bottom: 3.5rem;
    }
}
.brand-details-page .impact-science-offer .offering-card .col-12 {
    margin-bottom: 0;
}
.brand-details-page .impact-science-offer .offering-card .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 3rem;
    align-items: flex-start;
}
@media (max-width: 568px) {
    .brand-details-page .impact-science-offer .offering-card .content {
        padding: 1rem 0 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brand-details-page .impact-science-offer .offering-card .content {
        padding: 1rem 0 0;
    }
}
.brand-details-page .impact-science-offer .offering-card .content .card-heading {
    padding-bottom: 0;
    margin-top: 0;
}
@media (max-width: 568px) {
    .brand-details-page .impact-science-offer .offering-card .content .card-heading {
        padding-bottom: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brand-details-page .impact-science-offer .offering-card .content .card-heading {
        padding-bottom: 0;
    }
}
.brand-details-page .impact-science-offer .offering-card:last-child {
    padding-bottom: 0;
}
.brand-details-page .impact-science-offer .offering-card img {
    height: auto;
}
.brand-details-page .three-inpact-section .row {
    width: 80%;
    margin: auto;
}
@media (max-width: 568px) {
    .brand-details-page .three-inpact-section .row {
        width: 100%;
    }
}
@media (max-width: 568px) {
    .brand-details-page .center-card-offer .container {
        padding: 0 0.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brand-details-page .center-card-offer .container {
        padding: 0 0.5rem;
    }
}
.brand-details-page .center-card-offer .row {
    margin: auto;
}
@media (min-width: 568px) and (max-width: 900px) {
    .brand-details-page .center-card-offer .row {
        width: 100%;
    }
}
@media (max-width: 568px) {
    .brand-details-page .center-card-offer .row {
        width: 100%;
    }
}
.brand-details-page .center-card-offer .row .section-content {
    width: 80%;
}
@media (min-width: 568px) and (max-width: 900px) {
    .brand-details-page .center-card-offer .row .section-content {
        width: 100%;
    }
}
@media (max-width: 568px) {
    .brand-details-page .center-card-offer .row .section-content {
        width: 100%;
    }
}
.brand-details-page .client-section .container {
    padding: 3rem 4rem;
}
@media (max-width: 568px) {
    .brand-details-page .client-section .container {
        padding: 3rem 1.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brand-details-page .client-section .container {
        padding: 3rem 1.5rem;
    }
}
.brand-details-page .client-section .carousel-wrap {
    width: 70%;
    margin: auto;
}
@media (min-width: 992px) and (max-width: 1024px) {
    .brand-details-page .client-section .carousel-wrap {
        width: 100%;
    }
}
@media (max-width: 568px) {
    .brand-details-page .client-section .carousel-wrap {
        width: 95%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brand-details-page .client-section .carousel-wrap {
        width: 95%;
    }
}
.brand-details-page .client-section .carousel-wrap .owl-carousel .item {
    display: flex;
    padding: 1rem;
    align-items: center;
}
@media (max-width: 568px) {
    .brand-details-page .client-section .carousel-wrap .owl-carousel .item {
        flex-direction: column;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brand-details-page .client-section .carousel-wrap .owl-carousel .item {
        flex-direction: column;
    }
}
.brand-details-page .client-section .carousel-wrap .owl-carousel .item img {
    width: auto;
}
.brand-details-page .client-section .carousel-wrap .owl-carousel .item .client_img {
    width: 20rem;
    min-width: 16rem;
    object-fit: cover;
}
@media (max-width: 568px) {
    .brand-details-page .client-section .carousel-wrap .owl-carousel .item .client_img {
        padding: 0 2rem;
        width: 100%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brand-details-page .client-section .carousel-wrap .owl-carousel .item .client_img {
        width: auto;
        object-fit: contain;
        padding: 0 2rem;
    }
}
.brand-details-page .client-section .carousel-wrap .owl-carousel .item .client-detail {
    padding: 3rem;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 568px) {
    .brand-details-page .client-section .carousel-wrap .owl-carousel .item .client-detail {
        padding: 2rem 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brand-details-page .client-section .carousel-wrap .owl-carousel .item .client-detail {
        padding: 2rem 0;
    }
}
.brand-details-page .client-section .carousel-wrap .owl-carousel .item .client-detail .work-detail img {
    padding-bottom: 2rem;
    width: 3rem;
}
@media (max-width: 568px) {
    .brand-details-page .client-section .carousel-wrap .owl-carousel .item .client-detail .work-detail img {
        padding-bottom: 1rem;
        width: 2.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brand-details-page .client-section .carousel-wrap .owl-carousel .item .client-detail .work-detail img {
        padding-bottom: 1rem;
        width: 2.5rem;
    }
}
.brand-details-page .client-section .carousel-wrap .owl-carousel .item .client-detail .work-detail p {
    color: #666;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
@media (max-width: 568px) {
    .brand-details-page .client-section .carousel-wrap .owl-carousel .item .client-detail .client-info {
        margin-top: 1rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brand-details-page .client-section .carousel-wrap .owl-carousel .item .client-detail .client-info {
        margin-top: 1rem;
    }
}
.brand-details-page .client-section .carousel-wrap .owl-carousel .item .client-detail .client-info h3 {
    line-height: 25px;
}
.brand-details-page .client-section .carousel-wrap .owl-carousel .item .client-detail .client-info p {
    margin-bottom: 0.2rem;
    font-weight: 600;
}
.brand-details-page .client-section .carousel-wrap .owl-dots {
    text-align: center;
    padding-top: 2.5rem;
}
@media (max-width: 568px) {
    .brand-details-page .client-section .carousel-wrap .owl-dots {
        padding-top: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .brand-details-page .client-section .carousel-wrap .owl-dots {
        padding-top: 0;
    }
}
.brand-details-page .client-section .carousel-wrap .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #808184;
    margin: 0 0.8rem;
}
.brand-details-page .client-section .carousel-wrap .owl-dots .owl-dot.active {
    background-color: #d72027;
}
.brand-details-page .client-section .carousel-wrap .owl-dots .owl-dot:focus {
    outline: 0;
}
.brand-details-page .mission-section {
    margin-top: 0 !important;
}
@media (max-width: 568px) {
    .brand-details-page .offering-section-heading {
        margin-bottom: 1rem;
    }
}
.cactus_foundation .banner-section {
    margin-top: 0 !important;
}
.cactus_foundation .banner-section .card-content p {
    font-weight: 400 !important;
    font-size: 0.875rem !important;
    color: #808184 !important;
    line-height: 140.3% !important;
}
.jps .banner-section {
    margin-top: 0 !important;
}
@media (max-width: 568px) {
    .jps .banner-section {
        margin-bottom: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .jps .banner-section {
        margin-bottom: 0;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .jps .banner-section {
        margin-bottom: 0;
    }
}
.jps .banner-section .container {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.jps .banner-section .container .row {
    margin: 0;
}
.jps .banner-section .container .row .image-banner-card {
    padding: 0;
    height: 30rem;
}
@media (max-width: 568px) {
    .jps .banner-section .container .row .image-banner-card {
        height: 16rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .jps .banner-section .container .row .image-banner-card {
        height: 22rem;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .jps .banner-section .container .row .image-banner-card {
        height: 22rem;
    }
}
@media (max-width: 568px) {
    .jps .offering-section .section-content {
        text-align: center;
        padding: 0 0.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .jps .offering-section .section-content {
        text-align: center;
        padding: 0 0.5rem;
    }
}
.jps .stories-section .container {
    padding: 0 4rem;
}
@media (max-width: 568px) {
    .jps .stories-section .container {
        padding: 2rem 1.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .jps .stories-section .container {
        padding: 2rem 1.5rem;
    }
}
.jps .life_science_banner .banner-card .card-content .content-text {
    font-weight: 400;
    font-size: 0.875rem;
    color: #808184;
    line-height: 140.3%;
}
.jsp_workflow .banner-section {
    margin-top: 8.75rem !important;
}
@media (max-width: 568px) {
    .jsp_workflow .banner-section {
        margin-top: 0 !important;
    }
}
.jsp_workflow .banner-section .banner-card {
    padding: 0 4rem;
}
@media (max-width: 568px) {
    .jsp_workflow .banner-section .banner-card {
        padding: 1.5rem 1.5rem;
        padding-bottom: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .jsp_workflow .banner-section .banner-card {
        padding: 1.5rem 1.5rem;
        padding-bottom: 0;
    }
}
@media (max-width: 568px) {
    .jsp_workflow .banner-section .banner-card .card-content {
        padding: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .jsp_workflow .banner-section .banner-card .card-content {
        padding: 0;
    }
}
@media (max-width: 568px) {
    .jsp_workflow .banner-section .image-banner-card {
        padding-top: 0;
        padding-bottom: 2rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .jsp_workflow .banner-section .image-banner-card {
        padding-top: 0;
        padding-bottom: 4rem;
    }
}
.jsp_workflow .contact-form .container .nav-pills {
    margin-bottom: 4rem;
}
@media (min-width: 568px) and (max-width: 900px) {
    .jsp_workflow .contact-form .container .nav-pills {
        margin-bottom: 3rem;
    }
}
.jsp_workflow .contact-form .container .tab-content .section-content {
    margin-bottom: 6rem;
}
@media (min-width: 568px) and (max-width: 900px) {
    .jsp_workflow .contact-form .container .tab-content .section-content {
        margin-bottom: 3rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .jsp_workflow .contact-form .container .tab-content .offering-card {
        padding: 0 1rem;
        padding-bottom: 3rem;
    }
}
.jsp_workflow .contact-form .container .mobile-form .form-input .section-main-container {
    padding: 2rem 1.5rem 0;
}
.jsp_workflow .contact-form .container .mobile-form .form-input .section-main-container .section-content {
    margin-bottom: 0;
}
.jsp_workflow .contact-form .container .mobile-form .form-input .offering-card {
    padding-top: 4rem !important;
}
@media (max-width: 568px) {
    .jsp_workflow .contact-form .container .mobile-form .form-input .offering-card:first-child {
        padding-top: 2rem !important;
    }
}
.jsp_workflow .contact-form .container .mobile-form .form-input .offering-card .card-heading {
    padding: 0 1.5rem;
    margin-top: 1.5rem;
}
.jsp_workflow .contact-form .container .mobile-form .form-input .offering-card .card-text {
    padding: 0 1.5rem;
}
.jsp_workflow .contact-form .container .mobile-form .form-input .offering-card:last-child {
    padding-bottom: 4rem !important;
}
@media (max-width: 568px) {
    .jsp_workflow .contact-brand-section .container {
        padding: 3rem 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .jsp_workflow .contact-brand-section .container {
        padding: 3rem 0;
    }
}
.jsp_workflow .jsp_researcher .nav-item {
    width: 33.3% !important;
}
.jsp_workflow .jps_tabs .nav-pills {
    display: flex;
    justify-content: center;
}
.jsp_workflow .jps_tabs .nav-pills .nav-item {
    width: 24.33%;
}
.jsp_workflow .jps_tabs .nav-pills .nav-item a {
    padding: 1rem 1.8rem !important;
}
@media (min-width: 992px) and (max-width: 1024px) {
    .jsp_workflow .jps_tabs .nav-pills .nav-item a {
        padding: 0.5rem !important;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .jsp_workflow .jps_tabs .nav-pills .nav-item a {
        padding: 0.5rem !important;
        font-size: 12px !important;
    }
}
.jsp_workflow .jps_tabs .tab-content .section-heading {
    text-align: center;
}
.jsp_workflow .jps_tabs .tab-content .section-content {
    width: 80%;
}
.jsp_workflow .jps_tabs .tab-content .section_image {
    padding: 0 3rem;
}
.jsp_workflow .jps_tabs .tab-content .single-div {
    margin-top: 6rem;
}
.jsp_workflow .jps_tabs .tab-content .offering-card {
    padding: 4rem 2.5rem 0;
}
@media (max-width: 568px) {
    .jsp_workflow .jps_tabs .tab-content .offering-card {
        padding: 0 1rem;
        padding-bottom: 4rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .jsp_workflow .jps_tabs .tab-content .offering-card {
        padding: 0 2rem;
        padding-bottom: 4rem;
    }
}
.jsp_workflow .training-form-input {
    margin: 0 !important;
}
.jsp_workflow .training-form-input .row {
    margin: 0;
}
.jsp_workflow .training-form-input .section-heading {
    margin-bottom: 1.5rem;
}
.jsp_workflow .training-form-input .section-content {
    margin-bottom: 1.5rem;
}
.jsp_workflow .training-form-input .single-div {
    margin-top: 3rem;
}
.jsp_workflow .training-form-input .offering-card {
    padding-top: 0 !important;
}
@media (max-width: 568px) {
    .jsp_workflow .training-form-input .offering-card {
        padding-top: 0 !important;
    }
}
@media (max-width: 568px) {
    .jsp_workflow .training-form-input .card-heading {
        padding: 0 !important;
    }
}
@media (max-width: 568px) {
    .jsp_workflow .training-form-input .card-text {
        padding: 0 !important;
    }
}
.jsp_workflow .industry-life-sciences .mobile-form .offering-card {
    padding: 0 1.5rem !important;
    padding-bottom: 3rem !important;
}
.freelance .top-banner-section {
    margin-top: 6rem;
}
.freelance .detail-section {
    padding: 0 !important;
}
.freelance .detail-section .container .section-heading {
    margin-bottom: 4rem;
}
@media (max-width: 568px) {
    .freelance .detail-section .container .section-heading {
        margin-bottom: 2.5rem;
        font-size: 28px;
        text-align: left;
    }
}
.freelance .detail-section .container .freelance-sections {
    padding-bottom: 2rem;
}
.freelance .detail-section .container .freelance-sections h3 {
    margin-bottom: 1.5rem;
    font-size: 20px;
}
.freelance .detail-section .container .freelance-sections ul {
    list-style: none;
}
.freelance .detail-section .container .freelance-sections ul li {
    background: url(https://cactusglobal.com/jp/wp-content/themes/cactus/img/bullets.svg) no-repeat top left;
    background-position: 0 7px;
    line-height: 1.5625;
    padding: 0 0 4px 20px;
    margin-left: 0.5em;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: #666;
}
.freelance .detail-section .container .freelance-sections .small-sub-heading {
    font-weight: 600;
    color: #666;
    margin-bottom: 0.2rem;
}
.freelance .detail-section .container .freelance-sections p {
    color: #666;
}
.freelance .detail-section .container .freelance-sections #accordion {
    margin-top: 1rem;
}
.freelance .freelace-details-section .row {
    margin: 0 auto;
    width: 60%;
    text-align: center;
}
@media (min-width: 568px) and (max-width: 900px) {
    .freelance .freelace-details-section .row {
        width: 100%;
    }
}
@media (max-width: 568px) {
    .freelance .freelace-details-section .row {
        width: 100%;
    }
}
.freelance .privacy p {
    color: #2b2b2b !important;
}
.freelance .privacy .card {
    border: none;
    border-bottom: 1px solid #f3f3f4;
}
.freelance .privacy .card .card-header {
    background: #fff;
    padding: 0;
    border-bottom: none;
}
.freelance .privacy .card .card-header .arrow-down {
    transform: rotate(180deg);
}
.freelance .privacy .card .card-header .form-card .form-card-top {
    border: none;
    margin: 0;
}
.freelance .privacy .card .card-body {
    padding: 0;
}
.freelance .privacy .card .card-body ol {
    padding: 0 1rem;
}
.freelance .privacy .card .collapsed .arrow-down {
    transform: rotate(0);
}
.freelance .privacy .card p {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
@media (max-width: 568px) {
    .freelance .privacy .card p {
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .freelance .privacy .card p {
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }
}
.founders .detail-section {
    padding: 0 !important;
}
@media (max-width: 568px) {
    .founders .detail-section {
        margin-top: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .founders .detail-section {
        margin-top: 0;
    }
}
.founders .detail-section .container {
    padding: 0;
}
@media (max-width: 568px) {
    .founders .detail-section .container {
        padding: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .founders .detail-section .container {
        padding: 0;
    }
}
.founders .detail-section .container p {
    margin-bottom: 2rem;
}
.founders .detail-section .container p:last-child {
    margin-bottom: 0;
}
.founders .detail-section .container h1 {
    font-family: "PT Serif", serif;
    text-align: center;
    margin-bottom: 4rem;
    width: 100%;
}
@media (max-width: 568px) {
    .founders .detail-section .container h1 {
        text-align: left;
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .founders .detail-section .container h1 {
        text-align: left;
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 0;
    }
}
.founders .detail-section .container .image-container {
    padding: 0;
    height: 25rem;
    margin-bottom: 3rem;
}
@media (max-width: 568px) {
    .founders .detail-section .container .image-container {
        padding: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .founders .detail-section .container .image-container {
        padding: 0;
    }
}
.founders .detail-section .container .image-container img {
    height: 100%;
    object-fit: contain;
}
@media (max-width: 568px) {
    .founders .detail-section .container .col-sub-heading {
        padding: 0;
        margin: 0 1.5rem 2rem 1.5rem;
        text-align: left;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .founders .detail-section .container .col-sub-heading {
        padding: 0;
        margin: 0 1.5rem 2rem 1.5rem;
        text-align: left;
    }
}
.founders .detail-section .container .internal-img {
    padding: 0;
    height: 25rem;
    margin: 3rem 0;
}
@media (max-width: 568px) {
    .founders .detail-section .container .internal-img {
        padding: 0;
        padding-top: 3rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .founders .detail-section .container .internal-img {
        padding: 0;
        padding-top: 3rem;
    }
}
.founders .detail-section .container .internal-img img {
    height: 100%;
    object-fit: contain;
}
@media (max-width: 568px) {
    .founders .detail-section .container .contents {
        padding: 0 1.5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .founders .detail-section .container .contents {
        padding: 0 1.5rem;
    }
}
.founders .technical-innovations h2 {
    text-align: center;
    margin-bottom: 4rem;
    width: 100%;
}
.founders .technical-innovations .internal-img {
    margin-top: 0 !important;
}
@media (max-width: 568px) {
    .founders .contact-brand-section .container {
        padding: 4rem 0;
        padding-top: 1rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .founders .contact-brand-section .container {
        padding: 4rem 0;
        padding-top: 1rem;
    }
}
.leadership .opportunities-section {
    margin-top: 0;
}
@media (min-width: 568px) and (max-width: 900px) {
    .leadership .opportunities-section {
        margin-top: 0;
    }
}
@media (max-width: 568px) {
    .leadership .opportunities-section {
        margin-top: 0;
    }
}
.leadership .opportunities-section .container {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}
@media (max-width: 568px) {
    .leadership .opportunities-section .container {
        padding: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .leadership .opportunities-section .container {
        padding: 0;
    }
}
.leadership .opportunities-section .container .row {
    margin: 0;
}
.leadership .opportunities-section .container .opportunities-img {
    height: 30rem;
    padding: 0;
}
@media (min-width: 992px) and (max-width: 1024px) {
    .leadership .opportunities-section .container .opportunities-img {
        height: 25rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .leadership .opportunities-section .container .opportunities-img {
        height: 25rem;
        padding: 0;
    }
}
@media (max-width: 568px) {
    .leadership .opportunities-section .container .opportunities-img {
        height: 15rem;
        padding: 0;
    }
}
.leadership .opportunities-section .container .opportunities-img img {
    object-fit: cover;
    height: 100%;
}
.leadership .opportunities-section .container .content-container {
    align-items: flex-end;
}
@media (min-width: 568px) and (max-width: 900px) {
    .leadership .opportunities-section .container .content-container {
        align-items: flex-start;
    }
}
@media (max-width: 568px) {
    .leadership .opportunities-section .container .content-container {
        align-items: flex-start;
    }
}
.leadership .opportunities-section .container .content {
    width: 90%;
}
@media (min-width: 568px) and (max-width: 900px) {
    .leadership .opportunities-section .container .content {
        width: 100%;
        padding: 1.5rem;
        padding-bottom: 0;
    }
}
@media (max-width: 568px) {
    .leadership .opportunities-section .container .content {
        width: 100%;
        padding: 1.5rem;
        padding-bottom: 0;
    }
}
@media (max-width: 568px) {
    .leadership .opportunities-section .container .content .detail-box {
        margin: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .leadership .opportunities-section .container .content .detail-box {
        margin: 0;
    }
}
@media (max-width: 568px) {
    .leadership .opportunities-section .container .content h2 {
        margin: 2rem 2.5rem 1rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .leadership .opportunities-section .container .content h2 {
        margin: 2rem 2.5rem 1rem;
    }
}
.leadership .leaders-section .container .row {
    margin: 0;
}
.leadership .leaders-section .container .row .section-heading {
    text-align: left;
}
.leadership .leaders-section .container .row .leaders-card {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    padding: 0;
}
@media (max-width: 568px) {
    .leadership .leaders-section .container .row .leaders-card {
        justify-content: space-between;
    }
}
.leadership .leaders-section .container .row .leaders-card .card {
    width: 23%;
    position: relative;
    margin: 0.8rem;
    border: none;
}
@media (max-width: 568px) {
    .leadership .leaders-section .container .row .leaders-card .card {
        width: 47.5%;
        margin: 0;
        margin-bottom: 1rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .leadership .leaders-section .container .row .leaders-card .card {
        width: 46%;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .leadership .leaders-section .container .row .leaders-card .card {
        width: 30.3%;
    }
}
.leadership .leaders-section .container .row .leaders-card .card .card-top {
    height: 27rem;
}
@media (min-width: 992px) and (max-width: 1024px) {
    .leadership .leaders-section .container .row .leaders-card .card .card-top {
        height: 25rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .leadership .leaders-section .container .row .leaders-card .card .card-top {
        height: 25rem;
    }
}
@media (max-width: 568px) {
    .leadership .leaders-section .container .row .leaders-card .card .card-top {
        height: 22rem;
    }
}
.leadership .leaders-section .container .row .leaders-card .card .card-top img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.leadership .leaders-section .container .row .leaders-card .card .card-body {
    position: absolute;
    bottom: 0;
    background: #f7f7f7;
    width: 100%;
    height: 9rem;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
@media (min-width: 901px) {
    .leadership .leaders-section .container .row .leaders-card .card .card-body {
        height: 10rem;
    }
}
@media (min-width: 901px) and (max-width: 991px){
    .leadership .leaders-section .container .row .leaders-card .card .card-body p{
        font-size: 11px !important;
    }
    .leadership .leaders-section .container .row .leaders-card .card .card-body h3{
        font-size: 12px !important;
    }
}


.leadership .leaders-section .container .row .leaders-card .card .card-body h3 {
    font-size: 18px;
    margin-bottom: 0;
}
@media (max-width: 568px) {
    .leadership .leaders-section .container .row .leaders-card .card .card-body h3 {
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .leadership .leaders-section .container .row .leaders-card .card .card-body h3 {
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
    }
}

.leadership .leaders-section .container .row .leaders-card .card .card-body p {
    font-size: 15px !important;
    color: #2b2b2b;
    flex: 1;
    margin-bottom: 0.8rem;
}
@media (min-width: 901px) and (max-width: 1200px) {
    .leadership .leaders-section .container .row .leaders-card .card .card-body p {
        font-size: 11px !important;
    }
}
@media (min-width: 991px) and (max-width: 1200px) {
    .leadership .leaders-section .container .row .leaders-card .card .card-body h3{
        font-size: 14px !important;
        }
}
@media (max-width: 568px) {
    .leadership .leaders-section .container .row .leaders-card .card .card-body p {
        font-size: 10px !important;
        line-height: 14px;
        margin-bottom: 10px;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .leadership .leaders-section .container .row .leaders-card .card .card-body p {
        font-size: 14px !important;
        margin-bottom: 10px;
    }
}
.leadership .leaders-section .container .row .leaders-card .card .card-body .read-more {
    color: #d72027;
    cursor: pointer;
}
.leadership .leaders-section .container .row .leaders-card .card .card-body .read-more img {
    width: 0.8rem;
}
@media (max-width: 568px) {
    .leadership .leaders-section .container .row .leaders-card .card .card-body .read-more img {
        width: 0.5rem;
    }
}
.leadership .leaders-section .container .row .leaders-card .collapse-expended {
    position: absolute;
    background: #fff;
    width: 100%;
    margin-top: 575px;
}
.leadership .leaders-section .container .row .leaders-card .collapse-expended .card-body {
    padding-top: 0;
    padding-bottom: 3rem;
}
.leadership .leaders-section .container .row .leaders-card .collapse-expended .card-body hr {
    margin-top: 0;
    width: 10%;
    border-top: 2px solid #d72027;
}
@media (max-width: 568px) {
    .leadership .leaders-section .container .row .leaders-card .collapse-expended .card-body hr {
        width: 20%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .leadership .leaders-section .container .row .leaders-card .collapse-expended .card-body hr {
        width: 15%;
    }
}
.leadership .leaders-section .container .row .leaders-card .collapse-expended .card-body .detail .name {
    display: flex;
    align-items: center;
}
.leadership .leaders-section .container .row .leaders-card .collapse-expended .card-body .detail .name h2 {
    margin: 0;
}
.leadership .leaders-section .container .row .leaders-card .collapse-expended .card-body .detail .name .leadership_linkedin {
    margin-left: 1rem;
    width: 2rem;
}
.leadership .leaders-section .container .row .leaders-card .collapse-expended .card-body .detail .red-cta {
    padding: 0.4rem 3.6rem;
}
.leadership .leaders-section .container .row .leaders-card .collapse-expended .card-body .detail .about-leader {
    margin-top: 1rem;
    margin-bottom: 0;
}
.leadership .leaders-section .container .row .leaders-card .collapse-expended .card-body .detail .view-less {
    float: right;
    margin-top: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 130.3%;
    color: #d72027;
    display: flex;
    cursor: pointer;
}
.leadership .leaders-section .container .row .leaders-card .collapse-expended .card-body .detail .view-less img {
    width: 0.8rem;
    transform: rotate(180deg);
    margin-left: 1rem;
}
.leadership .leaders-section .container .row .leaders-card .inactive {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
@media (min-width: 568px) and (max-width: 900px) {
    .events .banner-section .main-col {
        height: 17rem;
    }
}
.events .tranding-section .container .row {
    margin: 0;
}
.events .tranding-section .container .row .section-heading {
    text-align: left;
}
.events .tranding-section .container .row .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.events .tranding-section .container .row .cards .update_card {
    flex-direction: column;
    margin-top: 0;
    width: 45%;
    margin-bottom: 3rem;
}
@media (max-width: 568px) {
    .events .tranding-section .container .row .cards .update_card {
        width: 100%;
    }
}
.events .tranding-section .container .row .cards .update_card picture {
    width: 100%;
}
.events .tranding-section .container .row .cards .update_card .card-body .info .card_logo {
    width: 8rem;
    margin: 1.5rem 0;
}
.events .tranding-section .container .row .cards .update_card .card-body .info .card_sub_heading {
    color: #333;
    font-size: 18px;
}
.events .tranding-section .container .row .cards .update_card .card-body .footer {
    flex-direction: column;
    align-items: flex-start;
}
.events .tranding-section .container .row .cards .update_card .card-body .footer img {
    width: 1rem;
    margin: 0.5rem 0;
    margin-right: 0.5rem;
}
.events .tranding-section .container .row .cards .update_card .card-body .card-details {
    margin-top: 0.5rem;
}
@media (max-width: 568px) {
    .events .tranding-section .container .row .cards .update_card .card-body .card-details {
        display: block;
    }
}
@media (max-width: 568px) {
    .events .tranding-section .container .row .cards .update_card:last-child {
        margin-bottom: 0;
    }
}
.contractual .banner-section {
    position: relative;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.contractual .banner-section .banner_image {
    padding: 0;
    height: 70vh;
}
@media (max-width: 568px) {
    .contractual .banner-section .banner_image {
        height: 20rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .contractual .banner-section .banner_image {
        height: 20rem;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .contractual .banner-section .banner_image {
        height: 25rem;
    }
}
.contractual .banner-section .banner_image img {
    object-fit: cover;
    height: 100%;
}
@media (max-width: 568px) {
    .contractual .banner-section .banner_image img {
        height: 20rem;
        object-fit: cover;
    }
}
.contractual .banner-section .banner_image::after {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 38.25%, #000 140.13%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contractual .banner-section .card-content {
    position: absolute;
    bottom: 10%;
    left: 8%;
    z-index: 1;
    width: 30%;
}
@media (max-width: 568px) {
    .contractual .banner-section .card-content {
        width: 70%;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .contractual .banner-section .card-content {
        width: 40%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .contractual .banner-section .card-content {
        width: 60%;
    }
}
.contractual .banner-section .card-content h1 {
    color: #fff;
    margin-bottom: 1rem;
}
.contractual .banner-section .card-content p {
    color: #fff;
    margin-bottom: 2rem;
}
.contractual .work_vedio_section .container {
    padding: 0 0;
}
@media (max-width: 568px) {
    .contractual .work_vedio_section .container {
        padding: 2rem 0;
        padding-bottom: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .contractual .work_vedio_section .container {
        padding: 2rem 0;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .contractual .work_vedio_section .container {
        padding: 4rem 0;
    }
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.contractual .work_vedio_section .custom-seekbar {
    cursor: pointer;
    height: 3px;
    background-color: #d9d7d7;
    overflow: hidden;
    position: relative;
    border-radius: 2rem;
}
.contractual .work_vedio_section .custom-seekbar span {
    background-color: #d72027;
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    border-radius: 2rem;
    transition: width 0.3s ease-in;
}
.contractual .work_vedio_section .as-console-wrapper {
    display: none !important;
}
.contractual .work_vedio_section .tab-content {
    min-height: 32rem;
}
@media (max-width: 568px) {
    .contractual .work_vedio_section .tab-content {
        min-height: 13rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .contractual .work_vedio_section .tab-content {
        min-height: 13.5rem;
    }
}
@media (min-width: 400px) and (max-width: 600px) {
    .contractual .work_vedio_section .tab-content {
        min-height: 16rem;
    }
}
.contractual .work_vedio_section .tab-content .tab-pane {
    width: 85%;
    margin: 0 auto;
    -webkit-animation: 0.5s ease 0s normal forwards 1 fadein;
    animation: 0.5s ease 0s normal forwards 1 fadein;
}
@media (max-width: 568px) {
    .contractual .work_vedio_section .tab-content .tab-pane {
        width: 100%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .contractual .work_vedio_section .tab-content .tab-pane {
        width: 100%;
    }
}
.contractual .work_vedio_section .offering-card {
    padding: 0;
}
.contractual .work_vedio_section .offering-card iframe {
    width: 100%;
    height: 32rem;
    object-fit: cover;
}
@media (max-width: 568px) {
    .contractual .work_vedio_section .offering-card iframe {
        height: 13rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .contractual .work_vedio_section .offering-card iframe {
        height: 13.5rem;
    }
}
@media (min-width: 400px) and (max-width: 600px) {
    .contractual .work_vedio_section .offering-card iframe {
        height: 16rem;
    }
}
.contractual .work_vedio_section .offering-card iframe source {
    width: 100%;
    height: auto;
}
.contractual .work_vedio_section .nav-pills {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}
@media (max-width: 568px) {
    .contractual .work_vedio_section .nav-pills {
        width: 100%;
        flex-direction: column;
        padding: 0 1.5rem;
        margin-bottom: 2rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .contractual .work_vedio_section .nav-pills {
        width: 100%;
        flex-direction: column;
        padding: 0 1.5rem;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .contractual .work_vedio_section .nav-pills {
        width: 95%;
    }
}
.contractual .work_vedio_section .nav-pills .nav-item {
    width: 30%;
}
@media (max-width: 568px) {
    .contractual .work_vedio_section .nav-pills .nav-item {
        width: 100%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .contractual .work_vedio_section .nav-pills .nav-item {
        width: 100%;
    }
}
.contractual .work_vedio_section .nav-pills .nav-item .nav-link {
    border-bottom: none !important;
    text-align: left;
}
@media (max-width: 568px) {
    .contractual .work_vedio_section .nav-pills .nav-item .nav-link {
        padding: 1rem 0;
        text-align: center;
    }
}
.contractual .work_vedio_section .nav-pills .nav-item .active::after {
    display: none !important;
}
.contractual .client-section {
    padding: 3rem 0;
}
.contractual .recognition-section {
    padding: 0;
}
.contractual .recognition-section .carousel-wrap {
    width: 100%;
}
@media (max-width: 568px) {
    .contractual .recognition-section .carousel-wrap .item {
        padding: 0 0 1rem 0 !important;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .contractual .recognition-section .carousel-wrap .item {
        padding: 0 0 1rem 0 !important;
    }
}
.contractual .recognition-section .carousel-wrap .item img {
    width: 100% !important;
}
@media (max-width: 568px) {
    .contractual .offering-card .content:last-child {
        border-bottom: none !important;
        padding-bottom: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .contractual .offering-card .content:last-child {
        border-bottom: none !important;
        padding-bottom: 0;
    }
}
.contractual .modal .modal-dialog {
    max-width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
@media (min-width: 992px) and (max-width: 1024px) {
    .contractual .modal .modal-dialog {
        max-width: 70%;
        width: 100%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .contractual .modal .modal-dialog {
        max-width: 80%;
        width: 100%;
    }
}
@media (max-width: 568px) {
    .contractual .modal .modal-dialog {
        max-width: 90%;
        width: 100%;
    }
}
.contractual .modal .modal-dialog .close_btn {
    position: absolute;
    right: 3rem;
    top: 3rem;
    z-index: 1;
    cursor: pointer;
}
@media (max-width: 568px) {
    .contractual .modal .modal-dialog .close_btn {
        right: 1.5rem;
        top: 1.5rem;
        width: 1rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .contractual .modal .modal-dialog .close_btn {
        right: 2.5rem;
        top: 2.5rem;
        width: 1rem;
    }
}
.contractual .modal .modal-dialog .modal-body {
    padding: 6rem;
}
@media (min-width: 992px) and (max-width: 1024px) {
    .contractual .modal .modal-dialog .modal-body {
        padding: 5rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .contractual .modal .modal-dialog .modal-body {
        padding: 5rem;
    }
}
@media (max-width: 568px) {
    .contractual .modal .modal-dialog .modal-body {
        padding: 2rem;
    }
}
.contractual .modal .modal-dialog .modal-body h2 {
    margin-bottom: 2rem;
}
@media (max-width: 568px) {
    .contractual .modal .modal-dialog .modal-body h2 {
        margin-bottom: 1rem;
    }
}
.contractual .modal .modal-dialog .modal-body p {
    width: 60%;
    margin: auto;
    text-align: center;
}
@media (max-width: 568px) {
    .contractual .modal .modal-dialog .modal-body p {
        width: 90%;
    }
}
.contractual .modal .modal-dialog .modal-body .link-box {
    width: 100%;
    padding: 1.2rem;
    background: #f7f7f7;
    margin-top: 1.85rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
@media (max-width: 568px) {
    .contractual .modal .modal-dialog .modal-body .link-box {
        font-size: 12px;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .contractual .modal .modal-dialog .modal-body .link-box {
        font-size: 12px;
    }
}
.contractual .modal .modal-dialog .modal-body .link-box:hover {
    box-sizing: border-box;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
.contractual .modal .modal-dialog .modal-body .link-box img {
    width: auto;
    margin-right: 3rem;
    transition: 0.2s ease-out all 0.1s;
}
@media (max-width: 568px) {
    .contractual .modal .modal-dialog .modal-body .link-box img {
        margin-right: 1rem;
    }
}
.contractual .modal .modal-dialog .modal-body .link-box:hover {
    color: #2b2b2b;
}
.contractual .modal .modal-dialog .modal-body .link-box:hover img {
    margin-right: 2rem;
}
.fulltime .row {
    margin: 0;
}
.fulltime .banner-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fulltime .sub-pages {
    padding: 0;
}
.fulltime .sub-pages .reason-section .offering-card {
    padding-bottom: 0;
}
@media (min-width: 568px) and (max-width: 900px) {
    .fulltime .sub-pages .reason-section .offering-card {
        padding: 0 1.5rem 3rem;
    }
}
.fulltime .sub-pages .reason-section .offering-card .container {
    padding: 0;
}
.fulltime .sub-pages .fulltime_tabs .academic_services_offer .offering-card .content .section-heading {
    width: 100%;
    margin: 0 0 1rem 0;
    text-align: left;
}
.fulltime .sub-pages .fulltime_tabs .academic_services_offer .offering-card .content .card-heading {
    padding-bottom: 0;
}
.fulltime .sub-pages .tab-content {
    padding: 0;
}
.fulltime .tab-content section {
    padding: 0 4rem;
}
@media (min-width: 568px) and (max-width: 900px) {
    .fulltime .tab-content section {
        padding: 0;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .fulltime .tab-content section {
        padding: 0 2rem;
    }
}
.fulltime .cactus-life .carousel-wrap {
    width: 90%;
}
@media (max-width: 568px) {
    .fulltime .cactus-life .carousel-wrap {
        width: 80%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .fulltime .cactus-life .carousel-wrap {
        width: 80%;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .fulltime .cactus-life .carousel-wrap {
        width: 100%;
    }
}
.fulltime .cactus-life .carousel-wrap .item {
    display: block !important;
    padding: 0 !important;
}
.fulltime .cactus-life .carousel-wrap .item h3 {
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 0;
}
@media (max-width: 568px) {
    .fulltime .cactus-life .carousel-wrap .item h3 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}
.fulltime .cactus-life iframe {
    width: 100% !important;
    height: 32rem;
    object-fit: cover;
}
@media (max-width: 568px) {
    .fulltime .cactus-life iframe {
        height: 13rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .fulltime .cactus-life iframe {
        height: 13.5rem;
    }
}
@media (min-width: 400px) and (max-width: 600px) {
    .fulltime .cactus-life iframe {
        height: 16rem;
    }
}
.fulltime .cactus-life iframe source {
    width: 100%;
    height: auto;
}
.fulltime .recognition-section .carousel-wrap {
    width: 90%;
}
@media (max-width: 568px) {
    .fulltime .recognition-section .carousel-wrap {
        width: 80%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .fulltime .recognition-section .carousel-wrap {
        width: 80%;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .fulltime .recognition-section .carousel-wrap {
        width: 100%;
    }
}
.fulltime .recognition-section .carousel-wrap .item {
    display: block !important;
    padding: 0 !important;
    width: 95%;
    margin: auto;
}
.fulltime .recognition-section .carousel-wrap .item h3 {
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 0;
}
@media (max-width: 568px) {
    .fulltime .recognition-section .carousel-wrap .item h3 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}
.fulltime .recognition-section .carousel-wrap .owl-prev {
    position: absolute;
    top: 50%;
    left: -1%;
    transform: translate(-50%, -50%);
}
@media (max-width: 568px) {
    .fulltime .recognition-section .carousel-wrap .owl-prev {
        left: -6%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .fulltime .recognition-section .carousel-wrap .owl-prev {
        left: -8%;
    }
}
.fulltime .recognition-section .carousel-wrap .owl-prev img {
    max-width: 1rem;
}
.fulltime .recognition-section .carousel-wrap .owl-next {
    position: absolute;
    top: 50%;
    right: -2.5%;
    transform: translate(-50%, -50%) rotate(180deg);
}
@media (max-width: 568px) {
    .fulltime .recognition-section .carousel-wrap .owl-next {
        right: -10.5%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .fulltime .recognition-section .carousel-wrap .owl-next {
        right: -11%;
    }
}
.fulltime .recognition-section .carousel-wrap .owl-next img {
    max-width: 1rem;
}
.fulltime .offering-section .container {
    padding: 0;
}
.fulltime .mobile-form .life_cactus_section {
    padding: 0;
}
.fulltime .mobile-form .life_cactus_section .container {
    padding: 0 1.5rem;
}
.fulltime .mobile-form .impact-work .container {
    padding: 0 1.5rem;
}
.fulltime .mobile-form .client_section_mob .container {
    padding: 0 !important;
}
.fulltime .mobile-form .offering-card {
    padding: 0 1.5rem;
}
.fulltime .mobile-form .cactus-life .container {
    padding: 3rem 0;
}
.fulltime .mobile-form .cactus-life .container .carousel-wrap {
    width: 100%;
}
.fulltime .recognition-section {
    margin-bottom: 8.75rem;
}
@media (min-width: 568px) and (max-width: 900px) {
    .fulltime .recognition-section {
        margin-bottom: 4.75rem;
    }
}
@media (max-width: 568px) {
    .fulltime .recognition-section {
        margin-bottom: 4.75rem;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .fulltime .recognition-section {
        margin-bottom: 5.75rem;
    }
}
.eco_inner section {
    margin-top: 8.75rem;
}
.eco_inner .content-section {
    margin-top: 3rem !important;
}
.eco_inner .content-text {
    margin-bottom: 3rem;
}
.eco_inner .ecosystem {
    margin-bottom: 2rem;
}
.eco_inner .ecosystem .all_segments {
    visibility: hidden;
}
.eco_inner .ecosystem .line_animation {
    visibility: visible;
    stroke-dasharray: 1353px;
    stroke-dashoffset: 0;
    animation: move 4s linear, ease-in;
}
@keyframes move {
    0% {
        stroke-dashoffset: 1353px;
    }
}
.jobs .place-banner h3 {
    position: absolute;
    bottom: 50px;
    left: 100px;
    color: #fff;
}
@media (max-width: 568px) {
    .jobs .place-banner h3 {
        bottom: 10px;
        left: 20px;
    }
}
.jobs .life .first_head .section-heading {
    text-align: left;
}
.jobs .life .first_head .section-content {
    text-align: left;
    width: 100%;
    margin-bottom: 4rem;
}
@media (max-width: 568px) {
    .jobs .life .first_head .section-content {
        margin-bottom: 2rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .jobs .life .first_head .section-content {
        margin-bottom: 2rem;
    }
}
.jobs .life .head {
    width: 60%;
    margin: 0 auto;
}
@media (max-width: 568px) {
    .jobs .life .head {
        width: 90%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .jobs .life .head {
        width: 90%;
    }
}
.jobs .life .life-card h3 {
    margin-top: 1rem;
}
.jobs .knowledge-section {
    background: #fff;
}
.jobs .knowledge-section .content-container {
    background: #fff !important;
}
.jobs .diversity-section {
    margin-top: 8.75rem !important;
}
@media (max-width: 568px) {
    .jobs .diversity-section {
        margin: 2rem 0 !important;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .jobs .diversity-section {
        margin: 2rem 0 !important;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .jobs .diversity-section {
        margin: 4rem 0 !important;
    }
}
@media (max-width: 568px) {
    .jobs .diversity-section .banner_image img {
        height: 35rem !important;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .jobs .diversity-section .banner_image img {
        height: 35rem !important;
    }
}
.jobs .diversity-section .banner_image .card-content {
    left: 4rem !important;
    width: 40%;
}
.jobs .diversity-section .banner_image .card-content h2 {
    color: #f7f7f7;
}
@media (max-width: 568px) {
    .jobs .diversity-section .banner_image .card-content {
        left: 1.5rem !important;
        width: 80%;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .jobs .diversity-section .banner_image .card-content {
        left: 1.5rem !important;
        width: 80%;
    }
}
.jobs .diversity-section .banner_image .card-content p {
    color: #fff;
    margin-bottom: 2rem;
}
.newsroom .card-date {
    font-size: 12px;
    font-weight: 700;
}
.newsroom .new-card-section .container .press_card picture,
.newsroom .new-card-section .container .story_card picture {
    width: 100%;
    max-width: 100%;
}
.newsroom .new-card-section .container .press_card .card-body,
.newsroom .new-card-section .container .story_card .card-body {
    padding: 3rem 2rem;
}
@media (max-width: 568px) {
    .newsroom .new-card-section .container .press_card .card-body,
    .newsroom .new-card-section .container .story_card .card-body {
        padding: 1.5rem 1rem;
    }
}
.newsroom .new-card-section .container .press_card .card-body .info,
.newsroom .new-card-section .container .story_card .card-body .info {
    width: 75%;
    max-width: 75%;
}
@media (max-width: 568px) {
    .newsroom .new-card-section .container .press_card .card-body .info,
    .newsroom .new-card-section .container .story_card .card-body .info {
        width: 100%;
        max-width: 100%;
    }
}
.newsroom .feature-author-section .container {
    padding-top: 0;
    padding-bottom: 0;
}
@media (max-width: 568px) {
    .newsroom .feature-author-section .container {
        padding: 0;
    }
}
.newsroom .feature-author-section .container .section-heading {
    text-align: left;
}
@media (max-width: 568px) {
    .newsroom .feature-author-section .container .section-heading {
        padding: 0 1.5rem;
    }
}
@media (max-width: 568px) {
    .newsroom .feature-author-section .container .authors-tab {
        overflow: scroll;
    }
}
.newsroom .feature-author-section .container .authors-tab .feature_authors {
    width: 100%;
    padding: 1rem 1.5rem;
}
@media (max-width: 568px) {
    .newsroom .feature-author-section .container .authors-tab .feature_authors {
        width: 58rem;
    }
}
.newsroom .feature-author-section .container .authors-tab .feature_authors .authors img {
    width: 3rem;
    object-fit: cover;
    height: 3rem;
    border-radius: 50%;
    margin-right: 0.8rem;
}
.newsroom .feature-author-section .container .authors-tab .feature_authors .authors p {
    margin-bottom: 0;
}
@media (min-width: 568px) and (max-width: 900px) {
    .newsroom .new-card-section .press_card,
    .newsroom .new-card-section .story_card {
        flex-direction: row !important;
    }
}
.newsroom .news-section .row {
    flex-direction: row;
}
@media (min-width: 568px) and (max-width: 900px) {
    .newsroom .news-section .press_card,
    .newsroom .news-section .story_card {
        flex-direction: column !important;
    }
}
.newsroom .pagination .page-link {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #808184;
    font-size: 1.25rem;
    line-height: 36px;
    border: 0;
    padding: 0.5rem;
}
.newsroom .pagination .page-link.active {
    font-weight: 700;
    color: red;
}
.newsroom .pagination .page-link:focus {
    outline: 0;
    border: 0;
}
.newsroom .pagination .page-link i {
    color: #c6322d;
}
.newsroom .pagination .numbers {
    padding: 0.5rem 1rem;
}
.newsroom .wrapper-dropdown-3 {
    min-width: 8rem;
    width: 8rem;
    position: relative;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    outline: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    padding-bottom: 0;
}
@media (max-width: 568px) {
    .newsroom .wrapper-dropdown-3 {
        min-width: 7rem;
        width: 7rem;
        padding-bottom: 10px;
    }
}
.newsroom .wrapper-dropdown-3::after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    top: 64%;
    transform: translate(-50%, -50%);
}
@media (max-width: 568px) {
    .newsroom .wrapper-dropdown-3::after {
        top: 50%;
    }
}
.newsroom .wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}
.newsroom .wrapper-dropdown-3 .dropdown {
    width: 100%;
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: inherit;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    list-style: none;
    opacity: 0;
    pointer-events: none;
    border: 1px solid #e5e5e5;
    z-index: 10;
}
.newsroom .wrapper-dropdown-3 .dropdown::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}
.newsroom .wrapper-dropdown-3 .dropdown::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1) transparent;
}
.newsroom .wrapper-dropdown-3 .dropdown li a {
    background: #fff;
    display: block;
    padding: 10px;
    font-size: 0.875rem;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #e6e8ea;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.newsroom .wrapper-dropdown-3 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}
.newsroom .wrapper-dropdown-3 .dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;
}
.newsroom .wrapper-dropdown-3 .dropdown li:hover a {
    background: #f3f8f8;
}
.newsroom #dd_1 {
    min-width: 8rem;
    width: 8rem;
}
.newsroom .no-opacity .wrapper-dropdown-3 .dropdown,
.newsroom .no-pointerevents .wrapper-dropdown-3 .dropdown {
    display: none;
    opacity: 1;
    pointer-events: auto;
}
.newsroom .no-opacity .wrapper-dropdown-3.active .dropdown,
.newsroom .no-pointerevents .wrapper-dropdown-3.active .dropdown {
    display: block;
}
.newsroom .newsroom_inner_banner {
    margin-top: 0 !important;
}
.newsroom .event_blog_section .event_brand_img {
    width: 10rem;
}
.newsroom .date {
    margin-bottom: 0.5rem;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.newsroom .date .date_img {
    width: 0.8rem;
    margin-right: 0.8rem;
}
.newsroom .location {
    font-size: 12px;
    display: flex;
    align-items: center;
}
.newsroom .location .location_img {
    width: 0.8rem;
    margin-right: 0.8rem;
}
@media (max-width: 568px) {
    .newsroom .dropdown-newsroom {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 568px) {
    .newsroom .dropdown-newsroom .wrapper-demo {
        width: 100%;
    }
}
@media (max-width: 568px) {
    .newsroom .dropdown-newsroom .wrapper-demo .wrapper {
        max-width: 100%;
        width: 100%;
    }
}
@media (max-width: 568px) {
    .newsroom .dropdown-newsroom .wrapper-demo #dd_1 {
        max-width: 100%;
        width: 100%;
    }
}
.newsroom .newsroom_inner_page_details img {
    width: auto;
    margin-bottom: 1rem;
	height: auto;
}
.newsroom .search-box-dropdown {
    flex-direction: column;
    align-items: flex-end;
}
@media (min-width: 568px) and (max-width: 900px) {
    .newsroom .search-box-dropdown {
        align-items: flex-start;
    }
}
@media (max-width: 568px) {
    .newsroom .search-box-dropdown {
        align-items: flex-start;
    }
}
.newsroom .search-box-dropdown .wrapper-demo {
    margin-left: 2rem;
}
@media (min-width: 568px) and (max-width: 900px) {
    .newsroom .search-box-dropdown .wrapper-demo {
        margin-left: 0;
        margin-right: 1rem;
    }
}
@media (max-width: 568px) {
    .newsroom .search-box-dropdown .wrapper-demo {
        margin-left: 0;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .newsroom .search-box-dropdown .search_box {
        margin-bottom: 1.5rem;
        margin-top: 1rem;
    }
}
.publications .contact-form .nav-pills {
    margin-bottom: 3rem;
}
.publications .contact-form .nav-pills .nav-item {
    width: 18%;
}
.publications .banner-section {
    margin-top: 0 !important;
}
@media (max-width: 568px) {
    .publications .publictation_searchbox {
        display: flex;
        flex-direction: column;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .publications .publictation_searchbox {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 568px) {
    .publications .publictation_searchbox h2 {
        margin-bottom: 1rem !important;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .publications .publictation_searchbox h2 {
        margin-bottom: 1rem !important;
    }
}
@media (max-width: 568px) {
    .publications .publictation_searchbox .search_box {
        margin-bottom: 1rem;
    }
    .event_inner .event_blog_section p iframe {
        max-width: 100%;
    }
    .event_inner .banner-section .main-col img {
        height: 14rem !important;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .publications .publictation_searchbox .search_box {
        margin-bottom: 1rem;
    }
}
.event_inner .banner-section .main-col img {
    width: 100% !important;
}
@media (max-width: 568px) {
    header .navbar .navbar-collapse #nav-container ul li {
        margin-left: 0rem;
    }
    header .navbar .navbar-collapse #nav-container ul .contact img {
        width: 1.5rem;
    }
}
.sdg .banner-section .row,
.brands .banner-section .row,
.cactus_foundation .banner-section .row {
    margin: 0rem;
}
.cta.filter_cat {
    cursor: pointer;
}
.jobs .jobs-top-section,
.jobs .jobs-banner-section {
    margin-top: 4rem;
}
.contractual .recognition-section .carousel-wrap .item img {
    width: 100%;
    height: 32rem;
    object-fit: cover;
}
@media (max-width: 568px) {
    .contractual .recognition-section .carousel-wrap .item img {
        height: 13rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .contractual .recognition-section .carousel-wrap .item img {
        height: 13.5rem;
    }
}
@media (min-width: 400px) and (max-width: 600px) {
    .contractual .recognition-section .carousel-wrap .item img {
        height: 16rem;
    }
}
.brand-details-page .client-section .section-heading {
    margin-bottom: 1.5rem;
}
.work_vedio_section .nav-pills .active .custom-seekbar {
    background-color: #d72027;
}
.work_vedio_section .nav-pills .active .nav-link {
    color: #333;
    font-weight: 700;
}
.work_vedio_section .nav-pills .nav-item {
    margin: 0 !important;
}
.work_vedio_section #player1 {
    width: 100% !important;
    height: 32rem !important;
}
@media (max-width: 568px) {
    .work_vedio_section #player1 {
        height: 14rem !important;
    }
}
.work_vedio_section .nav-pills .nav-item .nav-link.active {
    color: #212529 !important;
    font-weight: 400 !important;
}
.contractual .work_vedio_section .nav-pills .nav-item .nav-link {
    color: inherit;
    padding: 1rem 0rem;
}
.work_vedio_section .nav-pills .nav-item.active .nav-link.active {
    font-weight: bold !important;
}
.contractual.brand-details-page .client-section .carousel-wrap .owl-dots {
    text-align: center;
    padding-top: 0;
}
.contractual.brand-details-page .client-section .container {
    padding: 0 4rem;
}
.contractual.brand-details-page .client-section .carousel-wrap .owl-carousel .item .client-detail {
    padding: 1rem 3rem;
}
.jobs .life .life-card picture img {
    object-fit: cover;
    height: 14rem;
}
@media (min-width: 992px) and (max-width: 1024px) {
    .jobs .life .life-card picture img {
        height: 10rem;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .jobs .life .life-card picture img {
        height: 12rem;
    }
}
@media (max-width: 568px) {
    .jobs .life .life-card picture img {
        height: 12rem;
    }
}
.slider-life {
    position: relative;
}
.slider-life iframe {
    height: 35rem !important;
    width: 100%;
}
@media (max-width: 568px) {
    .slider-life iframe {
        height: 25rem !important;
        width: 100% !important;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .slider-life iframe {
        height: 25rem !important;
        width: 100% !important;
    }
}
.slider-life .slick-arrow {
    position: absolute;
    top: 50%;
    max-width: 1rem;
    cursor: pointer;
}
@media (max-width: 568px) {
    .slider-life .slick-arrow {
        display: none !important;
    }
}
@media (min-width: 568px) and (max-width: 900px) {
    .slider-life .slick-arrow {
        display: none !important;
    }
}
.slider-life .slick-next {
    right: -6%;
    transform: translate(-50%, -50%) rotate(180deg);
}
.slider-life .slick-prev {
    left: -5%;
    transform: translate(-50%, -50%);
}
.slider-life .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    list-style-type: none;
}
.slider-life .slick-dots li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #808184;
    margin: 0 0.8rem;
    cursor: pointer;
}
.slider-life .slick-dots li button {
    display: none;
}
.slider-life .slick-dots .slick-active {
    background-color: #d72027;
}
.fulltime .client-section .container {
    padding: 3rem 4rem !important;
}
.contractual .modal .modal-dialog .modal-body .link-box {
    position: relative;
    padding-right: 5rem;
}
.contractual .modal .modal-dialog .modal-body .link-box img {
    right: 0;
    position: absolute;
}
.fulltime .mobile-form .cactus-life .container {
    padding: 3rem 0 !important;
}
@media (max-width: 1080px) and (min-width: 950px) {
    header .navbar .navbar-collapse {
        width: 90% !important;
    }
    header .navbar .navbar-collapse #nav-container ul li{
        text-align: left;
        width: max-content;
    }
    header .navbar .navbar-collapse #nav-container {
        width: 82%;
    }
}

@media (max-width: 1367px) and (min-width: 1081px) {
    header .navbar .navbar-collapse #nav-container ul li{
        text-align: left;
        width: auto !important;
    }
    header .navbar .navbar-collapse #nav-container {
        width: 92% !important;
    }
}

@media (min-width: 1367px) and (max-width: 1445px){
    header .navbar .navbar-collapse #nav-container{
        width: 76%
    }
}


@media (max-width: 900px) and (min-width: 570px) {
    header .navbar .navbar-collapse #nav-container ul li {
        width: 97%;
        margin-left: 0;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .corporate .brand-section .partner-cards .flex-center {
        height: 6.5rem !important;
        width: 6.5rem;
    }
}
.m-head {
    /*width: 12rem !important;*/
}
@media (max-width: 900px) and (min-width: 568px) {
    .m-head {
        width: 97% !important;
    }
}
@media (max-width: 568px) {
    .m-head {
        width: 98% !important;
    }
}
@media (max-width: 900px) and (min-width: 568px) {
    .history .history-timeline .container {
        max-width: 85%;
        margin-top: 10%;
    }
    #fp-nav.fp-right {
        right: 24%;
    }
    .home .brand-section .content .detail-box {
        margin: 1.5rem 1.5rem 3rem;
    }
}
@media (max-width: 1200px) and (min-width: 900px) {
    .history .history-timeline .container {
        max-width: 85%;
        margin-top: 10%;
    }
    #fp-nav.fp-right {
        right: 18%;
    }
}
.award-card .award-cardbody .detail-box p em i {
    font-style: normal;
}
.home .banner-section .main-col .banner-card .card-content h1 {
    font-size: 2rem;
}
.content-text {
    font-size: 1rem;
}
.content-container .content .detail-box p {
    font-size: 1rem;
}
section p {
    font-size: 1rem !important;
}
.update-section p.card-details {
    font-size: 0.85rem !important;
    font-weight: 400;
    padding-left: 0.5rem;
}

.home .anniversary-card{
	display:block;
	margin: 0 auto;
}
.home .banner-section .main-col .anniversary-card-content {
    max-width: 100%;
    position: absolute;
    display: flex;
    top: -90px;
    background-color: #f7f7f7;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 21%);
    padding: 20px 35px;
    width: 100%;
	z-index:19;
}
.anniversary-card-content .col-lg-3, .anniversary-card-content .col-lg-2, .anniversary-card-content .col-lg-7, .anniversary-card-content-mobile .col-md-3 {
    padding: 0;
	align-self:center;
}

.anniversary-card-content .anniversary-content {
    font-size: .875rem;
	line-height: 140.3%;
	color:#808184;
	margin-left: 30px;
    margin-bottom: 7px;
}

.anniversary-card-content .anniversary-content-tagline{
	line-height: 140.3%;
	color:#808184;
	margin-left: 30px;
    margin-bottom: 7px;
	text-align:left;
}

.anniversary-content-tagline h3{
	margin-bottom:0;
	font-family:"PT Serif",serif;
	font-size: 40px;
	line-height:55px;
}

.anniversary-card-content .read-more{
    text-decoration: underline;
    justify-content: center;
    position: relative;
    bottom: -25px;
	font-size:14px;
}

#bannerBgVideo{
	width:100%;
	height:581px;
	object-fit:cover;
	margin-top:-384px;
}

.banner-bg-overlay{
    background: rgb(0 0 0 / 45%);
    position: absolute;
    width: 100%;
    height: 583px;
    top: 0;
}

.home .banner-section .banner-play-icon{
	display:block;
	margin:0 auto;
}

.home .banner-section .banner-play-icon .banner-play{
	position:absolute;
	width:72px;
	margin-top:40px;
	z-index:999;
}

.modal-video-body{
	max-width:95% !important;
}

.modal-video-inner{
	max-width:95% !important;
	padding:10px 10px;
}

.home .banner-section .banner-title-box, .home .banner-section .banner-subtitle-box{
	display:block;
	margin: 0 auto;
}

.home .banner-section .banner-title{
    color: #fff;
    position: relative;
    font-size: 40px;
	padding: 0 10px;
	text-align:center;
	margin-top: 180px;
    line-height: 52px;
    font-family: 'PT Serif';
    font-weight: bold;
    letter-spacing: 0.8px;
}

.home .banner-section .banner-subtitle {
	color: #fff;
    position: relative;
    font-size: 20px;
	margin-top: 35px;
	text-align:center;
    line-height: 27px;
    font-family: 'Open Sans';
    font-weight: normal;
}

.home .banner-section .banner-subtitle div:last-child{
	margin-top:10px;
}
@media (max-width: 568px){
	.about .banner-section .main-col .banner-card .card-content{
		position:unset;
	}
	
	.home .banner-section .main-col .banner-card .anniversary-card-content-mobile {
    width: 90%;
    margin-left: 1.2rem;
    position: absolute;
    bottom: 220px;
    padding: 1rem;
    display: flex;
    background-color: #f7f7f7;
    margin-bottom: 1rem;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 21%);
}
	
	.anniversary-logo-img {
		width: 50%;
		overflow-wrap: anywhere;
		float: center;
		padding: 0 15px 0 0;
	}
	.anniversary-card-content .anniversary-logo{
		line-height:140.3%;
		text-align:center;
		margin-bottom:30px;
	}
	.anniversary-card-content-mobile .anniversary-logo span{
		line-height: 140.3%;
    	color: #808184;
		font-size: .875rem;
	}
	.anniversary-card-content-mobile .anniversary-logo span h3{
		margin-bottom:0;
	}
	.jobs .col.impact-details.mb-lg-0.mb-md-4.mb-4 {
		margin-bottom: 30px !important;
		display: flex;
		flex: none;
	}
	
	#bannerBgVideo{
		height:478px;
		margin-top:-3px;
}

.banner-bg-overlay{
    height: 478px;
}

.home .banner-section .banner-title{
    color: #fff;
    position: absolute;
    font-size: 22px !important;
	padding: 0 10px !important;
	text-align:center;
	margin-top: 130px !important;
    line-height: 29px !important;
    letter-spacing: 0.48px !important;
}
	.home .banner-section .banner-play-icon{
		display:flex;
		justify-content:center;
	}
	.home .banner-section .banner-play-icon .banner-play{
		margin-top:195px;
		width:57px;
	}

.home .banner-section .banner-subtitle {
	color: #fff;
    position: absolute;
    font-size: 14px;
	margin-top: 260px;
	text-align:center;
    line-height: 19px;
    font-family: 'Open Sans';
    font-weight: normal;
}

.home .banner-section .banner-subtitle div:last-child{
	margin-top:10px;
	font-size:18px;
	line-height:23px;
}
	
	 .anniversary-card-content{
		display:flex;
		flex-direction:column;
		bottom:25px;
		width:100% !important;
		margin-top:2rem !important;
		margin-left:0rem !important;
		position:relative !important;
	}
	
	.anniversary-card-content .anniversary-content-tagline{
		margin-left:0;
		text-align:center;
		margin-bottom:30px;
	}
	
	.anniversary-content-tagline h3{
		font-size: 28px;
		line-height:40px;
	}
	.anniversary-card-content .read-more{
		bottom:0px;
	}
}

@media screen and (max-width: 992px){
	.anniversary-card-content {
    margin-top: -14rem;
    padding: 1rem !important;
    margin-left: 2.5rem !important;
    width: 90%;
	}
	.anniversary-card-content {
    	margin-top: 1rem;
    	padding: 1rem !important;
    	margin-left: 0rem !important;
    	width: 100%;
		position:relative !important;
	}
	#bannerBgVideo{
		height:504px;
		margin-top:-3px;
	}
	.banner-bg-overlay{
    	height: 504px;
	}
	.home .banner-section .banner-title-box{
		display:flex;
		justify-content:center;
	}
	.home .banner-section .banner-title{
		color: #fff;
		position: absolute;
		font-size: 25px;
		padding: 0 10px;
		text-align:center;
		margin-top: 180px;
		line-height: 32px;
		letter-spacing: 0.48px;
	}
	.home .banner-section .banner-play-icon{
		display:flex;
		justify-content:center;
	}
	.home .banner-section .banner-play-icon .banner-play{
		margin-top:220px;
		width:57px;
	}
	.home .banner-section .banner-subtitle-box{
		display:flex;
		justify-content:center;
	}
	.home .banner-section .banner-subtitle {
		color: #fff;
		position: absolute;
		font-size: 14px;
		margin-top: 280px;
		text-align:center;
		line-height: 19px;
		font-family: 'Open Sans';
		font-weight: normal;
	}

	.home .banner-section .banner-subtitle div:last-child{
		margin-top:10px;
		font-size:18px;
		line-height:23px;
	}
	
	.home .researcher-section .researcher-img-container img {
   		height: 100%;
   		object-fit: cover;
	}
}

@media screen and (max-width: 992px) and (orientation: landscape){
	.home .banner-section .main-col .banner-card .card-content{
		position: absolute;
		width: 90%;
		top: -40px;
	}
	.home .banner-section .main-col .banner-card .anniversary-card-content{
		margin-left: 3rem !important;
		position:absolute;
		top:-50px;
		
	}
	#bannerBgVideo{
		height:504px;
		margin-top:-3px;
	}
	.banner-bg-overlay{
    	height: 504px;
	}
	.home .banner-section .banner-title-box{
		display:flex;
		justify-content:center;
	}
	.home .banner-section .banner-title{
		color: #fff;
		position: absolute;
		font-size: 28px;
		padding: 0 10px;
		text-align:center;
		margin-top: 110px;
		line-height: 35px;
		letter-spacing: 0.48px;
	}
	.home .banner-section .banner-play-icon{
		display:flex;
		justify-content:center;
	}
	.home .banner-section .banner-play-icon .banner-play{
		margin-top:220px;
		width:57px;
	}
	.home .banner-section .banner-subtitle-box{
		display:flex;
		justify-content:center;
	}
	.home .banner-section .banner-subtitle {
		color: #fff;
		position: absolute;
		font-size: 14px;
		margin-top: 310px;
		text-align:center;
		line-height: 19px;
		font-family: 'Open Sans';
		font-weight: normal;
	}

	.home .banner-section .banner-subtitle div:last-child{
		margin-top:10px;
		font-size:20px;
		line-height:25px;
	}
	
	.home .researcher-section .researcher-img-container img {
   		height: 100%;
   		object-fit: cover;
	}
}
@media screen and (min-width: 992px) and (max-width: 1024px) and (orientation: portrait){
	.home .banner-section .main-col .banner-card .card-content{
		position: relative;
		width: 90%;
		top: 140px;
	}
	.about .banner-section .main-col .banner-card .card-content{
		position: unset;
		padding:2rem;
	}
	.home .banner-section .main-col .anniversary-card{
		max-width:80%;
		width:80%;
	}
	.home .banner-section .main-col .banner-card .anniversary-card-content{
		margin-left: 3rem !important;
		position:absolute;
		top:-50px;
		
	}
	.home .banner-section .main-col .banner-card .anniversary-card-content{
		display:none;
	}
	.anniversary-card-content-mobile .col-md-3 {
		flex-basis:0;
		max-width:100%;
	}
	.anniversary-logo-img {
		width: 100%;
		overflow-wrap: anywhere;
		float: left;
		padding: 0;
	}
	.anniversary-logo {
		font-size:.875rem;
		line-height:140.3%;
		color:#808184;
	}
	#bannerBgVideo{
		height:504px;
		margin-top:-3px;
	}
	.banner-bg-overlay{
    	height: 504px;
	}
	.home .banner-section .banner-title-box{
		display:flex;
		justify-content:center;
	}
	.home .banner-section .banner-title{
		color: #fff;
		position: absolute;
		font-size: 28px;
		padding: 0 10px;
		text-align:center;
		margin-top: 110px;
		line-height: 35px;
		letter-spacing: 0.48px;
	}
	.home .banner-section .banner-play-icon{
		display:flex;
		justify-content:center;
	}
	.home .banner-section .banner-play-icon .banner-play{
		margin-top:220px;
		width:57px;
	}
	.home .banner-section .banner-subtitle-box{
		display:flex;
		justify-content:center;
	}
	.home .banner-section .banner-subtitle {
		color: #fff;
		position: absolute;
		font-size: 14px;
		margin-top: 310px;
		text-align:center;
		line-height: 19px;
		font-family: 'Open Sans';
		font-weight: normal;
	}

	.home .banner-section .banner-subtitle div:last-child{
		margin-top:10px;
		font-size:20px;
		line-height:25px;
	}
	
	.home .researcher-section .researcher-img-container{
   		margin-top:-288px;
	}
	.jobs .col.impact-details.mb-lg-0.mb-md-4.mb-4 {
    margin-bottom: 30px !important;
    display: flex;
    flex: 33.33%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1024px) and (orientation: landscape){
	.home .anniversary-card{
		max-width:80%;
		width:80%
	}
	.home .banner-section .main-col .banner-card .anniversary-card-content{
		display:none;
	}
	.home .banner-section .main-col .banner-card .card-content{
		position: absolute;
		top: -160px;
	}
	.about .banner-section .main-col .banner-card .card-content{
		position: unset;
		padding:2rem;
	}
	.anniversary-card-content-mobile .col-lg-3 {
		flex-basis:0;
		max-width:100%;
	}
	.anniversary-logo-img {
		width: 100%;
		overflow-wrap: anywhere;
		float: left;
		padding: 0;
	}
	.anniversary-logo {
		font-size:.875rem;
		line-height:140.3%;
		color:#808184;
	}
	#bannerBgVideo{
		height:504px;
		margin-top:-3px;
	}
	.banner-bg-overlay{
    	height: 504px;
	}
	.home .banner-section .banner-title-box{
		display:flex;
		justify-content:center;
	}
	.home .banner-section .banner-title{
		color: #fff;
		position: absolute;
		font-size: 28px;
		padding: 0 10px;
		text-align:center;
		margin-top: 110px;
		line-height: 35px;
		letter-spacing: 0.48px;
	}
	.home .banner-section .banner-play-icon{
		display:flex;
		justify-content:center;
	}
	.home .banner-section .banner-play-icon .banner-play{
		margin-top:220px;
		width:57px;
	}
	.home .banner-section .banner-subtitle-box{
		display:flex;
		justify-content:center;
	}
	.home .banner-section .banner-subtitle {
		color: #fff;
		position: absolute;
		font-size: 14px;
		margin-top: 310px;
		text-align:center;
		line-height: 19px;
		font-family: 'Open Sans';
		font-weight: normal;
	}

	.home .banner-section .banner-subtitle div:last-child{
		margin-top:10px;
		font-size:20px;
		line-height:25px;
	}
	.home .researcher-section .researcher-img-container {
    margin-top: -288px;
	}
	
	.home .researcher-section .researcher-img-container img {
   		height: 100%;
   		object-fit: cover;
	}
	.jobs .col.impact-details.mb-lg-0.mb-md-4.mb-4 {
    margin-bottom: 30px !important;
    display: flex;
    flex: 33.33%;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1180px) and (orientation: landscape){
	.home .anniversary-card{
		max-width:80%;
		width:80%;
	}
	.home .banner-section .main-col .banner-card .anniversary-card-content{
		display:none;
	}
	.anniversary-card-content-mobile .col-lg-3 {
		flex-basis:0;
		max-width:100%;
	}
	.home .banner-section .main-col .banner-card .card-content h1{
		font-size:2.5rem;
		line-height:3rem;
	}
	.home .banner-section .main-col .banner-card .card-content{
		position: absolute;
    	top: -130px;
		padding: 1.5rem 2rem;
	}
	.about .banner-section .main-col .banner-card .card-content{
		position: unset;
	}
	.anniversary-logo-img {
		width: 100%;
		overflow-wrap: anywhere;
		float: left;
		padding: 0;
	}
	.anniversary-logo {
		font-size:.875rem;
		line-height:140.3%;
		color:#808184;
	}
	#bannerBgVideo{
		height:504px;
		margin-top:-3px;
	}
	.banner-bg-overlay{
    	height: 504px;
	}
	.home .banner-section .banner-title-box{
		display:flex;
		justify-content:center;
	}
	.home .banner-section .banner-title{
		color: #fff;
		position: absolute;
		font-size: 28px;
		padding: 0 10px;
		text-align:center;
		margin-top: 180px;
		line-height: 35px;
		letter-spacing: 0.48px;
	}
	.home .banner-section .banner-play-icon{
		display:flex;
		justify-content:center;
	}
	.home .banner-section .banner-play-icon .banner-play{
		margin-top:220px;
		width:57px;
	}
	.home .banner-section .banner-subtitle-box{
		display:flex;
		justify-content:center;
	}
	.home .banner-section .banner-subtitle {
		color: #fff;
		position: absolute;
		font-size: 14px;
		margin-top: 280px;
		text-align:center;
		line-height: 19px;
		font-family: 'Open Sans';
		font-weight: normal;
	}

	.home .banner-section .banner-subtitle div:last-child{
		margin-top:10px;
		font-size:20px;
		line-height:25px;
	}
	
	.home .researcher-section .researcher-img-container img {
   		height: 100%;
   		object-fit: cover;
	}
	.about .banner-section .main-col .banner-card .card-content iframe{
		height:220px !important;
	}
}

@media screen and (min-width: 1181px) and (max-width: 1366px) and (orientation: landscape){
	.home .banner-section .main-col .banner-card .anniversary-card-content{
		position: relative;
    	top: -270px;
	}
	.home .banner-section .main-col .banner-card .card-content{
		position: absolute;
    	top: -40px;
	}
}

@media screen and (min-width: 1181px) and (orientation: landscape){
	.home .banner-section .main-col .banner-card .anniversary-card-content{
		position: relative;
    	top: -200px;
	}
	.home .banner-section .main-col .banner-card .card-content{
		position: absolute;
    	top: 20px;
	}
	.about .banner-section .main-col .banner-card .card-content{
		position: unset;
		padding-bottom:25px;
		padding-top:35px;
	}
}

 .wp-block-table table, .wp-block-table th, .wp-block-table td{
	border: 1px solid #808184;
	padding:7px;
	 color:#808184;
}