.custom-about-content-head {
    line-height: 1 !important;
}

.navbar-brand img {
    width: 250px;
}

.goog-te-gadget {
    color: transparent !important;
    height: 20px;
}

.goog-te-gadget span {
    display: none !important;
}

.contact-text-primary {
    color: var(--primaryColor);
}

.about-us-side-nav .nav-link {
    color: var(--blackColor);
}

.about-us-side-nav .nav-link.active,
.about-us-side-nav .nav-link:hover {
    color: var(--primaryColor);
}

.about-us-side-nav .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: unset !important;
}

.custom-text-align-justify {
    text-align: justify;
}

.about-mission ul {
    list-style-type: none;
    padding-left: 0;
}

.about-mission li {
    position: relative;
    padding-left: 25px;

}

.about-mission li::before {
    content: '★';
    position: absolute;
    left: 0;
    color: var(--primaryColor);
}

.c-ms-40-per {
    margin-left: 40%;
}

.adma-about-content .title h2 {
    line-height: unset;
}

.desktop_4 * {
    font-family: Nunito, sans-serif;
}

.desktop_4 .responsive-container-block {
    min-height: 75px;
    height: auto;
    width: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: flex-start;
}

.desktop_4 .btn-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 200px;
    width: 300px;
    display: none;
    justify-content: center;
    align-items: center;
}

.desktop_4 .project:hover .btn-box {
    display: flex;
    background-color: rgba(71, 69, 69, 0.7);
    color: antiquewhite;
    cursor: pointer;
}

.desktop_4 .text-blk {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    line-height: 25px;
}

.desktop_4 .responsive-container-block.bigContainer {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
}

.desktop_4 .responsive-container-block.Container {
    max-width: 940px;
    flex-direction: row;
    margin-top: 80px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
}

.desktop_4 .portfolio {
    display: inline-block;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 700px;
    overflow-y: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 630px;
}

.desktop_4 button {
    cursor: pointer;
}

.desktop_4 img {
    cursor: pointer;
}

.desktop_4 img:hover {
    transform: scale(1.02);
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: all;
}

.desktop_4 .project {
    position: relative;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    display: inline-block;
    padding: 10px;
}

.desktop_4 .overlay {
    position: fixed;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(71, 69, 69, 0.7);
    height: 100%;
    width: 100%;
    max-height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
    display: none;
}

.desktop_4 .overlay-inner {
    top: 50%;
    right: 0px;
    bottom: 0px;
    /* left: 50%; */
    transform: translate(0%, -50%);
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: white;
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    position: relative;
    opacity: 1;
    width: fit-content;
    /* max-width: 50%; */
    max-height: 85;
}

.desktop_4 .close {
    position: absolute;
    top: 3px;
    right: 10px;
    background-image: none;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
    color: #474545;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: initial;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.desktop_4 .overlay-inner .hdImgs {
    width: 50vw;
    height: calc(85% - 55px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktop_4 .overlay-inner img {
    max-height: 80vh;
    max-width: 100%;
    transform: none;
}

.desktop_4 .project-image {
    height: 200px;
    width: 300px;
}

.desktop_4 .project.first-project {
    display: inline-block;
}

.desktop_4 .responsive-container-block.textContainer {
    flex-direction: column;
    width: 200px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 30px;
}

.desktop_4 .text-blk.optionsText {
    font-size: 20px;
    font-weight: 800;
    line-height: 34px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.desktop_4 .text-blk.active {
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    color: #03a9f4;
}

.desktop_4 .text-blk.list {
    font-size: 20px;
    line-height: 34px;
    cursor: pointer;
}

.desktop_4 .text-blk.all {
    margin-right: 10px;
    margin-left: 0px;
}

.desktop_4 .text-blk.list {
    margin-left: 0px;
    margin-right: 20px;
}

.desktop_4 .project-image.one {
    border-radius: 6px;
}

.desktop_4 .project-image.two {
    border-radius: 6px;
}

.desktop_4 .project-image.three {
    border-radius: 6px;
}

@media (max-width: 1024px) {
    .desktop_4 .responsive-container-block.bigContainer {
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 20px;
    }

    .desktop_4 .responsive-container-block.Container {
        flex-direction: column-reverse;
    }

    .desktop_4 .responsive-container-block.textContainer {
        flex-direction: row;
        width: 100%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .desktop_4 .responsive-container-block.textContainer {
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 0px;
        padding-left: 0px;
        min-height: auto;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 40px;
        margin-left: 0px;
    }

    .desktop_4 .text-blk.optionsText {
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 0px;
        padding-left: 10px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 5px;
        margin-left: 0px;
        max-width: 100%;
    }

    .desktop_4 .responsive-container-block.Container {
        max-width: 640px;
    }

    .desktop_4 .overlay-inner {
        margin-top: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        margin-left: 20px;
        padding-top: 25px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        width: 100%;
    }

    .desktop_4 .overlay {
        padding-top: 20px;
        padding-right: 40px;
        padding-bottom: 20px;
        padding-left: 40px;
    }

    .desktop_4 .responsive-container-block.textContainer {
        display: inline;
    }

    .desktop_4 .text-blk.optionsText {
        display: block;
        font-size: 30px;
        line-height: 40px;
    }

    .desktop_4 .text-blk.list.all.active {
        display: inline-block;
    }

    .desktop_4 .text-blk.list {
        display: inline-block;
    }
}

@media (max-width: 768px) {
    .desktop_4 .responsive-container-block.Container {
        max-width: 440px;
    }

    .desktop_4 .project-image.two {
        width: 400px;
    }

    .desktop_4 .project {
        margin-top: 5px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .desktop_4 .portfolio {
        max-width: 420px;
    }

    .desktop_4 .project-image.one {
        width: 400px;
        margin-top: 0px;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-left: 0px;
    }

    .desktop_4 .project-image.three {
        width: 400px;
    }

    .desktop_4 .overlay-inner {
        margin-top: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        margin-left: 20px;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        width: 100%;
    }

    .desktop_4 .close {
        font-size: 14px;
        top: 2px;
        right: 5px;
    }

    .desktop_4 .overlay-inner {
        padding-top: 24px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
    }

    .desktop_4 .overlay {
        padding-top: 10px;
        padding-right: 30px;
        padding-bottom: 10px;
        padding-left: 30px;
    }
}

@media (max-width: 500px) {
    .desktop_4 .portfolio {
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 0px;
        padding-left: 10px;
        width: auto;
        max-width: 100%;
    }

    .desktop_4 .project-image.one {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        width: 100%;
        height: auto;
    }

    .desktop_4 .project {
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 0px;
        padding-left: 10px;
        width: 100%;
        margin-top: 5px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .desktop_4 .responsive-container-block.textContainer {
        width: auto;
        flex-direction: column;
        align-items: flex-start;
    }

    .desktop_4 .text-blk.optionsText {
        width: 200px;
    }

    .desktop_4 .responsive-container-block.Container {
        max-width: 100%;
    }

    .desktop_4 .project-image.two {
        width: 100%;
        height: auto;
    }

    .desktop_4 .project-image.three {
        width: 100%;
        height: auto;
    }

    .desktop_4 .text-blk.list {
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .desktop_4 .overlay-inner {
        margin-top: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        margin-left: 20px;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        width: 100%;
    }

    .desktop_4 .close {
        font-size: 10px;
        top: 0px;
        right: 5px;
    }

    .desktop_4 .text-blk.list {
        font-size: 16px;
    }

    .desktop_4 .text-blk.optionsText {
        font-size: 30px;
    }

    .desktop_4 .text-blk.list {
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 0px;
        padding-left: 10px;
    }

    .desktop_4 .text-blk.optionsText {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
    }

    .desktop_4 .overlay-inner {
        margin-top: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        margin-left: 20px;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        width: 100%;
    }

    .desktop_4 .close {
        font-size: 10px;
        top: 0px;
        right: 5px;
    }

    .desktop_4 .overlay-inner {
        padding-top: 15px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
    }

    .desktop_4 .overlay {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    .desktop_4 .responsive-container-block.textContainer {
        flex-direction: row;
    }

    .desktop_4 .text-blk.list.active {
        background-color: rgba(3, 169, 244, 0.09);
        border-top-left-radius: 110px;
        border-top-right-radius: 110px;
        border-bottom-right-radius: 110px;
        border-bottom-left-radius: 110px;
    }

    .desktop_4 .text-blk.list {
        margin-right: 10px;
        margin-left: 0px;
    }

    .desktop_4 .responsive-container-block.textContainer {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
        margin-left: 0px;
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 0px;
        padding-left: 10px;
    }

    .desktop_4 .text-blk.optionsText {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
        margin-left: 0px;
    }

    .desktop_4 .overlay-inner .hdImgs {
        width: 90%;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swap');

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
}

.wk-desk-1 {
    width: 8.333333%;
}

.wk-desk-2 {
    width: 16.666667%;
}

.wk-desk-3 {
    width: 25%;
}

.wk-desk-4 {
    width: 33.333333%;
}

.wk-desk-5 {
    width: 41.666667%;
}

.wk-desk-6 {
    width: 50%;
}

.wk-desk-7 {
    width: 58.333333%;
}

.wk-desk-8 {
    width: 66.666667%;
}

.wk-desk-9 {
    width: 75%;
}

.wk-desk-10 {
    width: 83.333333%;
}

.wk-desk-11 {
    width: 91.666667%;
}

.wk-desk-12 {
    width: 100%;
}

@media (max-width: 1024px) {
    .wk-ipadp-1 {
        width: 8.333333%;
    }

    .wk-ipadp-2 {
        width: 16.666667%;
    }

    .wk-ipadp-3 {
        width: 25%;
    }

    .wk-ipadp-4 {
        width: 33.333333%;
    }

    .wk-ipadp-5 {
        width: 41.666667%;
    }

    .wk-ipadp-6 {
        width: 50%;
    }

    .wk-ipadp-7 {
        width: 58.333333%;
    }

    .wk-ipadp-8 {
        width: 66.666667%;
    }

    .wk-ipadp-9 {
        width: 75%;
    }

    .wk-ipadp-10 {
        width: 83.333333%;
    }

    .wk-ipadp-11 {
        width: 91.666667%;
    }

    .wk-ipadp-12 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .wk-tab-1 {
        width: 8.333333%;
    }

    .wk-tab-2 {
        width: 16.666667%;
    }

    .wk-tab-3 {
        width: 25%;
    }

    .wk-tab-4 {
        width: 33.333333%;
    }

    .wk-tab-5 {
        width: 41.666667%;
    }

    .wk-tab-6 {
        width: 50%;
    }

    .wk-tab-7 {
        width: 58.333333%;
    }

    .wk-tab-8 {
        width: 66.666667%;
    }

    .wk-tab-9 {
        width: 75%;
    }

    .wk-tab-10 {
        width: 83.333333%;
    }

    .wk-tab-11 {
        width: 91.666667%;
    }

    .wk-tab-12 {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .wk-mobile-1 {
        width: 8.333333%;
    }

    .wk-mobile-2 {
        width: 16.666667%;
    }

    .wk-mobile-3 {
        width: 25%;
    }

    .wk-mobile-4 {
        width: 33.333333%;
    }

    .wk-mobile-5 {
        width: 41.666667%;
    }

    .wk-mobile-6 {
        width: 50%;
    }

    .wk-mobile-7 {
        width: 58.333333%;
    }

    .wk-mobile-8 {
        width: 66.666667%;
    }

    .wk-mobile-9 {
        width: 75%;
    }

    .wk-mobile-10 {
        width: 83.333333%;
    }

    .wk-mobile-11 {
        width: 91.666667%;
    }

    .wk-mobile-12 {
        width: 100%;
    }
}

.list-group-item a {
    text-decoration: none;
}

.list-group-item {
    border: unset !important;
    padding: 0% 0% 2% 10%;
}

.image-blog img {
    width: 100%;
    height: 220px !important;
}

.single-partner-logo img {
    width: 100%;
    height: 220px !important;
}

.user-help a:hover {
    color: unset !important;
}

.w-20 {
    width: 20%;
}

.ck-body-wrapper {
    display: none;
}

.min-vh-100 {
    min-height: 100vh;
}

.min-vh-75 {
    min-height: 75vh;
}

.min-vh-50 {
    min-height: 50vh;
}

.min-vh-25 {
    min-height: 25vh;
}

.min-vh-35 {
    min-height: 35vh;
}

.external-alert {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    z-index: 1000;
}

.external-alert .alert-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
