.th-menu-wrapper .mobile-logo img {
    max-width: 215px;
    margin-left: 20px;
}

.organisations-list a img {
    width: 200px;
    height: 90px;
    object-fit: contain;
    padding: 5px 0;
    filter: grayscale(1);
    transition: all .3s ease;
    border-radius: 0;
}

.organisations-list a img:hover {
    filter: none;
}

.organisations-list .marquee__item,
.organisations-list .marquee__link {
    border-radius: 0;
}

.organisations-list .marquee__item {
    width: unset;
    height: unset;
}

.organisations-block {
    padding: 100px 0;
    margin-bottom: 80px;
}

.services-block .af-blog-preview__data {
    position: absolute;
    top: 6rem;
    padding: 0 3rem;
}

.services-block .service-title span {
    color: #fff;
}

.services-block .af-blog-preview__data p {
    color: #fff;
    font-size: 2rem;
    margin-top: 1rem;
}

.service-image-1 {
    background-image: url(../img/service-01.webp);
}

.service-image-2 {
    background-image: url(../img/service-02.webp);
}

.service-image-3 {
    background-image: url(../img/service-03.webp);
}

.service-image-4 {
    background-image: url(../img/service-04.webp);
}

.service-image-5 {
    background-image: url(../img/service-05.webp);
}

.service-image-6 {
    background-image: url(../img/service-06.webp);
}

.services-single {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    transition: all .3s ease;
}

.services-single::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgb(12 90 219 / 85%), rgb(158 19 239 / 60%));
    z-index: 1;
    border-radius: 50px;
    opacity: .65;
    transition: all .3s ease;
}

.services-single:hover::before {
    background: linear-gradient(rgb(12 90 219 / 25%), rgba(0, 0, 0, .1));
}

.services-single .af-blog-preview__data a {
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(to right, #ffffff, #ffffff);
    background-size: 100% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    -moz-transition: background-size .3s, color .3s, -moz-background-size .3s;
    transition: background-size .3s, color .3s;
    transition: background-size .3s, color .3s, -moz-background-size .3s;
}

.services-single:hover .af-blog-preview__data a {
    background-size: 0 1px, 100% 1px;
}

.services-single .af-blog-preview__data {
    z-index: 5;
}

.services-single:hover .af-preview-hover {
    opacity: 1;
    backdrop-filter: blur(6px);
}

.services-single .af-blog-preview__tags {
    z-index: 4;
}

.work-image-1 {
    background-image: url(../img/works-01.webp)
}

.work-image-2 {
    background-image: url(../img/works-02.webp)
}

.work-image-3 {
    background-image: url(../img/works-03.webp)
}

.work-image-4 {
    background-image: url(../img/works-04.webp)
}

.tagInfo {
    position: absolute;
    z-index: 2;
    top: 3rem;
    right: 3rem;
    background: #fff;
    padding: 10px 20px;
    border-radius: 0px 20px;
    font-size: 2rem;
}

.bg-image-1 {
    background-image: url(../img/bg-01.webp);
    box-shadow: inset 0 0 0 1000px rgb(12 90 219 / 15%);
}

.pop-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.pop-text h2 {
    color: #fff;
    margin-bottom: 25px;
    text-shadow: 2px 2px 4px #063abb;
}

.pop-text a {
    background-color: rgb(255 255 255 / 75%);
    border-color: #fff;
    box-shadow: 2px 2px 24px rgb(9 79 251 / 50%);
}

.contactBlock {
    background-image: url(../img/light-bg.webp);
    background-size: cover;
    background-position: center;
}

.footer-logo {
    max-width: 200px;
    margin-bottom: 12px;
}

.footer-social a {
    font-size: 32px;
    color: #0c5adb;
    margin-right: 12px;
}

.location-title {
    font-size: 2rem;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, #000dff, #8000ff, #c115ec, #191919, #191919) 1;
}

.footer-locations p {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 8px;
    font-weight: 300;
    letter-spacing: .35px;
}

.footer-locations a {
    color: #303030;
    font-size: 1.5rem;
    line-height: 1.25;
}

.copy-right :is(p, a) {
    font-size: 1.5rem;
    color: #303030;
}

.copy-right a {
    margin: 0 8px;
}

.btn-rotating-blur-outline {
    position: relative;
    overflow: hidden;
    background-color: #fff !important;
    border: 1px solid #f00 !important;
}

.btn-rotating-blur-outline::before {
    content: "";
    position: absolute;
    width: 25%;
    left: 0;
    height: 100%;
    background-color: #f00;
    z-index: -1;
}

.btn-rotating-blur-outline::after {
    content: "";
    position: absolute;
    width: 25%;
    right: 0;
    height: 100%;
    background-color: #f00;
    z-index: -1;
}

.btn-rotating-blur-outline.permanent-desktop .btn-rotating__text text {
    fill: #000000 !important;
}


/* ----------------------------- */
.af-footer {
    background-color: #000000;
}

.footer-blocks__card {
    background-color: #191919;
}

.af-footer :is(p, a, h6, span) {
    color: #fff;
}

.footer-nav__link {
    font-size: 1.6rem;
    font-weight: 300;
}

.footer-nav__link .btn-caption {
    height: 2rem;
}

.footer-nav__link h6 {
    font-size: 2.35rem;
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 4px solid transparent;
    border-image: linear-gradient(90deg, #ff6a00, #ee0979);
    border-image-slice: 1;
}

.dropMenu {
    display: block;
}

.dropMenu li {
    display: block;
}

.dropMenu .footer-nav__link {
    font-size: 1.4rem;
}

.footer-nav {
    gap: .5rem;
}

.hq-details a,
.hq-details .hq-location {
    font-size: 1.65rem;
}

.af-footer a {
    font-weight: 400;
    font-size: 15px;
    position: relative;
    color: transparent;
    background-image: linear-gradient(90deg, #0161ff 50%, #fff 50%);
    background-position: 100%;
    background-size: 200% 100%;
    background-clip: text;
    display: inline-flex;
    line-height: 1.5;
    align-items: center;
    gap: 4px;
    -webkit-background-clip: text;
    transition: background-position .5s ease;
}

.af-footer a:hover {
    background-position: 0;
}

nav.af-nav__wrap.is-scroll {
    background: rgb(255 255 255 / 90%);
    padding-bottom: 10px;
    backdrop-filter: blur(2px);
}

.main-banner {
    background-image: url(../img/banner-bg.webp);
    background-size: cover;
    background-position: center;
}


nav.af-nav__wrap .af-nav__contain {
    transition: all 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
}

nav.af-nav__wrap.is-scroll .af-nav__contain {
    margin-top: 1rem;
}

.hamburger__base {
    background: #161616;
}

.af-nav__hamburger .hamburger__line.line-1 {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

.af-nav__hamburger .hamburger__line.line-2 {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    transition: all 200ms ease-in-out;
}


@keyframes burger-hover {
    0% {
        width: 50%;
    }

    50% {
        width: 25%;
    }

    100% {
        width: 50%;
    }
}

.af-nav__hamburger.nav-open .hamburger__line {
    animation: none;
}


.textBanner-slider {
    padding: 280px 0 150px;
}

.textBanner-slider .owl-dots {
    display: none;
}

.textBanner-slider .item {
    text-align: center;
}

.owl-item.active .title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;

}

.owl-item.active .text {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.6s;
}

.owl-item.active .btnBlock {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.8s;
}

.owl-item .btnBlock {
    padding-top: 20px;
}

.af-hero-06__video {
    left: auto !important;
    right: auto !important;
    position: relative;
    margin: auto;
}

.af-hero-06__video video {
    border-radius: 65px
}

.textChange-outer {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    transform: translateY(-50%);
}

.textChange {
    line-height: 1.2;
    text-align: center;
    font-weight: 800;
    font-size: 60px;
}

.textChange.cd-headline.loading-bar .cd-words-wrapper {
    border-bottom: 0;
    color: #fff;
    font-weight: 400;
}

.textChange .cd-words-wrapper {
    text-align: center;
}

.textChange.cd-headline.loading-bar .cd-words-wrapper::after {
    background: #fff;
    height: 1px;
}

.gradient-text {
    background: linear-gradient(45deg, #007eff, #ff00fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.star-icon {
    width: 18px;
    height: 18px;
    position: absolute;
    left: -25px;
    top: 50%;
    margin-top: 8px;
    transform: translateY(-50%);
    filter: brightness(0) invert(1);
}

.contactBlock {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}


.canadian-logo {
    width: 250px;
    max-width: 150%;
    height: auto;
    display: block;
    padding: 12px;
    border-radius: 12px;
}


.af-header.is-hidden .specialText .caption {
    font-size: 45px;
}

.af-header.is-hidden .specialText span {
    font-size: 18px;
    letter-spacing: 4px;
}

/* -------------------- */

.footer-nav li {
    position: relative;
}

.footer-nav li::before {
    content: "\e12a";
    font-family: "Phosphor-Light";
    margin-right: 8px;
    color: #ccc;
    transition: color 0.3s ease;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 7px;
}

.footer-nav li a:hover::before {
    color: #0800ff;
}

#logo {
    width: 350px;
    height: auto;
}

.text-logo {
    font-family: "Funnel Display", sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 40px;
    color: #1f1f1f;
}

.af-hero-06__video video {
    filter: grayscale(50%) brightness(0.5);
}

.cd-headline.loading-bar .cd-words-wrapper::after {
    display: none;
}

.cd-headline.loading-bar span b {
    font-weight: 300;
}

.cd-headline.loading-bar span span {
    display: inline;
    font-weight: 700;
}

.af-divider__image {
    filter: grayscale(.20);
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 10%);

}

.block-text .af-divider {
    background: #161616;
}

.block-text .pop-text h2 {
    margin-bottom: 30px;
    text-shadow: 4px 4px 5px #063abb;
}

p.showMore {
    font-weight: 300;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    position: relative;
}

p.showMore i {
    font-size: 12px;
    position: relative;
    top: 1px;
}

.footer-links-title {
    padding: 0 !important;
}

.footer-links-title::before {
    display: none;
}

/* nav  */
.af-header__logo a,
.af-header__controls {
    position: relative;
    z-index: 9999;
}

.af-header.menu-is-visible .af-header__logo,
.af-header.menu-is-visible .af-header__controls {
    opacity: 0 !important;
    transition: all 500ms linear;
    transition-delay: 1s;
}

.af-nav__hamburger {
    transition: all 500ms linear;
}

.footer-locations {
    padding: 15px 15px;
    background: rgb(0 0 0 / 26%);
    border-radius: 20px;
    border: 1px solid #1f1e1e;
    backdrop-filter: blur(1px);
}

.footer-locations a {
    padding-left: 0;
}

.footer-social a {
    font-size: 25px;
    padding: 0;
}

.footer-blocks__card {
    background-color: #161616;
}

.af-footer {
    background-image: url(../img/footer-bg.png);
    background-size: contain;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 88%);
    /* background-attachment: fixed; */
}

.ph-mail a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.iso-no span {
    font-size: 15px;
}

.iso-no span+span {
    margin-left: 10px;
}

.footer-blocks__card {
    background-color: #121212;
}

.office-locations {
    background: transparent;
    padding: 8px 0 0;
}

ul.footer-nav li {
    border-bottom: 1px dashed #393939;
    padding-bottom: 3px;
    padding-left: 14px;
}

ul.footer-nav li:last-child {
    border: none;
}

li.footer-links-title {
    border: none !important
}

.copy-right a {
    padding: 0;
}


.af-nav__hamburger.nav-open {
    padding-top: 0px;
    border-radius: 0 0 50px 50px;
    background: #faf7f6;
    box-shadow: 2px 2px 25px rgb(250 247 246 / 65%);
    transition-delay: 500ms;
}

.af-nav__hamburger.nav-open .hamburger__line {
    background-color: #000000;
}

.af-menu__wrapper {
    padding: 0rem 4rem;
}

.bg-video {
    position: absolute;
    z-index: 2;
    opacity: .15;
    border-radius: 50px;
    height: 100%;
    bottom: 0;
    top: 0;
}

.af-menu__wrapper {
    height: auto;
}

.menu-right-content .list-title,
.menu-right-content .list-content {
    color: #fff;
}

.menu-right-content .list-title {
    font-size: 2rem;
    text-underline-offset: 3px;
    font-weight: 800;
    background: linear-gradient(45deg, #fffba6, #5bedff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    line-height: 1.15;
}

.menu-right-content .list-content {
    font-size: 1.55rem;
    line-height: 1.45;
    padding: 8px 0;
    font-weight: 300;
}

.menu-right-content .menuList li {
    padding-left: 22px;
    color: #fff;
    font-size: 1.45rem;
    position: relative;
}

.menu-right-content .menuList li::before {
    content: "\e01a";
    font-family: Phosphor !important;
    font-weight: 600;
    position: absolute;
    left: 1px;
    top: 0;
    color: #ffedb0;
    transition: all 100ms linear;
}

.menu-right-content .menuList li::before {
    color: transparent;
    background-image: linear-gradient(90deg, #ff8f00 50%, #fff3cb 50%);
    background-position: 100%;
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    transition: background-position .5s ease;
}

.menu-right-content .menuList li:hover::before {
    background-position: 0;
}

.menu-service-single {
    margin-bottom: 12px;
    display: flex;
}

.menu-service-single .menu-service-box {
    padding: 15px 15px;
    background: rgb(255 255 255 / 2.5%);
    width: 100%;
    border-radius: 20px;
    border: 1px solid rgb(255 255 255 / 4%);
    transition: all .5s ease;
}

.menu-service-box:hover {
    background: rgb(255 255 255 / 5%);
}




.af-header.is-hidden {
    background: rgb(0 0 0 / 90%);
}

.af-header.is-hidden .text-logo {
    color: #fff;
}

.af-header.is-hidden .hamburger__base {
    border: 1px solid #fff;
}


.af-header .btn-outline {
    border-color: #161616;
}

.af-header.is-hidden .btn-outline {
    border-color: #fff;
}

.af-header .btn-mobile-icon i {
    color: #161616;
}

.af-header.is-hidden .btn-mobile-icon .btn-caption,
.af-header.is-hidden .btn-mobile-icon i {
    color: #fff;
}

.af-header.is-hidden.menu-is-visible .hamburger__base {
    border: none;
}

nav.af-nav__wrap.is-scroll {
    background: rgb(0 0 0 / 90%);
}

.img-text-block {
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    text-align: center;
}

.img-text-block :is(span, p) {
    color: #fff;
}

.img-text .af-divider__image {
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 65%);
}

/* ------------------------ MAP -------------------------- */
#map {
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 500px;
    overflow: hidden;
    inset: 0;
}

.marker-label {
    background: rgba(255, 255, 255, 0.9);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    margin-top: 6px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 4px;
    pointer-events: none;
}

.marker-label i {
    font-size: 14px;
}

/* ------------------------ MAP -------------------------- */
.of-h {
    overflow: hidden !important;
}

.design-block {
    padding: 25px;
    position: relative;
    margin-top: 20px;
}

.design-block::before {
    content: "";
    position: absolute;
    left: 0;
    right: -100%;
    bottom: 0;
    top: 0;
    background-color: #f2f2f2;
    border-radius: 25px;
}

.icon-style-02 li,
.icon-style-03 li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 6px;
}

.icon-style-02 li::before,
.icon-style-03 li::before {
    content: "\e026";
    position: absolute;
    left: 0;
    font-family: Phosphor !important;
}

.icon-style-03 li::before {
    content: "\e01a";
}

form#contact-form {
    border-radius: 30px;
    background: rgb(255 255 255 / 85%);
    backdrop-filter: blur(3px);
    padding: 45px 25px;
}

.cbr-1 {
    border-radius: 150px 150px 0;
}

.cbr-2 {
    border-radius: 50px 50px 0;
}


.vt-1 {
    writing-mode: sideways-lr;
    text-orientation: upright;
    position: absolute;
    top: 15%;
    transform: translate(-50%, -15%);
    left: 50%;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 6rem;
    text-shadow: 2px 2px 4px #0635a3;
}

.pattern-03 {
    background-image: url(../img/pattern-04.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.pattern-04 {
    background-image: url(../img/pattern-04.png);
    background-size: cover;
    background-repeat: no-repeat;
}

/* -------------------- tab ---------------- */

.vacancies [role="tablist"] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 3rem;
    justify-content: center;
}

.vacancies [role="tab"] {
    padding: .75rem 2rem;
    border: 1px solid #cce3fe;
    border-radius: 60px;
    background: #e7f2ff;
    cursor: pointer;
    font-size: 16px;
}

.vacancies [role="tab"][aria-selected="true"] {
    background: #0077ff;
    color: white;
}

.vacancies [role="tabpanel"] {
    border: 1px solid #ebebeb;
    padding: 2rem;
    border-radius: 2.6rem;
    background: rgb(0 0 0 / 5%);
}

.vacancies [hidden] {
    display: none;
}

/* -------------------- tab ---------------- */
.vacant-single {
    border-radius: 2.6rem;
    background: #fff;
    padding: 25px;
    position: relative;
    width: 100%;
    border: 1px solid rgb(5 98 204 / 25%);
}

.vaccant-designation {
    font-size: 24px;
    font-weight: 700;
    margin-top: 40px;
    padding-bottom: 5px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.vaccant-place {
    position: absolute;
    top: 0px;
    right: 30px;
    z-index: 2;
    background: #0562cc;
    padding: 5px 15px;
    font-size: 14px;
    color: #fff;
    border-radius: 0 0 12px 12px;
}

.type-exp {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    gap: 5px;
    margin: 12px 0;
}

.type-exp p {
    flex: 1;
    background: #e8e8e8;
    border-radius: 8px;
    text-align: center;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.25;
    font-size: 16px;
}

.type-exp .job-type {
    background: #000;
    color: #fff;
}

.last-date {
    text-align: center;
    font-size: 14px;
}

.last-date span {
    font-size: 16px;
}

.apply-btn-block {
    text-align: center;
    margin: 15px 0 10px;
}

.apply-form-block #apply-form {
    border-radius: 30px;
    background: rgb(0 0 0 / 85%);
    padding: 75px;
}

#apply-form input,
#apply-form textarea {
    border-bottom: 1px solid #ffffff;
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
}

#apply-form ::placeholder {
    color: #fff;
}

#apply-form .form-select {
    padding: 0 .5rem;
}

#apply-form input[type="file"] {
    height: 50px;
    padding: 5px 0;
}

.apply-form-block {
    background-image: url(../img/bg-05.webp);
    background-size: cover;
    border-radius: 30px;
    background-position: center;
}

input[type=file]::file-selector-button {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
    height: 50px;
    padding: 10px 10px 20px;
    margin-right: 10px;
    margin-left: -2px;
    font-size: 17px;
}

.af-team-cards__media {
    border-radius: 250px 250px 0 250px;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.af-team-cards__item:hover .af-team-cards__media {
    border-radius: 80px 80px 80px 0;
}

.af-team-cards__info {
    padding: 0 1.6rem;
    position: absolute;
    bottom: 85px;
    background: #fff;
    padding: 12px 30px !important;
    border-radius: 100px 100px 0 100px;
    border: 1px solid #00888d;
    max-width: 350px;
    left: 0;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.af-team-cards__socials {
    padding: 0 !important;
}

.af-team-cards__socials .btn {
    display: inline-flex;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    font-size: 22px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #62cfdd;
    color: #006570;
    border: none;
}

.af-team-cards__item:hover .af-team-cards__info {
    transform: translateX(35px);
    border-radius: 80px;
    width: max-content;
    bottom: 120px;
}

.af-team-cards__item:hover .af-team-cards__socials .btn {
    left: 0;
    right: auto;
    transform: translateX(25px);
}


.af-team-cards__item.padding-bottom-desktop {
    padding-bottom: 0 !important;
}


.hamburger__line {
    background-color: #fff;
}

.textBanner-slider .title,
.textBanner-slider .text {
    color: #161616;
}

.organisations-block h4,
#contact-form h4 {
    color: #161616;
}

.main-menu__link .btn-caption {
    color: #fff;
}

.menuTitle {
    font-size: 2.65rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: 1px;
    margin-bottom: 5px !important;
}

.af-pinned__img-item h3 {
    position: absolute;
    top: 0;
    right: 55px;
    background: #ff0;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 0 0 30px 30px;
    text-transform: uppercase;
    box-shadow: 2px 2px 5px #989800;
}

.icon-star li,
.icon-ai li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}

.icon-star li::before {
    content: "\e6a2";
    font-family: Phosphor !important;
    position: absolute;
    left: 0;
    top: 0;
}

.icon-star li span {
    font-weight: 700;
    font-size: 20px;
}

.icon-ai li::before {
    content: "\e7d2";
    font-family: Phosphor !important;
    position: absolute;
    left: 0;
    top: 0;
}

.servicesList {
    background-color: #ddf160;
}

.industriesList {
    background-color: #9f8be7;
}

#servicesList .af-res-list__divider {
    display: none;
}

html {
    scroll-padding-top: 6.5rem;
}

#servicesList .af-res-list__content {
    padding: 3.5rem 0 3.5rem 0;
}

#servicesList .af-res-list__item {
    padding: 20px;
    background: #e5f3ff;
    border-radius: 30px;
    margin-bottom: 15px;
    overflow: hidden;
}

#servicesList .af-res-list__item:nth-child(even) {
    background: #fffff4;
}

.service-iconBox {
    position: absolute;
    right: 25px;
    top: 20px;
}

.service-iconBox::before {
    position: absolute;
    content: "";
    top: -100%;
    right: -100%;
    height: 150px;
    width: 150px;
    background: #000000;
    z-index: 0;
    border-radius: 50%;
}

.service-iconBox img {
    position: relative;
    z-index: 1;
    width: 58px;
    filter: invert(1);
}

.inner-page-content::before {
    content: "";
    background-image: url(../img/banner-bg-png.webp);
    width: 100%;
    position: absolute;
    height: 580px;
    top: 0;
    background-size: cover;
    z-index: 0;
}

.inner-page-content::after {
    content: "";
    background-image: url(../img/shape-01.webp);
    position: absolute;
    top: 175px;
    left: 0;
    width: 280px;
    height: 300px;
    background-repeat: no-repeat;
    z-index: 0;
    background-size: contain;
    opacity: .5;
}

.af-section {
    position: relative;
    z-index: 3;
}

.header-layout .sticky-wrapper.sticky .main-menu ul.sub-menu,
.header-layout .sticky-wrapper.sticky .main-menu ul.mega-menu {
    background-color: rgb(239 241 249);
}

#industryList .af-pinned__text-item p {
    text-align: justify;
}

.case-study-single {
    padding: 25px;
    background: #fff;
    border-radius: 25px;
}

.cs-title {
    text-decoration: underline;
    font-weight: 700;
    font-size: 20px;
    color: #0c88d2;
    margin: 10px 0;
}

.cs-block-01 {
    padding: 15px;
    background-color: #f5f9ff;
    margin: 10px 0;
    border-radius: 20px;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.cs-block-01:last-child {
    margin-bottom: 0;
}

.cs-list li {
    position: relative;
    padding-left: 25px;
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.45;
}

.cs-list li::before {
    content: "\e01a";
    position: absolute;
    left: 0;
    font-family: Phosphor !important;
}

.cs-list li span {
    font-weight: 700;
}

.btn.fill {
    background: #161616;
    color: #fff;
}

.btn.fill:hover {
    background: transparent;
    color: #161616;
}

.values-single {
    background-color: #ffffff;
    width: 100%;
    padding: 25px;
    border-radius: 20px;
}

#our-values {
    background-image: url(../img/banner-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    background-position: center;
}

.values-single h6 {
    color: #217a7a;
}

.form-select {
    display: block;
    width: 100%;
    padding: .5rem 1.5rem .5rem 1rem;
    font-size: 17px;
    font-weight: 400;
    line-height: 5rem;
    color: #000;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    filter: invert();
}

.form-select:focus {
    outline: none;
}

.form-select option {
    background-color: #000 !important;
    color: #fff;
}

.form-select option[disabled] {
    color: #62cfdd;
}


/* ------------------  Media Querry ---------------  */

@media (max-width:1199px) {
    .menu-right-content {
        padding: 0 15px;
    }

    .af-menu__right {
        padding-top: 0;
    }

    .af-menu__caption {
        margin-bottom: 10px;
    }

    .main-menu__link {
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: 2.5rem;
        font-weight: 400;
    }

    .af-menu__wrapper {
        height: 100vh;
    }

    .main-menu__accordion {
        column-count: 2;
    }

    .main-menu__item,
    .main-menu__accordion {
        display: block;
    }

    .af-hero-06__content {
        flex-direction: column;
    }

    .btn-rotating-blur-outline.ver-04 {
        width: 100px;
        height: 100px;
        color: #fff;
    }

    .btn-rotating-blur-outline.ver-04 .btn-rotating__text {
        width: 85px;
        height: 85px;
        top: 0.65rem;
        left: 0.65rem;
    }

    .btn-rotating-blur-outline.ver-04 .btn-rotating__text text {
        font-size: 1.75rem;
        letter-spacing: .25rem;
        fill: #fff;
    }

    .af-hero-06__headline {
        display: flex;
    }

    .marquee__text {
        font-size: 6rem;
    }

    .marquee__image {
        width: 5.1rem;
        height: 5.1rem;
    }

    .hero-06-headline__descr p {
        font-size: 1.85rem;
    }

    .af-projects-masonry__btngroup {
        display: none;
    }

    .pop-text h2 {
        font-size: 5rem;
    }

    .af-hero-06__btn-mobile {
        margin-top: 6rem;
    }

    .af-hero-06__btn {
        margin-top: .5rem;
    }

    .btn-rotating__image {
        width: 4rem !important;
    }

    .textBanner-slider .title {
        font-size: 6rem;
    }

    .text-logo {
        font-size: 40px;
    }

    .textChange {
        font-size: 32px;
    }

    .header-layout .menu-area {
        padding: 8px 10px;
    }

    .product-single .nav-item:first-child {
        margin-right: 5px;
    }

    .product-single .nav-link {
        min-width: auto;
    }
}

@media (max-width:991px) {
    .textBanner-slider .title {
        font-size: 5rem;
        line-height: 5rem;
    }

    .contactBlock {
        background-position: left;
    }

    .textChange {
        font-size: 45px;
    }

    .vaccant-designation {
        font-size: 20px;
    }

    .menu-right-content .list-content,
    .menu-right-content .menuList {
        font-size: 1.25rem;
        line-height: 1.25;
    }

    .post-featured {
        gap: 2rem;
        padding: 0;
    }

    .af-grid-item {
        padding: 0;
    }

    #our-team .af-grid-item {
        padding: 0 15px;
    }

    .product-single .nav-item:first-child,
    .product-single .nav-item {
        margin: 2px;
    }

    .product-single .demo-btn {
        position: relative;
        transform: none;
        top: unset;
        right: unset;
        padding: 0 10px;
    }

    .product-single .nav-link {
        width: 100%;
        font-size: 14px;
        line-height: 1;
    }

    .product-single .nav-item {
        flex: 1;
    }

    .product-single,
    .product-single .nav.nav-pills {
        padding: 10px;
    }

    .product-single .video-block {
        padding: 20px 0;
    }
}

@media (max-width:767px) {
    .af-menu__wrapper {
        padding: 0 15px 15px;
    }

    .af-nav__wrap.is-scroll .af-menu__wrapper {
        padding: 1rem 1.5rem;
    }

    .af-menu__caption {
        font-size: 1.45rem;
        line-height: 1.45;
    }

    .main-menu__accordion {
        gap: 1rem;
    }

    .main-menu__link .star-icon {
        width: 14px;
        height: 14px;
        position: absolute;
        left: -20px;
    }

    .main-menu__link {
        height: 1.85rem;
        line-height: 1.85rem;
        font-size: 1.85rem;
        font-weight: 400;
    }

    .menu-right-content .list-title {
        font-size: 1.85rem;
        font-weight: 700;
    }

    .af-menu__left {
        padding: 0 2.5rem;
    }

    .main-menu__link .btn-caption {
        height: 3rem;
        line-height: 3rem;
    }

    .af-header {
        width: 100%;
        left: 0;
        right: 0;
        padding: 1rem 2rem;
    }

    .af-nav__contain {
        margin-top: 0;
        padding: 0 7rem;
    }

    nav.af-nav__wrap.is-scroll {
        top: 0;
    }

    .af-menu__inner {
        padding-top: 6rem;
    }

    .textChange {
        font-size: 34px;
    }

    .af-hero-06__wrap {
        padding-top: 3rem;
    }

    .hero-06-headline__descr {
        margin-bottom: .5rem;
    }

    .hero-06-headline__descr p {
        font-size: 1.65rem;
    }

    .marquee__text {
        font-size: 4rem;
    }

    .marquee__image {
        width: 2rem;
        height: 2rem;
    }

    .af-hero-06__headline {
        display: block;
    }

    .header-layout .menu-area {
        margin-top: 15px;
        padding: 10px 10px;

    }

    .pop-text h2 {
        font-size: 4rem;
    }

    .af-logo img {
        max-width: 200px;
    }

    .af-hero-06__btn-mobile {
        margin-right: 0;
    }

    .btn-rotating-blur-outline.ver-04 {
        width: 80px;
        height: 80px;
    }

    .af-hero-06__btn-mobile {
        margin-top: 4rem;
    }

    .btn-rotating-blur-outline.ver-04 .btn-rotating__text {
        width: 70px;
        height: 70px;
        top: 0.45rem;
        left: 0.45rem;
    }

    .af-hero-06__btn-mobile {
        padding: 0 2.5rem;
    }

    .btn-rotating__image {
        width: 3rem !important;
    }

    footer .af-location {
        position: relative;
        margin-bottom: 0;
        padding-bottom: 0;
        border-image: none;
        border: none;
        font-weight: 300;
        letter-spacing: .5px;
        font-size: 17px;
    }

    footer .af-location.active {
        font-weight: 600;
        font-size: 18px;
    }

    .location-details {
        display: none;
        padding-top: 15px;
    }

    footer .af-location::after {
        content: "\e3d4";
        font-family: Phosphor !important;
        position: absolute;
        right: 0;
        top: 50%;
        font-size: 15px;
        transform: translateY(-50%);
    }

    footer .af-location.active::after {
        content: "\e32a";
    }

    .footer-locations {
        padding: 8px 15px;
        background: rgb(57 57 57 / 45%);
        border-radius: 6px;
        border: 1px solid #373737;
        backdrop-filter: blur(1px);
    }

    .location-outer {
        margin-bottom: 1rem !important;
    }

    .menu-right-content .list-content,
    .menu-right-content .menuList {
        display: none;
    }

    .menu-right-content .list-title {
        font-size: 1.5rem;
        font-weight: 600;
    }

    .menu-service-single .menu-service-box {
        padding: 8px 15px;
        border-radius: 6px;
    }

    .menu-service-single {
        margin-bottom: 6px;
    }

    .af-menu__wrapper {
        height: auto;
    }

    .menu-right-content {
        padding: 0 15px 15px;
    }

    .navSpecial {
        display: none !important;
    }

    #servicesList .af-res-list__title {
        max-width: 83%;
    }

    .service-iconBox img {
        width: 45px;
    }

    .service-iconBox {
        right: 15px;
        top: 12px;
    }

    .service-iconBox::before {
        height: 115px;
        width: 115px;
    }

    #servicesList .af-res-list__descr p {
        font-size: 1.65rem;
    }

    #servicesList .af-res-list__title h4 {
        font-size: 2.5rem;
    }

    .join-us .af-values__descr.has-top-list,
    .about-us .af-values__descr.has-top-list {
        padding: 3rem .5rem 3rem 1.5rem;
    }

    .product-single .nav.nav-pills {
        border-radius: 12px 12px 0 0;
        padding: 10px 10px;
    }

    .product-single .nav-link {
        font-size: 13px;
    }

    .product-single .tab-content {
        padding: 15px;
    }

    .btn-outline {
        font-size: 15px;
        padding: 0 2rem;
        font-weight: 500;
        height: 5rem;
    }
    .footer-blocks__card{
        padding: 1.5rem;
    }
    .af-footer__footer-blocks .footer-blocks__column + .footer-blocks__column   .footer-blocks__card {
        padding: 1.5rem 0;
    }
}

@media (max-width:575px) {
    .af-container {
        padding: 0 2rem;
    }

    h2 {
        font-size: 4rem;
    }

    .af-project-item__promo {
        padding: 0;
    }

    .text-logo {
        font-size: 30px;
    }

    .af-footer a {
        font-size: 14px;
    }

    p.showMore {
        font-size: 13px;
    }

    .footer-nav {
        gap: .15rem;
    }

    .copy-right a {
        font-size: 13px;
    }

    .textChange {
        font-size: 18px;
    }

    .copy-right :is(p, a) {
        font-size: 1.25rem;
    }

    .footer-nav__link {
        font-size: 2.25rem;
    }

    .footer-nav__link .btn-caption {
        height: 2.5rem;
    }

    .form.contact-form {
        background: rgb(255 255 255 / 58%);
        padding: 20px 15px;
    }

    .contact-us .af-container {
        padding: 0;
    }

    .contact-us .contactBlock {
        border-radius: 0 !important;
    }

    .contact-us .af-promo__inner {
        padding: 0;
    }

    .contact-us .af-promo__content {
        padding: 15px;
        margin: 0;
    }

    .af-footer__footer-blocks {
        padding: 0 1rem;
    }

    .pop-text a {
        font-size: 1.5rem;
    }

    .af-grid-item {
        padding: 0 .5rem;
    }

    .af-services-cards-s__image img {
        max-width: 135px;
        display: block;
        margin: auto;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 0;
        opacity: .25;
    }

    .textBanner-slider .title {
        font-size: 3.85rem;
        line-height: 3.60rem;
        margin-bottom: 12px;
        font-weight: 800;
    }

    .textBanner-slider .text {
        font-size: 1.75rem;
        font-weight: 400;
        line-height: 1.20;
    }

    .btnBlock a:first-child .btn-caption {
        max-width: 165px;
        line-height: 1;
        font-size: 19px;
    }

    .btnBlock a:first-child {
        margin-bottom: 10px;
    }

    .textBanner-slider {
        padding: 180px 0 20px;
    }

    .vacancies [role="tabpanel"] {
        border: none;
        padding: 0;
        background: none;
    }

    .vacant-single {
        padding: 15px;
    }

    .type-exp {
        margin: 5px 0;
    }

    .type-exp p {
        font-size: 14px;
        width: auto;
        margin: 0 10px;
    }

    .vacancies [role="tab"] {
        padding: .5rem 1.25rem;
        font-size: 14px;
    }

    .apply-form-block #apply-form {
        padding: 25px;
    }

    .apply-form-block .af-grid-item {
        margin-top: 0rem;
    }

    h1 {
        font-size: 4.5rem;
    }

    .af-values__lists {
        padding: 4rem 1rem 0 1rem
    }

    .af-values__descr.has-top-list {
        padding: 2rem 1rem 3rem 1rem;
    }

    .af-section-inner-headline.padding-headline-pre-block {
        padding-bottom: 7rem;
    }

    .af-section.padding-grid-pre-pinned {
        padding-bottom: 3rem;
    }

    form#contact-form {
        padding: 12px 20px 30px;
        margin-top: 25px;
    }

    .map-outer.af-section.padding-default {
        padding-bottom: 5rem;
    }

    .organisations-block {
        margin-bottom: 50px;
        padding: 50px 0;
    }

    footer .af-location {
        font-size: 15px;
    }

    .af-values__lists-item {
        margin-bottom: 1rem;
    }

    .css-block {
        padding: 10px;
    }

    .case-study-single {
        padding: 10px;
    }

    .cs-main-head {
        font-size: 2.5rem;
    }

    .join-us .af-values__descr.has-top-list,
    .about-us .af-values__descr.has-top-list {
        padding: 0rem 0rem 2rem 0rem;
    }

    .af-projects-masonry .af-project-item__tags {
        padding: 2rem 1.5rem;
    }

    .af-project-item__tags .tag-default {
        font-size: 13px;
    }

    .product-single .pro-text p {
        text-align: left;
        letter-spacing: unset;
    }

    .product-single .af-accordion__title h6 {
        font-size: 1.75rem;
    }
}

@media (max-height:550px) {

    .menu-right-content .list-content,
    .menu-right-content .menuList {
        display: none;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .af-services-cards-s__image {
        height: 200px;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .canadian-logo {
        width: 200px;
        /* smaller size for tablet */
        max-width: 100%;
        padding: 12px;
        margin-left: 24px;
    }
}

@media (min-width:768px) {
    .af-header {
        left: 0;
        width: 100%;
        right: 0;
        padding: 2rem 6rem;
    }

    .af-header.is-hidden {
        left: 0;
        width: 100%;
        right: 0;
        padding: 1rem 6rem;
        background: rgb(0 0 0 / 90%);
        backdrop-filter: blur(2px);
    }

    .af-nav__contain {
        margin-top: 0rem;
    }

    nav.af-nav__wrap.is-scroll {
        background: transparent;
        padding-bottom: 0;
        backdrop-filter: none;
    }

    .af-nav__contain {
        margin-top: 4rem;
        margin: 0 33rem;
        padding: 0;
    }

    nav.af-nav__wrap.is-scroll .af-nav__contain {
        margin-top: 0;
    }
}

@media (min-width:992px) {
    ul.mega-menu {
        margin-top: 50px;
        border-radius: 25px 25px !important;
        top: 55px !important;
    }

    .header-layout .sticky-wrapper.sticky .main-menu ul.mega-menu {
        margin-top: 38px;
        border-radius: 0 0 25px 25px !important;
    }
}

@media (min-width:1200px) {
    .textBanner-slider .title {
        font-size: 7.25rem;
        font-weight: 800;
        line-height: 7rem;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .textBanner-slider .text {
        font-size: 2rem;
        font-weight: 400;
        line-height: 2rem;
        margin-bottom: 0;
        padding-bottom: 5px;
    }

    .af-header__logo {
        justify-content: space-between;
        width: 60%;
    }

    .af-team-cards__item:hover .af-team-cards__info {
        bottom: 80px;
    }

    #servicesList .af-res-list__item {
        padding: 10px 30px;
    }
}

@media (min-width:1200px) and (max-width:1360px) {
    .location-title {
        font-size: 1.55rem;
    }
}

@media(min-width:1600px) {
    .inner-page-content::before {
        height: 700px;
    }
}

@media (min-width:1800px) {
    .menu-right-content .list-content {
        font-size: 1.85rem;
    }

    .menu-right-content .list-title {
        font-size: 2.45rem;
    }

    .menu-right-content .menuList li {
        font-size: 1.75rem;
    }
}

@media (min-width:2000px) {
    .inner-page-content::before {
        height: 25%;
    }
}

@media (min-height:992px) {
    .af-menu__wrapper {
        height: auto;
    }
}

/* ------------------------------ */

.grecaptcha-badge {
    visibility: hidden;
}